- CX Portal
- Getting Started
- Displays & Players
- Content Scheduling
- Media Management
- Admin
- Reports
- Dise Player
- Dise One Template SDK
- Downloads
- Release Notes
- CX Portal
- Upcoming CX Portal Release Dates
- CX Portal Release V27
- CX Portal Release V26
- CX Portal Release V25
- CX Portal Release V24
- CX Portal Release V23
- CX Portal Release V22
- CX Portal Release V21
- CX Portal Release V20
- CX Portal Release V19
- CX Portal Release V18
- CX Portal Release V17
- CX Portal Release V16
- CX Portal Release V15
- CX Portal Release V13
- Dise One
- Premium
- Lite
- CX Composer
- CX Portal
- Scripting & Integrations
- CX Composer
The Dise One CX Provider will add the set of global variables as Attributes.
Names are plain text.
Ids are Base-64 encoded Dise Unique Ids and therefore case-sensitive.
CountryCode is a two letter abbreviation of the country.
SiteAddress is a address of the site as a string.
SiteLatitude/Longitude is the GPS position of the site in decimal-degrees.
Tags is a JSON serialized array with all tags on or inherited by the display.
Custom fields are values set on the display with their respective JSON data.
Custom settings are key/value combination set on the player.
Weather.* are Conditional Attributes with active set to the current state.
trigger.* are Conditional Attributes for triggers used by scenario. Can be modified by template to control scenarios. The second part of the name is the name of the trigger set in the portal and the label contains the unique Id.
These Attributes are exposed on all players and updated on each sync with the server:
static.dise.BrandId
static.dise.BrandName
static.dise.CountryCode
static.dise.CountryId
static.dise.CountryName
static.dise.DisplayId
static.dise.DisplayName
static.dise.RegionId
static.dise.RegionName
static.dise.SiteAddress
static.dise.SiteId
static.dise.SiteLatitude
static.dise.SiteLongitude
static.dise.SiteName
static.dise.WorldRegionId
static.dise.WorldRegionName
static.dise.ZoneId
static.dise.ZoneName
static.dise.Tags
static.dise.CustomField.custom_field_name
static.dise.CustomSetting.custom_setting_name
static.dise.weather.<condition_id>
trigger.Trigger1…
The Samples/CXGlobal template includes code and example-data for all these Attributes (see MockData/Attributes.json).