Contents

NegativeKeywordCreate.Status

Whether this negative keyword is active at creation.

Declaration

string NegativeKeywordCreate.Status

Possible Values

ENABLED

The negative keyword is active and will suppress ad delivery for matching search queries.

PAUSED

The negative keyword is paused and will not suppress any search queries until re-enabled.

Discussion

Include status in the create request to determine whether the negative keyword begins suppressing matching search queries immediately or starts paused.

Example

{
  "status": "ENABLED"
}

See NegativeKeywordStatus for additional context.