https://ns.adobe.com/xdm/mixins/events/change-campaign-stream
Use to change the stream of the specific campaign.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Stable | No | Forbidden | Permitted | fieldgroups/experience-event/events/change-campaign-stream.schema.json |
{}| Property | Type | Required | Defined by |
|---|---|---|---|
| xdm:leadOperation | object |
Optional | Change Campaign Stream (this schema) |
* |
any | Additional | this schema allows additional properties |
xdm:leadOperation
- is optional
- type:
object - defined in this schema
object with following properties:
| Property | Type | Required |
|---|---|---|
xdm:changeCampaignStream |
object | Optional |
undefined
xdm:changeCampaignStream
- is optional
- type:
object
Unknown type object.
{
"title": "Change Campaign Stream",
"type": "object",
"properties": {
"xdm:campaignKey": {
"title": "Campaign Key",
"description": "Unique composite identifier of the campaign.",
"$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source",
"meta:titleId": "change-campaign-stream##xdm:campaignKey##title##32161",
"meta:descriptionId": "change-campaign-stream##xdm:campaignKey##description##74621"
},
"xdm:newStreamKey": {
"title": "New Stream Key",
"description": "Unique composite identifier of the new stream.",
"$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source",
"meta:titleId": "change-campaign-stream##xdm:newStreamKey##title##68821",
"meta:descriptionId": "change-campaign-stream##xdm:newStreamKey##description##21981"
},
"xdm:newStreamName": {
"title": "New Stream Name",
"type": "string",
"description": "Name of the new stream.",
"meta:titleId": "change-campaign-stream##xdm:newStreamName##title##51741",
"meta:descriptionId": "change-campaign-stream##xdm:newStreamName##description##74511"
},
"xdm:previousStreamKey": {
"title": "Previous Stream Key",
"description": "Unique composite identifier of the previous stream.",
"$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source",
"meta:titleId": "change-campaign-stream##xdm:previousStreamKey##title##40241",
"meta:descriptionId": "change-campaign-stream##xdm:previousStreamKey##description##96791"
},
"xdm:previousStreamName": {
"title": "Previous Stream Name",
"type": "string",
"description": "Name of the previous stream.",
"meta:titleId": "change-campaign-stream##xdm:previousStreamName##title##90581",
"meta:descriptionId": "change-campaign-stream##xdm:previousStreamName##description##54991"
}
},
"meta:titleId": "change-campaign-stream##xdm:changeCampaignStream##title##98251",
"simpletype": "`object`"
}