We're seeing this issue too. The Keyword Tool, and v13 API return the same value as GLOBAL_MONTHLY_SEARCHES. The AVERAGE_TARGETED_MONTHLY_SEARCHES value is either lower or null.
On Mar 24, 3:09 am, Andriy Kud <[email protected]> wrote: > Through old (v13) API I get this: > Array > ( > [0] => Array > ( > [text] => google keyword > [language] => > [advertiserCompetitionScale] => 5 > [avgSearchVolume] => 301000 > [lastMonthSearchVolume] => 165000 > ) > > ) > > And this comes from v200909 using > $targetingIdeaSelector->requestedAttributeTypes = array('COMPETITION', > > 'GLOBAL_MONTHLY_SEARCHES', 'KEYWORD','TARGETED_MONTHLY_SEARCHES'): > > Array > ( > [0] => Array > ( > [text] => google keyword //KEYWORD > [language] => > [advertiserCompetitionScale] => 5 //COMPETITION*5 > [avgSearchVolume] => 301000 //GLOBAL_MONTHLY_SEARCHES > (notAVERAGE_TARGETED_MONTHLY_SEARCHES- can't get any result on this > attribute) > [lastMonthSearchVolume] => 368000 // > TARGETED_MONTHLY_SEARCHES (the last month value - 2010-02 for now) > ) > ) > As you can see there is a difference between 'lastMonthSearchVolume' > values. Why? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en To unsubscribe from this group, send email to adwords-api+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
