API Documents///
- Retrieve parent segment configuration by ID
Retrieve list of parent segment configurations
Create new parent segment configuration
Update parent segment configuration
Delete parent segment configuration
Retrieve list of audience attributes
Retrieve list of audience behaviors
Run workflow to (re)generate parent segment
Retrieve list of executions using audienceId
Retrieve population statistics audience
Retrieve list of values for a parent segment configuration's attribute
Retrieve list of sample values for a parent segment configuration's behavior
Retrieve parent segment c...
Search and find a specified parent segment configuration by its identifier.
Security
TdApikeyAuth
- https://api-cdp.treasuredata.comhttps://api-cdp.treasuredata.com/audiences/{audienceId}
- https://api-cdp.treasuredata.co.jphttps://api-cdp.treasuredata.co.jp/audiences/{audienceId}
- https://api-cdp.eu01.treasuredata.comhttps://api-cdp.eu01.treasuredata.com/audiences/{audienceId}
- https://api-cdp.ap02.treasuredata.comhttps://api-cdp.ap02.treasuredata.com/audiences/{audienceId}
- https://api-cdp.ap03.treasuredata.comhttps://api-cdp.ap03.treasuredata.com/audiences/{audienceId}
curl -i -X GET \
'https://api-cdp.treasuredata.com/audiences/{audienceId}' \
-H 'Authorization: YOUR_API_KEY_HERE'successful operation
Any of:
An audience handles a Master Segment and a related Master Segment Config.
Enum:"cron""daily""hourly""minutes_interval""monthly""none""weekly"
Example:"daily"
Only null is acceptable when allowActivationBehavior is false.
llmState indicates more detailed state including updating.
Enum:"enabling""enabled""disabling""disabled"
Response
- Audience
- ComposableAudience
{ "id": "string", "name": "string", "description": "string", "scheduleType": "daily", "scheduleOption": "00:00", "timezone": "UTC", "matrixUpdatedAt": "string", "workflowHiveOnly": true, "hiveEngineVersion": "0.13", "hivePoolName": "string", "prestoPoolName": "string", "allowActivationBehavior": true, "maxActivationBehaviorRow": 0, "llmEnabled": true, "llmState": "enabling", "population": 0, "enrichmentWordTaggingEnabled": true, "enrichmentIpEnabled": true, "enrichmentTdJsSdkEnabled": true, "master": { "parentDatabaseName": "string", "parentTableName": "string" }, "attributes": [ { … } ], "behaviors": [ { … } ], "customerGroup": { "id": "string", "audienceId": 0, "name": "string", "parentDatabaseName": "string", "parentTableName": "string", "parentKey": "string", "foreignKey": "string", "customerGroupAttributes": [ … ], "customerGroupBehaviors": [ … ] }, "audienceFilters": [ { … } ], "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "createdBy": { "id": "string", "td_user_id": "string", "name": "string" }, "updatedBy": { "id": "string", "td_user_id": "string", "name": "string" } }