You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You also need to identify your logged in user. Instead of <YOUR_USER_IDENTIFIER>, pass in any string that uniquely identifies your user, such as an email address. It will be cryptographically anonymized with a hash function.
What if it’s a webpage without user accounts, or if users aren’t logged in yet? Should I just omit this parameter?
The documentation here and on the website doesn’t seem very clear about that.
Docs say:
What if it’s a webpage without user accounts, or if users aren’t logged in yet? Should I just omit this parameter?
The documentation here and on the website doesn’t seem very clear about that.