Hi Team, I have been querying the below query to fetch the data. Here's the query
SELECT segments.date, segments.ad_network_type, campaign.id, campaign.name, ad_group_ad.ad.name, ad_group.name, metrics.cost_micros, metrics.clicks, metrics.impressions, metrics.average_cart_size, metrics.conversions, metrics.conversions_value, customer.currency_code, ad_group.tracking_url_template FROM ad_group_ad WHERE segments.date BETWEEN '2024-05-01' AND '2024-05-01' ORDER BY metrics.conversions_value DESC LIMIT 5 I can able to see every field even "ad_group_ad.ad.id" but I can't able to see "ad_group_ad.ad.name". I'll be grateful if you can help me with this. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/c6841701-6872-4dfa-bd74-d4607d8bfbb9n%40googlegroups.com.