Description
An update is coming to deal with Google Analytics 4 (GA4), or should I wonder why I need to use old google pixel from old projects (GA3) to make rack-tracker work properly?
At this point, the issue is not really clear.
It's clear for instance that the javascript render injected inside the header does not fit for GA4 and makes some problems for the real-time console.
My investigation starts, but the only thing I can see is that with GA3 all is running perfectly... and with GA4 well there is something new behind that stuff...
Here the thing, GA4 ask some different patterns and I'm just wondering if it's not a good idea to care on old GA pixel and keep them alive for now :)
Actually, I don't know yet if anyone would be interested in it or fork it to upgrade my own?
Let me know if updating the gem is something open ;-)
If some of you encountered that issue let us know and if there is a better way to fix it fine
care
my setup
#gemfile
ruby "3.0.0"
gem "rails", "~> 6.1.3"
gem "rack-tracker" ,"~>1.12.1"
#...
I'll update that issue asap I got some info