1. Basic
Attribuly Developers
  • Public API
    • API Authentication Guide
    • Attribution
      • All
        • Get attribution report
        • Get total numbers
      • 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
      • Raw Events
      • 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
        JSON
      • Cart viewed
        JSON
      • Product viewed
        JSON
      • Collection viewed
        JSON
      • Search submitted
        JSON
      • Product added to cart
        JSON
      • Product removed to cart
        JSON
      • Lead form
        JSON
      • Checkout started
        JSON
      • Payment info submitted
        JSON
      • Checkout completed
        JSON
      • Checkout address info submitted
        JSON
      • Checkout contact info submitted
        JSON
      • Checkout shipping info submitted
        JSON
      • Basic
        • Checkout
          JSON
        • Context
          JSON
        • Document
          JSON
        • MailAddress
          JSON
        • Navigator
          JSON
        • Window
          JSON
    • Store
      • Order
      • Customers
      • Products
  • Attribuly MCP Server
    • MCP Configure
  1. Basic

Window

JSON
Schema
Example
 {
  "innerHeight": "Required, number type, represents the inner height of the window (in pixels)",
  "innerWidth": "Required, number type, represents the inner width of the window (in pixels)",
  "location": {
    "hash": "Optional, string type, represents the fragment identifier in the URL (content after #)",
    "host": "Required, string type, represents the hostname and port number of the URL",
    "hostname": "Required, string type, represents the hostname of the URL",
    "href": "Required, string type, represents the complete URL address",
    "origin": "Required, string type, represents the origin of the URL (protocol + host + port)",
    "pathname": "Required, string type, represents the path part of the URL",
    "port": "Optional, string type, represents the port number of the URL",
    "protocol": "Required, string type, represents the protocol part of the URL",
    "search": "Optional, string type, represents the query parameter part of the URL"
  },
  "origin": "Required, string type, represents the origin information of the page (protocol + host + port)",
  "outerHeight": "Required, number type, represents the height of the entire browser window (including toolbars, etc.)",
  "outerWidth": "Required, number type, represents the width of the entire browser window",
  "pageXOffset": "Required, number type, represents the horizontal scroll offset of the page",
  "pageYOffset": "Required, number type, represents the vertical scroll offset of the page",
  "screen": {
    "height": "Required, number type, represents the height of the screen (in pixels)",
    "width": "Required, number type, represents the width of the screen (in pixels)"
  },
  "screenX": "Required, number type, represents the horizontal position of the window relative to the left side of the screen",
  "screenY": "Required, number type, represents the vertical position of the window relative to the top of the screen",
  "scrollX": "Required, number type, represents the horizontal scroll offset of the page",
  "scrollY": "Required, number type, represents the vertical scroll offset of the page"
}
Modified at 2026-03-14 06:13:16
Previous
Navigator
Next
Order
Built with