Hi,
is the complete service response data structure available?
I have difficulties processing the service responses because the responses seem inconsistent.
e.g. if I use 'AdGroupAdService' to get "CreativeFinalUrls", the response will look like this:
Whereas if I use "AdGroupCriterionService", to get the "FinalUrls", the response will look like this:
...
'finalUrls': {
'urls': [
]
},
...
Therefore it would help me a lot to get an overview of the complete data structure of the service responses. Just like they are available e.g. for your Spreadsheet API:
Is there a similar information available for the AdWords API Services?
Best regards
Matthias