Expand my Community achievements bar.

SOLVED

Custom Link tracking with page level variables

Avatar

Level 4

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

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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.

View solution in original post

3 Replies

Avatar

Level 10

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

Avatar

Correct answer by
Employee Advisor

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.

Avatar

Level 5

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