Re: migration ADGROUP_PERFORMANCE_REPORT

2021-10-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Could you please confirm if your CURL request has been successful? We would request that you provide the complete request and response logs, with the request-id, generated when you tried to get the ad_group report, for our team to further investigate. For REST interface requests, you can

Re: migration ADGROUP_PERFORMANCE_REPORT

2021-10-21 Thread Василий Рогачев
I call this report, as before, through curl. This should work, right? This is exactly how the old report works for me. четверг, 21 октября 2021 г. в 20:59:22 UTC+3, Василий Рогачев: > > https://googleads.googleapis.com/v8/customers/CUSTOMER_ID/googleAds > > > __fmt=TSV&__rdquery=SELECT segments

Re: migration ADGROUP_PERFORMANCE_REPORT

2021-10-21 Thread Василий Рогачев
https://googleads.googleapis.com/v8/customers/CUSTOMER_ID/googleAds __fmt=TSV&__rdquery=SELECT segments.date, campaign.id, campaign.name, ad_group.id, ad_group.name, metrics.impressions, metrics.clicks, metrics.cost_micros FROM ad_group WHERE ad_group.status IN ("ENABLED","PAUSED") AND segmen

Re: migration ADGROUP_PERFORMANCE_REPORT

2021-10-21 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, This is Yasar and I work with Matt. Let me assist you with this. You may use the ad_group report in Google Ads API which is equivalent to ADGROUP_PERFORMANCE_REPORT in the AdWords API. The Google Ads API can be called either using gRPC or REST, and we recommend using Google's official clien

Re: migration ADGROUP_PERFORMANCE_REPORT

2021-10-20 Thread Василий Рогачев
And what url should be called? Previously it was https://adwords.google.com/api/adwords/reportdownload/v201809 среда, 20 октября 2021 г. в 17:33:01 UTC+3, adsapi: > Hello, > > Thanks for reaching out. You can use the Query Migration Tool >

RE: migration ADGROUP_PERFORMANCE_REPORT

2021-10-20 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out. You can use the Query Migration Tool to convert AdWords API queries to the Ads API. For your query, the tool provides the Ads API equivalent below: SELECT segments.date, campaign.id, campaign.name, ad_group.id, ad_group.name, metrics.impressions, metrics.clicks,