Re: How to get all account only with company!!!

2014-10-22 Thread Josh Radcliff (AdWords API Team)
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,

How to get all account only with company!!!

2014-10-22 Thread g . adwords+api
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_PE