Sunsetting V11 on August 26th, 2008

6 views
Skip to first unread message

AdWords API Advisor

unread,
Aug 7, 2008, 4:27:18 PM8/7/08
to AdWords API Forum
In accordance with our policy (http://www.google.com/support/
adwordsapi/bin/answer.py?answer=33152) of sunsetting older versions of
the AdWords API, we will turn off access to version 11 of the API on
Tuesday, August 26, 2008. Version 12 of the API has been available for
over four months now, and supports a number of new features (http://
www.google.com/apis/adwords/developer/releasenotes.html). We hope that
you've already taken the opportunity to upgrade your code.

The latest versions of the publicly available client libraries all
support version 12 of the API, so if you're using one of those, please
check the relevant README file for information on how to switch from
version 11 to 12. The migration process should be fairly
straightforward, but one thing in particular to watch out for is that
ad group ids are no longer ints; they're now longs in version 12.

As always, if you have any questions about the AdWords API or
upgrading to our latest versions, you can check out our Frequently
Asked Questions (http://www.google.com/support/adwordsapi/) or ask
them in our developer forum.

Cheers,
-Jeffrey Posnick, AdWords API Team

AdWords API Advisor

unread,
Aug 18, 2008, 2:48:31 PM8/18/08
to AdWords API Forum
Reminder: if you haven't yet upgraded from v11 to v12 of the AdWords
API, please do so before Tuesday, August 26.

Cheers,
-Jeff Posnick, AdWords API Team


On Aug 7, 4:27 pm, AdWords API Advisor <adwordsapiadvi...@google.com>
wrote:
> In accordance with our policy (http://www.google.com/support/
> adwordsapi/bin/answer.py?answer=33152) of sunsetting older versions of
> the AdWords API, we will turn off access to version 11 of the API on
> Tuesday, August 26, 2008. Version 12 of the API has been available for
> over four months now, and supports a number of new features (http://www.google.com/apis/adwords/developer/releasenotes.html). We hope that

AdWords API Advisor

unread,
Aug 25, 2008, 11:27:21 AM8/25/08
to AdWords API Forum
Reminder: this is taking place Tuesday, August 26 (tomorrow)!

Cheers,
-Jeff Posnick, AdWords API Team


On Aug 18, 2:48 pm, AdWords API Advisor <adwordsapiadvi...@google.com>

Troy

unread,
Sep 4, 2008, 5:11:46 PM9/4/08
to AdWords API Forum
I am having a really hard time finding the latest JAVA api jars. The
download link appears to only contain the javadocs. Also, no-where
can I find the README that shows the simple process of migrating from
v11 to v12.

Please advise.

portentint

unread,
Sep 4, 2008, 6:45:14 PM9/4/08
to AdWords API Forum
Hi Troy,

I posted a response to your other post asking about the jars, but
for me the only thing I needed to do to go from v11 to v12 was change
how I initialize the AdwordsUser:

Map params = new HashMap();
params.put("version", "v12");
// below is same as before...
params.put("email", ...);
params.put("password", ...);
params.put("developerToken",...);
params.put("applicationToken", ...);
params.put("useragent", ...);
params.put("clientId", ...);


AdWordsUser user = new AdWordsUser(params);
Reply all
Reply to author
Forward
0 new messages