Skip to main content

trackEvent

Record a product-analytics event for the current user. Fire-and-forget: the event is published to the analytics pub/sub topic and processed downstream; a false success means the topic is not configured.

trackEvent(
input: TrackEventInput!
): TrackEventPayload

Arguments

trackEvent.input ● TrackEventInput! non-null input

The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.

Type

TrackEventPayload object