I'm trying to upgrade my adwords API to v201506, but I'm getting this error back:
GoogleAdsValueError: Unrecognized version of the AdWords API. Version given: v201506 Supported versions: ['v201409', 'v201502', 'v201406']
When it will be added?
Or better question. How can I get url from Ads? Thats why I want to upgrade. Previously I used ad.ad.url but this is not working anymore. I tried with
ad.ad.
finalUrls and its not working.
My response for ad is:
(AdGroupAd){
ad =
(TextAd){
id = 123312312132
Ad.Type = "TextAd"
headline = "What"
description1 = "nothing"
description2 = "asdfas adsf dsaf dasf dsaf"
}
status = "ENABLED"
approvalStatus = "UNCHECKED"
trademarkDisapproved = False
}
Why I don't see any url field? What do I need to do to get url from Ad?
Thank you for your help
Miha