2

I have Google Analytic's Tracking ID and View id for a bunch of my web properties. Now I want to generate a link to the GA dashboard for each property.

Let's say my tracking ID is UA-88827517-1 and my view ID is 135789866. When I go to the dashboard, the url is:

https://analytics.google.com/analytics/web/#report/defaultid/a88827517w131876043p135789866/

Obviously they made this magic identifier at the end from parts of my tracking id (the a part) and the view id (the p part). But what is the number after w?

How do I get this number? Can I generate this link without it?

It seems like my property ID and view ID should be enough to get into the dashboard.

panta82
  • 2,763
  • 3
  • 20
  • 38

1 Answers1

0

Google uses it internally as a property ID (as a substitute for UA-XXXXX-XX).

Tony Simonovsky
  • 169
  • 1
  • 9
  • Ok, so how do I get it? Or generate link without it? – panta82 Mar 10 '17 at 20:09
  • You call [Account Summaries list](https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtReference/management/accountSummaries/list) – Matt Mar 12 '17 at 03:20