content link clicks vs downloads
What is the different between content link clicks and downloads reports?
What is the different between content link clicks and downloads reports?
Hi @haritha_k
A typical s.tl (Link call) syntax is -
s.tl([Link object],[Link type],[Link name],[Override variable]);
Custom link, download link and exit links are defined under Link type parameter by a single-character string that determines the type of link tracking call.
o: The link is a Custom link.
d: The link is a Download link.
e: The link is an Exit link.
// Send a custom link
s.tl(true,"o","Example custom link");
// Send a download link
s.tl(true,"d","Example download link");
// Send an exit link
s.tl(true,"e","Example exit link");
Based on this, the links will be cateogrised under Custom link report or download report.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.