Expand my Community achievements bar.

SOLVED

content link clicks vs downloads

Avatar

Level 1

What is the different between content link clicks and downloads reports?

1 Accepted Solution

Avatar

Correct answer by
Employee

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

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.

Avatar

Level 4

Hey @Haritha_K - There are three types of link calls :

 

1)Download LinkThe ‘Download link’ dimension reports the names of download links implemented on your site. This dimension is valuable when you want to learn more about visitor behavior around download links, such as:

 

2)Custom Link CallThe ‘Custom link’ dimension reports the names of custom links implemented on your site. This dimension is valuable when you want to understand the types of links visitors click the most. 

 

3)Exit Link