Domain


The domain of your website.


Danish: Domæne


MDX Example:

[Context].[Domain Full].[All].[mywebsite.com]


Script version


The version of the tracking script implemented on your website. The tracking script usually changes version number when your website undergoes major change, e.g. a re-design.


Danish: Scriptversion


MDX Example:

[Script].[All].[2]


Domain level


Rolls up all the domains in each level of the domain, starting with the top-level domain. E.g. www.mywebsite.com, mysubdomain.mywebsite.com and mywebsite.dk become "com" and "dk" at level 1, "mywebsite" at level 2 and "mysubdomain" at level 3.


Danish: Domæne-niveau


MDX Example:

[Context].[Domain Parts].[All].[dk].[mywebsite].[mysubdomain]


Website name


A drill-down variable where each level is a custom value categorizing your content, usually domains, in a way which is different from your "natural" content groups. E.g. www.mywebsite.com, mywebsite.com, abc.mywebsite.com and www.xyz.com could be categorized as "My Website".


Danish: Websitenavn


MDX Example:

[Context].[Name1 - Name2].[All].[Magazine].[Denmark].[Danish]


Website name 1


Level 1 in Website name.


Danish: Websitenavn 1


MDX Example:

[Context].[Name1].[All].[Magazine]


Website name 2


Level 2 in Website name.


Danish: Websitenavn 2


MDX Example:

[Context].[Name2].[All].[American Samoa]


Website name 3


Level 3 in Website name.


Danish: Websitenavn 3


MDX Example:

[Context].[Name3].[All].[Danish]


Website name 4


Level 4 in Website name.


Danish: Websitenavn 4


MDX Example:

[Context].[Name4].[All].[French]


Url protocol


The protocol of the URL viewed by the visit.


Danish: Url-protokol


MDX Example:

[Context].[Protocol].[All].[https]