Why is includeZeroImpressions allowed in report definition but other options aren't allowed?

2015-09-11 Thread Jarad C
yaml = r'C:\Users\Owner\Documents\Python\adwords_yay\googleads.yaml' import sys from googleads import adwords adwords_client = adwords.AdWordsClient.LoadFromStorage(yaml) report_downloader = adwords_client.GetReportDownloader(version='v201502') report = { 'reportName': 'Test Campaign

Re: Why is includeZeroImpressions allowed in report definition but other options aren't allowed?

2015-09-11 Thread Anthony Madrigal
Hi Jarad, Yes, the only fields you can include in your report body are the ones listed in the report definition link you provided. Like you said, you can include those options such as *skipReportHeader *in the DownloadReport method. Regards, Anthony AdWords API Team -- --