Skip to content

Commit

Permalink
Update integrate-algolia-personalization.md (#3011)
Browse files Browse the repository at this point in the history
* Update integrate-algolia-personalization.md

* Update integrate-algolia-personalization.md

---------

Co-authored-by: Stanislav Matveyev <stanislav.matveyev@spryker.com>
  • Loading branch information
supproduction and matweew authored Dec 23, 2024
1 parent 865cc9b commit 03ff248
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Order Success page cases:
| - | - |
| Open the **Order Success** page | `PAGE_LOAD` with currency, order total, SKUs, prices, and quantities of purchased products. |

For a full list of available events, see the [traceable-events-algolia readme file](https://github.com/spryker-shop/traceable-event-widget/src/SprykerShop/Yves/TraceableEventWidget/Theme/default/components/molecules/traceable-events-algolia/README.md).
For a full list of available events, see the [traceable-events-algolia readme file](https://github.com/spryker-shop/traceable-event-widget/blob/master/src/SprykerShop/Yves/TraceableEventWidget/Theme/default/components/molecules/traceable-events-algolia/README.md).


### Common issues and solutions
Expand All @@ -176,7 +176,7 @@ This section common issues to event and solutions. Most solutions involve adding
1. Locate the page template or view that is used for the page with faulty events.
2. On the project level, override the `{% raw %}{% block eventTracker %}{% endraw %}` block in the template.

For details on the event configuration API, see the [traceable-events-orchestrator README](https://github.com/spryker-shop/traceable-event-widget/src/SprykerShop/Yves/TraceableEventWidget/Theme/default/components/molecules/traceable-events-orchestrator/README.md).
For details on the event configuration API, see the [traceable-events-orchestrator README](https://github.com/spryker-shop/traceable-event-widget/blob/master/src/SprykerShop/Yves/TraceableEventWidget/Theme/default/components/molecules/traceable-events-orchestrator/README.md).

#### Issue: Event not triggering on user action

Expand Down Expand Up @@ -352,6 +352,11 @@ To enhance your experience, we use data and analytics to understand how you inte
By accepting, you allow us to capture anonymous events for personalization, analysis, and continuous improvement of your experience on our platform.
```

### Disable user data tracking

If a user does not consent to data tracking, you must set the `disableUserActionTracking` flag in the cookie to `true` to stop sending user action tracking events. This ensures no user data is sent from the application.


## Verify the installation

1. Deploy to a testing environment.
Expand Down

0 comments on commit 03ff248

Please sign in to comment.