Hi Ansh A.! My Init tag is working! I have a second tag that enables session recording only when the user visits specific pages. Here’s my setup: an Init tag to initialize Mixpanel, a second tag to register the correct anonymous_id (I'm sending all events from Segment, and since Segment doesn't have a session replay feature, I need to implement this in GTM. Therefore, I require this tag to stitch the data from GTM into the Segment events), and a third tag for session recording that triggers on specific pages. So the tag order is Init -> Register -> Session recording