Event Based Rule for Download links
Hi everyone,
Can you please help me figure out how to make DTM intercepting clicks on download links.
The link looks as shown below:
<a href="https://forums.adobe.com/dir/filename.zip"><img src="/dir/button.png" /></a>
It seems the default Download Link Event Based Rule does not work in this case. The DTM debugger indicates only the following sequence of events when a click happens:
- SATELLITE: detected click on IMG
- SATELLITE: detected leave on #document
The overall goal is to pass the href value into a custom JS function.