Hi Team,

I want to fetch the data for my client, so that I decided to use `client 
libraries` for that. Here's the below query,

SELECT 
segments.date,segments.ad_network_type,campaign.id,campaign.name,ad_group_ad.ad.id,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


In the output console, I can able to see everything even 
`ad_group_ad.ad.id` but I can't able to see `ad_group_ad.ad.name`.

Can you please 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/49ed2e5a-3154-407a-bda1-711ef6c1e3bbn%40googlegroups.com.

Reply via email to