Skip to content

Commit

Permalink
chore: add standard events to reddit
Browse files Browse the repository at this point in the history
  • Loading branch information
aanshi07 committed Jan 22, 2025
1 parent 41be203 commit f9cd03a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/configurations/destinations/reddit/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@
{
"name": "Purchase",
"value": "Purchase"
},
{
"name": "SignUp",
"value": "SignUp"
}
]
}
Expand Down
13 changes: 13 additions & 0 deletions test/data/validation/destinations/reddit.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,18 @@
"ketchConsentPurposes.web must be array",
"ketchConsentPurposes.unity.0 must be object"
]
},
{
"config": {
"accountId": "d2bnpxxxxxzq1p89hXXXXx2hf5q1k3v",
"hashData": true,
"eventsMapping": [
{
"from": "Sign up",
"to": "SignUp"
}
]
},
"result": true
}
]

0 comments on commit f9cd03a

Please sign in to comment.