BulkNegativeKeywordUpdate.Status
The updated negative keyword status for a bulk negative-keyword update item.
Declaration
string BulkNegativeKeywordUpdate.StatusPossible Values
ENABLEDThe negative keyword is active and will suppress ad delivery for matching search queries.
PAUSEDThe negative keyword is paused and will not suppress any search queries until re-enabled.
Discussion
Include this field within an item’s data to re-enable or pause the negative keyword’s suppression as part of the same bulk update request.
Example
{
"status": "PAUSED"
}