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:
- You're not passing the custom metric to Google Analytics
- 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.
Post a Comment for "Custom Metrics Not Working | Google Analytics"