Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@
|Block|Description|
|-----|-----------|
|[Content that has been seen along with the item category](#content-that-has-been-seen-along-with-the-item-category-block)|Displays content frequently viewed together with items from the same category.|
|[Items associated with the given Content](#items-associated-with-the-given-content-block)|Generates a list of complementary and relevant products that customers often view with a given content.|
|[Most popular content](#most-popular-content-block)|Highlights the most frequently viewed content.|
|[Other customers have also seen this content](#other-customers-have-also-seen-this-content-block)|Displays content viewed by other users with similar behavior.|
|[Personalized content recommendations](#personalized-content-recommendations-block)|Provides personalized content recommendations based on user behavior and preferences.|
|[User's content history](#users-content-history-block)|Compiles either a chronological list of recent interacted content or a list of most interacted content while the user is browsing.|

### Content that has been seen along with the item category block

Expand Down Expand Up @@ -77,6 +79,20 @@
- **Select content for recommendations** - Select content to be used for recommendations. This content is used as the basis for recommendations, allowing Raptor to suggest similar or related items.
- **Recommendations limit** - Set the number of recommendations to be displayed. Default = 4.

### Items associated with the given Content block

Check notice on line 82 in docs/recommendations/raptor_integration/raptor_recommendation_blocks.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/recommendations/raptor_integration/raptor_recommendation_blocks.md#L82

[Ibexa.ArticlesInHeadings] Avoid articles in headings.
Raw output
{"message": "[Ibexa.ArticlesInHeadings] Avoid articles in headings.", "location": {"path": "docs/recommendations/raptor_integration/raptor_recommendation_blocks.md", "range": {"start": {"line": 82, "column": 27}}}, "severity": "INFO"}

Generates a list of complementary and relevant products that customers often view with a given content.
Utilize it to increase average visits on products to increase the average order value.

Check notice on line 85 in docs/recommendations/raptor_integration/raptor_recommendation_blocks.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/recommendations/raptor_integration/raptor_recommendation_blocks.md#L85

[Ibexa.SimplerWords] 'use(s)' is a simpler alternative to 'Utilize'
Raw output
{"message": "[Ibexa.SimplerWords] 'use(s)' is a simpler alternative to 'Utilize'", "location": {"path": "docs/recommendations/raptor_integration/raptor_recommendation_blocks.md", "range": {"start": {"line": 85, "column": 1}}}, "severity": "INFO"}

This block uses the [GetItemsBasedOnContentWeb](https://controlpanel.raptorsmartadvisor.com/pc/customer/tnt/product/web/module/GetItemsBasedOnContentWeb) Raptor recommendation strategy.

On the **Properties** tab, set values in the following fields:

- **Name** – Enter a name for the page block.
- **Name displayed on page (optional)** - Enter a name for the block to be displayed on the page.

Check notice on line 92 in docs/recommendations/raptor_integration/raptor_recommendation_blocks.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/recommendations/raptor_integration/raptor_recommendation_blocks.md#L92

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/recommendations/raptor_integration/raptor_recommendation_blocks.md", "range": {"start": {"line": 92, "column": 73}}}, "severity": "INFO"}
- **Select content for recommendations (optional)** - Choose content to show associated products for. Leave empty to use current page content.
- **Recommendations limit** - Set the number of recommendations to be displayed. Default = 4.

Check notice on line 94 in docs/recommendations/raptor_integration/raptor_recommendation_blocks.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/recommendations/raptor_integration/raptor_recommendation_blocks.md#L94

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/recommendations/raptor_integration/raptor_recommendation_blocks.md", "range": {"start": {"line": 94, "column": 68}}}, "severity": "INFO"}

### Personalized content recommendations block

Generates complementary, personalized content tailored to each user based on their behavior and preferences.
Expand All @@ -90,6 +106,18 @@
- **Name displayed on page (optional)** - Enter a name for the block to be displayed on the page.
- **Recommendations limit** - Set the number of recommendations to be displayed. Default = 4.

### User's content history block

Compiles either a chronological list of recent interacted content or a list of most interacted content while the user is browsing on your site.

This block uses the [GetUserContentHistoryWeb](https://controlpanel.raptorsmartadvisor.com/pc/customer/tnt/product/web/module/GetUserContentHistoryWeb) Raptor recommendation strategy.

On the **Properties** tab, set values in the following fields:

- **Name** – Enter a name for the page block.
- **Name displayed on page (optional)** - Enter a name for the block to be displayed on the page.

Check notice on line 118 in docs/recommendations/raptor_integration/raptor_recommendation_blocks.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/recommendations/raptor_integration/raptor_recommendation_blocks.md#L118

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/recommendations/raptor_integration/raptor_recommendation_blocks.md", "range": {"start": {"line": 118, "column": 73}}}, "severity": "INFO"}
- **Recommendations limit** - Set the number of recommendations to be displayed. Default = 4.

Check notice on line 119 in docs/recommendations/raptor_integration/raptor_recommendation_blocks.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/recommendations/raptor_integration/raptor_recommendation_blocks.md#L119

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/recommendations/raptor_integration/raptor_recommendation_blocks.md", "range": {"start": {"line": 119, "column": 68}}}, "severity": "INFO"}

## Recommendations: Product

The following blocks can be used to display product suggestions based on visitors’ browsing history:
Expand Down
Loading