- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
In this situation, we will be using the the universal track call: Tealium.track(Object,Map<String,String>,String). In each fragment, override the onResume() event with the following code:
//import com.tealium.library.Key; //import com.tealium.library.Tealium; @Override public void onResume() { super.onResume(); Tealium.track( null, Tealium.map( Key.SCREEN_TITLE, "fragment-name"), Tealium.EVENT_NAME_VIEW); }
Now in order to filter out the auto-tracked view events, we should filter them out using the Mobile Library Manager Extension:
This filter will suppress any auto-tracked view events from being sent off, and our manual calls will be sent off in their stead.
Copyright All Rights Reserved © 2008-2023