データレイヤーエンリッチメントオブジェクト
データレイヤーエンリッチメントオブジェクトは、以下のプロパティを持ち、これらはAudienceStream属性に対応しています:
プロパティ | 説明 |
---|---|
audiences |
Audiences ユーザーが所属する各オーディエンスのキー/値のペアを含むオブジェクトで、キーは ACCOUNT_PROFILE_ID で、値はオーディエンスの名前です。例: audiences: { "tealium_main_208" : "Mobile User", "tealium_main_209" : "DV Attendee" } |
badges |
Badges ユーザーに割り当てられた各バッジのキー/値のペアを含むオブジェクトで、キーは BADGE-ID で、値は true です。例: badges: { 30: true, 128: true, 323: true } |
current_visit |
Visit Attributes すべての関連する訪問スコープの属性を含むオブジェクト。例: current_visit: { dates: { ... }, flags: { ... }, // boolean attributes metrics: { ... }, // number attributes properties: { ... }, // string attributes property_sets: { ... } // set of string attributes } |
dates |
Dates キーがデータ属性の属性IDまたは audience_account_profile_id_count_ts の形式のオーディエンスIDで、値がUnixタイムスタンプであるキー/値のペアを含むオブジェクト。例: dates: { 9356: 1491233145706, audience_tealium_main_103_count_ts: 1532722471000 } |
flags |
Booleans 各ブール属性のキー/値のペアを含むオブジェクトで、キーは BOOLEAN-ID で、値は true または false です。例: flags: { 530: true, 6128: false } |
flag_lists |
Arrays of Booleans キーが BOOLEAN-ID で、値がブール値(true または false )の配列であるキー/値のペアを含むオブジェクト。例: flag_lists: { 620: [true, false, false],<br> 718: [false, true] } |
metrics |
Numbers 各数値属性のキー/値のペアを含むオブジェクトで、キーは属性IDで、値は数値です。例: "metrics": { "5388": 132, "5390": 113, "5482": 1, "5492": 104, "5500": 1 } |
metric_lists |
Arrays of Numbers 各数値属性のキー/値のペアを含むオブジェクトで、キーは属性IDで、値は数値の配列です。 `metric_lists: { 432: [15, 248],<br> 519: [61, 47, 962],<br> 674: [9, 16, 21, 53]<br> },` |
metric_sets |
Tallies キーが属性のIDで、値が集計の内容を持つオブジェクトであるサブオブジェクトを含むオブジェクト。例: metric_sets: { 57: { Chrome: 2470, Firefox: 9, Safari: 10 } } |
properties |
Strings キーが文字列属性のIDで、値が保存された値であるキー/値のペアを含むオブジェクト。例: properties: { 9921: "United States", 9923: "tealium.com" } |
property_lists |
Arrays of Strings 各文字列属性のキー/値のペアを含むオブジェクトで、キーは属性IDで、値は文字列の配列です。例: property_lists: { 954: ["North American", "EMEA"],<br> 973: ["Email", "Customer ID", "Phone"] } |
property_sets |
Sets of Strings キーが属性のIDで、値が保存された一意の値の配列であるキー/値のペアを含むオブジェクト。例: property_sets: { 7604: ["Social", "Display", "DMP", "CRM"], 7606: ["Personalization", "Analytics", "Email"] } |
最終更新日 :: 2024年March月29日