Skip to content

Commit 21d8d0b

Browse files
committed
apply suggestions from github actions
1 parent f816580 commit 21d8d0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/personalization/enable_personalization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,12 @@ Place the following code snippet in the `<head>` section of your header template
162162
You can verify the import controller of the bundle by calling the local API.
163163
As the API uses token based authorization you first need a valid bearer token.
164164

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.
166166

167167
Additionally a POST request is send to the Personalization Engine, containing the token
168168
and the Rest URL where the Personalization Engine can fetch the changed Content.
169169

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.
171171

172172
You can use this token to check what is provided to the Personalization Engine:
173173

@@ -237,7 +237,7 @@ To get recommendations you must first export the item information to the Persona
237237
After you [define item types to be tracked and recommended](#set-up-item-type-tracking),
238238
start the full export.
239239

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.
241241

242242
``` bash
243243
php bin/console ibexa:personalization:run-export

0 commit comments

Comments
 (0)