Conversation
adriendupuis
left a comment
There was a problem hiding this comment.
The PHP API page content a lot of non PHP examples to move to Twig functions' pages.
It misses more link to navigate through the pages.
I added some PHP API Reference links (preview: https://ez-systems-developer-documentation--3122.com.readthedocs.build/en/3122/api/php_api/php_api_reference/namespaces/ibexa-contracts-connectorraptor.html).
docs/recommendations/raptor_integration/connector_installation_configuration.md
Outdated
Show resolved
Hide resolved
code_samples/recommendations/templates/themes/standard/pagelayout.html.twig
Outdated
Show resolved
Hide resolved
docs/templating/twig_function_reference/recommendations_twig_functions.md
Outdated
Show resolved
Hide resolved
docs/templating/twig_function_reference/recommendations_twig_functions.md
Outdated
Show resolved
Hide resolved
docs/templating/twig_function_reference/recommendations_twig_functions.md
Show resolved
Hide resolved
docs/templating/twig_function_reference/recommendations_twig_functions.md
Outdated
Show resolved
Hide resolved
|
code_samples/ change report
|
adriendupuis
left a comment
There was a problem hiding this comment.
Few links to fix to get the preview again.
You can merge #3123 so you'll also have the 3 PHP API Ref pages used.
| ``` | ||
|
|
||
| - **eventType** - type: string, defines the type of tracking event to be sent, for example, `visit`, `contentvisit`, `buy`, `basket`, `itemclick` | ||
| - **data** (optional) - type: mixed, accepts the primary object associated with the event, such as a Product or Content, can be null if not required. For more information, check [tracking event examples](tracking_php_api.md#tracking-events). |
There was a problem hiding this comment.
| - **data** (optional) - type: mixed, accepts the primary object associated with the event, such as a Product or Content, can be null if not required. For more information, check [tracking event examples](tracking_php_api.md#tracking-events). | |
| - **data** (optional) - type: mixed, accepts the primary object associated with the event, such as a Product or Content, can be null if not required. For more information, check [tracking event examples](#tracking-events). |
| {% endblock %} | ||
| ``` | ||
|
|
||
| For another example of `context` parameter usage, see [Basket event](tracking_php_api.md#basket-event). |
There was a problem hiding this comment.
| For another example of `context` parameter usage, see [Basket event](tracking_php_api.md#basket-event). | |
| For another example of `context` parameter usage, see [Basket event](#basket-event). |
|
|
||
| ## How does Raptor tracking work | ||
|
|
||
| To start [tracking]((https://content.raptorservices.com/help-center/introduction-to-tracking-documentation)) user interactions, the tracking script needs to be added to the website’s layout. |
There was a problem hiding this comment.
Double parenthesis broke the link
WARNING - Doc file 'recommendations/raptor_integration/raptor_connector_guide.md' contains an unrecognized relative link '(https://content.raptorservices.com/help-center/introduction-to-tracking-documentation)', it was left as is.
| To start [tracking]((https://content.raptorservices.com/help-center/introduction-to-tracking-documentation)) user interactions, the tracking script needs to be added to the website’s layout. | |
| To start [tracking](https://content.raptorservices.com/help-center/introduction-to-tracking-documentation) user interactions, the tracking script needs to be added to the website’s layout. |




Checklist