Interface PremiumSourceLink

A user opened an internal link of the type internalLinkTypePremiumFeatures. Subtype of PremiumSource.

interface PremiumSourceLink {
    @type: "premiumSourceLink";
    referrer: string;
}

Properties

Properties

@type: "premiumSourceLink"
referrer: string

The referrer from the link.