I am using Bubble’s Segment plugin to track user events. In the “Page Loaded” workflow I’ve added “identify user” and a “track page” action, and then after a “redirect if not logged in”. The events trigger correctly when the user is logged in, but do not fire for non-logged-in users.
I also tried firing events on the Login page, but they also don’t fire. I have examined the network requests, and for non-logged-in users there are no pings to segment’s APIs.
Is there some other setting that I have missed (perhaps related to user privacy?) that might prevent these calls? I see the “Do not set cookies on new visitors by default” setting, but it is unchecked.
Thanks!