Hi,
I have a page that has a link. Unfortunately the link does not have an ID and I can't add one (technical issues with CMS). I have jQuery/JS code that can listen for the link click and fire a pixel, but I'm not sure how to create the rule in DTM.
The jQuery is something like this:
$("a").click(function(){
if($("a").attr('data-utc')=="12345")
//Fire pixel
});
Any idea how to create such custom rule in DTM?