You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/personalization/enable_personalization.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,12 +162,12 @@ Place the following code snippet in the `<head>` section of your header template
162
162
You can verify the import controller of the bundle by calling the local API.
163
163
As the API uses token based authorization you first need a valid bearer token.
164
164
165
-
When you publish a Content Item a bearer token will be created and saved to the ibexa_token db table.
165
+
When you publish a content item a bearer token is created and saved to the `ibexa_token` db table.
166
166
167
167
Additionally a POST request is send to the Personalization Engine, containing the token
168
168
and the Rest URL where the Personalization Engine can fetch the changed Content.
169
169
170
-
The BEARER_TOKEN will be the newest one in `ibexa_token` table having `type=1` and `identifier=update`. The token will by default be valid for 1 day.
170
+
The BEARER_TOKEN is the newest one in `ibexa_token` table having `type=1` and `identifier=update`. The token has a default lifetime of one day.
171
171
172
172
You can use this token to check what is provided to the Personalization Engine:
173
173
@@ -237,7 +237,7 @@ To get recommendations you must first export the item information to the Persona
237
237
After you [define item types to be tracked and recommended](#set-up-item-type-tracking),
238
238
start the full export.
239
239
240
-
You need to run the `ibexa:personalization:run-export command per SiteAccesses that you want to use together with Personalization. Please note that you need different customer IDs for different SiteAccesses.
240
+
You need to run the `ibexa:personalization:run-export command per SiteAccesses that you want to use together with Personalization. You need different customer IDs for different SiteAccesses.
0 commit comments