Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/release_notes/ibexa_dxp_v5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ For more information, see [Raptor connector](https://doc.ibexa.co/en/5.0/recomme

This add-on includes two Twig functions to ease tracking setting:

- `ibexa_tracking_script` to load the JavaScript tracking code, for more information, see [Tracking script](https://doc.ibexa.co/en/5.0/recommendations/raptor_integration/tracking_functions/)
- `ibexa_tracking_track_event` to send tracking events from your pages, for more information, see [Tracking event function](https://doc.ibexa.co/en/5.0/recommendations/raptor_integration/tracking_functions/)
- `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/).
Comment on lines +66 to +69
Copy link
Copy Markdown
Contributor Author

@adriendupuis adriendupuis Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.


#### Recommendations blocks [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]]

Expand Down
Loading