1
+ {
2
+ "meta:license" : [
3
+ " Copyright 2018 Adobe Systems Incorporated. All rights reserved." ,
4
+ " This work is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license" ,
5
+ " you may not use this file except in compliance with the License. You may obtain a copy" ,
6
+ " of the License at https://creativecommons.org/licenses/by/4.0/"
7
+ ],
8
+ "$id" : " https://ns.adobe.com/experience/aam-experienceevent" ,
9
+ "$schema" : " http://json-schema.org/draft-06/schema#" ,
10
+ "title" : " Adobe Audience Manager Template Mixin" ,
11
+ "type" : " object" ,
12
+ "description" : " Adobe Audience Manager mixin for use with schemas for Solution data ingestion. Includes the core/standard ExperienceEvent as well as the other required core mixins." ,
13
+ "meta:extensible" : true ,
14
+ "meta:abstract" : true ,
15
+ "meta:intendedToExtend" : [
16
+ " https://ns.adobe.com/xdm/context/experienceevent"
17
+ ],
18
+ "meta:extends" : [
19
+ " https://ns.adobe.com/xdm/context/experienceevent-segmentmembership" ,
20
+ " https://ns.adobe.com/xdm/context/experienceevent-environment-details" ,
21
+ " https://ns.adobe.com/xdm/context/experienceevent-profile-stitch" ,
22
+ " https://ns.adobe.com/experience/experienceevent-edgeregion" ,
23
+ " https://ns.adobe.com/xdm/context/experienceevent-privacy" ,
24
+ " https://ns.adobe.com/experience/audiencemanager/experienceevent-all"
25
+ ],
26
+ "definitions" : {
27
+ "aam-experienceevent" : {
28
+ "properties" : {}
29
+ }
30
+ },
31
+ "allOf" : [
32
+ {
33
+ "$ref" : " https://ns.adobe.com/xdm/context/experienceevent-segmentmembership"
34
+ },
35
+ {
36
+ "$ref" : " https://ns.adobe.com/xdm/context/experienceevent-environment-details"
37
+ },
38
+ {
39
+ "$ref" : " https://ns.adobe.com/xdm/context/experienceevent-profile-stitch"
40
+ },
41
+ {
42
+ "$ref" : " https://ns.adobe.com/experience/experienceevent-edgeregion"
43
+ },
44
+ {
45
+ "$ref" : " https://ns.adobe.com/xdm/context/experienceevent-privacy"
46
+ },
47
+ {
48
+ "$ref" : " https://ns.adobe.com/experience/audiencemanager/experienceevent-all"
49
+ },
50
+ {
51
+ "$ref" : " #/definitions/aam-experienceevent"
52
+ }
53
+ ],
54
+ "meta:status" : " stable" ,
55
+ "examples" : [
56
+ {
57
+ "@id" : " https://data.adobe.io/experienceid-123456" ,
58
+ "xdm:dataSource" : {
59
+ "@id" : " https://data.adobe.io/datasources/datasource-123" ,
60
+ "xdm:code" : " DataSourceIntegrationCode-123"
61
+ },
62
+ "xdm:timestamp" : " 2017-09-26T15:52:25+00:00" ,
63
+ "xdm:identityMap" : {
64
+ "https://data.adobe.io/entities/namespace/4" : [
65
+ {
66
+ "xdm:id" : " 92312748749128"
67
+ }
68
+ ],
69
+ "https://data.adobe.io/entities/namespace/10" : [
70
+ {
71
+ "xdm:id" : " 2394509340-30453470347"
72
+ }
73
+ ],
74
+ "https://data.adobe.io/entities/namespace/9" : [
75
+ {
76
+ "xdm:id" : " 1233ce17-20e0-4a2c-8198-2a77fd60cf4d"
77
+ }
78
+ ]
79
+ },
80
+ "xdm:userActivityRegion" : {
81
+ "xdm:dataCenterLocation" : " VA6" ,
82
+ "xdm:captureTimestamp" : " 2017-09-26T15:52:20+00:00"
83
+ },
84
+ "xdm:environment" : {
85
+ "xdm:type" : " browser" ,
86
+ "xdm:browserDetails" : {
87
+ "xdm:name" : " Chrome" ,
88
+ "xdm:version" : " 63.0.3239" ,
89
+ "xdm:acceptLanguage" : " en" ,
90
+ "xdm:cookiesEnabled" : true ,
91
+ "xdm:javaScriptEnabled" : true ,
92
+ "xdm:javaScriptVersion" : " 1.8.5" ,
93
+ "xdm:javaEnabled" : true ,
94
+ "xdm:javaVersion" : " Java SE 8" ,
95
+ "xdm:viewportHeight" : 900 ,
96
+ "xdm:viewportWidth" : 1680
97
+ },
98
+ "xdm:operatingSystem" : " MAC OS" ,
99
+ "xdm:operatingSystemVersion" : " 10.13" ,
100
+ "xdm:connectionType" : " cable"
101
+ },
102
+ "xdm:placeContext" : {
103
+ "xdm:localTime" : " 2017-09-26T15:52:25+13:00" ,
104
+ "xdm:geo" : {
105
+ "@id" : " https://data.adobe.io/entities/geo/tokyo" ,
106
+ "xdm:countryCode" : " JP" ,
107
+ "xdm:stateProvince" : " JP-13" ,
108
+ "xdm:city" : " Tōkyō" ,
109
+ "xdm:postalCode" : " 141-0032" ,
110
+ "schema:latitude" : 35.6185 ,
111
+ "schema:longitude" : 139.73237
112
+ }
113
+ },
114
+ "xdm:profileStitch" : [
115
+ {
116
+ "xdm:profileStitchID" : {
117
+ "@id" : " https://data.adobe.io/entities/profileStitchIdentity/1" ,
118
+ "xdm:namespace" : {
119
+ "xdm:code" : " AAM"
120
+ }
121
+ },
122
+ "xdm:version" : " 1.0" ,
123
+ "xdm:identityMap" : {
124
+ "ECID" : [
125
+ {
126
+ "xdm:id" : " https://data.adobe.io/entities/identity/92312748749128"
127
+ },
128
+ {
129
+ "xdm:id" : " https://data.adobe.io/entities/identity/62312748749321"
130
+ },
131
+ {
132
+ "xdm:id" : " https://data.adobe.io/entities/identity/49312748749132"
133
+ }
134
+ ]
135
+ }
136
+ }
137
+ ],
138
+ "xdm:segmentMemberships" : [
139
+ {
140
+ "xdm:segmentID" : {
141
+ "@id" : " https://data.adobe.io/entities/identity/92312748749128" ,
142
+ "xdm:namespace" : {
143
+ "xdm:code" : " AAM"
144
+ }
145
+ },
146
+ "xdm:profileStitchID" : {
147
+ "@id" : " https://data.adobe.io/entities/profileStitchIdentity/1" ,
148
+ "xdm:namespace" : {
149
+ "xdm:code" : " AAM"
150
+ },
151
+ "xdm:lastQualificationTime" : " 2017-09-26T15:52:25+00:00" ,
152
+ "xdm:version" : " 1.0" ,
153
+ "xdm:validUntil" : " 2017-12-26T15:52:25+00:00" ,
154
+ "xdm:status" : " realized"
155
+ }
156
+ }
157
+ ],
158
+ "xdm:signals" : {
159
+ "pageTagCloud" : [
160
+ " analytics" ,
161
+ " bigdata"
162
+ ],
163
+ "pagelinkshovered" : [
164
+ " http://abcxyzabcxyz.com" ,
165
+ " http://abcxyzabcxyz1.com"
166
+ ]
167
+ },
168
+ "xdm:derivedSignals" : {
169
+ "derivedPageTagCloud" : [
170
+ " aam"
171
+ ],
172
+ "derivedPagelinkshovered" : [
173
+ " https://jhdjdi09002kdjjsl.com"
174
+ ]
175
+ },
176
+ "xdm:overwriteTraits" : true ,
177
+ "xdm:consentStrings" : [
178
+ {
179
+ "xdm:consentStandard" : " IAB TCF" ,
180
+ "xdm:consentStandardVersion" : " 2.0" ,
181
+ "xdm:consentStringValue" : " BObdrPUOevsguAfDqFENCNAAAAAmeAAA.PVAfDObdrA.DqFENCAmeAENCDA" ,
182
+ "xdm:gdprApplies" : true ,
183
+ "xdm:containsPersonalData" : false
184
+ }
185
+ ]
186
+ }
187
+ ]
188
+ }
0 commit comments