Merged
Conversation
Preview of modified filesPreview of modified Markdown: |
adriendupuis
commented
Apr 20, 2026
Comment on lines
+66
to
+69
| - `ibexa_tracking_script` to load the JavaScript tracking code | ||
| - `ibexa_tracking_track_event` to send tracking events from your pages | ||
|
|
||
| For more information, see [Raptor tracking functions](https://doc.ibexa.co/en/5.0/recommendations/raptor_integration/tracking_functions/). |
Contributor
Author
There was a problem hiding this comment.
Could be
Suggested change
| - `ibexa_tracking_script` to load the JavaScript tracking code | |
| - `ibexa_tracking_track_event` to send tracking events from your pages | |
| For more information, see [Raptor tracking functions](https://doc.ibexa.co/en/5.0/recommendations/raptor_integration/tracking_functions/). | |
| - [`ibexa_tracking_script`](https://doc.ibexa.co/en/5.0/templating/twig_function_reference/recommendations_twig_functions/#ibexa_tracking_script-function) to load the JavaScript tracking code | |
| - [`ibexa_tracking_track_event`](https://doc.ibexa.co/en/5.0/templating/twig_function_reference/recommendations_twig_functions/#ibexa_tracking_track_event-function) to send tracking events from your pages | |
| For more information, see [Raptor tracking functions](https://doc.ibexa.co/en/5.0/recommendations/raptor_integration/tracking_functions/). |
But I think that only one link to introduce both functions and their context is better.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Looking at db5ae13
#### Tracking:Links have the same target with different texts.
https://doc.ibexa.co/en/5.0/cdp/raptor_integration/tracking_script/was from #3105.Its closer equivalent is https://doc.ibexa.co/en/5.0/templating/twig_function_reference/recommendations_twig_functions/#ibexa_tracking_script-function
https://doc.ibexa.co/en/5.0/cdp/raptor_integration/tracking_event_function/was from #3110.It's splitted in a bit of https://doc.ibexa.co/en/5.0/recommendations/raptor_integration/tracking_functions/ and mostly https://doc.ibexa.co/en/5.0/templating/twig_function_reference/recommendations_twig_functions/#ibexa_tracking_track_event-function
But I wouldn't go to the "Recommendations Twig functions" page directly. https://doc.ibexa.co/en/5.0/recommendations/raptor_integration/tracking_functions/ is a good introduction.
Checklist