Ionic User Behaviour

Track Custom Events

await this.reteno.logEvent({
  eventName: 'EVENT_NAME',
  date: new Date().toISOString(),
  parameters: [{ name: 'Additional parameter', value: 'Additional value' }],
});

Force Push Cached Data

await this.reteno.forcePushData();

On iOS this uses a technical logEvent(..., forcePush: true) call under the hood.

Log Screen View Events

await this.reteno.logScreenView('HomeScreen');

Lifecycle Tracking Options

See configuration and examples in: