Collect your web activity
user
, session
, device
…) to every event (pageview
, cart
, order
…) in order to self-heal the dataset in case of missing or “out-of-order” data pointsutm_source
/ utm_medium
parameters have changed).
<head>
and </head>
tags. It is synchronously loaded but it will wait for your web page to be ready before doing any work. Its impact on your website performance is negligible.
Example:
consent_personalization
. The consent_personalization
field also unlocks a user centric view in the Rimdian Console.
For marketing & advertising purpose, you have to collect his consent_marketing
.
If your user accepts the whole “cookie banner”, you can use the consent_all
field.
To unlock a user centric view in Rimdian, use the following JS function:
trackPageview()
function.
order_external_id
field in the trackCart()
function. See above.
https://blog.website.com
to https://shop.website.com
, its user ID & device ID will be passed into the URL of the destination page and prevent the SDK counting the same user twice and start a new session.
Example of configuration:
_did=xxx
for the device ID_uid=xxx
for the user ID_auth=true
if the user ID is authenticated_uidh=xxx
for the user ID HMAC if provided_authuid=xxx
for the authenticated user ID_uidh=xxx
for the user ID HMAC if provided_email=johndoe@gmail.com
for the user email address_emailmd5=xxx
for the MD5 hash of user email address_emailsha1=xxx
for the SHA1 hash of user email address_emailsha256=xxx
for the SHA256 hash of user email address_telephone=+33600000000
for the phone number in E164 international format