I wanted to try Google Analytics in my Android App. Everything worked properly, but on my Analytics page there is no visitor shown. I can see in the LogCat that it sent the data, I copied the 4 labels from the samples. tracker.trackEvent( “Clicks”, // Category “Button”, // Action “clicked”, // Label 77); // Value [...]

Autor:

I wanted to try Google Analytics in my Android App. Everything worked properly, but on my Analytics page there is no visitor shown. I can see in the LogCat that it sent the data, I copied the 4 labels from the samples.

tracker.trackEvent(
        "Clicks",  // Category
        "Button",  // Action
        "clicked", // Label
        77);       // Value

And I added also the dispatch after it. I waited now 3-4 Hours but still no visitor, tried it out in the emulator which has internet enabled.

Related posts:

  1. Google Analytics android dispatch
  2. Google Analytics – Tracking Unknown
  3. Javascript: tracking outbound adsense links on analytics
  4. Javascript: tracking outbound adsense links on analytics
  5. Javascript: tracking outbound adsense links on analytics

Comments on this entry (no comments)

Did you like this post? You can share your opinion with us! Simply click here.

Add Your Comment