Re: Linking account by PHP api

2016-06-23 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, If you are having a separate issue, please create a new forum thread and please provide more information about exactly what you are trying (preferably with SOAP). Unfortunately, we have determined that to accept a link request from a client account via the API, you have to authorize as

Re: Linking account by PHP api

2016-06-23 Thread asma batool
Hi, I am also having issue linking account but errors is [ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0]] On Friday, May 23, 2014 at 6:15:49 PM UTC+5, sup...@grafxsoftware.com wrote: > > Hi! > > I tried to link an account with this code in php AdWords api: > > private function link

Re: Linking account by PHP api

2014-06-03 Thread Michael Cloonan (AdWords API Team)
Hello, Can you please provide the full SOAP request/response you're getting when executing this by replying to me *privately* using the drop down arrow and "reply to author"? This will help me determine what the probable cause of this error is. Regards, Mike, AdWords API Team On Monday, June

Re: Linking account by PHP api

2014-06-02 Thread support
Hi I'm trying to link an user with this code: /** * * @param type $data */ private function linkingUser( & $data ) { // Get the service, which loads the required classes. $managedCustomerService = $this->user->GetService('ManagedCustomerService'

Re: Linking account by PHP api

2014-05-27 Thread Michael Cloonan (AdWords API Team)
Hello, This sounds like it may be a bug with our PHP library, or with a configuration on your server that conflicts with our PHP library. Could you open a bug for this issue at our library page on GitHub? They will be able to better assist you th

Re: Linking account by PHP api

2014-05-26 Thread support
Hi! Thanks for the answer! I tried to link an account with php AdWords api (v201309): Now the clientCustomerId is the id of the client, and the managerCustomerId = $this->user->GetClientCustomerId(); $this->user is the user of my MCC account. ( Like in the examples $user ) The code is: // $data

Re: Linking account by PHP api

2014-05-23 Thread Michael Cloonan (AdWords API Team)
Hello, It looks like you're using the same CID for both clientCustomerId and managerCustomerId, which is not correct. The ManagedCustomerLink is useful for linking two pre-existing accounts together. If you only have one ID available, then you should most likely be creating a new ManagedCustome