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.
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
tosetScreenType
. 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.