Attribuly API Docs
  • Introduction
  • Authentication
  • Endpoint
    • Google Looker Studio
  • API Reference
    • Event summary
    • Order: first and last touchpoint
    • Order: total conversion journey
    • The number of visitors who visited the landing page and then completed the event.
  • Common data structures
    • Customer
    • Order
    • Product
    • Event
      • Page viewed
      • Cart viewed
      • Product viewed
      • Collection viewed
      • Search submitted
      • Product added to cart
      • Product removed to cart
      • Lead form
      • Checkout started
      • Checkout address info submitted
      • Checkout contact info submitted
      • Checkout shipping info submitted
      • Payment info submitted
      • Checkout completed
Powered by GitBook
On this page

Was this helpful?

  1. Common data structures
  2. Event

Page viewed

{
  "clientId": "Required, string type, represents the unique identifier of the client",
  "clientIp": "Required, string type, represents the IP address of the client",
  "context": "Required, please refer to the context definition in the basic structure",
  "data": {},
  "id": "Required, string type, represents the unique identifier of the event or record",
  "name": "Required, string type, represents the event name: page_viewed",
  "seq": "Required, numeric type, represents the sequence number",
  "timestamp": "Required, string type, represents the timestamp (ISO 8601 format)",
  "type": "Required, string type, represents the form type"
}
{
  "clientId": "ffac04fa-8ad8-48fd-8a3a-59ad06a7518a",
  "clientIp": "5.34.216.118",
  "context": context,
  "data": {},
  "id": "sh-65852b96-81E6-4B0B-6787-23F510096176",
  "name": "page_viewed",
  "seq": 1,
  "timestamp": "2025-04-24T01:59:07.052Z",
  "type": "standard"
}
PreviousEventNextCart viewed

Last updated 7 days ago

Was this helpful?