API Documents///
- Create a realtime journey
Get realtime setting for the Audience
Update realtime setting for the Audience
Return a list of Realtime Attributes for the Audience
Create a Realtime Attribute
Return the Realtime Attribute
Update the Realtime Attribute
Delete the Realtime Attribute
Bulk update imported attributes
Return a list of Realtime Key Events for the Audience
Create a Realtime Key Event for the Audience
Return the specified Realtime Key Event
Edit the specified Realtime Key Event
Delete the specified Realtime Key Event
Return a list of columns of the specified Realtime Key Event
Return a list of columns of the specified Realtime Event Table
Return the current version for the Audience
List available realtime attributes
Retrieve summary of specified realtime journey
Update realtime journey entity
Delete realtime journey entity
Validate fields of the realtime journey
Retrieve a list of realtime journeys under the Parent Segment
Retrieve a list of realtime activations under the Parent Segment
Retrieve a list of realtime journey activations for the specified realtime journey.
Create a realtime journey activations for the specified realtime journey.
Retrieve a summary of the activation node in a realtime journey.
Update activation node in journey
Pause activations in the realtime journey.
Resume activations in the realtime journey.
Create a duplicate of the specified realtime journey
Retrieve list of abtest variants available in audience
Create a realtime journey
Create a realtime journey.
Security
TdApikeyAuth
- https://api-cdp.treasuredata.comhttps://api-cdp.treasuredata.com/entities/realtime_journeys
- https://api-cdp.treasuredata.co.jphttps://api-cdp.treasuredata.co.jp/entities/realtime_journeys
- https://api-cdp.eu01.treasuredata.comhttps://api-cdp.eu01.treasuredata.com/entities/realtime_journeys
- https://api-cdp.ap02.treasuredata.comhttps://api-cdp.ap02.treasuredata.com/entities/realtime_journeys
- https://api-cdp.ap03.treasuredata.comhttps://api-cdp.ap03.treasuredata.com/entities/realtime_journeys
curl -i -X POST \
https://api-cdp.treasuredata.com/entities/realtime_journeys \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/vnd.treasuredata.v1+json' \
-d '{
"attributes": {
"audienceId": "string",
"segmentFolderId": "string",
"name": "string",
"description": "string",
"goal": {
"name": "string",
"description": "string",
"keyEventCriteria": {
"keyEventId": "string",
"keyEventFilters": {
"todo": "string"
}
},
"profileCriteria": {},
"acceptUnknownProfiles": true,
"target": {
"realtimeJourneyId": "string",
"realtimeJourneyStageId": "string",
"confirmed": true
}
},
"realtimeJourneyStages": [
{
"id": "string",
"name": "string",
"description": "string",
"steps": {
"property1": {
"type": "WaitStep",
"waitStep": 0,
"waitStepUnit": "minute",
"next": "string"
},
"property2": {
"type": "WaitStep",
"waitStep": 0,
"waitStepUnit": "minute",
"next": "string"
},
"58AB9022-B48D-430A-A879-2E13D08CD2C1": {
"type": "WaitStep",
"name": "Wait 1 hour",
"waitStep": 1,
"waitStepUnit": "hour",
"next": "428CA341-3C3E-4D38-8D88-A035CE83A1FF"
},
"428CA341-3C3E-4D38-8D88-A035CE83A1FF": {
"type": "TriggeredActivation",
"name": "Send mail",
"journeyActivationStepId": "123"
}
},
"rootStep": "58AB9022-B48D-430A-A879-2E13D08CD2C1",
"entryCriteria": {
"name": "string",
"description": "string",
"keyEventCriteria": {
"keyEventId": "string",
"keyEventFilters": {
"todo": "string"
}
},
"profileCriteria": {},
"acceptUnknownProfiles": true
},
"milestone": {
"name": "string",
"description": "string",
"keyEventCriteria": {
"keyEventId": "string",
"keyEventFilters": {
"todo": "string"
}
},
"profileCriteria": {},
"acceptUnknownProfiles": true
},
"exitCriterias": [
{
"name": "string",
"unit": "minute",
"exitAfter": 1
}
],
"orderIndex": 0
}
],
"reentryMode": "no_reentry"
}
}'Response
{ "data": { "id": "string", "type": "realtime-journey", "attributes": { … }, "relationships": { … } } }