SetAudienceState
- 1 Minute to read
- Print
- DarkLight
- PDF
SetAudienceState
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Set the status of an individual audience
Key | Value(s) | Description |
---|---|---|
method | "SetAudienceState" | Set the status of an individual audience |
name | "name" | audience name |
audienceID | reserved for future use | |
status | "statusString" | Available statuses:
|
{
"method": "SetAudienceState",
"project": "eyeota-audience",
"name": "test_copy",
"status": "live"
}
// Example Return
{
"set": true,
"executed": true,
"errors": [],
"millis": 2,
"method": "SetAudienceState",
}
Was this article helpful?