The function named dcsMultiTrack
is used to capture events that occur after a page is loaded.
These include client-side mouse events (e.g. onclick, onmouseover), form events (e.g. onfocus, onblur), and interaction with embedded objects (e.g. Flash).
This function serves as an entrypoint for callbacks from client-side events.
The function takes paired values as arguments:
dcsMultiTrack('name1','value1','name2','value2',...)
All arguments are JavaScript strings which must be enclosed in quotes.
The first part of the pair is the parameter name which must be of the form:
object.name
where,
object
- The name of one of three pre-defined custom objects: WT, DCS, DCSext.
name
- The property name of the custom object (for WT and DCS these are reserved names).
The second part of the pair is the parameter value.
All JavaScript variable assignments from the initial page load remain intact.
Unless overridden, these variables are retained and used during each call to dcsMultiTrack
.
To clear out a variable assignment, assign the empty string ("") as a value at the beginning or end of dcsMultiTrack.
Note:
If you have already implemented dcsMultiTrack for tracking anchor links or for any other type of web site tracking, please consult with Webtrends Support or Services before you use this Tag Builder function.