| Package | com.distriqt.extension.facebookapi.appevents |
| Class | public class AnalyticsFlushMode |
| Inheritance | AnalyticsFlushMode 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:
| Method | Defined By | ||
|---|---|---|---|
Constructor
| AnalyticsFlushMode | ||
| Constant | Defined By | ||
|---|---|---|---|
| MODE_AUTO : String = auto [static]
| AnalyticsFlushMode | ||
| MODE_EXPLICIT : String = explicit [static]
| AnalyticsFlushMode | ||