Skip to content

Latest commit

 

History

History
85 lines (53 loc) · 2.22 KB

experienceevent-watchlist-steps.schema.md

File metadata and controls

85 lines (53 loc) · 2.22 KB

Watchlist Steps Schema

https://ns.adobe.com/xdm/mixins/experienceevent-watchlist-steps

Steps involved in adding stocks, bonds, ETFs, etc to a watchlist such as start, stop, name/symbol.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Deprecated No Forbidden Permitted fieldgroups/deprecated/experienceevent-watchlist-steps.schema.json

Watchlist Steps Example

{
  "xdm:personalFinances": {
    "xdm:watchlistSteps": {
      "xdm:tool-usage": {
        "xdm:toolUsageCancelled": 1,
        "xdm:toolUsageComplete": 1,
        "xdm:toolUsageFailure": 1,
        "xdm:toolUsageID": "T421",
        "xdm:toolUsageName": "calculator",
        "xdm:toolUsageSaved": 1,
        "xdm:toolUsageStart": 1,
        "xdm:toolUsageStep": 1,
        "xdm:toolUsageStepName": "enter parameters",
        "xdm:toolUsageSubmitted": 1,
        "xdm:toolUsageType": "generic"
      }
    }
  }
}

Watchlist Steps Properties

Property Type Required Defined by
xdm:personalFinances object Optional Watchlist Steps (this schema)
* any Additional this schema allows additional properties

xdm:personalFinances

xdm:personalFinances

  • is optional
  • type: object
  • defined in this schema

xdm:personalFinances Type

object with following properties:

Property Type Required
xdm:watchlistSteps Optional

xdm:watchlistSteps

Watchlist Steps

Extension of toolUsage data type.

xdm:watchlistSteps

  • is optional
  • type: reference
xdm:watchlistSteps Type
  • https://ns.adobe.com/xdm/datatypes/tool-usage