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

Segment definition API

  • February 21, 2026
  • 2 replies
  • 37 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
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--
}

2 replies

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--
}

David Ross
Michael_Soprano
Level 10
February 23, 2026

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