Description -
Add a feature to the extension to allow a checkbox to request that variables are cleared after the beacon fires.
Why is this feature important to you -
Nice generic feature instead of custom code to add to the extension
How would you like the feature to work -
When the option is checked - add the following after the extension is loaded
s.registerPostTrackCallback(function(){
s.clearVars();
});
Current Behaviour
requires custom code