Making an image Clickable - but want to track and also dismiss
We used a custom code block to make an image clickable. Is there a way in the code block to also "dismiss" the guide after the image is clicked as well as tracked in Pendo that it has been clicked?
1
Comments
Chuck Konfrst would you mind sharing a snippet of the code to make the image clickable? I'm trying to make buttons that have more design to them (e.g. images) and it seems like the default button blocks only allow basic text (and there's no OOTB way to make images clickable).
For your question specifically—the following two posts don't exactly answer it, but should contain some code you can Frankenstein to get the dismiss/advance/close functionality:
Re: tracking the image—it's annoying/painful, but the way you should be able to do so is similar to how you tag buttons within guides
1. Previewing the guide with the image in question
2. Using the Pendo Tagging aid to grab the ID of the image
3. Adding that as a feature
Please sign in to leave a comment.