Log In

This sample code shows how to track a generic, custom event within the app.

// Track custom events

MOCAEvent.track("verb",forItem:"item",belongingTo:"category", ...)
# Track custom events

[MOCAEvent track:@”verb" forItem:@”item" belongingTo:@”category” . . . ];