nickrathwell
nickrathwell
Google Analytics Integration extractCheckoutOptions bug, Impact Checkout Step Viewed and Completed
Base on the documentation: https://segment.com/docs/spec/ecommerce/v2/#checkout-step-viewed https://segment.com/docs/spec/ecommerce/v2/#checkout-step-completed The checkout options are to be returned in this format: ``` analytics.track('Checkout Step Completed', { checkout_id: '50314b8e9bcf000000000000', step: 2, shipping_method: 'Fedex', payment_method: 'Visa' });...
Cannot find any ecommerce tracking in index.js that as code for https://segment.com/docs/spec/ecommerce/v2/#product-shared For GA this need to map to https://developers.google.com/analytics/devguides/collection/analyticsjs/social-interactions Was this left out on purpose if yes why? Thanks...