Hi
I have removed an Ad using $adGroupAd->setStatus(AdGroupAdStatus::DISABLED), but the thing is i cannot enable it after removed. The API throws below error
Array
(
[status] => error
[message] => Ad was not updated
[data] => Array
(
[errorResponse] => [AdGroupAdError.CANNOT_OPERATE_ON_DELETED_ADGROUPAD @ operations[0].operand]
[errorMsg] => CANNOT_OPERATE_ON_REMOVED_ADGROUPAD
)
)
I tried with both ENABLED and PAUSED status but nothing worked. Please let me the right way to enable deleted Ads.