データレイヤーエンリッチメントAPIオブジェクト
データレイヤーエンリッチメントAPIオブジェクトには、AudienceStream属性に対応する以下のプロパティがあります:
プロパティ | 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], 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], 519: [61, 47, 962], 674: [9, 16, 21, 53] },` |
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"], 973: ["Email", "Customer ID", "Phone"] } |
property_sets |
Sets of Strings | キーが属性のIDで、値が保存された一意の値の配列であるキー/値ペアを含むオブジェクト。例:property_sets: { 7604: ["Social", "Display", "DMP", "CRM"], 7606: ["Personalization", "Analytics", "Email"] } |
例のレスポンス
{
"metrics": {
"5601": 10.0,
"5972": 75.0,
"5603": 7.0
},
"dates": {
"6229": 1544032032053,
"5416": 1695422086000
},
"properties": {
"58": "Mac OS X",
"56": "Chrome",
"60": "browser",
"5402": "email"
},
"flags": {
"5905": true,
"5477": true,
"5420": true,
"40008": true
},
"property_sets": {
"7606": ["Personalization", "Analytics", "CRM", "Email"],
"7604": ["Social", "Display", "Personalization", "DMP", "CRM"]
},
"metric_sets": {
"59": {
"Mac OS X": 7949.0,
"Android": 4.0,
"iOS": 1.0
},
"57": {
"Chrome": 7947.0,
"Firefox": 9.0,
"Safari": 11.0
}
},
"property_lists": {
"66964": ["analytics", "marketing", "personalization"],
"67245": ["search", "email", "social", "big_data", "misc", "mobile", "monitoring", "crm"]
},
"current_visit": {},
"last_visit_id": "bcead68bf2d7426c15cb8aa85163473edfac0a0768ff880542f256e5858193f0",
"badges": {
"24935": true,
"8879": true,
"5447": true
},
"audiences": {
"example_main_193": "Has Email",
"example_main_158": "Platform - Android Users",
"example_main_208": "Mobile User",
"example_main_164": "Video Viewers (3+)"
}
}
最終更新日 :: 2024年April月10日