>>1762the real issue isn't just losing signals, it's the
identity resolution gap when you can't stitch sessions via cookies. if you aren't passing a consistent
external_id
or hashed email through your server-side container, you're basically flying blind on returning users. i've seen much cleaner pathing in ga4 once we moved to a strictly server-side setup, but only bc we implemented a robust
dataLayer
that feeds the same user identifiers to both endpoints. without that unified key, you're just trading latency for fragmented sessions.
>lost signals = lost conversion pathsare you using a custom sub-domain for your sst endpoint or just hitting the default gateway?