<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>OpenX Developer Feed</title>
	<description>RSS feed of the developer forum</description>
	<link>http://forum.openx.org/index.php</link>
	<pubDate>Tue, 24 Nov 2009 11:26:08 +0000</pubDate>
	<ttl>10</ttl>
	<item>
		<title>Advertiser And Publisher Registration Module With All Permissions</title>
		<link>http://forum.openx.org/index.php?showtopic=503449591</link>
		<description>I want to create Advertiser and publisher registration module with all permissions.......how can I create them..</description>
		<pubDate>Tue, 24 Nov 2009 10:31:41 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503449591</guid>
	</item>
	<item>
		<title>Cannot Update New Table</title>
		<link>http://forum.openx.org/index.php?showtopic=503449181</link>
		<description><![CDATA[Hi,<br /><br />I´ve created a new plugin with a new table.<br />I can insert data in this table, but it´s not possible to update data.<br />I tried this:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$doEditItUser = OA_Dal&#58;&#58;factoryDO&#40;'myusertable'&#41;;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Set the ID of the user<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$doEditItUser-&#62;userId = $_GET&#91;'id'&#93;;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Find the campaign<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$doEditItUser-&#62;find&#40;&#41;;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if &#40;$doEditItUser-&#62;getRowCount&#40;&#41; == 1&#41;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Fetch the campaign<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$doEditItUser-&#62;fetch&#40;&#41;;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Update the required field&#40;s&#41;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$doEditItUser-&#62;street = $_POST&#91;'street'&#93;;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Perform the update<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result = $doEditItUser-&#62;update&#40;&#41;;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<!--c2--></div><!--ec2--><br /><br />But If I do this update I get the PEAR error:<br /><!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec-->DB_DataObject Error: update: No Data specifed for query userId = 10 , street = 'strase' , zip = '12345' , city = 'Stadt' , website = 'www.domain.de' , company = 'firmenname' ,<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />What does this error mean? Whats wrong?]]></description>
		<pubDate>Sat, 21 Nov 2009 19:44:56 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503449181</guid>
	</item>
	<item>
		<title>Setbannertargeting</title>
		<link>http://forum.openx.org/index.php?showtopic=503449111</link>
		<description><![CDATA[XMLRPC , JAVA, V1 API<br /><br />String targetingRules[][] = {{"or", "Site:Source", "==", <b>"Aviation"</b>},{"or", "Site:Source", "==", <b>"Continental"</b>}};<br />Object[] params = new Object[] { sessionId, 5, targetingRules};<br />final Boolean id = (Boolean)client.execute("setBannerTargeting", params);<br /><br />passing it as string array from java but it says <!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro--><b>" Fault Reason: Field 'data' in structure does not exists "</b><!--colorc--></span><!--/colorc-->. But I am sending four array('logical', 'type',  'comparison', 'data'). Why is it saying data not found?<br /><br />Reference: <a href="https://developer.openx.org/wiki/display/API/OpenX+API+Targeting#OpenXAPITargeting-ExamplePHPcode" target="_blank">https://developer.openx.org/wiki/display/AP...-ExamplePHPcode</a>]]></description>
		<pubDate>Fri, 20 Nov 2009 22:21:50 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503449111</guid>
	</item>
	<item>
		<title>/www/api/v2/xmlrpc/ - Java</title>
		<link>http://forum.openx.org/index.php?showtopic=503449051</link>
		<description><![CDATA[I can't make it work in JAVA way with the XML-RPC way. Does it worked for any?<br /><br />/www/api/v2/xmlrpc/.<br /><br />followed java example, normal way and helper classes way. No luck. what is the catch here.<br />How to interact with /www/api/v2/xmlrpc/ in java way? what's wrong with this approach?]]></description>
		<pubDate>Fri, 20 Nov 2009 17:11:46 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503449051</guid>
	</item>
	<item>
		<title>Expandable Banner From Two Swf Files</title>
		<link>http://forum.openx.org/index.php?showtopic=503448811</link>
		<description><![CDATA[Hello all,<br /><br />I have been searching through this forum but am unable to find step by step tutorial on how to implement expandable banner into website with OpenX server on.<br /><br />My example is following:<br /><br />1. I have two files, 728x90 and 728x300.<br />2. When user mouse-overs 728x90 banner it should expand into 728x300.<br />3. I am using OpenX 2.8 and Joomla 1.5.<br /><br />Is there any more info you need? I would really appreciate any help. Thanks in advance!<br /><br />Cheers,<br /><br />Tom<br />]]></description>
		<pubDate>Thu, 19 Nov 2009 17:07:50 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503448811</guid>
	</item>
	<item>
		<title>Clicks Lost With Loadbalancer</title>
		<link>http://forum.openx.org/index.php?showtopic=503448631</link>
		<description><![CDATA[We have been running openx in a cluster for a few month now, using round robin dns.  Few days ago we switched to a load balancer and our clicks dropped to zero.  Lucky we have in place a secondary click tracker and it's clicks have remain constant.  Below is the url for the ad click.  You can see the ck.php, then our internal tracking, then destination.  Before the switch everything worked, after the switch OpenX click stopped. Clicking on the banner does still get you to the destination and our internal click tracking is after ck.php so OpenX does get the click request.<br /><br />&lt;a href='http://ads.XXXX.com/openads/www/delivery/ck.php?oaparams=2__bannerid=5682__zoneid=112__cb=8ca341f351__oadest=http%3A%2F%2Fwww.XXXX.com%2Ftrackingservlet%2Ftrack%2F%3Faction%3DadClick%26value1%3D%26value2%3D5682%26value3%3D609%26zone%3D112%26url%3Dhttp%253A%252F%252FXXXX.com%252Fdocs%252Fprod%252Ffolders%252Fprint%252Fcsd16401q5.html' target='_blank'&gt;<br /><br />Is there a requirement I'm missing for using Openx behind a load balancer.  Maybe something like a sticky session.<br /><br />Thanks<br />John<br />]]></description>
		<pubDate>Wed, 18 Nov 2009 20:16:09 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503448631</guid>
	</item>
	<item>
		<title>Any One Using V2 - Xml-rpc - Java ?</title>
		<link>http://forum.openx.org/index.php?showtopic=503448451</link>
		<description><![CDATA[V2 XML-RPC always fails when try to logon?? anyone faced the same issue? <br /><br /><br />OpenAdsApiXmlRpcProxy proxy = new OpenAdsApiXmlRpcProxy("localhost", "/openx/www/api/v2/xmlrpc");<br />proxy.logon("admin", "admin");<br /><br /><!--coloro:#000080--><span style="color:#000080"><!--/coloro-->[Fatal Error] :1:1: Premature end of file.<br /> Fault Code: 0<br /> Fault Reason: Failed to parse server's response: Premature end of file.<br /><br />org.apache.xmlrpc.client.XmlRpcClientException: Failed to parse server's respons<br />e: Premature end of file.<br /><br />Caused by:<br />org.xml.sax.SAXParseException: Premature end of file.<br />        at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Un<br />known Source)<!--colorc--></span><!--/colorc-->]]></description>
		<pubDate>Tue, 17 Nov 2009 23:01:49 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503448451</guid>
	</item>
	<item>
		<title>Is It Possible To Have Daily Statistics For A Campaign Aggregated By P</title>
		<link>http://forum.openx.org/index.php?showtopic=503448321</link>
		<description><![CDATA[Hi,<br /> I found two functions to have campaign statistics.<br /><br />o	campaignDailyStatistics : This gives daily statistics for a campaign for a specified period.<br />o	campaignPublisherStatistics : This give publisher statistics for a campaign for a specified period.<br /><br />Please let me know if it is possible to have combination of above two functions? i.e.  daily statistics for a campaign aggregated by publisher for a specified period.<br /><br />Thanks in advance.<br /><br />Regards<br />Vijay]]></description>
		<pubDate>Tue, 17 Nov 2009 06:48:17 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503448321</guid>
	</item>
	<item>
		<title>Use Image Name Not Random Number</title>
		<link>http://forum.openx.org/index.php?showtopic=503447191</link>
		<description>I need to find a way to use the name of the image, rather than the random number that the system generates when an image is uploaded. Is there anyway to override the system naming images a random number? For SEO purposes we need the name of that image to be something relevant, not a random number string...</description>
		<pubDate>Tue, 10 Nov 2009 17:09:24 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503447191</guid>
	</item>
	<item>
		<title>Detecting Associated Tracker</title>
		<link>http://forum.openx.org/index.php?showtopic=503447081</link>
		<description><![CDATA[conversion tracking is an awesome way to figure out goals. According to my requirement I need to create a custom cookie for banner with tracking ID. What I have learnt that tracker is directly associated with Advertiser only and if an advertiser has two campaigns and he is tracking conversions only in one campaign then openX still will create <b>OXLCA </b>cookie(for click track) even if there's no requirement at all. I assume openX internally takes care which campaign is attached with tracker and which is not but so far I could not find some way at client side that whether there is any tracking code attached with a banner/campaign or not.<br /><br />the other waY I found that I add a custom HTML code with the banner which is supposed to track a banner. I parse HTML tag and create my own cookie based on that custom HTML code. Then my own JS will create a custom cookie which will have the data from the HTML code associated with a banner in Admin section of openX.<br /><br />pls guide me in this regard.<br /><br />]]></description>
		<pubDate>Tue, 10 Nov 2009 11:31:16 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503447081</guid>
	</item>
	<item>
		<title>How To Get The Number Of All Ad Impressions From One Website By Day</title>
		<link>http://forum.openx.org/index.php?showtopic=503446761</link>
		<description><![CDATA[Hi!<br /><br />We would like to get the number of ad impressions for one publisher/website from one day by using the API. How can I do that?<br /><br />best regards<br />Andreas]]></description>
		<pubDate>Mon, 09 Nov 2009 11:27:07 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503446761</guid>
	</item>
	<item>
		<title>Help Needed On Api Worked Example</title>
		<link>http://forum.openx.org/index.php?showtopic=503446581</link>
		<description><![CDATA[Hello,<br /><br />When i tried to run the code provided in the link below (API Worked Example), it throws the error.<br /><br /><a href="https://developer.openx.org/wiki/display/API/API+Worked+Example+-+Advertise+on+my+site" target="_blank">https://developer.openx.org/wiki/display/AP...tise+on+my+site</a><br /><br />ERROR : Fatal error: XML-RPC Error (2): Invalid return payload: enable debugging to examine incoming payload in method addAdvertiser() in F:&#092;my sites&#092;xampp&#092;htdocs&#092;ffad&#092;lib&#092;xmlrpc&#092;php&#092;openads-api-xmlrpc.inc.php on line 159<br /><br />I have provided these values for path<br /><br />'www_path' =&gt; 'http://localhost/ffad/www',<br /><br />'file' =&gt; 'F:/my sites/xampp/htdocs/ffad',<br /><br /><br />Please help me<br /><br />THanks,]]></description>
		<pubDate>Sat, 07 Nov 2009 14:35:00 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503446581</guid>
	</item>
	<item>
		<title>2.8.2  - V2 Api</title>
		<link>http://forum.openx.org/index.php?showtopic=503446371</link>
		<description><![CDATA[recently installed the latest(2.8.2) openX download. Trying the java wrapper classes with V2 API like below<br /><br />OpenAdsApiXmlRpcProxy proxy = new OpenAdsApiXmlRpcProxy("localhost", "/openx/www/api/<!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro--><b>v2</b><!--colorc--></span><!--/colorc-->/xmlrpc"); <br /><br />Tried to just proxy.logon("admin", "admin"). I get the following error. <br /><!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro--><br />[Fatal Error] :1:1: Premature end of file.<br /> Fault Code: 0<br /> Fault Reason: Failed to parse servers response: Premature end of file.<!--colorc--></span><!--/colorc--><br /><br />When I try V1 (/openx/www/api/v2/xmlrpc). logon works fine. But some other signature mismatch errors when I goahead with V1. Does anyone used V2? Does anyone faced same issue as me?]]></description>
		<pubDate>Thu, 05 Nov 2009 22:04:19 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503446371</guid>
	</item>
	<item>
		<title>What Happened To Channels Service In The Api</title>
		<link>http://forum.openx.org/index.php?showtopic=503446171</link>
		<description><![CDATA[Why is there no mention of channels in API version 1 or version 2 docs.<br />I see the code is missing from v1 but is in v2, but no documentation on it.<br /><br />I've been having some problems calling channel methods. Simple things like getChannel(id) dont work and give me a "Fatal Error :-1:-1 Premature end of file."<br /><br />Has anyone else used these php files and accessed them via an apache xmlrpc client?<br />Its possible that the problem is on the client end, but I dont see why because all the other "published/documented" services seem to be working fine.]]></description>
		<pubDate>Wed, 04 Nov 2009 23:56:43 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503446171</guid>
	</item>
	<item>
		<title>Api Extended Through Plugin</title>
		<link>http://forum.openx.org/index.php?showtopic=503446031</link>
		<description><![CDATA[Hi - I need to write a plugin that will extend the API. I've written a plugin that gives a new type of Ad (extension of the HTML ads) & to begin,  I was really tearing my hear out trying to look through the scant & scattered docs. Eventially it got easier once I got a good example to use as a starting point. <br /><br />I really need the same in terms of extending the API. Using the developer module, I've created a 'shell' for a new plugin, but it really is scant on detail - I'd need to go through a LOAD of trial and error to get it right, or just check out a good example. I just need a bit of a leg-up to begin. If anyone has a really simple API Plugin example, that'd be awesome & I'd really appreciate it.<br /><br />g]]></description>
		<pubDate>Wed, 04 Nov 2009 12:15:43 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503446031</guid>
	</item>
	<item>
		<title>Xml-rpc Invocation Tags, $context</title>
		<link>http://forum.openx.org/index.php?showtopic=503445731</link>
		<description><![CDATA[Hi all,<br /><br />first thanks for this nice piece of software. After hour I find, if I want enable XML-RPC invocation tags, I have to click to plugins and set it there, I think this should be somewhere noted. Anyway, everything works ok, but I have question. Standard code looks like this (shorted):<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->&nbsp;&nbsp; if &#40;!isset&#40;$OA_context&#41;&#41; $OA_context = array&#40;&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;$oaXmlRpc = new OA_XmlRpc&#40;'ads.mydomain.org', '/www/delivery/axmlrpc.php', 80, false, 10&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;$adArray = $oaXmlRpc-&#62;view&#40;'zone&#58;41', 0, '', '', 0, $OA_context, ''&#41;;<!--c2--></div><!--ec2--><br /><br />my question is, where I can find documentation for these functions. The most important part is $OA_context, what I can pass there. I tried to look at <br /><ol type='1'><li>http://developer.openx.org/api/</li><li>http://www.openx.org/docs/tutorials/Advanced+XML-RPC</li><li>forums and documentation using search</li></ol><br />but I didnt find anything related.<br /><br />thanks for any help.<br />]]></description>
		<pubDate>Mon, 02 Nov 2009 18:40:14 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503445731</guid>
	</item>
	<item>
		<title>How To Use Openx In Multiple Languages</title>
		<link>http://forum.openx.org/index.php?showtopic=503445641</link>
		<description><![CDATA[Hello,<br /><br />I wondered if it is possible to change language in which to use OpenX? For example, is it possible to put "en" and "fr" links in admin page and when admin clicks "fr" all pages changes to ones in French and if admin clicks "en" all pages changes to ones in English.<br /><br />Thanks in advance.]]></description>
		<pubDate>Mon, 02 Nov 2009 03:35:56 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503445641</guid>
	</item>
	<item>
		<title>Openx Plugins - Thoughts</title>
		<link>http://forum.openx.org/index.php?showtopic=503445551</link>
		<description><![CDATA[Just some thoughts I guess.  I think the OpenX team has the right idea with the plugin architecture, however, please understand, the technical process and documentation for developing plugins is very difficult to wade through.<br /><br />We needed raw data logging, and after working through trying to put together a plugin using the provided docs, (we spent days on this) - we resorted to updating core code to make what we wanted....   <br /><br />Now, in general, if you could create a better toolkit, and really make the plugin process as painless as possible for developers, I believe, the number of plugins you see released in the open source market will explode.<br /><br />You have a reach into a huge huge number of websites, make it easier for developers to provide new functionality to OpenX, and you will create more and more reasons to use the software.<br /><br /><br />Those are just my thoughts - we live, eat and breath PHP and MySql, and the plugin architecture is just too cumbersome, confusing, and time-consuming for us to get ideas into production.<br /><br />Eric<br />]]></description>
		<pubDate>Sat, 31 Oct 2009 18:03:19 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503445551</guid>
	</item>
	<item>
		<title>Conversion Tracking</title>
		<link>http://forum.openx.org/index.php?showtopic=503445511</link>
		<description><![CDATA[I need to customize OpenX's conversion feature and for that I think plugin option would be good. What all I need that if some visitor clicks a banner and reaches to the page which is set as a CONVERSION GOAL then it stores record in db. The current scnerio does not work since tracking is based on advertiser where what we want that if a banner is displayed and its clicked then it leads to Inquiry page. The ultimate goal is that we could tell advertisers how many converstions they got for their banner. I dont find some way to work in existing mechanism since OpenX asks to create separate tracker(hence different code) for every advertiser which is not our case. any help would be appreciated.<br /><br />/A]]></description>
		<pubDate>Sat, 31 Oct 2009 10:57:23 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503445511</guid>
	</item>
	<item>
		<title>How To Validate A User Using The Api</title>
		<link>http://forum.openx.org/index.php?showtopic=503445321</link>
		<description><![CDATA[Hi,<br />I'm using openx 2.8.1 and I need to validate the login and password that a user fills in a form, but I don't find any method to do it. GetUser method of UserServices returns empty.<br /><br />¿Any idea?<br /><br />Thanks]]></description>
		<pubDate>Fri, 30 Oct 2009 12:10:23 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503445321</guid>
	</item>
	<item>
		<title>Hashing And De-hashing Variables In Src And Click_url</title>
		<link>http://forum.openx.org/index.php?showtopic=503445261</link>
		<description><![CDATA[Hello All,<br />I have read thru just about every forum post on this board, and still haven't found an answer to my question. So I will ask it directly.<br /><br />"How/where would I create a HASH of the delivery URL variables and then DE-HASH it on the way back in?"<br />EXAMPLE: src="http://myadserver.com/ck.php?oaparams=blah__zoneid=blah ..."<br />will become : src="http://myadserver.com/ck.php?x=HG76Ggh6FGUJK7326h4JK"<br /><br />Being a PHP system, it doesn't seem that difficult to do, being that this is a simple system.<br /><br />Any ideas? Anyone?<br /><br />Thank you so much for assistance in advance <img src="http://forum.openx.org/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />]]></description>
		<pubDate>Thu, 29 Oct 2009 21:43:10 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503445261</guid>
	</item>
	<item>
		<title>How To Modify The Delivery Code</title>
		<link>http://forum.openx.org/index.php?showtopic=503445041</link>
		<description><![CDATA[I want to add some custom code to each banner using some variables available to OpenX like advertiserID, zoneID, campaignID, and bannerID. Right now, I'm typing the custom HTML code directly in the HTML banners, but how can I modify the OpenX delivery code to do it automatically to every banner? Specifically, I want to add an onclick event to each banner anchor. <br /><br />I was thinking I code just open up /www/delivery/ajs.php and look for where it writes the anchor tag (&lt;a&gt;), but that didn't work, my code didn't show up.<br /><br />Thanks for your help!]]></description>
		<pubDate>Wed, 28 Oct 2009 18:16:39 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503445041</guid>
	</item>
	<item>
		<title>Get Total Ads Served By Month And By Site</title>
		<link>http://forum.openx.org/index.php?showtopic=503444921</link>
		<description><![CDATA[Hi,<br /><br />I have a 2.8.2 OpenX installed and i want to diplay on company site the number of ads delivered each month:<br />- total for all sites<br />- total for each site<br /><br />How i can do this with PHP ?]]></description>
		<pubDate>Wed, 28 Oct 2009 12:13:52 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503444921</guid>
	</item>
	<item>
		<title>¿how Do I Get The Zones Linked To A Given Banner With The Api?</title>
		<link>http://forum.openx.org/index.php?showtopic=503444881</link>
		<description><![CDATA[Hi,<br />I need to obtain the zones linked to a given banner with openx 2.8.1 API but I don't find a method for that. ¿How can I do it?<br /><br />Thanks]]></description>
		<pubDate>Wed, 28 Oct 2009 08:55:49 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503444881</guid>
	</item>
	<item>
		<title>Do Openx Marketplace Ads Get Delivered With Xml-rpc Tags</title>
		<link>http://forum.openx.org/index.php?showtopic=503444811</link>
		<description><![CDATA[<b>UPDATE: if anyone is actually interested, OpenX marketplce ads only get delivered when using JavaScrpt invocation code. Is there a way to detect that a marketplace ad is being served?</b><br /><br />I was hoping that someone could help me.<br /><br />I am using the XML-RPC tags.  I have created a loop to return more than one ad. I also echo the banner as json_encoded() and pick this up with Javascript to dynamically insert an ad where I want it.<br /><br />Is my loop correct:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->&#60;?php&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;//ini_set&#40;'include_path', '.&#58;/usr/local/lib'&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;require 'openads-xmlrpc.inc.php';<br />&nbsp;&nbsp;&nbsp;&nbsp;$myArray = array&#40;&#41;;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;if &#40;!isset&#40;$OA_context&#41;&#41; $OA_context = array&#40;&#41;; <br />&nbsp;&nbsp;&nbsp;&nbsp;$oaXmlRpc = new OA_XmlRpc&#40;'URL', '/adserver/www/delivery/axmlrpc.php', 80, false, 15&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;for&#40;$x=0;$x&#60;3;$x++&#41;{<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//view&#40;$what='', $campaignid=0, $target='', $source='', $withText=false, $context=array&#40;&#41;, $charset=''&#41;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$adArray = $oaXmlRpc-&#62;view&#40;'zone&#58;4', 0, '', '', 0, $OA_context, ''&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $myArray&#91;&#93; = $adArray&#91;'html'&#93;;<br />&nbsp;&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp; echo 'var xmlRpcEncoded = ' . json_encode&#40;$myArray&#41;;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp; <br />?&#62;<!--c2--></div><!--ec2--><br /><br />and also I was hoping that the marketplace ads would also get delivered, but I have not seen any yet? It is all activated and the floor price is really low.<br /><br />Any help appreciated.]]></description>
		<pubDate>Tue, 27 Oct 2009 20:12:26 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503444811</guid>
	</item>
	<item>
		<title>Develop Own 3rd Party Adserver Html Format For Clicktracking</title>
		<link>http://forum.openx.org/index.php?showtopic=503444601</link>
		<description><![CDATA[Hi!<br /><br />I'm trying to write own HTML formats for banners to enable clicktracking for other than the default adservers.<br />Is there any tutorial on how to develop an own plugin with this functionality?<br /><br />I have added a class I developed, but I don't know how to pack it into a plugin and make it appear in the "Alter HTML to enable click tracking for" dropdownbox.]]></description>
		<pubDate>Tue, 27 Oct 2009 13:04:16 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503444601</guid>
	</item>
	<item>
		<title>Using Low_priority Insertion</title>
		<link>http://forum.openx.org/index.php?showtopic=503444561</link>
		<description><![CDATA[Hello! I have a problem: my copy of OpenX (2.0) works very slow because of UPDATE queries. For example at rush hours execution time of query like this<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->UPDATE&nbsp;&nbsp;phpads_adstats SET views = views + 1 WHERE day = '2009-10-27' AND hour = 02 AND bannerid = '3027' AND zoneid = '202' AND source = '';<!--c2--></div><!--ec2--><br />may be more than 6 seconds <img src="http://forum.openx.org/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> First idea that came to me was to change db engine to MyISAM from InnoDB and switch on "insert_delayed" and "persistent_connections" options in config. But after reading code I found that "insert_delayed" option is disbled with comment <!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec-->// LOW PRIORITY UPDATEs are disabled until further notice - Matteo<!--QuoteEnd--></div><!--QuoteEEnd--><br />Can anybody say to me why this feature was disabled? And what is the best way to improve performance in my case?<br /><br />P.S.<br />I can't update my copy to 2.8 by reasons that not depend on me<br /><br />P.P.S.<br />Sorry for bad English <img src="http://forum.openx.org/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />]]></description>
		<pubDate>Tue, 27 Oct 2009 10:09:52 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503444561</guid>
	</item>
	<item>
		<title>Change Password Using Api</title>
		<link>http://forum.openx.org/index.php?showtopic=503444161</link>
		<description><![CDATA[Hi,<br /><br />We are using the API (v2) with 2.8 to setup and manage new users, advertisers and publishers. So far so good.<br /><br />Unfortunately we are unable to update the user passwords using the API.<br /><br />I am trying to do this by retrieving the user using the ox.getUser call, and then updating the data returned to call the ox.modifyUser call.<br /><br />Other values can be successfully updated (eg 'contactName' etc.) but the password always remains unchanged.<br /><br />Is it possible to update a user password using the API?<br /><br />Many thanks in advance,<br /><br />Leith]]></description>
		<pubDate>Mon, 26 Oct 2009 10:29:53 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503444161</guid>
	</item>
	<item>
		<title>Add Zone Through Api V2 Does Not Persist Zone Type Value</title>
		<link>http://forum.openx.org/index.php?showtopic=503444041</link>
		<description><![CDATA[I am using v2 of the API and typing to add a zone using the ox.addZone method of the XML RPC API. I pass in a value of 3 for the "type" parameter, but in the database that value is saved to the "delivery" column of the "ox_zones" table. I would expect this value to be saved in the "zonetype" column. <br /><br />Am I using this API method wrong or is this a real bug? Is there a different way to pass in the zone type through the API?<br /><br />Any insight is welcome!<br /><br />Thanks,<br />Mark]]></description>
		<pubDate>Sun, 25 Oct 2009 13:57:15 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503444041</guid>
	</item>
	<item>
		<title>Removing The Target Attirbute From Local Mode Tags</title>
		<link>http://forum.openx.org/index.php?showtopic=503443311</link>
		<description><![CDATA[Hi... I have an annoying problem that I've been unable to resolve. I've been going theough the alocal.php file, trying to figure it out...<br /><br />If I use a generic HTML banner and it is called via a Local Mode zone, OpenX is adding the target attribute to the source. This is breaking my XHTML validation... can any OpenX guru tell me how to prevent this?<br /><br />Thanks!...]]></description>
		<pubDate>Wed, 21 Oct 2009 18:14:44 +0000</pubDate>
		<guid>http://forum.openx.org/index.php?showtopic=503443311</guid>
	</item>
</channel>
</rss>