Angela Holly
コメント
-
Update The slides and recording from our August 4th session on API/Data Out can be found below: RecordingSlides
-
Sanjay are you asking how to modify the appearance of or hide the 'unread' bubble? Or are you asking if the numeric value of the 'unread' bubble can be modified?
-
Taylor Clark, if there's a desire to have additional data included in the webhooks for account/visitor created, that would be a feature request. You're correct that you'd have to use either the ac...
-
Rohit Pandey If it's a guide list or onboarding module, you would need to control this at the individual guide level using the page location set for the first step of each guide. If the current URL...
-
Pavneet Singh it's certainly possible that there is a conflict happening. I would recommend creating a Support ticket so that the team can take a closer look and investigate. As a reminder, here's ...
-
Additional details on the 'Count Track Events Received for a Visitor As Time in Application' here: https://support.pendo.io/hc/en-us/community/posts/4506949027739-How-do-you-create-a-new-visitor-th...
-
Daniel Jones, I realize I didn't fully respond to your previous comment. Sorry about that! It is possible to create new visitors via a track event (server side) in Pendo. Just make sure you are sup...
-
Edmund Munday and Heidi Atkinson check out this article here: https://support.pendo.io/hc/en-us/community/posts/6083933519899-Track-event-properties-and-reporting-best-practices
-
If desired, here's how you could filter for a specific parameter for a specific page { "response": {}, "request": { "name": "ExampleAggregation", "pipeline": [{ "source": { ...
-
To add onto what Alisyn wrote, here is some more information in pulling parameter information via the API: You can use the aggregations endpoint (https://app.pendo.io/api/v1/aggregation), specifica...