Skip to content

Latest commit

 

History

History
143 lines (76 loc) · 3.07 KB

product-list-removals.schema.md

File metadata and controls

143 lines (76 loc) · 3.07 KB

Product List Removals Schema

https://ns.adobe.com/xdm/data/metrics/product-list-removals

The commerce metric productListRemovals describes the number of times a product has been removed from a product list. The most common use case is the removal of a product from the shopping cart.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted data/product-list-removals.schema.json

Schema Hierarchy

  • Product List Removals https://ns.adobe.com/xdm/data/metrics/product-list-removals

Product List Removals Example

{
  "schema:name": "commerce metric: productListRemovals",
  "@id": "xdm:productListRemovals",
  "xdm:measurement": "count",
  "xdm:unit": null
}

Product List Removals Properties

Property Type Required Defined by
@id string Required Metric Definition
schema:name string Required Metric Definition
xdm:measurement string Required Metric Definition
xdm:unit complex Required Metric Definition
* any Additional this schema allows additional properties

@id

The unique identifier of this metric.

@id

@id Type

string

  • format: uri-reference – URI Reference (according to RFC3986)

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

schema:name Type

string

xdm:measurement

How to take measures of this metric.

xdm:measurement

xdm:measurement Type

string

xdm:measurement Examples

"distance"
"time"
"price"
"count"

xdm:unit

xdm:unit

xdm:unit Type

Any following options needs to be fulfilled.

Option 1

string

Option 2