Skip to main content

Analytics Events

Send instrumented event data into Fullstory

Domain-specific events captured by Fullstory add additional intelligence when you're searching across sessions and creating new user segments. You can define and capture these events with Fullstory custom events.

Parameters
  • name String required

    A String containing the name of the event. Event names can be no longer than 250 characters.

  • properties Map<String, ?> optional

    A map containing additional information about the event that will be indexed by Fullstory. The maximum size is 512Kb.

Limits

  • Sustained calls are limited to 60 calls per minute, with a burst limit of 40 calls per second.
  • Arrays of objects will not be indexed (arrays of strings and numbers will be indexed).

Additional Information