Interface MoatConfiguration

Describes configuration of the Moat integration.

Remarks


- Available since v2.27.0.

interface MoatConfiguration {
    integration: "moat";
    partnerCode: string;
}

Hierarchy (view full)

Properties

integration: "moat"

The identifier of the analytics integration.

partnerCode: string

The Moat partner code.

Generated using TypeDoc