Skip to content

Commit a7814be

Browse files
committed
IBX-89740 Small fixes.
1 parent f2af25f commit a7814be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/personalization/enable_personalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ instance must [request access to the service]([[= user_doc =]]/personalization/e
1414
## Set up customer credentials
1515

1616
When you receive the credentials, add them to your configuration.
17-
In the root folder of your project, edit either the `.env` or `.env.local` file
17+
In the root folder of your project, edit `.env.local` file
1818
by adding the following lines with your customer ID and license key:
1919

2020
```

docs/personalization/tracking_with_ibexa-tracker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ JavaScript in your site.
99
The approach is very generic and evaluate it if it meets your
1010
**requirements and security policy**.
1111

12-
If you want the `userid` to be generated automatically, set user
12+
If you want the `userid` to be generated automatically, set user
1313
parameter as empty `''` in the `_ycq.push` calls.
1414
If a predefined cookie already exists, it is used.
1515
Otherwise a new one is created.
@@ -94,7 +94,7 @@ _ycq.push(['_trackEvent', '1', 'click', '10', '']);
9494
| --------------- | ------------- | ------ |
9595
| `_setMandator ` | - Executed with one additional parameter: `MandatorId` | `_ycq.push (['_setMandator' , '<YOUR_MANDATOR_ID>']);` |
9696
| `_trackEvent` | - Executed with four additional parameters: `ItemType`, `EventType`, `ItemId`, `UserId`.<br /> - `EventType` can be any of the [described types]([[= user_doc =]]/personalization/event_types/) | capturing an event: `_ycq.push(['_trackEvent', '1', 'buy', '10', '']);` |
97-
| `_trackTimedEvent` | - Executed with five additional parameters: `ItemType``EventType``ItemId`, `Timeout`, `UserId`.<br /> - `EventType` can be any of the [described types]([[= user_doc =]]/personalization/event_types/).<br /> - `Timeout` can be any integer greater than than 0 representing time in ms | consume event sent after 20s: `_ycq.push(['_trackTimedEvent', '1', 'consume', '10', '20000', '']);` |
97+
| `_trackTimedEvent` | - Executed with five additional parameters: `ItemType``EventType``ItemId`, `Timeout`, `UserId`.<br /> - `EventType` can be any of the [described types]([[= user_doc =]]/personalization/event_types/).<br /> - `Timeout` can be any integer greater than 0 representing time in ms | consume event sent after 20s: `_ycq.push(['_trackTimedEvent', '1', 'consume', '10', '20000', '']);` |
9898
| `_login` | - Executed with two additional parameters: anonymous userId, pseudonymous userId.<br /> - It is to be triggered when a user logs in and the tracking identity is changed.<br /> | - |
9999
| `ycreco=true` | - If you want to send a click recommended event you can append the following parameter to the recommended item URLs: | [https://mydomain.com/mypage.html?ycreco=true](https://mydomain.com/mypage.html?ycreco=true) or <br />[https://mydomain.com/mypage.html?myparameter=x&ycreco=true](https://mydomain.com/mypage.html?myparameter=x&ycreco=true) |
100100

0 commit comments

Comments
 (0)