|
||||||
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 client libraries.
That said, you may create queries using either of the Search or SearchStream methods to get an ad_group report. Note that both Search and SearchStream use the same base URL below.
https://googleads.googleapis.com/v8/customers/CUSTOMER_ID/googleAds
For more information, you may refer to this guide.
Let us know if you have any further questions.
Regards,
|
||||||
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 enable logging for the curl command by using the -i flag. This will cause the tool to include the HTTP response headers in the output.
You may then send the requested information via the Reply privately to author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias instead.
Regards,