-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
364 changed files
with
9,066 additions
and
3,628 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,12 +58,6 @@ | |
], | ||
"meta:status": "stable", | ||
"examples": [ | ||
{ | ||
"xdm:topicID": "40ac9bf9-721d-44ac-8cf3-fb04c089f3bf", | ||
"xdm:type": "Campaign/SubscriptionList", | ||
"xdm:subscriptionDate": "2017-09-26T15:52:25+00:00", | ||
"xdm:emailAddress": "[email protected]" | ||
}, | ||
{ | ||
"xdm:topicID": "50ac9bf9-721d-44ac-8cf3-fb04c089f3bf", | ||
"xdm:type": "Campaign/SubscriptionList", | ||
|
@@ -74,6 +68,12 @@ | |
"xdm:remarkID": "40ac9bf9-721d-44ac-8cf3-fb04c089f3be", | ||
"xdm:remarkText": "Sorry, leave me alone. These are my personal comments" | ||
} | ||
}, | ||
{ | ||
"xdm:topicID": "40ac9bf9-721d-44ac-8cf3-fb04c089f3bf", | ||
"xdm:type": "Campaign/SubscriptionList", | ||
"xdm:subscriptionDate": "2017-09-26T15:52:25+00:00", | ||
"xdm:emailAddress": "[email protected]" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,15 +20,6 @@ Adobe Campaign notification subscriptions allow end-users opt into topics that c | |
|
||
## Notification Subscription Examples | ||
|
||
```json | ||
{ | ||
"xdm:topicID": "40ac9bf9-721d-44ac-8cf3-fb04c089f3bf", | ||
"xdm:type": "Campaign/SubscriptionList", | ||
"xdm:subscriptionDate": "2017-09-26T15:52:25+00:00", | ||
"xdm:emailAddress": "[email protected]" | ||
} | ||
``` | ||
|
||
```json | ||
{ | ||
"xdm:topicID": "50ac9bf9-721d-44ac-8cf3-fb04c089f3bf", | ||
|
@@ -43,6 +34,15 @@ Adobe Campaign notification subscriptions allow end-users opt into topics that c | |
} | ||
``` | ||
|
||
```json | ||
{ | ||
"xdm:topicID": "40ac9bf9-721d-44ac-8cf3-fb04c089f3bf", | ||
"xdm:type": "Campaign/SubscriptionList", | ||
"xdm:subscriptionDate": "2017-09-26T15:52:25+00:00", | ||
"xdm:emailAddress": "[email protected]" | ||
} | ||
``` | ||
|
||
|
||
# Notification Subscription Properties | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.