Device name and version
A drill-down variable with three levels: Device type > Device name > Device version
Device type has two possible values: "Håndholdt" and "andet".
Håndholdt = A mobile phone, a tablet or other handheld device.
Danish: Besøgssegment XX
MDX Example:
[Platform].[Platform Hierarchy].[All].[Håndholdt].[BlackBerry].[9300]
Operating System
The operating system used by the visit.
Danish: Operativsystem-navn
MDX Example:
[Platform].[OS].[All].[Windows]
Operating System Version
The version of the operating system used by the visit. Typically used in combination with Operating System.
Danish: Operativsystem-version
MDX Example:
[Platform].[OS Version].[All].[10.7]
Operating System Hierarchy
A drill-down variable with two levels: Operating System > Operating System Version.
Danish: Operativsystem
MDX Example:
[Platform].[OS Hierarchy].[All].[OS/2].[4.5]
Browser name
The name of the browser used by the visit.
Danish: Browser-navn
MDX Example:
[Platform].[Browser Name].[All].[Chrome]
Browser name and version
A drill-down variable with two levels: Browser name > Browser version.
Danish: Browser-navn-version
MDX Example:
[Platform].[Browser Hierarchy].[All].[Chrome].[12]
Browser version
The browser version used by the visit. Usually combined with "Browser name" as in "Browser name and version".
Danish: Browser-version
MDX Example:
[Platform].[Browser Version].[All].[12]
Display horizontal
The horizontal resolution in pixels of the screen used by the visit.
Danish: Opløsning horisontalt
MDX Example:
[Resolution].[Display Hori].[All].[1280]
Display vertical
The vertical resolution in pixels of the screen used by the visit.
Danish: Opløsning vertikalt
MDX Example:
[Resolution].[Display Vert].[All].[768]
Display orientation
A boolean indicating the orientation of the screen used by the visit.
Possible values: "Landscape" and "Portrait".
Danish: Skærm-orientering
MDX Example:
[Resolution].[Orientation].[All].[Landscape]
Display viewable pct
The percentage of the page viewable to the visit, determined by device, screen resolution, browser add-on etc.
Danish: Synlig-andel-af-opløsning
MDX Example:
[Resolution].[Display Viewable].[All].[70%]
Display viewable vertical
The vertical viewable pixels of the page, determined by the visit's device, screen resolution, browser add-on etc.
Danish: Synligt-indhold-vertikalt
MDX Example:
[Resolution].[Viewable Vert].[All].[700]
Display viewable horizontal
The horizontal viewable pixels of the page, determined by the visit's device, screen resolution, browser add-on etc.
Danish: Synligt-indhold-horisontalt
MDX Example:
[Resolution].[Viewable Hori].[All].[<300]