laboo,

Please see the 
XSD<https://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',
      'downloadFormat': 'CSV',
      'selector': {
          'fields': [...],
          'dateRange': [...],
      }
      ....
  }

On Tuesday, April 29, 2014 9:33:38 PM UTC-4, laboo wrote:
>
> 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,
>
> laboo
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to