Re: URL data missing in response from query to AdGroupAdService

2018-07-24 Thread tom . wagstaff
It's okay - found my answer. Thanks for all your help Milind. In case useful for others: *Caution:* Expanded text ads do not use url , displayUrl

Re: URL data missing in response from query to AdGroupAdService

2018-07-24 Thread tom . wagstaff
Thanks so much Milind, it worked! Are url and displayUrl deprecated? What circumstances (if any) do they still work in? Cheers, Tom On Monday, 23 July 2018 20:52:32 UTC+1, Milind Sankeshware (AdWords API Team) wrote: > > Hi Tom, > > To get finalUrl >

Re: URL data missing in response from query to AdGroupAdService

2018-07-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tom, To get finalUrl , could you please try with CreativeFinalUrls attribute from AdGroupAdService

Re: URL data missing in response from query to AdGroupAdService

2018-07-23 Thread Matthew C. Thrash
Please. help me. i like you, i have know ideal to fix that Vào 08:22:50 UTC-7 Thứ Sáu, ngày 20 tháng 7 năm 2018, tom.wa...@raisingit.com đã viết: > > Hi everyone, > > I'm trying to get data on expanded text ads in existing ad groups via an > AWQL query to the AdGroupAdService. > > It

Re: URL data missing in response from query to AdGroupAdService

2018-07-20 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tom, Could you please share the query or code snippet along with client customer id so that I can troubleshoot the issue? Also, please elaborate what do you mean by 'Could this be another quirk of the test API token'? Are you checking on your test account? However, you could use displayurl

URL data missing in response from query to AdGroupAdService

2018-07-20 Thread tom . wagstaff
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, []).