Google Ads Developer Blog |
- Introducing a new type of feed for AdWords API: Review extensions
- Reminder: AdWords API v201306 and Ad Exchange Buyer SOAP API v201306 to be sunset on March 31
- A new way to access our Ads SOAP APIs through Python
Introducing a new type of feed for AdWords API: Review extensions Posted: 13 Mar 2014 10:21 AM PDT Review extensions, which let you show accolades from reputable third parties right in your search ads, were introduced last year. We have now made this feature available for the AdWords API in v201402. Creating review extensions is the same as creating sitelinks as described in this guide. The only differences are:
If you have any questions about this feature or the AdWords API in general, you can post them on the developer forum. You can also follow the Google+ page for updates about the AdWords API. |
Reminder: AdWords API v201306 and Ad Exchange Buyer SOAP API v201306 to be sunset on March 31 Posted: 13 Mar 2014 07:44 AM PDT As we have previously announced, if you're using the AdWords API or Ad Exchange Buyer SOAP API v201306, please note that support for this version will end on March 31st, 2014. If you are still using v201306 after that date, all requests will fail and your application will cease working until you migrate to a supported version. You can reference either the v201309 or v201402 migration guides for help upgrading to one of these versions. In addition, remember that ClientLogin support is deprecated and you will have to migrate to OAuth 2.0 in order to authenticate starting in version v201402. It may be best to get this out of the way now, because with the sunset of v201309 on July 21st, 2014, all support for ClientLogin will go away and OAuth 2.0 will be required to access the API. Please reference our OAuth 2.0 migration guide for help with this process. If you have any questions about this upcoming change or anything else related to the AdWords API, please contact us on the forum or via our Google+ page. |
A new way to access our Ads SOAP APIs through Python Posted: 13 Mar 2014 07:05 AM PDT The Ads APIs Python client library, A New Client Library A completely new client library —
Migrating to the New Client Library Existing Python users can retain almost all of their logic working with the objects defined in our APIs. An important difference is that your responses from the API are now objects returned by suds instead of dictionaries. The objects support using dictionary syntax to retrieve values but you cannot use dictionary methods on them. Most importantly, this means that .get() and .update() are no longer supported. Where in
You will now need to do this:
Some more minor changes that need to be made include changing your code to use the new methods for instantiating client and service objects and using the exact method names from our APIs, which are generally lower camel case. For more information on migration, check out the migration guide we have posted in the new library's wiki section. The If you find any bugs, have a patch to contribute or just a feature request, please feel free to file an issue on the issue tracker. |
You are subscribed to email updates from Google Ads Developer Blog To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment