NegativeKeywordCreate.Status
Whether this negative keyword is active at creation.
Declaration
string NegativeKeywordCreate.StatusPossible Values
ENABLEDThe negative keyword is active and will suppress ad delivery for matching search queries.
PAUSEDThe 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.