Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2018-01-24 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Chaitanya, The client customer id of a client account should be used in the header while running a report from the API. As I am unable to verify this in your code, to troubleshoot further, could you share the client customer id from the header? Also, could you please enable logging

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2018-01-23 Thread Chaitanya Phani
Hi, I am using python code. Please find python code here. for client_customer_id in list(set(advertiser_accounts)): print client_customer_id o2client = GoogleRefreshTokenClient(adc['client_id'],adc['client_secret' ],adc['refresh_token'])

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2018-01-23 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Chaitanya, Could you send us the complete SOAP request and response as well as report definitions of both the reports and the client customer id used in the header. You may opt to *reply privately to author*. Regards, Dhanya, AdWords API Team -- --

ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2018-01-23 Thread Chaitanya Phani
Hi, Trying to pull product reports and getting the following error. Error Message: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH when I checked internet it was mentioned, generally it will give this error for manager accounts need to provide advertiser account

Re: Customer can not create report of a selected type.. (Error: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH, FieldPath: selector.reportDefinition, Trigger: )

2017-02-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Vinayaka, It looks like you are trying to download a report from a manager account. AdWords API reports can only be obtained for client (non-manager) accounts. You can use ManagedCustomerService to

Customer can not create report of a selected type.. (Error: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH, FieldPath: selector.reportDefinition, Trigger: )

2017-02-15 Thread Vinayaka N
I have written code for getting reports, but I am getting exception * Customer can not create report of a selected type.. (Error: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH, FieldPath: selector.reportDefinition, Trigger: ). * code is below ReportDefinition definition = new

ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2016-01-18 Thread google
in the app.config. So login works all OK, but when it tries to get the report we now get the following error: "Customer can not create report of a selected type.. (Error: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH, FieldPath: selector, Trigger: )" So what does this mean, a

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2016-01-18 Thread google
OK, we solved it. In case someone else has same problem. The accountnumber passed to create the Reports for, can't be a MCC account number! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2016-01-18 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello, Thanks so much for sharing your issue and solution. Yes, reports should be requested using a non-MCC account number. Best, Thanet, AdWords API Team On Tuesday, January 19, 2016 at 12:26:20 AM UTC+9, goo...@gruener-fisher.de wrote: > > OK, we solved it. In case someone else has same

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-06-03 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Abbas, This is not a wrong cost. It's a normal format of costs shown in reports, which uses type Money https://developers.google.com/adwords/api/docs/guides/reporting-concepts#money . If you need to format in different way, please do so (e.g., divide by 1 million) on your application side.

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-06-03 Thread abbas . naumani
Thanks Thanet! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-06-01 Thread abbas . naumani
Hi, I have donloaded CSV using APi but there is an issue with cost column of CSV. it's showing wrongs cost, the CSV which i download from my MCC Account has different cost. i think this is issue with cost formatting. my actuall cosy for Keyword Performace report is 21.11 where as CSV shows me

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-05-19 Thread abbas . naumani
Hi Raghavendra, Thanks for your descriptions i understand the flow and now i got Report in a CSV format. Can you please also guide me Reports for UI i don't want to download report i just want to see reports on my own UI with my own settings. is there is any way by which i can list down my

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-05-19 Thread Raghavendra Soudala (AdWords API Team)
Hi Abbas, Here is a *guide* https://support.google.com/adwords/topic/3119142?hl=enref_topic=3119141 that helps you to customize your reports and view them on your UI. If you have any further questions regarding the UI reports, please feel free to post them on our* product forum

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-05-18 Thread abbas . naumani
FYI : I am using Test MCC Account to Download Reports Sample. Please Guide me ASAP to fix this issue. Thanks Regards, Abbas. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-05-18 Thread abbas . naumani
please consider my attached log file. I am using PHP libraries... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-05-18 Thread abbas . naumani
Can you please guide me what is the difference B/W AW Id and MCC ID, as i am also facing the same Error. And i am using PHP libraries to get report for my website. I am setting Client Customer ID of my test MCC from both side from auth.ini file and setting it after initializing User

ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-05-18 Thread abbas . naumani
Hi Adwords Team, I am facing following error when i tried to download Report requesting through my website. ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH selector An error has occurred: Report download failed. I am using PHP client Libraries to get Adwords Report from my

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-05-18 Thread Raghavendra Soudala (AdWords API Team)
Hi Abbas, An MCC account is a top level account which manages the AdWords accounts under it. Here is a diagram from our documentation which explains the account hierarchy https://developers.google.com/adwords/api/docs/guides/managing-accounts. You can use ManagedCustomerService

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-05-12 Thread Bert
Hi, I reopened this topic because the problem is not solved and differs from the merged topic. We do supply an advertiser account as shown in the config file. I also passed CLientCustomerId by code but still no luck. Both methods worked perfectly in older versions such as 18.2.0 and older.

ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-05-06 Thread Bert
Hi, I’m trying to upgrade to version 201502 but since I referenced to the new dll’s and using the code as shown in the examples I get the following error during executing of GetResponse(): ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH, Trigger: , FieldPath: selector _user

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-04-28 Thread Anash P. Oommen (AdWords API Team)
. But for one I get ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH . Why it works for all other Accounts but not for this one? Maybe because its also an Mcc? How can I get Reports for an MCC-Account? Thanks in advance Michael

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-04-28 Thread Michael D
. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, April 28, 2015 at 6:22:14 AM UTC-4, Michael D wrote: Hi, Im gettin reports for different Accounts under my Mcc. But for one I get ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH . Why it works for all other

ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-04-28 Thread Michael D
Hi, Im gettin reports for different Accounts under my Mcc. But for one I get ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH . Why it works for all other Accounts but not for this one? Maybe because its also an Mcc? How can I get Reports for an MCC-Account? Thanks in advance

ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2014-03-04 Thread Globalscape Develper
I keep getting the following error when trying to download reports: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH My developer token and customer ID are linked to a single MCC. I generated the OAuth2 Client ID, secret and Refresh Token with the following tutorial: http

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2014-03-04 Thread Ray Tsang (AdWords API Team)
, 2014 5:18:14 PM UTC-5, Globalscape Develper wrote: I keep getting the following error when trying to download reports: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH My developer token and customer ID are linked to a single MCC. I generated the OAuth2 Client ID, secret

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH for OAuth2 external client

2013-11-19 Thread Anash P. Oommen (AdWords API Team)
the ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH exception. Cheers, Pete On Thursday, November 7, 2013 7:16:48 PM UTC-5, Anash P. Oommen (AdWords API Team) wrote: Hi Peter, The error means that the report is not being run against an Advertiser account, but rather an MCC

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH for OAuth2 external client

2013-11-08 Thread Peter Kingswell
Hi Anash, that makes sense. What's the best way to determine if a Customer Id is that of an MCC? I'd rather not rely on attempting to download their reports and trapping the ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH exception. Cheers, Pete On Thursday, November 7, 2013 7

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH for OAuth2 external client

2013-11-07 Thread Anash P. Oommen (AdWords API Team)
. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, November 6, 2013 12:51:24 PM UTC-5, Peter Kingswell wrote: Hi, We have several OAuth clients for whom we are getting ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH even when we're passing a just-refreshed OAuth

ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH for OAuth2 external client

2013-11-06 Thread Peter Kingswell
Hi, We have several OAuth clients for whom we are getting ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH even when we're passing a just-refreshed OAuth token for that client. For any support folk, the customer ID is 7101544184. I can supply code and more config info upon request

ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH in PHP

2013-11-05 Thread mehmet koc
Hi, I'm trying to download a report using DownloadCriteriaReport.php on Adwords PHP client. And I'm getting this error message: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH I've seen similar posts on the forum and the problem is said to be related with wrong client id. My client

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH in PHP

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
, AdWords API Advisor. On Friday, November 1, 2013 6:57:23 PM UTC-4, mehmet koc wrote: Hi, I'm trying to download a report using DownloadCriteriaReport.php on Adwords PHP client. And I'm getting this error message: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH I've seen

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH with FieldPath Selector for multi clients

2013-07-22 Thread DEEPAK KUMAR
Hello Anash I am trying to download report from google adwords using API. But it gives me error ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCHselector I am new to google adwords API Please Help Me. For download Report I am using Below code : using System; using

Re: Report contents are invalid. - !!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]???

2012-10-25 Thread Taylor Lilley
|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]??? How do I know if my clientCustomerId is an MCC account? and how do I get around this issue. Any help is really appreciated. Sri. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: AdWordsError: HTTP Error 400: Bad Request [ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]

2012-06-28 Thread Anash P. Oommen
: Hi, I am using the following example code provided in python client library to download a report. It is giving me the following error. AdWordsError: HTTP Error 400: Bad Request [ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector] I am a beginner in this.Can anyone help

Re: AdWordsError: HTTP Error 400: Bad Request [ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]

2012-06-28 Thread sumit
. It is giving me the following error. AdWordsError: HTTP Error 400: Bad Request [ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector] I am a beginner in this.Can anyone help on this please. import os import sys sys.path.insert(0, os.path.join

AdWordsError: HTTP Error 400: Bad Request [ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]

2012-06-27 Thread sumit
Hi, I am using the following example code provided in python client library to download a report. It is giving me the following error. AdWordsError: HTTP Error 400: Bad Request [ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector] I am a beginner in this.Can anyone help

Re: Report contents are invalid. - !!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]???

2012-02-29 Thread Anash P. Oommen
Hi Tim, The recommended approach for running reports for multiple clients is to use ServicedAccountService to retrieve the list of customers and then running reports for individual users. See http://adwordsapi.blogspot.in/2011/10/downloading-reports-for-lots-of-client.html for details.

Re: Report contents are invalid. - !!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]???

2012-02-27 Thread Tim Mitchell
Anash, I am currently working with a client to help them change to v14. You mention that cross-client reports are not supported in this version - is this new behavior? I'm almost certain that we were able to do cross-client reports in the previous version. What is the recommended approach

Re: Report contents are invalid. - !!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]???

2012-02-23 Thread Maurício Alves de Souza Oliveira
Hello Raju. I don't know if you still having the issue, but to get the account hierarchy: http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/csharp/v201109/AccountManagement/GetAccountHierarchy.cs -- begins at line 84 One issue I was having here with the same error

Re: Report contents are invalid. - !!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]???

2012-02-17 Thread Sri
Ok. got past this issue. thanks!! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: Report contents are invalid. - !!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]???

2012-02-17 Thread Raju magadi
Hi sri, How did u clear that issue? On Feb 17, 7:51 am, Sri srini...@groupon.com wrote: Ok. got past this issue. thanks!! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Report contents are invalid. - !!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]???

2012-02-17 Thread Raju magadi
On Feb 17, 7:51 am, Sri srini...@groupon.com wrote: Ok. got past this issue. thanks!! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Report contents are invalid. - !!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]???

2012-02-17 Thread Sri
I was using the wrong clientCustomerId. I had to change it. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: Report contents are invalid. - !!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]???

2012-02-16 Thread Raju magadi
Hi Anash, Thanks for your reply and could you please suggest what i need to do come out of this issue( if you have any sample code). It will be more helpful. or any other alternative to get report using MCC account? Thanks and Regards, Raju --

Re: Report contents are invalid. - !!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]???

2012-02-16 Thread Sri
Hi, I am also having a similar issue. This is the response I get: !!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]??? How do I know if my clientCustomerId is an MCC account? and how do I get around this issue. Any help is really appreciated. Sri

Re: Report contents are invalid. - !!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]???

2012-02-15 Thread Anash P. Oommen
Hi Raju, You are most likely trying to run a cross-client report, or your clientCustomerId is an MCC account. AdWords API v201109 doesn't support cross-client reports. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

API v201109: Exception: Report contents are invalid. - !!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]???

2012-02-14 Thread anh khoa nguyen
Hi all, I got this exception when trying to download the report: Report contents are invalid. - !!!2|||-1||| [ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]??? After researching in forum I found some recommend to using MMC account instead of MMCs, I've already account

Re: API v201109: Exception: Report contents are invalid. - !!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]???

2012-02-14 Thread anh khoa nguyen
Solved, refer to this link: http://groups.google.com/group/adwords-api/browse_thread/thread/370b561afee3fcec/22ddd5debecac740?lnk=gstq=Report+contents+are+invalid.+-+!!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH+%40+selector]%3F%3F%3F#22ddd5debecac740 On Feb 14, 4

Got the error while import data from API Failed to download report. Exception says \!!!1|||94100810|||ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH@selector???\

2011-07-19 Thread Sachin
Hi, Got the error while import data from AdwordApi. it is work in individual account but while pass the MCC account it gives below error. * * *Failed to download report. Exception says \!!!1|||94100810|||ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH@selector???\ * Above error

Re: Got the error while import data from API Failed to download report. Exception says \!!!1|||94100810|||ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH@selector???\

2011-07-19 Thread Chirag
|||ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH@selector???\ * Above error come on calling the below function. *new ReportUtilities(user).DownloadReportDefinition(id, fileName);* Is there any other function or any other API call for MCC Account? Please help us resolve this error as early as possible

[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-05-09 Thread iqadvert
Hi, so, i use the newest google-api-adwords-phphttp://code.google.com/p/google-api-adwords-php/ . Unfortunately I get this error every report type: [@ ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH operations] And so no reports. The API that I use is the version 201,101th My goal