Interface KlaviyoDeepLinkAPI

Klaviyo Deep Link API

interface KlaviyoDeepLinkAPI {
    handleUniversalTrackingLink(trackingLink): boolean;
}

Hierarchy (view full)

Methods

  • Resolves a Klaviyo tracking link to a Universal Link URL, then handles navigation to the resolved URL. The link must be a valid Klaviyo universal tracking link:

    • Uses HTTPS protocol
    • Path starts with '/u/'

    Parameters

    • trackingLink: null | string

      The tracking link to be handled

    Returns boolean

    • Whether the link was handled successfully