Hi Sai,

I wrote the campaign ids generated into a file for AdvertisingChannelType = 
"DISPLAY"


How do i feed  these campaign ids (which are many) into the report 
structure to pull a criteria performance report? I would need your 
assistance here


Thanks,

Praveen 

On Wednesday, June 26, 2019 at 1:20:06 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hello Praveen,
>
> There are no specific code samples for this scenario but in general to get 
> the reports you can refer this code sample 
> <https://developers.google.com/adwords/api/docs/samples/python/reporting#download-a-criteria-performance-report-with-awql>
>  
> in Python language. To filter and to fetch the campaign Ids for display 
> campaigns you can refer my example query below.
> Query: SELECT CampaignId FROM CAMPAIGN_PERFORMANCE_REPORT WHERE 
> AdvertisingChannelType = "DISPLAY" DURING LAST_30_DAYS
>
> Then use those Ids and can filter in the CriteriaPerformanceReport. Please 
> give it a try and let me know if you have any further questions.
>
> Regards,
> Sai Teja, Google Ads API Team
>
> ref:_00D1U1174p._5001UBo9Ky:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9a0a6b62-cb33-4b24-98a8-6e5653aa4b32%40googlegroups.com.

Reply via email to