java.lang.ClassNotFoundException: com.google.api.client.util.Preconditions

2013-03-22 Thread F.Pers
Hi im trying to use oAuth2 with the webServerClient connection, and i get a "java.lang.ClassNotFoundException: com.google.api.client.util.Preconditions" when executing the following code: [code] GoogleAuthorizationCodeFlow authorizationFlow = new GoogleAuthorizationCodeFlow.Builder(

Keywords Performance report daily resolution

2013-03-18 Thread F.Pers
I know how to get Keywords Performance report for the last 7 days with a daily solution like the following keyword 1 ; day1; values keyword 1 ; day2; values keyword 1 ; day3; values ... Ist there a way to do the same with the API or do i have to call the report 7 times each with a different dat

Exclude Display Network from ReportDefinition

2013-03-15 Thread F.Pers
Hi im using the api to get reports for adgroups, accounts etc. but i would like to exclude the display keywords. When i ask for an account report for example its costs include all the costs including the display keywords. Is there a way to exclude the display keywords? Any parameter like Net

Re: oAuth2 : Service Account and Web Server Application

2013-03-14 Thread F.Pers
oki i think service account is for authenticating a server application only right? On Wednesday, March 13, 2013 6:38:54 PM UTC+1, F.Pers wrote: > > Hi > > i wanted to have a simple way with oAuth2 to get anonymous access to > client data with access tokens. First i thought tha

oAuth2 : Service Account and Web Server Application

2013-03-13 Thread F.Pers
Hi i wanted to have a simple way with oAuth2 to get anonymous access to client data with access tokens. First i thought that following the web server application (https://developers.google.com/accounts/docs/OAuth2?hl=de-DE#webserver) would be the right way for me since i am running a web serv

Re: What's the difference between axis and jaxb?

2012-11-08 Thread F.Pers
jaxb is a java lib handling xml and axis handles soap (webservice) Am Donnerstag, 8. November 2012 11:26:24 UTC+1 schrieb erob: > > Hi, > > I'm using the Java client and finding some of the dependencies quite > confusing... > > For example, If you're creating a Selector, there are two places you

using AdNetworkType1

2012-11-08 Thread F.Pers
Hi can i use AdNetworkType1 oder AdNetworkType2 to exclude content keywords from the keyword report? if so, which one and with which value? greez -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.goo

Re: excluding content keywords

2012-11-06 Thread F.Pers
Oki i think i can exclude them by excluding the id 300 (dont know if this is the best practice so i'd appreciate any hint if its not). I am still interested what they are about!? Where can i read about that? Am Dienstag, 6. November 2012 21:45:25 UTC+1 schrieb F.Pers: > > Hi &

excluding content keywords

2012-11-06 Thread F.Pers
Hi i have a bunch of keywords that are labeled content. What are these and where can i read more about them? Furthermore, how can i exclude them from my keyword report (API)? thx -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwo

report error

2012-11-05 Thread F.Pers
Hi irregularly i get the following error after downloading at least 50 reports before in the same manner calling the same function: KEYWORDS_PERFORMANCE_REPORT HTTP Response Code: 400, Trigger: Invalid ReportDefinition Xml: cvc-complex-type.2.4.b: The content of element 'ns2:predicates' is no

Re: get last Modified Date

2012-11-03 Thread F.Pers
pretty weak Am Samstag, 3. November 2012 19:00:01 UTC+1 schrieb Oliver: > > No, there isn't. The API doesn't expose these timestamps like the web > interface. > > Oliver > > > On Saturday, November 3, 2012 2:14:13 PM UTC, F.Pers wrote: >>

get last Modified Date

2012-11-03 Thread F.Pers
Hi is there anyway to get the "lastModifiedDate" of an entity like a keyword? greez -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: AccountId predicate in report not working

2012-11-02 Thread F.Pers
i think i did confuse accountId with ExternalCustomerId .. Am Freitag, 2. November 2012 21:23:08 UTC+1 schrieb F.Pers: > > could it be that the clientId is not the same as the accountId? > > Am Freitag, 2. November 2012 20:45:57 UTC+1 schrieb F.Pers: >> >> >> hi &

Re: AccountId predicate in report not working

2012-11-02 Thread F.Pers
could it be that the clientId is not the same as the accountId? Am Freitag, 2. November 2012 20:45:57 UTC+1 schrieb F.Pers: > > > hi > > im trying to get a report with a predicate that filters to all the > campaigns belonging to an account: > [code] > // create sel

AccountId predicate in report not working

2012-11-02 Thread F.Pers
hi im trying to get a report with a predicate that filters to all the campaigns belonging to an account: [code] // create selector Selector selector = new Selector(); selector.getFields().addAll(reportFields); // Create status = active predicate if(status != nul