You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have any plans to support pendo.identify(...) ? For example, if pendo.initialize(...) has been called at first when a user is viewing non-authenticated content, but later has to sign in and later you know their user details. The docs seem to advise against calling pendo.initialize() multiple times as they says it leads to _noise analytics_ so I was wondering if pendo.identify() is needed here to update with the now known user details.
The text was updated successfully, but these errors were encountered:
Do you have any plans to support
pendo.identify(...)
? For example, ifpendo.initialize(...)
has been called at first when a user is viewing non-authenticated content, but later has to sign in and later you know their user details. The docs seem to advise against callingpendo.initialize()
multiple times as they says it leads to_noise analytics_
so I was wondering ifpendo.identify()
is needed here to update with the now known user details.The text was updated successfully, but these errors were encountered: