Re: How to exclude placements with PHP APIs ?

2017-08-05 Thread Garik Tate
You're going to need to add a negative placement criterion. It's basically the same as adding a negative keyword. Here is basically what we did, hope that helps: get($session, CampaignCriterionService::class); $campaignCriteria = []; $operations = []; foreach ($campaignCriteria as

Trying to get performance report on individual Display Ads across Placements

2017-08-05 Thread Garik Tate
Hey Guys, I'm trying to run a report to see how individual ads are performing across different Placements. Kind of like running a placement performance report with the AdGroupId, but instead of "ad group", I'm trying to get down to the individual "ad" level.