static
Class jMUI.ga
static
void
append_queued_variables
(
pTrackerObject
)
pTrackerObject
<object>
the tracker object. Should now alawys be "_gaq".
void
static
void
attach_tracking_info
(
pObject
,
pTrackerObject
,
pEventCategory
,
pEventAction
,
pEventLabel
,
pEventValue
,
pNonInteraction
)
return jMUI.ga.track_event_attached_to_object(this);
pObject
<jquery object>
the object to attach the event data to.
pTrackerObject
<string|object>
the name of the tracker object variable, or the actual tracker object. Should now alawys be "_gaq".
pEventCategory
<string>
the category for this event; can be an inflatable template.
pEventAction
<string>
the action for this event; can be an inflatable template.
pEventLabel
<string>
the label for this event; can be an inflatable template.
pEventValue
<number>
the value of this event.
pNonInteraction
<bool>
when false, event has an impact on bounce rate. When true, the event will not be used in bounce rate calculations. Default: "false"
void
static
void
queue_custom_variable
(
pSlot
,
pName
,
pValue
,
pScope
)
pSlot
<number>
the variable slot to use.
pName
<string>
the variable name.
pValue
<string>
the value set for the variable.
pScope
<number>
the variable's scope. One of: jMUI.ga.kvariable_scope_visitor, jMUI.ga.kvariable_scope_session or jMUI.ga.kvariable_scope_page (UA: unused)
void
static
void
queue_variable
(
pName
,
pValue
,
pSlot
,
pScope
,
pGAName
)
pName
<string>
the variable name.
pValue
<string>
the value set for the variable.
pSlot
<number>
the variable slot to use. (GA only)
pScope
<number>
the variable's scope. One of: jMUI.ga.kvariable_scope_visitor, jMUI.ga.kvariable_scope_session or jMUI.ga.kvariable_scope_page (GA only)
pGAName
<string>
the variable name to send to GA; if undefined or empty, will be set to pName.
void
static
void
track_event
(
pTrackerObject
,
pEventCategory
,
pEventAction
,
pEventLabel
,
pEventValue
,
pNonInteraction
)
pTrackerObject
<string|object>
the name of the tracker object variable, or the actual tracker object. Should now alawys be "_gaq".
pEventCategory
<string>
the category for this event; can be an inflatable template.
pEventAction
<string>
the action for this event; can be an inflatable template.
pEventLabel
<string>
the label for this event; can be an inflatable template.
pEventValue
<number>
the value of this event.
pNonInteraction
<bool>
when false, event has an impact on bounce rate. When true, the event will not be used in bounce rate calculations. Default: "false"
void
static
true
track_event_attached_to_object
(
pObject
)
pObject
<jquery object>
the object to use as the data source for the event call.
true