Re: How to exclude negative locations from location_view

2019-06-30 Thread Google Ads API Forum Advisor Prod
Hi Mat, Sorry about that -- silly mistake on my part! I was looking into your question and a separate question at the same time and mixed up the campaign IDs. I just ran a report against a campaign in another account with negative location criteria, and your filter of campaign_criterion.negativ

Re: How to exclude negative locations from location_view

2019-06-28 Thread Mat
Hi Josh, I beg your pardon? I did not provide any particular campaign in my query. And as you can see, I've already added "'AND campaign_criterion.negative != TRUE '" to my query (which should yield the same results as "campaign_criterion.negative = false") . And still there are negative locati

RE: How to exclude negative locations from location_view

2019-06-27 Thread Google Ads API Forum Advisor Prod
Hi, You can exclude negative criteria from the results by adding campaign_criterion.negative = false to your query. The particular campaign in the query you provided does not have any negative location criteria, however. Thanks, Josh, Google Ads API Team ref:_00D1U1174p._5001UCZdYE:ref -- --

How to exclude negative locations from location_view

2019-06-26 Thread Mat
Hi, how can I exclude negative locations from a location_view report? My query: query = ('SELECT ' 'campaign.id, ' 'campaign.status, ' 'campaign.serving_status, ' 'campaign_criterion.negative, ' 'location_view.resource_name,