wearefuturegov / Outpost-Platform

The Outpost Platform repository
0 stars 1 forks source link

Implement cookie compliant event tracking in Scout #87

Open apricot13 opened 1 year ago

apricot13 commented 1 year ago

We currently use react-ga to track events, with ga4 around the corner and no official word on whether it will support ga4 its time to look into alternatives.

Ideally we would emit out our own events and send those to GA or others via config. The solution must remain cookie compliant, if cookies have not been accepted, do not load any javascript.