huboard / huboard-web

GitHub issues made awesome
https://huboard.com
61 stars 26 forks source link

[WIP] Include the url referrer in server-side page jobs #343

Closed discorick closed 8 years ago

discorick commented 8 years ago

I suspect our goal tracking is incomplete because server side page() calls for analytics don't include referral urls.

Fixes #313

discorick commented 8 years ago

Turns out this solution will not work :( . The segment lib actually pulls in analytics.js from GA which in turn stores a cookie. The cookie is how goals know how to correlate page calls.