Installed Package Types
Internationalize Events
Create Unique Journey Results using Transaction Keys
Example Contact Event
List Your App in AppExchange
Transaction keys allow your journeys to produce unique results for all entry and multi-criteria decision filters. The transaction key value is combined with the contact key to create a unique identifier that is automatically applied to the entry filter and multi-criteria decision filters used throughout a journey.
metaData.from and to properties.FirstName is a valid event property, use FirstName for the from property, not Event.EventID.FirstName.1{
2 "metaData": {
3 "transactionKeys": {
4 "0": {
5 "from": "Event Property",
6 "to": "DE_Name.DE_Property"
7 }
8 }
9 }
10}