app:my.user.session.analytics:segment-config)Named audience segments for filtering Session Analytics. Each segment compiles to a DQL filter clause applied globally.
| Schema ID | Schema groups | Scope |
|---|---|---|
app:my.user.session.analytics:segment-config | - | environment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:my.user.session.analytics:segment-config |
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:my.user.session.analytics:segment-config |
| GET | Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:my.user.session.analytics:segment-config |
To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.
| Property | Type | Description | Required |
|---|---|---|---|
Segment Namename | text | A short descriptive label (e.g. 'Italian mobile users') | Required |
Sessions with errors onlyhasErrors | boolean | - | Required |
Bounced sessions onlyisBounced | boolean | - | Required |
Sessions with replay onlyhasReplay | boolean | - | Required |
Country ISO codecountry | text | 2-letter ISO code, e.g. IT, US, DE. Leave empty to ignore. | Required |
Browser name (contains)browser | text | e.g. Chrome, Firefox, Safari. Leave empty to ignore. | Required |
OS name (contains)os | text | e.g. Windows, macOS, Android. Leave empty to ignore. | Required |
URL valueurl | text | Value to match against the URL field selected in urlField. Leave empty to ignore. | Required |
URL operatorurlOp | text | How to match: contains | not_contains | equals | Required |
URL fieldurlField | text | Which URL part to filter: path | domain | full | Required |