Feature #4518
closedSend logged-in flag to Google Analytics
0%
Description
As discussed in today's meeting, the flag would probably be something as simple as 'is_logged_in' = 0 or 1. Seth, can you verify that this would be enough info for the time being?
Here's the technical documentation: https://developers.google.com/analytics/devguides/collection/analyticsjs/custom-dims-mets
Putting into 1.9, but we can move this to a minor release once we've decided what we want to do.
Updated by Seth Persons about 9 years ago
Hi Boone, yes I think this is sufficient for now. Thanks! If we can move it up to a minor release sooner, that would be excellent. Thanks!
-Seth
Updated by Boone Gorges about 9 years ago
In https://github.com/cuny-academic-commons/cac/commit/c8e29501484b561888218606e8561f6b51505ebc I added support for 'dimension1', which is labled 'is_logged_in' in Google Analytics.
Seth, I have no idea whether this will work :) I'm going to leave the ticket in the 1.9 milestone until we've collected some data. I think you should be able to see it under Audience > Custom Variables, but the whole "dimensions" argot is pretty opaque.
Updated by Boone Gorges about 9 years ago
- Status changed from New to Resolved
It sounds like this is working, so I'm going to mark it resolved. Seth, let me know if there's anything else you need in this area.