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: src/connections/sources/catalog/libraries/website/shopify/index.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,12 @@ Once installed and enabled, Segment events be sent from the user's browser to yo
15
15
16
16
- You can control which Segment `track()` events get collected as well as how user profile details are passed to Segment.
17
17
- A custom JavaScript snippet is loaded in the Shopify store. This script transforms Shopify Standard Events to Segment Ecommerce Spec events. Note that Segment's Analytics.js 2.0 library will **not** load on any Shopify store page.
18
-
- This is a Device Mode (client side) Integration. No data is sent server side from Shopify to Segment.
19
-
- No post purchase events are collected.
20
-
- The Segment anonmousId is set to the value of the Shopify client ID. The Segment userId value is never populated.
21
-
- Email address and phone number details will be sent to Segment if they are collected by Shopify.
18
+
- You can control which Segment Track events get collected as well as how user profile details are passed to Segment.
19
+
- A custom JavaScript snippet is loaded in the Shopify store. This script transforms Shopify Standard Events to Segment Ecommerce Spec events. Note that Segment's Analytics.js 2.0 library does **not** load on any Shopify store page.
20
+
- This is a Device Mode (client side) Integration. No data is sent server-side from Shopify to Segment.
21
+
- This source does not collect post-purchase events.
22
+
- The Segment anonymousId is set to the value of the Shopify client ID. The Segment userId value is never populated.
23
+
- Email address and phone number details are sent to Segment if they are collected by Shopify.
22
24
23
25
If you require more advanced functionality or want to collect post-purchase events, consider using the [Shopify by Littledata](/docs/connections/sources/catalog/libraries/website/shopify-littledata/) Source. Shopify by Littledata requires a paid subscription.
0 commit comments