1. Push Identity events to Webhook
Attribuly Developers
  • Public API
    • API Authentication Guide
    • Attribution
      • All
        • Get attribution report
        • Get total numbers
        • Querying orders by a campaign
      • Ads
        • Channel/Campaign/Ad-set/Ad level ads attribution
        • list all customer level details
        • Customer level report for a specific campaign
      • Product analytics
        • List product analytics
        • List total data for product analysis
        • Attribution report for a single product
        • Total attribution report for a single product
      • Web Analytics
        • Web Analytics
        • Get total numbers
    • Tracking links
      • Influencer
      • Link Builder
    • Store
      • Customer journey of an order
      • Order First & Last Touchpoint of an order
      • Event summary of a landing page
    • Setting
      • Attribution models
      • Conversion Goals
    • Connections
      • List Source
      • List Destination
  • Push data to Attribuly
    • Quick Start
    • Events
      • Page viewed
      • Cart viewed
      • Product viewed
      • Collection viewed
      • Search submitted
      • Product added to cart
      • Product removed to cart
      • Lead form
      • Checkout started
      • Payment info submitted
      • Checkout completed
      • Checkout address info submitted
      • Checkout contact info submitted
      • Checkout shipping info submitted
      • Basic
        • Checkout
        • Context
        • Document
        • MailAddress
        • Navigator
        • Window
    • Store
      • Order
      • Customers
      • Products
  • Attribuly MCP Server
    • MCP Configure
  • Schemas
    • Push Identity events to Webhook
      • Active On site - Attribuly SS
      • Viewed Product - Attribuly SS
      • Collection View - Attribuly SS
      • Added to Cart - Attribuly SS
      • Checkout Started - Attribuly SS
      • Subscribe - Attribuly SS
  1. Push Identity events to Webhook

Collection View - Attribuly SS

{
    "type": "string",
    "attributes": {
        "time": "string",
        "value": 0,
        "value_currency": "string",
        "unique_id": "string",
        "properties": {
            "CollectionName": "string",
            "URL": "string",
            "_ip": "string",
            "$extra": {
                "handle": "string",
                "standard": {
                    "Browser": "string",
                    "OS": "string"
                }
            }
        },
        "metric": {
            "data": {
                "type": "string",
                "attributes": {
                    "name": "string",
                    "service": "string"
                }
            }
        },
        "profile": {
            "data": {
                "type": "string",
                "attributes": {
                    "email": "string",
                    "phone_number": "string",
                    "first_name": "string",
                    "last_name": "string",
                    "location": {
                        "address1": "string",
                        "address2": "string",
                        "city": "string",
                        "country": "string",
                        "region": "string",
                        "zip": "string"
                    }
                }
            }
        }
    }
}
Built with