hopscotch icon indicating copy to clipboard operation
hopscotch copied to clipboard

isActive property for callouts

Open k10world opened this issue 10 years ago • 0 comments

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?

k10world avatar Jul 17 '14 20:07 k10world