Hey guys! Just to be sure: the values you are getting 
through TARGETED_MONTHLY_SEARCHES are *"EXACT" match types*, correct?

I am also migrating the code from version 201109_1 to 201209, and I am 
trying to keep my *AVERAGE_TARGETED_MONTHLY_SEARCHES for a KEYWORD with 
match type "BROAD"*, but I think it's not possible anymore.

Any ideas on how to be able to keep this logic?

Or any idea why the team did this modifications?

Other people have similiar problems:
https://groups.google.com/forum/?fromgroups=#!topic/adwords-api/D75_pfZsjyM
https://groups.google.com/forum/?fromgroups=#!topic/adwords-api/ft6aHR3e-l0 (i 
didn't understand anything)

Thanks in advance!
Rodrigo


Em quarta-feira, 17 de outubro de 2012 17h54min48s UTC-3, eric haberman 
escreveu:
>
> I am experiencing the exact same issue.  The previous month search 
> estimate is always empty.
>
> I'm wondering if maybe we're just falling into a window where that months 
> data hasn't been set yet... but we'll see.
>
> On Wednesday, October 17, 2012 10:45:14 AM UTC-5, Ben Vincent wrote:
>>
>> 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