Re: "Unexpected exception" when retrieving a report on v201101

2011-04-29 Thread Volker Kueffel
Thanks for the information, Kevin. Is there some kind of a time line for this to be working? BTW, it wasn't mentioned at the API developer day that it's in development; it fact it was specifically shown how that works... What was mentioned at the dev day was that all other versions of the API

Re: "Unexpected exception" when retrieving a report on v201101

2011-04-27 Thread Volker Kueffel
I should mention that the definition also includes several clientSelectors by login which I didn't post earlier. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=

"Unexpected exception" when retrieving a report on v201101

2011-04-27 Thread Volker Kueffel
Hi, I just started implementing the ReportDefinitionService v201101 and ran into issues downloading any of my reports. I created a bunch of cross client reports for our MCC accounts which didn't throw any errors. However when I tried to download any of them I got an "Unexpected exception". He

AdWords API Re: Report service returning wrong results for March 12, 2010?

2010-03-22 Thread Volker Kueffel
Hi, I sent an email to the address you suggested and only got an auto- reply saying I can't send questions to that account. The email also suggests using the Contact Us link in Adwords, which unfortunately leads to very specific forms that do not apply in our case. Since the API reports different

AdWords API Report service returning wrong results for March 12, 2010?

2010-03-17 Thread Volker Kueffel
Hi, Did anyone get wrong results from the report service for March 12, 2010 (or any other date for that matter)? Currently the following is happening for reports for March 12, 2010 (regardless of the requested time frame) and only for one customerId: We're scheduling a DefinedReportJob to retrie

AdWords API Re: PHP client lib class loading issue

2010-01-19 Thread Volker Kueffel
Sorry for posting at the wrong spot. I added a bug for this where I just posted my previous description: http://code.google.com/p/google-api-adwords-php/issues/detail?id=11 The other bug you mentioned - http://code.google.com/p/google-api-adwords-php/issues/detail?id=4 - is actually a slightly

AdWords API PHP client lib class loading issue

2010-01-18 Thread Volker Kueffel
Hi, When starting to use the PHP client library I encountered a somewhat confusing issue: I tried to create a few dummy campaigns in my sandbox and got the following error: Fatal error: Uncaught SoapFault exception: [soap:Server] Unmarshalling Error: Unable to create an instance of com.google.ad

AdWords API Re: SOAP headers are set when service object is created in PHP client lib

2010-01-15 Thread Volker Kueffel
Hi. That fact that the user object serves as a factory too actually caused my confusion. But maybe that's just me. I'd rather just use a factory class to obtail the service object. In my opinion a service generally is just a proxy to allow to call remote functionality. It basically deals with the

AdWords API SOAP headers are set when service object is created in PHP client lib

2010-01-14 Thread Volker Kueffel
I'm working for a client who has been using the Google Adwords API for quite some time. We're now considering using the PHP client library instead of calling the service directly. During my first tests it turns out that you can't switch between client accounts after the service object is construct