latestOpenAPI 3.0.12026-08-21183382785.0 KB
24caa8eb809b
Predictive Segments
Create predictive scoring model (legacy)
Create a new predictive scoring model. <br> This endpoint is for Audience Studio legacy. For the latest Audience Studio, contact your Customer Success Representative.
post/audiences/{audienceId}/predictive_segments
Path parameters
audienceIdinteger required
Master Segment id of the preditive segment
Request body
Example request
{
"gradeThresholds": [
75,
50,
25
]
}Response
successful operation
Example response
{
"gradeThresholds": [
75,
50,
25
]
}