SAS Data Surveyor for Clickstream Data 2.2
Page Tagging JavaScript Reference

Class GlobalFunctions

Object
   |
   +--GlobalFunctions

class GlobalFunctions

 
Method Summary
<static> <private>  Object st_addListener(obj,evtName,func,capture)
           Adds func as an event listener for the evtName specified to the object indicated.
<static> <private>  Object st_clct(e)
           st_clct Collects data from items on the page that have been instrumented for data collection.
<static> <private>  Object st_debugPrint()
          
<static> <private>  String st_getVisitorID(sC,sV)
           This function should not be overridden, as it returns the visitor ID by querying existing cookies for a prior visitor ID, or by creating a new one.
<static> void st_init()
           This method loads configuration settings for tagging as well as the SAS, site, and page-defined data elements.
<static> <private>  void st_instFrms(i)
           private
<static> <private>  void st_instLnks(i,d)
           private
<static> <private>  void st_onLoad(e)
           This function is called each time a page is loaded, or when the user uses the browser's navigation buttons (back/forward) to return to the page.
<static> <private>  void st_onUnload(e)
           This function is called each time a page is unloaded, or when the user uses the browser's navigation buttons (back/forward) to leave a page.
<static> void st_pageCfg()
           This function can be defined by the user within an individual page to change configuration values related to that specific page.
<static> void st_pageDats()
           This function can be defined by the user to change the set of data elements that will be collected for that specific page.
<static> <private>  Object st_redoAction()
           Repeats the original user action stored in the request object.
<static> boolean st_sar(<String> o)
           When tracking actions on an object in a page, this function determines if a stop-and-re-click should occur for the object in question.
<static> <private>  void st_sd(<String> k,<String> v,<integer> m)
           Sets an element's value, defining the element if it is not defined.
<static> void st_siteCfg()
           This function can be defined by the user to change configuration values related to a specific site.
<static> void st_siteDats()
           This function can be defined by the user to change the set of data elements that will be collected for a specific site.
<static> boolean st_trk(<object> o)
           This function defines the condition(s) under which the object o will be tracked, and is called to determine if the specified object should be instrumented for data collection.


Method Detail

st_addListener

<static>  <private> Object st_addListener(obj,evtName,func,capture)

st_clct

<static>  <private> Object st_clct(e)

st_debugPrint

<static>  <private> Object st_debugPrint()

st_getVisitorID

<static>  <private> String st_getVisitorID(sC,sV)

st_init

<static> void st_init()

st_instFrms

<static>  <private> void st_instFrms(i)

st_instLnks

<static>  <private> void st_instLnks(i,d)

st_onLoad

<static>  <private> void st_onLoad(e)

st_onUnload

<static>  <private> void st_onUnload(e)

st_pageCfg

<static> void st_pageCfg()

st_pageDats

<static> void st_pageDats()

st_redoAction

<static>  <private> Object st_redoAction()

st_sar

<static> boolean st_sar(<String> o)

st_sd

<static>  <private> void st_sd(<String> k,<String> v,<integer> m)

st_siteCfg

<static> void st_siteCfg()

st_siteDats

<static> void st_siteDats()

st_trk

<static> boolean st_trk(<object> o)

SAS Data Surveyor for Clickstream Data 2.2
Page Tagging JavaScript Reference

Copyright (c) 2009-2010 SAS Institute, Inc.
Documentation generated by JSDoc on Wed Oct 27 15:03:48 2010