Skip to content

Commit

Permalink
Merge pull request #1807 from kenadobe/feature/CJM-59668
Browse files Browse the repository at this point in the history
Experience Event - Proposition Interactions field group
  • Loading branch information
anandphatak authored Feb 6, 2024
2 parents c95f33b + 7e898f9 commit c494500
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"xdm:id": "xcore:personalized-offer:e91ee850a0bb7d9",
"xdm:selectionID": "xcore:fb30c2f0a6a98e030dd107f2c531c5fe374ce410bb96b02b:184a0fc14872e39c",
"xdm:selectionType": "manual",
"xdm:trackingToken": "Tracking Token Value"
}
15 changes: 15 additions & 0 deletions extensions/adobe/experience/decisioning/option-detail.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,21 @@
"$ref": "https://ns.adobe.com/xdm/data/measure",
"description": "The number of times a particular option was proposed so far to a particular profile. When this metric is present the record or time-series entity must include an IdentityMap the profile.",
"meta:descriptionId": "option-detail##https://ns.adobe.com/experience/decisioning/propositionsProfile##description##18831"
},
"xdm:selectionID": {
"title": "Decision Option Selection ID",
"type": "string",
"description": "Option selection ID. The selectionID of which the item was derived from."
},
"xdm:selectionType": {
"title": "Decision Option Selection Type",
"type": "string",
"description": "Option selection type. The selection type of which the item was derived from."
},
"xdm:trackingToken": {
"title": "Decision Option Tracking Token",
"type": "string",
"description": "Option tracking token. The unique token pertains to the event of which the item event was derived from."
}
}
}
Expand Down

0 comments on commit c494500

Please sign in to comment.