Hi, I am trying to use the reporting API to get data that will help us
compare points in time for our adwords account. However, the DURING
parameter in my AWQL is not doing what I'd expect it to. If I use the
below AWQL, I would expect that only campaigns that existed Yesterday will
be returned. However, it's returning campaigns that we created today, just
with zero stats. How do I update this query to not include any objects
that were created today?
gs.report_downloader.DownloadReportAsStringWithAwql("
SELECT CampaignId, CampaignName, CampaignStatus, Amount, BudgetId,
Impressions, Clicks, Conversions, Cost, AveragePosition,
ValuePerAllConversion
FROM CAMPAIGN_PERFORMANCE_REPORT
WHERE CampaignStatus IN ['ENABLED', 'PAUSED']
DURING YESTERDAY"
, 'TSV', skip_report_header=True, skip_column_header=True,
skip_report_summary=True, include_zero_impressions=True)
Thanks,
Jim
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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
---
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 [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/acd98db9-20c6-43da-a407-3659c2bdffa0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.