File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,13 @@ into your pages.
2121It 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
3032All identifiers can be any form of string.
3133Paste this snippet into your website template page so that it appears before
You can’t perform that action at this time.
0 commit comments