Answered
Tech Note: Guide elements metrics via the API
You can easily see metrics for Guide elements via the UI in Pendo as described here: https://support.pendo.io/hc/en-us/articles/360031864592-Guide-Details-Metrics-Visual-Designer-#GuideElements
If you want to get the same information via API, you'll need to use the aggregation endpoint (https://app.pendo.io/api/v1/aggregation), and use the guideEvents source. When reviewing the responses, look for "type": "guideActivity".
Below is an example showing a click on the dismiss button for a guide:
{
|
0
Comments
Below is another example response for a guide step with two buttons. You can tell which button the visitor clicked on by either looking at "uiElementText" or "uiElementId"
Post is closed for comments.