Document your tracking with HappyTracker

Ade Fruandta
HappyTech
Published in
1 min readAug 6, 2018
Photo by Bernard Hermant on Unsplash

Implementing tracking into your app is actually quite simple. However, if you do it without planning and your users keep growing, you will have a headache.

At HappyFresh, HappyTracker was born to help our relationship with tracking. How does it work?

First, we must create an Adapter to handle the identification and event.

After that, we create an Interface.

Finally, we’re ready to use the HappyTracker Tracker.create(context, TrackerEvent.class).viewHomeScreen(source);

Simple, right?

See this link below for more information:

--

--