how to specify a single day in Click Performance Report in Adwords api PHP

52 views
Skip to first unread message

john....@doscst.edu.ph

unread,
Feb 22, 2019, 5:57:08 PM2/22/19
to AdWords API and Google Ads API Forum
I want to get specific click performance for the past 30 days but Click Performance Report won't accept LAST_30_DAYS as it requires to have a single day report. I tried using date range for a day like 20190222,20190223 which should be a valid 1 day but it didn't work either. So I'm confused how I can get a report for a specific day in the past. 

googleadsapi...@google.com

unread,
Feb 25, 2019, 3:18:58 PM2/25/19
to AdWords API and Google Ads API Forum
Hello John,

You can only get single day report for Click Performance report. The date range should be 20190222,20190222, please find sample report definition below:

SELECT AdGroupId, CampaignId, GclId FROM CLICK_PERFORMANCE_REPORT DURING 20190222,20190222

The above query will return you GCLIDs for one day (22 Feb). Let me know if you have any further questions.

Thanks,
Milind, AdWords API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
    http://googleadsdeveloper.blogspot.com/search/label/adwords_api
    https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Was your question answered? Please rate your experience with us by taking a short survey.
If not -- reply to this email and tell us what else we can do to help.

Take Survey

Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/

Reply all
Reply to author
Forward
0 new messages