We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://segment.com/docs/connections/spec/ecommerce/v2/
Example snippet of Cart Shared event has wrong event name.
Cart Shared
analytics.track('Cart Viewed', { share_via: 'email', share_message: 'Hey, check out this item', recipient: '[email protected]', cart_id: 'd92jd29jd92jd29j92d92jd', products: [ { product_id: '507f1f77bcf86cd799439011' }, { product_id: '505bd76785ebb509fc183733' } ] });
Cart Viewed should be Cart Shared
Cart Viewed
No response
The text was updated successfully, but these errors were encountered:
updated Cart Shared snippet per #1952
81790e2
Merge pull request #1953 from segmentio/1952_update-ecom-spec
0b03a46
markzegarelli
Successfully merging a pull request may close this issue.
What article on segment.com/docs is affected?
https://segment.com/docs/connections/spec/ecommerce/v2/
What part(s) of the article would you like to see updated?
Example snippet of
Cart Shared
event has wrong event name.Cart Viewed
should beCart Shared
Additional information
No response
The text was updated successfully, but these errors were encountered: