I am using the following query to fetch ad performance data. However, I receive the metrics only for segments.ad_network_type = SEARCH | SEARCH_PARTNERS. I don't get the data for DISPLAY or YOUTUBE even though I see them in google ads ui.
What could be wrong here? Appreciate your input. Thanks. ```SELECT segments.device, campaign.id, customer.id, segments.keyword.ad_group_criterion, segments.date, ad_group_ad.ad.id, campaign.base_campaign, ad_group.base_ad_group, segments.ad_network_type, segments.slot, ad_group.id, metrics.ctr, metrics.impressions, metrics.clicks, metrics.cost_per_conversion, metrics.conversions, metrics.average_cpe, metrics.engagements, metrics.conversions_from_interactions_rate, metrics.average_cost, metrics.interactions, metrics.average_cpc, metrics.cost_micros, metrics.interaction_rate, metrics.view_through_conversions, metrics.interaction_event_types, metrics.engagement_rate, metrics.average_cpm, metrics.value_per_conversion, metrics.conversions_value FROM ad_group_ad WHERE segments.date BETWEEN '2022-02-06' AND '2022-02-13' AND metrics.impressions > 0 ORDER BY segments.date ASC``` -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4bd6bc54-edc4-4b12-a2f3-a947195a4936n%40googlegroups.com.
