Hi everyone,
I'm trying to get data on expanded text ads in existing ad groups via an AWQL query to the AdGroupAdService.
It successfully pulls back most data: headlines, descriptions etc. but all the URL fields are missing (in the Python library I'm using, that is None or an empty list, []).
That goes for url, displayUrl, finalUrls etc. despite the fact I have set the final URL manually in the AdWords GUI.
I've tried with the get method too, and the result is exactly the same.
Could this be another quirk of the test API token?
If not, how do I fix it?
Cheers,
Tom