Hi Nadine,

While this is certainly a solution, what I'm trying to point out above is 
that the behavior changed. We were using these calls to generate reports 
about the account structure and thus dont want to use metric fields. 
Before, you could request such reports with Date, now you cant?

On Tuesday, July 7, 2015 at 7:55:24 PM UTC+2, Nadine Sundquist (AdWords API 
Team) wrote:
>
> Hi,
>
> With the Keywords Performance Report, you need to have at least one field 
> with the *Behavior *of type *Metric* such as the Impressions 
> <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report#impressions>
>  field. 
> Can you please give that a try to see if things behave as expected?
>
> Thanks,
> Nadine, AdWords API Team 
>
> On Tuesday, July 7, 2015 at 1:34:01 PM UTC-4, Nadine Sundquist (AdWords 
> API Team) wrote:
>>
>> Hello,
>>
>> Thanks for pointing this out. The behavior you're showing and the 
>> documentation definitely don't match. I'll talk to the engineers to see 
>> what the intended behavior is, and I'll get back to you as soon as I have 
>> news. 
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Tuesday, July 7, 2015 at 8:43:06 AM UTC-4, GD wrote:
>>>
>>> Hi!
>>>
>>> I think you (accidentally?) changed the behavior regarding Date field in 
>>> KPR visavi zero impression rows.
>>>
>>> See below examples:
>>>
>>> In [34]: report_downloader.DownloadReportAsStreamWithAwql(
>>>             'SELECT CampaignId, AdGroupId, Id, *Date* FROM 
>>> KEYWORDS_PERFORMANCE_REPORT DURING 20150707,20150707', 
>>> file_format='CSV').readlines()[0:5]
>>>
>>> Out[34]: 
>>> ['"KEYWORDS_PERFORMANCE_REPORT (Jul 7, 2015)"\n',
>>>  'Campaign ID,Ad group ID,Keyword ID,Day\n',
>>>  'Total, --, --, --\n']
>>>
>>> *If we remove Date from the query, we get many lines*
>>>
>>> In [35]: report_downloader.DownloadReportAsStreamWithAwql(
>>>             'SELECT CampaignId, AdGroupId, Id FROM 
>>> KEYWORDS_PERFORMANCE_REPORT DURING 20150707,20150707', 
>>> file_format='CSV').readlines()[0:5]
>>> Out[35]: 
>>> ['"KEYWORDS_PERFORMANCE_REPORT (Jul 7, 2015)"\n',
>>>  'Campaign ID,Ad group ID,Keyword ID\n',
>>>  '263993268,9713724108,50982934788\n',
>>>  '263991948,9713602068,3001111864\n',
>>>  '156554148,6752305908,50981848068\n']
>>>
>>> This used to produce the same answer. Is this something you could fix or 
>>> is this the new normal? In that case, Docs should be updated so that it 
>>> states Date does not support zero impression rows.
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/361abf76-8dcb-4b61-82a4-a18b4be1a51c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to