Hi Luuk,
Thanks for raising your concern.
Could you confirm if you are pertaining to the specific specific UI that showed in the attached screenshot? If yes, in order to get the data on the WHERE ADS SHOWED tab, you can use the Automatic Placements Performance Report instead as this report type maps to said UI.
Let me know if you have questions/clarifications.
Regards,
Ejay
Google Ads Scripts Team
var report = AdsApp.report( "SELECT CampaignName, DisplayName, Impressions" + " FROM AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT" + " WHERE CampaignName CONTAINS '(Y) - Affiniteit - In-stream'" + " DURING YESTERDAY" );Hi Luuk,
Thanks for your reply.
The Automatic Placements Performance Report is the only report type that maps to the 'WHERE ADS SHOWED' tab in UI. However, I am afraid that this report type couldn't be able to return the YouTube channels and its url.
Let me know if you have further questions.
Regards,
Ejay
Google Ads Scripts Team