Warm tip: This article is reproduced from serverfault.com, please click

Issue in finding Tracking Id for Google Analytics

发布于 2019-08-21 05:03:36

I have to integrate Google Analytics in my Android app.

Completed all the code for it But, Having one issue.

The Issue is taking Tracking ID from my google analytics account.

According to the Document :

==> To find the Google Analytics ID (Tracking Id):

  1. Sign in to your Analytics account.

  2. Click Admin.

  3. Select an account from the menu in the ACCOUNT column.

  4. Select a property from the menu in the PROPERTY column.

  5. Under PROPERTY, click Tracking Info > Tracking Code. Your Google Analytics ID is displayed at the top of the page.

But, I can't find Tracking Info Option or any Tracking Code there according to the step number : 5.

From where can I get Tracking Id which look like this one : (UA-41888835-6) ?

NOTE : I can find Property Id there.

Questioner
Jaimin Modi
Viewed
0
Jaimin Modi 2021-01-05 17:27:46

For the Solution,

I have integrated Firebase from my Android Studio and then you can integrate your firebase project in Google Analytics. So the solution is implementing Google Analytics with Firebase.