Link clicked analysis | Community
Skip to main content
marion33678522
Level 5
June 13, 2017
Solved

Link clicked analysis

  • June 13, 2017
  • 6 replies
  • 4234 views

Hello Adobe community !

I've been loocking on all my server calls, and I figured that I should see what we are really sending as Custom links.

It seems that we have a lot of "link clicked" on my custom link Report. How can I go further in my analysis ? I breakdowned by my URL prop to see which URL is launching these. Any further info or analysis I could do ?

Thanks again Adobe Community !

Mario

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by EricMatisoff

Hi there Mario / marion33678522​,

When the value of "link clicked" is populated in the custom link report, this means that a value for the friendly name of the Custom Link was not sent. Unfortunately doesn't give you much more information, but when you look at the tag in your debugger, check out the pev2 value.

Hope that helps a little!

Eric

6 replies

EricMatisoff
Adobe Employee
EricMatisoffAdobe EmployeeAccepted solution
Adobe Employee
June 13, 2017

Hi there Mario / marion33678522​,

When the value of "link clicked" is populated in the custom link report, this means that a value for the friendly name of the Custom Link was not sent. Unfortunately doesn't give you much more information, but when you look at the tag in your debugger, check out the pev2 value.

Hope that helps a little!

Eric

marion33678522
Level 5
June 13, 2017

Hello Eric / ericmatisoff

And what's the pev2 value ?

Custom links are related to the Event Based rules right ?

Thaks again!

Adobe Employee
June 13, 2017

Hey Mario,

Custom link reports are generally used to perform a comparative analysis on different links on a page. For example, on Sports page of a website, they are multiple links related to Cricket that takes a user to espncricinfo.com, say one is a simple link, other is embedded in an image. You could analyze the numbers against those links to see which is performing better.

Further, to analyze, the page URL breakdown would give the URLs. Additionally, you could analyze the parameter "pev2" (it specifies the link name) in the server call (using debugger). Or, if you pass that in an eVar or prop, you could break the custom links by those as well.

Hope it helps!

EricMatisoff
Adobe Employee
Adobe Employee
June 13, 2017

Correct - in DTM either an Event Based Rule or a Direct Call Rule.

Keep an eye out in those rules where Link Name is not set:

marion33678522
Level 5
June 14, 2017

Hello Eric !

Follow-up question - in my reports, all of my custom links can't be breakdowned with my pages (that's why I the URL prop to get where are they comming from) .
I was wondering , is this consequence of checking s.tl() ?

And another question - someone once told me that checking the s.tl() bullet also meant that no hit was send to the servers - but I guess he was totally wrong ?


Thanks again for all your help Eric !

Mario

Adobe Employee
June 14, 2017

Mario,

In case of custom link calls (s.tl() calls in general), the page related parameters aren't captured. This is why you are unable to breakdown custom link report with pages. And it is an easy workaround to capture URL in a prop and break it down with that prop, as you are doing.

Further, you're correct, in case of s.tl() calls, hit is definitely being sent to the Analytics server, it is just that the page related parameters (such as pagename) are discarded.

Best!