snowplow / snowplow-android-tracker

Snowplow event tracker for Android. Add analytics to your Android apps and games
http://snowplowanalytics.com
Apache License 2.0
110 stars 63 forks source link

Add Snowplow ecommerce events and entities #611

Closed mscwilson closed 1 year ago

mscwilson commented 1 year ago

Implements the same ecommerce tracking APIs as in the JS/browser tracker. There is a matching PR for the iOS tracker here.

There is one API change - setPageType to setScreenType. It makes more sense as a method, but could be confusing since it's still the Page entity. Might change it back to PageType... Also, one API addition - the ability to remove set PageType and User entities.

There is a PR for the updated Snowplow docs here.