{
  "anonymous_id": "569a0e86-0484-4a84-afa8-cc55b76fe5c4",
  "locale": "en-US",
  "message_id": "07cf5c9f-fbb0-4877-bfad-e158d86978ee",
  "name": "Product Details Page",
  "path": "/products/123",
  "properties": {
    "any": "value",
    "you": "can have"
  },
  "referrer": "https://google.com",
  "search": "?q=search+term",
  "timestamp": "2024-03-20T15:30:00Z",
  "title": "Product Details",
  "url": "https://example.com/products/123",
  "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)",
  "user_id": "97980cfea0067"
}
{
  "anonymous_id": "Anonymous identifier for the user",
  "locale": "Locale of the page view",
  "message_id": "Unique identifier for this message",
  "name": "Name of the page",
  "path": "Path portion of the URL",
  "properties": "Page event properties, free-form dictionary of properties of the event.",
  "referrer": "URL of the previous page",
  "search": "Query string portion of the URL",
  "timestamp": "When this page view occurred",
  "title": "Page title",
  "url": "Full URL of the page",
  "user_agent": "User agent string from the client",
  "user_id": "Identifier for the page view (sourced from anonymousId)"
}

Events

Triggering Webhook Types

The following event types are associated with the Page event payload from Segment.

  • Segment Page
{
  "anonymous_id": "569a0e86-0484-4a84-afa8-cc55b76fe5c4",
  "locale": "en-US",
  "message_id": "07cf5c9f-fbb0-4877-bfad-e158d86978ee",
  "name": "Product Details Page",
  "path": "/products/123",
  "properties": {
    "any": "value",
    "you": "can have"
  },
  "referrer": "https://google.com",
  "search": "?q=search+term",
  "timestamp": "2024-03-20T15:30:00Z",
  "title": "Product Details",
  "url": "https://example.com/products/123",
  "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)",
  "user_id": "97980cfea0067"
}
{
  "anonymous_id": "Anonymous identifier for the user",
  "locale": "Locale of the page view",
  "message_id": "Unique identifier for this message",
  "name": "Name of the page",
  "path": "Path portion of the URL",
  "properties": "Page event properties, free-form dictionary of properties of the event.",
  "referrer": "URL of the previous page",
  "search": "Query string portion of the URL",
  "timestamp": "When this page view occurred",
  "title": "Page title",
  "url": "Full URL of the page",
  "user_agent": "User agent string from the client",
  "user_id": "Identifier for the page view (sourced from anonymousId)"
}

Payload Field Details

Page
Event Payload