ignore_past_events - Initialization - Events API

Events API Initialization

ignore_past_events

Controls whether to ignore events that happened before initialization.

You would want to use this to only process events starting from the initialization of the eventsApp.

Examples

var initializationOptions = {
    "ignore_past_events": true
};

Values

Attribute path ignore_past_events

Default false

Type object

Possible values

  • true - ignore events fired before the eventsApp has initialized.
  • false - include all events fired before the eventsApp has initialized.
Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.