https://ns.adobe.com/xdm/mixins/events/add-to-campaign
Use to add a person to 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/add-to-campaign.schema.json |
{}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:leadOperation | object |
Optional | Add To Campaign (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:addToCampaign |
object | Optional |
undefined
xdm:addToCampaign
- is optional
- type:
object
Unknown type object
.
{
"title": "Add To Campaign",
"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": "add-to-campaign##xdm:campaignKey##title##39421",
"meta:descriptionId": "add-to-campaign##xdm:campaignKey##description##67731"
},
"xdm:streamKey": {
"title": "Stream Key",
"description": "Unique composite identifier of the stream.",
"$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source",
"meta:titleId": "add-to-campaign##xdm:streamKey##title##73241",
"meta:descriptionId": "add-to-campaign##xdm:streamKey##description##39201"
},
"xdm:streamName": {
"title": "Stream Name",
"type": "string",
"description": "Name of the stream.",
"meta:titleId": "add-to-campaign##xdm:streamName##title##99131",
"meta:descriptionId": "add-to-campaign##xdm:streamName##description##27331"
}
},
"meta:titleId": "add-to-campaign##xdm:addToCampaign##title##26721",
"simpletype": "`object`"
}