Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 2.2 KB

experienceevent-web.schema.md

File metadata and controls

67 lines (48 loc) · 2.2 KB

Web Details Schema

https://ns.adobe.com/xdm/context/experienceevent-web

Use for information regarding web details events such as interaction, page details, and referrer.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stable No Forbidden Permitted fieldgroups/experience-event/experienceevent-web.schema.json

Schema Hierarchy

Web Details Example

{
  "xdm:web": {
    "xdm:webPageDetails": {
      "xdm:siteSection": "Shopping Cart",
      "xdm:server": "example.com",
      "xdm:name": "Purchase Confirmation",
      "xdm:URL": "https://www.example.com/orderConf",
      "xdm:errorPage": false,
      "xdm:homePage": false,
      "xdm:pageViews": {
        "xdm:value": 1
      }
    },
    "xdm:webReferrer": {
      "xdm:URL": "https://www.example.com/checkout",
      "xdm:referrerType": "internal"
    }
  }
}

Web Details Properties

Property Type Required Defined by
xdm:web Web information Optional Web Details (this schema)
* any Additional this schema allows additional properties

xdm:web

Web

Link clicks, web page details, referrer information, and browser details.

xdm:web

  • is optional
  • type: Web information
  • defined in this schema

xdm:web Type