StudioProcess / imagetool

1 stars 0 forks source link

Analytics Report by UserId #119

Open martinleopold opened 7 years ago

martinleopold commented 7 years ago

Need to see per user:

Is this possible with the standard UserId feature or does it need custom dimension/metrics?

martinleopold commented 7 years ago

https://support.google.com/analytics/answer/2709828?hl=en&ref_topic=2709827 http://www.simoahava.com/analytics/improve-data-collection-with-four-custom-dimensions/#5

martinleopold commented 7 years ago

tracking property with custom dimension for user tracking:

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-85610422-2', 'auto');
  ga('send', 'pageview');

</script>
var dimensionValue = 'SOME_DIMENSION_VALUE';
ga('set', 'dimension1', dimensionValue);
martinleopold commented 7 years ago

Custom dimension added in ac2c9f5e1b9cc678a4c237b4063742d9f5d786ee