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.