Re: Sandbox Account Viewer returns Error "(404) Not Found"

2012-03-15 Thread wn
Hi Victor, > I have a question, how can I know what is my real client-id (I have only > used adwords with sandbox, I'm not subscribe to real adwords) ? > together with the java adwords-library comes some example-code. One of these programs is called GetClientCustomerId.java. The simplest way t

Re: Sandbox Account Viewer returns Error "(404) Not Found"

2012-03-15 Thread wn
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

Re: Sandbox Account Viewer returns Error "(404) Not Found"

2012-03-14 Thread wn
Hi Anash, thank you for looking into this! I'm using the latest available version (v1.3.1 from January, 24th). Is it possible that this version is outdated? Regards, -Wolfram Am Mittwoch, 14. März 2012 10:21:06 UTC+1 schrieb Anash P. Oommen: > > Hi everyone, > > Are you using the latest vers

Sandbox Account Viewer returns Error "(404) Not Found"

2012-03-13 Thread wn
I've been using the Sandbox Account Viewer for quite some time now successfully, but since today I see a strange behaviour: I can log in but when I try to view existing campaigns, I get the error-message "(404) Not Found". I've re-initialized all 5 client-accounts and uploaded data to some of th

Re: How can I tell if my code works after Feb 29th 2012?

2012-01-13 Thread wn
Hi, thank you both for your kind answers! My first thought also was to make sure that all imports are v201109-based to be on the safe side. But then I realized that there are more references to the library then just the imports. I'm using the Java-library and there are also methods that referen

How can I tell if my code works after Feb 29th 2012?

2012-01-12 Thread wn
Hi, reading all the blog entries about migrating to v201109 until Feb 29th left an important question of mine unanswered: How can I excatly tell if my adapted code will work after Feb 29th? Is there any way to test the post-Feb 29th API beforehand? Thanx for clearing that up and kind regards, -