BulkKeywordUpdate.Status
The updated keyword status for a bulk keyword update item.
Declaration
string BulkKeywordUpdate.StatusPossible Values
ENABLEDKeyword is active and eligible to serve.
PAUSEDKeyword is paused and will not serve.
Discussion
Include this field within an item’s data to enable or pause the keyword as part of the same bulk update request.
Example
{
"status": "PAUSED"
}