Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-12-16 Thread iateadonut
here's php code that will fetch reports for multiple clients, if you have a lot of them (10 at a time): ?php error_reporting(E_STRICT | E_ALL); // You can set the include path to src directory or reference // AdWordsUser.php directly via require_once. // $path = '/path/to/aw_api_php_lib/src';

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-11-17 Thread iateadonut
Kevin, How long will we be able to use our old report definitions? Will ReportUtils::DownloadReport based on a reportDefinitionId be deprecated soon, too? Will we not be able to create a new report definition sometime in the near future? Will the ones that already exist be eliminated? When?

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-11-17 Thread Eric Koleda
Hi, Creating and using existing report definitions will be supported at least until the sunset of v201101, which is scheduled for late February 2012. By that time you will need to have moved your reporting to ad-hoc reports. Best, - Eric Koleda, AdWords API Team --

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-11-04 Thread iateadonut
You can get a report for all clients. The php in the first post is wrong. Where it says: $user = new AdWordsUser(); $user-SetClientId(eigene ID); $user-LogDefaults(); Escape out the second line: $user = new AdWordsUser(); //$user-SetClientId(eigene ID);

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-11-04 Thread Kevin Winter
Hi, @iateadonut, this is unsupported and will be going away. We strongly encourage everyone to migrate to v201109 AdHoc reports: http://code.google.com/apis/adwords/docs/reportingtopics.html#adhoc @Andreas, Yes, this is the recommended approach. Please see this blog post for more info:

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-11-04 Thread scrat
Now i'm getting the client reports with the ad hoc report download. It works fine. Thanks for the feedback. Andreas On Nov 4, 7:57 pm, Kevin Winter kevin.win...@google.com wrote: Hi,   @iateadonut, this is unsupported and will be going away.  We strongly encourage everyone to migrate to

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-11-03 Thread scrat
Is it now possible to run report on behalf of a mcc account using Adhoc Reports? I also couldn't download a predefined report of a mcc report using DownloadReport function of the ReportUtils Following Error occured: Improperly formatted report request So the only way to get reports of all

Re: Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-09-27 Thread Eric Koleda
Hi Ezequiel, Can you double-check that the Customer ID in the clientCustomerId header corresponds to a regular ad-serving account instead of an MCC account? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-07-07 Thread Chirag eBrandz
diesen fehler: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations] Und damit keine Reporte. Die Api die ich nutze ist die Version 201101. Mein Ziel ist es eigentlich individuelle Berichte mit crossclient zu erstellen, daher dachte ich, ich beginne

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-07-07 Thread Danial Klimkin
Hello Chirag, I got your log file. The issue is you are trying to run the report on the MCC account. Currently cross-client reports for v201101 are not supported so you need to specify which client you want the report for. You can use clientCustomerId (recommended) or clientEmail header for

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-07-07 Thread Chirag eBrandz
Hi Danial, I had sent you mail for XML code for the request and response. Thanks, chirag On Jul 6, 7:34 pm, Danial Klimkin danial.klimkin %google@gtempaccount.com wrote: Hello Chirag, I never received any logs unfortunately and it is hard to say without knowing what report you are

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-07-07 Thread Chirag eBrandz
Thanks, Report created after passing customerId under soap header. Please update us when cross-client reports for v201101 supported. On Jul 7, 3:28 pm, Chirag eBrandz chirag.ebra...@gmail.com wrote: Hi Danial, I had sent you mail for XML code for the request and response. Thanks, chirag On

Aw: Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-07-07 Thread Stefan Podkowinski
You cannot run reports for MCCs. You need to specify the client Id of a regular account that can run campaigns for that. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-07-06 Thread Chirag eBrandz
diesen fehler: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations] Und damit keine Reporte. Die Api die ich nutze ist die Version 201101. Mein Ziel ist es eigentlich individuelle Berichte mit crossclient zu erstellen, daher dachte ich, ich beginne ersteinmal mit den

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-07-06 Thread Danial Klimkin
Hello Chirag, I never received any logs unfortunately and it is hard to say without knowing what report you are running and what kind of account you have. Please send me full XML code of your request and response you get back from server. -Danial, AdWords API Team. --

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-07-06 Thread Stefan Podkowinski
approached the heavy trust me. Unfortunately, I do not get this out already. Here one has an idea? --- Leider erhalte ich bei jedem reporttyp diesen fehler: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations] Und damit keine Reporte. Die Api die

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-05-11 Thread Danial Klimkin
Hello, Please send me full XML code for the request and response to api.dklim...@gmail.com. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

[ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-05-09 Thread tfren...@internet-mit-iq.de
: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations] Und damit keine Reporte. Die Api die ich nutze ist die Version 201101. Mein Ziel ist es eigentlich individuelle Berichte mit crossclient zu erstellen, daher dachte ich, ich beginne ersteinmal mit den bestehenden