This module tracks metrics data related to usage of Famo.us tools. This module exposes three interfaces:
-
getTracking: Returns true if the user has opted into tracking and false if they have opted out.
-
setTracking: Accepts an email address and a callback. The email will be hashed and included with tracking information. If you pass in false instead of an email or no email string, then tracking is disabled.
-
track: Accepts a string with the name of the event and any additional data to be tracked. Will return an error in the callback if user has not opted into tracking
Copyright (c) 2014 Famous Industries, Inc. MPL-2.0
Andrew de Andrade [email protected]