Re: Accept invitation using Google Ads API

2021-03-05 Thread rentca...@gmail.com
I have emailed the address provided by Anthony with the complete request and response logs. KDJ On Friday, March 5, 2021 at 7:33:55 AM UTC-8 adsapiforumadvisor wrote: > Hello, > > Please email us at googleadsa...@google.com if you are unable to reply > privately. > > Regards, > Anthony > > [im

Re: Accept invitation using Google Ads API

2021-03-05 Thread Google Ads API Forum Advisor Prod
Hello, Please email us at googleadsapi-supp...@google.com if you are unable to reply privately. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2DKyVu:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.c

Re: Accept invitation using Google Ads API

2021-03-04 Thread rentca...@gmail.com
I do not have the option to reply privately to author. Is there some other way for me to send you the complete request and response logs? KDJ On Thursday, March 4, 2021 at 12:56:10 PM UTC-8 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out. Have you configured the app with the OAu

Re: Accept invitation using Google Ads API

2021-03-04 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Have you configured the app with the OAuth credentials? If so, could you please share the complete request and response logs along with the email you used to generate the OAuth credentials via the Reply privately to author option for us to further investigate? T

Re: Accept invitation using Google Ads API

2021-03-04 Thread rentca...@gmail.com
Hello, As you can see from the above post I'm using the CustomerMCC for Client.config.loginCustomerId and am getting the "USER_PERMISSION_DENIED error. Pasted below for easy reference. Headers: { "x-goog-api-client": "gl-dotnet/4.0.30319 gapic/5.0.0 gax/3.1.0+acac8dfe75024cb815497966fe13fc6

RE: Accept invitation using Google Ads API

2021-03-04 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. The customerId used for Client.config.loginCustomerId should be the CustomerMCC account id. It is the account that you would like to accept the invitation to link to your MasterMCC. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team

Accept invitation using Google Ads API

2021-03-03 Thread rentca...@gmail.com
Hello, I keep getting the following error when trying to accept an invitation for linking an account to our MCC. I'm trying to link CustomerMCC to our MasterMCC. I followed the example in https://developers.google.com/google-ads/api/docs/account-management/linking-manager-accounts What cust

RE: Customer accept invitation to access a Google Ads account

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hi Lê, Thank you for reaching out. There are a few possibilities for what you have referred to. One scenario is that you are linking your manager account to the client customer account by extending an invitation. Another scenario is that you are granting a user email with a certain access level

Customer accept invitation to access a Google Ads account

2020-11-18 Thread Lê Đức
Hi there, Is there any way to know that a customer already accepts an invitation to access a Google Ads account? Since the customer needs to accept the invitation sent via email before seeing the campaign list in our application. Thank you guys in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: accept invitation

2017-12-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You could have the button click to trigger the OAuth flow which generates the link for creating the authorization code. You will then need to have a logic to open a new window with this link. If the client's credentials for AdWords account and your application is the same, then they can

Re: accept invitation

2017-12-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You could have the button click to trigger the OAuth flow which generates the link for creating the authorization code. You will then need to have a logic to open a new window with this link. If the client's credentials for AdWords account and your application is the same, then they can

accept invitation

2017-12-05 Thread angel . ortiz
I want to create a service where a client with an existing adwords account can be linked to my MMC account in the following way: There is a button that when clicked, shows a popup window where the user authenticates and accepts the link. Can you do this? So far as I read in the documentation a

Re: Got exception [AuthorizationError.USER_PERMISSION_DENIED] when trying accept invitation to link account

2015-08-14 Thread Josh Radcliff (AdWords API Team)
trigger:''] for: > > managedCustumer.mutateLink(new LinkOperation[] { linkOp }); > > According to documentation > <https://developers.google.com/adwords/api/docs/reference/v201506/ManagedCustomerService.AuthorizationError> > >

Got exception [AuthorizationError.USER_PERMISSION_DENIED] when trying accept invitation to link account

2015-08-13 Thread Adam Nowak
//developers.google.com/adwords/api/docs/reference/v201506/ManagedCustomerService.AuthorizationError> it's mean that "*User doesn't have permission to access customer*." Why I can't get access? (In code: )I set CLIENT id for AdWords user, accept invitation as CLIENT and point MANAGER as 'managerCus