Hi All,

I am getting following errors when try to pause an expanded text ad in a 
campaign (Search Campaign).

Error: OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT at 
operations[1]

Service: AdGroupAdService

Operation:
 
AdGroupAd adGroupAd = new AdGroupAd
{
    status = AdGroupAdStatus.PAUSED,
    adGroupId = adGroupId,
    ad = new Ad
    {
        id = adId
    }
};
AdGroupAdOperation operation = new AdGroupAdOperation
{
    @operator = Operator.SET,
    operand = adGroupAd
};


AdGroup and Ad Ids are correct and campaign is search campaign and ad is 
expanded text ad.

I already verified that this is not a experiment, express, or smart 
campaign. I am able to pause and resume keywords in the same ad group. and 
also able to change bid for keyword.

If you need any more details, please let us know.

Thanks
Alex

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ce0f7ae3-c55c-4110-86e4-0b79f455b0af%40googlegroups.com.

Reply via email to