I am currently utilizing the Google Ads API to retrieve data from the Video table. Upon attempting to add the ad_group_ad.ad.type dimension in the SELECT clause, I have noticed an increase in the number of rows returned. However, after performing aggregation, the results remain unchanged. I am curious as to the reason for this behavior and if it is expected. Can you provide insight on this matter?
The query: SELECT segments.date, customer.currency_code, campaign.id, campaign.name, ad_group.id, ad_group.name, metrics.clicks, metrics.cost_micros, metrics.engagements, metrics.impressions, video.duration_millis, metrics.video_quartile_p100_rate, metrics.video_quartile_p25_rate, metrics.video_quartile_p50_rate, metrics.video_quartile_p75_rate, metrics.video_views, segments.ad_network_type, ad_group_ad.ad.type FROM video Thanks, Asa'd -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/f3cd4214-f40f-47d5-b056-2ce055d8002cn%40googlegroups.com.
