Understanding User Screen Views Before Login: Insights Needed
I'm trying to understand how often users see the two screens before they log in. I'm using page load events to track this, but I'm seeing some confusing numbers. For the first screen, 23 users landed on it but weren’t identified — we only have their device ID. On the second screen, 51 users appear as not identified. That doesn’t quite add up, since only 23 unauthenticated users were on the first screen. This suggests the numbers are inflated, likely because we're tracking based only on device ID. I’d like to know: is it possible to measure how many times a user sees each screen before login? And if not, what’s the best way to interpret these results?