Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-24 Thread Google Ads API Forum Advisor Prod
Hi Austin, Thank you for the reply. I work with Xiaoming and let me provide support to your concern. So that our team can have a deeper analysis to the issue, could you provide the following details via Reply privately to author option to investigate? Complete API request and response logs wit

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-23 Thread Austin Becker
Hello Xiaoming, I really appreciate your reply. Thank you for looking into this. I could not understand the problem after reviewing the code comments in great details. I see in your response to Lewis that you recommend adding the 'login-customer-id' in the configuration file. This is where m

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hi Lewis, Thank you for reaching out. It’s very likely you didn’t set the 'login-customer-id' in the configuration file. Please do so and try it again. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2CPk7n:ref -- -- =~=~=~=~=~=~=~=~=~=~

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-23 Thread Lewis C
Hi Xiaoming, I'm having the same issue as Austin. Your response doesn't explain why the error would occur. The code pulls account IDs that the user has access to e.g. client.service.customer.list_accessible_customers().resource_names It then trys to pull information about each account to build

RE: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-11 Thread Google Ads API Forum Advisor Prod
Hi Austin, Thank you for reaching out. This code example would go through the account hierarchy and print them out. If you don’t specify the managerId, then the direct accounts under the authenticated manager would be fetched first to build the hierarchy. Otherwise, if you specify the managerId

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-10 Thread Austin Becker
Hello, I am using this 'Get Account Hierarchy' script: https://developers.google.com/google-ads/api/docs/account-management/get-account-hierarchy What I want is to see the full account hierarchy of accounts to which I have access with my authenticated email address. This script should show me

RE: Private message regarding: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Peter, Poki replied to you privately 2 weeks ago. Looks like the login-customer-id is not set when she took a look at your logs. One option you would try is setting loginCustomerId programmatically when you construct your GoogleAdsClient as shown below: googleAdsClient = GoogleAdsClient.n

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-11 Thread Ananth Sakthivel
*Finally Fixed the Issue. i just updated the library to the stable version(Google.Ads.GoogleAds). then its working fine.* *trim empty space if "LoginCustomerId" has. * [image: 2019-03-11_20-06-38.png] On Monday, 11 March 2019 15:08:10 UTC+5:30, pe...@meetweet.nl wrote: > > Hi Sai, > > A week a

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-11 Thread peter
Hi Sai, A week ago I sent you my credential information and response data in a private message. Any progress on this issue? Regards, Peter Op woensdag 13 februari 2019 12:47:25 UTC+1 schreef Ananth Sakthivel: > > since yesterday my code was working fine and it's fetching the AdsAccount > Detai

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-11 Thread Ananth Sakthivel
Hello sai, Please check my previous thread. i have already mentioned that below solution is not working for me. On Tuesday, 5 March 2019 02:27:53 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Anath, > > The other users on this thread added * value="INSERT_LOGIN_CUSTOMER_ID_HERE" />* to th

RE: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Peter, Basically, the loginCustomerId is to specify which user is making calls to the API. If you are making calls on behalf of your client account with the credentials of the user of your manager account, then the manager account CID should be placed as loginCustomerId without dashes in t

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-04 Thread peter
Hello Sai, Same problem here. I am using the Java client library with an ads.properties file. Before the 11th of Feb it all worked fine. Then, after that date I added the *api.googleads.loginCustomerId* property as was explained in an earlier Google post. From then on I only get the USER_PERMI

RE: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Anath, The other users on this thread added ** to their app.config file and was able to fix the issue. Could you please try the same? In general we specify the login-customer-id(to manager authenticating client's account) in the app.config file and then pass the client customer id to the p

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-04 Thread Inspired UM
Hi Sai, I still have same issue. I am using google-ads-python library. I followed instructions in README section of library, used provided template, and specified 'login_customer_id' in google-ads.yaml file, but still have "PermissionDenied: 403 The caller does not have permission" error. The

RE: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Everyone, Looks like some of you have solved the USER_PERMISSION_DENIED error by adding the login-customer-id in the properties file. If you are still facing the issue, could you please go through this blog post

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-27 Thread Ananth Sakthivel
M UTC-8, rentca...@gmail.com > wrote: >> >> I'm having the same issue >> >> Message: Status(StatusCode=PermissionDenied, Detail="The caller does not >> have permission") >> Failure: { "errors": [ { "errorCode": { "auth

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-26 Thread rentcafedev1
ilure: { "errors": [ { "errorCode": { "authorizationError": > "USER_PERMISSION_DENIED" }, "message": "User doesn't have permission to > access customer." } ] } > Request ID: f9DUeMOoCpc2vCZMc4jjAQ > Press [Enter] to

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-26 Thread rentcafedev1
I'm having the same issue Message: Status(StatusCode=PermissionDenied, Detail="The caller does not have permission") Failure: { "errors": [ { "errorCode": { "authorizationError": "USER_PERMISSION_DENIED" }, "message": &qu

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-25 Thread Dharun SKT
Hello Sai Any progress on this issue? I am also facing the same permission issue from last 2 weeks Regards, Dharun. On Wednesday, February 13, 2019 at 10:17:05 PM UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Everyone, > > Thanks for the update, we are looking into the issue. We will

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-25 Thread Pavan M Raj Gowda
I am also facing the same permission issue for the past 2 weeks. On Tuesday, 19 February 2019 16:06:16 UTC+5:30, Ananth Sakthivel wrote: > > Hello Sai, > did you find any solution for my issue? > > On Wednesday, 13 February 2019 22:17:05 UTC+5:30, > googleadsapi-forumadvisor wrote: >> >> Hello Ev

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-25 Thread vandesandtmarc
I have the exact same issue, it worked fine until the 10th of Feb, then on the 11th it stopped working. On Wednesday, February 13, 2019 at 1:47:25 PM UTC+2, Ananth Sakthivel wrote: > > since yesterday my code was working fine and it's fetching the AdsAccount > Details through the Service of "Get

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-22 Thread peter
Hello Saj, Any progress on this issue? Since 11th Feb I can't use the Java examples anymore even after I added the login api.googleads.loginCustomerId setting as described. Op woensdag 13 februari 2019 17:47:05 UTC+1 schreef googleadsapi-forumadvisor: > > Hello Everyone, > > Thanks for the up

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-19 Thread Ananth Sakthivel
Hello Sai, did you find any solution for my issue? On Wednesday, 13 February 2019 22:17:05 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Everyone, > > Thanks for the update, we are looking into the issue. We will be > responding on this thread when we find more information. > > Regards, >

RE: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Everyone, Thanks for the update, we are looking into the issue. We will responding on this thread when we find more information. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdev

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-13 Thread Ethan Lyon
Has this been integrated into the BigQuery Transfer Service? I'm seeing the same errors there. On Wed, Feb 13, 2019 at 11:27 AM Jordi Puig wrote: > You should check this: > > > https://ads-developers.googleblog.com/2019/01/new-required-header-for-google-ads-api.html > > Regards. > > On Wednesday

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-13 Thread Jordi Puig
You should check this: https://ads-developers.googleblog.com/2019/01/new-required-header-for-google-ads-api.html Regards. On Wednesday, February 13, 2019 at 5:22:58 PM UTC+1, Charles Astwood wrote: > > Me too. I am wondering if there is a fault Googles end as a few of us are > seeing this > > O

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-13 Thread Charles Astwood
Me too. I am wondering if there is a fault Googles end as a few of us are seeing this On Wednesday, 13 February 2019 11:47:25 UTC, Ananth Sakthivel wrote: > > since yesterday my code was working fine and it's fetching the AdsAccount > Details through the Service of "GetCustomer()". but today onw

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-13 Thread peter
Same here, worked fine this week but now I get the exact same error in the Google Ads Beta API. Using a similar ads.properties (with the old prefix settings) in the old Google Adwords API works fine. Op woensdag 13 februari 2019 12:47:25 UTC+1 schreef Ananth Sakthivel: > > since yesterday my co

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-13 Thread Inspired UM
I have same issue just with Python lib. Making request to GoogleAdsService On Wednesday, 13 February 2019 13:47:25 UTC+2, Ananth Sakthivel wrote: > > since yesterday my code was working fine and it's fetching the AdsAccount > Details through the Service of "GetCustomer()". but today onwards its

USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-13 Thread Ananth Sakthivel
since yesterday my code was working fine and it's fetching the AdsAccount Details through the Service of "GetCustomer()". but today onwards its stop working and throwing the Below error, *Google.Ads.GoogleAds.Lib.GoogleAdsException* * HResult=0x80131500* * Message=Status(StatusCode=PermissionD

Re: AuthorizationError USER_PERMISSION_DENIED

2018-02-13 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Dimitar, USER_PERMISSION_DENIED implies that there is no link between the manager account authenticated in the request and the client account specified in the headers, which means the au

AuthorizationError USER_PERMISSION_DENIED

2018-02-13 Thread Dimitar Hristonev
Hi guys, I'm trying to connect customer accounts to web server in php. First I creating client with my app. Getting refresh/access token. Save them to DB. After that I'm trying to get report, unsuccessfuly. I'm getting customer credentials via $client = new Google_Client(); $client->setAccessType

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-28 Thread Josh Radcliff (AdWords API Team)
Hi Altaf, Stats and performance information is available through reports. The complete list of reports is here . You may want to check out our Reporting Basics guide

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-28 Thread Chad Ruff
Hi Josh, First of all thanks a lot for the update !! Yes u were right it was a wrong google id that was used whille generating the token I regenerated the token using the correct login details and i got the campaign details now i am using a function to get the stats information Public F

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-25 Thread Josh Radcliff (AdWords API Team)
Hi Chad, That error indicates that the user you were logged in as when you went through the OAuth2 flow that generated the refresh token does not have access to the account specified in the *clientCustomerId* header. When going through the OAuth2 flow to generate the refresh token, please make

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-25 Thread Chad Ruff
Hi Josh, I have Top level MCC which has a different Customer ID and many client Adwords Accounts under this mcc account My App.cofig does not have any settings i have commented them all i have created a getUser function Which assign the config values > This is Code file for GetCam

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-24 Thread Josh Radcliff (AdWords API Team)
Hi, As I mentioned in my previous post , setting the *clientCustomerId* on the *AdWordsAppConfig* object *after* you create your *AdWordsUser* will *not* set the *clientCustomerId* for requests made by that user. Please try

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-24 Thread Chad Ruff
Hi Josh, Please find attached request_info.log and soap_xml.log Thanks On Thursday, July 24, 2014 2:44:41 PM UTC+5:30, Chad Ruff wrote: > > Hi, Josh >> > >I have Top level MCC which has a different Customer ID and many client > Adwords Accounts under this mcc account >My App.cofig

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-24 Thread Chad Ruff
> > Hi, Josh > I have Top level MCC which has a different Customer ID and many client Adwords Accounts under this mcc account My App.cofig does not have any settings i have commented them all i have created a getUser function Which assign the config values > This is Code file

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-23 Thread Josh Radcliff (AdWords API Team)
Hi, You are setting the values on the *config* *after* you call the AdWordsUser constructor. Since the values from the config are set in the AdWordsUser's base class constructor , your changes to the

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-23 Thread Chad Ruff
Hi , 1. I had logged into my MCC account account when i generated the refresh token in my config. 2. The client customer ID that i am using in my code snippet below is for an AdWords account * config.ClientCustomerId = "449-909-2808".ToString().Replace("-", "")* Thanks and Regards On

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-22 Thread Josh Radcliff (AdWords API Team)
Hi, Could you provide the following information? 1. Were you logged in under a) an MCC account or b) an AdWords account when you generated the refresh token in your config? 2. Is the client customer ID you are using in the code snippet below for an MCC account or an AdWords account? I ask thes

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-22 Thread Chad Ruff
Hi, >From the below Code i have removed the ClientCustomerId from App.config *Now it works and does not give any error * *but i don't get any campaign records for my clients * Now i am just assigning the clientCustomerID as stated below * Dim config As AdWordsAppConfig = DirectCast

AuthorizationError USER_PERMISSION_DENIED

2014-07-22 Thread Chad Ruff
Hi , I have adwords google api asp.net code sample googleads-dotnet-lib-master.zip I have also generated the OAuth2RefreshToken using the OAuthTokenGenerator project i have made changes to the app.config file i am running the Google.Api.Adwords.Examples.VB.v201406.GetC