Hi,

I have try to get report use AWQL, but i want filter it by date, 
My AWQL script:
SELECT CampaignId,Amount,StartDate,EndDate,Period FROM 
CAMPAIGN_PERFORMANCE_REPORT DURING 20200701,20200705

==================================

My Result is like this :
<?xml version="1.0" encoding="UTF-8" standalone="true"?>
<report>
<report-name name="CAMPAIGN_PERFORMANCE_REPORT"/>
<date-range date="Jul 1, 2020-Jul 5, 2020"/>
<table>
<columns>
<column name="campaignID" display="Campaign ID"/>
<column name="budget" display="Budget"/>
<column name="startDate" display="Start date"/>
<column name="endDate" display="End date"/>
<column name="budgetPeriod" display="Budget period"/>
</columns>
<row budgetPeriod="day" endDate="--" startDate="2020-04-30" 
budget="100000000000" campaignID="9987381301"/>
<row budgetPeriod="day" endDate="--" startDate="2020-07-01" 
budget="100000000000" campaignID="10442839631"/>
<row budgetPeriod="day" endDate="--" startDate="2020-07-06" 
budget="128500000000" campaignID="10491338858"/>
<row budgetPeriod="day" endDate="--" startDate="2020-07-06" 
budget="1000000000000" campaignID="10494036699"/>
</table>
</report>

Can you tell me, which field is used for during clause? is it startDate or 
anything else?
because if "DURING" use startDate field then "DURING" not filtering my data.

Thanks, Regards..

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c742202a-fccf-4559-affc-25c84448d713n%40googlegroups.com.

Reply via email to