We are trying to track utm tags on mixpanel but running into some problem.
Mixpanel documentation suggests that these are tracked by default and then sent to all the events after that as they are registered as a super property. However we are seeing these utm tags being tracked in the mp_page_view event but then not present in any other event after that. My understanding is if this is registered as a super property then we should see this in all the events following the mkp_page_view event.
Has anyone experienced extracting first touch utm tags without writing any custom code ?