Appearance
Gamification Events
Available gamification events
Event payloads
Yip.UserBadgeEarned
json
{
"userId": "2000",
"newBadgeName": "Badge Name",
"newBadgeImage": "badge-image.jpg",
"newBadgeId": "40",
"badgeList": {
"Badge Name": "badge-image.jpg",
"Another Badge Name": "another-badge-image.jpg"
},
"badgeIdList": [
"40",
"41"
]
}userIdidentifies the user who earned a badgenewBadgeIdidentifies the badge that was earned by the userbadgeLista list of badges earned by the user including the newly earned badgebadgeIdLista list of badge identifiers referencing all badges that were earned by the user

