Need help with finalUrls and v201506

104 views
Skip to first unread message

Miha Zelnik

unread,
Jul 9, 2015, 1:07:30 PM7/9/15
to adwor...@googlegroups.com
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']

I checked and looks like v201506 is not in googleads python lib https://github.com/googleads/googleads-python-lib/blob/master/googleads/adwords.py

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){
   adGroupId = 13132132132
   ad =
      (TextAd){
         id = 123312312132
         displayUrl = "www.example.com"
         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

Umesh Dengale

unread,
Jul 10, 2015, 12:48:41 PM7/10/15
to adwor...@googlegroups.com, mi...@ly.st
Hello,

You can retrieve final URL information using the AdGroupAdService.CreativeFinalUrls field which will populate (Ad.finalUrls). The AdPerfomance report's CreativeFinalUrls field gives information about final URLs.

Thanks,
Umesh, AdWords API Team.

miguel reyna

unread,
Jul 15, 2015, 9:40:30 AM7/15/15
to adwor...@googlegroups.com, mi...@ly.st
Hi, few weeks ago I was able to update final urls on keywords using the API.

I am trying to update final url on Ads but the response object (AdUrlUpgrade) is empty and no changes are being done.

I would like to know if we are still allow to use AdUrlUpgrade function after July 1st.

Thanks,

Umesh Dengale

unread,
Jul 15, 2015, 3:05:07 PM7/15/15
to adwor...@googlegroups.com, miguel...@gmail.com, mi...@ly.st
Hello,

if you have not done the URL upgrade before July 1, 2015, and your destination URL does not contain a different domain than the display URL, your destination URL will be updated automatically starting on July 2015. If it does have a different domain, your ads will stop serving until you manually upgrade the URL. You can upgrade URL with the AdUrlUpgrade. Please check out our upgraded URLs guide and example code.
Reply all
Reply to author
Forward
0 new messages