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/guide/personalization/developer_guide/content_api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Personalization server can use external information about the items
4
4
5
5
# Content API
6
6
7
-
Apart from the [events]([[= user_doc =]]/personalization/event_types)
7
+
Apart from the [events]([[= user_doc =]]/personalization/event_types/)
8
8
collected by the recommendation client, the recommendation engine can use external information
9
9
about the products.
10
10
This information must be uploaded to the recommendation engine by the administrator of the website.
@@ -58,7 +58,7 @@ The following call attributes are available:
58
58
59
59
| Parameter name | Description | Value |
60
60
|---|---|---|
61
-
|`customerid`| Your customer ID, as defined when [enabling Personalization](../enabling_personalization.md#configuring-customer-credentials) (for example, "00000"). | alphanumeric |
61
+
|`customerid`| Your customer ID, as defined when [enabling Personalization](enabling_personalization.md#setting-up-customer-credentials) (for example, "00000"). | alphanumeric |
62
62
|`itemid`| A unique ID of the Content item/product. Used to identify the item in the database. | integer |
63
63
|`itemtypeid`| An ID of the type of Content item/product. In most cases, the value is 1 but you might have items/products of more than one type. | integer |
64
64
|`lang`| A [language code](../../internationalization.md) of the Content item/product (for example, "ger-DE"). This parameter is optional. | string |
0 commit comments