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?
Solved! Go to Solution.
Hi Amin,
For your Use-case you can create Create an Event based rule with Event type as "Click" and "Element or Tag Selector" as a and Please check the box to manually assign properties & attributes and then specify the attributes with their value. Please see the below snapshot for more help.
Thanks & Regards
Parit Mittal
Hi Amin,
For your Use-case you can create Create an Event based rule with Event type as "Click" and "Element or Tag Selector" as a and Please check the box to manually assign properties & attributes and then specify the attributes with their value. Please see the below snapshot for more help.
Thanks & Regards
Parit Mittal
I used the above with regex and it worked. Thank you.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies