Add support for setting groups for users and events.
Mapped Segment's Group call to Amplitude's Group call (note Amplitude does not support group traits). - Will need to update the Segment/Amplitude integration page to document Group
Not important updates:
Add helper method getSessionId to expose the current sessionId value.
Add logRevenueV2 and new Revenue class to support logging revenue events with properties, and revenue type.
Testing
I tested the SEG group call on a demo app, and verified that the intended results show up in Amplitude dashboards
Updating to Amplitude SDK v3.7.0
Important updates:
Group
call to Amplitude'sGroup
call (note Amplitude does not support group traits). - Will need to update the Segment/Amplitude integration page to documentGroup
Not important updates:
getSessionId
to expose the current sessionId value.logRevenueV2
and new Revenue class to support logging revenue events with properties, and revenue type.Testing