Skip to content

Commit

Permalink
add in-app reporting events in xdm
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-pr committed May 3, 2019
1 parent 70fd935 commit 2e403bd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@
"title": "URL Category",
"type": "string",
"description": "The category of the link. It may be `subscription`, or a user-defined category."
},
"xdm:inAppMessageAction": {
"title": "In-App Message Action",
"type": "string",
"description": "Actions performed on the In-App message. Actions can be Button 1 click, Button 2 click or Dismissals."
}
}
},
Expand Down
15 changes: 15 additions & 0 deletions schemas/context/direct-marketing.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,21 @@
"$ref": "https://ns.adobe.com/xdm/data/measure",
"description":
"Offer in a marketing message (email, SMS, Push Notifications etc) has been opened/swyped/touched/interacted with by the recipient."
},
"xdm:impressions": {
"$ref": "https://ns.adobe.com/xdm/data/measure",
"description":
"The direct-marketing message ( Push Notifications, In-App etc) has been seen by the end user."
},
"xdm:inAppClicks": {
"$ref": "https://ns.adobe.com/xdm/data/measure",
"description":
"Click(s) actions on an In-App message."
},
"xdm:inAppDismissals": {
"$ref": "https://ns.adobe.com/xdm/data/measure",
"description":
"Dismiss actions on an In-App message either by clicking 'X' button or auto-dismiss."
}
}
}
Expand Down

0 comments on commit 2e403bd

Please sign in to comment.