API Documents///
- Retrieve list of parent segment configurations
Create new parent segment configuration
Retrieve parent segment configuration by ID
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 list of parent s...
Retrieve a list of parent segment configurations by name. You can get the parent segment's schedules, created_by, the parent database name and tables, its attributes and behaviors, as well as the population for the retrieved Parent Segment.
Security
TdApikeyAuth
- https://api-cdp.treasuredata.comhttps://api-cdp.treasuredata.com/audiences
- https://api-cdp.treasuredata.co.jphttps://api-cdp.treasuredata.co.jp/audiences
- https://api-cdp.eu01.treasuredata.comhttps://api-cdp.eu01.treasuredata.com/audiences
- https://api-cdp.ap02.treasuredata.comhttps://api-cdp.ap02.treasuredata.com/audiences
- https://api-cdp.ap03.treasuredata.comhttps://api-cdp.ap03.treasuredata.com/audiences
curl -i -X GET \
https://api-cdp.treasuredata.com/audiences \
-H 'Authorization: YOUR_API_KEY_HERE'successful operation
Array []
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
[ { "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": { … }, "attributes": [ … ], "behaviors": [ … ], "customerGroup": { … }, "audienceFilters": [ … ], "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "createdBy": { … }, "updatedBy": { … } } ]