SDKs para Unity / Atributos do usuário
  Voltar aos Documentos

SDKs para Unity

Atributos do usuário

You can use attributes to manage additional information about the users of your application or to set up personalized offers.

Each user attribute is a key-value pair. There are 2 types of attributes:

  • User-editable. The values for this type of attributes are entered by a user or specified according to the in-game logic on the client side. For example, the name and character stats, game difficulty level, etc.
  • Read-only. The values for this type of attributes are entered and edited on the server side of your application. We recommend that you use them for configuration of game character stats or user parameters that shouldn’t change regularly. For example, chance to get a bonus, game character key parameters, user categories, etc.
Observação
To set up personalized offers, use read-only attributes.

To implement the logic for working with client attributes, use the following SDK methods:

  • GetUserAttributes — returns a list of user attributes with their values and descriptions.
  • UpdateUserAttributes — updates the values of user attributes with the specified IDs. The method can be used to create or remove attributes. Changes are made on the user data storage side.

To implement the logic for working with read-only attributes, use the server API methods.

Observação
To get a list of server attributes with their values and descriptions for a specific user on the application client, you can use the GetUserAttributes SDK method.
Este artigo foi útil?
Obrigado!
Podemos melhorar alguma coisa? Mensagem
Que pena ouvir isso
Explique porque este artigo não foi útil para você. Mensagem
Obrigado pelo seu feedback!
Avaliaremos sua mensagem e a usaremos para melhorar sua experiência.
Avalie esta página
Avalie esta página
Podemos melhorar alguma coisa?

Não quero responder

Obrigado pelo seu feedback!

Links úteis

Última atualização: 10 de Outubro de 2023

Encontrou um erro de texto ou digitação? Selecione o texto e pressione Ctrl+Enter.

Relatar um problema
Nós sempre avaliamos nossos conteúdos. Seu feedback nos ajuda a melhorá-los.
Forneça um e-mail para que possamos responder
Obrigado pelo seu feedback!