How to use clever tap along with google analytics

176 views
Skip to first unread message

vinay....@gmail.com

unread,
Dec 26, 2015, 12:16:27 PM12/26/15
to CleverTap Support
I have google analytics intergrated in my now i want to use clever tap too.but clever tap integration requires <appilication name> in manifest .in my case i have appilication name with google analytics please give solution for me

CleverTap Support

unread,
Dec 27, 2015, 8:58:23 AM12/27/15
to CleverTap Support
Hello Vinay,
In your custom application class that you've already created for Google analytics, override the onCreate() method, and add the following lines:

ActivityLifecycleCallback.register(this);
super.onCreate();

If the import doesn't automatically come in, then add the following import line to your class:

import com.clevertap.android.sdk.ActivityLifecycleCallback;


For more information, please refer to this:
Reply all
Reply to author
Forward
0 new messages