https://ns.adobe.com/experience/customerJourneyManagement/landingpage
Details about landing page and data input by user in it
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | adobe/experience/customerJourneyManagement/landingpage.schema.json |
- Adobe ExperienceEvent - Landing Page details
https://ns.adobe.com/experience/customerJourneyManagement/landingpage- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Extensibility base schema
{
"https://ns.adobe.com/experience/customerJourneyManagement/landingpage/id": "ca6e39a6-221e-4d18-9631-b6f3d70a85a5",
"https://ns.adobe.com/experience/customerJourneyManagement/landingpage/name": "October Newsletter",
"https://ns.adobe.com/experience/customerJourneyManagement/landingpage/messageChannel": "email",
"https://ns.adobe.com/experience/customerJourneyManagement/landingpage/inputDetails": {
"firstName": "John",
"lastName": "Doe",
"city": "New York City"
},
"https://ns.adobe.com/experience/customerJourneyManagement/landingpage/additionalContext": {
"offer-campaign": "Christmas-offers",
"productCategory": "electronics"
},
"https://ns.adobe.com/experience/customerJourneyManagement/landingpage/subscriptions": [
{
"id": "iPhone13-offers",
"type": "email",
"subscriberAddress": "johndoe@gmail.com",
"subscriptionChoice": "yes"
},
{
"id": "Xbox-offers",
"type": "email",
"subscriberAddress": "johndoe@gmail.com",
"subscriptionChoice": "no"
}
]
}| Property | Type | Required | Defined by |
|---|---|---|---|
| https://ns.adobe.com/experience/customerJourneyManagement/landingpage/additionalContext | object |
Optional | Adobe ExperienceEvent - Landing Page details (this schema) |
| https://ns.adobe.com/experience/customerJourneyManagement/landingpage/id | string |
Optional | Adobe ExperienceEvent - Landing Page details (this schema) |
| https://ns.adobe.com/experience/customerJourneyManagement/landingpage/inputDetails | object |
Optional | Adobe ExperienceEvent - Landing Page details (this schema) |
| https://ns.adobe.com/experience/customerJourneyManagement/landingpage/messageChannel | string |
Optional | Adobe ExperienceEvent - Landing Page details (this schema) |
| https://ns.adobe.com/experience/customerJourneyManagement/landingpage/name | string |
Optional | Adobe ExperienceEvent - Landing Page details (this schema) |
| https://ns.adobe.com/experience/customerJourneyManagement/landingpage/subscriptions | object[] |
Optional | Adobe ExperienceEvent - Landing Page details (this schema) |
* |
any | Additional | this schema allows additional properties |
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/additionalContext
- is optional
- type:
object - defined in this schema
object with following properties:
| Property | Type | Required |
|---|
Unique Identifier for Landing Page.
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/id
- is optional
- type:
string - defined in this schema
string
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/inputDetails
- is optional
- type:
object - defined in this schema
object with following properties:
| Property | Type | Required |
|---|
Channel at which link of this landing page was sent
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/messageChannel
- is optional
- type:
string - defined in this schema
string
Name of Landing Page.
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/name
- is optional
- type:
string - defined in this schema
string
Subscription details entered by the user
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/subscriptions
-
is optional
-
type:
object[] -
defined in this schema
Array type: object[]
All items must be of the type:
object with following properties:
| Property | Type | Required |
|---|---|---|
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/subscriptions/id |
string | Optional |
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/subscriptions/subscriberAddress |
string | Optional |
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/subscriptions/subscriptionChoice |
string | Optional |
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/subscriptions/type |
string | Optional |
Unique Identifier for Subscription
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/subscriptions/id
- is optional
- type:
string
string
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/subscriptions/subscriberAddress
Contact address of the subscriber
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/subscriptions/subscriberAddress
- is optional
- type:
string
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/subscriptions/subscriberAddress Type
string
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/subscriptions/subscriptionChoice
Subscription Choice for the Subscription List.
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/subscriptions/subscriptionChoice
- is optional
- type:
enum
The value of this property must be equal to one of the known values below.
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/subscriptions/subscriptionChoice Known Values
| Value | Description |
|---|---|
yes |
Subscribed to Subscription List |
no |
Unsubscribed to Subscription List |
pending |
Subscription Pending |
unknown |
Subscription Unknown |
The type of subscription
https://ns.adobe.com/experience/customerJourneyManagement/landingpage/subscriptions/type
- is optional
- type:
string
string