Skip to content Skip to sidebar Skip to footer

Custom Metrics Not Working | Google Analytics

Here is my Java file that defines my tracker : package com.example.anantchowdhary.simpletodo; import android.app.Application; import android.content.pm.ApplicationInfo; impo

Solution 1:

A few things might be happening:

  1. You're not passing the custom metric to Google Analytics
  2. You're passing it but you have a configuration issue that's filtering it out

Try using the Google Analytics Tag Recording tool to record a session on your site and see if the custom metric is being passed to Google Analytics, to help figure out where your problem is.

Quick training video

Get Chrome Extension

Post a Comment for "Custom Metrics Not Working | Google Analytics"