Hi,
We are planing to migrate to Google Ads API from old Ad words API.
I requested New Google Ads API call by using Python to pull Ad Performance Report with label Info. Please see below
Google Ads Query.
select segments.date,segments.week,customer.descriptive_name,customer.currency_code,ad_group.id,ad_group.name,ad_group.status,ad_group_ad.ad.type,campaign.id,campaign.name, campaign.status,ad_group_ad.ad.final_urls,ad_group_ad.ad.expanded_text_ad.headline_part1,ad_group_ad.ad.expanded_text_ad.headline_part2,ad_group_ad.ad.expanded_text_ad.headline_part3,ad_group_ad.ad.expanded_text_ad.description,ad_group_ad.ad.url_custom_parameters,ad_group_ad_labels.ad_group_ad,metrics.clicks,metrics.impressions,metrics.cost_micros,metrics.conversions,metrics.view_through_conversions from ad_group_ad
Value in
ad_group_ad_labels field is coming as ex: customers/XXXXX/ads/XXX Instead of existing Adwords API call value like ex: ["Shoes 2022"].
Please help me on that how to pull original Label field value by using Google Ads API. Let me know need any additional info from my side.
Thank you,
Sri.