オブジェクトを識別するためのエイリアス
属性オブジェクト内の任意のフィールドを含むAPIリクエストは、指定されたユーザープロファイルに対して、指定された値でその名前の属性を作成または更新します。
Brazeユーザープロファイルフィールド名(以下にリストされているもの、またはBrazeユーザープロファイルフィールドのセクションにリストされているもの)を使用して、ダッシュボードのユーザープロファイル上のそれらの特別な値を更新するか、独自のカスタム属性データをユーザーに追加します。
オブジェクト本体
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"aliases_to_identify" : (required, array of aliases to identify object)
[
{
"external_id" : (required, string) see External user ID,
// external_ids for users that do not exist will return a non-fatal error.
// See server responses for details.
"user_alias" : {
"alias_name" : (required, string) see User aliases,
"alias_label" : (required, string) see User aliases
}
}
]
}
New Stuff!