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.
import { Showpad } from '@showpad/experience-app-sdk'const event = { id: '<eventId>', sourceId: '<sourceId>', destinationId: '<destinationId>'}await Showpad.trackExperiencePageview(event) Copy
import { Showpad } from '@showpad/experience-app-sdk'const event = { id: '<eventId>', sourceId: '<sourceId>', destinationId: '<destinationId>'}await Showpad.trackExperiencePageview(event)
Generated using TypeDoc
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