Override UserId in Segment Analytics -
basic question here related segment analytics. unfortunately haven't been able find answer after fair bit of searching turning here.
i have couple of analytics events need logged against multiple users, e.g. "matched"
is there way override "userid" property on event without calling identify again (which override user future events & risks race conditions or blocking on analytics)?
this not possible analytics.js
. if need send events userid
1 had called .identify()
with, should use server side library send event.
all server side libraries need userid
defined place send particular event.
also segment got brand new community post these questions fyi.
Comments
Post a Comment