Class ProductAnalyticsServerSideEventItem

A Product Analytics server-side event.

Hierarchy

  • ProductAnalyticsServerSideEventItem

Constructors

Properties

The account linked to your event.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The application in which you want to send your events.

Fields used for the event.

The session linked to your event.

The type of Product Analytics event. Must be server for server-side events.

The user linked to your event.

Generated using TypeDoc