Hy,
Last week my script for getting url from ad broke. I was using ad.ad.url. I also try with ad.ad.finalUrls and I'm getting error back 'TextAd' object has no attribute 'finalUrls'
GoogleAdsValueError: Unrecognized version of the AdWords API. Version given: v201506 Supported versions: ['v201409', 'v201502', 'v201406']
When I request for ad I get this response, without any urls, only display url, which I don't need
(AdGroupAd){
adGroupId = 13706829803
ad =
(TextAd){
id = 68561727563
Ad.Type = "TextAd"
headline = "What"
description1 = "nothing"
description2 = "asdfas adsf dsaf dasf dsaf"
}
status = "ENABLED"
approvalStatus = "UNCHECKED"
trademarkDisapproved = False
}
My question is how can I get correct url from Ad?
Thank you for your help