0

Actions on Google app created two different user IDs for the Primary user.

I'm using the same device, same phone and app. The first time, it created an alphanumeric Id. The second time it created numeric Id.

This issue affected our user personalization.

Nazeem
  • 468
  • 2
  • 9
  • Minor grammatical fixes and improvements. – Mike Hofer Feb 05 '18 at 21:28
  • Were both invocations done on a mobile device? Was the second (numeric) id like an epoch value (something like 1517991232) ? – Nazeem Feb 07 '18 at 08:26
  • @Nazeem - The skill is tested in Google home surface device. First time It generated the user id like "azdhdfhwlle7jhfdhj", the second user id generated like 15179991232. – Arunprasanna Feb 08 '18 at 14:38

1 Answers1

0

userId isn't a very reliable way for customization as it's subject to change under certain circumstances like when your voice doesn't match on Google Home devices (Your case) or the user resets the app which generates a new userId You can find more about user identity here.

A better approach will be to use account linking.

Nazeem
  • 468
  • 2
  • 9