Profile properties
In this topic we describe the different profile properties which are captured by the CDP.
Profiles are updated on each (capture) event.
The profile represents the last known state of a visitor.
Profile properties¶
These profile properties are used in the rules when creating or managing segments.
age¶
Profile property Unomi creates by default.
The age of the visitor.
Type: number
Example values:
- 15
- 28
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
bounce¶
Profile property Unomi creates through a plugin.
The property indicates whether the visitor only stayed on 1 page before leaving the site. The value becomes false
when the number of visits property and/or the number of page transitions property are greater than 1.
Type: boolean
Example values:
- true
- false
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
last session end¶
Profile property Unomi creates through a plugin.
The property shows the date and time of the last event in the browsing session.
Type: datetime
Example values:
- 2022-01-21T09:48:49Z
- 2022-01-17T12:23:05Z
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
last session start¶
Profile property Unomi creates through a plugin.
The property shows the date and time of the first event in the browsing session.
Type: datetime
Example values:
- 2022-01-21T09:48:49Z
- 2022-01-17T12:23:05Z
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
last session duration¶
Profile property Unomi creates through a plugin.
The amount of time the visitor is interacting with the site in the browsing session.
Type: string
Example values:
- 00:55:23.392
- 02:41:02.152
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
first visit¶
Profile property Unomi creates by default, but is updated through a plugin.
The date and time of the first visit.
Type: datetime
Example values:
- 2022-01-21T09:48:49Z
- 2022-01-17T12:23:05Z
When profiles are merged, the value in the old profile property remains the same.
last visit¶
Profile property Unomi creates by default, but is updated through a plugin.
The date and time of the last visit.
Type: datetime
Example values:
- 2022-01-21T09:48:49Z
- 2022-01-17T12:23:05Z
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
admin sub div1¶
Profile property Unomi creates by default, but is updated through a plugin.
The ID of the geo name of the region where the visitor is located, which gets filled in properly when enabling the geolocation feature.
You can find out which location the ID represents by replacing the {ID}
in the URL below with the numbers before going to that page:
https://www.geonames.org/{ID}
Type: number
Example values:
- 3337388 -> Flanders
- 3337387 -> Wallonia
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
admin sub div2¶
Profile property Unomi creates by default, but is updated through a plugin.
The ID of the more precise geo name of the region where the visitor is located, which gets filled in properly when enabling the geolocation feature.
You can find out which location the ID represents by replacing the {ID}
in the URL below with the numbers before going to that page:
https://www.geonames.org/{ID}
Type: number
Example values:
- 2783770 -> West-Flanders
- 2796741 -> Hainaut Province
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
city id¶
Profile property Unomi creates through a plugin.
The ID of the geo name of the city where the visitor is located, which gets filled in properly when enabling the geolocation feature.
You can find out which location the ID represents by replacing the {ID}
in the URL below with the numbers before going to that page:
https://www.geonames.org/{ID}
Type: number
Example values:
- 2794056 -> Kortrijk
- 2797656 -> Gent
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
form submit count¶
Profile property Unomi creates through a plugin.
The property shows the amount of site forms the visitor submitted.
Type: number
Example values:
- 15
- 28
When profiles are merged, the value in the old profile property will be increased by the value of the profile property in the newest profile.
nb of page transitions¶
Profile property Unomi creates through a plugin.
The property shows the amount of different pages the visitor went to.
Type: number
Example values:
- 15
- 28
When profiles are merged, the value in the old profile property will be increased by the value of the profile property in the newest profile.
sessions amount¶
Profile property Unomi creates through a plugin.
The property shows the amount of browsing sessions the visitor has.
Type: number
Example values:
- 15
- 28
When profiles are merged, the value in the old profile property will be increased by the value of the profile property in the newest profile.
location¶
Profile property Unomi creates through a plugin.
The location get filled in when enabling the geolocation feature.
lat¶
The latitude of the visitor's location.
Type: number
Example values:
- 50.8288
- 3.2691
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
lon¶
The longitude of the visitor's location.
Type: number
Example values:
- 50.8288
- 3.2691
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
nb of visits¶
Profile property Unomi creates by default.
The number of times the visitor visited the site.
Type: number
Example values:
- 15
- 28
When profiles are merged, the value in the old profile property will be increased by the value of the profile property in the newest profile.
previous visit¶
Profile property Unomi creates by default.
The date and time of the previous visit.
Type: datetime
Example values:
- 2022-01-21T09:48:49Z
- 2022-01-17T12:23:05Z
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
city¶
Profile property Unomi creates through a plugin.
The name of the city where the visitor is located, which gets filled in when enabling the geolocation feature.
Type: string
Example values:
- Gent
- Kortrijk
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
country and city¶
Profile property Unomi creates through a plugin.
The name of the country, city and geo name IDs where the visitor is located, which gets filled in when enabling the geolocation feature.
You can find out which location the ID represents by replacing the {ID}
in the URL below with the numbers before going to that page:
https://www.geonames.org/{ID}
Type: string
Example values:
- Belgium@@Gent@@3337399@@2783722 -> Flanders @@ West-Flanders
- Belgium@@Kortrijk@@3337399@@2783722 -> Flanders @@ West-Flanders
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
country code¶
Profile property Unomi creates through a plugin.
The country code where the visitor is located, which gets filled in when enabling the geolocation feature.
Type: string
Example values:
- BE
- NL
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
country name¶
Profile property Unomi creates through a plugin.
The name of the country where the visitor is located, which gets filled in when enabling the geolocation feature.
Type: string
Example values:
- Belgium
- Netherlands
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
device brand¶
Profile property Unomi creates through a plugin.
The brand of the device the visitor uses when interacting with the site.
Type: string
Example values:
- Apple
- Samsung
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
device category¶
Profile property Unomi creates through a plugin.
The category of the device the visitor uses when interacting with the site.
Type: string
Example values:
- Apple Macintosh
- Desktop
- Phone
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
device name¶
Profile property Unomi creates through a plugin.
The name of the device the visitor uses when interacting with the site.
Type: string
Example values:
- iPhone 7
- Linux Desktop
- Android Mobile
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
operating system family¶
Profile property Unomi creates through a plugin.
The name of the operating system family the visitor uses when interacting with the site.
Type: string
Example values:
- Apple Macintosh
- Desktop
- Mobile
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
operating system name¶
Profile property Unomi creates through a plugin.
The name of the operating system name the visitor uses when interacting with the site.
Type: string
Example values:
- Mac OS X
- Linux
- Android
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
sessions¶
Profile property Unomi creates through a plugin.
The unique identifiers of the browsing sessions associated with the visitor's profile.
Type: list of strings
Example values:
- [ f2f7fd68-49f8-42d4-85db-fac8c52a2086 ]
- [ adaff24e-40e1-4cad-8c3c-cc4247d196ac, 1394a60e-09a9-42ae-830b-baa5470d96e4 ]
When profiles are merged, the value in the profile property in the newest profile will be added to the value of the old profile property.
user agent¶
Profile property Unomi creates through a plugin.
The user agent of the device the visitor uses when interacting with the site.
Type: string
Example values:
- Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0
- Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36
- Mozilla/5.0 (Linux; Android 11; RMX2170) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
user agent name¶
Profile property Unomi creates through a plugin.
The name of the browser the visitor uses when interacting with the site.
Type: string
Example values:
- Firefox
- Chrome
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
user agent name and version¶
Profile property Unomi creates through a plugin.
The name and version of the browser the visitor uses when interacting with the site.
Type: string
Example values:
- Firefox@@72.0
- Chrome@@96.0.4664.110
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
user agent version¶
Profile property Unomi creates through a plugin.
The version of the browser the visitor uses when interacting with the site.
Type: string
Example values:
- 72.0
- 96.0.4664.110
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
uuid¶
Profile property Unomi creates when present in capture data.
The unique identifier of the visitor's browsing session.
Type: string
Example values:
- 6637ec87-05d6-4385-ad31-79c3770492dc
- c5d1c80c-c610-4118-a885-584844869e3b
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
Scoring¶
Profile properties Unomi creates when scoring is enabled.
scoring group¶
Profile properties Unomi creates when scoring is enabled.
The name of the scoring group.
highest score¶
Profile properties Unomi creates when scoring is enabled.
The highest score of an individual scoring value.
Type: number
Example values:
- 5
- 12
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
highest scoring¶
Profile properties Unomi creates when scoring is enabled.
The names of the highest scoring values.
Type: list of strings
Example values:
- [ scoring_name_example1 ]
- [ scoring_name_example2, scoring_name_example3 ]
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
values¶
Profile properties Unomi creates when scoring is enabled.
The individual scorings of the scoring group.
scoring value¶
Profile properties Unomi creates when scoring is enabled.
The name of the individual scoring.
last updated¶
Profile properties Unomi creates when scoring is enabled.
The date and time when the individual scoring was last updated.
Type: datetime
Example values:
- 2022-01-21T15:04:55.572Z
- 2022-01-15T14:54:52Z
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
value¶
Profile properties Unomi creates when scoring is enabled.
The score of the individual scoring.
Type: number
Example values:
- 5
- 12
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
Classification¶
Profile properties Unomi creates when a model (AI) is active.
probability¶
Profile property Unomi creates when a model (AI) is active.
The probabilites in % per group on how confident the model (AI) is that the visitor belongs to each group.
Type: list of numbers
Example values:
- [ 0, 100, 0, 0 ]
- [ 2.25, 7.50, 10, 80.25 ]
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
uuid¶
Profile property Unomi creates when a model (AI) is active.
The unique identifier of the classification.
Type: string
Example values:
- 6637ec87-05d6-4385-ad31-79c3770492dc
- c5d1c80c-c610-4118-a885-584844869e3b
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
Capture¶
Profile properties Unomi creates when present in capture data.
data cookies enabled¶
Profile property Unomi creates when present in capture data.
The property indicates whether cookies are enabled by the visitor's browser.
Type: boolean
Example values:
- true
- false
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
java enabled¶
Profile property Unomi creates when present in capture data.
The property indicates whether java is enabled by the visitor's browser.
Type: boolean
Example values:
- true
- false
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
browser¶
Browser related properties.
online¶
Profile property Unomi creates when present in capture data.
The property indicates whether the visitor's browser is online.
Type: boolean
Example values:
- true
- false
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
code name¶
Profile property Unomi creates when present in capture data.
The app code name of the visitor's browser.
Type: string
Example values:
- Mozilla
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
engine¶
Profile property Unomi creates when present in capture data.
The engine of the visitor's browser.
Type: string
Example values:
- Gecko
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
language¶
Profile property Unomi creates when present in capture data.
The preferred language used by the visitor's browser.
An overview of the possible values can be found here in the ID
column.
Type: string
Example values:
- en-US
- fr-FR
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
name¶
Profile property Unomi creates when present in capture data.
The app name of the visitor's browser.
Type: string
Example values:
- Netscape
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
platform¶
Profile property Unomi creates when present in capture data.
The platform of the visitor's browser.
Type: string
Example values:
- MacIntel
- Linux x86_64
- Linux aarch64
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
product¶
Profile property Unomi creates when present in capture data.
The product name of the visitor's browser.
Type: string
Example values:
- Gecko
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
referrer¶
Profile property Unomi creates when present in capture data.
The URL of the page which linked to the page last visited by the visitor.
Type: string
Example values:
- https://www.google.com/
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
version1a¶
Profile property Unomi creates when present in capture data.
The version of the visitor's browser.
Type: string
Example values:
- 5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36
- 5.0 (Linux; Android 11; RMX2170) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
version1b¶
Profile property Unomi creates when present in capture data.
The user agent of the visitor's browser.
Type: string
Example values:
- Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36
- Mozilla/5.0 (Linux; Android 11; RMX2170) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
data cookies¶
Profile property Unomi creates when present in capture data.
The cookies which the visitor's browser currently has for the site.
Type: list of strings
Example values:
- [ _ga, mtc_id ]
- [ _ga, mtc_id, DS_VARY_ML, context-profile-id ]
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
device¶
Device related properties.
touch support¶
Profile property Unomi creates when present in capture data.
The property indicates whether screen touch is supported on the visitor's device.
Type: boolean
Example values:
- true
- false
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
device memory¶
Profile property Unomi creates when present in capture data.
The amount of memory (RAM) expressed in gigabytes on the visitor's device.
Type: number
Example values:
- 8
- 16
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
max touch points¶
Profile property Unomi creates when present in capture data.
The maximum number of simultaneous touch contact points supported by the visitor's device.
Type: number
Example values:
- 2
- 5
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
do not track¶
Profile property Unomi creates when present in capture data.
The property indicates whether tracking is allowed by the visitor.
Type: number
Example values:
- 1
- 0
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
screen¶
Screen related properties.
font smoothing¶
Profile property Unomi creates when present in capture data.
The property indicates whether font-smoothing is enabled on the visitor's device.
Type: boolean
Example values:
- true
- false
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
color depth¶
Profile property Unomi creates when present in capture data.
The screen color depth of the visitor's device.
Type: number
Example values:
- 8
- 24
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
pixel depth¶
Profile property Unomi creates when present in capture data.
The screen bit depth of the visitor's device.
Type: number
Example values:
- 8
- 24
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
pixel ratio¶
Profile property Unomi creates when present in capture data.
The screen pixel ratio of the visitor's device
Type: number
Example values:
- 1
- 2
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
size¶
Screen size related properties.
available¶
The screen's available space on the visitor's device.
# height¶
Profile property Unomi creates when present in capture data.
The height expressed in CSS pixels.
Type: number
Example values:
- 1080
- 720
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
# width¶
Profile property Unomi creates when present in capture data.
The width expressed in CSS pixels.
Type: number
Example values:
- 1920
- 1280
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
body¶
The size of the <body>
element of the page last visited by the visitor.
# height¶
Profile property Unomi creates when present in capture data.
The height expressed in CSS pixels.
Type: number
Example values:
- 1080
- 720
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
# width¶
Profile property Unomi creates when present in capture data.
The width expressed in CSS pixels.
Type: number
Example values:
- 1920
- 1280
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
full¶
The (full) screen size of the visitor's device.
# height¶
Profile property Unomi creates when present in capture data.
The height expressed in CSS pixels.
Type: number
Example values:
- 1080
- 720
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
# width¶
Profile property Unomi creates when present in capture data.
The width expressed in CSS pixels.
Type: number
Example values:
- 1920
- 1280
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
html¶
The inner size of the page last visited by the visitor.
# height¶
Profile property Unomi creates when present in capture data.
The height expressed in CSS pixels.
Type: number
Example values:
- 1080
- 720
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
# width¶
Profile property Unomi creates when present in capture data.
The width expressed in CSS pixels.
Type: number
Example values:
- 1920
- 1280
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
viewport¶
The size of the window's layout viewport of the visitor's device.
# height¶
Profile property Unomi creates when present in capture data.
The height expressed in CSS pixels.
Type: number
Example values:
- 1080
- 720
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
# width¶
Profile property Unomi creates when present in capture data.
The width expressed in CSS pixels.
Type: number
Example values:
- 1920
- 1280
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
created¶
Profile property Unomi creates when present in capture data.
The date and time when the data was last captured.
Type: datetime
Example values:
- 2022-01-21T15:04:55.572Z
- 2022-01-15T14:54:52Z
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
event¶
Event related properties.
event type¶
Profile property Unomi creates when present in capture data.
The type of interaction the visitor last had on the site.
Type: string
Example values:
- mouseup
- touchend
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
event data¶
Data related to the last interaction the visitor had on the site.
created¶
Profile property Unomi creates when present in capture data.
The date and time when the interaction occured.
Type: datetime
Example values:
- 2022-01-21T15:04:55.572Z
- 2022-01-15T14:54:52Z
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
activity¶
Profile property Unomi creates when present in capture data.
The category of the visitor's last interaction on the site.
Type: string
Example values:
- interaction
- load
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
closest ancestor class¶
Profile property Unomi creates when present in capture data.
The name of the closest relevnt class in the code of the page last visited by the visitor.
Type: string
Example values:
- page__header page-header page-header--pinnable page-header--top-offset page-header--top headroom--not-bottom
- page-body__content region-content region-content--inview
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
full event¶
Properties related to the full event.
# is trusted¶
Profile property Unomi creates when present in capture data.
The property indicates whether the event was generated by a visitor action.
Type: boolean
Example values:
- true
- false
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
result¶
Result related properties.
# text¶
Text related properties.
## value¶
Profile property Unomi creates when present in capture data.
The text the visitor selected on the last interaction.
Type: boolean
Example values:
- Connecting human needs with digital dots
- Our people, the driving force behind Dropsolid
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
target¶
Properties related to what or where the visitor clicked on the last visited page.
# ancestors¶
Profile property Unomi creates when present in capture data.
The event’s path which is an array of the objects on which listeners will be invoked.
Type: list of objects
Example values:
- [ { tag: HEADER }, { tag: DIV } ]
- [ { tag: DIV }, { tag: NAV }, { tag: UL } ]
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
# attributes¶
Profile property Unomi creates when present in capture data.
The live attribute nodes registered to the specified node.
Type: list of strings
Example values:
- [ class, href, data-drupal-link-system-path, id ]
- [ class ]
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
# element¶
Profile property Unomi creates when present in capture data.
The serialized HTML fragment describing the element including its descendants.
Type: string
Example values:
- page-body__content region-content...
- paragraph-visual-title-lane__content...
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
# position¶
Properties related to the position of the element on the page.
## x¶
Profile property Unomi creates when present in capture data.
The x position relative to the body.
Type: number
Example values:
- 0
- 15
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
## y¶
Profile property Unomi creates when present in capture data.
The y position relative to the body.
Type: number
Example values:
- 45
- 132.246
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
# size¶
Properties related to the size of the element on the page.
## height¶
Profile property Unomi creates when present in capture data.
The height of the element
Type: number
Example values:
- 70.171875
- 26
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
## width¶
Profile property Unomi creates when present in capture data.
The width of the element.
Type: number
Example values:
- 70.171875
- 26
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
classes¶
Profile property Unomi creates when present in capture data.
The live DOM tokens of the class attributes ef the element on the page last visited by the visitor.
Type: string
Example values:
- page-header__topbar region-topbar
- page__header page-header page-header--pinnable page-header--top-offset page-header--top headroom--not-bottom
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
tag¶
Profile property Unomi creates when present in capture data.
The tag name of the element.
Type: string
Example values:
- HEADER
- DIV
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
text¶
Profile property Unomi creates when present in capture data.
The text of the element.
Type: string
Example values:
- Our way to generate impact? Through our guiding principles of Discover, Build and Grow. An iterative process that focuses on your needs, objectives and expectations. Together we create tangible results for all your digital projects.
- Our key focus as your sustainable MarTech partner: to connect. Connecting marketing and technology, human and digital, and you and us. Always with one goal in mind: the best digital experiences for your end customer.
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
timezone offset¶
Profile property Unomi creates when present in capture data.
The difference in time expressed in hours between the UTC timezone and the timezone used by the visitor's device.
Type: number
Example values:
- 1
- 2
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
surfing¶
Network related properties.
previous sites¶
Profile property Unomi creates when present in capture data.
The amount of previously visited sites in the visitor's browser tab, including the current site.
Type: number
Example values:
- 1
- 5
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
full path¶
Profile property Unomi creates when present in capture data.
The URL of the page last visited by the visitor.
Type: string
Example values:
- https://dropsolid.com/en/about-us/team
- https://dropsolid.com/en#impact
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
hash¶
Profile property Unomi creates when present in capture data.
The ID on the page last visited by the visitor which the URL is trying to target.
Type: string
Example values:
#
#impact
wWhen profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
host¶
Profile property Unomi creates when present in capture data.
The host, including the port if available, of the page last visited by the visitor.
Type: string
Example values:
- dropsolid.com
- docker.localhost:8080
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
host name¶
Profile property Unomi creates when present in capture data.
The domain of the page last visited by the visitor. The property has the same value as domain.
Type: string
Example values:
- dropsolid.com
- dropsolid.io
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
path name¶
Profile property Unomi creates when present in capture data.
The path to the page last visited by the visitor.
Type: string
Example values:
- /en/about-us/team
- /en/support
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
protocol¶
Profile property Unomi creates when present in capture data.
The protocol used by the site on the page last visited by the visitor.
Type: string
Example values:
- http:
- https:
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
query string¶
Profile property Unomi creates when present in capture data.
The query string on the page last visited by the visitor.
Type: string
Example values:
- ?q=123
- ?utm_campaign=AG-martech&utm_source=Facebook&utm_medium=social
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
referrer¶
Profile property Unomi creates when present in capture data.
The URL of the page which linked to the page last visited by the visitor.
Type: string
Example values:
- https://www.google.com/
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
calendar¶
Profile property Unomi creates when present in capture data.
The calendar system used by the visitor's device.
Type: string
Example values:
- gregory
- japanese
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
cdp_uuid¶
Profile property Unomi creates when present in capture data.
The unique identifier of the CDP.
Type: string
Example values:
- 6637ec87-05d6-4385-ad31-79c3770492dc
- c5d1c80c-c610-4118-a885-584844869e3b
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
domain¶
Profile property Unomi creates when present in capture data.
The domain of the site.
Type: string
Example values:
- dropsolid.com
- dropsolid.io
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
language¶
Profile property Unomi creates when present in capture data.
The language of the page the visitor is currently on, which gets filled in when enabling the language detection feature.
Type: string
Example values:
- en
- nl
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
locale¶
Profile property Unomi creates when present in capture data.
The preferred language or country used by the visitor's device.
Type: string
Example values:
- en-US
- fr-FR
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
numbering system¶
Profile property Unomi creates when present in capture data.
The numbering system used by the visitor's device.
Type: string
Example values:
- latn
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.
timezone¶
Profile property Unomi creates when present in capture data.
The timezone used by the visitor's device.
Type: string
Example values:
- Europe/Brussels
When profiles are merged, the value in the old profile property will be replaced by the value of the profile property in the newest profile.