Hello AllI want to override s.tl() call that dynamic tag manger fires
for custom link. I am using event base rule where I choose click
event.In "Adobe Analytics Section", I choose custom link. But, instead
of custom link, I want to set certain props. (Since it is being used for
Links, I do not want it to be a s.t() call. (No Page View and also no
extra tags).I do that successfully by pluging custom code in the Rule.
My code calls function in s_code.js file directly to fire props that I
need, but...