Hello, Could you please elaborate on the specific format that you're looking to pull this data? Please check this guide <https://developers.google.com/adwords/api/docs/guides/reporting#supported_download_formats> for all the supported report formats. If you're looking to pull stats for two specific campaigns, please find the sample report query below:
SELECT CampaignId, AdGroupId, CampaignName, AdGroupName FROM ADGROUP_PERFORMANCE_REPORT WHERE AdGroupStatus IN ["ENABLED", "PAUSED"] AND CampaignName IN ["_ YurtiƧi Oteller - 2015", "# 1-New Visitor"] DURING YESTERDAY Can you give this a try and let me know if you run into any issues? Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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 and Google Ads 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/93d8cd46-c5a9-46a0-a758-691d5d2e7530%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
