Skip to content

Latest commit

 

History

History
98 lines (67 loc) · 2.76 KB

add-to-campaign.schema.md

File metadata and controls

98 lines (67 loc) · 2.76 KB

Add To Campaign Schema

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

Add To Campaign Example

{}

Add To Campaign Properties

Property Type Required Defined by
xdm:leadOperation object Optional Add To Campaign (this schema)
* any Additional this schema allows additional properties

xdm:leadOperation

Lead Operation

xdm:leadOperation

  • is optional
  • type: object
  • defined in this schema

xdm:leadOperation Type

object with following properties:

Property Type Required
xdm:addToCampaign object Optional

xdm:addToCampaign

Add To Campaign

undefined

xdm:addToCampaign

  • is optional
  • type: object
xdm:addToCampaign Type

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`"
}