Track information about the web pages users view in your application. This helps provide valuable context for analyzing user interactions. Parameters:
properties:object(optional) – Key-value pairs describing the page being viewed:pageName:string(optional) – Name of the page.url:string(optional) – Full URL of the page.title:string(optional) – Title of the page.category:string(optional) – Page category.- (Add other relevant parameters as needed.)
https://spl.zeotap.com/fp? call:
Page properties in payload
- Open your browser’s Developer Tools (
F12or right-click → Inspect). - Go to the Network tab.
- Trigger a page view in your application.
- Look for a network
POSTrequest sent tohttps://spl.zeotap.com/fp?. - Check for the request with
eventName: pageView. - Check the request payload — it should contain a
pagenode with the following fields:urlpathreferrer- Any custom values you passed (e.g.,
pageName,title,category).