As the title says, the return value of my query is lacking 
`ad_group_ad.ad.name` when I include `segments.date` in the query as well. 
As soon as I remove it, `ad_group_ad.ad.name` show up in the response.

I cannot simply exclude one of the columns as both of them are essential 
for me at this point.

Here is my entire query:
"""
                SELECT ad_group_ad.ad.id,
                    ad_group.id,
                    campaign.id,
                    segments.date,
                    ad_group_ad.status,
                    ad_group_ad.ad.type,
                    ad_group_ad.ad.name,
                    ad_group_ad.ad.call_ad.headline1,
                    ad_group_ad.ad.call_ad.headline2,
                    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.legacy_responsive_display_ad.long_headline,
                    
ad_group_ad.ad.legacy_responsive_display_ad.short_headline,
                    ad_group_ad.ad.text_ad.headline,
                    ad_group_ad.ad.text_ad.description1,
                    ad_group_ad.ad.text_ad.description2,
                    ad_group_ad.ad.expanded_text_ad.description2,
                    ad_group_ad.ad.expanded_text_ad.description,
                    ad_group_ad.ad.final_urls,
                    customer.currency_code,
                    metrics.impressions,
                    metrics.cost_micros,
                    metrics.cost_per_all_conversions,
                    metrics.cost_per_conversion,
                    metrics.clicks,
                    metrics.gmail_secondary_clicks,
                    metrics.conversions,
                    metrics.conversions_from_interactions_rate,
                    metrics.all_conversions_from_interactions_rate,
                    metrics.engagement_rate,
                    metrics.interactions,
                    metrics.interaction_rate,
                    metrics.percent_new_visitors,
                    metrics.top_impression_percentage,
                    metrics.value_per_all_conversions,
                    metrics.value_per_conversion
                FROM ad_group_ad
                WHERE segments.date BETWEEN '2022-06-01' AND ' 2022-06-01 '
"""
This issue has occurred with any date range I have tried.

Please let me know if there are any other details that I may share to help 
clarify the problem. 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/f950ca74-2e5e-4f61-8878-0f4cd547203bn%40googlegroups.com.
  • Ad... Serhat G
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to