Bolt · Schema

page-viewed-event-data

CheckoutPaymentseCommerceOne-Click CheckoutShopper NetworkFraud Protection

Properties

Name Type Description
url string url of viewed page
user_agent string device information
View JSON Schema on GitHub

JSON Schema

page-viewed-event-data.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.bolt.com/schemas/page-viewed-event-data",
  "title": "page-viewed-event-data",
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "url of viewed page",
      "example": "https://demo.staging-bolt.com/cart"
    },
    "user_agent": {
      "type": "string",
      "description": "device information",
      "example": "User-Agent: Mozilla/5.0 (<system-information>) <platform> (<platform-details>) <extensions>"
    }
  }
}