Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ff7d89a

Browse files
committed
Fixed remaining references
1 parent 43a2e84 commit ff7d89a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/recommendations/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ See the [user guide](https://docs.magento.com/user-guide/marketing/recommendatio
3131

3232
1. Deploy the `magento/product-recommendations` module to a non-production environment where the catalog data is similar to your production catalog.
3333

34-
1. Use one of the non-production SaaS Environment IDs for [configuration](https://docs.magento.com/m2/ce/user_guide/configuration/services/saas.html) in the Admin.
34+
1. Use one of the non-production Data Space IDs for [configuration](https://docs.magento.com/m2/ce/user_guide/configuration/services/saas.html) in the Admin.
3535

3636
1. Generate the data yourself by clicking around your storefront to mimic the behavior of actual shoppers (or create an automation script to do this). Through your testing, you will generate behavioral events on your non-production environment. Those events will be used to produce the product affinities that power recommendations. For testing, Magento suggests you interact with the following recommendation types:
3737

src/recommendations/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you have configured the `product-recommendations` module correctly, but you a
1111

1212
- If you are not seeing the recommendations that you configured, it is possible there is not yet sufficient data to build recommendations for the user.
1313

14-
- Ensure the SaaS Environment ID or API Key are valid. If you get an error after specifying your SaaS Environment ID or your API key during the product recommendations initialization, check to make sure you have entered the [SaaS Environment ID and API key](https://docs.magento.com/m2/ce/user_guide/configuration/services/saas.html) correctly. To ensure the MageID and API key are linked, the user who owns the MageID, typically the user who owns the Magento license, needs to be the same user who generates the API key. If you must change the MageID that was used, [contact support](https://support.magento.com/hc/en-us).
14+
- Ensure the Data Space ID or API Key are valid. If you get an error after specifying your Data Space ID or your API key during the product recommendations initialization, check to make sure you have entered the [Data Space ID and API key](https://docs.magento.com/m2/ce/user_guide/configuration/services/saas.html) correctly. To ensure the MageID and API key are linked, the user who owns the MageID, typically the user who owns the Magento license, needs to be the same user who generates the API key. If you must change the MageID that was used, [contact support](https://support.magento.com/hc/en-us).
1515

1616
### Catalog SaaS Export module
1717

0 commit comments

Comments
 (0)