ユーザ情報の送信
Send customer data
Name | Type | Description |
---|---|---|
userId | string | user id used inside project |
name | string | user name |
string | email address | |
phone | string | phone number |
gender | string | gender |
photo | string | profile image url |
isInternalUser | boolean | internal user flag |
custom.xxx | string | boolean | number | custom fields you defined |
krt('customer', {
name: 'john',
email: '[email protected]',
userId: '[email protected]',
'custom.foo': 'bar'
});