Re: suds.TypeNotFound: Type not found: 'dateRange'

2018-01-10 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Chaitanya, It seems that there was a mistake on how you grouped the report parameters specifically the dateRange field (this should be under the selector field), that's why it generated an error. Please see sample code snippet below for your reference: report = { 'reportName': 'Last 7

suds.TypeNotFound: Type not found: 'dateRange'

2018-01-10 Thread Chaitanya Phani
8, in append self.marshaller.append(parent, content) File "C:\Python27\lib\site-packages\suds\mx\core.py", line 71, in append if self.start(content): File "C:\Python27\lib\site-packages\suds\mx\literal.py", line 86, in start raise TypeNotFound(content.tag)