Interface StreamOneConfiguration

Describes the configuration of the Stream One integration.

Remarks


- Available since v2.32.0.

interface StreamOneConfiguration {
    accountID: string;
    integration: "streamone";
    itemID: string;
    itemTitle: string;
}

Hierarchy (view full)

Properties

accountID: string

The identifier of the StreamOne account.

integration: "streamone"

The identifier of the analytics integration.

itemID: string

The identifier of the StreamOne content item.

itemTitle: string

The title of the StreamOne content item.

Generated using TypeDoc