DTM and Custom Event Tracking with all parameters
Hello,
We are trying to implement Custom Event Tracking in Adobe Dynamic Tag Manager, but I haven't found a way to use all parameters of s.tl() call.
s.tl(DELAY, TYPE, LABEL, OVERRIDES, CALLBACK);
In our case we need to use CALLBACK parameter to allow tracking on important links that should perform the default action (load new page). We would like to avoid DELAY parameter to keep the best possible User Experience (speed in this case).
Is there other way than to use a completely custom solution in JavaScript instead of the built-in event-based rule firing + Analytics Custom Link tag?