<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: .NET library for accessing the OpenX API</title>
	<atom:link href="http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/</link>
	<description>Heavy on the Geek with a dash of Marketer</description>
	<lastBuildDate>Sat, 28 Aug 2010 03:02:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Indrani</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-88</link>
		<dc:creator>Indrani</dc:creator>
		<pubDate>Mon, 10 May 2010 11:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-88</guid>
		<description>always getting the error &quot;Image file name empty&quot;;


Where am I going wrong ?


Thanks &amp; Regards,

Indrani</description>
		<content:encoded><![CDATA[<p>always getting the error &#8220;Image file name empty&#8221;;</p>
<p>Where am I going wrong ?</p>
<p>Thanks &amp; Regards,</p>
<p>Indrani</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indrani</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-87</link>
		<dc:creator>Indrani</dc:creator>
		<pubDate>Mon, 10 May 2010 11:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-87</guid>
		<description>hi,

Cannot create a Banner.

       DCC.OpenXClient.v2.Banner onlineAds = new DCC.OpenXClient.v2.Banner();
       onlineAds.imageUrl =@&quot;D:\Pics\fantasy\fantasy1.jpg&quot; ;
       DCC.OpenXClient.v2.Image[] img= new DCC.OpenXClient.v2.Image[1];
       img[0].content=&quot;sdsd&quot;;
       img[0].filename=@&quot;D:\Pics\fantasy\fantasy1.jpg&quot;;
       onlineAds.aImage =img ;
 int bnr = ox.AddBanner(onlineAds);</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>Cannot create a Banner.</p>
<p>       DCC.OpenXClient.v2.Banner onlineAds = new DCC.OpenXClient.v2.Banner();<br />
       onlineAds.imageUrl =@&#8221;D:\Pics\fantasy\fantasy1.jpg&#8221; ;<br />
       DCC.OpenXClient.v2.Image[] img= new DCC.OpenXClient.v2.Image[1];<br />
       img[0].content=&#8221;sdsd&#8221;;<br />
       img[0].filename=@&#8221;D:\Pics\fantasy\fantasy1.jpg&#8221;;<br />
       onlineAds.aImage =img ;<br />
 int bnr = ox.AddBanner(onlineAds);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-84</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Thu, 06 May 2010 15:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-84</guid>
		<description>Hi Indrani, the source code is now available to download. The link is in the post above next to the binary download link.

Enjoy!</description>
		<content:encoded><![CDATA[<p>Hi Indrani, the source code is now available to download. The link is in the post above next to the binary download link.</p>
<p>Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indrani</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-70</link>
		<dc:creator>Indrani</dc:creator>
		<pubDate>Thu, 29 Apr 2010 07:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-70</guid>
		<description>Hi,


I just have your dlls. If you don&#039;t mind can I extend your library ? Would you please give me your source code.


Thanks &amp; Regards,
Indrani</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just have your dlls. If you don&#8217;t mind can I extend your library ? Would you please give me your source code.</p>
<p>Thanks &amp; Regards,<br />
Indrani</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-66</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Tue, 27 Apr 2010 19:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-66</guid>
		<description>Ho Indrani, it looks like the properties you&#039;re looking for aren&#039;t exposed through the OpenX XML-RPC interface. 

It would take a quite a bit more hacking up of their implementation (which would break after an upgrade) and an enhancement to my library to implement what you&#039;re looking for.

Sorry, I know that&#039;s not what you want to hear.

Regards,
Roger</description>
		<content:encoded><![CDATA[<p>Ho Indrani, it looks like the properties you&#8217;re looking for aren&#8217;t exposed through the OpenX XML-RPC interface. </p>
<p>It would take a quite a bit more hacking up of their implementation (which would break after an upgrade) and an enhancement to my library to implement what you&#8217;re looking for.</p>
<p>Sorry, I know that&#8217;s not what you want to hear.</p>
<p>Regards,<br />
Roger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indrani</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-63</link>
		<dc:creator>Indrani</dc:creator>
		<pubDate>Mon, 26 Apr 2010 10:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-63</guid>
		<description>Hi,


With regard to Banner, could you please help me to map attributes like Alt Text / Keywords / Text below / Status Text etc.

Banner banner = new Banner();
banner. // I DON&#039;T FIND ANY APPROPRIATE PROPERTIES TO MAP THE AFORESAID ATTRIBUTES



Thanks &amp; Regards,

Indrani</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>With regard to Banner, could you please help me to map attributes like Alt Text / Keywords / Text below / Status Text etc.</p>
<p>Banner banner = new Banner();<br />
banner. // I DON&#8217;T FIND ANY APPROPRIATE PROPERTIES TO MAP THE AFORESAID ATTRIBUTES</p>
<p>Thanks &amp; Regards,</p>
<p>Indrani</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indrani</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-50</link>
		<dc:creator>Indrani</dc:creator>
		<pubDate>Thu, 22 Apr 2010 06:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-50</guid>
		<description>Hi,

Thanks it worked.

Regards,

Indrani</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks it worked.</p>
<p>Regards,</p>
<p>Indrani</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-47</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Wed, 21 Apr 2010 13:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-47</guid>
		<description>@Indrani, well after some digging it appears that this is a bug in the OpenX XML-RPC implementation. They aren&#039;t pulling the value for website as they do the other fields that are populating correctly.

Here&#039;s a hack to try and get this to work if you really need it. It&#039;s modifying the OpenX code so it will get wiped out if you do any updates plus I take no responsibility if it breaks something else :)

Under your OpenX installation, open /lib/OA/Dll/Publisher.php

At line 209 in my version, I&#039;d insert a new line after as follows:
$publisherData[&quot;website&quot;] = $oPublisher-&gt;website;

I haven&#039;t tested it but it appears that&#039;s what&#039;s missing to get the website data stored correctly.</description>
		<content:encoded><![CDATA[<p>@Indrani, well after some digging it appears that this is a bug in the OpenX XML-RPC implementation. They aren&#8217;t pulling the value for website as they do the other fields that are populating correctly.</p>
<p>Here&#8217;s a hack to try and get this to work if you really need it. It&#8217;s modifying the OpenX code so it will get wiped out if you do any updates plus I take no responsibility if it breaks something else <img src='http://rogerdickeyjr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Under your OpenX installation, open /lib/OA/Dll/Publisher.php</p>
<p>At line 209 in my version, I&#8217;d insert a new line after as follows:<br />
$publisherData["website"] = $oPublisher->website;</p>
<p>I haven&#8217;t tested it but it appears that&#8217;s what&#8217;s missing to get the website data stored correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indrani</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-46</link>
		<dc:creator>Indrani</dc:creator>
		<pubDate>Wed, 21 Apr 2010 05:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-46</guid>
		<description>Hi,


After running the aforesaid code, when I go to OpenX, for the Publisher newly created the Web Url remains empty although other properties like name/contact/email are populated.
How do I set the WebUrl as &quot;newPub.website = “http://www.google.com”;&quot; doesnt seem to work. :(


Thanks &amp; Regrards,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>After running the aforesaid code, when I go to OpenX, for the Publisher newly created the Web Url remains empty although other properties like name/contact/email are populated.<br />
How do I set the WebUrl as &#8220;newPub.website = “http://www.google.com”;&#8221; doesnt seem to work. <img src='http://rogerdickeyjr.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Thanks &amp; Regrards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indrani</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-45</link>
		<dc:creator>Indrani</dc:creator>
		<pubDate>Tue, 20 Apr 2010 13:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-45</guid>
		<description>Hi,

Thanks, I will try that.

Currently,while adding a Publisher, the Web Url for the Publisher is not getting created.

My Code:

        //PUBLISHER :
        Publisher newPub = new Publisher();
        newPub.publisherName = &quot;My Example Website&quot;;
        newPub.comments = &quot;&quot;;
        newPub.agencyId = 1;
        newPub.contactName = &quot;John Doe&quot;;
        newPub.emailAddress = &quot;johnd@example.com&quot;;
        newPub.website = &quot;http://www.google.com&quot;;
        newPub.publisherId = ox.AddPublisher(newPub);

How do I add the Web URL ?

Thanks &amp; Regards,
Indrani</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks, I will try that.</p>
<p>Currently,while adding a Publisher, the Web Url for the Publisher is not getting created.</p>
<p>My Code:</p>
<p>        //PUBLISHER :<br />
        Publisher newPub = new Publisher();<br />
        newPub.publisherName = &#8220;My Example Website&#8221;;<br />
        newPub.comments = &#8220;&#8221;;<br />
        newPub.agencyId = 1;<br />
        newPub.contactName = &#8220;John Doe&#8221;;<br />
        newPub.emailAddress = &#8220;johnd@example.com&#8221;;<br />
        newPub.website = &#8220;http://www.google.com&#8221;;<br />
        newPub.publisherId = ox.AddPublisher(newPub);</p>
<p>How do I add the Web URL ?</p>
<p>Thanks &amp; Regards,<br />
Indrani</p>
]]></content:encoded>
	</item>
</channel>
</rss>
