Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 2.1 KB

experienceevent-web.schema.md

File metadata and controls

67 lines (48 loc) · 2.1 KB

ExperienceEvent Web Details Schema

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

The web details for ExperienceEvents.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stabilizing No Forbidden Permitted context/experienceevent-web.schema.json

Schema Hierarchy

  • ExperienceEvent Web Details https://ns.adobe.com/xdm/context/experienceevent-web

ExperienceEvent 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"
    }
  }
}

ExperienceEvent Web Details Properties

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

xdm:web

Web

The information related to web page and link of the ExperienceEvent.

xdm:web

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

xdm:web Type