← Back to Module 08

Module 08: Configuration API Test

Instructions:
  1. Set your desired configuration below, then click Initialize Collector
  2. Use the buttons to call track(), set(), and identify()
  3. Watch the beacon log to see every payload the collector sends
  4. Enable Debug Mode to log to console instead of sending to the network
  5. Open DevTools Console for additional log output

Status: Not initialized

1. Initialize

Configure the collector and call collector.init(options):

2. API Actions

track(eventName, data)

set(key, value)

identify(userId)

3. Current State

Configuration

Not initialized yet

Global Properties

{}

4. Beacon Log (0)

Every beacon the collector sends (or would send in debug mode) appears here:

No beacons sent yet. Initialize the collector and interact with the API.