Metrics by Audience

2024-06-17 Thread Ihor S.
Hi Team I have a campaign with the “Demand Gen” type and a configured audience, which lights up like a signal in the interface [image: Monosnap Audience - The Gaze Youtube - Google Ads .png] How can I get the metric for it? there is no data in ad_group_audience_view / campaign_audience_view.

Negative Device by CampaignCriterion

2024-03-12 Thread Ihor S.
I'm trying to create a campany and exclude Tablet Device from the CampaignCriterion. So I create negative CampaignCriterion Object(PHP) $campaignCriterion = new CampaignCriterion(); $campaignCriterion->setCampaign(...); $campaignCriterion->setDevice(...); $campaignCriterion->setNegative(true); B