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