I am trying to develop a measurement system allowing me to track a series of events within a Google Sheet.
I’m specifically looking to log, by user:
- unique viewers
- page views (by sheet)
- outbound clicks (count and specific url)
- edits to a series of cells
It seems tracking of most of these activities is native within Google Analytics, but I can’t figure out if it’s possible at all. I found a solution for this via this StackOverflow thread, reliant on GA Beacons. I’ve trialled this and it doesn’t appear to function any more, presumably since GA4.
Is this possible?
If there’s another viable method (even logging these activities through scripting in-Sheet) then