segment-integrations / analytics-ios-integration-amplitude

The Amplitude analytics-ios integration.
MIT License
11 stars 45 forks source link

Sends extra props on ecommerce events #55

Closed ladanazita closed 7 years ago

ladanazita commented 7 years ago

The AmpRevenue object accepts any miscellaneous properties. This will send all properties to Amplitude ecommerce events.

We don't remove the duplicate properties since the Android component does not remove the reserved properties, and you can build funnels off of the properties. Removing them and bringing Android to parity would cause a breaking change.