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