static
Class MUI.ga
static
void
append_queued_variables
(
pTrackerObject
)
pTrackerObject
<object>
the tracker object.
void
static
void
attach_tracking_info
(
pObject
,
pTrackerObject
,
pEventCategory
,
pEventAction
,
pEventLabel
,
pEventValue
,
pNonInteraction
)
return MUI.ga.track_event_attached_to_object(this);
pObject
<object>
the object to attach the event data to.
pTrackerObject
<string|object>
the name of the tracker object variabl, or the actual tracker object.
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: MUI.ga.kvariable_scope_visitor, MUI.ga.kvariable_scope_session or MUI.ga.kvariable_scope_page
void
static
void
track_event
(
pTrackerObject
,
pEventCategory
,
pEventAction
,
pEventLabel
,
pEventValue
,
pNonInteraction
)
pTrackerObject
<string|object>
the name of the tracker object variabl, or the actual tracker object.
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
<object>
the object to use as the data source for the event call.
true