Track Custom Code block as 'feature clicks' or as guide clicks
Hi, I've a few guides with custom code blocks that contain buttons. I'm trying to track the metrics on these but not having any luck. I tried tagging them as features using the feature tag, but Pendo doesn't seem to be able to track those. Is there any way to track this? Ideal solution would be to measure the clicks directly in the guide analytics, but if that's not possible then tracking as a Feature click would help as.
Has anyone found a workaround for this?
0
Comments
You could likely do this using Track Events with some JS knowledge as detailed here: https://support.pendo.io/hc/en-us/articles/360032294291-Track-Events-Configuration#h_01HF9PWQH2R8Q3PR53YZ5WDCHZ.
Look for clicks on a specific ID/class of the custom code block html and send an event when clicks occur.
Please sign in to leave a comment.