Skip to content

Commit f7ad6fb

Browse files
mstierankatcgilbertforstisabella
authored andcommitted
Apply suggestions from code review
Co-authored-by: Thomas Gilbert <[email protected]> Co-authored-by: forstisabella <[email protected]>
1 parent a1a108c commit f7ad6fb

File tree

1 file changed

+7
-6
lines changed
  • src/connections/destinations/catalog/actions-recombee

1 file changed

+7
-6
lines changed

src/connections/destinations/catalog/actions-recombee/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Recombee (Actions) Destination
3+
hidden: true
34
versions:
45
- name: Recombee AI
5-
link: /docs/connections/destinations/catalog/recombee-ai
6+
link: /docs/connections/destinations/catalog/recombee-ai
67
---
78

89
{% include content/plan-grid.md name="actions" %}
@@ -19,23 +20,23 @@ This destination is maintained by Recombee. For any issues with the destination,
1920
2. From the Segment web app, navigate to **Connections > Destinations** and click **Add Destination**.
2021
3. Select **Recombee (Actions)** and click **Add Destination**.
2122
4. Select an existing Source to connect to Recombee (Actions).
22-
5. Go to the [Recombee Admin UI](https://admin.recombee.com){:target="_blank"}:
23+
5. Navigate to the [Recombee Admin UI](https://admin.recombee.com){:target="_blank"} and complete the following actions:
2324
- Choose the Recombee Database where you want to send the interactions.
2425
- Click **Settings** in the menu on the left.
2526
- In the **API ID & Tokens** settings section, find the **Database ID** and the **Private Token** of the Database.
26-
6. Back in the Segment web app, go to the Recombee destination settings.
27+
6. Back in the Segment app, navigate to the settings page of the Recombee destination you created.
2728
- Copy the **Database ID** from the Recombee Admin UI and paste it into the **Database ID** field in the destination settings.
2829
- Copy the **Private Token** from the Recombee Admin UI and paste it into the **Private Token** field in the destination settings.
2930

3031
Once you send the data from Segment to the Recombee destination you can:
31-
- Go to the KPI console of the [Recombee Admin UI](https://admin.recombee.com){:target="_blank"} to see the numbers of the ingested interactions (updated in Real-time)
32-
- Click the ID of an Item (or User) in the Items (or Users) catalog section in the Admin UI to view a specific ingested interaction.
32+
- Open the KPI console of the [Recombee Admin UI](https://admin.recombee.com){:target="_blank"} to see the numbers of the ingested interactions (updated in realtime).
33+
- Select the ID of an Item (or User) in the Items (or Users) catalog section in the Admin UI to view a specific ingested interaction.
3334

3435
{% include components/actions-fields.html %}
3536

3637
## Reporting successful recommendations
3738

38-
You can inform Recombee that a specific interaction resulted from a successful recommendation (meaning the recommendations were presented to a user, and the user clicked on one of the items) by setting the ID of the successful recommendation request in the `Recommendation ID` field of the action (this is the `recomm_id` property by default). You can read more about this setting in [Recombee's Reported Metrics documentations](https://docs.recombee.com/admin_ui.html#reported-metrics){:target="_blank"}
39+
You can inform Recombee that a specific interaction resulted from a successful recommendation (meaning the recommendations were presented to a user, and the user clicked on one of the items) by setting the ID of the successful recommendation request in the `Recommendation ID` field of the action (this is the `recomm_id` property by default). You can read more about this setting in Recombee's [Reported Metrics documentations](https://docs.recombee.com/admin_ui.html#reported-metrics){:target="_blank"}
3940

4041
Sending the `Recommendation ID` gives you precise numbers about successful recommendations in the KPI section of the [Recombee Admin UI](https://admin.recombee.com){:target="_blank"}. This explicit feedback also helps improve the output of the recommendation models.
4142

0 commit comments

Comments
 (0)