<?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>Computer Wizard, The API Guy &#38; Internet Marketer</description>
	<lastBuildDate>Tue, 22 Nov 2011 15:32:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Roger</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-247</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Tue, 22 Nov 2011 15:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-247</guid>
		<description>Hi Howard,
It turns out the OpenX API itself doesn&#039;t implement a way to handle the &quot;URL&quot; storage type.

In my apps I&#039;ve used the &quot;html&quot; storage type and specificed an htmlTemplate that includes the markup for an image.

Hopefully that helps.</description>
		<content:encoded><![CDATA[<p>Hi Howard,<br />
It turns out the OpenX API itself doesn&#8217;t implement a way to handle the &#8220;URL&#8221; storage type.</p>
<p>In my apps I&#8217;ve used the &#8220;html&#8221; storage type and specificed an htmlTemplate that includes the markup for an image.</p>
<p>Hopefully that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: howard</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-246</link>
		<dc:creator>howard</dc:creator>
		<pubDate>Thu, 17 Nov 2011 15:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-246</guid>
		<description>Hi Roger,

First, thanks for a great library. I&#039;m having problems creating banners. The banner gets created, but the properties don&#039;t get filled in right. The name, height, width, and Destination URL get the right values, but Image URL doesn&#039;t get populated! I&#039;m under a short deadline to get this working. Any ideas would really be helpful!

Howard

My code looks like:
                Banner banner = new Banner();
                banner.campaignId = Convert.ToInt32(txtCampaignId.Text);
                banner.bannerName = string.Format(&quot;Test-{0}&quot;, Guid.NewGuid().ToString());
                banner.storageType = &quot;url&quot;;
                banner.imageUrl = txtImageURL.Text; // I&#039;ve tried both valid and invalid urls here
                banner.width = 300;
                banner.height = 100;
                banner.url = txtURL.Text; // I&#039;ve tried both valid and invalid urls here

                api.Logon();
                bannerID = api.AddBanner(banner);
                api.Logoff();</description>
		<content:encoded><![CDATA[<p>Hi Roger,</p>
<p>First, thanks for a great library. I&#8217;m having problems creating banners. The banner gets created, but the properties don&#8217;t get filled in right. The name, height, width, and Destination URL get the right values, but Image URL doesn&#8217;t get populated! I&#8217;m under a short deadline to get this working. Any ideas would really be helpful!</p>
<p>Howard</p>
<p>My code looks like:<br />
                Banner banner = new Banner();<br />
                banner.campaignId = Convert.ToInt32(txtCampaignId.Text);<br />
                banner.bannerName = string.Format(&#8220;Test-{0}&#8221;, Guid.NewGuid().ToString());<br />
                banner.storageType = &#8220;url&#8221;;<br />
                banner.imageUrl = txtImageURL.Text; // I&#8217;ve tried both valid and invalid urls here<br />
                banner.width = 300;<br />
                banner.height = 100;<br />
                banner.url = txtURL.Text; // I&#8217;ve tried both valid and invalid urls here</p>
<p>                api.Logon();<br />
                bannerID = api.AddBanner(banner);<br />
                api.Logoff();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-184</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Fri, 04 Feb 2011 14:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-184</guid>
		<description>Here is the exact line I am using. 

string myURL = &quot;http://www.msnapaccess.com/OpenX/www/api/v2/xmlrpc/&quot;;</description>
		<content:encoded><![CDATA[<p>Here is the exact line I am using. </p>
<p>string myURL = &#8220;http://www.msnapaccess.com/OpenX/www/api/v2/xmlrpc/&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-183</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Fri, 04 Feb 2011 14:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-183</guid>
		<description>Hi Dennis, are you using the full OpenX API URL? Like: http://www.yoursite.com/OpenX/www/api/v2/xmlrpc/</description>
		<content:encoded><![CDATA[<p>Hi Dennis, are you using the full OpenX API URL? Like: <a href="http://www.yoursite.com/OpenX/www/api/v2/xmlrpc/" rel="nofollow">http://www.yoursite.com/OpenX/www/api/v2/xmlrpc/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-182</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Fri, 04 Feb 2011 14:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-182</guid>
		<description>I am having difficulty performing a login.  I am getting an error that states the following. 

&quot;Response from server does not contain valid XML.&quot;   Any idea what might be causing this.  Here is my login code. 

OpenXApiV2 OpenXAPI = new OpenXApiV2(edtURL.Text.Trim(), edtUserID.Text.Trim(), edtPassword.Text.Trim());

 		OpenXAPI.Logon();

Thank you for any help you may offer.</description>
		<content:encoded><![CDATA[<p>I am having difficulty performing a login.  I am getting an error that states the following. </p>
<p>&#8220;Response from server does not contain valid XML.&#8221;   Any idea what might be causing this.  Here is my login code. </p>
<p>OpenXApiV2 OpenXAPI = new OpenXApiV2(edtURL.Text.Trim(), edtUserID.Text.Trim(), edtPassword.Text.Trim());</p>
<p> 		OpenXAPI.Logon();</p>
<p>Thank you for any help you may offer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guste</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-179</link>
		<dc:creator>guste</dc:creator>
		<pubDate>Fri, 28 Jan 2011 15:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-179</guid>
		<description>1-Yes, what I need is to create, get, and modify banner delivery options. Specially to manage several &quot;Site Variables&quot; (with AND condition) matching regex.
2-I&#039;ll contact you by mail to not pollute your blog.</description>
		<content:encoded><![CDATA[<p>1-Yes, what I need is to create, get, and modify banner delivery options. Specially to manage several &#8220;Site Variables&#8221; (with AND condition) matching regex.<br />
2-I&#8217;ll contact you by mail to not pollute your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-178</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Fri, 28 Jan 2011 14:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-178</guid>
		<description>- In my English version, the 2nd tab is &quot;Delivery Options&quot; for setting access filters on the banner. Is this what you&#039;re looking for? (delivery limitations, visitor capping, etc)
- There are approximately 40 statistic methods that need to be implemented. The source code is available if you feel comfortable to implement those yourself. Or if you let me know the ones you need specifically, I can get started on this for you.</description>
		<content:encoded><![CDATA[<p>- In my English version, the 2nd tab is &#8220;Delivery Options&#8221; for setting access filters on the banner. Is this what you&#8217;re looking for? (delivery limitations, visitor capping, etc)<br />
- There are approximately 40 statistic methods that need to be implemented. The source code is available if you feel comfortable to implement those yourself. Or if you let me know the ones you need specifically, I can get started on this for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-177</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Fri, 28 Jan 2011 14:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-177</guid>
		<description>Okay, glad that worked. You&#039;re right, you could couple the array and custom cases together. It just depends on the version of OpenX, the array case didn&#039;t exist in some previous versions.</description>
		<content:encoded><![CDATA[<p>Okay, glad that worked. You&#8217;re right, you could couple the array and custom cases together. It just depends on the version of OpenX, the array case didn&#8217;t exist in some previous versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guste</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-176</link>
		<dc:creator>guste</dc:creator>
		<pubDate>Fri, 28 Jan 2011 08:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-176</guid>
		<description>Sorry, I&#039;ve got two other questions for you Roger. I see nothing in API which could permit to:
1-Create, get and modify banner distribution options (distribution is the French term, I don&#039;t know how to translate in English -&gt; second tab when you are in banner detail screen in OpenX Back Office)?
2-Access statistics?
Thanks</description>
		<content:encoded><![CDATA[<p>Sorry, I&#8217;ve got two other questions for you Roger. I see nothing in API which could permit to:<br />
1-Create, get and modify banner distribution options (distribution is the French term, I don&#8217;t know how to translate in English -&gt; second tab when you are in banner detail screen in OpenX Back Office)?<br />
2-Access statistics?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guste</title>
		<link>http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/comment-page-1/#comment-175</link>
		<dc:creator>guste</dc:creator>
		<pubDate>Fri, 28 Jan 2011 07:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://rogerdickeyjr.com/net-library-for-accessing-the-openx-api/#comment-175</guid>
		<description>On my side I made your modification on line 359 (switch [...] case &#039;custom&#039;). If I well understand we could couple case &#039;array&#039; and case &#039;custom&#039;? I don&#039;t really understand what it really does but now it works when I call GetBannerListByCampaign() and GetBanner()
Thanks a lot.</description>
		<content:encoded><![CDATA[<p>On my side I made your modification on line 359 (switch [...] case &#8216;custom&#8217;). If I well understand we could couple case &#8216;array&#8217; and case &#8216;custom&#8217;? I don&#8217;t really understand what it really does but now it works when I call GetBannerListByCampaign() and GetBanner()<br />
Thanks a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

