Skip to content

Commit 43d3ed8

Browse files
committed
IBX-9107 Changed after PR comments.
1 parent 5230aed commit 43d3ed8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/personalization/tracking_with_ibexa-tracker.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ into your pages.
2121
It activates the tracking by inserting <https://cdn.perso.ibexa.co/ibexa-tracker.js> or
2222
<https://cdn.perso.ibexa.co/ibexa-tracker.min.js> into the page.
2323

24-
To use this mechanism on your pages, copy the code snippet below, and replace
25-
`<YOUR_MANDATOR_ID>` with the customer ID, `<PAGE_ID>` with the page/item identifier.
26-
`<USER_ID>` - empty string for cookie based anonymous user or replaced with the value generated
27-
by your user identifier system for logged-in user. In case user activity should not be tracked,
28-
'not_defined' value should be used to still have an event stored without link to the user.
24+
To use this mechanism on your pages, copy the code snippet below, and replace:
25+
- `<YOUR_MANDATOR_ID>` with the customer ID
26+
- `<CONTENT_TYPE_ID>` with the Content Type ID
27+
- `<CONTENT_ID>` with the content item ID
28+
- `<USER_ID>` with an empty string for cookie based anonymous user or with the value generated by
29+
your user identifier system for logged-in user. In case user activity should not be tracked,
30+
'not_defined' value should be used to still have an event stored without a link to the user.
2931

3032
All identifiers can be any form of string.
3133
Paste this snippet into your website template page so that it appears before

0 commit comments

Comments
 (0)