User Identifier & Properties
Using Your Own User Identifier
Example
import "github.com/hackle-io/hackle-go-sdk/hackle"
user := hackle.NewUserBuilder().ID("ae2182e0").Build()
// 테스트 그룹 분배
variation := hackleClient.Variation(42, user)
// 사용자 이벤트 전송
hackleClient.Track(event, user)Additional Identifiers
Property
Category
Type
Constraints
Example
Last updated