Interface TAnalyticsUpdateState

Options for updating the current state of analytics.

interface TAnalyticsUpdateState {
    accessToken?: string;
    baseUri?: string;
    externalId?: string;
    logEvents?: boolean;
    sendEvents?: boolean;
}

Properties

accessToken?: string

The access token for authentication.

baseUri?: string

The base URI for the analytics endpoint.

externalId?: string

The externalId parameter attaches a custom tracking identifier to every analytics event sent during the session. This is useful for correlating Mappedin analytics data with an external system — for example, linking a map session back to a specific marketing campaign, CRM record, or third-party tracking platform.

logEvents?: boolean

Flag to enable logging of events.

sendEvents?: boolean

Flag to enable sending of events.