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...