I have a lot of redirect links on the site, and I want to know if users click on those links.
How can I understand if a redirect link is clicked?
If the links are part of a text string and not stand alone (and not button links, you can’t do it using corvid, unless you make them link to an intermediate router page and continue from there.
Another option is to put the texts in a custom element, there you can set event listeners for the relevant texts that on click save the element id and open window with the link.