-
. How to restart GA4 as a new session after a certain event
Here’s a pickle for ya. I’m in the middle of a project where I need to keep an eye on some kiosk happenings. The thing is, the kiosk ain’t changing its webpage or browser, so the session id sticks around until it times out. I’m racking my brains out to find a way to kickstart a spanking new session after a specific event.
I stumbled upon this
sessionControl
thing for UA, but I’ve scoured through GA4 and couldn’t find something similar. Big bummer, wouldn’t you say so?I even took a shot at plugging in
ga('send', 'pageview', {'sessionControl': 'start'});
into custom HTML in GTM, but no dice. What gives, right?
Log in to reply.