Contents

BulkNegativeKeywordCreate.Status

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

Declaration

string BulkNegativeKeywordCreate.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

Set this within each item’s data to determine whether the negative keyword begins suppressing matching search queries as soon as the bulk create request completes.

Example

{
  "status": "ENABLED"
}