Skip to content

User profiles

Use the search bar or the checkboxes below to find the events you need to use Currents effectively.

These schema consist of the user profile updates that Braze can track through the platform.

Entre em contato com seu representante da Braze ou abra um ticket de suporte se precisar de acesso a direitos de eventos adicionais. Se você não encontrar o que precisa nesta página, consulte a Biblioteca de eventos de comportamento do cliente, a Biblioteca de eventos de engajamento com mensagem ou os exemplos de dados de amostra do Currents.

Explicação da estrutura de eventos de atualização de perfil de usuário

Estrutura do evento

Esta análise de comportamento do cliente e eventos de usuário mostra que tipo de informação geralmente está incluída em um evento de atualização de perfil de usuário. Com uma compreensão sólida de seus componentes, seus desenvolvedores e a equipe de estratégia de business intelligence podem usar os dados de eventos recebidos do Currents para criar relatórios e gráficos orientados por dados, além de aproveitar outras métricas de dados valiosas.

Eventos de atualização de perfil de usuário

Isso representa as atualizações de perfil de um usuário.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// users.profile.Update

{
  "app_group_id" : "(optional, string) API ID of the app group this user belongs to",
  "app_id" : "(optional, string) API ID of the app on which this event occurred",
  "archived" : "(optional, boolean) When set to True, indicates that this user was archived within Braze",
  "country" : "(optional, string) [PII] Country of the user",
  "custom_attributes" : "(optional, string) Valid JSON string of the updated custom attributes",
  "dob" : "(optional, string) [PII] Date of birth of the user in format \"YYYY-MM-DD\"",
  "email_address" : "(optional, string) [PII] Email address of the user",
  "external_user_id" : "(optional, string) [PII] External ID of the user",
  "first_name" : "(optional, string) [PII] First name of the user",
  "gender" : "(optional, string) [PII] Gender of the user, one of ['M', 'F', 'O', 'N', 'P']",
  "home_city" : "(optional, string) [PII] Home city of the user",
  "id" : "(required, string) Globally unique ID for this event",
  "language" : "(optional, string) [PII] Language of the user",
  "last_name" : "(optional, string) [PII] Last name of the user",
  "phone_number" : "(optional, string) [PII] Phone number of the user in e.164 format",
  "time" : "(required, int) UNIX timestamp at which the event happened",
  "time_ms" : "(required, long) Time in milliseconds when the update happened",
  "timezone" : "(optional, string) Time zone of the user",
  "update_source" : "(required, string) The source of this update",
  "user_id" : "(required, string) [PII] Braze user ID of the user who performed this event"
}
QUÃO ÚTIL FOI ESTA PÁGINA?
New Stuff!