KeywordUpdate.Status
Whether this keyword should be active and eligible to serve after the update.
Declaration
string KeywordUpdate.StatusPossible Values
ENABLEDKeyword is active and eligible to serve.
PAUSEDKeyword 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.