mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
7 lines
228 B
Go
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"`
|
|
}
|