I m using google *adwords api php sdk - v201306*.When i try to mutate link 
using the below code

> try {
>             $user = new AdWordsUser();
>             //$user->SetDeveloperToken($developerToken);
>              $user->LogAll();
>             // Load the oAuth settings
>             $user->SetOAuth2Info($credentials);
>
>             $managedCustomerService =
>               $user->GetService('ManagedCustomerService', ADWORDS_VERSION);
>             $linkOp = new LinkOperation();
>             $link = new ManagedCustomerLink();
>             $link->managerCustomerId = "***-***-****";
>             $link->clientCustomerId = '***-***-****';
>             $link->linkStatus = 'PENDING';
>             //$link->pendingDescriptiveName = $pendingDescriptiveName;
>             $linkOp->operand=$link;
>             $linkOp->operator='ADD';
>             $managedCustomerService->mutateLink($linkOp);
>
>         } catch (Exception $e) {
>             echo $e->getMessage();
>         }
>

I got following response from the google adwords api server
*[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]*

Waiting for updates................
WebRep
Overall rating
 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to