hi team,

when I am updating the Campaign.finalURLSuffix 
<https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#finalurlsuffix>.
 
(using the version v201806)
It throws an error like OperationAccessDenied.ACTION_NOT_PERMITTED @ 
operations[0].operand.finalUrlSuffix
The following code we using.

Enter code here...$campaign                             = new Campaign();
$campaign->setId($campaignId);
$campaign->setFinalUrlSuffix($finalURL);  
// Update operation.
$operation = new CampaignOperation();
    $operation->setOperand($campaign);
    $operation->setOperator(Operator::SET);
    $operations[] = $operation;
  // Make the mutate request.
  $result = $campaignService->mutate($operations);

Please help me to find this issue

Thanks and Regards

Sandeep cv

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/d6cac868-b330-45ee-8487-06923e826d04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... cvit sandeep
    • ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
      • ... cvit sandeep
    • ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to