Han
Han
@henrikbjorn Right now our Analytics.js will load each client side JS library (if a given integration has one) at the time of a.js's initialization so I'm not sure this is...
@pastelsky hmm I'm not sure how this would fit given Segment's API spec. It wouldn't really be mapped to `.identify()` or `.track()` since we don't have any events spec'd when...
@dazulu we still haven't heard much request for this feature and hasn't been something we prioritized. We do accept PRs :) For now, you can just do this directly ```...
@nordjac hey there! We've actually had this request before and tried to implement it. However, iirc we've had issues with it. It's possible that you are not able to do...
@nordjac yeah looks like we're not doing this correctly then for sure: https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce#measuring-actions We can just check for your CM settings somewhere here: https://github.com/segment-integrations/analytics.js-integration-google-analytics/blob/master/lib/index.js#L864-L882 Will reopen, track the issue internally...
@sperand-io if these are spec'd properties of an ecommerce event, we should update the facade dependency to add `shippingMethod()` and `paymentMethod()` to `.track()` messages that covers all the cases thoughts...