The page event records whenever a user views a page of your website.

Sample Payload

Here’s the payload of a typical call with most common fields removed:

{
    "type": "page",   
    "properties": {
        "name": "Faucets",
        "category": "Docs",
        "url": "https://formo.so/faucets?utm_source=chatgpt.com",
        "path": "/best-seller/1",
        "hash": "#submit"
        "title": "Free testnet faucets in web3"
    }
}