Closed discorick closed 8 years ago
I suspect our goal tracking is incomplete because server side page() calls for analytics don't include referral urls.
page()
Fixes #313
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.
analytics.js
I suspect our goal tracking is incomplete because server side
page()
calls for analytics don't include referral urls.Fixes #313