Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Sunsetting V11 on August 26th, 2008
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
AdWords API Advisor Google employee  
View profile  
 More options Aug 7 2008, 4:27 pm
From: AdWords API Advisor <adwordsapiadvi...@google.com>
Date: Thu, 7 Aug 2008 13:27:18 -0700 (PDT)
Local: Thurs, Aug 7 2008 4:27 pm
Subject: Sunsetting V11 on August 26th, 2008
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


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AdWords API Advisor Google employee  
View profile  
 More options Aug 18 2008, 2:48 pm
From: AdWords API Advisor <adwordsapiadvi...@google.com>
Date: Mon, 18 Aug 2008 11:48:31 -0700 (PDT)
Local: Mon, Aug 18 2008 2:48 pm
Subject: Re: Sunsetting V11 on August 26th, 2008
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:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AdWords API Advisor Google employee  
View profile  
 More options Aug 25 2008, 11:27 am
From: AdWords API Advisor <adwordsapiadvi...@google.com>
Date: Mon, 25 Aug 2008 08:27:21 -0700 (PDT)
Local: Mon, Aug 25 2008 11:27 am
Subject: Re: Sunsetting V11 on August 26th, 2008
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>
wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Troy  
View profile  
 More options Sep 4 2008, 5:11 pm
From: Troy <t...@beachaudio.com>
Date: Thu, 4 Sep 2008 14:11:46 -0700 (PDT)
Local: Thurs, Sep 4 2008 5:11 pm
Subject: Re: Sunsetting V11 on August 26th, 2008
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.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
portentint  
View profile  
 More options Sep 4 2008, 6:45 pm
From: portentint <portent...@gmail.com>
Date: Thu, 4 Sep 2008 15:45:14 -0700 (PDT)
Local: Thurs, Sep 4 2008 6:45 pm
Subject: Re: Sunsetting V11 on August 26th, 2008
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);

On Sep 4, 2:11 pm, Troy <t...@beachaudio.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google