@miso.ai/shopify-client
v0.3.11
Published
Miso's Shopify client-side script
Downloads
7
Readme
Miso Shopify Client Script
This script integrates Miso's personalization service into Shopify with minimum engineering effort. For how personalization works in Miso, please visit documentation site.
This script serves for the following purposes:
- Collect user interaction events automatically for personalization model training.
- Provide custom elements to render recommendation results with ease.
Usage
This script is installed automatically once Shopify integration is setup via Dojo, the web dashboard for Miso.
Technical Detail
Interaction collection
Miso Shopify JS SDK parse Shopify page and find important interaction signal at best. As theme of each Shopify store differ, the SDK might failed to catch interaction in some cases. Please report an issue if you find this happens.
The SDK supports capturing the following interaction:
home_page_view
in home page.product_detail_page_view
in product page.category_page_view
in collection page.add_to_cart
in all pages.remove_from_cart
in all pages.
For detail usage of each interactions, please visit Miso API document.