Segment definition API | Community
Skip to main content
Michael_Soprano
Level 10
February 21, 2026
Solved

Segment definition API

  • February 21, 2026
  • 1 reply
  • 13 views

Is it possible to create edge & streming audience definitions using segment API? Its not confirmed in the documentation ..

Best answer by DavidRoss91

Hi ​@Michael_Soprano  - yes you can update via the evaluationInfo in the json

"evaluationInfo": {
  "batch": { "enabled": false }, --this is batch--
  "continuous": { "enabled": false }, --this is streaming--
  "synchronous": { "enabled": true } --this is edge--
}

1 reply

DavidRoss91
Community Advisor
DavidRoss91Community AdvisorAccepted solution
Community Advisor
February 23, 2026

Hi ​@Michael_Soprano  - yes you can update via the evaluationInfo in the json

"evaluationInfo": {
  "batch": { "enabled": false }, --this is batch--
  "continuous": { "enabled": false }, --this is streaming--
  "synchronous": { "enabled": true } --this is edge--
}

Michael_Soprano
Level 10
February 23, 2026

@DavidRoss91 thanks! OMG - it should be writted directly for morons like me 😁