latestOpenAPI 3.0.12026-08-21183382785.0 KB

24caa8eb809b

Parent Segment Configurations

Create new parent segment configuration

Create a new parent segment configuration.

post/audiences

Request body

idstring integer
namestring required
descriptionstring
scheduleType'cron' | 'daily' | 'hourly' | 'minutes_interval' | 'monthly' | 'none' | 'weekly'
scheduleOptionstring nullable
timezonestring
matrixUpdatedAtstring datetime nullable
workflowHiveOnlyboolean

Whether the workflow mainly use Hive or not. Default is false

hiveEngineVersion'0.13' | 'cdpaudience'

Hive engine version used in audience workflows

hivePoolNamestring nullable
prestoPoolNamestring nullable
allowActivationBehaviorboolean nullable
maxActivationBehaviorRowinteger nullable

Only null is acceptable when allowActivationBehavior is false.

llmEnabledboolean nullable

llmEnabled indicates whether customer has enabled llm (true or false).

llmState'enabling' | 'enabled' | 'disabling' | 'disabled'

llmState indicates more detailed state including updating.

populationinteger nullable

the population of the audience

enrichmentWordTaggingEnabledboolean
enrichmentIpEnabledboolean
enrichmentTdJsSdkEnabledboolean
createdAtstring date-time
updatedAtstring date-time

Example request

{
  "scheduleType": "daily",
  "scheduleOption": "00:00",
  "timezone": "UTC",
  "behaviors": [
    {
      "scheduleType": "daily"
    }
  ],
  "audienceFilters": [
    {
      "columnName": "Country",
      "rightValues": [
        "Japan"
      ]
    }
  ]
}