Re: Extending invitations returns ManagedCustomerServiceError.NOT_AUTHORIZED error code

2018-05-21 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Zemen, Allow me to assist you on your concern as Luis is on OOO today. If you are looking for a way to stop the emails sent by AdWords when extending invitation, unfortunately, there is no way of doing this in AdWords API. Regards, Dannison AdWords API Team -- --

Re: Extending invitations returns ManagedCustomerServiceError.NOT_AUTHORIZED error code

2018-05-18 Thread zemen
Hi Luis, it does not work. What I mean was to stop receiving emails on MCC Extending invitation events. Thanks in advance, zemen -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Extending invitations returns ManagedCustomerServiceError.NOT_AUTHORIZED error code

2018-05-17 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Zemen, I'm glad that your issue has been resolved. Regarding the email alert, I believe you could configure that through the AdWords UI by navigating to Tools, billing, and settings icon * > Preferences > NOTIFICATIONS *tab or if you are using the old UI, click the *gear icon ** > Account

Re: Extending invitations returns ManagedCustomerServiceError.NOT_AUTHORIZED error code

2018-05-17 Thread zemen
Hi Luis, my bad. The oauth token was created with access_type = online. So the token was expired. Now everything is working as expected. One more questione: is there a way to turn off the email alert to the client account to be managed? Thanks in advance Il giorno mercoledì 16 maggio 2018

Re: Extending invitations returns ManagedCustomerServiceError.NOT_AUTHORIZED error code

2018-05-16 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Zemen, To further investigate this, could you provide the complete SOAP request and response logs when you encountered the error? Also, could you provide your email address that is associated to your AdWords account? Please reply via *Reply privately to author*. Thanks and regards, Luis

Extending invitations returns ManagedCustomerServiceError.NOT_AUTHORIZED error code

2018-05-16 Thread zemen
Hi, I'm trying to link a customer to my MCC account through my website services. Here the PHP code: // Generate a refreshable OAuth2 credential for authentication. $oAuth2Credential = (new OAuth2TokenBuilder()) ->withClientId(self::MANAGER_CLIENT_ID)