Hi Hoang,

I had to delete your initial post to this thread as it contained sensitive 
information related to your account. You may refer to our forum posting 
guidelines 
<https://groups.google.com/forum/#!msg/adwords-api/bBdNvBqDx1I/YA6Sz4pZXkEJ> 
for 
future posts in order to avoid exposing sensitive information in the 
future. Additionally, I had reposted your concern with the masked sensitive 
information for reference for other users who may have encountered the same 
issue :


"i want to set auto-tagging to my customer account via my mcc account. i 
using PHP API like this:
$customer =new Customer();
$customer->setCustomerId('XXXXXXXXXX');
$customer->setAutoTaggingEnabled(true);

$operations = [];
$operation = new ManagedCustomerOperation();
$operation->setOperator(Operator::SET);
$operation->setOperand($customer);
$operations[] = $operation;

$managedCustomerService->mutate($operations);
But above code return the error: PHP Fatal error:  Uncaught exception 
'Google\AdsApi\AdWords\v201705\cm\ApiException' with message 
'[ManagedCustomerServiceError.INVALID_DESCRIPTIVE_NAME @ 
operations[0].operand.clientName]' in 
..vendor\googleads\googleads-php-lib\src\Google\AdsApi\Common\Util\Reflection.php:39

 

please explain for me. thank a lot."

Thanks and regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6df11744-6866-429a-98ec-eef2a5df10e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to