BulkKeywordCreate.Status
The keyword’s status for a bulk keyword create item.
Declaration
string BulkKeywordCreate.StatusPossible Values
ENABLEDKeyword is active and eligible to serve.
PAUSEDKeyword is paused and will not serve.
Discussion
Set this within each item’s data to determine whether the keyword begins serving as soon as the bulk create request completes.
Example
{
"status": "ENABLED"
}