커스텀 차원(Custom Dimension)
인앱 이벤트 리스트에 제공되는 차원(Dimension) 이외의 차원(Dimension)이 필요하신가요? 사용자의 니즈에 따라 다목적으로 활용가능한 Custom Dimension 을 추가 해 보세요.
Last updated
Was this helpful?
인앱 이벤트 리스트에 제공되는 차원(Dimension) 이외의 차원(Dimension)이 필요하신가요? 사용자의 니즈에 따라 다목적으로 활용가능한 Custom Dimension 을 추가 해 보세요.
Last updated
Was this helpful?
Was this helpful?
NativeModules.DotReactBridge != null &&
NativeModules.DotReactBridge.logEvent(
JSON.stringify({
event: 'custom_dimension_test',
custom_value1: 'TEST_value1',
custom_value2: 'TEST_value2',
custom_value3: 'TEST_value3_noName',
}),
);