Contents

BulkKeywordUpdate.Status

The updated keyword status for a bulk keyword update item.

Declaration

string BulkKeywordUpdate.Status

Possible Values

ENABLED

Keyword is active and eligible to serve.

PAUSED

Keyword 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"
}