Hi All, I'm a little late to this thread, but the official release of the Sandbox Account Viewer has also been updated:
http://code.google.com/p/google-api-adwords-java/source/detail?r=244 http://code.google.com/p/google-api-adwords-java/downloads/detail?name=sandbox-account-viewer-1.4.0.jar Best, - Eric Koleda, AdWords API Team On Friday, March 16, 2012 6:11:52 AM UTC-4, Win Ko Aye wrote: > > Hi all, > > I just wanna share the sandbox viewer I fixed for new api version. The fix > includes Campaign Targeting changes which are moved to Campaign Criterion. > > You have to use the client ID for new version. > > Cheers, > Win Ko > > > On Thursday, March 15, 2012 9:50:22 PM UTC+8, wn wrote: >> >> Hi, >> >> for what it's worth: I've managed to quick-fix (nothing more!!) the >> SandboxAccountViewer >> since I needed it desperatly. >> >> This is what I did: >> - imported the sources into Eclipse (follow download-link here: >> http://code.google.com/p/google-api-adwords-java/wiki/SandboxAccountViewer) >> - added the newest adwords-library (v8.5.0) >> - replaced all references to pre-201109 calls with 201109 (don't forget >> Service-calls like "AdWordsService.V201109.CAMPAIGN_SERVICE") >> - commented out references to classes unsupported by 201109 like >> CampaignTarget->DemographicTarget->AgeTarget, GenderTarget etc >> (compiler will show you what to comment out) >> - and finally used a real client-id (like "12345") instead of " >> [email protected] in the user-credentials. >> >> Again: I *really *know this is* bad practise*, even worse to publish >> this here, but it helped me a lot in my >> situation and maybe it will help somebody else who like me cannot afford >> to wait for an official fix to this >> problem. >> >> Cheers, >> -Wolfram >> >> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] 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
