hopscotch
hopscotch copied to clipboard
isActive property for callouts
The use case we came across was to measure the success of a callout. If the user ends up clicking (target) something that the callout is pointing to - its a success. We can say that Hopscotch has achieved its goal. We want to instrument and measure this success - so that this project continues to be funded or we keep doing more of it.
There is no way to check isActive for a callout. Or if there are multiple callouts, there is no way in the DOM to know which callout is active. (Except for content parsing, through a hidden element?)
Just curious how do you guys at LinkedIn measure the success of tour or callout? Does adding isActiveById(calloutId) be useful?