Returns empty stream when I add date to the select section

26 views
Skip to first unread message

Roi Yad Shalom

unread,
Mar 28, 2023, 3:49:09 AM3/28/23
to Google Ads API and AdWords API Forum
Hey 
I try to get the performance of an ad group and a source placement per day. 
When I select the data and only filter by date it works but when I select date it returns an empty strem 

Besides, Is it possible to get the metrics by the ad group ad level with the source website the ad was presented in?

Roi Yad Shalom

unread,
Mar 28, 2023, 4:32:53 AM3/28/23
to Google Ads API and AdWords API Forum
 SELECT ad_group.id, ad_group_criterion.display_name, ad_group_criterion.placement.url,
                              metrics.impressions, metrics.clicks, metrics.cost_micros, metrics.conversions, segments.date
                       FROM managed_placement_view where segments.date >= '2023-03-27'
                       and segments.date <= '2023-03-28'  

this is the query I use. with date it returns empty but without date returns the data

Reply all
Reply to author
Forward
0 new messages