Hi! I am having some trouble specifying a startdate and enddate when I choose CUSTOM_DATE while getting a report. This is my report definition:
report = { 'reportName': 'Last 7 days CRITERIA_PERFORMANCE_REPORT', 'dateRangeType': 'CUSTOM_DATE', 'startDate': datetime.datetime(2014, 05, 01), 'endDate': datetime.datetime(2014, 05, 01), 'reportType': 'DESTINATION_URL_REPORT', 'downloadFormat': 'CSV', 'selector': { 'fields': ['CampaignName', 'AdGroupName', 'Impressions', 'Clicks', 'Cost', 'Year', 'Month', 'Week'] }, # Enable to get rows with zero impressions. 'includeZeroImpressions': 'false' } And this is what python tells me: raise TypeNotFound(content.tag) suds.TypeNotFound: Type not found: 'endDate' What is it that I amd doing wrong? Thank you very much. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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.