-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh-CN.json
4852 lines (4852 loc) · 481 KB
/
zh-CN.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"1.0##dc:format##description##42941": "资源的物理或数字表现形式。通常,格式应该包括资源的媒体类型。格式可用于确定显示或操作资源所需的软件、硬件或其他设备。推荐的最佳实践是从受控词汇表中选择一个值(例如,定义计算机媒体格式的[互联网媒体类型](http://www.iana.org/ assignments/media-types/)列表)。",
"1.0##dc:format##title##11071": "格式",
"1.0##description##77561": "Adobe Experience Platform 中存储的常用属性。",
"1.0##repo:createDate##description##36201": "在存储库中创建资源的服务器日期和时间,例如首次上传资源文件或服务器创建目录作为新资源的父级时。日期时间属性应符合 ISO 8601 标准。一个格式示例是“2004-10-23T12:00:00-06:00”。",
"1.0##repo:modifyDate##description##84751": "在存储库中上次修改资源的服务器日期和时间,例如,在上传新版本的资源或者添加或删除目录的子资源时。日期时间属性应符合 ISO 8601 标准。一个格式示例是“2004-10-23T12:00:00-06:00”。",
"1.0##title##20721": "通用属性",
"GeoCircle##@id##description##9621": "圆的唯一标识符。",
"GeoCircle##@id##title##76111": "标识符",
"GeoCircle##description##88491": "以地理坐标为中心的带特定半径的圆形区域。基于 [schema.org](http://schema.org/GeoCircle)",
"GeoCircle##schema:coordinates##title##66751": "坐标",
"GeoCircle##schema:description##description##59921": "圆圈包含的内容的描述。",
"GeoCircle##schema:description##title##24231": "描述",
"GeoCircle##schema:radius##description##46881": "圆半径的长度。此值符合 WGS84 基准,以米为测量单位。",
"GeoCircle##schema:radius##title##60741": "半径",
"GeoCircle##title##73681": "圆形地理区域",
"GeoCoordinates##@id##description##11781": "坐标的唯一标识符。",
"GeoCoordinates##@id##title##41111": "坐标 ID",
"GeoCoordinates##description##92471": "位置的地理坐标。基于 [schema.org](http://schema.org/GeoCoordinates)。",
"GeoCoordinates##schema:description##description##45861": "坐标标识的内容的描述。",
"GeoCoordinates##schema:description##title##86411": "描述",
"GeoCoordinates##schema:elevation##description##38161": "定义的坐标的特定高程。此值符合 [WGS84](http://gisgeography.com/wgs84-world-geodetic-system/) 基准,以米为测量单位。",
"GeoCoordinates##schema:elevation##title##11381": "海拔",
"GeoCoordinates##schema:latitude##description##51981": "地理点的带符号垂直坐标。",
"GeoCoordinates##schema:latitude##title##31041": "纬度",
"GeoCoordinates##schema:longitude##description##34211": "地理点的带符号水平坐标。",
"GeoCoordinates##schema:longitude##title##44041": "经度",
"GeoCoordinates##title##96701": "地理坐标",
"GeoShape##@id##description##73831": "形状的唯一标识符。",
"GeoShape##@id##title##57071": "形状 ID",
"GeoShape##description##26721": "地点的地理形状。基于 [schema.org](http://schema.org/GeoShape)。",
"GeoShape##schema:box##description##20821": "由两个坐标形成的矩形包围的区域。第一个坐标是矩形的下角,第二个坐标是矩形的上角。",
"GeoShape##schema:box##title##77451": "盒子",
"GeoShape##schema:circle##description##71511": "以地理坐标为中心的具有特定半径的圆形区域。",
"GeoShape##schema:circle##title##11731": "圆形",
"GeoShape##schema:description##description##87761": "形状定义的内容的描述。",
"GeoShape##schema:description##title##7101": "描述",
"GeoShape##schema:elevation##description##69301": "形状的特定或最小标高。该值符合 [WGS84](http://gisgeography.com/wgs84-world-geodetic-system/) 基准,并以米为单位进行测量。在与“ceiling”结合使用时,此属性可用于表示位置的三维边界框。",
"GeoShape##schema:elevation##title##82431": "海拔",
"GeoShape##schema:polygon##description##99911": "四个或更多坐标的系列,其中第一个坐标和最后一个坐标相同。在 schema.org 中,这是纯文本。在 XDM 中,这是结构化数组。",
"GeoShape##schema:polygon##title##9321": "多边形",
"GeoShape##title##94451": "地理形状",
"GeoShape##xdm:ceiling##description##71721": "形状的最大标高。仅在与“elevation”一起使用时有效。该值符合 [WGS84](http://gisgeography.com/wgs84-world-geodetic-system/) 基准,并以米为单位进行测量。该值不是 schema.org 规范的一部分。在与“elevation”结合使用时,此属性可用于表示位置的三维边界框。",
"GeoShape##xdm:ceiling##title##59811": "上限",
"account##description##65781": "XDM 业务帐户。",
"account##title##4841": "XDM 业务帐户",
"account##xdm:accountID##description##27991": "帐户的唯一 ID。",
"account##xdm:accountID##title##59121": "帐户标识符",
"account-components##description##67441": "针对一个数据源的 XDM 业务帐户人员关系。",
"account-components##title##12001": "XDM 业务帐户组件",
"account-components##xdm:segmentationAttributes##title##83751": "帐户区段属性",
"account-components##xdm:sourceAccountID##description##22361": "源帐户 ID。",
"account-components##xdm:sourceAccountID##title##18741": "源帐户 ID",
"account-components##xdm:sourceAccountOwnerID##description##84631": "帐户所有者 ID。",
"account-components##xdm:sourceAccountOwnerID##title##58771": "帐户所有者 ID",
"account-components##xdm:sourceAccountParentID##description##43541": "大型公司或组织的子公司的母公司。父帐户必须是 Salesforce 中的现有帐户。您可以输入帐户名称,或使用查找图标选择(或选择性地创建)帐户。",
"account-components##xdm:sourceAccountParentID##title##21821": "源父帐户",
"account-components##xdm:sourceExternalID##description##31191": "外部 ID。",
"account-components##xdm:sourceExternalID##title##86071": "源外部 ID",
"account-components##xdm:sourcePartnerAccountID##description##11541": "合作伙伴帐户是在使用合作伙伴社区或合作伙伴门户时渠道经理用来管理合作伙伴组织、合作伙伴用户和活动的帐户。",
"account-components##xdm:sourcePartnerAccountID##title##10421": "源合作伙伴帐户 ID",
"account-details##description##72981": "XDM 业务帐户详细信息。",
"account-details##title##16521": "XDM 业务帐户详细信息",
"account-details##xdm:accountBillingAddress##title##39071": "帐户账单地址",
"account-details##xdm:accountDescription##description##3761": "帐户的文本描述。",
"account-details##xdm:accountDescription##title##74151": "帐户描述",
"account-details##xdm:accountFax##description##43381": "帐户的传真号码。",
"account-details##xdm:accountFax##title##15291": "帐户传真号",
"account-details##xdm:accountName##description##95101": "公司名称。此字段最多可包含 255 个字符。",
"account-details##xdm:accountName##title##76801": "帐户名称",
"account-details##xdm:accountNumber##description##70351": "帐户的跟踪号或参考号。此字段最多可包含 40 个字符。",
"account-details##xdm:accountNumber##title##5331": "帐号",
"account-details##xdm:accountOrganization##title##36981": "帐户组织",
"account-details##xdm:accountOwnership##description##34291": "公司的所有权,例如,上市公司或私营公司。从销售人员管理员设置的可用值选择列表中选择条目。每个选择列表值最多可包含 40 个字符。",
"account-details##xdm:accountOwnership##title##34951": "所有权",
"account-details##xdm:accountParentID##description##84671": "大型公司或组织的子公司的母公司。父帐户必须是 Salesforce 中的现有帐户。您可以输入帐户名称,或使用查找图标选择(或选择性地创建)帐户。",
"account-details##xdm:accountParentID##title##80371": "父帐户",
"account-details##xdm:accountPhone##description##44571": "帐户的电话号码。",
"account-details##xdm:accountPhone##title##83391": "帐户电话号码",
"account-details##xdm:accountPhysicalAddress##description##65881": "帐户的实际地址。可以是总部地址或任何用于通信的首选业务地址。",
"account-details##xdm:accountPhysicalAddress##title##97131": "帐户物理地址",
"account-details##xdm:accountScore##title##13421": "帐户得分",
"account-details##xdm:accountShippingAddress##title##77991": "帐户配送地址",
"account-details##xdm:accountSite##description##13291": "有关帐户位置的信息,如单个位置、总部或分支。此字段中最多允许使用 80 个字符。",
"account-details##xdm:accountSite##title##57791": "帐户站点详细信息",
"account-details##xdm:accountSourceType##description##48341": "帐户的源类型。",
"account-details##xdm:accountSourceType##title##89431": "帐户源类型",
"account-details##xdm:accountTerritoryID##description##93821": "帐户已分配到的地区。",
"account-details##xdm:accountTerritoryID##title##41191": "帐户地区 ID",
"account-details##xdm:accountTradeStyle##description##15121": "与法定名称不同,组织可以用于开展业务的名称。类似于 (Doing business as) 或 (DBA)。",
"account-details##xdm:accountTradeStyle##title##84551": "帐户交易方式",
"account-details##xdm:accountType##description##2451": "帐户类型。",
"account-details##xdm:accountType##title##60831": "帐户类型",
"account-details##xdm:defaultCurrencyCode##description##24611": "ISO 4217 货币代码。",
"account-details##xdm:defaultCurrencyCode##title##40311": "默认货币代码",
"account-details##xdm:partnerAccountID##description##56171": "合作伙伴帐户是在使用合作伙伴社区或合作伙伴门户时渠道经理用来管理合作伙伴组织、合作伙伴用户和活动的帐户。",
"account-details##xdm:partnerAccountID##title##4871": "合作伙伴帐户 ID",
"account-person##description##46121": "此类用于捕获 XDM 业务帐户人员关系属性。",
"account-person##title##54851": "XDM 业务帐户人员关系",
"account-person##xdm:accountID##description##96141": "此帐户人员关系中帐户的唯一 ID。",
"account-person##xdm:accountID##title##74971": "帐户 ID",
"account-person##xdm:accountPersonID##description##63171": "帐户和人员之间的关系的唯一 ID。",
"account-person##xdm:accountPersonID##title##55901": "帐户人员 ID",
"account-person##xdm:currencyCode##description##58201": "用于帐户与人员之间的关系的 ISO 4217 货币代码。",
"account-person##xdm:currencyCode##title##72221": "货币代码",
"account-person##xdm:isActive##description##46311": "指示帐户和人员之间的这种关系是否处于活动状态的布尔值。",
"account-person##xdm:isActive##title##32451": "活动标志",
"account-person##xdm:isDirect##description##5791": "指示这是否是帐户和人员之间的直接关系的布尔值。",
"account-person##xdm:isDirect##title##75251": "直接标志",
"account-person##xdm:isPrimary##description##31061": "指示此人是否是该帐户的主要联系人的布尔值。",
"account-person##xdm:isPrimary##title##68351": "主要标志",
"account-person##xdm:personID##description##66421": "此帐户人员关系中人员的唯一 ID。",
"account-person##xdm:personID##title##42991": "人员 ID",
"account-person##xdm:personRole##description##22021": "此帐户中人员的角色。",
"account-person##xdm:personRole##title##49191": "人员角色",
"account-person##xdm:relationEndDate##description##37071": "帐户与人员之间的关系结束的日期。",
"account-person##xdm:relationEndDate##title##35651": "关系结束日期",
"account-person##xdm:relationStartDate##description##49381": "帐户与人员之间的关系开始的日期。",
"account-person##xdm:relationStartDate##title##91141": "关系开始日期",
"account-person-components##description##31241": "XDM 业务帐户人员关系组件详细信息。",
"account-person-components##title##43731": "XDM 业务帐户人员关系组成部分",
"account-person-components##xdm:personRole##description##88061": "与此帐户相关的人员的角色。",
"account-person-components##xdm:personRole##title##45881": "人员角色",
"account-person-components##xdm:sourceAccountID##description##1751": "源中的帐户唯一标识符。",
"account-person-components##xdm:sourceAccountID##title##43801": "源帐户 ID",
"account-person-components##xdm:sourceAccountPersonID##description##181": "源中的帐户人员关系的唯一标识符。",
"account-person-components##xdm:sourceAccountPersonID##title##48401": "源帐户人员 ID",
"account-person-components##xdm:sourceExternalID##description##94561": "源中的外部唯一标识符。",
"account-person-components##xdm:sourceExternalID##title##96311": "源外部 ID",
"account-person-components##xdm:sourcePersonID##description##66341": "源中的人员唯一标识符。",
"account-person-components##xdm:sourcePersonID##title##37201": "源人员 ID",
"add-to-list##description##75021": "用于跟踪人员添加到特定列表的时间。",
"add-to-list##title##73091": "添加到列表",
"add-to-list##xdm:listID##description##49311": "营销列表的唯一 ID。",
"add-to-list##xdm:listID##title##63411": "列表 ID",
"add-to-list##xdm:listOperations##title##56911": "列表操作",
"add-to-opportunity##description##3131": "用于在将某人添加为销售机会的联系人时捕获详细信息。",
"add-to-opportunity##title##24251": "添加到机会",
"add-to-opportunity##xdm:isPrimary##description##82451": "布尔值,指示人员是否为机会的主要联系人。",
"add-to-opportunity##xdm:isPrimary##title##69151": "是主要的",
"add-to-opportunity##xdm:opportunityEvent##title##16311": "机会事件",
"add-to-opportunity##xdm:opportunityID##description##1631": "机会的唯一 ID。",
"add-to-opportunity##xdm:opportunityID##title##63081": "机会 ID",
"add-to-opportunity##xdm:role##description##99461": "人员在机会中的角色。",
"add-to-opportunity##xdm:role##title##39101": "角色",
"address##description##24821": "邮政地址。地址可能与人员的住宅、工作或首选商店位置有关。",
"address##title##43001": "邮政地址",
"address##xdm:country##description##60201": "政府管辖地区的名称。与“xdm:countryCode”不同,这是一个自由格式的字段,可以包含任何语言的国家/地区名称。",
"address##xdm:country##title##53821": "国家/地区",
"address##xdm:label##description##90461": "自由形式的地址名称。",
"address##xdm:label##title##39471": "标签",
"address##xdm:lastVerifiedDate##description##51391": "最后一次验证该地址仍与该人员关联的日期。",
"address##xdm:lastVerifiedDate##title##2211": "上次确认日期",
"address##xdm:postOfficeBox##description##92471": "地址的邮政信箱。",
"address##xdm:postOfficeBox##title##95821": "邮政信箱",
"address##xdm:primary##description##60301": "主地址标识符。在给定的时间点,个人资料只能有一个“主”地址。",
"address##xdm:primary##title##7861": "主要",
"address##xdm:region##description##47261": "地址的区域、县或区部分。",
"address##xdm:region##title##35971": "区域",
"address##xdm:state##description##45841": "州的名称。这是自由格式字段。",
"address##xdm:state##title##75601": "省/市/自治区",
"address##xdm:status##description##851": "关于使用地址的能力的指示。",
"address##xdm:status##title##64131": "状态",
"address##xdm:statusReason##description##8491": "当前状态的描述。",
"address##xdm:statusReason##title##20521": "状态原因",
"address##xdm:street1##description##66511": "主要街道级别信息、公寓号、街道号和街道名称。",
"address##xdm:street1##title##17851": "街道 1",
"address##xdm:street2##description##23701": "可选街道信息第二行。",
"address##xdm:street2##title##69761": "街道 2",
"address##xdm:street3##description##79851": "可选街道信息第三行。",
"address##xdm:street3##title##40721": "街道 3",
"address##xdm:street4##description##72711": "可选街道信息第四行。",
"address##xdm:street4##title##67941": "街道 4",
"adhoc##description##60841": "用于指示组合成数据架构时临时数据语义的行为。临时语义范围仅限于本地架构,并且不能假定架构之间有兼容性。",
"adhoc##title##18631": "临时架构",
"adobe-analytics##description##54661": "用于 Adobe Analytics 解决方案数据提取的 Analytics ExperienceEvent 架构。包括核心/标准 ExperienceEvent 以及所需的 Adobe Analytics ExperienceEvent mixin。",
"adobe-analytics##title##10671": "Adobe Analytics ExperienceEvent",
"advertising##@id##description##48021": "媒体分析客户提供的广告资源的标识符。遵循 Ad-ID 标准 [https://www.ad-id.org]。",
"advertising##@id##title##52881": "广告 ID",
"advertising##dc:title##description##23841": "便于用户识别的广告资源名称。",
"advertising##dc:title##title##35871": "广告名称",
"advertising##description##56941": "与体验事件相关的广告活动的相关信息。",
"advertising##title##27231": "广告",
"advertising##xdm:activeWindow##description##70801": "指示广告是否显示在用户设备的活动窗口上。",
"advertising##xdm:activeWindow##title##22941": "活动窗口",
"advertising##xdm:adAssetReference##description##3861": "有关体验事件所捕获的广告的资源信息。",
"advertising##xdm:adAssetReference##title##69251": "广告资源参考",
"advertising##xdm:adAssetViewDetails##description##49541": "查看体验事件捕获的广告播放的详细信息。",
"advertising##xdm:adAssetViewDetails##title##46551": "广告资源视图详细信息",
"advertising##xdm:adBreak##description##93361": "有关如何将定时广告插入定时媒体的详细信息。",
"advertising##xdm:adBreak##title##82761": "广告插播",
"advertising##xdm:adHeight##description##9131": "播放器的垂直像素数(在运行时测量)。如果播放器有额外的控件或缩略图,这可能会大于广告的尺寸。",
"advertising##xdm:adHeight##title##81831": "广告高度",
"advertising##xdm:adUnitDepth##description##67551": "发布者可以在容器/iFrame 中嵌入广告单元,以限制广告仅访问页面代码。这描述了广告单元显示在多少个“容器”或 iFrame 中。",
"advertising##xdm:adUnitDepth##title##62351": "广告单元深度",
"advertising##xdm:adViewability##description##58511": "媒体评级委员会 (MRC) 将可见性定义为一种在线广告量度,表示最终用户实际“看到”的展示次数。可见性捕获特定的详细信息,例如播放器音量、库版本、窗口状态和视区广告测量尺寸。",
"advertising##xdm:adViewability##title##72191": "MRC 可见性",
"advertising##xdm:adWidth##description##28781": "播放器的水平像素数(在运行时测量)。如果播放器有额外的控件或缩略图,这可能会大于广告的尺寸。",
"advertising##xdm:adWidth##title##89461": "广告宽度",
"advertising##xdm:advertiser##description##92991": "其产品在广告中出现的公司/品牌。",
"advertising##xdm:advertiser##title##95901": "广告商",
"advertising##xdm:campaign##description##65521": "广告营销活动的 ID。",
"advertising##xdm:campaign##title##94471": "广告营销活动",
"advertising##xdm:clicks##description##42271": "单击广告上的操作。",
"advertising##xdm:completes##description##29061": "指示定时媒体资源是否已观看完毕,但这并不一定意味着最终用户观看了整个视频,因为他们可以跳过前面。",
"advertising##xdm:completes##title##74321": "广告完成",
"advertising##xdm:conversions##description##23041": "客户预定义的一个或多个触发性能评估事件的操作。",
"advertising##xdm:creativeID##description##15311": "广告创意的 ID。",
"advertising##xdm:creativeID##title##63861": "广告创意 ID",
"advertising##xdm:creativeURL##description##93521": "广告创意的 URL。",
"advertising##xdm:creativeURL##title##14161": "广告创意 URL",
"advertising##xdm:downloadedPlayback##description##28091": "在因播放下载的广告会话而产生点击行为时,设置为 true。",
"advertising##xdm:downloadedPlayback##title##8351": "广告已下载标志",
"advertising##xdm:federated##description##17331": "指示体验事件是否通过数据联合(例如,客户之间的数据共享)创建。",
"advertising##xdm:federated##title##32841": "联合广告",
"advertising##xdm:firstQuartiles##description##50001": "以正常速度播放了其 25% 的时长的数字视频广告。",
"advertising##xdm:implementationDetails##description##31201": "用于衡量可见性量度的库的名称和版本。",
"advertising##xdm:implementationDetails##title##49431": "可见度实现详细信息",
"advertising##xdm:impressions##description##5631": "面向最终用户的可能被观看的广告展示。",
"advertising##xdm:index##description##92741": "父广告插播内广告的索引,例如,第一个广告的索引为 0,第二个广告的索引为 1。",
"advertising##xdm:index##title##61691": "Pod 位置的广告",
"advertising##xdm:measuredAdNotVisible##description##18871": "在展示时由可见性库衡量的广告不可见标识符。",
"advertising##xdm:measuredMuted##description##93071": "在展示时由可见性库衡量的广告静音标识符。",
"advertising##xdm:measuredWindowInactive##description##46531": "在展示时由可见性库衡量的在非活动窗口中显示的广告的标识符。",
"advertising##xdm:measurementEligible##description##3571": "广告是否符合可见性的衡量标准。如果广告单元具有受支持的创意格式和标记类型,则广告符合条件。",
"advertising##xdm:measurementEligible##title##50811": "符合可见性测量条件",
"advertising##xdm:midpoints##description##36821": "一个数字视频广告以正常速度播放了其 50% 的时长。",
"advertising##xdm:percentViewable##description##5061": "测量时被视为可见的广告中的像素百分比。",
"advertising##xdm:percentViewable##title##56611": "可见百分比",
"advertising##xdm:placementID##description##24691": "广告的投放 ID。",
"advertising##xdm:placementID##title##63631": "广告投放 ID",
"advertising##xdm:playerName##description##9101": "负责呈现广告的播放器的名称。",
"advertising##xdm:playerName##title##68721": "广告播放器名称",
"advertising##xdm:playerVolume##description##28871": "播放器音量百分比(在运行时测量),其中 0 表示静音,100 表示最大音量。",
"advertising##xdm:playerVolume##title##67001": "播放器音量百分比",
"advertising##xdm:siteID##description##80701": "广告网站的 ID。",
"advertising##xdm:siteID##title##62351": "广告网站 ID",
"advertising##xdm:starts##description##68121": "数字视频广告已开始播放。",
"advertising##xdm:starts##title##30211": "广告开始",
"advertising##xdm:thirdQuartiles##description##64371": "一个数字视频广告以正常速度播放了其 75% 的时长。",
"advertising##xdm:timePlayed##description##59071": "描述最终用户在特定定时媒体资源上花费的时间量。",
"advertising##xdm:timePlayed##title##56311": "广告所用时间",
"advertising##xdm:unmeasurableIframe##description##52611": "因广告显示在 iframe 中而无法正常执行度量的可见性库的标识符。",
"advertising##xdm:unmeasurableOther##description##45161": "因非预定义的错误而使可见性库无法正常执行度量的标识符。",
"advertising##xdm:viewabilityEligibleImpressions##description##83851": "面向配备可见性库的最终用户的广告展示。",
"advertising##xdm:viewable##description##80851": "当广告的至少 50% 的内容展示至少 1 秒时,展示广告被视为可见。如果视频连续播放至少 2 秒且至少 50% 的广告内容可见,则视频广告被视为可见。所有可见广告都是可度量的,因为除非广告可度量,否则您将无法确认广告是否符合可见性的条件。",
"advertising##xdm:viewable##title##96361": "可见广告",
"advertising##xdm:viewableCompletes##description##18061": "面向最终用户的广告的完成时间,该广告被可见性库视为可在完成时查看。",
"advertising##xdm:viewableFirstQuartiles##description##46971": "面向最终用户的广告的第一个四分位点,这些点被可见性库视为可在播放第一个四分位点时查看。",
"advertising##xdm:viewableImpressions##description##85581": "被可见性库视为可在播放两秒后查看的面向最终用户的广告的展示。",
"advertising##xdm:viewableMidpoints##description##64851": "被可见性库视为可在播放中点查看的面向最终用户的广告中点。",
"advertising##xdm:viewableThirdQuartiles##description##54081": "面向最终用户的广告的第三个四分位点,这些点被可见性库视为可在播放第三个四分位点时查看。",
"advertising##xdm:viewportHeight##description##84351": "在运行时测量的显示体验的窗口的垂直大小(以像素为单位)。对于 Web 视图事件,则为浏览器视区高度。",
"advertising##xdm:viewportHeight##title##67951": "视区高度",
"advertising##xdm:viewportWidth##description##42271": "在运行时测量的显示体验的窗口的水平大小(以像素为单位)。对于 Web 视图事件,则为浏览器视区宽度。",
"advertising##xdm:viewportWidth##title##15421": "视区宽度",
"advertising##xmpDM:duration##description##78611": "广告资源的时长或持续时间(以秒为单位)。",
"advertising##xmpDM:duration##title##39981": "广告时长或持续时间",
"advertising-break##@id##description##36061": "广告插播的标识符。",
"advertising-break##@id##title##36751": "广告 Pod ID",
"advertising-break##dc:title##description##20751": "广告插播的友好名称。",
"advertising-break##dc:title##title##4081": "Pod 名称",
"advertising-break##description##57771": "广告插播是插入到媒体内容中的广告。广告插播描述了如何将定时广告插入定时媒体中。",
"advertising-break##title##94661": "广告插播",
"advertising-break##xdm:offset##description##6161": "从主要内容的开始的广告插播偏移量(以秒为单位)。",
"advertising-break##xdm:offset##title##89501": "Pod 位置",
"advertising-timed-asset-reference##@id##description##13261": "媒体分析客户提供的广告资源的标识符。遵循 Ad-ID 标准 [https://www.ad-id.org]。",
"advertising-timed-asset-reference##@id##title##85351": "广告 ID",
"advertising-timed-asset-reference##dc:title##description##15141": "易于用户识别的广告资源名称。",
"advertising-timed-asset-reference##dc:title##title##94761": "广告名称",
"advertising-timed-asset-reference##description##89691": "广告资源参考是有关体验事件所捕获的广告的信息。",
"advertising-timed-asset-reference##title##43831": "广告资源参考",
"advertising-timed-asset-reference##xdm:advertiser##description##40511": "其产品在广告中出现的公司/品牌。",
"advertising-timed-asset-reference##xdm:advertiser##title##53221": "广告商",
"advertising-timed-asset-reference##xdm:campaign##description##2031": "广告营销活动的 ID。",
"advertising-timed-asset-reference##xdm:campaign##title##97091": "广告营销活动",
"advertising-timed-asset-reference##xdm:creativeID##description##83751": "广告创意的 ID。",
"advertising-timed-asset-reference##xdm:creativeID##title##1761": "广告创意 ID",
"advertising-timed-asset-reference##xdm:creativeURL##description##37541": "广告创意的 URL。",
"advertising-timed-asset-reference##xdm:creativeURL##title##67961": "广告创意 URL",
"advertising-timed-asset-reference##xdm:placementID##description##20471": "广告的投放 ID。",
"advertising-timed-asset-reference##xdm:placementID##title##88481": "广告投放 ID",
"advertising-timed-asset-reference##xdm:siteID##description##23221": "广告网站的 ID。",
"advertising-timed-asset-reference##xdm:siteID##title##68611": "广告网站 ID",
"advertising-timed-asset-reference##xmpDM:duration##description##50351": "广告资源的时长或持续时间(以秒为单位)。",
"advertising-timed-asset-reference##xmpDM:duration##title##40501": "广告时长或持续时间",
"advertising-timed-asset-view-details##description##48141": "查看体验事件捕获的广告播放的详细信息。",
"advertising-timed-asset-view-details##title##75241": "广告资源视图详细信息",
"advertising-timed-asset-view-details##xdm:adBreak##description##92241": "有关如何将定时广告插入定时媒体的详细信息。",
"advertising-timed-asset-view-details##xdm:adBreak##title##28041": "广告插播",
"advertising-timed-asset-view-details##xdm:index##description##62591": "父广告插播内广告的索引,例如,第一个广告的索引为 0,第二个广告的索引为 1。",
"advertising-timed-asset-view-details##xdm:index##title##37811": "Pod 位置的广告",
"advertising-timed-asset-view-details##xdm:playerName##description##16571": "负责呈现广告的播放器的名称。",
"advertising-timed-asset-view-details##xdm:playerName##title##19961": "广告播放器名称",
"adviewability##description##88401": "运行时测量的浏览器或应用程序设置,用于描述与每个页面加载关联的广告的可见性。",
"adviewability##title##84051": "MRC 可见性",
"adviewability##xdm:activeWindow##description##75141": "指示广告是否显示在用户设备的活动窗口上。",
"adviewability##xdm:activeWindow##title##78541": "活动窗口",
"adviewability##xdm:adHeight##description##32341": "播放器的垂直像素数(在运行时测量)。如果播放器有额外的控件或缩略图,这可能会大于广告的尺寸。",
"adviewability##xdm:adHeight##title##65071": "广告高度",
"adviewability##xdm:adUnitDepth##description##54131": "发布者可以在容器/iFrame 中嵌入广告单元,以限制广告仅访问页面代码。这描述了广告单元显示在多少个“容器”或 iFrame 中。",
"adviewability##xdm:adUnitDepth##title##24531": "广告单元深度",
"adviewability##xdm:adWidth##description##15361": "播放器的水平像素数(在运行时测量)。如果播放器有额外的控件或缩略图,这可能会大于广告的尺寸。",
"adviewability##xdm:adWidth##title##4211": "广告宽度",
"adviewability##xdm:implementationDetails##description##85151": "用于衡量可见性量度的库的名称和版本。",
"adviewability##xdm:implementationDetails##title##82961": "可见度实现详细信息",
"adviewability##xdm:measuredAdNotVisible##description##45351": "在展示时由可见性库衡量的广告不可见标识符。",
"adviewability##xdm:measuredMuted##description##60581": "在展示时由可见性库衡量的广告静音标识符。",
"adviewability##xdm:measuredWindowInactive##description##76271": "在展示时由可见性库衡量的在非活动窗口中显示的广告的标识符。",
"adviewability##xdm:measurementEligible##description##88351": "广告是否符合可见性的衡量标准。如果广告单元具有受支持的创意格式和标记类型,则广告符合条件。",
"adviewability##xdm:measurementEligible##title##13261": "符合可见性测量条件",
"adviewability##xdm:percentViewable##description##35611": "测量时被视为可见的广告中的像素百分比。",
"adviewability##xdm:percentViewable##title##61551": "可见百分比",
"adviewability##xdm:playerVolume##description##46521": "播放器音量百分比(在运行时测量),其中 0 表示静音,100 表示最大音量。",
"adviewability##xdm:playerVolume##title##72611": "播放器音量百分比",
"adviewability##xdm:unmeasurableIframe##description##33691": "因广告显示在 iframe 中而无法正常执行度量的可见性库的标识符。",
"adviewability##xdm:unmeasurableOther##description##4731": "因非预定义的错误而使可见性库无法正常执行度量的标识符。",
"adviewability##xdm:viewabilityEligibleImpressions##description##87081": "面向配备可见性库的最终用户的广告展示。",
"adviewability##xdm:viewable##description##11911": "当广告的至少 50% 的内容展示至少 1 秒时,展示广告被视为可见。如果视频连续播放至少 2 秒且至少 50% 的广告内容可见,则视频广告被视为可见。所有可见广告都是可度量的,因为除非广告可度量,否则您将无法确认广告是否符合可见性的条件。",
"adviewability##xdm:viewable##title##2611": "可见广告",
"adviewability##xdm:viewableCompletes##description##10071": "面向最终用户的广告的完成时间,该广告被可见性库视为可在完成时查看。",
"adviewability##xdm:viewableFirstQuartiles##description##79351": "面向最终用户的广告的第一个四分位点,这些点被可见性库视为可在播放第一个四分位点时查看。",
"adviewability##xdm:viewableImpressions##description##48801": "被可见性库视为可在播放两秒后查看的面向最终用户的广告的展示。",
"adviewability##xdm:viewableMidpoints##description##97081": "被可见性库视为可在播放中点查看的面向最终用户的广告中点。",
"adviewability##xdm:viewableThirdQuartiles##description##8651": "面向最终用户的广告的第三个四分位点,这些点被可见性库视为可在播放第三个四分位点时查看。",
"adviewability##xdm:viewportHeight##description##6411": "在运行时测量的显示体验的窗口的垂直大小(以像素为单位)。对于 Web 视图事件,则为浏览器视区高度。",
"adviewability##xdm:viewportHeight##title##28911": "视区高度",
"adviewability##xdm:viewportWidth##description##31201": "在运行时测量的显示体验的窗口的水平大小(以像素为单位)。对于 Web 视图事件,则为浏览器视区宽度。",
"adviewability##xdm:viewportWidth##title##91831": "视区宽度",
"aircraft##description##65501": "飞机详细信息,包括机尾编号 (ID) 和类型。",
"aircraft##title##74691": "飞机详细信息",
"aircraft##xdm:aircraftType##description##74491": "记录飞机类型。",
"aircraft##xdm:aircraftType##title##1611": "飞机类型",
"aircraft##xdm:tailNumber##description##97381": "捕获飞机的机尾编号(标识字符串)。",
"aircraft##xdm:tailNumber##title##571": "尾号",
"alternateDisplayInfo##@type##title##71461": "类型",
"alternateDisplayInfo##description##60941": "允许修改核心库架构字段的“title”和“description”值。UI 可以使用这些值来为标准字段显示更友好的名称或者仅显示具有友好名称的字段。",
"alternateDisplayInfo##meta:enum##title##76551": "扩展的 meta:enum 值",
"alternateDisplayInfo##title##66501": "友好名称描述符",
"alternateDisplayInfo##xdm:description##description##43961": "如果存在,则显示用户友好的描述。",
"alternateDisplayInfo##xdm:description##title##88041": "描述",
"alternateDisplayInfo##xdm:note##description##59021": "如果存在,则显示用户友好的注释。类似于描述,但提供有关字段实际使用情况的更多详细信息。",
"alternateDisplayInfo##xdm:note##title##1791": "注释",
"alternateDisplayInfo##xdm:title##description##54841": "如果存在,则显示用户友好的标题。",
"alternateDisplayInfo##xdm:title##title##54161": "标题",
"application##@id##description##65211": "应用程序的唯一标识符。",
"application##@id##title##83111": "应用程序标识符",
"application##description##2701": "与应用程序生成的交互相关的详细信息。应用程序是指软件体验,例如可以由最终用户安装、运行、关闭或卸载的移动或桌面应用程序。详细信息并非旨在描述代理,例如聊天机器人、基于浏览器的插件或其他不适用于应用程序的体验。",
"application##description##61631": "应用程序通道标识接受消息或将事件传输到通道的应用程序。",
"application##title##16871": "应用程序",
"application##title##26151": "应用频道",
"application##xdm:applicationCloses##description##26811": "正常终止应用程序。",
"application##xdm:crashes##description##70691": "在应用程序不能正常退出时触发。当发生崩溃后,在应用程序启动时发送事件。",
"application##xdm:featureUsages##description##55561": "激活正在衡量的应用程序功能。",
"application##xdm:firstLaunches##description##62371": "安装后首次启动时触发。",
"application##xdm:id##description##26071": "应用程序的标识符。",
"application##xdm:id##title##361": "应用程序标识符",
"application##xdm:installs##description##34431": "在特定安装事件可用的设备上安装应用程序。",
"application##xdm:launches##description##63161": "启动应用程序。在每次运行(包括崩溃和安装)时触发。此外,如果超过会话超时值,则会在从后台恢复时触发。",
"application##xdm:name##description##41941": "应用程序的名称。",
"application##xdm:name##description##52691": "应用程序的名称。",
"application##xdm:name##title##64771": "名称",
"application##xdm:name##title##8331": "名称",
"application##xdm:upgrades##description##18931": "升级之前安装的应用程序。在升级后首次启动时触发。",
"application##xdm:userPerspective##description##46671": "事件发生时,用户和应用程序/品牌之间的视角/实体关系。最常见的情况是,应用程序在前台,用户直接与它交互;应用程序在后台,并且仍在生成事件。分离意味着事件与应用程序关联,但并非直接来自应用程序,如从外部系统发送电子邮件或推送通知。了解与应用程序关联的用户视角有助于准确地生成会话,因为大多数情况下,您不希望将后台和分离的事件作为活动会话的一部分。",
"application##xdm:version##description##15421": "应用程序的版本。",
"application##xdm:version##description##76111": "应用程序的版本。",
"application##xdm:version##title##4841": "版本",
"application##xdm:version##title##57861": "版本",
"atm##description##34691": "ATM 信息,例如活动状态、地址、ID 和名称。",
"atm##title##46521": "ATM",
"atm##xdm:atmAddress##description##95271": "ATM 所在的物理地址。",
"atm##xdm:atmAddress##title##70161": "ATM 地址",
"atm##xdm:atmID##description##95771": "与 ATM 关联的 ID。",
"atm##xdm:atmID##title##49801": "ATM ID",
"atm##xdm:atmName##description##98821": "与 ATM 关联的名称。",
"atm##xdm:atmName##title##91961": "ATM 名称",
"atm##xdm:isAtmActive##description##35161": "是/否,指示 ATM 当前是否处于活动状态。",
"atm##xdm:isAtmActive##title##11261": "为 ATM 活动",
"audio##description##51871": "基于 [ID3 V2.4](https://id3.org/id3v2.4.0-frames) 的音频元数据",
"audio##id3:TPUB##description##47971": "记录标签的名称。",
"audio##id3:TPUB##title##24821": "记录标签",
"audio##id3:TRSN##description##33091": "播放音频的电台的名称。",
"audio##id3:TRSN##title##65721": "InternetRadioStationName",
"audio##title##84441": "音频",
"auditable##description##48551": "审核记录架构指示数据记录是可审核的。例如,上次修改记录的人员和时间。",
"auditable##title##87231": "审核记录",
"auditable##xdm:createdByBatchID##description##60231": "目录中发起记录创建的数据集文件。",
"auditable##xdm:createdByBatchID##title##46121": "批量创建标识符",
"auditable##xdm:modifiedByBatchID##description##21001": "已修改记录的目录中最后的数据集文件。在创建时,“modifiedByBatchID”设置为“createdByBatchID”。",
"auditable##xdm:modifiedByBatchID##title##45371": "批量修改标识符",
"auditable##xdm:repositoryCreatedBy##description##79871": "创建记录的用户 ID。",
"auditable##xdm:repositoryCreatedBy##title##81581": "创建者用户标识符",
"auditable##xdm:repositoryLastModifiedBy##description##90771": "最后修改记录的用户 ID。在创建时,“modifiedByUser”设置为“createdByUser”。",
"auditable##xdm:repositoryLastModifiedBy##title##8121": "修改者用户标识符",
"b2b-account##description##96811": "此数据类型用于捕获 B2B 帐户属性。它们在单独的定义下按功能分组。",
"b2b-account##title##93171": "B2B 帐户",
"b2b-account##xdm:accountBillingAddress##title##27121": "帐户账单地址",
"b2b-account##xdm:accountDescription##description##34701": "帐户的文本描述。",
"b2b-account##xdm:accountDescription##title##35951": "帐户描述",
"b2b-account##xdm:accountFax##description##15221": "帐户的传真号码。",
"b2b-account##xdm:accountFax##title##30841": "帐户传真号",
"b2b-account##xdm:accountName##description##40251": "公司名称。此字段最多可包含 255 个字符。",
"b2b-account##xdm:accountName##title##89121": "帐户名称",
"b2b-account##xdm:accountNumber##description##86321": "帐户的跟踪号或参考号。此字段最多可包含 40 个字符。",
"b2b-account##xdm:accountNumber##title##2231": "帐号",
"b2b-account##xdm:accountOrganization##title##85741": "帐户组织",
"b2b-account##xdm:accountOwnership##description##46281": "公司的所有权,例如,上市公司或私营公司。从销售人员管理员设置的可用值选择列表中选择条目。每个选择列表值最多可包含 40 个字符。",
"b2b-account##xdm:accountOwnership##title##1031": "所有权",
"b2b-account##xdm:accountParentID##description##33101": "大型公司或组织的子公司的母公司。父帐户必须是 Salesforce 中的现有帐户。您可以输入帐户名称,或使用查找图标选择(或选择性地创建)帐户。",
"b2b-account##xdm:accountParentID##title##90541": "父帐户",
"b2b-account##xdm:accountPhone##description##88221": "帐户的电话号码。",
"b2b-account##xdm:accountPhone##title##25861": "帐户电话号码",
"b2b-account##xdm:accountPhysicalAddress##description##98081": "帐户的实际地址。可以是总部地址或任何用于通信的首选业务地址。",
"b2b-account##xdm:accountPhysicalAddress##title##57531": "帐户物理地址",
"b2b-account##xdm:accountScore##title##53461": "帐户得分",
"b2b-account##xdm:accountShippingAddress##title##13231": "帐户配送地址",
"b2b-account##xdm:accountSite##description##99491": "有关帐户位置的信息,如单个位置、总部或分支。此字段中最多允许使用 80 个字符。",
"b2b-account##xdm:accountSite##title##81221": "帐户站点详细信息",
"b2b-account##xdm:accountSourceType##description##60871": "帐户的源类型。",
"b2b-account##xdm:accountSourceType##title##97021": "帐户源类型",
"b2b-account##xdm:accountTerritoryID##description##58351": "帐户已分配到的地区。",
"b2b-account##xdm:accountTerritoryID##title##84841": "帐户地区 ID",
"b2b-account##xdm:accountTradeStyle##description##87011": "与法定名称不同,组织可以用于开展业务的名称。类似于 (Doing business as) 或 (DBA)。",
"b2b-account##xdm:accountTradeStyle##title##71421": "帐户交易方式",
"b2b-account##xdm:accountType##description##61581": "帐户类型。",
"b2b-account##xdm:accountType##title##67701": "帐户类型",
"b2b-account##xdm:defaultCurrencyCode##description##9871": "ISO 4217 货币代码。",
"b2b-account##xdm:defaultCurrencyCode##title##54301": "默认货币代码",
"b2b-account##xdm:partnerAccountID##description##19311": "合作伙伴帐户是在使用合作伙伴社区或合作伙伴门户时渠道经理用来管理合作伙伴组织、合作伙伴用户和活动的帐户。",
"b2b-account##xdm:partnerAccountID##title##43571": "合作伙伴帐户 ID",
"b2b-account-organization##description##27461": "B2B 帐户的常用组织属性,例如员工人数、市场区段、行业、评级、股票代码等。",
"b2b-account-organization##title##89111": "帐户详细信息",
"b2b-account-organization##xdm:DUNSNumber##description##44131": "Dun & Bradstreet D-U-N-S 编号是分配给 Dun & Bradstreet 数据库中每个营业地点的非指示性九位数编号,具有唯一、独立和独特的操作,并由 Dun & Bradstreet 独家维护。",
"b2b-account-organization##xdm:DUNSNumber##title##491": "Dun & Bradstreet D-U-N-S 编号",
"b2b-account-organization##xdm:NAICSCode##description##91191": "NAICS(发音为 NAKES)代码是北美行业分类系统中的一个分类。",
"b2b-account-organization##xdm:NAICSCode##title##68641": "NAICS 代码",
"b2b-account-organization##xdm:NAICSDescription##description##37021": "对组织业务线的简要描述(基于其 NAICS 代码)。",
"b2b-account-organization##xdm:NAICSDescription##title##93701": "NAICS 描述",
"b2b-account-organization##xdm:SICCode##description##83621": "标准行业分类 (SIC) 是四位数代码,根据公司的业务活动对公司所属的行业进行分类。",
"b2b-account-organization##xdm:SICCode##title##20051": "SIC 代码",
"b2b-account-organization##xdm:SICDescription##description##96251": "对组织业务线的简要描述(基于其 SIC 代码)。",
"b2b-account-organization##xdm:SICDescription##title##19831": "SIC 描述",
"b2b-account-organization##xdm:annualRevenue##description##71491": "估计的组织年收入金额。",
"b2b-account-organization##xdm:annualRevenue##title##77951": "年收入",
"b2b-account-organization##xdm:companyProductAndServices##description##72891": "公司经营的产品和服务。",
"b2b-account-organization##xdm:companyProductAndServices##title##57281": "公司产品与服务",
"b2b-account-organization##xdm:facebookPageUrl##description##75671": "指向帐户的 Facebook 帐户的网站链接",
"b2b-account-organization##xdm:facebookPageUrl##title##27671": "Facebook 页面 URL",
"b2b-account-organization##xdm:industry##description##41101": "此组织所属的行业。这是一个自由形式的字段,建议在查询中使用结构化值或使用“xdm:classifier”属性。",
"b2b-account-organization##xdm:industry##title##42591": "行业",
"b2b-account-organization##xdm:jigsaw##description##47241": "Data.com 键。",
"b2b-account-organization##xdm:jigsaw##title##29521": "拼图",
"b2b-account-organization##xdm:linkedinPageUrl##description##77711": "指向帐户的 Linkedin 帐户的网站链接",
"b2b-account-organization##xdm:linkedinPageUrl##title##27161": "LinkedIn 页面 URL",
"b2b-account-organization##xdm:logoUrl##description##31151": "要与 Salesforce 实例的 URL(例如 https://yourInstance.salesforce.com/)组合的路径,组合生成一个 URL 以请求与帐户关联的社交网络个人资料图像。生成的 URL 返回一个指向帐户的社交网络个人资料图像的 HTTP 重定向(代码 302)。",
"b2b-account-organization##xdm:logoUrl##title##38601": "徽标 URL",
"b2b-account-organization##xdm:marketSegment##description##84051": "组织参与的指定市场区段。这是一个自由形式的字段,建议在查询中使用结构化值或使用“xdm:identifier”属性。",
"b2b-account-organization##xdm:marketSegment##title##25061": "市场区段",
"b2b-account-organization##xdm:numberOfEmployees##description##43251": "组织内的员工数。",
"b2b-account-organization##xdm:numberOfEmployees##title##46681": "员工人数",
"b2b-account-organization##xdm:organizationType##description##32751": "描述组织类型的标签",
"b2b-account-organization##xdm:organizationType##title##26871": "组织类型",
"b2b-account-organization##xdm:primaryEmailDomain##title##67811": "主电子邮件域",
"b2b-account-organization##xdm:rating##description##63861": "此组织的计算得分或星级。“1”表示可能的最大评级,“0”表示可能的最小评级。",
"b2b-account-organization##xdm:rating##title##76941": "评级",
"b2b-account-organization##xdm:tickerSymbol##description##86021": "此帐户的股市符号。最多 20 个字符。",
"b2b-account-organization##xdm:tickerSymbol##title##39381": "股票代码",
"b2b-account-organization##xdm:twitterHandleUrl##description##91461": "指向帐户的 Twitter 控件的网站链接",
"b2b-account-organization##xdm:twitterHandleUrl##title##35861": "Twitter 控件 URL",
"b2b-account-organization##xdm:website##description##76291": "组织网站的 URL。",
"b2b-account-organization##xdm:website##title##11071": "网站 URL",
"b2b-person-components##description##84061": "此 Mixin 用于捕获 B2B 人员特定的关系属性以及人员分类所需的其他属性。",
"b2b-person-components##title##10621": "XDM 业务人员组件",
"b2b-person-components##xdm:personGroupID##description##6821": "人员的组标识符。",
"b2b-person-components##xdm:personGroupID##title##55741": "人员组 ID",
"b2b-person-components##xdm:personScore##description##16671": "CRM 系统为人员生成的分数。",
"b2b-person-components##xdm:personScore##title##87751": "个人得分",
"b2b-person-components##xdm:personSource##description##48551": "有关此人信息的来源。",
"b2b-person-components##xdm:personSource##title##26431": "人员来源",
"b2b-person-components##xdm:personStatus##description##5851": "记录人员当前营销/销售状态的字段。",
"b2b-person-components##xdm:personStatus##title##76141": "人员状态",
"b2b-person-components##xdm:personType##description##46811": "B2B 人员的类型。",
"b2b-person-components##xdm:personType##title##81731": "人员类型",
"b2b-person-components##xdm:sourceAccountID##description##32021": "源帐户 ID。",
"b2b-person-components##xdm:sourceAccountID##title##46961": "源帐户 ID",
"b2b-person-components##xdm:sourceConvertedContactID##description##69651": "源转化后的联系人 ID。",
"b2b-person-components##xdm:sourceConvertedContactID##title##38451": "源转化后的联系人 ID",
"b2b-person-components##xdm:sourceExternalID##description##26201": "源中的外部源的唯一标识符。",
"b2b-person-components##xdm:sourceExternalID##title##30461": "源外部 ID",
"b2b-person-components##xdm:sourcePersonID##description##58991": "源人员 ID。",
"b2b-person-components##xdm:sourcePersonID##title##29921": "源人员 ID",
"b2b-person-components##xdm:workEmail##title##79641": "B2B 人员的工作电子邮件 ID",
"b2b-person-details##description##71241": "此 mixin 用于捕获 B2B 人员特定的属性。B2B 人员可以是联系人/潜在客户等。",
"b2b-person-details##title##98781": "XDM 业务人员详细信息",
"b2b-person-details##xdm:accountID##description##71731": "此人员的父母帐户的 ID。",
"b2b-person-details##xdm:accountID##title##64181": "联系人帐户 ID",
"b2b-person-details##xdm:blockedCause##description##71021": "人员受阻的原因。",
"b2b-person-details##xdm:blockedCause##title##83561": "阻止的原因",
"b2b-person-details##xdm:convertedContactID##description##27071": "如果商机成功转化,则为联系人 ID。",
"b2b-person-details##xdm:convertedContactID##title##61351": "转化后的联系人 ID",
"b2b-person-details##xdm:convertedDate##description##941": "成功转化商机的日期。",
"b2b-person-details##xdm:convertedDate##title##77721": "已转化日期",
"b2b-person-details##xdm:isBlocked##description##54201": "指示人员是否受阻。",
"b2b-person-details##xdm:isBlocked##title##81631": "已阻止标识符",
"b2b-person-details##xdm:isConverted##description##851": "指示是否已成功转化商机。",
"b2b-person-details##xdm:isConverted##title##25921": "已转化标识符",
"b2b-person-details##xdm:isMarketingSuspended##description##12361": "营销暂停标志。",
"b2b-person-details##xdm:isMarketingSuspended##title##51121": "营销暂停指标",
"b2b-person-details##xdm:marketingSuspendedCause##description##61301": "此人因任何营销目的而被停职的原因。",
"b2b-person-details##xdm:marketingSuspendedCause##title##10701": "营销暂停原因",
"b2b-person-details##xdm:personGroupID##description##97231": "人员的组标识符。",
"b2b-person-details##xdm:personGroupID##title##27361": "人员组 ID",
"b2b-person-details##xdm:personOptInOut##description##75591": "保存人员选择的不同频道的选择禁用值。",
"b2b-person-details##xdm:personOptInOut##title##7321": "人员偏好设置",
"b2b-person-details##xdm:personScore##description##32381": "CRM 系统为人员生成的分数。",
"b2b-person-details##xdm:personScore##title##71331": "个人得分",
"b2b-person-details##xdm:personSource##description##87941": "有关此人信息的来源。",
"b2b-person-details##xdm:personSource##title##84261": "人员来源",
"b2b-person-details##xdm:personStatus##description##16951": "记录人员当前营销/销售状态的字段。",
"b2b-person-details##xdm:personStatus##title##18161": "人员状态",
"b2b-person-details##xdm:personType##description##93781": "B2B 人员的类型。",
"b2b-person-details##xdm:personType##title##96541": "人员类型",
"b2b-source##description##361": "此数据类型用于捕获 B2B/CRM 源标识符。",
"b2b-source##title##53031": "B2B 源",
"b2b-source##xdm:ID##description##33021": "这是片段的行 ID(无论它是什么类型)。它可以是联系人、帐户、商机等的行 ID。",
"b2b-source##xdm:ID##title##93071": "ID",
"b2b-source##xdm:key##description##99891": "这是 systemId 和 id 的串联。连接的值由数据管道中的连接器创建,因此它已经在源中。",
"b2b-source##xdm:key##title##17431": "系统密钥",
"b2b-source##xdm:systemID##description##99011": "这是源系统本身的标识符,可能包括对象类型。",
"b2b-source##xdm:systemID##title##36261": "系统 ID",
"beacon-interaction-details##description##22721": "信标是一种无线设备,当移动设备进入范围内时,它将身份信息传递给移动应用程序。",
"beacon-interaction-details##title##6251": "信标",
"beacon-interaction-details##xdm:beaconMajor##description##15151": "主要值标识和区分 1 到 65,535 之间的一组无符号整数值。",
"beacon-interaction-details##xdm:beaconMajor##title##44971": "主要信标",
"beacon-interaction-details##xdm:beaconMinor##description##32341": "次要值标识和区分 1 到 65,535 之间的个别无符号整数值。",
"beacon-interaction-details##xdm:beaconMinor##title##18661": "次要信标",
"beacon-interaction-details##xdm:proximity##description##68591": "距信标的估计距离。",
"beacon-interaction-details##xdm:proximity##title##25571": "邻近信标",
"beacon-interaction-details##xdm:proximityUUID##description##22311": "邻近 UUID(通用唯一标识符)是一种特殊类型的标识符,用于将您的网络信标与非您控制的网络中的所有其他信标区分开来。邻近 UUID 配置到信标中,传输到一定范围内的移动设备,用于标识组织信标。",
"beacon-interaction-details##xdm:proximityUUID##title##66631": "邻近 UUID",
"bounces##@id##description##54461": "此量度的唯一标识符。",
"bounces##description##26971": "直接营销量度电子邮件退回描述了接收系统拒绝的异步消息的数量。",
"bounces##schema:name##description##98831": "易于用户识别的量度名称。该名称可在用户界面中使用,不必是唯一的。",
"bounces##title##51551": "退回数",
"bounces##xdm:measurement##description##95551": "如何衡量此量度。",
"branch##description##27891": "分支信息,例如 ID、名称以及开放和关闭时间。",
"branch##title##23951": "分支",
"branch##xdm:branchAddress##description##12861": "分支机构所在的物理地址。",
"branch##xdm:branchAddress##title##19621": "分支地址",
"branch##xdm:branchCloseTime##description##21881": "分行的关闭时间。",
"branch##xdm:branchCloseTime##title##68091": "分支关闭时间",
"branch##xdm:branchID##description##13161": "与分支关联的 ID。",
"branch##xdm:branchID##title##91031": "分支 ID",
"branch##xdm:branchName##description##9021": "分支的名称。",
"branch##xdm:branchName##title##39531": "分支名称",
"branch##xdm:branchOpenTime##description##70351": "分支营业时间。",
"branch##xdm:branchOpenTime##title##12401": "分支开放时间",
"branch##xdm:isBranchActive##description##75651": "是/否,指示分支当前是否处于活动状态。",
"branch##xdm:isBranchActive##title##32631": "为分支活动",
"browserdetails##description##75651": "与浏览器相关的详细信息。",
"browserdetails##title##50471": "浏览器详细信息",
"browserdetails##xdm:acceptLanguage##description##40371": "IETF 语言标记 (RFC 5646)。",
"browserdetails##xdm:acceptLanguage##title##74401": "接受语言",
"browserdetails##xdm:cookiesEnabled##description##16771": "当前用户代理设置允许写入 cookie。",
"browserdetails##xdm:cookiesEnabled##title##30621": "允许 Cookie",
"browserdetails##xdm:javaEnabled##description##89031": "如果已在设备中启用 Java,则会产生此观察结果。",
"browserdetails##xdm:javaEnabled##title##95201": "已启用 Java",
"browserdetails##xdm:javaScriptEnabled##description##17361": "如果已在设备中启用 JavaScript,则会产生此观察结果。",
"browserdetails##xdm:javaScriptEnabled##title##6111": "已启用 JavaScript",
"browserdetails##xdm:javaScriptVersion##description##11681": "观察期间支持的 JavaScript 版本。",
"browserdetails##xdm:javaScriptVersion##title##95101": "JavaScript 版本",
"browserdetails##xdm:javaVersion##description##12931": "观察期间支持的 Java 版本。",
"browserdetails##xdm:javaVersion##title##54701": "Java 版本",
"browserdetails##xdm:name##description##19791": "应用程序或浏览器名称。",
"browserdetails##xdm:name##title##14721": "名称",
"browserdetails##xdm:quicktimeVersion##description##11951": "观察期间支持的 Apple Quicktime 版本。",
"browserdetails##xdm:quicktimeVersion##title##96031": "Quicktime 版本",
"browserdetails##xdm:thirdPartyCookiesEnabled##description##54031": "是否在进行此观察时启用了第三方 Cookie。",
"browserdetails##xdm:thirdPartyCookiesEnabled##title##64191": "允许第三方 Cookie",
"browserdetails##xdm:userAgent##description##80421": "来自客户端请求的 HTTP user-agent 字符串。",
"browserdetails##xdm:userAgent##title##35071": "用户代理",
"browserdetails##xdm:vendor##description##70741": "应用程序或浏览器供应商。",
"browserdetails##xdm:vendor##title##57401": "供应商",
"browserdetails##xdm:version##description##82171": "应用程序或浏览器版本。",
"browserdetails##xdm:version##title##71841": "版本",
"browserdetails##xdm:viewportHeight##description##85311": "显示体验的窗口的垂直大小(以像素为单位)。对于 Web 视图事件,则为浏览器视区高度。",
"browserdetails##xdm:viewportHeight##title##65601": "视区高度",
"browserdetails##xdm:viewportWidth##description##96351": "显示体验的窗口的水平大小(以像素为单位)。对于 Web 视图事件,则为浏览器视区宽度。",
"browserdetails##xdm:viewportWidth##title##71151": "视区宽度",
"campaign##description##58771": "此类用于捕获定义 xdm 商业营销活动概念所需的最少属性。",
"campaign##title##40111": "XDM 商业营销活动",
"campaign##xdm:campaignDescription##description##77071": "营销活动描述。",
"campaign##xdm:campaignDescription##title##65491": "营销活动描述",
"campaign##xdm:campaignID##description##21251": "营销活动的唯一标识符。",
"campaign##xdm:campaignID##title##56561": "营销活动 ID",
"campaign##xdm:campaignName##description##97951": "营销活动的友好名称。",
"campaign##xdm:campaignName##title##3811": "营销活动名称",
"campaign##xdm:campaignType##description##33431": "为其选择受众的营销活动的类型。",
"campaign##xdm:campaignType##title##56661": "营销活动类型",
"campaign-components##description##62381": "此 mixin 用于捕获在源中表示的 b2b 营销活动特定的关系属性,还用于在需要时进行合并/取消合并规则分析。",
"campaign-components##title##53451": "XDM 业务营销活动组成部分",
"campaign-components##xdm:sourceCampaignID##description##50191": "源中的营销活动唯一标识符。",
"campaign-components##xdm:sourceCampaignID##title##49821": "源营销活动 ID",
"campaign-components##xdm:sourceCampaignOwnerID##description##51341": "源中的营销活动所有者唯一标识符。",
"campaign-components##xdm:sourceCampaignOwnerID##title##60761": "源营销活动所有者 ID",
"campaign-components##xdm:sourceExternalID##description##60171": "源中的外部唯一标识符。",
"campaign-components##xdm:sourceExternalID##title##5641": "源外部 ID",
"campaign-components##xdm:sourceParentCampaignID##description##5811": "源中的帐户唯一标识符。",
"campaign-components##xdm:sourceParentCampaignID##title##90571": "源父营销活动 ID",
"campaign-details##description##51611": "此 mixin 用于捕获与商业营销活动详细信息相关的属性。",
"campaign-details##title##42341": "XDM 商业营销活动详细信息",
"campaign-details##xdm:actualCost##title##44591": "实际成本",
"campaign-details##xdm:budgetedCost##title##63221": "预算成本",
"campaign-details##xdm:campaignEndDate##title##49921": "营销活动结束日期",
"campaign-details##xdm:campaignProgressionName##title##30551": "营销活动进展名称",
"campaign-details##xdm:campaignStartDate##title##11681": "营销活动开始日期",
"campaign-details##xdm:campaignStatus##title##48031": "营销活动状态",
"campaign-details##xdm:channelName##title##28271": "频道名称",
"campaign-details##xdm:expectedResponse##title##19141": "预期响应",
"campaign-details##xdm:expectedRevenue##title##60811": "预期收入",
"campaign-details##xdm:integrationPartnerName##title##39971": "集成合作伙伴名称",
"campaign-details##xdm:isActive##title##91761": "处于活动状态",
"campaign-details##xdm:lastActivityDate##title##35131": "上次活动日期",
"campaign-details##xdm:parentCampaignID##description##9571": "成员类型和关联的参考 ID。",
"campaign-details##xdm:parentCampaignID##title##3341": "父营销活动 ID",
"campaign-details##xdm:timeZone##title##40461": "时区",
"campaign-details##xdm:timeZoneDelivery##title##31181": "时区传送",
"campaign-details##xdm:timezoneName##title##62091": "时区名称",
"campaign-details##xdm:webinarHistorySyncDate##title##46831": "网络研讨会历史同步日期",
"campaign-details##xdm:webinarHistorySyncStatus##title##87181": "网络研讨会历史同步状态",
"campaign-details##xdm:webinarSessionDescription##title##62661": "网络研讨会会话描述",
"campaign-details##xdm:webinarSessionName##title##34041": "网络研讨会会话名称",
"campaign-member##description##56301": "XDM 商业营销活动成员,它将成员(如联系人/商机)与营销活动关联起来。",
"campaign-member##title##30961": "XDM 商业营销活动成员",
"campaign-member##xdm:campaignID##description##86741": "营销活动唯一标识符。",
"campaign-member##xdm:campaignID##title##26371": "营销活动 ID",
"campaign-member##xdm:campaignMemberID##description##26351": "营销活动成员唯一标识符。",
"campaign-member##xdm:campaignMemberID##title##6831": "营销活动成员 ID",
"campaign-member##xdm:personID##description##74641": "人员的唯一标识符。",
"campaign-member##xdm:personID##title##80381": "人员 ID",
"campaign-member-components##description##93481": "此 mixin 用于捕获在源中表示的 B2B 营销活动成员特定的关系属性,还用于在需要时进行合并/取消合并规则分析。",
"campaign-member-components##title##59761": "XDM 业务营销活动成员组成部分",
"campaign-member-components##xdm:hasReachedSuccess##title##76221": "源已取得成功",
"campaign-member-components##xdm:memberStatus##title##43131": "源营销活动成员状态",
"campaign-member-components##xdm:memberStatusReason##title##51491": "源状态原因",
"campaign-member-components##xdm:reachedSuccessDate##title##22071": "到达来源成功日期",
"campaign-member-components##xdm:sourceAcquiredByCampaignID##title##30871": "通过 CampaignID 获取的来源",
"campaign-member-components##xdm:sourceCampaignID##description##26431": "源中的营销活动唯一标识符。",
"campaign-member-components##xdm:sourceCampaignID##title##7131": "源营销活动 ID",
"campaign-member-components##xdm:sourceCampaignMemberID##description##22311": "源中的营销活动成员唯一标识符。",
"campaign-member-components##xdm:sourceCampaignMemberID##title##63131": "源营销活动成员 ID",
"campaign-member-components##xdm:sourceExternalID##description##76961": "源中的外部唯一标识符。",
"campaign-member-components##xdm:sourceExternalID##title##40131": "源外部 ID",
"campaign-member-components##xdm:sourcePersonID##description##3171": "源中的营销活动所有者唯一标识符。",
"campaign-member-components##xdm:sourcePersonID##title##40431": "源人员 ID",
"campaign-member-details##description##40731": "XDM 商业营销活动成员。",
"campaign-member-details##title##66341": "XDM 商业营销活动成员详细信息",
"campaign-member-details##xdm:acquiredByCampaignID##title##51731": "通过 CampaignID 获取",
"campaign-member-details##xdm:firstRespondedDate##description##81781": "提交响应的捕获日期",
"campaign-member-details##xdm:firstRespondedDate##title##46151": "首次响应日期",
"campaign-member-details##xdm:hasReachedSuccess##title##77731": "已取得成功",
"campaign-member-details##xdm:hasResponded##description##31341": "记录成员是否已响应工作流阶段",
"campaign-member-details##xdm:hasResponded##title##26261": "已响应",
"campaign-member-details##xdm:isExhausted##title##81641": "isExhausted",
"campaign-member-details##xdm:lastStatus##title##14461": "最后状态",
"campaign-member-details##xdm:memberStatus##title##14131": "营销活动成员状态",
"campaign-member-details##xdm:memberStatusReason##title##5971": "营销活动成员状态原因",
"campaign-member-details##xdm:membershipDate##title##85571": "成员资格日期",
"campaign-member-details##xdm:nurtureCadence##title##37871": "培养节奏",
"campaign-member-details##xdm:nurtureTrackName##title##33861": "培养轨迹名称",
"campaign-member-details##xdm:reachedSuccessDate##title##98411": "取得成功的日期",
"campaign-member-details##xdm:webinarConfirmationUrl##title##8871": "网络研讨会确认 URL",
"campaign-member-details##xdm:webinarRegistrationID##title##8271": "网络研讨会注册 ID",
"cart-abandons##@id##description##90681": "此量度的唯一标识符。",
"cart-abandons##description##52311": "在用户没有从头开始重新创建产品列表的情况下,产品列表已被标识为用户不再可购买或访问的购物车放弃次数。",
"cart-abandons##schema:name##description##49151": "易于用户识别的量度名称。该名称可在用户界面中使用,不必是唯一的。",
"cart-abandons##title##9591": "购物车放弃",
"cart-abandons##xdm:measurement##description##91661": "如何衡量此量度。",
"channel##@id##description##68641": "ID 唯一地标识频道。每个特定的体验频道都定义一个常量“@id”。",
"channel##@type##description##71341": "“@type”属性用于提供具有相似属性的频道的粗略分类。",
"channel##description##25891": "有多种体验渠道,每一种渠道都有不同的约束条件,包括如何传递内容、如何观察客户互动以及如何收集数据。在一个渠道内,可以将体验传送到特定位置。渠道中存在的位置和位置类型因渠道而异。",
"channel##items##description##33061": "此渠道支持的 XDM 定义的量度的“@type”。",
"channel##items##description##42011": "此渠道可以包含的 XDM 定义的位置(虚拟位置)的“@type”。",
"channel##items##description##96921": "此渠道支持的 XDM 定义的内容类型的“@type”。",
"channel##title##11001": "体验频道",
"channel##xdm:contentTypes##description##23231": "此频道可以提供的内容类型。",
"channel##xdm:locationTypes##description##91781": "此频道包含的、可向其传送内容的位置(虚拟位置)的类型。",
"channel##xdm:mediaAction##description##43291": "“mediaAction”属性用于提供一种体验事件媒体操作。",
"channel##xdm:mediaType##description##84831": "描述媒体类型是付费媒体、自有媒体还是口碑媒体。",
"channel##xdm:metricTypes##description##81561": "可以在此渠道中收集的量度。",
"channel##xdm:mode##description##40711": "在此渠道中如何交付体验。",
"channel##xdm:typeAtSource##description##84401": "客户定义的自定义频道名称",
"checkouts##@id##description##25931": "此量度的唯一标识符。",
"checkouts##description##30861": "产品列表的结账过程中的操作数,如果结账过程包含多个步骤,则可能有多个结账事件。如果有多个步骤,则使用事件时间信息和引用的页面或体验来按顺序确定各个事件表示的步骤。",
"checkouts##schema:name##description##82891": "易于用户识别的量度名称。该名称可在用户界面中使用,不必是唯一的。",
"checkouts##title##66281": "结账",
"checkouts##xdm:measurement##description##22151": "如何衡量此量度。",
"claim##description##19381": "捕获与客户发起的索赔相关的字段。",
"claim##title##46551": "声明",
"claim##xdm:ID##description##33931": "声明的唯一标识符。",
"claim##xdm:ID##title##12081": "声明 ID",
"claim##xdm:benefitAmount##description##10231": "捕获福利金额。",
"claim##xdm:benefitAmount##title##23211": "福利金额",
"claim##xdm:policyID##description##54491": "保险单标识符。",
"claim##xdm:policyID##title##16621": "保险单 ID",
"claim##xdm:startDate##description##43491": "成功提交声明的日期。",
"claim##xdm:startDate##title##66591": "开始日期",
"claim##xdm:status##description##98791": "捕获申请过程中任何给定点的索赔状态。",
"claim##xdm:status##title##47911": "状态",
"commerce##description##20081": "与购买和销售活动相关的记录。",
"commerce##title##49471": "商业",
"commerce##xdm:cartAbandons##description##31901": "产品列表已被标识为用户不再可访问或购买。",
"commerce##xdm:checkouts##description##73181": "产品列表的结账过程中的操作,如果结账过程包含多个步骤,则可能有多个结账事件。如果有多个步骤,则使用事件时间信息和引用的页面或体验来按顺序确定各个事件表示的步骤。",
"commerce##xdm:inStorePurchase##description##27451": "已保存“inStore”购买以供分析使用。",
"commerce##xdm:order##description##54091": "为一个或多个产品下的订单。",
"commerce##xdm:order##title##3821": "订单",
"commerce##xdm:productListAdds##description##19431": "将产品添加到产品列表中,例如,将产品添加到购物车中。",
"commerce##xdm:productListOpens##description##58831": "新产品列表的初始化,例如创建购物车。",
"commerce##xdm:productListRemovals##description##78581": "从产品列表中删除产品条目,例如从购物车中删除产品。",
"commerce##xdm:productListReopens##description##26411": "用户已重新激活不再可访问(已放弃)的产品列表。再营销活动的例子。",
"commerce##xdm:productListViews##description##21091": "一次或多次查看了产品列表。",
"commerce##xdm:productViews##description##22921": "发生了产品查看操作。",
"commerce##xdm:promotionID##description##36471": "已下订单的促销标识符(如果有)。",
"commerce##xdm:promotionID##title##67161": "促销 ID",
"commerce##xdm:purchases##description##20481": "已接受订单。在商业转化中,购买是唯一需要的操作。购买必须具有引用的产品列表。",
"commerce##xdm:saveForLaters##description##45041": "保存产品列表以供将来使用,例如产品愿望列表。",
"comparisons##description##4361": "用于现场比较,如产品、卡片、房间、航班等。",
"comparisons##items##description##1331": "比较中的所有项目和添加/删除/选择操作的数组。",
"comparisons##title##16241": "比较",
"comparisons##xdm:ID##description##73521": "比较中包含的项的标识符。",
"comparisons##xdm:ID##title##85511": "ID",
"comparisons##xdm:addition##description##47621": "在向比较操作中添加项后跟踪。",
"comparisons##xdm:addition##title##92761": "添加",
"comparisons##xdm:count##description##53881": "比较的项的总数。",
"comparisons##xdm:count##title##40621": "计数",
"comparisons##xdm:items##title##41261": "项目",
"comparisons##xdm:removal##description##431": "在从比较中删除项时跟踪。",
"comparisons##xdm:removal##title##14231": "删除",
"comparisons##xdm:selected##description##71521": "选择/点进一个项目以查看更多详细信息时进行跟踪。",
"comparisons##xdm:selected##title##63971": "已选",
"comparisons##xdm:type##description##23221": "使用中的比较工具的类型。",
"comparisons##xdm:type##title##7611": "类型",
"comparisons##xdm:view##description##33931": "在查看比较页面时跟踪。",
"comparisons##xdm:view##title##97321": "查看",
"consent-field##description##85391": "此架构指定基本同意对象中的字段。",
"consent-field##title##82111": "通用同意字段",
"consent-preferences##basis-of-processing##description##93661": "收集/处理数据的法律依据:是否需征得用户同意?",
"consent-preferences##basis-of-processing##title##53491": "处理基础",
"consent-preferences##choice-value##description##96041": "用户指定为其偏好设置的值",
"consent-preferences##choice-value##title##46181": "选择值",
"consent-preferences##description##77491": "此架构捕获隐私、个性化设置和营销偏好设置(同意)。",
"consent-preferences##source##description##71281": "用户通过哪个界面提供了此偏好设置值",
"consent-preferences##source##title##81611": "偏好设置源",
"consent-preferences##timestamp##description##451": "此特定偏好设置的收集时间。",
"consent-preferences##timestamp##title##50021": "偏好设置时间戳",
"consent-preferences##title##86051": "隐私/营销偏好设置(同意)",
"consent-preferences##xdm:advertising##description##70521": "允许在第三方网站/应用程序上个性化设置该品牌的广告",
"consent-preferences##xdm:advertising##title##7361": "个性化设置广告",
"consent-preferences##xdm:anyMarketing##description##2031": "用户是否允许任何类型的直接营销",
"consent-preferences##xdm:anyMarketing##title##47221": "一般直接营销偏好设置",
"consent-preferences##xdm:anyPersonalization##description##59531": "是否被授予执行任何类型的个性化的权限",
"consent-preferences##xdm:anyPersonalization##title##74851": "一般个性化偏好设置",
"consent-preferences##xdm:choice##description##83671": "用户指定为其同意选择的值",
"consent-preferences##xdm:choices##description##39101": "特定的同意和偏好设置选项",
"consent-preferences##xdm:choices##title##90741": "同意和偏好设置选择",
"consent-preferences##xdm:choicesMetadata##description##30131": "适用于所有未指定其他值的同意和偏好设置的元数据",
"consent-preferences##xdm:choicesMetadata##title##16751": "同意和偏好设置元数据",
"consent-preferences##xdm:consents##description##61581": "封装用户同意书。",
"consent-preferences##xdm:consents##title##62381": "同意",
"consent-preferences##xdm:content##description##57071": "允许个性化设置我的网站或我的应用程序中的内容",
"consent-preferences##xdm:content##title##23401": "使内容个性化",
"consent-preferences##xdm:countryRegionSource##description##48111": "用于确定用户所在国家/地区的方法",
"consent-preferences##xdm:countryRegionSource##title##49921": "国家/地区来源",
"consent-preferences##xdm:customerSupport##description##16361": "允许客户支持人员根据用户的兴趣或行为对响应/建议进行个性化设置",
"consent-preferences##xdm:customerSupport##title##43991": "客户支持个性化",
"consent-preferences##xdm:dataCollection##description##31891": "允许收集数据",
"consent-preferences##xdm:dataCollection##title##39501": "数据收集",
"consent-preferences##xdm:deviceLinking##description##55881": "允许尝试关联属于个人或家庭的多个设备",
"consent-preferences##xdm:deviceLinking##title##14591": "设备链接",
"consent-preferences##xdm:email##description##16881": "用户同意接收电子邮件",
"consent-preferences##xdm:email##description##45671": "允许个性化设置发送给用户的电子邮件",
"consent-preferences##xdm:email##title##33641": "接收电子邮件",
"consent-preferences##xdm:email##title##99661": "使电子邮件个性化",
"consent-preferences##xdm:inAppMessages##description##36771": "用户允许在品牌的应用程序中显示消息",
"consent-preferences##xdm:inAppMessages##description##45681": "允许个性化设置显示在我的应用程序中的消息",
"consent-preferences##xdm:inAppMessages##title##16391": "应用程序内消息个性化",
"consent-preferences##xdm:inAppMessages##title##19451": "接收应用内消息",
"consent-preferences##xdm:inHome##description##80571": "允许个性化设置家庭体验",
"consent-preferences##xdm:inHome##title##63491": "室内个性化",
"consent-preferences##xdm:inHomeMessages##description##99391": "可以通过用户家中配备的技术与用户交互",
"consent-preferences##xdm:inHomeMessages##title##37591": "接收家庭信息",
"consent-preferences##xdm:inStore##description##94581": "允许个性化设置店内体验",
"consent-preferences##xdm:inStore##title##82311": "店内个性化",
"consent-preferences##xdm:inVehicle##description##2731": "允许个性化设置车内体验",
"consent-preferences##xdm:inVehicle##title##10911": "车内个性化",
"consent-preferences##xdm:inVehicleMessages##description##1621": "可以通过用户车辆中配备的技术与用户交互",
"consent-preferences##xdm:inVehicleMessages##title##70951": "接收车内信息",
"consent-preferences##xdm:iotDevices##description##36691": "允许个性化设置与 IoT 设备的交互",
"consent-preferences##xdm:iotDevices##title##92701": "个性化设置物联网设备",
"consent-preferences##xdm:iotMessages##description##8301": "可以通过物联网设备与用户交互",
"consent-preferences##xdm:iotMessages##title##20951": "接收 IoT 信息",
"consent-preferences##xdm:marketingPreferences##description##70941": "用户的直接营销偏好设置",
"consent-preferences##xdm:marketingPreferences##title##37341": "营销偏好设置",
"consent-preferences##xdm:offers##description##65051": "允许个性化设置显示在此网站上或使用此应用程序显示的第一方优惠",
"consent-preferences##xdm:offers##title##51931": "提供个性化优惠",
"consent-preferences##xdm:personalizationPreferences##description##39461": "用户的个性化偏好设置",
"consent-preferences##xdm:personalizationPreferences##title##46961": "个性化偏好设置",
"consent-preferences##xdm:phoneCalls##description##24421": "品牌可能会通过电话联系用户",
"consent-preferences##xdm:phoneCalls##description##29351": "允许根据用户的兴趣或行为对品牌发起的呼叫进行个性化",
"consent-preferences##xdm:phoneCalls##title##16371": "电话通话个性化",
"consent-preferences##xdm:phoneCalls##title##77931": "接听来电",
"consent-preferences##xdm:physicalMail##description##49641": "用户同意通过传统/实体邮件进行联系。",
"consent-preferences##xdm:physicalMail##description##5741": "允许通过传统/实体邮件发送个性化优惠",
"consent-preferences##xdm:physicalMail##title##19151": "实体邮件个性化",
"consent-preferences##xdm:physicalMail##title##37781": "接收实体邮件",
"consent-preferences##xdm:preferredChannel##description##71381": "用户接收通信的首选渠道",
"consent-preferences##xdm:preferredChannel##title##9111": "首选渠道",
"consent-preferences##xdm:pseudonymousAnalysis##description##65461": "数据可用于分析,其中可能包括可能与实际人员相关或不相关的 ID",
"consent-preferences##xdm:pseudonymousAnalysis##title##15211": "假名分析",
"consent-preferences##xdm:pushNotifications##description##34661": "用户允许接收推送通知",
"consent-preferences##xdm:pushNotifications##description##70771": "允许个性化设置推送通知",
"consent-preferences##xdm:pushNotifications##title##34521": "个性化设置推送通知",
"consent-preferences##xdm:pushNotifications##title##96881": "接收推送通知",
"consent-preferences##xdm:reason##description##22871": "选择禁用的原因",
"consent-preferences##xdm:reason##title##63011": "选择禁用原因",
"consent-preferences##xdm:sellData##description##84231": "允许向第二方或第三方出售用户数据",
"consent-preferences##xdm:sellData##title##68111": "销售数据",
"consent-preferences##xdm:shareData##description##97301": "允许与第二方或第三方共享用户数据",
"consent-preferences##xdm:shareData##title##70541": "共享数据",
"consent-preferences##xdm:sms##description##67951": "允许个性化设置短信",
"consent-preferences##xdm:sms##description##81701": "用户同意接收短信",
"consent-preferences##xdm:sms##title##72561": "短信个性化",
"consent-preferences##xdm:sms##title##88271": "接收短信",
"consent-preferences##xdm:socialMedia##description##7131": "可以通过用户的社交媒体帐户向用户发送消息",
"consent-preferences##xdm:socialMedia##description##72551": "允许在社交媒体网站/应用程序上进行个性化互动",
"consent-preferences##xdm:socialMedia##title##67091": "个性化设置社交媒体",
"consent-preferences##xdm:socialMedia##title##99041": "接收社交媒体信息",
"consent-preferences##xdm:source##description##37721": "用户通过哪个界面为这套完整的用户同意和偏好设置提供了他们的选择",
"consent-preferences##xdm:source##description##39821": "用户通过哪个界面提供了此同意值",
"consent-preferences##xdm:source##title##37441": "同意来源",
"consent-preferences##xdm:source##title##60551": "同意/偏好设置来源",
"consent-preferences##xdm:thirdPartyContent##description##46971": "允许个性化设置显示在该品牌网站或应用程序上的第三方内容",
"consent-preferences##xdm:thirdPartyContent##title##29141": "个性化",
"consent-preferences##xdm:thirdPartyOffers##description##73081": "允许个性化设置显示在该品牌网站或应用程序上的第三方优惠/广告",
"consent-preferences##xdm:thirdPartyOffers##title##60311": "个性化",
"consent-preferences##xdm:timestamp##description##37371": "这组完整的用户同意和偏好设置的时间戳",
"consent-preferences##xdm:timestamp##description##79221": "此特定同意书的收集时间。",
"consent-preferences##xdm:timestamp##title##15161": "同意/偏好设置时间戳",
"consent-preferences##xdm:timestamp##title##82821": "同意时间戳",
"consent-preferences##xdm:userCountryRegionCode##description##98861": "ISO 3166 alpha2 国家/地区代码或 ISO 3166-2 国家/地区以及省/市/自治区代码,用于帮助确定如何解释同意值",
"consent-preferences##xdm:userCountryRegionCode##title##73111": "用户所在国家(和可选的地区)代码",
"consent-preferences##xdm:userIDfromSource##description##61601": "用户的来源 ID",
"consent-preferences##xdm:userIDfromSource##title##81191": "用户的来源 ID",
"consent-preferences##xdm:version##description##77631": "同意和偏好设置架构的版本",
"consent-preferences##xdm:version##title##93641": "同意架构版本",
"consents-and-preferences##additionalProperties##description##38381": "特定订阅的名称或标识符",
"consents-and-preferences##additionalProperties##description##58721": "此订户的特定标识符(电子邮件地址、电话号码等)",
"consents-and-preferences##additionalProperties##title##19921": "订阅",
"consents-and-preferences##additionalProperties##title##61461": "标识符类型",
"consents-and-preferences##additionalProperties##title##63381": "订户",
"consents-and-preferences##additionalProperties##title##80371": "标识符",
"consents-and-preferences##base-marketing##description##70081": "用户的直接营销偏好设置",
"consents-and-preferences##base-marketing##title##34441": "营销偏好设置",
"consents-and-preferences##base-marketing-with-subscriptions##description##58371": "用户的直接营销偏好设置",
"consents-and-preferences##base-marketing-with-subscriptions##title##25111": "营销偏好设置",
"consents-and-preferences##base-personalization##description##39781": "用户的个性化偏好设置",
"consents-and-preferences##base-personalization##title##29231": "个性化偏好设置",
"consents-and-preferences##choice-value##description##81411": "用户指定的值,作为其偏好设置或不需要征得用户同意的处理的基础",
"consents-and-preferences##choice-value##title##22381": "选择值",
"consents-and-preferences##description##24141": "此 mixin 捕获消费者对收集和使用隐私、个性化和营销偏好设置相关数据的同意。",
"consents-and-preferences##idSpecific-marketing##description##40711": "用户的直接营销偏好设置",
"consents-and-preferences##idSpecific-marketing##title##57411": "营销偏好设置",
"consents-and-preferences##reason##description##49681": "选择禁用的原因",
"consents-and-preferences##reason##title##75301": "选择禁用原因",
"consents-and-preferences##source##description##72851": "用户通过哪个界面提供了此偏好设置值",
"consents-and-preferences##source##title##96791": "偏好设置源",
"consents-and-preferences##subscriptions##description##82451": "用户订阅的一组通知、新闻稿等",
"consents-and-preferences##subscriptions##title##39051": "订阅",
"consents-and-preferences##timestamp##description##62471": "收集此特定偏好设置的日期和时间。此值应符合 ISO 8601 标准。一个格式示例是“2004-10-23T12:00:00-06:00”。",
"consents-and-preferences##timestamp##title##78891": "偏好设置时间戳",
"consents-and-preferences##title##80311": "隐私同意、个性化设置和营销偏好设置",
"consents-and-preferences##xdm:adID##description##17511": "广告商 ID (IDFA/AAID) 可用于在此设备上跨应用程序链接用户",
"consents-and-preferences##xdm:adID##description##67061": "广告商 ID (IDFA/AAID) 可用于在此设备上跨应用程序链接用户",
"consents-and-preferences##xdm:adID##title##65941": "使用广告商 ID",
"consents-and-preferences##xdm:adID##title##86491": "使用广告商 ID",
"consents-and-preferences##xdm:any##description##23801": "用户是否允许任何类型的直接营销",
"consents-and-preferences##xdm:any##description##80691": "用户是否允许任何类型的直接营销",
"consents-and-preferences##xdm:any##title##27051": "一般直接营销偏好设置",
"consents-and-preferences##xdm:any##title##71551": "一般直接营销偏好设置",
"consents-and-preferences##xdm:collect##description##21151": "允许收集数据",
"consents-and-preferences##xdm:collect##description##55391": "允许收集数据",
"consents-and-preferences##xdm:collect##description##71551": "允许收集数据",
"consents-and-preferences##xdm:collect##title##32121": "数据收集",
"consents-and-preferences##xdm:collect##title##65561": "数据收集",
"consents-and-preferences##xdm:collect##title##7801": "数据收集",
"consents-and-preferences##xdm:consents##description##46941": "特定的同意和偏好设置选项",
"consents-and-preferences##xdm:consents##description##5321": "特定的同意和偏好设置选项",
"consents-and-preferences##xdm:consents##title##7431": "同意和偏好设置",
"consents-and-preferences##xdm:consents##title##93721": "同意和偏好设置",
"consents-and-preferences##xdm:content##description##46871": "允许个性化设置我的网站或我的应用程序中的内容",
"consents-and-preferences##xdm:content##title##43511": "使内容个性化",
"consents-and-preferences##xdm:email##description##19681": "用户同意接收电子邮件",
"consents-and-preferences##xdm:email##description##3511": "用户同意接收电子邮件",
"consents-and-preferences##xdm:email##description##79801": "用户同意接收电子邮件",
"consents-and-preferences##xdm:email##title##24291": "接收电子邮件",
"consents-and-preferences##xdm:email##title##94261": "接收电子邮件",
"consents-and-preferences##xdm:email##title##97011": "接收电子邮件",
"consents-and-preferences##xdm:idSpecific##description##36751": "标识符特定的同意和偏好设置",
"consents-and-preferences##xdm:idSpecific##title##98671": "标识符特定",
"consents-and-preferences##xdm:metadata##description##35221": "适用于所有未指定其他值的同意和偏好设置的元数据",
"consents-and-preferences##xdm:metadata##description##3551": "适用于所有未指定其他值的同意和偏好设置的元数据",
"consents-and-preferences##xdm:metadata##description##58601": "适用于所有未指定其他值的同意和偏好设置的元数据",
"consents-and-preferences##xdm:metadata##title##45851": "同意和偏好设置元数据",
"consents-and-preferences##xdm:metadata##title##48841": "同意和偏好设置元数据",
"consents-and-preferences##xdm:metadata##title##50571": "同意和偏好设置元数据",
"consents-and-preferences##xdm:preferred##description##21771": "用户接收通信的首选渠道",
"consents-and-preferences##xdm:preferred##description##26021": "用户接收通信的首选渠道",
"consents-and-preferences##xdm:preferred##title##74611": "首选渠道",
"consents-and-preferences##xdm:preferred##title##82291": "首选渠道",
"consents-and-preferences##xdm:push##description##63751": "用户允许接收推送通知",
"consents-and-preferences##xdm:push##description##74851": "用户允许接收推送通知",
"consents-and-preferences##xdm:push##description##99361": "用户允许接收推送通知",
"consents-and-preferences##xdm:push##title##32421": "接收推送通知",
"consents-and-preferences##xdm:push##title##45471": "接收推送通知",
"consents-and-preferences##xdm:push##title##51421": "接收推送通知",
"consents-and-preferences##xdm:share##description##20591": "允许与第二方或第三方共享用户数据",
"consents-and-preferences##xdm:share##description##36361": "允许与第二方或第三方共享用户数据",
"consents-and-preferences##xdm:share##description##96081": "允许与第二方或第三方共享用户数据",
"consents-and-preferences##xdm:share##title##19191": "共享数据",
"consents-and-preferences##xdm:share##title##56621": "共享数据",
"consents-and-preferences##xdm:share##title##88211": "共享数据",
"consents-and-preferences##xdm:sms##description##10841": "用户同意接收短信",
"consents-and-preferences##xdm:sms##description##16821": "用户同意接收短信",
"consents-and-preferences##xdm:sms##description##45961": "用户同意接收短信",
"consents-and-preferences##xdm:sms##title##12131": "接收短信",
"consents-and-preferences##xdm:sms##title##14821": "接收短信",
"consents-and-preferences##xdm:sms##title##68521": "接收短信",
"consents-and-preferences##xdm:subscribers##description##86531": "此已订阅用户的标识符集(电子邮件地址、电话号码等)",
"consents-and-preferences##xdm:subscribers##title##13561": "订阅者",
"consents-and-preferences##xdm:time##description##79021": "这组完整的用户同意和偏好设置的时间戳。此值应符合 ISO 8601 标准。一个格式示例是“2004-10-23T12:00:00-06:00”。",
"consents-and-preferences##xdm:time##title##76631": "同意/偏好设置时间戳",
"consents-and-preferences##xdm:type##description##33161": "订阅的类型",
"consents-and-preferences##xdm:type##title##3131": "订阅类型",
"consents-and-preferences##xdm:val##description##35561": "用户指定的值,作为其同意选择或排除需要用户同意的处理的基础",
"consentstring##description##63541": "用户提供的同意字符串以及标准信息,以帮助同意执行器分析字符串。",
"consentstring##title##75881": "同意字符串",
"consentstring##xdm:consentStandard##description##10011": "这可帮助确定同意管理服务所设置的同意字符串的格式。",
"consentstring##xdm:consentStandard##title##53111": "同意的标准",
"consentstring##xdm:consentStandardVersion##description##96861": "标准版本,用于准确定义同意管理服务所设置的同意字符串的格式。",
"consentstring##xdm:consentStandardVersion##title##32111": "标准版本",
"consentstring##xdm:consentStringValue##description##8251": "同意管理服务提供的完整同意字符串。标准和版本帮助定义如何解析这个字符串。",
"consentstring##xdm:consentStringValue##title##39361": "同意字符串",
"consentstring##xdm:containsPersonalData##description##48101": "如果是这种情况,则意味着同意与个人数据一起提供。",
"consentstring##xdm:containsPersonalData##title##911": "包含个人数据",
"consentstring##xdm:gdprApplies##description##51631": "如果这为 true,则意味着需要处理此同意字符串以执行同意书。",
"consentstring##xdm:gdprApplies##title##82451": "GDPR 适用",
"convert-lead##description##91911": "当营销商机转化为分配给销售用户的符合销售条件的联系人时使用。",
"convert-lead##title##73621": "转化商机",
"convert-lead##xdm:assignTo##description##88421": "转化后的商机分配给的销售用户。",
"convert-lead##xdm:assignTo##title##82281": "分配给",
"convert-lead##xdm:convertLead##title##90161": "转化商机",
"convert-lead##xdm:convertedStatus##description##97951": "商机的转化状态。",
"convert-lead##xdm:convertedStatus##title##61171": "转化状态",
"convert-lead##xdm:isSentNotificationEmail##description##65961": "指示分配的销售用户是否收到已转化商机的电子邮件通知。",
"convert-lead##xdm:isSentNotificationEmail##title##97101": "为已发送通知电子邮件",
"convert-lead##xdm:leadOperation##title##37391": "商机操作",
"creator##description##15741": "节目创作者。基于 [www.iptc.org](https://www.iptc.org/std/videometadatahub/recommendation/pre-versions/IPTC-VideoMetadataHub-props-Rec_1.1.html)",
"creator##iptc4xmpExt:Name##description##96711": "创建者的全名。",
"creator##iptc4xmpExt:Name##title##98111": "创建者名称",
"creator##title##45861": "创建者",
"currency##description##25081": "此数据类型用于任何您想要以货币代码组合存储任何种类的金额的位置。",
"currency##title##30671": "货币",
"currency##xdm:amount##description##25051": "由 currencyCode 表示的金额",
"currency##xdm:amount##title##16261": "金额",
"currency##xdm:conversionDate##description##9481": "货币兑换日期。",
"currency##xdm:conversionDate##title##50641": "转化日期",
"currency##xdm:currencyCode##description##31611": "ISO 4217 货币代码。",
"currency##xdm:currencyCode##title##99221": "货币代码",
"datasource##@id##description##11931": "此数据源的唯一 ID。这将由创建数据源的个人或系统提供。\n",
"datasource##@id##title##66831": "标识符",
"datasource##description##76871": "数据源充当与数据集合关联的命名空间或唯一标识符。每个 EndUserID 都与一个给定的数据源相关联。用户可以在解决方案上线期间创建和获取有关数据源的信息。\n",
"datasource##title##39551": "数据源",
"datasource##xdm:code##description##92511": "该代码是完整 @id 的快捷方式,并且代码或 @id 中至少有一个能够使用。有时,此代码称为数据源集成代码。",
"datasource##xdm:code##title##54301": "代码",
"datasource##xdm:tags##description##69111": "标记用于指示使用由给定数据源表示的别名的\n应用程序应如何解释这些别名。\n\n示例:\n\n*“isAVID”:表示 Analytics 访客 ID 的数据源。\n*“isCRSKey”:表示应在 CRS 中用作键的别名的数据源。\n\n在创建数据源时设置标记,而在引用给定数据源时,\n标记也包含在管道消息中。\n",
"datasource##xdm:tags##title##65321": "标记",
"descriptorIdentity##@type##title##12131": "类型",
"descriptorIdentity##description##28991": "用于将字段标记为标识。",
"descriptorIdentity##title##33141": "身份描述符",
"descriptorIdentity##xdm:isPrimary##description##19701": "如果存在,则只应将一个字段标记为主要字段。默认值为 false。",
"descriptorIdentity##xdm:isPrimary##title##23851": "是否为主键",
"descriptorIdentity##xdm:namespace##description##94351": "身份 ID 或代码。",
"descriptorIdentity##xdm:namespace##title##77051": "命名空间",
"descriptorIdentity##xdm:property##description##61601": "“xdm:namespace”字段的属性。",
"descriptorIdentity##xdm:property##title##65011": "属性",
"descriptorLabel##description##24931": "描述给定类/字段组/架构的字段级别的标签",
"descriptorLabel##title##45071": "标签描述符",
"descriptorLabel##xdm:labels##description##40961": "如果存在,则允许具有三个属性(例如 labelType、labelName 和 labelValue)的对象数组",
"descriptorLabel##xdm:labels##title##11301": "标签",