https://ns.adobe.com/xdm/context/activity-log
An XDM Activity in the form of a task or a business event.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | classes/activity-log.schema.json |
- XDM Business Activity Log
https://ns.adobe.com/xdm/context/activity-log- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible - Time-series Schema
https://ns.adobe.com/xdm/data/time-series - External Source System Audit Details Mixin
https://ns.adobe.com/xdm/common/external-source-system-audit-details
- Extensibility base schema
{
"xdm:activityID": "1",
"xdm:activityType": {
"xdm:ID": "6",
"xdm:type": "Event"
},
"@id": "https://data.adobe.io/experienceid-123456",
"xdm:timestamp": "2020-05-19T09:05:25+00:00",
"xdm:eventType": "",
"xdm:extSourceSystemAudit": {
"xdm:createdBy": "USER111",
"xdm:createdDate": "2018-01-19T15:52:25+00:00",
"xdm:lastUpdatedBy": "USER2222",
"xdm:lastUpdatedDate": "2018-01-19T15:52:25+00:00",
"xdm:lastActivityDate": "2018-01-19T15:52:25+00:00",
"xdm:lastReferencedDate": "2018-01-20T15:52:25+00:00",
"xdm:lastViewedDate": "2018-01-26T15:52:25+00:00"
}
}| Property | Type | Required | Defined by |
|---|---|---|---|
| @id | string |
Optional | Time-series Schema |
| xdm:activityID | string |
Optional | XDM Business Activity Log (this schema) |
| xdm:activityType | object |
Optional | XDM Business Activity Log (this schema) |
| xdm:eventType | string |
Optional | Time-series Schema |
| xdm:extSourceSystemAudit | External Source System Audit Attributes | Optional | External Source System Audit Details Mixin |
| xdm:timestamp | string |
Optional | Time-series Schema |
* |
any | Additional | this schema allows additional properties |
A unique identifier for the time-series event.
@id
- is optional
- type:
string - defined in Time-series Schema
string
- format:
uri-reference– URI Reference (according to RFC3986)
Activity log unique identifer
xdm:activityID
- is optional
- type:
string - defined in this schema
string
The tacking type of the activity in the form of a task or a business planned event
xdm:activityType
- is optional
- type:
object - defined in this schema
object with following properties:
| Property | Type | Required |
|---|---|---|
xdm:ID |
string | Required |
xdm:type |
string | Required |
The tacking type of the activity in the form of a task or a business planned event
xdm:ID
- is required
- type:
string
string
The tacking type of the activity in the form of a task or a business planned event
xdm:type
- is required
- type:
string
string
The primary event type for this time-series record.
xdm:eventType
- is optional
- type:
string - defined in Time-series Schema
string
| Value | Description |
|---|---|
advertising.completes |
Advertising Completes |
advertising.timePlayed |
Advertising Time Played |
advertising.federated |
Advertising Federated |
advertising.clicks |
Advertising Clicks |
advertising.conversions |
Advertising Conversions |
advertising.firstQuartiles |
Advertising First Quartiles |
advertising.impressions |
Advertising Impressions |
advertising.midpoints |
Advertising Midpoints |
advertising.starts |
Advertising Starts |
advertising.thirdQuartiles |
Advertising Third Quartiles |
web.webpagedetails.pageViews |
Web Webpagedetails Page Views |
web.webinteraction.linkClicks |
Web Webinteraction Link Clicks |
commerce.checkouts |
Commerce Checkouts |
commerce.productListAdds |
Commerce Product List Adds |
commerce.productListOpens |
Commerce Product List Opens |
commerce.productListRemovals |
Commerce Product List Removals |
commerce.productListReopens |
Commerce Product List Reopens |
commerce.productListViews |
Commerce Product List Views |
commerce.productViews |
Commerce Product Views |
commerce.purchases |
Commerce Purchases |
commerce.saveForLaters |
Commerce Save For Laters |
delivery.feedback |
Delivery Feedback |
message.feedback |
Message Feedback |
message.tracking |
Message Tracking |
pushTracking.applicationOpened |
Push Tracking Application Opened |
pushTracking.customAction |
Push Tracking Custom Action |
listOpearation.removeFromList |
List Operation Remove From List |
Audit attributes for external sources.
xdm:extSourceSystemAudit
- is optional
- type: External Source System Audit Attributes
- defined in External Source System Audit Details Mixin
- External Source System Audit Attributes –
https://ns.adobe.com/xdm/common/external-source-system-audit
The time when an event or observation occurred.
xdm:timestamp
- is optional
- type:
string - defined in Time-series Schema
string
- format:
date-time– date and time (according to RFC 3339, section 5.6)