Interface InterstitialCustomAttributesMappingRegistry

Registry to map custom attributes from interstitial tracking data

interface InterstitialCustomAttributesMappingRegistry {
    clickThroughUrl: string;
    get tracking(): InterstitialMappingRegistry;
}

Accessors

  • get clickThroughUrl(): string
  • Get the click through URL for the interstitial

    Returns string

  • set clickThroughUrl(url): void
  • Set the click through URL for the interstitial

    Parameters

    • url: string

    Returns void