• This is a more specific version of trackEvent, used to track a Page View. A Page View is the transition of one page to another.

    This method helps the developer to pass data that will allow future reporting on Page Views. See ShowpadJS trackevent.

    Example

    import { Showpad } from '@showpad/experience-app-sdk'

    const event = {
    id: '<eventId>',
    sourceId: '<sourceId>',
    destinationId: '<destinationId>'
    }

    await Showpad.trackExperiencePageview(event)

    Parameters

    Returns void

Generated using TypeDoc