Viewing VisitorData metadata After Session Started
Where can the visitorData metadata being passed into the code below, during a session start, be viewed? I am not showing it in the Event Info object, which has all of the information for my visitorId and accountId.
PendoManager.SharedManager().StartSession(
visitorId,
accountId,
visitorData,
accountData
);
0
Comments
Please sign in to leave a comment.