https://ns.adobe.com/xdm/mixins/experienceevent-file-upload-details
File upload details such as file name, size, and transfer status.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | fieldgroups/experience-event/experienceevent-file-upload-details.schema.json |
{
"xdm:fileTransfer": {
"xdm:fileUpload": {
"xdm:file-transfer": {
"xdm:fileName": "4",
"xdm:fileSize": "1024",
"xdm:fileTransferComplete": 1,
"xdm:fileTransferStart": 1,
"xdm:fileTransferError": "1",
"xdm:fileTransferType": "catalog download",
"xdm:fileType": "PDF",
"xdm:fileURL": "https://adobe.com/catalog.pdf"
}
}
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:fileTransfer | object |
Optional | File Upload Details (this schema) |
* |
any | Additional | this schema allows additional properties |
Information for file download or file upload activities.
xdm:fileTransfer
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:fileUpload |
Optional |
Tracks all details of a file upload. Extension of file transfer data type.
xdm:fileUpload
- is optional
- type: reference