Contents

KeywordUpdate.Status

Whether this keyword should be active and eligible to serve after the update.

Declaration

string KeywordUpdate.Status

Possible Values

ENABLED

Keyword is active and eligible to serve.

PAUSED

Keyword is paused and will not serve.

Discussion

Send status: PAUSED to stop an existing keyword from competing in auctions, or ENABLED to resume it.

Example

{
  "status": "PAUSED"
}

See KeywordStatus for additional context.