Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8327101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T00:59:31+00:00 2026-06-09T00:59:31+00:00

I used Android’s Google Analytic trackEvent and tested it using Google’s demo code: @Override

  • 0

I used Android’s Google Analytic trackEvent and tested it using Google’s demo code:

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);

 tracker = GoogleAnalyticsTracker.getInstance();

// Start the tracker in manual dispatch mode...
  tracker.startNewSession("UA-33260404-1", this);

// ...alternatively, the tracker can be started with a dispatch interval (in seconds).
// tracker.startNewSession("UA-33260404-1", 20, this);

setContentView(R.layout.main);
Button createEventButton = (Button)findViewById(R.id.NewEventButton);
createEventButton.setOnClickListener(new OnClickListener() {
  @Override
  public void onClick(View v) {
    tracker.trackEvent(
        "Clicks",  // Category
        "Button",  // Action
        "clicked", // Label
        77);       // Value
  }
});

Button createPageButton = (Button)findViewById(R.id.NewPageButton);
createPageButton.setOnClickListener(new OnClickListener() {
  @Override
  public void onClick(View v) {
    // Add a Custom Variable to this pageview, with name of "Medium" and value "MobileApp"
    tracker.setCustomVar(1, "Medium", "Mobile App");
    // Track a page view. This is probably the best way to track which parts of your application
    // are being used.
    // E.g.
    // tracker.trackPageView("/help"); to track someone looking at the help screen.
    // tracker.trackPageView("/level2"); to track someone reaching level 2 in a game.
    // tracker.trackPageView("/uploadScreen"); to track someone using an upload screen.
    tracker.trackPageView("/TestActivity");
  }
});

I tested it on the mobile device, and I can find base data of example visitor counter, but I cannot see trackPageView(“/TestActivity”) and trackEvent. I can see tracker.setCustomVar in the report, so my question is how to see the trackEvent. Do I need setting at backstage supporter? Google’s documentation is not very detailed on doing this in Android.

edit: I have found the location of the trackPageView and trackEvent, but I have another problem: trackEvent is logging the Clicks, Button, and clicked, but I cannot find the 77 value in the logs. Where do I find the 77?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T00:59:33+00:00Added an answer on June 9, 2026 at 12:59 am

    You’re not calling tracker.dispatch(). If you don’t set a dispatch interval when you call tracker.startNewSession() you need to call dispatch at some point, probably in your onPause lifecycle method:

    https://developers.google.com/analytics/devguides/collection/android/devguide#startingTheTracker

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can we used Maven for android? I'm using Lint tool in android for
I used this code in my Android application: import org.apache.http.client.methods.HttpPost; ... HttpClient httpclient =
I am having C++ files and library which I have used in Android using
I am using wcf Restful web services that will be used by android application.
I used android:inputType = phone to take phone number as input, but if i
I just used Android SDK Manager to update Android SDK Tools to revision 17,
Wikipedia states that underscores are used by both Android and Microsoft Windows Systems in
I simply have 2 tabs and used Experience - Multiple Android Activities in a
I simply have 2 tabs and used Experience - Multiple Android Activities in a
In android R.java is used to provide access to resources defined in XML files.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.