Contents

BulkKeywordCreate.Status

The keyword’s status for a bulk keyword create item.

Declaration

string BulkKeywordCreate.Status

Possible Values

ENABLED

Keyword is active and eligible to serve.

PAUSED

Keyword is paused and will not serve.

Discussion

Set this within each item’s data to determine whether the keyword begins serving as soon as the bulk create request completes.

Example

{
  "status": "ENABLED"
}