kapa.ai i use segment to route event to mixpanel and do not use mixpanel SDK directly. how can i still send group properties correctly so it can be used to filter users?
for example, this is my group call:
window.analytics.group(groupId, properties, { integrations: CUSTOM_INTEGRATIONS });
and identify call:
window.analytics.identify(userId, userTraits, segmentOpts);