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

2019-02-25 Thread googleadsapi-forumadvisor via 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

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

2019-02-22 Thread john . paulin
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