RE: "authorizationError": "DEVELOPER_TOKEN_PROHIBITED"

2023-01-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Lars, Thank you for raising this concern to the Google Ads API Forum. I can see that you are encountering the DEVELOPER_TOKEN_PROHIBITED error. To provide insights, the DEVELOPER_TOKEN_PROHIBITED error is one of the AuthorizationError. Usually it occurs when the developer token

"authorizationError": "DEVELOPER_TOKEN_PROHIBITED"

2023-01-23 Thread Lars Biewald
tatus": "PERMISSION_DENIED", "details": [ { "@type": "type.googleapis.com/google.ads.googleads.v12.errors.GoogleAdsFailure", "errors": [ {

Google Ads api---uploadClickConversions authorizationError Issue

2022-03-16 Thread 郑晓威
ethod: "customers.uploadClickConversions" interface under the REST Interface in the api. But getting the following error *"errors": [* * {* * "errorCode": {* * "authorizationError": "USER_PERMISSION_DENIED"* * },* * "message": "User doesn't have permi

Re: Google Ads API -authorizationError

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jing, Thank you for reaching out to the Google Ads API support team. Could you please provide email id which user accessing the API so that we can further investigate the issue? Thanks, Nirmita Patel Google Ads API Team ref:_00D1U1174p._5004Q2VMsyw:ref -- --

Re: Google Ads API -authorizationError

2022-01-26 Thread 'Jing Li' via Google Ads API and AdWords API Forum
oes not have permission", 5 "status": "PERMISSION_DENIED", 6 "details": [ 7 { 8 "@type": "type.googleapis.com/google.ads.googleads.v8.errors.GoogleAdsFailure", 9 "errors": [ 10 { 11 "errorCode": { 12 "authorizati

Re: Google Ads API -authorizationError

2022-01-18 Thread 'Jing Li' via Google Ads API and AdWords API Forum
Hi Aryeh, Thanks for the fast response, it will take few days until we get the complete request for further investigation, I'll keep you posted once we acquire the logs. On Wednesday, January 19, 2022 at 1:55:10 AM UTC+8 adsapi wrote: > Hi Jing, > > Thank you for reaching out to Google Ads

RE: Google Ads API -authorizationError

2022-01-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jing, Thank you for reaching out to Google Ads API support. Could you privately send us a full request and response log of API communication that returns this error? The request and response appears similar to the JSON Mappings in our REST documentation. Our client libraries have loggers

Google Ads API -authorizationError

2022-01-18 Thread 'Jing Li' via Google Ads API and AdWords API Forum
8.errors.GoogleAdsFailure", :errors [{:errorCode {:authorizationError "ACTION_NOT_PERMITTED"}, :message "The user does not have permission to perform this action on the resource or call a method."}], :requestId "XIkXeEw19GJyV6bn4tVo_A"}]}} Customer's google ads ac

Re: Authorizationerror: no_customer_found

2021-06-24 Thread Oksana Sulyma
Thanks Xiaoming! I've sent private details via 'reply to author'. On Monday, June 21, 2021 at 10:52:39 PM UTC+3 adsapi wrote: > Hi Oksana, > > Thank you for reaching out. Could you please share the complete request > and response logs via the *Reply privately to author* option for us to >

RE: Authorizationerror: no_customer_found

2021-06-21 Thread Google Ads API Forum Advisor
Hi Oksana, Thank you for reaching out. Could you please share the complete request and response logs via the Reply privately to author option for us to further investigate? Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2Iwlcp:ref -- --

Authorizationerror: no_customer_found

2021-06-18 Thread Oksana Sulyma
Hi Google Ads API team! Could you please help us to identify the problem for one of the accounts we serve. We have multiple Google Ads connections working perfectly with the same code, but for one client of us we started to get authorizationerror: no_customer_found on the stage of re

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

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

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

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

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

RE: AuthorizationError NO_CUSTOMER_FOUND

2020-07-14 Thread Google Ads API Forum Advisor Prod
Hi Daniel, Thank you for reaching out to us. I see that you're encountering a No Customer Found error. Could you provide me with the request and response logs for where this error occurs so that I can further investigate this concern? Thank you, Bryan, Google Ads API Team

RE: AuthorizationError NO_CUSTOMER_FOUND

2020-07-14 Thread Google Ads API Forum Advisor Prod
Hi Daniel, For privacy concerns, you can reply by using the "reply privately to author" button. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5004Q21ldtR:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

AuthorizationError NO_CUSTOMER_FOUND

2020-07-14 Thread Daniel Jao
HI, Can anyone help me? I'm integrating with Adwords and im using ManagedCustomerService to get ALL accounts under the MCC account. For some reason, its working on 1 account, but for the other account its not working. I can confirm that there is at least 1 account created in the MCC

Re: AuthorizationError

2019-07-07 Thread Google Ads API Forum Advisor Prod
Hi Maksi, Thank you for providing additional details on your concern. If you do not wish to reactivate 2-Step Verification on the account in question, then you must ensure that both the client account and all accounts accessing it have opted out of 2-Step Verification. You may contact the

Re: AuthorizationError

2019-07-05 Thread Maksi
Hello, Our users doens't want to reactivate 2-SV on this account. Also account from what we try to retrive data is an account for oauth credentials and our api at the same time. On Friday, July 5, 2019 at 8:21:06 AM UTC+3, adsapiforumadvisor wrote: > > Hi Maksi, > > Thank you for reaching out

RE: AuthorizationError

2019-07-04 Thread Google Ads API Forum Advisor Prod
Hi Maksi, Thank you for reaching out to us. The TWO_STEP_VERIFICATION_NOT_ENROLLED error occurs if the client account is enrolled in 2-Step Verification and the accounts accessing it are not. You may refer to this blog post for further details. To remedy this, could you try turning the 2-Step

AuthorizationError

2019-07-04 Thread Maksi
Hello, We are using your api to collect statistics data and 2 days ago we have started to encounter AuthorizationError.TWO_STEP_VERIFICATION_NOT_ENROLLED. Account that we use is gmail account. That day 2-step verification was turned on and then turned off on account that we use to collect data.

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 =

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

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 >

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

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

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

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

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": { "authoriza

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

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

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": "Us

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

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

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

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:

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

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 > >

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

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

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* *

Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-07-11 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello KDJ, Sorry for the delay. I'm chasing this matter for you. Could you please tell us your client customer ID you've filled in by *Replying privately to author*? Best, Thanet, AdWords API Team On Wednesday, July 11, 2018 at 4:54:07 AM UTC+9, rentcafe dev wrote: > > Luis, > > It's been

Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-07-10 Thread rentcafe dev
Luis, It's been over two weeks and I still have not gotten approval for my developer token to use Google Ads API. I would really appreciate it if you could follow up on my application. Thanks KDJ On Thu, Jun 28, 2018 at 3:10 PM, wrote: > Luis, > > Thank you for letting me know the time frame

Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-06-28 Thread rentcafedev1
Luis, Thank you for letting me know the time frame for my developer token getting whitelistted. KDJ On Wednesday, June 27, 2018 at 8:27:05 PM UTC-7, Luis Xander Talag (AdWords API Team) wrote: > > Hi, > > The whitelisting of your developer token for Google Ads API usually takes > up to one

Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-06-27 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The whitelisting of your developer token for Google Ads API usually takes up to one to two weeks for approval. You won't receive a new developer token but rather your current developer token will be whitelisted. You will receive an email of approval for you to get notified regarding this.

Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-06-27 Thread rentcafedev1
Hi, When I run Google.Ads.GoogleAds.Examples application I receive the following error: Failure: Message: Status(StatusCode=PermissionDenied, Detail="The caller does not have permission") Failure: { "errors": [ { "errorCode": { "authorizationError&

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

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();

Re: Getting Google::Apis::AuthorizationError: Unauthorized when I try to delete a sub-account (but creating them works)

2018-01-31 Thread doug livesey
Sorry, yes of course -- thanks for pointing me there! On Wednesday, 31 January 2018 15:35:17 UTC, Milind Sankeshware (AdWords API Team) wrote: > > Hi Doug, > > On this forum, we handle questions related to the AdWords API. Since your > question is related to Google Shopping Content API, could

Re: Getting Google::Apis::AuthorizationError: Unauthorized when I try to delete a sub-account (but creating them works)

2018-01-31 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Doug, On this forum, we handle questions related to the AdWords API. Since your question is related to Google Shopping Content API, could you post the question on their forum ? Thanks. Milind, AdWords API Team. --

Getting Google::Apis::AuthorizationError: Unauthorized when I try to delete a sub-account (but creating them works)

2018-01-31 Thread doug livesey
a quick script to do this using the same credentials that we use to create sub-accounts. The method on the Ruby API object is `#delete_account(merchant_id, sub_account_merchant_id, ...)`. However that fails with an `Google::Apis::AuthorizationError: Unauthorized` error. The scope used to authorise

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

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 https://developers.google.com/adwords/api/docs/appendix/reports. You may want to check out our Reporting Basics guide https://developers.google.com/adwords/api/docs/guides/reporting

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

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

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 for

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 does

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-24 Thread Josh Radcliff (AdWords API Team)
Hi, As I mentioned in my previous post https://groups.google.com/d/msg/adwords-api/facRv8amkZs/hnHt7HcHGnQJ, 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-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-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 https://github.com/googleads/googleads-dotnet-lib/blob/master/src/Common/Lib/AdsUser.cs#L102, your changes to the

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 add key=UserAgent value=GoogleAdwordsTest/ add key=DeveloperToken

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 =

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

Re: OAuth 2 AuthorizationError for Adwords

2013-10-28 Thread Josh Radcliff (AdWords API Team)
Hi Nicky, This means that the account you used to authorize the OAuth2 request at the *Open a fresh web browser and navigate to...* step does not have access to the client account you are using in your download request. Please log out of all of your accounts, log into the MCC with access to

OAuth 2 AuthorizationError for Adwords

2013-10-22 Thread Nicky Dias
Hi. I'm trying to use OAuth 2 for DownloadClientReport in adwords, but i'm not getting Authorization. The error is Authorization Error.USER PERMISSION DENIED! My code: private static void DoAuth2Authorization(AdWordsUser user) { // Since we are using a console application,