Re: How do you set a custom date with python

2016-01-21 Thread pedro
How can I set this value from script input (using terminal)? On Wednesday, April 30, 2014 at 11:37:32 AM UTC-3, Ray Tsang (AdWords API Team) wrote: > > laboo, > > Please see the XSD > > for > the schema

How do you set a custom date with python

2014-04-30 Thread laboo
Can't seem to figure this out, or find any reference to how it's done. Setting this in the report definition, which seems to match how it's done in Java and PHP: dateRangeType: CUSTOM_DATE, dateRange: {min : 20140427}, fails with: Type not found: 'dateRange' Help? Thanks,

Re: How do you set a custom date with python

2014-04-30 Thread Ray Tsang (AdWords API Team)
laboo, Please see the XSDhttps://adwords.google.com/api/adwords/reportdownload/v201402/reportDefinition.xsd for the schema definition. In short, dateRange is part of the selector. Please give that a try. Thanks! report = { ... 'reportType': 'CRITERIA_PERFORMANCE_REPORT',