Re: Getting AdGroup Performance report for Custom Date - Adwords API using Python

2017-07-04 Thread Tushar Bhasin
Here is the complete code, please let me know about the problem? def update_click_performance_report(account_name, client): report_downloader = client.GetReportDownloader(version='v201609') # Create report definition. report = { 'reportName': 'CLICK_PERFORMANCE_REPORT',

Re: Getting AdGroup Performance report for Custom Date - Adwords API using Python

2017-06-29 Thread Tushar Bhasin
Hello Shwetha, Thank you for your reply, I am getting data using 'YESTERDAY' & 'TODAY' but not with custom date Here is the definition: report = { 'reportName': 'CLICK_PERFORMANCE_REPORT', 'dateRangeType': 'CUSTOM_DATE', 'reportType': 'CLICK_PERFORMANCE_REPORT',

Re: Getting AdGroup Performance report for Custom Date - Adwords API using Python

2017-06-28 Thread Tushar Bhasin
Hello, I get this error: 'dateRange': {'min':'20170625','max':'20170625'} ^ SyntaxError: invalid syntax Can you please explain? On Monday, June 6, 2016 at 4:54:26 PM UTC+2, Umesh Dengale wrote: > > Hello, > > You could use custom date range as - 'dateRange':,{'min':[startD