KeywordCreate.Status
Whether this keyword is active and eligible to serve at creation.
Declaration
string KeywordCreate.StatusPossible Values
ENABLEDKeyword is active and eligible to serve.
PAUSEDKeyword 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.