OSC / nginx_stage

[MOVED] Stages & controls the per-user NGINX environment
https://github.com/OSC/ondemand/tree/master/nginx_stage
MIT License
0 stars 1 forks source link

Use session id to track unique sessions #2

Closed nickjer closed 8 years ago

nickjer commented 8 years ago

Now have an identifier with which we can stitch together arbitrary, discrete hits in Google Analytics.

nickjer commented 8 years ago

Deployment requires the following command called afterward:

sudo /opt/ood/nginx_stage/sbin/nginx_stage app_reset --sub-uri=/pun
nickjer commented 8 years ago

With session id we can now count unique app launches per session instead of relying on Unique Pageviews which skews towards apps with lots of pages.

image