Frictionless Player ID
The Frictionless UID feature aims to streamline the purchase flow on your web store by automatically passing the player's unique identifier (player ID) or Nickname from your app to the web store via a URL parameter.
When should you use Frictionless Player ID?
You do not need your users to login to complete a purchase on your web store. You also want to reduce the friction of users finding their unique identifier within your app, and then entering it on the web store.
With Frictionless Player ID, your users will arrive on the web store, from in-app, fully identified and ready to immediately initiate a purchase.
Integration requirements
You must extract the nickname of the currently logged-in user from your app.
You must append the nickname as a URL parameter when redirecting to the web store.
You must use the format:
https://store.example.com?userId=<nickname>All redirects must use HTTPS.
Web store handling
The web store will automatically:
detect the
userIdparameter in the URL.extract the value.
pre-fill the corresponding text field in the product page.
Last updated
Was this helpful?