• This is a more specific version of trackEvent, used to track an Experience Event. An Experience Event is something that happens in the App: clicking a button, starting a video, ...

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

    Example

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

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

    await Showpad.trackExperienceEvent(event)

    Parameters

    Returns void

Generated using TypeDoc