Hi,

I am trying to migrate some code for the TargetingIdeaService from version 
2011 to version 201209 for fetchign keyword suggestions based on a single 
kewyord.

Everything is working fine, apart from the MonthlySearchVolumes 
(TARGETED_MONTHLY_SEARCHES)

This is meant to return data for the last 12 months (excluding the current 
month).

So if I run the query now, I would expect to get data for Aug 2012 -> Oct 
2011

No matter what keyword I look for, I always have a missing value for the 
previous month. Here is a capture of the XML returned:

<data>
<key>TARGETED_MONTHLY_SEARCHES</key>
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="MonthlySearchVolumeAttribute">
<Attribute.Type>MonthlySearchVolumeAttribute</Attribute.Type>
<value><year>2012</year><month>9</month></value>
<value><year>2012</year><month>8</month><count>12100</count></value>
<value><year>2012</year><month>7</month><count>14800</count></value>
<value><year>2012</year><month>6</month><count>14800</count></value>
<value><year>2012</year><month>5</month><count>14800</count></value>
<value><year>2012</year><month>4</month><count>18100</count></value>
<value><year>2012</year><month>3</month><count>33100</count></value>
<value><year>2012</year><month>2</month><count>18100</count></value>
<value><year>2012</year><month>1</month><count>14800</count></value>
<value><year>2011</year><month>12</month><count>9900</count></value>
<value><year>2011</year><month>11</month><count>22200</count></value>
<value><year>2011</year><month>10</month><count>49500</count></value>
</value>
</data>


So last month, September is missing the count:
<value><year>2012</year><month>9</month></value>

For every example I try, I seem to always be missing the count for the 
previous month.

Is this a bug - or does the v201209 only return 11 months now?

This is on the live system, not the sandbox.

Thanks for any help anyone can give.

Kind regards,

Ben


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to