Hi,

If an account does not have any campaigns then a 
CAMPAIGN_PERFORMANCE_REPORT for that account will be empty. What's more 
likely is that those accounts have campaigns but the campaigns are in the 
REMOVED state. You can exclude those by filtering for *Status* *NOT_EQUALS 
'REMOVED'*.

Cheers,
Josh, AdWords API Team

On Wednesday, October 22, 2014 8:05:30 AM UTC-4, g.adwo...@smartweb.com.ua 
wrote:
>
> many my account has not company, I want filtered it. I tried add more than 
> one predicates, but it is not help.
>
>             report = {
>                 'reportName': 'Last 7 days CAMPAIGN_PERFORMANCE_REPORT',
>                 'dateRangeType': 'LAST_7_DAYS',
>                 'reportType': 'CAMPAIGN_PERFORMANCE_REPORT',
>                 'downloadFormat': 'CSV',
>                 'selector': {
>                     'fields': [
>                         'CampaignId',
>                         'Date',
>                         'CampaignName',
>                         'Impressions',
>                         'Clicks',
>                         'Ctr',
>                         'Amount',
>                     ],
>                     'predicates': {
>                         'field': 'CampaignId',
>                         'operator': 'NOT_EQUALS',
>                         'values': ' ',
>                     },
>                 },
>                 'includeZeroImpressions': 'false'
>             }
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bd0a5ff9-99e5-453d-955a-1fbe7427de70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to