Skip to content

Latest commit

 

History

History
112 lines (81 loc) · 3.66 KB

File metadata and controls

112 lines (81 loc) · 3.66 KB

Change Campaign Stream Schema

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

Change Campaign Stream Example

{}

Change Campaign Stream Properties

Property Type Required Defined by
xdm:leadOperation object Optional Change Campaign Stream (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:changeCampaignStream object Optional

xdm:changeCampaignStream

Change Campaign Stream

undefined

xdm:changeCampaignStream

  • is optional
  • type: object
xdm:changeCampaignStream Type

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