Re: Invite adWord client to MCC account using APIs

2018-04-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Kartikeya, For $session, you could use code as below: AdWordsSession $session, $session = (new AdWordsSessionBuilder())->fromFile()->withOAuth2Credential($oAuth2Credential)->build(); You could refer to CreateAccount.php sample code here

Re: Invite adWord client to MCC account using APIs

2018-04-11 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Kartikeya, A manager account can invite a client account or another manager account to be managed via AdWords API. You can use managedCustomerService.mutateLink() API call to send an invitat

Invite adWord client to MCC account using APIs

2018-04-11 Thread Kartikeya Gaur
Hello, I want to send an invitation for linking AdWords client account to my MCC account. I have a form on my website which asks for name, email, CustomerID, etc and I want to send an invitation using AdWords API in PHP if possible. Please let me know how it is possible and share the video or d