Contents

KeywordCreate.Status

Whether this keyword is active and eligible to serve at creation.

Declaration

string KeywordCreate.Status

Possible Values

ENABLED

Keyword is active and eligible to serve.

PAUSED

Keyword is paused and will not serve.

Discussion

Include status in the create request to determine whether the new keyword begins competing in auctions immediately or starts paused.

Example

{
  "status": "ENABLED"
}

See KeywordStatus for additional context.