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.
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