krt.customer

ユーザ情報の送信

Send customer data

NameTypeDescription
userIdstringuser id used inside project
namestringuser name
emailstringemail address
phonestringphone number
genderstringgender
photostringprofile image url
isInternalUserbooleaninternal user flag
custom.xxxstring | boolean | numbercustom fields you defined
krt('customer', {
  name: 'john',
  email: '[email protected]',
  userId: '[email protected]',
  'custom.foo': 'bar'
});