Re: Problem with account performance report custom dates

2014-07-28 Thread Martin Panelati
Hi there guys, The dateRange object is part of the Selector. This code worked for me: dateStart='20140725' dateEnd='20140727' # Create report definition. report = { 'reportName': 'acc_perf', #'dateRangeType': 'LAST_7_DAYS', 'dateRangeType': 'CUSTOM_DATE', 'reportTyp

Re: Problem with account performance report custom dates

2014-04-08 Thread Daniel Price
I've got this same problem, and tried using the xml link you provided but it didn't get me very far... I'm not sure where to insert the dateRange portion or the format it needs to be put in. This is what I tried doing in order to pull a report from date1 to date2. report_downloader = client.G

Re: Problem with account performance report custom dates

2013-02-28 Thread Anash P. Oommen (AdWords API Team)
Hi Bryan, See https://adwords.google.com/api/adwords/reportdownload/v201209/reportDefinition.xsd. startDate and endDate are members of DateRange object, not top level fields. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, February 28, 2013 12:04:03 AM UTC+5:30, Bryan Balin wrote:

Problem with account performance report custom dates

2013-02-28 Thread Bryan Balin
Hi -- I've seen this problem resoved for PHP, but the Python adspygoogle package isn't one-for-one, so I'm asking this question. I'm trying to get custom dates for an account performance report. The below code creates the following error: "adspygoogle.common.Errors.ValidationError: Field 'st