Custom Analytics
airim('subscribe', function(event){
myCustomAnalytics('airim', event.event_name, event.event_value);
})
function myCustomAnalytics(source,event_name,event_value){
customAnalytics.send(source,event_name,event_value);
}Sample Event
{
event_cat_id: 108, // FAQ category id
event_message: "Clicked on Question: What is life?",
event_name: "faq_click", // name of the event
event_obj: "FAQ",
event_obj_id: 66,// FAQ id
event_type: "click" ,
event_value: "What is life?"
}List of event names
Last updated
Was this helpful?