API Documents///
- Run workflow to (re)generate parent segment
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
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
Run workflow to (re)gener...
Run the workflow to generate or regenerate a parent segment.
Security
TdApikeyAuth
- https://api-cdp.treasuredata.comhttps://api-cdp.treasuredata.com/audiences/{audienceId}/run
- https://api-cdp.treasuredata.co.jphttps://api-cdp.treasuredata.co.jp/audiences/{audienceId}/run
- https://api-cdp.eu01.treasuredata.comhttps://api-cdp.eu01.treasuredata.com/audiences/{audienceId}/run
- https://api-cdp.ap02.treasuredata.comhttps://api-cdp.ap02.treasuredata.com/audiences/{audienceId}/run
- https://api-cdp.ap03.treasuredata.comhttps://api-cdp.ap03.treasuredata.com/audiences/{audienceId}/run
curl -i -X POST \
'https://api-cdp.treasuredata.com/audiences/{audienceId}/run' \
-H 'Authorization: YOUR_API_KEY_HERE'Succeeded to run the workflow
Response
{ "workflowId": "string", "workflowSessionId": "string", "createdAt": "2019-08-24T14:15:22Z", "finishedAt": "2019-08-24T14:15:22Z", "status": "success", "workflowAttemptId": "string", "audienceId": "string" }