Unique Session Tracking

Hey,

Not sure if this is Stape-Related but wondering if anyone knows how to track unique sessions in GTM.

Hoping there is a stape option here

Hey @Chris_Bradley there’s no out-of-the-box solution, but I guess writing some sort of id into sessions storage would achieve most of what I assume are your goals.

generate some sort of id (you could even use Unique Event ID, because why not). Write a key to session storage, pull it and send it with event data to your sGTM.

This is very high level and applicability depends on what you have in mind as an ultimate result.