sesamy-go/event/params/unlockarchievement.go
Kevin Franklin Kim 453e5159a1
feat: add events
2024-05-15 13:17:45 +02:00

7 lines
228 B
Go

package params
// UnlockAchievement https://developers.google.com/analytics/devguides/collection/protocol/ga4/reference/events#unlock_achievement
type UnlockAchievement struct {
ArchievementID string `json:"achievement_id"`
}