Answer the question
In order to leave comments, you need to log in
How to set up Google Analytics goals for Android app?
Hello! We need to fasten the analytics so that when the user clicks on the button (phone call button), an event is sent to Google Ananlytics. When the button is clicked, I execute the following code:
HitBuilders.EventBuilder eventBuilder = new HitBuilders.EventBuilder("Phone number", "call");
MyApp.getTracker().send(eventBuilder.build());
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question