Before creating a ticket at Py client lib site I wanted to get some feedback from you . Probably it's not necessary to bother the team .
I was messing around a little with TrargetingIdeaService in v201008 sandbox and I realized that values for type MonthlySearchVolume [1]_ are returned without `count` field (as expected after reading [1]_). See example below . {{{ #!python [{'key': 'TARGETED_MONTHLY_SEARCHES', 'value': [{'Attribute_Type': 'MonthlySearchVolumeAttribute', 'value': [{'month': '9', 'year': '2010'}, {'month': '8', 'year': '2010'}, {'month': '7', 'year': '2010'}, {'month': '6', 'year': '2010'}, {'month': '5', 'year': '2010'}, {'month': '4', 'year': '2010'}, {'month': '3', 'year': '2010'}, {'month': '2', 'year': '2010'}, {'month': '1', 'year': '2010'}, {'month': '12', 'year': '2009'}, {'month': '11', 'year': '2009'}, {'month': '10', 'year': '2009'}]}]}, }}} Needless to say that this breaks all test code using TARGETED_MONTHLY_SEARCHES. Is this correct ? AFAICS this is pretty useless . I can perfectly enumerate the 12-th previous months without contacting Google WS . The `count` is the strawberry in the pie ;o) ... but I'm probably missing something, so I'll be looking forward for your comments . Thnx in advance ! .. [1] type MonthlySearchVolume (v201008) (http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.MonthlySearchVolume.html) -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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