Packagecom.distriqt.extension.facebookapi.appevents
Classpublic class AnalyticsFlushMode
InheritanceAnalyticsFlushMode Inheritance Object

The Analytics interface allows the developer to log various types of events back to Facebook. This client-side event logging is then available through Facebook App Insights and for use with Facebook Ads conversion tracking and optimization.

Logging predefined and application-defined events to Facebook App Insights with a numeric value to sum across a large number of events, and an optional set of key/value parameters that define "segments" for this event (e.g., 'purchaserStatus' : 'frequent', or 'gamerLevel' : 'intermediate'). These events may also be used for ads conversion tracking, optimization, and other ads related targeting in the future.

Some things to note when logging events:



Public Methods
 MethodDefined By
  
Constructor
AnalyticsFlushMode
Public Constants
 ConstantDefined By
  MODE_AUTO : String = auto
[static]
AnalyticsFlushMode
  MODE_EXPLICIT : String = explicit
[static]
AnalyticsFlushMode
Constructor Detail
AnalyticsFlushMode()Constructor
public function AnalyticsFlushMode()

Constructor

Constant Detail
MODE_AUTOConstant
public static const MODE_AUTO:String = auto

MODE_EXPLICITConstant 
public static const MODE_EXPLICIT:String = explicit