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 <[EMAIL PROTECTED]> wrote:
> 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.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to