Hi Saif,
Thank you for reaching out to the Google Ads API support team.
Based on the screenshot provided, I would recommend you to use the
ad_group_asset resource to retrieve the fields and metrics from the Google Ads API. I would also suggest you to refer to the
Reporting documentation as it explains in detail regarding the types of reports that are available to extract the asset level data from the Google Ads API. Please find the sample GAQL query as per your requirement:
SELECT ad_group_asset.source, asset.id, ad_group_asset.status, ad_group_asset.field_type,
metrics.average_cpm, metrics.interaction_rate, metrics.interactions, metrics.clicks,
metrics.impressions, metrics.cost_micros, metrics.average_cost FROM ad_group_asset
You can use the
search or
searchStream methods in making the API calls while retrieving the data. Additionally, you can utilize the
Google Ads Query Builder and
Query Validator to build and validate the queries for retrieving the data from the Google Ads API.
This message is in relation to case "ref:!00D1U01174p.!5004Q02vF8Ta:ref" (ADR-00263942)
Thanks,
 |
Google Ads API Team |
