From 681348c6196d984384429a427476d9a02fe52f23 Mon Sep 17 00:00:00 2001 From: Chris Panella Date: Mon, 4 Apr 2022 15:57:50 -0600 Subject: [PATCH 1/3] B2B update for B2BAEP-2944 moving from ID to Key for experience events and added automation run ID for email events --- .../events/emailbounced.schema.json | 13 ++++++++++++- .../events/emailbouncedsoft.schema.json | 13 ++++++++++++- .../events/emailclicked.schema.json | 6 ++++++ .../events/emaildelivered.schema.json | 13 ++++++++++++- .../experience-event/events/emailopened.schema.json | 13 ++++++++++++- .../events/emailunsubscribed.schema.json | 13 ++++++++++++- .../events/formfilledout.schema.json | 8 +++++++- .../experience-event/events/linkclicks.schema.json | 8 +++++++- .../events/scorechanged.schema.json | 8 +++++++- .../events/visit-webpage.schema.json | 8 +++++++- 10 files changed, 94 insertions(+), 9 deletions(-) diff --git a/components/fieldgroups/experience-event/events/emailbounced.schema.json b/components/fieldgroups/experience-event/events/emailbounced.schema.json index 55ba620a07..d6ee633c99 100644 --- a/components/fieldgroups/experience-event/events/emailbounced.schema.json +++ b/components/fieldgroups/experience-event/events/emailbounced.schema.json @@ -26,12 +26,18 @@ "type": "object", "properties": { "xdm:mailingID": { - "title": "Mailing ID", + "title": "Mailing ID (deprecated)", "type": "string", "description": "Unique ID of the email asset.", + "meta:status": "deprecated", "meta:titleId": "emailbounced##xdm:mailingID##title##69611", "meta:descriptionId": "emailbounced##xdm:mailingID##description##27341" }, + "xdm:mailingKey": { + "title": "Mailing ID", + "description": "Unique key of the email asset.", + "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" + }, "xdm:mailingName": { "title": "Mailing Name", "type": "string", @@ -73,6 +79,11 @@ "description": "Friendly name of the test variant of the email asset .", "meta:titleId": "emailbounced##xdm:testVariantName##title##61761", "meta:descriptionId": "emailbounced##xdm:testVariantName##description##51881" + }, + "xdm:automationRunID": { + "title": "Automation Run ID", + "type": "string", + "description": "Automation Run ID" } }, "meta:titleId": "emailbounced##xdm:directMarketing##title##99321" diff --git a/components/fieldgroups/experience-event/events/emailbouncedsoft.schema.json b/components/fieldgroups/experience-event/events/emailbouncedsoft.schema.json index faf624eb78..c350379d9f 100644 --- a/components/fieldgroups/experience-event/events/emailbouncedsoft.schema.json +++ b/components/fieldgroups/experience-event/events/emailbouncedsoft.schema.json @@ -26,12 +26,18 @@ "type": "object", "properties": { "xdm:mailingID": { - "title": "Mailing ID", + "title": "Mailing ID (deprecated)", "type": "string", "description": "Unique ID of the email asset.", + "meta:status": "deprecated", "meta:titleId": "emailbouncedsoft##xdm:mailingID##title##35741", "meta:descriptionId": "emailbouncedsoft##xdm:mailingID##description##79361" }, + "xdm:mailingKey": { + "title": "Mailing ID", + "description": "Unique key of the email asset.", + "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" + }, "xdm:mailingName": { "title": "Mailing Name", "type": "string", @@ -73,6 +79,11 @@ "description": "Friendly name of the test variant of the email asset.", "meta:titleId": "emailbouncedsoft##xdm:testVariantName##title##76361", "meta:descriptionId": "emailbouncedsoft##xdm:testVariantName##description##771" + }, + "xdm:automationRunID": { + "title": "Automation Run ID", + "type": "string", + "description": "Automation Run ID" } }, "meta:titleId": "emailbouncedsoft##xdm:directMarketing##title##64731" diff --git a/components/fieldgroups/experience-event/events/emailclicked.schema.json b/components/fieldgroups/experience-event/events/emailclicked.schema.json index 20a841ffcb..91aed55f53 100644 --- a/components/fieldgroups/experience-event/events/emailclicked.schema.json +++ b/components/fieldgroups/experience-event/events/emailclicked.schema.json @@ -29,9 +29,15 @@ "title": "Mailing ID", "type": "string", "description": "Unique ID of the email asset.", + "meta:status": "deprecated", "meta:titleId": "emailclicked##xdm:mailingID##title##16031", "meta:descriptionId": "emailclicked##xdm:mailingID##description##71861" }, + "xdm:mailingKey": { + "title": "Mailing ID", + "description": "Unique key of the email asset.", + "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" + }, "xdm:mailingName": { "title": "Mailing Name", "type": "string", diff --git a/components/fieldgroups/experience-event/events/emaildelivered.schema.json b/components/fieldgroups/experience-event/events/emaildelivered.schema.json index 4dc8d46962..1602a2e525 100644 --- a/components/fieldgroups/experience-event/events/emaildelivered.schema.json +++ b/components/fieldgroups/experience-event/events/emaildelivered.schema.json @@ -26,12 +26,18 @@ "type": "object", "properties": { "xdm:mailingID": { - "title": "Mailing ID", + "title": "Mailing ID (deprecated)", "type": "string", "description": "Unique ID of the email asset.", + "meta:status": "deprecated", "meta:titleId": "emaildelivered##xdm:mailingID##title##61861", "meta:descriptionId": "emaildelivered##xdm:mailingID##description##45971" }, + "xdm:mailingKey": { + "title": "Mailing ID", + "description": "Unique key of the email asset.", + "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" + }, "xdm:mailingName": { "title": "Mailing Name", "type": "string", @@ -52,6 +58,11 @@ "description": "Friendly name of the test variant of the email asset.", "meta:titleId": "emaildelivered##xdm:testVariantName##title##39651", "meta:descriptionId": "emaildelivered##xdm:testVariantName##description##89611" + }, + "xdm:automationRunID": { + "title": "Automation Run ID", + "type": "string", + "description": "Automation Run ID" } }, "meta:titleId": "emaildelivered##xdm:directMarketing##title##24411" diff --git a/components/fieldgroups/experience-event/events/emailopened.schema.json b/components/fieldgroups/experience-event/events/emailopened.schema.json index 8fda16e89b..8e49829e8a 100644 --- a/components/fieldgroups/experience-event/events/emailopened.schema.json +++ b/components/fieldgroups/experience-event/events/emailopened.schema.json @@ -26,12 +26,18 @@ "type": "object", "properties": { "xdm:mailingID": { - "title": "Mailing ID", + "title": "Mailing ID (deprecated)", "type": "string", "description": "Unique ID of the email asset.", + "meta:status": "deprecated", "meta:titleId": "emailopened##xdm:mailingID##title##77991", "meta:descriptionId": "emailopened##xdm:mailingID##description##83901" }, + "xdm:mailingKey": { + "title": "Mailing ID", + "description": "Unique key of the email asset.", + "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" + }, "xdm:mailingName": { "title": "Mailing Name", "type": "string", @@ -52,6 +58,11 @@ "description": "Friendly name of the test variant of the email asset.", "meta:titleId": "emailopened##xdm:testVariantName##title##1951", "meta:descriptionId": "emailopened##xdm:testVariantName##description##78731" + }, + "xdm:automationRunID": { + "title": "Automation Run ID", + "type": "string", + "description": "Automation Run ID" } }, "meta:titleId": "emailopened##xdm:directMarketing##title##64081" diff --git a/components/fieldgroups/experience-event/events/emailunsubscribed.schema.json b/components/fieldgroups/experience-event/events/emailunsubscribed.schema.json index fb5c0182d6..0091c52cf2 100644 --- a/components/fieldgroups/experience-event/events/emailunsubscribed.schema.json +++ b/components/fieldgroups/experience-event/events/emailunsubscribed.schema.json @@ -26,12 +26,18 @@ "type": "object", "properties": { "xdm:mailingID": { - "title": "Mailing ID", + "title": "Mailing ID (deprecated)", "type": "string", "description": "Unique ID of the email asset.", + "meta:status": "deprecated", "meta:titleId": "emailunsubscribed##xdm:mailingID##title##96401", "meta:descriptionId": "emailunsubscribed##xdm:mailingID##description##92371" }, + "xdm:mailingKey": { + "title": "Mailing ID", + "description": "Unique key of the email asset.", + "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" + }, "xdm:mailingName": { "title": "Mailing Name", "type": "string", @@ -52,6 +58,11 @@ "description": "Friendly name of the test variant of the email asset.", "meta:titleId": "emailunsubscribed##xdm:testVariantName##title##16151", "meta:descriptionId": "emailunsubscribed##xdm:testVariantName##description##5151" + }, + "xdm:automationRunID": { + "title": "Automation Run ID", + "type": "string", + "description": "Automation Run ID" } }, "meta:titleId": "emailunsubscribed##xdm:directMarketing##title##64801" diff --git a/components/fieldgroups/experience-event/events/formfilledout.schema.json b/components/fieldgroups/experience-event/events/formfilledout.schema.json index 467bf5a78d..0e13afce5d 100644 --- a/components/fieldgroups/experience-event/events/formfilledout.schema.json +++ b/components/fieldgroups/experience-event/events/formfilledout.schema.json @@ -31,12 +31,18 @@ "type": "object", "properties": { "xdm:webFormID": { - "title": "Web Form ID", + "title": "Web Form ID (deprecated)", "type": "string", "description": "Unique ID of the form.", + "meta:status": "deprecated", "meta:titleId": "formfilledout##xdm:webFormID##title##36241", "meta:descriptionId": "formfilledout##xdm:webFormID##description##30331" }, + "xdm:webFormKey": { + "title": "Web Form Key", + "description": "Unique key of the form.", + "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" + }, "xdm:webFormName": { "title": "Web Form Name", "type": "string", diff --git a/components/fieldgroups/experience-event/events/linkclicks.schema.json b/components/fieldgroups/experience-event/events/linkclicks.schema.json index 14945ec0a4..70b96fa70c 100644 --- a/components/fieldgroups/experience-event/events/linkclicks.schema.json +++ b/components/fieldgroups/experience-event/events/linkclicks.schema.json @@ -31,12 +31,18 @@ "type": "object", "properties": { "xdm:linkID": { - "title": "Link ID", + "title": "Link ID (deprecated)", "type": "string", "description": "Unique ID of the link clicked.", + "meta:status": "deprecated", "meta:titleId": "linkclicks##xdm:linkID##title##65641", "meta:descriptionId": "linkclicks##xdm:linkID##description##70231" }, + "xdm:webInteractionKey": { + "title": "Web Interaction Key", + "description": "Unique key of the link clicked.", + "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" + }, "xdm:linkURL": { "title": "Link URL", "type": "string", diff --git a/components/fieldgroups/experience-event/events/scorechanged.schema.json b/components/fieldgroups/experience-event/events/scorechanged.schema.json index ecb169ef93..ab0eed3668 100644 --- a/components/fieldgroups/experience-event/events/scorechanged.schema.json +++ b/components/fieldgroups/experience-event/events/scorechanged.schema.json @@ -30,12 +30,18 @@ "type": "object", "properties": { "xdm:scoreAttributeID": { - "title": "Score Atribute ID", + "title": "Score Atribute ID (deprecated)", "type": "string", "description": "Unique ID of the lead score attribute.", + "meta:status": "deprecated", "meta:titleId": "scorechanged##xdm:scoreAttributeID##title##521", "meta:descriptionId": "scorechanged##xdm:scoreAttributeID##description##16521" }, + "xdm:scoreAttributeKey": { + "title": "Score Attribute Key", + "description": "Unique key of the lead score attribute.", + "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" + }, "xdm:scoreAttributeName": { "title": "Score Atribute Name", "type": "string", diff --git a/components/fieldgroups/experience-event/events/visit-webpage.schema.json b/components/fieldgroups/experience-event/events/visit-webpage.schema.json index ac6f7ab96f..0e5bf9ae2b 100644 --- a/components/fieldgroups/experience-event/events/visit-webpage.schema.json +++ b/components/fieldgroups/experience-event/events/visit-webpage.schema.json @@ -31,12 +31,18 @@ "type": "object", "properties": { "xdm:webPageID": { - "title": "Web Page ID", + "title": "Web Page ID (deprecated)", "type": "string", "description": "Unique ID of the web page.", + "meta:status": "deprecated", "meta:titleId": "visit-webpage##xdm:webPageID##title##4791", "meta:descriptionId": "visit-webpage##xdm:webPageID##description##18061" }, + "xdm:webPageKey": { + "title": "WebPage Key", + "description": "Unique key of the web page.", + "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" + }, "xdm:name": { "title": "Name", "type": "string", From 74c50a6588999bd787f07eb6f18395111ab0dbc3 Mon Sep 17 00:00:00 2001 From: Chris Panella Date: Mon, 4 Apr 2022 16:17:04 -0600 Subject: [PATCH 2/3] Updated title to Key for B2B events --- .../experience-event/events/emailbounced.schema.json | 2 +- .../experience-event/events/emailbouncedsoft.schema.json | 2 +- .../experience-event/events/emaildelivered.schema.json | 2 +- .../fieldgroups/experience-event/events/emailopened.schema.json | 2 +- .../experience-event/events/emailunsubscribed.schema.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/fieldgroups/experience-event/events/emailbounced.schema.json b/components/fieldgroups/experience-event/events/emailbounced.schema.json index d6ee633c99..eb9314ad39 100644 --- a/components/fieldgroups/experience-event/events/emailbounced.schema.json +++ b/components/fieldgroups/experience-event/events/emailbounced.schema.json @@ -34,7 +34,7 @@ "meta:descriptionId": "emailbounced##xdm:mailingID##description##27341" }, "xdm:mailingKey": { - "title": "Mailing ID", + "title": "Mailing Key", "description": "Unique key of the email asset.", "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" }, diff --git a/components/fieldgroups/experience-event/events/emailbouncedsoft.schema.json b/components/fieldgroups/experience-event/events/emailbouncedsoft.schema.json index c350379d9f..82cf71b6d4 100644 --- a/components/fieldgroups/experience-event/events/emailbouncedsoft.schema.json +++ b/components/fieldgroups/experience-event/events/emailbouncedsoft.schema.json @@ -34,7 +34,7 @@ "meta:descriptionId": "emailbouncedsoft##xdm:mailingID##description##79361" }, "xdm:mailingKey": { - "title": "Mailing ID", + "title": "Mailing Key", "description": "Unique key of the email asset.", "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" }, diff --git a/components/fieldgroups/experience-event/events/emaildelivered.schema.json b/components/fieldgroups/experience-event/events/emaildelivered.schema.json index 1602a2e525..7b51a3653c 100644 --- a/components/fieldgroups/experience-event/events/emaildelivered.schema.json +++ b/components/fieldgroups/experience-event/events/emaildelivered.schema.json @@ -34,7 +34,7 @@ "meta:descriptionId": "emaildelivered##xdm:mailingID##description##45971" }, "xdm:mailingKey": { - "title": "Mailing ID", + "title": "Mailing Key", "description": "Unique key of the email asset.", "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" }, diff --git a/components/fieldgroups/experience-event/events/emailopened.schema.json b/components/fieldgroups/experience-event/events/emailopened.schema.json index 8e49829e8a..cbb4c20012 100644 --- a/components/fieldgroups/experience-event/events/emailopened.schema.json +++ b/components/fieldgroups/experience-event/events/emailopened.schema.json @@ -34,7 +34,7 @@ "meta:descriptionId": "emailopened##xdm:mailingID##description##83901" }, "xdm:mailingKey": { - "title": "Mailing ID", + "title": "Mailing Key", "description": "Unique key of the email asset.", "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" }, diff --git a/components/fieldgroups/experience-event/events/emailunsubscribed.schema.json b/components/fieldgroups/experience-event/events/emailunsubscribed.schema.json index 0091c52cf2..19f432b59c 100644 --- a/components/fieldgroups/experience-event/events/emailunsubscribed.schema.json +++ b/components/fieldgroups/experience-event/events/emailunsubscribed.schema.json @@ -34,7 +34,7 @@ "meta:descriptionId": "emailunsubscribed##xdm:mailingID##description##92371" }, "xdm:mailingKey": { - "title": "Mailing ID", + "title": "Mailing Key", "description": "Unique key of the email asset.", "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" }, From 59d2dba2d265c98a923f594dcf752932e14190df Mon Sep 17 00:00:00 2001 From: Chris Panella Date: Thu, 12 May 2022 09:55:47 -0600 Subject: [PATCH 3/3] Updated for deprecation stage of ID to Key. This is this Deprecation stage, ID fields with be removed later --- .../experience-event/events/callwebhook.schema.json | 3 +-- .../experience-event/events/emailbounced.schema.json | 3 +-- .../events/emailbouncedsoft.schema.json | 3 +-- .../experience-event/events/emailclicked.schema.json | 12 ++++++++---- .../events/emaildelivered.schema.json | 3 +-- .../experience-event/events/emailopened.schema.json | 3 +-- .../events/emailunsubscribed.schema.json | 3 +-- .../events/formfilledout.schema.json | 3 +-- .../experience-event/events/linkclicks.schema.json | 3 +-- .../experience-event/events/scorechanged.schema.json | 7 +++---- .../events/visit-webpage.schema.json | 5 ++--- 11 files changed, 21 insertions(+), 27 deletions(-) diff --git a/components/fieldgroups/experience-event/events/callwebhook.schema.json b/components/fieldgroups/experience-event/events/callwebhook.schema.json index 32a80947e4..1a4a68c3fe 100644 --- a/components/fieldgroups/experience-event/events/callwebhook.schema.json +++ b/components/fieldgroups/experience-event/events/callwebhook.schema.json @@ -30,10 +30,9 @@ "type": "object", "properties": { "xdm:webhookID": { - "meta:status": "deprecated", "title": "Webhook ID (deprecated)", "type": "string", - "description": "Unique ID of the Webhook called." + "description": "Webhook ID is going to depreciate soon. Please use Webhook Key." }, "xdm:webhookKey": { "title": "Webhook Key", diff --git a/components/fieldgroups/experience-event/events/emailbounced.schema.json b/components/fieldgroups/experience-event/events/emailbounced.schema.json index eb9314ad39..c6218f5a48 100644 --- a/components/fieldgroups/experience-event/events/emailbounced.schema.json +++ b/components/fieldgroups/experience-event/events/emailbounced.schema.json @@ -28,8 +28,7 @@ "xdm:mailingID": { "title": "Mailing ID (deprecated)", "type": "string", - "description": "Unique ID of the email asset.", - "meta:status": "deprecated", + "description": "Mailing ID is going to depreciate soon. Please use Mailing Key.", "meta:titleId": "emailbounced##xdm:mailingID##title##69611", "meta:descriptionId": "emailbounced##xdm:mailingID##description##27341" }, diff --git a/components/fieldgroups/experience-event/events/emailbouncedsoft.schema.json b/components/fieldgroups/experience-event/events/emailbouncedsoft.schema.json index 82cf71b6d4..01a6228e39 100644 --- a/components/fieldgroups/experience-event/events/emailbouncedsoft.schema.json +++ b/components/fieldgroups/experience-event/events/emailbouncedsoft.schema.json @@ -28,8 +28,7 @@ "xdm:mailingID": { "title": "Mailing ID (deprecated)", "type": "string", - "description": "Unique ID of the email asset.", - "meta:status": "deprecated", + "description": "Mailing ID is going to depreciate soon. Please use Mailing Key.", "meta:titleId": "emailbouncedsoft##xdm:mailingID##title##35741", "meta:descriptionId": "emailbouncedsoft##xdm:mailingID##description##79361" }, diff --git a/components/fieldgroups/experience-event/events/emailclicked.schema.json b/components/fieldgroups/experience-event/events/emailclicked.schema.json index 91aed55f53..d3f599a034 100644 --- a/components/fieldgroups/experience-event/events/emailclicked.schema.json +++ b/components/fieldgroups/experience-event/events/emailclicked.schema.json @@ -26,15 +26,14 @@ "type": "object", "properties": { "xdm:mailingID": { - "title": "Mailing ID", + "title": "Mailing ID (deprecated)", "type": "string", - "description": "Unique ID of the email asset.", - "meta:status": "deprecated", + "description": "Mailing ID is going to depreciate soon. Please use Mailing Key.", "meta:titleId": "emailclicked##xdm:mailingID##title##16031", "meta:descriptionId": "emailclicked##xdm:mailingID##description##71861" }, "xdm:mailingKey": { - "title": "Mailing ID", + "title": "Mailing Key", "description": "Unique key of the email asset.", "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" }, @@ -65,6 +64,11 @@ "description": "Friendly name of the test variant of the email asset.", "meta:titleId": "emailclicked##xdm:testVariantName##title##57581", "meta:descriptionId": "emailclicked##xdm:testVariantName##description##31951" + }, + "xdm:automationRunID": { + "title": "Automation Run ID", + "type": "string", + "description": "Automation Run ID" } }, "meta:titleId": "emailclicked##xdm:directMarketing##title##9041" diff --git a/components/fieldgroups/experience-event/events/emaildelivered.schema.json b/components/fieldgroups/experience-event/events/emaildelivered.schema.json index 7b51a3653c..d10f40e2b0 100644 --- a/components/fieldgroups/experience-event/events/emaildelivered.schema.json +++ b/components/fieldgroups/experience-event/events/emaildelivered.schema.json @@ -28,8 +28,7 @@ "xdm:mailingID": { "title": "Mailing ID (deprecated)", "type": "string", - "description": "Unique ID of the email asset.", - "meta:status": "deprecated", + "description": "Mailing ID is going to depreciate soon. Please use Mailing Key.", "meta:titleId": "emaildelivered##xdm:mailingID##title##61861", "meta:descriptionId": "emaildelivered##xdm:mailingID##description##45971" }, diff --git a/components/fieldgroups/experience-event/events/emailopened.schema.json b/components/fieldgroups/experience-event/events/emailopened.schema.json index cbb4c20012..079d2f3f1b 100644 --- a/components/fieldgroups/experience-event/events/emailopened.schema.json +++ b/components/fieldgroups/experience-event/events/emailopened.schema.json @@ -28,8 +28,7 @@ "xdm:mailingID": { "title": "Mailing ID (deprecated)", "type": "string", - "description": "Unique ID of the email asset.", - "meta:status": "deprecated", + "description": "Mailing ID is going to depreciate soon. Please use Mailing Key.", "meta:titleId": "emailopened##xdm:mailingID##title##77991", "meta:descriptionId": "emailopened##xdm:mailingID##description##83901" }, diff --git a/components/fieldgroups/experience-event/events/emailunsubscribed.schema.json b/components/fieldgroups/experience-event/events/emailunsubscribed.schema.json index 19f432b59c..86ece745c3 100644 --- a/components/fieldgroups/experience-event/events/emailunsubscribed.schema.json +++ b/components/fieldgroups/experience-event/events/emailunsubscribed.schema.json @@ -28,8 +28,7 @@ "xdm:mailingID": { "title": "Mailing ID (deprecated)", "type": "string", - "description": "Unique ID of the email asset.", - "meta:status": "deprecated", + "description": "Mailing ID is going to depreciate soon. Please use Mailing Key.", "meta:titleId": "emailunsubscribed##xdm:mailingID##title##96401", "meta:descriptionId": "emailunsubscribed##xdm:mailingID##description##92371" }, diff --git a/components/fieldgroups/experience-event/events/formfilledout.schema.json b/components/fieldgroups/experience-event/events/formfilledout.schema.json index 0e13afce5d..4ae3b65282 100644 --- a/components/fieldgroups/experience-event/events/formfilledout.schema.json +++ b/components/fieldgroups/experience-event/events/formfilledout.schema.json @@ -33,8 +33,7 @@ "xdm:webFormID": { "title": "Web Form ID (deprecated)", "type": "string", - "description": "Unique ID of the form.", - "meta:status": "deprecated", + "description": "Web Form ID is going to depreciate soon. Please use Web Form Key.", "meta:titleId": "formfilledout##xdm:webFormID##title##36241", "meta:descriptionId": "formfilledout##xdm:webFormID##description##30331" }, diff --git a/components/fieldgroups/experience-event/events/linkclicks.schema.json b/components/fieldgroups/experience-event/events/linkclicks.schema.json index 70b96fa70c..e7e64019e6 100644 --- a/components/fieldgroups/experience-event/events/linkclicks.schema.json +++ b/components/fieldgroups/experience-event/events/linkclicks.schema.json @@ -33,8 +33,7 @@ "xdm:linkID": { "title": "Link ID (deprecated)", "type": "string", - "description": "Unique ID of the link clicked.", - "meta:status": "deprecated", + "description": "Link ID is going to depreciate soon. Please use Web Interaction Key.", "meta:titleId": "linkclicks##xdm:linkID##title##65641", "meta:descriptionId": "linkclicks##xdm:linkID##description##70231" }, diff --git a/components/fieldgroups/experience-event/events/scorechanged.schema.json b/components/fieldgroups/experience-event/events/scorechanged.schema.json index ab0eed3668..4fc881ce68 100644 --- a/components/fieldgroups/experience-event/events/scorechanged.schema.json +++ b/components/fieldgroups/experience-event/events/scorechanged.schema.json @@ -30,10 +30,9 @@ "type": "object", "properties": { "xdm:scoreAttributeID": { - "title": "Score Atribute ID (deprecated)", + "title": "Score Attribute ID (deprecated)", "type": "string", - "description": "Unique ID of the lead score attribute.", - "meta:status": "deprecated", + "description": "Score Attribute ID is going to depreciate soon. Please use Score Attribute Key.", "meta:titleId": "scorechanged##xdm:scoreAttributeID##title##521", "meta:descriptionId": "scorechanged##xdm:scoreAttributeID##description##16521" }, @@ -43,7 +42,7 @@ "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" }, "xdm:scoreAttributeName": { - "title": "Score Atribute Name", + "title": "Score Attribute Name", "type": "string", "description": "Friendly name of the lead score attribute.", "meta:titleId": "scorechanged##xdm:scoreAttributeName##title##50051", diff --git a/components/fieldgroups/experience-event/events/visit-webpage.schema.json b/components/fieldgroups/experience-event/events/visit-webpage.schema.json index 0e5bf9ae2b..11f4c1ae16 100644 --- a/components/fieldgroups/experience-event/events/visit-webpage.schema.json +++ b/components/fieldgroups/experience-event/events/visit-webpage.schema.json @@ -33,13 +33,12 @@ "xdm:webPageID": { "title": "Web Page ID (deprecated)", "type": "string", - "description": "Unique ID of the web page.", - "meta:status": "deprecated", + "description": "Web Page ID is going to depreciate soon. Please use Web Page Key.", "meta:titleId": "visit-webpage##xdm:webPageID##title##4791", "meta:descriptionId": "visit-webpage##xdm:webPageID##description##18061" }, "xdm:webPageKey": { - "title": "WebPage Key", + "title": "Web Page Key", "description": "Unique key of the web page.", "$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source" },