Skip to main content
Answered

unidentified user update / add a Tag to unidentified user before open conversation

  • June 22, 2022
  • 1 reply
  • 117 views

  • New Participant
  • 1 reply

I use @intercom/intercom-react-native. User is registered with Intercom.registerUnidentifiedUser() and I use Intercom.updateUser({ Tag: 'someTag' })

but when I check user in Intercom I see Tag has not been set.

Best answer by vidIQ

It looks like the Tag attribute is a custom attribute so after changing to

Intercom.updateUser({

customAttributes: {

Tag: 'someTag',

},

})

issue was solved

View original
Did this topic help you find an answer to your question?

1 reply

  • Author
  • New Participant
  • 1 reply
  • Answer
  • June 22, 2022

It looks like the Tag attribute is a custom attribute so after changing to

Intercom.updateUser({

customAttributes: {

Tag: 'someTag',

},

})

issue was solved


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings