Custom Link tracking with page level variables | Community
Skip to main content
Level 4
October 16, 2015
Solved

Custom Link tracking with page level variables

  • October 16, 2015
  • 3 replies
  • 2025 views

Hi,
Is there an easier way of sending all the SC variables populated on a page again using custom link tracking - I'm looking for an option other than including all those variables within linkTrackVars/linkTrackEvents and triggering the s.tl() function?

e.g. During a page load, I've values for 10 props, 15 eVars and 3 events.
For some reasons, I want to track all those variables again using custom link immediately after the page view (so that it will not be counted as a second page view).

What is the best way to track this?

Thanks

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

You can remove s.linkTrackVars variable altogether, which will send every variable in s.tl() calls. The linkTrackVars variable is defined and set to 'None' by default.

3 replies

Alexis_Cazes_
Level 10
October 16, 2015

Hi JiMa,

 

In the s_code.js file there should be the variables inkTrackVars/linkTrackEvents if you specify all the events and varaibles in this file that you want to send on each link tracking, they wil always be send with each link tracking.

 

Best regards.

 

Alexis Cazes

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

You can remove s.linkTrackVars variable altogether, which will send every variable in s.tl() calls. The linkTrackVars variable is defined and set to 'None' by default.

devinderbanga
Level 6
October 16, 2015

Hi

You can request to Client support to set up clickstream data feeds which will give hit by hit data.

Following information need to share (if task is assigned to CC):

rsid, date range, columns to include and FTP if possible.

 

refer to : http://microsite.omniture.com/t2/help/en_US/sc/clickstream/home.html

 

-- Devinder