My application has a homepage where you can download and install plugins. It also uses site tags to invoke the same set of rules to show potential users what the application is doing.
I would like to hide the plugins and replace this div with what says "Thanks for installing the plugin." How can I tell the difference between a KRL called from site tags and a KRL called from a plugin?
Here are my ideas, but maybe there is a better way?
Option 1: use the page parameter, the plugin may not see it. Option 2: use the second rule set that invokes my main rule set. The plugin rule set will hide the plugin div and display the thank you div. I just have to have a basic set of rules that supports explicit events.
source
share