This I guess applies to any 3rd party provider, when using Segment, how do I send a special ID which is prefixed to one service (but send the regular ID to all the other services, without the prefix)?
analytics.identify(userId, { visitor: { id: prefixedUserId } })
Specifically I am using Pendo, is that like how I would do it?