Hi Joel,I checked what an exact element was clicked and turned out that
yes, it wasn't but h1 inside a tag. However, that rule was
triggered (with not working custom code). Then I changed the rule
conditions setting the rule to trigger when that h1 element is clicked,
custom code didn't start working anyway =/Could you please help me if
there are any nice ways to setup that this rule is called only once per
session?for example in our current js code we use if ( s.eVar7 =
s.getValOnce(fname,'evar7',0) ) {....... //firing s.tl() with
parameters}as we can't use custom code now I wonder how can I implement
this scenario by a different way =/ By the way I also found this issue
http://help-forums.adobe.com/content/adobeforums/en/marketing-cloud-forum/adobe-marketing-cloud.topic.html/forum__x83g-using_dtm_eventbase.htmlI
tried both patterns in the custom code var s = arguments[1] || null;and
var s = window.s;None of them worked for me =/ Thanks, Alexander