Daniel Orellana
Posts
Recent activity by Daniel Orellana
Sort by recent activity
-
Is it possible to add segment rules using custom key values of the visitor or account?
When using pendo.initalize() I added something like this: pendo.initialize({ visitor: { id: userId, myCustomVisitorProperty: customVisitorProp, }, account...
-
What is the difference between pendo.initialize() vs pendo.identify() ?
I looked a the docs Pendo Functions and found pendo.identify() I'm a bit confused about its use case and difference with pendo.initialize(), when should we use one or the other?