https://ns.adobe.com/xdm/common/activity-type-reference-details
A form of a task or a business event which is alinged to a given activity type
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | datatypes/activity-type-reference-details.schema.json |
{
"xdm:name": "Send Email",
"xdm:description": "Send Marketo Email to a person",
"xdm:type": "task",
"xdm:area": "Email",
"xdm:category": "Marketing Mail",
"xdm:isDeleted": false,
"xdm:isActive": true
}| Property | Type | Required | Defined by |
|---|---|---|---|
| xdm:area | string |
Optional | XDM Activity (this schema) |
| xdm:category | string |
Optional | XDM Activity (this schema) |
| xdm:description | string |
Optional | XDM Activity (this schema) |
| xdm:isActive | boolean |
Optional | XDM Activity (this schema) |
| xdm:isDeleted | boolean |
Optional | XDM Activity (this schema) |
| xdm:name | string |
Optional | XDM Activity (this schema) |
| xdm:type | string |
Optional | XDM Activity (this schema) |
* |
any | Additional | this schema allows additional properties |
Optional alingned area of the activity type, such as 'Mail' if the name is 'click email' etc.
xdm:area
- is optional
- type:
string - defined in this schema
string
Category of the activity type. 'Marketing email', futher categorisation of activity area
xdm:category
- is optional
- type:
string - defined in this schema
string
Detailed description of the activity name.
xdm:description
- is optional
- type:
string - defined in this schema
string
A boolean flag to depict if the activity type can be used by the business system,or has been discontinued.
xdm:isActive
- is optional
- type:
boolean - defined in this schema
boolean
A boolean flag to depict if the corresponding activity type has been soft deleted
xdm:isDeleted
- is optional
- type:
boolean - defined in this schema
boolean
Name of the activity, such as 'open email','click email' etc.
xdm:name
- is optional
- type:
string - defined in this schema
string
Describing the nature of activity, in the form of a 'task' or a 'business event'.
xdm:type
- is optional
- type:
string - defined in this schema
string