Hi Asa’d,
Thank you for reaching out to Google Ads API Forum.
Upon checking your screenshot, I can see that you want to pull the final url in the asset group of a campaign. You may do this by pulling asset_group report (https://developers.google.com/google-ads/api/fields/v13/asset_group) and using the field asset_group.final_urls (https://developers.google.com/google-ads/api/fields/v13/asset_group#asset_group.final_urls) in your query since the campaign report is one of the attributed resources in using asset_group report. Please let us know how it goes.
Regards,
![]() |
Google Ads API Team |
Hi Asa’d,
Thank you for getting back to us.
It appears that campaign is specified in the FROM clause of the query you mentioned. Please note that as per this report (https://developers.google.com/google-ads/api/fields/v13/campaign), when you specify campaign in the FROM clause, some metrics and segments cannot be used. Since the asset_group.final_urls field is available when specifying asset_group in the FROM clause, I would suggest using asset_group report (https://developers.google.com/google-ads/api/fields/v13/asset_group) and you may also use the query builder (https://developers.google.com/google-ads/api/fields/v13/overview_query_builder?hl=en) and query validator (https://developers.google.com/google-ads/api/fields/v13/query_validator?hl=en) for building and validating your query.
![]() |
Google Ads API Team |