-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-9107 Added link to the min.js ibexa tracker file. #2522
Conversation
…nto IBX-9107_added_min_js_tracker # Conflicts: # docs/personalization/tracking_with_ibexa-tracker.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR!
I believe people should simply use the minified version and forget about it, right?
I suggest changing the line 44 to cdn.perso.ibexa.co/ibexa-tracker.min.js
(as this will actually make them use the minified version).
I would even consider not mentioning the "full" version at all - I don't think it's needed. What do you think?
`<YOUR_MANDATOR_ID>` with the customer ID, `<PAGE_ID>` with the page/item identifier. | ||
`<USER_ID>` - empty string for cookie based anonymous user or replaced with the value generated | ||
by your user identifier system for logged-in user. In case user activity should not be tracked, | ||
'not_defined' value should be used to still have an event stored without link to the user. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`<YOUR_MANDATOR_ID>` with the customer ID, `<PAGE_ID>` with the page/item identifier. | |
`<USER_ID>` - empty string for cookie based anonymous user or replaced with the value generated | |
by your user identifier system for logged-in user. In case user activity should not be tracked, | |
'not_defined' value should be used to still have an event stored without link to the user. | |
- `<YOUR_MANDATOR_ID>` with the customer ID | |
- `<CONTENT_TYPE_ID>` with the Content Type ID | |
- `<CONTENT_ID>` with the content item ID | |
- `<USER_ID>` with an empty string for cookie based anonymous user or replaced with the value generated by your user identifier system for logged-in user. In case user activity should not be tracked, 'not_defined' value should be used to still have an event stored without a link to the user. |
- I think a list makes it more readable
- The PAGE_ID placeholder doesn't exist anymore, but there's CONTENT_ID and CONTENT_TYPE_ID - can you please check if my suggestion makes sense?
- Please also add a
:
after replace (I cannot add it through GitHub suggsetions)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chaged according to suggestion.
About keep only minified version, I think it will be good for debug purpose to have the original file. It could help partners easy undersdtand how tracking working.
Co-authored-by: Justyna Koralewicz <79849375+juskora@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
* IBX-9107 Added link to the min.js ibexa tracker file. * IBX-9107 Added link to the min.js ibexa tracker file. * IBX-9107 Added link to the min.js ibexa tracker file. * IBX-9107 Added more details about user * IBX-9107 Fixed spaces. * IBX-9107 Updated not defined user details. * IBX-9107 Changed after PR comments. * Update docs/personalization/tracking_with_ibexa-tracker.md Co-authored-by: Justyna Koralewicz <79849375+juskora@users.noreply.github.com> * IBX-9107 Changed url in example --------- Co-authored-by: Justyna Koralewicz <79849375+juskora@users.noreply.github.com>
* IBX-9107 Added link to the min.js ibexa tracker file. * IBX-9107 Added link to the min.js ibexa tracker file. * IBX-9107 Added link to the min.js ibexa tracker file. * IBX-9107 Added more details about user * IBX-9107 Fixed spaces. * IBX-9107 Updated not defined user details. * IBX-9107 Changed after PR comments. * Update docs/personalization/tracking_with_ibexa-tracker.md Co-authored-by: Justyna Koralewicz <79849375+juskora@users.noreply.github.com> * IBX-9107 Changed url in example --------- Co-authored-by: Justyna Koralewicz <79849375+juskora@users.noreply.github.com>
Added link to the ibexa tracker minified javascript file.
Added more details about userId
Checklist