User Identifier & Properties
User Identifier
Identifiers Provided by Hackle
const user = {
userId: "143", // 사용자 ID
deviceId: "ae2182e0", // 디바이스 ID
}
// 테스트 그룹 분배
hackleClient.variation(experimentKey, user);
// 사용자 이벤트 전송
hackleClient.track("purchase", user);Additional Identifiers
User Property
Category
Type
Constraints
Adding User Properties
Setting User Properties
Supported Functions
Description
Last updated