Skip to content

Latest commit

 

History

History
107 lines (64 loc) · 2.3 KB

checkouts.schema.md

File metadata and controls

107 lines (64 loc) · 2.3 KB

checkouts Schema

https://ns.adobe.com/xdm/data/metrics/commerce/checkouts

Number of actions during a checkout process of a product list, there can be more than one checkout event if there are multiple steps in a checkout process. If there are multiple steps the event time information and referenced page or experience is used to identify the step individual events represent in order.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental Yes Forbidden Permitted data/checkouts.schema.json

checkouts Example

{
  "schema:name": "commerce metric: checkouts",
  "@id": "https://ns.adobe.com/xdm/data/metrics/commerce/checkouts",
  "xdm:measurement": "count",
  "xdm:unit": null
}

checkouts Properties

Property Type Required Defined by
@id const Required checkouts (this schema)
schema:name const Required checkouts (this schema)
xdm:measurement const Required checkouts (this schema)
xdm:unit const Required checkouts (this schema)
* any Additional this schema allows additional properties

@id

The unique identifier of this metric.

@id

  • is required
  • type: const
  • defined in this schema

The value of this property must be equal to:

"https://ns.adobe.com/xdm/data/metrics/commerce/checkouts"

schema:name

The human-readable name of the metric. The name can be used in user interfaces and does not have to be unique.

schema:name

  • is required
  • type: const
  • defined in this schema

The value of this property must be equal to:

"commerce metric: checkouts"

xdm:measurement

How to take measures of this metric.

xdm:measurement

  • is required
  • type: const
  • defined in this schema

The value of this property must be equal to:

"count"

xdm:unit

xdm:unit

  • is required
  • type: const
  • defined in this schema

The value of this property must be equal to:

null