Skip to content

Commit 6eba385

Browse files
Removing duplicate line
1 parent 4204d4d commit 6eba385

File tree

1 file changed

+1
-2
lines changed
  • src/connections/sources/catalog/libraries/website/shopify

1 file changed

+1
-2
lines changed

src/connections/sources/catalog/libraries/website/shopify/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Once installed and enabled, Segment collects events from the user's browser and
1616
- You can control which Segment `track()` events get collected as well as how user profile details are passed to Segment.
1717
- 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.
1818
- 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.
2019
- This is a Device Mode (client side) Integration. No data is sent server-side from Shopify to Segment.
2120
- This source does not collect post-purchase events.
2221
- The Segment anonymousId is set to the value of the Shopify client ID. The Segment userId value is never populated.
@@ -282,4 +281,4 @@ Shopify sometimes erroneously triggers duplicate `Address Info Entered`, `Shippi
282281
Shopify sometimes includes product array details in [Standard Events](https://shopify.dev/docs/api/web-pixels-api/standard-events){:target="_blank"} which Segment uses to populate the `Address Info Entered`, `Shipping Info Entered`, `Contact Info Entered`, `Payment Info Entered` events. Segment includes these product details in Segment events.
283282

284283
### Why are some event properties missing even though the documentation indicates that they should be present?
285-
Mapping code is in place to map the majority of valuable fields from Shopify's [Standard Events](https://shopify.dev/docs/api/web-pixels-api/standard-events){:target="_blank"} to Segment events. If properties are missing, it is due to the values not being provided by the Shopify event.
284+
Mapping code is in place to map the majority of valuable fields from Shopify's [Standard Events](https://shopify.dev/docs/api/web-pixels-api/standard-events){:target="_blank"} to Segment events. If properties are missing, it is due to the values not being provided by the Shopify event.

0 commit comments

Comments
 (0)