Problem with mutatejobservice because of clientlogintoken?

2013-11-17 Thread Shaihulud
Hi i am getting the following error for a code the worked for month. java.lang.NullPointerException: No group found for service: v201306.MutateJobServicejava.lang.NullPointerException: No group found for service: v201306.MutateJobService at com.google.api.ads.adwords.lib.conf.AdWords

bidmanagement on keyword level

2013-05-07 Thread Shaihulud
Hi i cannot find an example on how to do bidmanagement on keyword levels. There are examples on how to do this on adgroup levels but not keyword. can somebody plz post a short example on what the steps are? thx -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Content API Sample

2013-05-25 Thread Shaihulud
Hi i am trying to get to know more about the content api to retrieve informations like these https://developers.google.com/shopping-content/?hl=de Ive found this developers guide for java https://developers.google.com/shopping-content/developers-guide-java#batching but i have problems impl

getting all campaigns

2012-07-19 Thread Shaihulud
Hi i am trying to get the campaigns assoziated with my accounts. I dived throuh the example classes and build this little bit of code [code] ... ServicedAccountServiceInterface servicedAccountService = null; // Get the ServicedAccountService. try { servi

Re: getting all campaigns

2012-07-21 Thread Shaihulud
UTC+2 schrieb Shaihulud: > > Hi > > i am trying to get the campaigns assoziated with my accounts. I dived > throuh the example classes and build this little bit of code > > [code] > > ... > > ServicedAccountServiceInterface servicedAccountSer

Error when creating services

2012-07-23 Thread Shaihulud
Hi i get an error when i am trying to create any kind of service like : AdGroupServiceInterface adGroupService = new AdWordsServices().get(session, AdGroupServiceInterface.class); ERROR: org.reflections.Reflections - could not create Vfs.Dir from url. ignoring the exception and continui

Re: Error when creating services

2012-07-23 Thread Shaihulud
+2 schrieb Shaihulud: > > Hi > > i get an error when i am trying to create any kind of service like : > AdGroupServiceInterface adGroupService = new > AdWordsServices().get(session, AdGroupServiceInterface.class); > > ERROR: org.reflections.Reflections - could not

Re: Error when creating services

2012-07-23 Thread Shaihulud
solved, the other problem was about the path to the java directory. Its not allowed to have a whitespace in it Am Montag, 23. Juli 2012 15:45:23 UTC+2 schrieb Shaihulud: > > i have solved the problem javax.mail by including it into the classpath, > but i still dont know what the second

Re: getting all campaigns

2012-07-25 Thread Shaihulud
e efficient than making all the associated SOAP > calls. > > - Kevin Winter > AdWords API Team > > On Saturday, July 21, 2012 5:24:30 AM UTC-4, Shaihulud wrote: >> >> Hi >> >> i just want to know if this is the right way to get the campaigns.. My >> c