Getting name of custom Link call (pev2) | Community
Skip to main content
MJ_1963
Level 2
October 16, 2015
Solved

Getting name of custom Link call (pev2)

  • October 16, 2015
  • 1 reply
  • 4191 views

Is there a way to access the name of the current custom link (pev2) call at a page level from the s_code?

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 Gigazelle

Hi Michael,

That would be rather difficult to obtain, as the custom link name is initiated when the s.tl() function fires. Once it fires, generally that means they clicked on something and you're on your way to a different page.

If you're firing an s.tl() function without navigating away from the page, I suppose you could access the returned image request asset and search for the pev2 query string. That's how the DigitalPulse Debugger works; using similar logic wouldn't be a problem.

---
If this answer was helpful, mark it with a 'heart'. If it answered your question, mark it correct.

1 reply

Gigazelle
Adobe Employee
GigazelleAdobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

Hi Michael,

That would be rather difficult to obtain, as the custom link name is initiated when the s.tl() function fires. Once it fires, generally that means they clicked on something and you're on your way to a different page.

If you're firing an s.tl() function without navigating away from the page, I suppose you could access the returned image request asset and search for the pev2 query string. That's how the DigitalPulse Debugger works; using similar logic wouldn't be a problem.

---
If this answer was helpful, mark it with a 'heart'. If it answered your question, mark it correct.