Alisyn-Collins
Activity overview
Latest activity by Alisyn-Collins-
Alisyn Collins commented, Hey Alex, This is an interesting ask. There's no specific data point "out-of-the-box" that is used to determine completion of a guide. However, if you assume that a completed guide means that the...
-
Alisyn Collins commented, Steve Krile, yes indeed! You'd want to just add a filter operator just before the select like this: { "filter": "numEvents > 0"},{ "select": { "Event Count": "numEvents", "Visi...
-
Alisyn Collins commented, Hi Graham, https://app.pendo.io/api/v1/metadata/schema/event contains event properties rather than metadata. It's the equivalent of what you'd see under Settings > Event Properties in the UI. ...
-
Alisyn Collins commented, Hi Mahesh, The not() selector is not supported for feature tagging. However, it should work for guide targeting.
-
Alisyn Collins commented, Hi Vivek, I've tried that script and it does work as expected against my test account. I was able to reproduce a 403 error by using an integration key without write access. Please double check th...
-
Alisyn Collins commented, Hey Brian, In general in the API responses? They are considered differently. And yes, depending on the field and your inputs, you may expect to see either null or an empty string returned.
-
Alisyn Collins commented, Hi Brian, Account ID can be set to null or an empty string to indicate that there is no account tied to a visitor for that event. However, trying to send null or an empty string for visitor ID wou...
-
Alisyn Collins commented, If you're looking specifically for page events, then you'd want to use the pageEvents source and an aggregation similar to this one below. The bulkExpand will take the visitors returned and pull a...
-
Alisyn Collins commented, Official commentHi Shanal, There is currently no option to specify a specific apiKey to when sending client-side track events. Those events will be sent to both initialized keys.
-
Alisyn Collins commented, Ah, yes, thanks for that clarification and apologies for sending you down a rabbit hole. On my test site, Pendo had already been initialized so I was just using pendo.identify to create a new visi...