create Event
Registers an event of the specified type with the given properties.
For a "PAGEVIEW" event a screenName can be passed in the properties, so interactions can be restricted on the where tab in BlueConic.
For a "VIEW", "CLICK" or "CONVERSION" event an interactionId should be passed in the properties to register the event for.
Parameters
The event type. e.g {"PAGEVIEW", "VIEW", "CLICK", "CONVERSION"}.
A map with properties for the event.
Registers an event of the specified type with the given properties. For a "PAGEVIEW" event a screenName can be passed, so interactions can be restricted on the Where tab in BlueConic.
For a "PAGEVIEW" event a screenName can be passed in the properties, so interactions can be restricted on the Where tab in BlueConic.
For a "VIEW", "CLICK" or "CONVERSION" event an interactionId should be passed in the properties to register the event for.
Parameters
The event type. e.g {"PAGEVIEW", "VIEW", "CLICK", "CONVERSION"}.
A map with properties for the event.
The callback.
Registers an event of the specified type with the given properties.
For a "PAGEVIEW" event a screenName can be passed in the properties, so interactions can be restricted on the Where tab in BlueConic.
For a "VIEW", "CLICK" or "CONVERSION" event an interactionId should be passed in the properties to register the event for.
Parameters
The event type. e.g {"PAGEVIEW", "VIEW", "CLICK", "CONVERSION"}.
A map with properties for the event, only accepting string to string map
The current activity.
The Callback
Registers an event of the specified type with the given properties.
For a "PAGEVIEW" event a screenName can be passed in the properties, so interactions can be restricted on the Where tab in BlueConic.
For a "VIEW", "CLICK" or "CONVERSION" event an interactionId should be passed in the properties to register the event for.
Parameters
The event type. e.g {"PAGEVIEW", "VIEW", "CLICK", "CONVERSION"}.
A map with properties for the event, only accepting string to string map
The current activity.