<?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"
	>
<channel>
	<title>Comments on: AdWords API problems</title>
	<atom:link href="http://www.janinedalton.com/blog/archives/2005/adwords-api-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.janinedalton.com/blog/archives/2005/adwords-api-problems/</link>
	<description>Random ramblings from the home office of a web developer in Dublin, Ireland</description>
	<pubDate>Sun, 23 Nov 2008 15:05:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: janine</title>
		<link>http://www.janinedalton.com/blog/archives/2005/adwords-api-problems/#comment-68648</link>
		<dc:creator>janine</dc:creator>
		<pubDate>Sun, 10 Aug 2008 21:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://janinedalton.com/wp/?p=104#comment-68648</guid>
		<description>Good to hear from you Dave and nice to see you back blogging again too. I'm amazed that this is still an issue with the API 3 YEARS ON!! I haven't touched any of the PPC APIs in about 2 years - I'm sure the AdWords one has changed an awful lot since...</description>
		<content:encoded><![CDATA[<p>Good to hear from you Dave and nice to see you back blogging again too. I&#8217;m amazed that this is still an issue with the API 3 YEARS ON!! I haven&#8217;t touched any of the PPC APIs in about 2 years - I&#8217;m sure the AdWords one has changed an awful lot since&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Callan</title>
		<link>http://www.janinedalton.com/blog/archives/2005/adwords-api-problems/#comment-68571</link>
		<dc:creator>Dave Callan</dc:creator>
		<pubDate>Sun, 10 Aug 2008 13:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://janinedalton.com/wp/?p=104#comment-68571</guid>
		<description>Hi Janine, same problem I was having, I slotted in crossClientSpecified and it worked fine. Your post helped me solved this. Going to post over at Google API group to request an update to the documentation.</description>
		<content:encoded><![CDATA[<p>Hi Janine, same problem I was having, I slotted in crossClientSpecified and it worked fine. Your post helped me solved this. Going to post over at Google API group to request an update to the documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conrad</title>
		<link>http://www.janinedalton.com/blog/archives/2005/adwords-api-problems/#comment-10311</link>
		<dc:creator>Conrad</dc:creator>
		<pubDate>Mon, 10 Sep 2007 21:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://janinedalton.com/wp/?p=104#comment-10311</guid>
		<description>Awesome.  I was having the exact same issues, but I added the two properties and all is good.  Thanks :)</description>
		<content:encoded><![CDATA[<p>Awesome.  I was having the exact same issues, but I added the two properties and all is good.  Thanks <img src='http://www.janinedalton.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: janine</title>
		<link>http://www.janinedalton.com/blog/archives/2005/adwords-api-problems/#comment-1839</link>
		<dc:creator>janine</dc:creator>
		<pubDate>Sun, 26 Mar 2006 11:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://janinedalton.com/wp/?p=104#comment-1839</guid>
		<description>I have seen reports on the developer forum that if you add a line ReportJob.crossClientSpecified = true, then generating a report at MCC level will work!</description>
		<content:encoded><![CDATA[<p>I have seen reports on the developer forum that if you add a line ReportJob.crossClientSpecified = true, then generating a report at MCC level will work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: janine</title>
		<link>http://www.janinedalton.com/blog/archives/2005/adwords-api-problems/#comment-770</link>
		<dc:creator>janine</dc:creator>
		<pubDate>Tue, 29 Nov 2005 20:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://janinedalton.com/wp/?p=104#comment-770</guid>
		<description>*many* thanks mark - i will give that a try - they did not mention that in the docs when i looked into them at the time though?

if you are setting a value for the aggregationType parameter it's kinda obvious that an aggregation type is specified but whatever google wants :)

thanks again!</description>
		<content:encoded><![CDATA[<p>*many* thanks mark - i will give that a try - they did not mention that in the docs when i looked into them at the time though?</p>
<p>if you are setting a value for the aggregationType parameter it&#8217;s kinda obvious that an aggregation type is specified but whatever google wants <img src='http://www.janinedalton.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.janinedalton.com/blog/archives/2005/adwords-api-problems/#comment-767</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 29 Nov 2005 18:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://janinedalton.com/wp/?p=104#comment-767</guid>
		<description>You need to add: 

myReportJob.aggregationTypeSpecified = true;

This will solve it :)</description>
		<content:encoded><![CDATA[<p>You need to add: </p>
<p>myReportJob.aggregationTypeSpecified = true;</p>
<p>This will solve it <img src='http://www.janinedalton.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michele</title>
		<link>http://www.janinedalton.com/blog/archives/2005/adwords-api-problems/#comment-330</link>
		<dc:creator>Michele</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://janinedalton.com/wp/?p=104#comment-330</guid>
		<description>I played with some of the PHP and Perl example code a couple of months ago and it seemed to work fine. I haven't found any practical use for it yet though :)</description>
		<content:encoded><![CDATA[<p>I played with some of the PHP and Perl example code a couple of months ago and it seemed to work fine. I haven&#8217;t found any practical use for it yet though <img src='http://www.janinedalton.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: janine</title>
		<link>http://www.janinedalton.com/blog/archives/2005/adwords-api-problems/#comment-331</link>
		<dc:creator>janine</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://janinedalton.com/wp/?p=104#comment-331</guid>
		<description>yep the examples worked for me too michele, as did most other quick things i tried out...
but in accordance with murphy's law it's the couple of things i really need to do that i have trouble getting fully up and running! :)</description>
		<content:encoded><![CDATA[<p>yep the examples worked for me too michele, as did most other quick things i tried out&#8230;<br />
but in accordance with murphy&#8217;s law it&#8217;s the couple of things i really need to do that i have trouble getting fully up and running! <img src='http://www.janinedalton.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.janinedalton.com/blog/archives/2005/adwords-api-problems/#comment-332</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://janinedalton.com/wp/?p=104#comment-332</guid>
		<description>I haven't tried the APIs for Adwords yet but they seem interesting. By the looks of it there could be minor niggles though. C# looks fairly easy to use. Must see if I can learn it.
</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried the APIs for Adwords yet but they seem interesting. By the looks of it there could be minor niggles though. C# looks fairly easy to use. Must see if I can learn it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
