@segment/analytics-browser-actions-facebook-conversions-api-web 1.15.0 → 1.15.1-staging-28f91b239.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/metadata.json +3291 -0
- package/package.json +3 -3
package/metadata.json
ADDED
|
@@ -0,0 +1,3291 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "actions-facebook-conversions-api-web",
|
|
3
|
+
"name": "Facebook Conversions Api Web",
|
|
4
|
+
"mode": "device",
|
|
5
|
+
"description": "Send events to Facebook Conversions API from the browser.",
|
|
6
|
+
"authentication": {
|
|
7
|
+
"scheme": "custom",
|
|
8
|
+
"fields": {
|
|
9
|
+
"pixelId": {
|
|
10
|
+
"label": "Pixel ID",
|
|
11
|
+
"description": "The Pixel ID associated with your Facebook Pixel.",
|
|
12
|
+
"type": "string",
|
|
13
|
+
"required": true,
|
|
14
|
+
"multiple": false,
|
|
15
|
+
"choices": null,
|
|
16
|
+
"default": null,
|
|
17
|
+
"depends_on": null
|
|
18
|
+
},
|
|
19
|
+
"disablePushState": {
|
|
20
|
+
"label": "Disable Push State",
|
|
21
|
+
"description": "If set to true, prevents Facebook Pixel from sending PageView events on history state changes. Set to true if you want to trigger PageView events manually via the pageView Action.",
|
|
22
|
+
"type": "boolean",
|
|
23
|
+
"required": false,
|
|
24
|
+
"multiple": false,
|
|
25
|
+
"choices": null,
|
|
26
|
+
"default": false,
|
|
27
|
+
"depends_on": null
|
|
28
|
+
},
|
|
29
|
+
"disableAutoConfig": {
|
|
30
|
+
"label": "Disable Auto Config",
|
|
31
|
+
"description": "Control whether Facebook’s Meta Pixel automatically collects additional page and button data to optimize ads and measurement. When this toggle is on, Auto Config is disabled and only basic pixel tracking will occur. Turning it off enables Auto Config, allowing the Pixel to automatically send page metadata and button interactions to improve ad delivery and reporting.",
|
|
32
|
+
"type": "boolean",
|
|
33
|
+
"required": false,
|
|
34
|
+
"multiple": false,
|
|
35
|
+
"choices": null,
|
|
36
|
+
"default": true,
|
|
37
|
+
"depends_on": null
|
|
38
|
+
},
|
|
39
|
+
"disableFirstPartyCookies": {
|
|
40
|
+
"label": "Disable First Party Cookies",
|
|
41
|
+
"description": "Control whether Facebook’s Meta Pixel uses first-party cookies. When this toggle is on, first-party cookies are disabled, enhancing user privacy. Turning it off enables the use of first-party cookies for more accurate tracking.",
|
|
42
|
+
"type": "boolean",
|
|
43
|
+
"required": false,
|
|
44
|
+
"multiple": false,
|
|
45
|
+
"choices": null,
|
|
46
|
+
"default": false,
|
|
47
|
+
"depends_on": null
|
|
48
|
+
},
|
|
49
|
+
"agent": {
|
|
50
|
+
"label": "Agent",
|
|
51
|
+
"description": "Specifies the agent to use when sending events.",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"required": false,
|
|
54
|
+
"multiple": false,
|
|
55
|
+
"choices": null,
|
|
56
|
+
"default": "segment",
|
|
57
|
+
"depends_on": null
|
|
58
|
+
},
|
|
59
|
+
"ldu": {
|
|
60
|
+
"label": "Limited Data User (LDU)",
|
|
61
|
+
"description": "Specify if and how Limited Data Use should apply.",
|
|
62
|
+
"type": "string",
|
|
63
|
+
"required": true,
|
|
64
|
+
"multiple": false,
|
|
65
|
+
"choices": [
|
|
66
|
+
{
|
|
67
|
+
"label": "LDU disabled",
|
|
68
|
+
"value": "Disabled"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"label": "LDU enabled - Use Meta Geolocation Logic",
|
|
72
|
+
"value": "GeolocationLogic"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"label": "LDU enabled - California only",
|
|
76
|
+
"value": "California"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"label": "LDU enabled - Colorado only",
|
|
80
|
+
"value": "Colorado"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"label": "LDU enabled - Connecticut only",
|
|
84
|
+
"value": "Connecticut"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"label": "LDU enabled - Florida only",
|
|
88
|
+
"value": "Florida"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"label": "LDU enabled - Oregon only",
|
|
92
|
+
"value": "Oregon"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"label": "LDU enabled - Texas only",
|
|
96
|
+
"value": "Texas"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"label": "LDU enabled - Montana only",
|
|
100
|
+
"value": "Montana"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"label": "LDU enabled - Delaware only",
|
|
104
|
+
"value": "Delaware"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"label": "LDU enabled - Nebraska only",
|
|
108
|
+
"value": "Nebraska"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"label": "LDU enabled - New Hampshire only",
|
|
112
|
+
"value": "NewHampshire"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"label": "LDU enabled - New Jersey only",
|
|
116
|
+
"value": "NewJersey"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"label": "LDU enabled - Minnesota only",
|
|
120
|
+
"value": "Minnesota"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"default": "Disabled",
|
|
124
|
+
"depends_on": null
|
|
125
|
+
},
|
|
126
|
+
"formatUserDataWithParamBuilder": {
|
|
127
|
+
"label": "Format User Data with Parameter Builder",
|
|
128
|
+
"description": "If enabled, uses Facebook’s Parameter Builder library to help ensure that User Data values are properly formatted before being sent to Facebook.",
|
|
129
|
+
"type": "boolean",
|
|
130
|
+
"required": false,
|
|
131
|
+
"multiple": false,
|
|
132
|
+
"choices": null,
|
|
133
|
+
"default": true,
|
|
134
|
+
"depends_on": null
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"audienceConfig": null,
|
|
139
|
+
"actions": {
|
|
140
|
+
"send": {
|
|
141
|
+
"title": "Send Event",
|
|
142
|
+
"description": "Send a Standard or Custom Event to Facebook Conversions API.",
|
|
143
|
+
"platform": "web",
|
|
144
|
+
"defaultSubscription": "type = \"track\"",
|
|
145
|
+
"hidden": false,
|
|
146
|
+
"hasPerformBatch": false,
|
|
147
|
+
"syncMode": null,
|
|
148
|
+
"hooks": null,
|
|
149
|
+
"dynamicFields": null,
|
|
150
|
+
"fields": {
|
|
151
|
+
"event_config": {
|
|
152
|
+
"label": "Event Configuration",
|
|
153
|
+
"description": "Specify the type of Facebook Conversions API event to send.",
|
|
154
|
+
"type": "object",
|
|
155
|
+
"required": true,
|
|
156
|
+
"multiple": false,
|
|
157
|
+
"allowNull": false,
|
|
158
|
+
"dynamic": false,
|
|
159
|
+
"default": {
|
|
160
|
+
"event_name": "CustomEvent",
|
|
161
|
+
"custom_event_name": {
|
|
162
|
+
"@path": "$.event"
|
|
163
|
+
},
|
|
164
|
+
"show_fields": false
|
|
165
|
+
},
|
|
166
|
+
"choices": null,
|
|
167
|
+
"placeholder": null,
|
|
168
|
+
"properties": {
|
|
169
|
+
"event_name": {
|
|
170
|
+
"label": "Event Name",
|
|
171
|
+
"description": "Facebook Conversions API Event Name to send. Select 'Custom Event' to send a non standard event.",
|
|
172
|
+
"type": "string",
|
|
173
|
+
"required": true,
|
|
174
|
+
"multiple": false,
|
|
175
|
+
"allowNull": false,
|
|
176
|
+
"dynamic": false,
|
|
177
|
+
"default": null,
|
|
178
|
+
"choices": [
|
|
179
|
+
{
|
|
180
|
+
"label": "Custom Event",
|
|
181
|
+
"value": "CustomEvent"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"label": "Page View",
|
|
185
|
+
"value": "PageView"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"label": "Add Payment Info",
|
|
189
|
+
"value": "AddPaymentInfo"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"label": "Add To Cart",
|
|
193
|
+
"value": "AddToCart"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"label": "Add To Wishlist",
|
|
197
|
+
"value": "AddToWishlist"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"label": "Complete Registration",
|
|
201
|
+
"value": "CompleteRegistration"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"label": "Contact",
|
|
205
|
+
"value": "Contact"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"label": "Customize Product",
|
|
209
|
+
"value": "CustomizeProduct"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"label": "Donate",
|
|
213
|
+
"value": "Donate"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"label": "Find Location",
|
|
217
|
+
"value": "FindLocation"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"label": "Initiate Checkout",
|
|
221
|
+
"value": "InitiateCheckout"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"label": "Lead",
|
|
225
|
+
"value": "Lead"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"label": "Purchase",
|
|
229
|
+
"value": "Purchase"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"label": "Schedule",
|
|
233
|
+
"value": "Schedule"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"label": "Search",
|
|
237
|
+
"value": "Search"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"label": "Start Trial",
|
|
241
|
+
"value": "StartTrial"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"label": "Submit Application",
|
|
245
|
+
"value": "SubmitApplication"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"label": "Subscribe",
|
|
249
|
+
"value": "Subscribe"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"label": "View Content",
|
|
253
|
+
"value": "ViewContent"
|
|
254
|
+
}
|
|
255
|
+
],
|
|
256
|
+
"placeholder": null,
|
|
257
|
+
"properties": null,
|
|
258
|
+
"category": null,
|
|
259
|
+
"depends_on": null,
|
|
260
|
+
"readOnly": null,
|
|
261
|
+
"hidden": null,
|
|
262
|
+
"minimum": null,
|
|
263
|
+
"maximum": null,
|
|
264
|
+
"defaultObjectUI": null,
|
|
265
|
+
"disabledInputMethods": null,
|
|
266
|
+
"displayMode": null,
|
|
267
|
+
"format": null,
|
|
268
|
+
"additionalProperties": false
|
|
269
|
+
},
|
|
270
|
+
"custom_event_name": {
|
|
271
|
+
"label": "Custom Event Name",
|
|
272
|
+
"description": "Custom event name to send to Facebook",
|
|
273
|
+
"type": "string",
|
|
274
|
+
"required": false,
|
|
275
|
+
"multiple": false,
|
|
276
|
+
"allowNull": false,
|
|
277
|
+
"dynamic": false,
|
|
278
|
+
"default": null,
|
|
279
|
+
"choices": null,
|
|
280
|
+
"placeholder": null,
|
|
281
|
+
"properties": null,
|
|
282
|
+
"category": null,
|
|
283
|
+
"depends_on": {
|
|
284
|
+
"match": "any",
|
|
285
|
+
"conditions": [
|
|
286
|
+
{
|
|
287
|
+
"fieldKey": "event_config.show_fields",
|
|
288
|
+
"operator": "is",
|
|
289
|
+
"value": "true"
|
|
290
|
+
}
|
|
291
|
+
]
|
|
292
|
+
},
|
|
293
|
+
"readOnly": null,
|
|
294
|
+
"hidden": null,
|
|
295
|
+
"minimum": null,
|
|
296
|
+
"maximum": null,
|
|
297
|
+
"defaultObjectUI": null,
|
|
298
|
+
"disabledInputMethods": null,
|
|
299
|
+
"displayMode": null,
|
|
300
|
+
"format": null,
|
|
301
|
+
"additionalProperties": false
|
|
302
|
+
},
|
|
303
|
+
"show_fields": {
|
|
304
|
+
"label": "Show all fields",
|
|
305
|
+
"description": "Show all fields, even those which are not relevant to the selected Event Name.",
|
|
306
|
+
"type": "boolean",
|
|
307
|
+
"required": false,
|
|
308
|
+
"multiple": false,
|
|
309
|
+
"allowNull": false,
|
|
310
|
+
"dynamic": false,
|
|
311
|
+
"default": false,
|
|
312
|
+
"choices": null,
|
|
313
|
+
"placeholder": null,
|
|
314
|
+
"properties": null,
|
|
315
|
+
"category": null,
|
|
316
|
+
"depends_on": null,
|
|
317
|
+
"readOnly": null,
|
|
318
|
+
"hidden": null,
|
|
319
|
+
"minimum": null,
|
|
320
|
+
"maximum": null,
|
|
321
|
+
"defaultObjectUI": null,
|
|
322
|
+
"disabledInputMethods": null,
|
|
323
|
+
"displayMode": null,
|
|
324
|
+
"format": null,
|
|
325
|
+
"additionalProperties": false
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
"category": null,
|
|
329
|
+
"depends_on": null,
|
|
330
|
+
"readOnly": null,
|
|
331
|
+
"hidden": null,
|
|
332
|
+
"minimum": null,
|
|
333
|
+
"maximum": null,
|
|
334
|
+
"defaultObjectUI": "keyvalue",
|
|
335
|
+
"disabledInputMethods": null,
|
|
336
|
+
"displayMode": null,
|
|
337
|
+
"format": null,
|
|
338
|
+
"additionalProperties": false
|
|
339
|
+
},
|
|
340
|
+
"content_category": {
|
|
341
|
+
"label": "Content Category",
|
|
342
|
+
"description": "The category of the content associated with the event.",
|
|
343
|
+
"type": "string",
|
|
344
|
+
"required": false,
|
|
345
|
+
"multiple": false,
|
|
346
|
+
"allowNull": false,
|
|
347
|
+
"dynamic": false,
|
|
348
|
+
"default": {
|
|
349
|
+
"@path": "$.properties.category"
|
|
350
|
+
},
|
|
351
|
+
"choices": null,
|
|
352
|
+
"placeholder": null,
|
|
353
|
+
"properties": null,
|
|
354
|
+
"category": null,
|
|
355
|
+
"depends_on": {
|
|
356
|
+
"match": "any",
|
|
357
|
+
"conditions": [
|
|
358
|
+
{
|
|
359
|
+
"fieldKey": "event_config.show_fields",
|
|
360
|
+
"operator": "is",
|
|
361
|
+
"value": "true"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"fieldKey": "event_config.event_name",
|
|
365
|
+
"operator": "is",
|
|
366
|
+
"value": "PageView"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"fieldKey": "event_config.event_name",
|
|
370
|
+
"operator": "is",
|
|
371
|
+
"value": "ViewContent"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"fieldKey": "event_config.event_name",
|
|
375
|
+
"operator": "is",
|
|
376
|
+
"value": "Search"
|
|
377
|
+
}
|
|
378
|
+
]
|
|
379
|
+
},
|
|
380
|
+
"readOnly": null,
|
|
381
|
+
"hidden": null,
|
|
382
|
+
"minimum": null,
|
|
383
|
+
"maximum": null,
|
|
384
|
+
"defaultObjectUI": null,
|
|
385
|
+
"disabledInputMethods": null,
|
|
386
|
+
"displayMode": null,
|
|
387
|
+
"format": null,
|
|
388
|
+
"additionalProperties": false
|
|
389
|
+
},
|
|
390
|
+
"content_ids": {
|
|
391
|
+
"label": "Content IDs",
|
|
392
|
+
"description": "Product IDs associated with the event, such as SKUs (e.g. ['ABC123', 'XYZ789']). Accepts a single string value or array of strings.",
|
|
393
|
+
"type": "string",
|
|
394
|
+
"required": false,
|
|
395
|
+
"multiple": true,
|
|
396
|
+
"allowNull": false,
|
|
397
|
+
"dynamic": false,
|
|
398
|
+
"default": {
|
|
399
|
+
"@liquid": "{{ properties.products | map: 'product_id' }}"
|
|
400
|
+
},
|
|
401
|
+
"choices": null,
|
|
402
|
+
"placeholder": null,
|
|
403
|
+
"properties": null,
|
|
404
|
+
"category": null,
|
|
405
|
+
"depends_on": {
|
|
406
|
+
"match": "any",
|
|
407
|
+
"conditions": [
|
|
408
|
+
{
|
|
409
|
+
"fieldKey": "event_config.show_fields",
|
|
410
|
+
"operator": "is",
|
|
411
|
+
"value": "true"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"fieldKey": "event_config.event_name",
|
|
415
|
+
"operator": "is",
|
|
416
|
+
"value": "AddPaymentInfo"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"fieldKey": "event_config.event_name",
|
|
420
|
+
"operator": "is",
|
|
421
|
+
"value": "AddToCart"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"fieldKey": "event_config.event_name",
|
|
425
|
+
"operator": "is",
|
|
426
|
+
"value": "AddToWishlist"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"fieldKey": "event_config.event_name",
|
|
430
|
+
"operator": "is",
|
|
431
|
+
"value": "InitiateCheckout"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"fieldKey": "event_config.event_name",
|
|
435
|
+
"operator": "is",
|
|
436
|
+
"value": "Purchase"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"fieldKey": "event_config.event_name",
|
|
440
|
+
"operator": "is",
|
|
441
|
+
"value": "Search"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"fieldKey": "event_config.event_name",
|
|
445
|
+
"operator": "is",
|
|
446
|
+
"value": "ViewContent"
|
|
447
|
+
}
|
|
448
|
+
]
|
|
449
|
+
},
|
|
450
|
+
"readOnly": null,
|
|
451
|
+
"hidden": null,
|
|
452
|
+
"minimum": null,
|
|
453
|
+
"maximum": null,
|
|
454
|
+
"defaultObjectUI": null,
|
|
455
|
+
"disabledInputMethods": null,
|
|
456
|
+
"displayMode": null,
|
|
457
|
+
"format": null,
|
|
458
|
+
"additionalProperties": false
|
|
459
|
+
},
|
|
460
|
+
"content_name": {
|
|
461
|
+
"label": "Content Name",
|
|
462
|
+
"description": "The name of the page or product associated with the event.",
|
|
463
|
+
"type": "string",
|
|
464
|
+
"required": false,
|
|
465
|
+
"multiple": false,
|
|
466
|
+
"allowNull": false,
|
|
467
|
+
"dynamic": false,
|
|
468
|
+
"default": {
|
|
469
|
+
"@path": "$.properties.name"
|
|
470
|
+
},
|
|
471
|
+
"choices": null,
|
|
472
|
+
"placeholder": null,
|
|
473
|
+
"properties": null,
|
|
474
|
+
"category": null,
|
|
475
|
+
"depends_on": {
|
|
476
|
+
"match": "any",
|
|
477
|
+
"conditions": [
|
|
478
|
+
{
|
|
479
|
+
"fieldKey": "event_config.show_fields",
|
|
480
|
+
"operator": "is",
|
|
481
|
+
"value": "true"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"fieldKey": "event_config.event_name",
|
|
485
|
+
"operator": "is",
|
|
486
|
+
"value": "PageView"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"fieldKey": "event_config.event_name",
|
|
490
|
+
"operator": "is",
|
|
491
|
+
"value": "ViewContent"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"fieldKey": "event_config.event_name",
|
|
495
|
+
"operator": "is",
|
|
496
|
+
"value": "Search"
|
|
497
|
+
}
|
|
498
|
+
]
|
|
499
|
+
},
|
|
500
|
+
"readOnly": null,
|
|
501
|
+
"hidden": null,
|
|
502
|
+
"minimum": null,
|
|
503
|
+
"maximum": null,
|
|
504
|
+
"defaultObjectUI": null,
|
|
505
|
+
"disabledInputMethods": null,
|
|
506
|
+
"displayMode": null,
|
|
507
|
+
"format": null,
|
|
508
|
+
"additionalProperties": false
|
|
509
|
+
},
|
|
510
|
+
"content_type": {
|
|
511
|
+
"label": "Content Type",
|
|
512
|
+
"description": "If the IDs being passed in content_ids or contents parameter are IDs of products, then the value should be product. If product group IDs are being passed, then the value should be product_group. If no content_type is provided, Meta will match the event to every item that has the same ID, independent of its type.",
|
|
513
|
+
"type": "string",
|
|
514
|
+
"required": false,
|
|
515
|
+
"multiple": false,
|
|
516
|
+
"allowNull": false,
|
|
517
|
+
"dynamic": false,
|
|
518
|
+
"default": "product",
|
|
519
|
+
"choices": [
|
|
520
|
+
{
|
|
521
|
+
"value": "product",
|
|
522
|
+
"label": "Product"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"value": "product_group",
|
|
526
|
+
"label": "Product Group"
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"placeholder": null,
|
|
530
|
+
"properties": null,
|
|
531
|
+
"category": null,
|
|
532
|
+
"depends_on": {
|
|
533
|
+
"match": "any",
|
|
534
|
+
"conditions": [
|
|
535
|
+
{
|
|
536
|
+
"fieldKey": "event_config.show_fields",
|
|
537
|
+
"operator": "is",
|
|
538
|
+
"value": "true"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"fieldKey": "event_config.event_name",
|
|
542
|
+
"operator": "is",
|
|
543
|
+
"value": "AddToCart"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"fieldKey": "event_config.event_name",
|
|
547
|
+
"operator": "is",
|
|
548
|
+
"value": "Purchase"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"fieldKey": "event_config.event_name",
|
|
552
|
+
"operator": "is",
|
|
553
|
+
"value": "Search"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"fieldKey": "event_config.event_name",
|
|
557
|
+
"operator": "is",
|
|
558
|
+
"value": "ViewContent"
|
|
559
|
+
}
|
|
560
|
+
]
|
|
561
|
+
},
|
|
562
|
+
"readOnly": null,
|
|
563
|
+
"hidden": null,
|
|
564
|
+
"minimum": null,
|
|
565
|
+
"maximum": null,
|
|
566
|
+
"defaultObjectUI": null,
|
|
567
|
+
"disabledInputMethods": null,
|
|
568
|
+
"displayMode": null,
|
|
569
|
+
"format": null,
|
|
570
|
+
"additionalProperties": false
|
|
571
|
+
},
|
|
572
|
+
"contents": {
|
|
573
|
+
"label": "Contents",
|
|
574
|
+
"description": "A list of JSON objects that contain the product IDs associated with the event plus information about the products. ID and quantity are required fields.",
|
|
575
|
+
"type": "object",
|
|
576
|
+
"required": false,
|
|
577
|
+
"multiple": true,
|
|
578
|
+
"allowNull": false,
|
|
579
|
+
"dynamic": false,
|
|
580
|
+
"default": {
|
|
581
|
+
"@arrayPath": [
|
|
582
|
+
"$.properties.products",
|
|
583
|
+
{
|
|
584
|
+
"id": {
|
|
585
|
+
"@path": "$.product_id"
|
|
586
|
+
},
|
|
587
|
+
"quantity": {
|
|
588
|
+
"@path": "$.quantity"
|
|
589
|
+
},
|
|
590
|
+
"item_price": {
|
|
591
|
+
"@path": "$.price"
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
]
|
|
595
|
+
},
|
|
596
|
+
"choices": null,
|
|
597
|
+
"placeholder": null,
|
|
598
|
+
"properties": {
|
|
599
|
+
"id": {
|
|
600
|
+
"label": "ID",
|
|
601
|
+
"description": "The product ID of the purchased item.",
|
|
602
|
+
"type": "string",
|
|
603
|
+
"required": true,
|
|
604
|
+
"multiple": false,
|
|
605
|
+
"allowNull": false,
|
|
606
|
+
"dynamic": false,
|
|
607
|
+
"default": null,
|
|
608
|
+
"choices": null,
|
|
609
|
+
"placeholder": null,
|
|
610
|
+
"properties": null,
|
|
611
|
+
"category": null,
|
|
612
|
+
"depends_on": null,
|
|
613
|
+
"readOnly": null,
|
|
614
|
+
"hidden": null,
|
|
615
|
+
"minimum": null,
|
|
616
|
+
"maximum": null,
|
|
617
|
+
"defaultObjectUI": null,
|
|
618
|
+
"disabledInputMethods": null,
|
|
619
|
+
"displayMode": null,
|
|
620
|
+
"format": null,
|
|
621
|
+
"additionalProperties": false
|
|
622
|
+
},
|
|
623
|
+
"quantity": {
|
|
624
|
+
"label": "Quantity",
|
|
625
|
+
"description": "The number of items purchased.",
|
|
626
|
+
"type": "integer",
|
|
627
|
+
"required": true,
|
|
628
|
+
"multiple": false,
|
|
629
|
+
"allowNull": false,
|
|
630
|
+
"dynamic": false,
|
|
631
|
+
"default": null,
|
|
632
|
+
"choices": null,
|
|
633
|
+
"placeholder": null,
|
|
634
|
+
"properties": null,
|
|
635
|
+
"category": null,
|
|
636
|
+
"depends_on": null,
|
|
637
|
+
"readOnly": null,
|
|
638
|
+
"hidden": null,
|
|
639
|
+
"minimum": null,
|
|
640
|
+
"maximum": null,
|
|
641
|
+
"defaultObjectUI": null,
|
|
642
|
+
"disabledInputMethods": null,
|
|
643
|
+
"displayMode": null,
|
|
644
|
+
"format": null,
|
|
645
|
+
"additionalProperties": false
|
|
646
|
+
},
|
|
647
|
+
"item_price": {
|
|
648
|
+
"label": "Item Price",
|
|
649
|
+
"description": "The price of the item.",
|
|
650
|
+
"type": "number",
|
|
651
|
+
"required": false,
|
|
652
|
+
"multiple": false,
|
|
653
|
+
"allowNull": false,
|
|
654
|
+
"dynamic": false,
|
|
655
|
+
"default": null,
|
|
656
|
+
"choices": null,
|
|
657
|
+
"placeholder": null,
|
|
658
|
+
"properties": null,
|
|
659
|
+
"category": null,
|
|
660
|
+
"depends_on": null,
|
|
661
|
+
"readOnly": null,
|
|
662
|
+
"hidden": null,
|
|
663
|
+
"minimum": null,
|
|
664
|
+
"maximum": null,
|
|
665
|
+
"defaultObjectUI": null,
|
|
666
|
+
"disabledInputMethods": null,
|
|
667
|
+
"displayMode": null,
|
|
668
|
+
"format": null,
|
|
669
|
+
"additionalProperties": false
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
"category": null,
|
|
673
|
+
"depends_on": {
|
|
674
|
+
"match": "any",
|
|
675
|
+
"conditions": [
|
|
676
|
+
{
|
|
677
|
+
"fieldKey": "event_config.show_fields",
|
|
678
|
+
"operator": "is",
|
|
679
|
+
"value": "true"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"fieldKey": "event_config.event_name",
|
|
683
|
+
"operator": "is",
|
|
684
|
+
"value": "AddPaymentInfo"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"fieldKey": "event_config.event_name",
|
|
688
|
+
"operator": "is",
|
|
689
|
+
"value": "AddToCart"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"fieldKey": "event_config.event_name",
|
|
693
|
+
"operator": "is",
|
|
694
|
+
"value": "AddToWishlist"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"fieldKey": "event_config.event_name",
|
|
698
|
+
"operator": "is",
|
|
699
|
+
"value": "InitiateCheckout"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"fieldKey": "event_config.event_name",
|
|
703
|
+
"operator": "is",
|
|
704
|
+
"value": "Purchase"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"fieldKey": "event_config.event_name",
|
|
708
|
+
"operator": "is",
|
|
709
|
+
"value": "Search"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"fieldKey": "event_config.event_name",
|
|
713
|
+
"operator": "is",
|
|
714
|
+
"value": "ViewContent"
|
|
715
|
+
}
|
|
716
|
+
]
|
|
717
|
+
},
|
|
718
|
+
"readOnly": null,
|
|
719
|
+
"hidden": null,
|
|
720
|
+
"minimum": null,
|
|
721
|
+
"maximum": null,
|
|
722
|
+
"defaultObjectUI": "keyvalue",
|
|
723
|
+
"disabledInputMethods": null,
|
|
724
|
+
"displayMode": null,
|
|
725
|
+
"format": null,
|
|
726
|
+
"additionalProperties": true
|
|
727
|
+
},
|
|
728
|
+
"currency": {
|
|
729
|
+
"label": "Currency",
|
|
730
|
+
"description": "The currency for the value specified. Currency must be a valid ISO 4217 three-digit currency code.",
|
|
731
|
+
"type": "string",
|
|
732
|
+
"required": {
|
|
733
|
+
"match": "all",
|
|
734
|
+
"conditions": [
|
|
735
|
+
{
|
|
736
|
+
"fieldKey": "event_config.event_name",
|
|
737
|
+
"operator": "is",
|
|
738
|
+
"value": "Purchase"
|
|
739
|
+
}
|
|
740
|
+
]
|
|
741
|
+
},
|
|
742
|
+
"multiple": false,
|
|
743
|
+
"allowNull": false,
|
|
744
|
+
"dynamic": false,
|
|
745
|
+
"default": {
|
|
746
|
+
"@path": "$.properties.currency"
|
|
747
|
+
},
|
|
748
|
+
"choices": [
|
|
749
|
+
{
|
|
750
|
+
"value": "AED",
|
|
751
|
+
"label": "AED"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"value": "AFN",
|
|
755
|
+
"label": "AFN"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"value": "ALL",
|
|
759
|
+
"label": "ALL"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"value": "AMD",
|
|
763
|
+
"label": "AMD"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"value": "ANG",
|
|
767
|
+
"label": "ANG"
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"value": "AOA",
|
|
771
|
+
"label": "AOA"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"value": "ARS",
|
|
775
|
+
"label": "ARS"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"value": "AUD",
|
|
779
|
+
"label": "AUD"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"value": "AWG",
|
|
783
|
+
"label": "AWG"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"value": "AZN",
|
|
787
|
+
"label": "AZN"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"value": "BAM",
|
|
791
|
+
"label": "BAM"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"value": "BBD",
|
|
795
|
+
"label": "BBD"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"value": "BDT",
|
|
799
|
+
"label": "BDT"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"value": "BGN",
|
|
803
|
+
"label": "BGN"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"value": "BHD",
|
|
807
|
+
"label": "BHD"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"value": "BIF",
|
|
811
|
+
"label": "BIF"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"value": "BMD",
|
|
815
|
+
"label": "BMD"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"value": "BND",
|
|
819
|
+
"label": "BND"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"value": "BOB",
|
|
823
|
+
"label": "BOB"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"value": "BOV",
|
|
827
|
+
"label": "BOV"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"value": "BRL",
|
|
831
|
+
"label": "BRL"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"value": "BSD",
|
|
835
|
+
"label": "BSD"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"value": "BTN",
|
|
839
|
+
"label": "BTN"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"value": "BWP",
|
|
843
|
+
"label": "BWP"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"value": "BYN",
|
|
847
|
+
"label": "BYN"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"value": "BZD",
|
|
851
|
+
"label": "BZD"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"value": "CAD",
|
|
855
|
+
"label": "CAD"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"value": "CDF",
|
|
859
|
+
"label": "CDF"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"value": "CHE",
|
|
863
|
+
"label": "CHE"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"value": "CHF",
|
|
867
|
+
"label": "CHF"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"value": "CHW",
|
|
871
|
+
"label": "CHW"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"value": "CLF",
|
|
875
|
+
"label": "CLF"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"value": "CLP",
|
|
879
|
+
"label": "CLP"
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"value": "CNY",
|
|
883
|
+
"label": "CNY"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"value": "COP",
|
|
887
|
+
"label": "COP"
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"value": "COU",
|
|
891
|
+
"label": "COU"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"value": "CRC",
|
|
895
|
+
"label": "CRC"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"value": "CUC",
|
|
899
|
+
"label": "CUC"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"value": "CUP",
|
|
903
|
+
"label": "CUP"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"value": "CVE",
|
|
907
|
+
"label": "CVE"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"value": "CZK",
|
|
911
|
+
"label": "CZK"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"value": "DJF",
|
|
915
|
+
"label": "DJF"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"value": "DKK",
|
|
919
|
+
"label": "DKK"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"value": "DOP",
|
|
923
|
+
"label": "DOP"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"value": "DZD",
|
|
927
|
+
"label": "DZD"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"value": "EGP",
|
|
931
|
+
"label": "EGP"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"value": "ERN",
|
|
935
|
+
"label": "ERN"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"value": "ETB",
|
|
939
|
+
"label": "ETB"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"value": "EUR",
|
|
943
|
+
"label": "EUR"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"value": "FJD",
|
|
947
|
+
"label": "FJD"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"value": "FKP",
|
|
951
|
+
"label": "FKP"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"value": "GBP",
|
|
955
|
+
"label": "GBP"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"value": "GEL",
|
|
959
|
+
"label": "GEL"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"value": "GHS",
|
|
963
|
+
"label": "GHS"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"value": "GIP",
|
|
967
|
+
"label": "GIP"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"value": "GMD",
|
|
971
|
+
"label": "GMD"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"value": "GNF",
|
|
975
|
+
"label": "GNF"
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"value": "GTQ",
|
|
979
|
+
"label": "GTQ"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"value": "GYD",
|
|
983
|
+
"label": "GYD"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"value": "HKD",
|
|
987
|
+
"label": "HKD"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"value": "HNL",
|
|
991
|
+
"label": "HNL"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"value": "HRK",
|
|
995
|
+
"label": "HRK"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"value": "HTG",
|
|
999
|
+
"label": "HTG"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"value": "HUF",
|
|
1003
|
+
"label": "HUF"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"value": "IDR",
|
|
1007
|
+
"label": "IDR"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"value": "ILS",
|
|
1011
|
+
"label": "ILS"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"value": "INR",
|
|
1015
|
+
"label": "INR"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"value": "IQD",
|
|
1019
|
+
"label": "IQD"
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"value": "IRR",
|
|
1023
|
+
"label": "IRR"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"value": "ISK",
|
|
1027
|
+
"label": "ISK"
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"value": "JMD",
|
|
1031
|
+
"label": "JMD"
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"value": "JOD",
|
|
1035
|
+
"label": "JOD"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"value": "JPY",
|
|
1039
|
+
"label": "JPY"
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"value": "KES",
|
|
1043
|
+
"label": "KES"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"value": "KGS",
|
|
1047
|
+
"label": "KGS"
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"value": "KHR",
|
|
1051
|
+
"label": "KHR"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"value": "KMF",
|
|
1055
|
+
"label": "KMF"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"value": "KPW",
|
|
1059
|
+
"label": "KPW"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"value": "KRW",
|
|
1063
|
+
"label": "KRW"
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"value": "KWD",
|
|
1067
|
+
"label": "KWD"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"value": "KYD",
|
|
1071
|
+
"label": "KYD"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"value": "KZT",
|
|
1075
|
+
"label": "KZT"
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"value": "LAK",
|
|
1079
|
+
"label": "LAK"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"value": "LBP",
|
|
1083
|
+
"label": "LBP"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"value": "LKR",
|
|
1087
|
+
"label": "LKR"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"value": "LRD",
|
|
1091
|
+
"label": "LRD"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"value": "LSL",
|
|
1095
|
+
"label": "LSL"
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"value": "LYD",
|
|
1099
|
+
"label": "LYD"
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"value": "MAD",
|
|
1103
|
+
"label": "MAD"
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"value": "MDL",
|
|
1107
|
+
"label": "MDL"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"value": "MGA",
|
|
1111
|
+
"label": "MGA"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"value": "MKD",
|
|
1115
|
+
"label": "MKD"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"value": "MMK",
|
|
1119
|
+
"label": "MMK"
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"value": "MNT",
|
|
1123
|
+
"label": "MNT"
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"value": "MOP",
|
|
1127
|
+
"label": "MOP"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"value": "MRU",
|
|
1131
|
+
"label": "MRU"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"value": "MUR",
|
|
1135
|
+
"label": "MUR"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"value": "MVR",
|
|
1139
|
+
"label": "MVR"
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"value": "MWK",
|
|
1143
|
+
"label": "MWK"
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"value": "MXN",
|
|
1147
|
+
"label": "MXN"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"value": "MXV",
|
|
1151
|
+
"label": "MXV"
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"value": "MYR",
|
|
1155
|
+
"label": "MYR"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"value": "MZN",
|
|
1159
|
+
"label": "MZN"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"value": "NAD",
|
|
1163
|
+
"label": "NAD"
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"value": "NGN",
|
|
1167
|
+
"label": "NGN"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"value": "NIO",
|
|
1171
|
+
"label": "NIO"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"value": "NOK",
|
|
1175
|
+
"label": "NOK"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"value": "NPR",
|
|
1179
|
+
"label": "NPR"
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"value": "NZD",
|
|
1183
|
+
"label": "NZD"
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"value": "OMR",
|
|
1187
|
+
"label": "OMR"
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"value": "PAB",
|
|
1191
|
+
"label": "PAB"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"value": "PEN",
|
|
1195
|
+
"label": "PEN"
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"value": "PGK",
|
|
1199
|
+
"label": "PGK"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"value": "PHP",
|
|
1203
|
+
"label": "PHP"
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"value": "PKR",
|
|
1207
|
+
"label": "PKR"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"value": "PLN",
|
|
1211
|
+
"label": "PLN"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"value": "PYG",
|
|
1215
|
+
"label": "PYG"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"value": "QAR",
|
|
1219
|
+
"label": "QAR"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"value": "RON",
|
|
1223
|
+
"label": "RON"
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"value": "RSD",
|
|
1227
|
+
"label": "RSD"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"value": "RUB",
|
|
1231
|
+
"label": "RUB"
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"value": "RWF",
|
|
1235
|
+
"label": "RWF"
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"value": "SAR",
|
|
1239
|
+
"label": "SAR"
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"value": "SBD",
|
|
1243
|
+
"label": "SBD"
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"value": "SCR",
|
|
1247
|
+
"label": "SCR"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"value": "SDG",
|
|
1251
|
+
"label": "SDG"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"value": "SEK",
|
|
1255
|
+
"label": "SEK"
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"value": "SGD",
|
|
1259
|
+
"label": "SGD"
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"value": "SHP",
|
|
1263
|
+
"label": "SHP"
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"value": "SLL",
|
|
1267
|
+
"label": "SLL"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"value": "SOS",
|
|
1271
|
+
"label": "SOS"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"value": "SRD",
|
|
1275
|
+
"label": "SRD"
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"value": "SSP",
|
|
1279
|
+
"label": "SSP"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"value": "STN",
|
|
1283
|
+
"label": "STN"
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"value": "SVC",
|
|
1287
|
+
"label": "SVC"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"value": "SYP",
|
|
1291
|
+
"label": "SYP"
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"value": "SZL",
|
|
1295
|
+
"label": "SZL"
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"value": "THB",
|
|
1299
|
+
"label": "THB"
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"value": "TJS",
|
|
1303
|
+
"label": "TJS"
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"value": "TMT",
|
|
1307
|
+
"label": "TMT"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"value": "TND",
|
|
1311
|
+
"label": "TND"
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"value": "TOP",
|
|
1315
|
+
"label": "TOP"
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"value": "TRY",
|
|
1319
|
+
"label": "TRY"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"value": "TTD",
|
|
1323
|
+
"label": "TTD"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"value": "TWD",
|
|
1327
|
+
"label": "TWD"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"value": "TZS",
|
|
1331
|
+
"label": "TZS"
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"value": "UAH",
|
|
1335
|
+
"label": "UAH"
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"value": "UGX",
|
|
1339
|
+
"label": "UGX"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"value": "USD",
|
|
1343
|
+
"label": "USD"
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"value": "USN",
|
|
1347
|
+
"label": "USN"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"value": "UYI",
|
|
1351
|
+
"label": "UYI"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"value": "UYU",
|
|
1355
|
+
"label": "UYU"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"value": "UYW",
|
|
1359
|
+
"label": "UYW"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"value": "UZS",
|
|
1363
|
+
"label": "UZS"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"value": "VES",
|
|
1367
|
+
"label": "VES"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"value": "VND",
|
|
1371
|
+
"label": "VND"
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"value": "VUV",
|
|
1375
|
+
"label": "VUV"
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"value": "WST",
|
|
1379
|
+
"label": "WST"
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"value": "XAF",
|
|
1383
|
+
"label": "XAF"
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"value": "XAG",
|
|
1387
|
+
"label": "XAG"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"value": "XAU",
|
|
1391
|
+
"label": "XAU"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"value": "XBA",
|
|
1395
|
+
"label": "XBA"
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"value": "XBB",
|
|
1399
|
+
"label": "XBB"
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"value": "XBC",
|
|
1403
|
+
"label": "XBC"
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"value": "XBD",
|
|
1407
|
+
"label": "XBD"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"value": "XCD",
|
|
1411
|
+
"label": "XCD"
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"value": "XDR",
|
|
1415
|
+
"label": "XDR"
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"value": "XOF",
|
|
1419
|
+
"label": "XOF"
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"value": "XPD",
|
|
1423
|
+
"label": "XPD"
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"value": "XPF",
|
|
1427
|
+
"label": "XPF"
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"value": "XPT",
|
|
1431
|
+
"label": "XPT"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"value": "XSU",
|
|
1435
|
+
"label": "XSU"
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"value": "XTS",
|
|
1439
|
+
"label": "XTS"
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"value": "XUA",
|
|
1443
|
+
"label": "XUA"
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"value": "XXX",
|
|
1447
|
+
"label": "XXX"
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"value": "YER",
|
|
1451
|
+
"label": "YER"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"value": "ZAR",
|
|
1455
|
+
"label": "ZAR"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"value": "ZMW",
|
|
1459
|
+
"label": "ZMW"
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"value": "ZWC",
|
|
1463
|
+
"label": "ZWC"
|
|
1464
|
+
}
|
|
1465
|
+
],
|
|
1466
|
+
"placeholder": null,
|
|
1467
|
+
"properties": null,
|
|
1468
|
+
"category": null,
|
|
1469
|
+
"depends_on": {
|
|
1470
|
+
"match": "any",
|
|
1471
|
+
"conditions": [
|
|
1472
|
+
{
|
|
1473
|
+
"fieldKey": "event_config.show_fields",
|
|
1474
|
+
"operator": "is",
|
|
1475
|
+
"value": "true"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"fieldKey": "event_config.event_name",
|
|
1479
|
+
"operator": "is",
|
|
1480
|
+
"value": "AddPaymentInfo"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"fieldKey": "event_config.event_name",
|
|
1484
|
+
"operator": "is",
|
|
1485
|
+
"value": "AddToCart"
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"fieldKey": "event_config.event_name",
|
|
1489
|
+
"operator": "is",
|
|
1490
|
+
"value": "AddToWishlist"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"fieldKey": "event_config.event_name",
|
|
1494
|
+
"operator": "is",
|
|
1495
|
+
"value": "CompleteRegistration"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"fieldKey": "event_config.event_name",
|
|
1499
|
+
"operator": "is",
|
|
1500
|
+
"value": "InitiateCheckout"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"fieldKey": "event_config.event_name",
|
|
1504
|
+
"operator": "is",
|
|
1505
|
+
"value": "Lead"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"fieldKey": "event_config.event_name",
|
|
1509
|
+
"operator": "is",
|
|
1510
|
+
"value": "Purchase"
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"fieldKey": "event_config.event_name",
|
|
1514
|
+
"operator": "is",
|
|
1515
|
+
"value": "Search"
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"fieldKey": "event_config.event_name",
|
|
1519
|
+
"operator": "is",
|
|
1520
|
+
"value": "StartTrial"
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"fieldKey": "event_config.event_name",
|
|
1524
|
+
"operator": "is",
|
|
1525
|
+
"value": "Subscribe"
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"fieldKey": "event_config.event_name",
|
|
1529
|
+
"operator": "is",
|
|
1530
|
+
"value": "ViewContent"
|
|
1531
|
+
}
|
|
1532
|
+
]
|
|
1533
|
+
},
|
|
1534
|
+
"readOnly": null,
|
|
1535
|
+
"hidden": null,
|
|
1536
|
+
"minimum": null,
|
|
1537
|
+
"maximum": null,
|
|
1538
|
+
"defaultObjectUI": null,
|
|
1539
|
+
"disabledInputMethods": null,
|
|
1540
|
+
"displayMode": null,
|
|
1541
|
+
"format": null,
|
|
1542
|
+
"additionalProperties": false
|
|
1543
|
+
},
|
|
1544
|
+
"delivery_category": {
|
|
1545
|
+
"label": "Delivery Category",
|
|
1546
|
+
"description": "Category of the delivery",
|
|
1547
|
+
"type": "string",
|
|
1548
|
+
"required": false,
|
|
1549
|
+
"multiple": false,
|
|
1550
|
+
"allowNull": false,
|
|
1551
|
+
"dynamic": false,
|
|
1552
|
+
"default": null,
|
|
1553
|
+
"choices": [
|
|
1554
|
+
{
|
|
1555
|
+
"value": "in_store",
|
|
1556
|
+
"label": "In Store"
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"value": "curbside",
|
|
1560
|
+
"label": "Curbside"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"value": "home_delivery",
|
|
1564
|
+
"label": "Home Delivery"
|
|
1565
|
+
}
|
|
1566
|
+
],
|
|
1567
|
+
"placeholder": null,
|
|
1568
|
+
"properties": null,
|
|
1569
|
+
"category": null,
|
|
1570
|
+
"depends_on": {
|
|
1571
|
+
"match": "any",
|
|
1572
|
+
"conditions": [
|
|
1573
|
+
{
|
|
1574
|
+
"fieldKey": "event_config.show_fields",
|
|
1575
|
+
"operator": "is",
|
|
1576
|
+
"value": "true"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"fieldKey": "event_config.event_name",
|
|
1580
|
+
"operator": "is",
|
|
1581
|
+
"value": "Purchase"
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"fieldKey": "event_config.event_name",
|
|
1585
|
+
"operator": "is",
|
|
1586
|
+
"value": "InitiateCheckout"
|
|
1587
|
+
}
|
|
1588
|
+
]
|
|
1589
|
+
},
|
|
1590
|
+
"readOnly": null,
|
|
1591
|
+
"hidden": null,
|
|
1592
|
+
"minimum": null,
|
|
1593
|
+
"maximum": null,
|
|
1594
|
+
"defaultObjectUI": null,
|
|
1595
|
+
"disabledInputMethods": null,
|
|
1596
|
+
"displayMode": null,
|
|
1597
|
+
"format": null,
|
|
1598
|
+
"additionalProperties": false
|
|
1599
|
+
},
|
|
1600
|
+
"num_items": {
|
|
1601
|
+
"label": "Number of Items",
|
|
1602
|
+
"description": "The number of items when checkout was initiated.",
|
|
1603
|
+
"type": "integer",
|
|
1604
|
+
"required": false,
|
|
1605
|
+
"multiple": false,
|
|
1606
|
+
"allowNull": false,
|
|
1607
|
+
"dynamic": false,
|
|
1608
|
+
"default": {
|
|
1609
|
+
"@path": "$.properties.num_items"
|
|
1610
|
+
},
|
|
1611
|
+
"choices": null,
|
|
1612
|
+
"placeholder": null,
|
|
1613
|
+
"properties": null,
|
|
1614
|
+
"category": null,
|
|
1615
|
+
"depends_on": {
|
|
1616
|
+
"match": "any",
|
|
1617
|
+
"conditions": [
|
|
1618
|
+
{
|
|
1619
|
+
"fieldKey": "event_config.show_fields",
|
|
1620
|
+
"operator": "is",
|
|
1621
|
+
"value": "true"
|
|
1622
|
+
}
|
|
1623
|
+
]
|
|
1624
|
+
},
|
|
1625
|
+
"readOnly": null,
|
|
1626
|
+
"hidden": null,
|
|
1627
|
+
"minimum": null,
|
|
1628
|
+
"maximum": null,
|
|
1629
|
+
"defaultObjectUI": null,
|
|
1630
|
+
"disabledInputMethods": null,
|
|
1631
|
+
"displayMode": null,
|
|
1632
|
+
"format": null,
|
|
1633
|
+
"additionalProperties": false
|
|
1634
|
+
},
|
|
1635
|
+
"predicted_ltv": {
|
|
1636
|
+
"label": "Predicted LTV",
|
|
1637
|
+
"description": "Predicted lifetime value of a subscriber as defined by the advertiser and expressed as an exact value.",
|
|
1638
|
+
"type": "number",
|
|
1639
|
+
"required": false,
|
|
1640
|
+
"multiple": false,
|
|
1641
|
+
"allowNull": false,
|
|
1642
|
+
"dynamic": false,
|
|
1643
|
+
"default": null,
|
|
1644
|
+
"choices": null,
|
|
1645
|
+
"placeholder": null,
|
|
1646
|
+
"properties": null,
|
|
1647
|
+
"category": null,
|
|
1648
|
+
"depends_on": {
|
|
1649
|
+
"match": "any",
|
|
1650
|
+
"conditions": [
|
|
1651
|
+
{
|
|
1652
|
+
"fieldKey": "event_config.show_fields",
|
|
1653
|
+
"operator": "is",
|
|
1654
|
+
"value": "true"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"fieldKey": "event_config.event_name",
|
|
1658
|
+
"operator": "is",
|
|
1659
|
+
"value": "Purchase"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"fieldKey": "event_config.event_name",
|
|
1663
|
+
"operator": "is",
|
|
1664
|
+
"value": "Subscribe"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"fieldKey": "event_config.event_name",
|
|
1668
|
+
"operator": "is",
|
|
1669
|
+
"value": "StartTrial"
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"fieldKey": "event_config.event_name",
|
|
1673
|
+
"operator": "is",
|
|
1674
|
+
"value": "CompleteRegistration"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"fieldKey": "event_config.event_name",
|
|
1678
|
+
"operator": "is",
|
|
1679
|
+
"value": "AddPaymentInfo"
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"fieldKey": "event_config.event_name",
|
|
1683
|
+
"operator": "is",
|
|
1684
|
+
"value": "CustomEvent"
|
|
1685
|
+
}
|
|
1686
|
+
]
|
|
1687
|
+
},
|
|
1688
|
+
"readOnly": null,
|
|
1689
|
+
"hidden": null,
|
|
1690
|
+
"minimum": null,
|
|
1691
|
+
"maximum": null,
|
|
1692
|
+
"defaultObjectUI": null,
|
|
1693
|
+
"disabledInputMethods": null,
|
|
1694
|
+
"displayMode": null,
|
|
1695
|
+
"format": null,
|
|
1696
|
+
"additionalProperties": false
|
|
1697
|
+
},
|
|
1698
|
+
"net_revenue": {
|
|
1699
|
+
"label": "Net Revenue",
|
|
1700
|
+
"description": "The net revenue associated with the purchase.",
|
|
1701
|
+
"type": "number",
|
|
1702
|
+
"required": false,
|
|
1703
|
+
"multiple": false,
|
|
1704
|
+
"allowNull": false,
|
|
1705
|
+
"dynamic": false,
|
|
1706
|
+
"default": {
|
|
1707
|
+
"@path": "$.properties.net_revenue"
|
|
1708
|
+
},
|
|
1709
|
+
"choices": null,
|
|
1710
|
+
"placeholder": null,
|
|
1711
|
+
"properties": null,
|
|
1712
|
+
"category": null,
|
|
1713
|
+
"depends_on": {
|
|
1714
|
+
"match": "any",
|
|
1715
|
+
"conditions": [
|
|
1716
|
+
{
|
|
1717
|
+
"fieldKey": "event_config.show_fields",
|
|
1718
|
+
"operator": "is",
|
|
1719
|
+
"value": "true"
|
|
1720
|
+
}
|
|
1721
|
+
]
|
|
1722
|
+
},
|
|
1723
|
+
"readOnly": null,
|
|
1724
|
+
"hidden": null,
|
|
1725
|
+
"minimum": null,
|
|
1726
|
+
"maximum": null,
|
|
1727
|
+
"defaultObjectUI": null,
|
|
1728
|
+
"disabledInputMethods": null,
|
|
1729
|
+
"displayMode": null,
|
|
1730
|
+
"format": null,
|
|
1731
|
+
"additionalProperties": false
|
|
1732
|
+
},
|
|
1733
|
+
"search_string": {
|
|
1734
|
+
"label": "Search String",
|
|
1735
|
+
"description": "The string entered by the user for the search.",
|
|
1736
|
+
"type": "string",
|
|
1737
|
+
"required": false,
|
|
1738
|
+
"multiple": false,
|
|
1739
|
+
"allowNull": false,
|
|
1740
|
+
"dynamic": false,
|
|
1741
|
+
"default": {
|
|
1742
|
+
"@path": "$.properties.query"
|
|
1743
|
+
},
|
|
1744
|
+
"choices": null,
|
|
1745
|
+
"placeholder": null,
|
|
1746
|
+
"properties": null,
|
|
1747
|
+
"category": null,
|
|
1748
|
+
"depends_on": {
|
|
1749
|
+
"match": "any",
|
|
1750
|
+
"conditions": [
|
|
1751
|
+
{
|
|
1752
|
+
"fieldKey": "event_config.show_fields",
|
|
1753
|
+
"operator": "is",
|
|
1754
|
+
"value": "true"
|
|
1755
|
+
}
|
|
1756
|
+
]
|
|
1757
|
+
},
|
|
1758
|
+
"readOnly": null,
|
|
1759
|
+
"hidden": null,
|
|
1760
|
+
"minimum": null,
|
|
1761
|
+
"maximum": null,
|
|
1762
|
+
"defaultObjectUI": null,
|
|
1763
|
+
"disabledInputMethods": null,
|
|
1764
|
+
"displayMode": null,
|
|
1765
|
+
"format": null,
|
|
1766
|
+
"additionalProperties": false
|
|
1767
|
+
},
|
|
1768
|
+
"status": {
|
|
1769
|
+
"label": "Registration Status",
|
|
1770
|
+
"description": "The status of the registration. true for completed registrations, false otherwise.",
|
|
1771
|
+
"type": "boolean",
|
|
1772
|
+
"required": false,
|
|
1773
|
+
"multiple": false,
|
|
1774
|
+
"allowNull": false,
|
|
1775
|
+
"dynamic": false,
|
|
1776
|
+
"default": null,
|
|
1777
|
+
"choices": null,
|
|
1778
|
+
"placeholder": null,
|
|
1779
|
+
"properties": null,
|
|
1780
|
+
"category": null,
|
|
1781
|
+
"depends_on": {
|
|
1782
|
+
"match": "any",
|
|
1783
|
+
"conditions": [
|
|
1784
|
+
{
|
|
1785
|
+
"fieldKey": "event_config.show_fields",
|
|
1786
|
+
"operator": "is",
|
|
1787
|
+
"value": "true"
|
|
1788
|
+
}
|
|
1789
|
+
]
|
|
1790
|
+
},
|
|
1791
|
+
"readOnly": null,
|
|
1792
|
+
"hidden": null,
|
|
1793
|
+
"minimum": null,
|
|
1794
|
+
"maximum": null,
|
|
1795
|
+
"defaultObjectUI": null,
|
|
1796
|
+
"disabledInputMethods": null,
|
|
1797
|
+
"displayMode": null,
|
|
1798
|
+
"format": null,
|
|
1799
|
+
"additionalProperties": false
|
|
1800
|
+
},
|
|
1801
|
+
"value": {
|
|
1802
|
+
"label": "Value",
|
|
1803
|
+
"description": "A numeric value associated with this event. This could be a monetary value or a value in some other metric.",
|
|
1804
|
+
"type": "number",
|
|
1805
|
+
"required": {
|
|
1806
|
+
"match": "all",
|
|
1807
|
+
"conditions": [
|
|
1808
|
+
{
|
|
1809
|
+
"fieldKey": "event_config.event_name",
|
|
1810
|
+
"operator": "is",
|
|
1811
|
+
"value": "Purchase"
|
|
1812
|
+
}
|
|
1813
|
+
]
|
|
1814
|
+
},
|
|
1815
|
+
"multiple": false,
|
|
1816
|
+
"allowNull": false,
|
|
1817
|
+
"dynamic": false,
|
|
1818
|
+
"default": {
|
|
1819
|
+
"@path": "$.properties.value"
|
|
1820
|
+
},
|
|
1821
|
+
"choices": null,
|
|
1822
|
+
"placeholder": null,
|
|
1823
|
+
"properties": null,
|
|
1824
|
+
"category": null,
|
|
1825
|
+
"depends_on": {
|
|
1826
|
+
"match": "any",
|
|
1827
|
+
"conditions": [
|
|
1828
|
+
{
|
|
1829
|
+
"fieldKey": "event_config.show_fields",
|
|
1830
|
+
"operator": "is",
|
|
1831
|
+
"value": "true"
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"fieldKey": "event_config.event_name",
|
|
1835
|
+
"operator": "is",
|
|
1836
|
+
"value": "AddPaymentInfo"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"fieldKey": "event_config.event_name",
|
|
1840
|
+
"operator": "is",
|
|
1841
|
+
"value": "AddToCart"
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"fieldKey": "event_config.event_name",
|
|
1845
|
+
"operator": "is",
|
|
1846
|
+
"value": "AddToWishlist"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"fieldKey": "event_config.event_name",
|
|
1850
|
+
"operator": "is",
|
|
1851
|
+
"value": "CompleteRegistration"
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"fieldKey": "event_config.event_name",
|
|
1855
|
+
"operator": "is",
|
|
1856
|
+
"value": "InitiateCheckout"
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"fieldKey": "event_config.event_name",
|
|
1860
|
+
"operator": "is",
|
|
1861
|
+
"value": "Lead"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"fieldKey": "event_config.event_name",
|
|
1865
|
+
"operator": "is",
|
|
1866
|
+
"value": "Purchase"
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"fieldKey": "event_config.event_name",
|
|
1870
|
+
"operator": "is",
|
|
1871
|
+
"value": "Search"
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"fieldKey": "event_config.event_name",
|
|
1875
|
+
"operator": "is",
|
|
1876
|
+
"value": "StartTrial"
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"fieldKey": "event_config.event_name",
|
|
1880
|
+
"operator": "is",
|
|
1881
|
+
"value": "Subscribe"
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"fieldKey": "event_config.event_name",
|
|
1885
|
+
"operator": "is",
|
|
1886
|
+
"value": "ViewContent"
|
|
1887
|
+
}
|
|
1888
|
+
]
|
|
1889
|
+
},
|
|
1890
|
+
"readOnly": null,
|
|
1891
|
+
"hidden": null,
|
|
1892
|
+
"minimum": null,
|
|
1893
|
+
"maximum": null,
|
|
1894
|
+
"defaultObjectUI": null,
|
|
1895
|
+
"disabledInputMethods": null,
|
|
1896
|
+
"displayMode": null,
|
|
1897
|
+
"format": null,
|
|
1898
|
+
"additionalProperties": false
|
|
1899
|
+
},
|
|
1900
|
+
"custom_data": {
|
|
1901
|
+
"label": "Custom Data",
|
|
1902
|
+
"description": "The custom data object can be used to pass custom properties.",
|
|
1903
|
+
"type": "object",
|
|
1904
|
+
"required": false,
|
|
1905
|
+
"multiple": false,
|
|
1906
|
+
"allowNull": false,
|
|
1907
|
+
"dynamic": false,
|
|
1908
|
+
"default": null,
|
|
1909
|
+
"choices": null,
|
|
1910
|
+
"placeholder": null,
|
|
1911
|
+
"properties": null,
|
|
1912
|
+
"category": null,
|
|
1913
|
+
"depends_on": null,
|
|
1914
|
+
"readOnly": null,
|
|
1915
|
+
"hidden": null,
|
|
1916
|
+
"minimum": null,
|
|
1917
|
+
"maximum": null,
|
|
1918
|
+
"defaultObjectUI": "keyvalue",
|
|
1919
|
+
"disabledInputMethods": null,
|
|
1920
|
+
"displayMode": null,
|
|
1921
|
+
"format": null,
|
|
1922
|
+
"additionalProperties": true
|
|
1923
|
+
},
|
|
1924
|
+
"eventID": {
|
|
1925
|
+
"label": "Event ID",
|
|
1926
|
+
"description": "This ID can be any unique string. Event ID is used to deduplicate events sent both the server side Conversions API and the browser Pixel.",
|
|
1927
|
+
"type": "string",
|
|
1928
|
+
"required": false,
|
|
1929
|
+
"multiple": false,
|
|
1930
|
+
"allowNull": false,
|
|
1931
|
+
"dynamic": false,
|
|
1932
|
+
"default": {
|
|
1933
|
+
"@path": "$.messageId"
|
|
1934
|
+
},
|
|
1935
|
+
"choices": null,
|
|
1936
|
+
"placeholder": null,
|
|
1937
|
+
"properties": null,
|
|
1938
|
+
"category": null,
|
|
1939
|
+
"depends_on": null,
|
|
1940
|
+
"readOnly": null,
|
|
1941
|
+
"hidden": null,
|
|
1942
|
+
"minimum": null,
|
|
1943
|
+
"maximum": null,
|
|
1944
|
+
"defaultObjectUI": null,
|
|
1945
|
+
"disabledInputMethods": null,
|
|
1946
|
+
"displayMode": null,
|
|
1947
|
+
"format": null,
|
|
1948
|
+
"additionalProperties": false
|
|
1949
|
+
},
|
|
1950
|
+
"eventSourceUrl": {
|
|
1951
|
+
"label": "Event Source URL",
|
|
1952
|
+
"description": "The URL of the page where the event occurred. Can be used to override the default URL taken from the current page.",
|
|
1953
|
+
"type": "string",
|
|
1954
|
+
"required": false,
|
|
1955
|
+
"multiple": false,
|
|
1956
|
+
"allowNull": false,
|
|
1957
|
+
"dynamic": false,
|
|
1958
|
+
"default": {
|
|
1959
|
+
"@path": "$.context.page.url"
|
|
1960
|
+
},
|
|
1961
|
+
"choices": null,
|
|
1962
|
+
"placeholder": null,
|
|
1963
|
+
"properties": null,
|
|
1964
|
+
"category": null,
|
|
1965
|
+
"depends_on": null,
|
|
1966
|
+
"readOnly": null,
|
|
1967
|
+
"hidden": null,
|
|
1968
|
+
"minimum": null,
|
|
1969
|
+
"maximum": null,
|
|
1970
|
+
"defaultObjectUI": null,
|
|
1971
|
+
"disabledInputMethods": null,
|
|
1972
|
+
"displayMode": null,
|
|
1973
|
+
"format": null,
|
|
1974
|
+
"additionalProperties": false
|
|
1975
|
+
},
|
|
1976
|
+
"userData": {
|
|
1977
|
+
"label": "User Data",
|
|
1978
|
+
"description": "User data to be sent with the event. This can include hashed identifiers like email, phone number, etc.",
|
|
1979
|
+
"type": "object",
|
|
1980
|
+
"required": false,
|
|
1981
|
+
"multiple": false,
|
|
1982
|
+
"allowNull": false,
|
|
1983
|
+
"dynamic": false,
|
|
1984
|
+
"default": {
|
|
1985
|
+
"external_id": {
|
|
1986
|
+
"@path": "$.userId"
|
|
1987
|
+
},
|
|
1988
|
+
"em": {
|
|
1989
|
+
"@path": "$.context.traits.email"
|
|
1990
|
+
},
|
|
1991
|
+
"ph": {
|
|
1992
|
+
"@path": "$.context.traits.phone"
|
|
1993
|
+
},
|
|
1994
|
+
"fn": {
|
|
1995
|
+
"@path": "$.context.traits.first_name"
|
|
1996
|
+
},
|
|
1997
|
+
"ln": {
|
|
1998
|
+
"@path": "$.context.traits.last_name"
|
|
1999
|
+
},
|
|
2000
|
+
"ge": {
|
|
2001
|
+
"@path": "$.context.traits.gender"
|
|
2002
|
+
},
|
|
2003
|
+
"db": {
|
|
2004
|
+
"@path": "$.context.traits.birthday"
|
|
2005
|
+
},
|
|
2006
|
+
"ct": {
|
|
2007
|
+
"@path": "$.context.traits.address.city"
|
|
2008
|
+
},
|
|
2009
|
+
"st": {
|
|
2010
|
+
"@path": "$.context.traits.address.state"
|
|
2011
|
+
},
|
|
2012
|
+
"zp": {
|
|
2013
|
+
"@path": "$.context.traits.address.postal_code"
|
|
2014
|
+
},
|
|
2015
|
+
"country": {
|
|
2016
|
+
"@path": "$.context.traits.address.country"
|
|
2017
|
+
},
|
|
2018
|
+
"fbp": {
|
|
2019
|
+
"@path": "$.context.traits.fbp"
|
|
2020
|
+
},
|
|
2021
|
+
"fbc": {
|
|
2022
|
+
"@path": "$.context.traits.fbc"
|
|
2023
|
+
},
|
|
2024
|
+
"client_ip_address": {
|
|
2025
|
+
"@path": "$.context.traits.client_ip_address"
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
2028
|
+
"choices": null,
|
|
2029
|
+
"placeholder": null,
|
|
2030
|
+
"properties": {
|
|
2031
|
+
"external_id": {
|
|
2032
|
+
"label": "External ID",
|
|
2033
|
+
"description": "A unique identifier for the user from your system",
|
|
2034
|
+
"type": "string",
|
|
2035
|
+
"required": false,
|
|
2036
|
+
"multiple": false,
|
|
2037
|
+
"allowNull": false,
|
|
2038
|
+
"dynamic": false,
|
|
2039
|
+
"default": null,
|
|
2040
|
+
"choices": null,
|
|
2041
|
+
"placeholder": null,
|
|
2042
|
+
"properties": null,
|
|
2043
|
+
"category": null,
|
|
2044
|
+
"depends_on": null,
|
|
2045
|
+
"readOnly": null,
|
|
2046
|
+
"hidden": null,
|
|
2047
|
+
"minimum": null,
|
|
2048
|
+
"maximum": null,
|
|
2049
|
+
"defaultObjectUI": null,
|
|
2050
|
+
"disabledInputMethods": null,
|
|
2051
|
+
"displayMode": null,
|
|
2052
|
+
"format": null,
|
|
2053
|
+
"additionalProperties": false
|
|
2054
|
+
},
|
|
2055
|
+
"em": {
|
|
2056
|
+
"label": "Email",
|
|
2057
|
+
"description": "Email address of the user",
|
|
2058
|
+
"type": "string",
|
|
2059
|
+
"required": false,
|
|
2060
|
+
"multiple": false,
|
|
2061
|
+
"allowNull": false,
|
|
2062
|
+
"dynamic": false,
|
|
2063
|
+
"default": null,
|
|
2064
|
+
"choices": null,
|
|
2065
|
+
"placeholder": null,
|
|
2066
|
+
"properties": null,
|
|
2067
|
+
"category": null,
|
|
2068
|
+
"depends_on": null,
|
|
2069
|
+
"readOnly": null,
|
|
2070
|
+
"hidden": null,
|
|
2071
|
+
"minimum": null,
|
|
2072
|
+
"maximum": null,
|
|
2073
|
+
"defaultObjectUI": null,
|
|
2074
|
+
"disabledInputMethods": null,
|
|
2075
|
+
"displayMode": null,
|
|
2076
|
+
"format": "email",
|
|
2077
|
+
"additionalProperties": false
|
|
2078
|
+
},
|
|
2079
|
+
"ph": {
|
|
2080
|
+
"label": "Phone Number",
|
|
2081
|
+
"description": "Phone number of the user. Make sure to include the country code. For example, \"15551234567\" for a US number.",
|
|
2082
|
+
"type": "string",
|
|
2083
|
+
"required": false,
|
|
2084
|
+
"multiple": false,
|
|
2085
|
+
"allowNull": false,
|
|
2086
|
+
"dynamic": false,
|
|
2087
|
+
"default": null,
|
|
2088
|
+
"choices": null,
|
|
2089
|
+
"placeholder": null,
|
|
2090
|
+
"properties": null,
|
|
2091
|
+
"category": null,
|
|
2092
|
+
"depends_on": null,
|
|
2093
|
+
"readOnly": null,
|
|
2094
|
+
"hidden": null,
|
|
2095
|
+
"minimum": null,
|
|
2096
|
+
"maximum": null,
|
|
2097
|
+
"defaultObjectUI": null,
|
|
2098
|
+
"disabledInputMethods": null,
|
|
2099
|
+
"displayMode": null,
|
|
2100
|
+
"format": null,
|
|
2101
|
+
"additionalProperties": false
|
|
2102
|
+
},
|
|
2103
|
+
"fn": {
|
|
2104
|
+
"label": "First Name",
|
|
2105
|
+
"description": "First name of the user",
|
|
2106
|
+
"type": "string",
|
|
2107
|
+
"required": false,
|
|
2108
|
+
"multiple": false,
|
|
2109
|
+
"allowNull": false,
|
|
2110
|
+
"dynamic": false,
|
|
2111
|
+
"default": null,
|
|
2112
|
+
"choices": null,
|
|
2113
|
+
"placeholder": null,
|
|
2114
|
+
"properties": null,
|
|
2115
|
+
"category": null,
|
|
2116
|
+
"depends_on": null,
|
|
2117
|
+
"readOnly": null,
|
|
2118
|
+
"hidden": null,
|
|
2119
|
+
"minimum": null,
|
|
2120
|
+
"maximum": null,
|
|
2121
|
+
"defaultObjectUI": null,
|
|
2122
|
+
"disabledInputMethods": null,
|
|
2123
|
+
"displayMode": null,
|
|
2124
|
+
"format": null,
|
|
2125
|
+
"additionalProperties": false
|
|
2126
|
+
},
|
|
2127
|
+
"ln": {
|
|
2128
|
+
"label": "Last Name",
|
|
2129
|
+
"description": "Last name of the user",
|
|
2130
|
+
"type": "string",
|
|
2131
|
+
"required": false,
|
|
2132
|
+
"multiple": false,
|
|
2133
|
+
"allowNull": false,
|
|
2134
|
+
"dynamic": false,
|
|
2135
|
+
"default": null,
|
|
2136
|
+
"choices": null,
|
|
2137
|
+
"placeholder": null,
|
|
2138
|
+
"properties": null,
|
|
2139
|
+
"category": null,
|
|
2140
|
+
"depends_on": null,
|
|
2141
|
+
"readOnly": null,
|
|
2142
|
+
"hidden": null,
|
|
2143
|
+
"minimum": null,
|
|
2144
|
+
"maximum": null,
|
|
2145
|
+
"defaultObjectUI": null,
|
|
2146
|
+
"disabledInputMethods": null,
|
|
2147
|
+
"displayMode": null,
|
|
2148
|
+
"format": null,
|
|
2149
|
+
"additionalProperties": false
|
|
2150
|
+
},
|
|
2151
|
+
"ge": {
|
|
2152
|
+
"label": "Gender",
|
|
2153
|
+
"description": "Gender of the user. If unknown leave blank.",
|
|
2154
|
+
"type": "string",
|
|
2155
|
+
"required": false,
|
|
2156
|
+
"multiple": false,
|
|
2157
|
+
"allowNull": false,
|
|
2158
|
+
"dynamic": false,
|
|
2159
|
+
"default": null,
|
|
2160
|
+
"choices": [
|
|
2161
|
+
{
|
|
2162
|
+
"label": "Male",
|
|
2163
|
+
"value": "m"
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"label": "Female",
|
|
2167
|
+
"value": "f"
|
|
2168
|
+
}
|
|
2169
|
+
],
|
|
2170
|
+
"placeholder": null,
|
|
2171
|
+
"properties": null,
|
|
2172
|
+
"category": null,
|
|
2173
|
+
"depends_on": null,
|
|
2174
|
+
"readOnly": null,
|
|
2175
|
+
"hidden": null,
|
|
2176
|
+
"minimum": null,
|
|
2177
|
+
"maximum": null,
|
|
2178
|
+
"defaultObjectUI": null,
|
|
2179
|
+
"disabledInputMethods": null,
|
|
2180
|
+
"displayMode": null,
|
|
2181
|
+
"format": null,
|
|
2182
|
+
"additionalProperties": false
|
|
2183
|
+
},
|
|
2184
|
+
"db": {
|
|
2185
|
+
"label": "Date of Birth",
|
|
2186
|
+
"description": "Date of birth of the user",
|
|
2187
|
+
"type": "string",
|
|
2188
|
+
"required": false,
|
|
2189
|
+
"multiple": false,
|
|
2190
|
+
"allowNull": false,
|
|
2191
|
+
"dynamic": false,
|
|
2192
|
+
"default": null,
|
|
2193
|
+
"choices": null,
|
|
2194
|
+
"placeholder": null,
|
|
2195
|
+
"properties": null,
|
|
2196
|
+
"category": null,
|
|
2197
|
+
"depends_on": null,
|
|
2198
|
+
"readOnly": null,
|
|
2199
|
+
"hidden": null,
|
|
2200
|
+
"minimum": null,
|
|
2201
|
+
"maximum": null,
|
|
2202
|
+
"defaultObjectUI": null,
|
|
2203
|
+
"disabledInputMethods": null,
|
|
2204
|
+
"displayMode": null,
|
|
2205
|
+
"format": "date",
|
|
2206
|
+
"additionalProperties": false
|
|
2207
|
+
},
|
|
2208
|
+
"ct": {
|
|
2209
|
+
"label": "City",
|
|
2210
|
+
"description": "City of the user",
|
|
2211
|
+
"type": "string",
|
|
2212
|
+
"required": false,
|
|
2213
|
+
"multiple": false,
|
|
2214
|
+
"allowNull": false,
|
|
2215
|
+
"dynamic": false,
|
|
2216
|
+
"default": null,
|
|
2217
|
+
"choices": null,
|
|
2218
|
+
"placeholder": null,
|
|
2219
|
+
"properties": null,
|
|
2220
|
+
"category": null,
|
|
2221
|
+
"depends_on": null,
|
|
2222
|
+
"readOnly": null,
|
|
2223
|
+
"hidden": null,
|
|
2224
|
+
"minimum": null,
|
|
2225
|
+
"maximum": null,
|
|
2226
|
+
"defaultObjectUI": null,
|
|
2227
|
+
"disabledInputMethods": null,
|
|
2228
|
+
"displayMode": null,
|
|
2229
|
+
"format": null,
|
|
2230
|
+
"additionalProperties": false
|
|
2231
|
+
},
|
|
2232
|
+
"st": {
|
|
2233
|
+
"label": "State",
|
|
2234
|
+
"description": "State of the user. Facebook expects the 2-letter abbreviation for US states. For example, \"CA\" for California, or \"NY\" for New York.",
|
|
2235
|
+
"type": "string",
|
|
2236
|
+
"required": false,
|
|
2237
|
+
"multiple": false,
|
|
2238
|
+
"allowNull": false,
|
|
2239
|
+
"dynamic": false,
|
|
2240
|
+
"default": null,
|
|
2241
|
+
"choices": null,
|
|
2242
|
+
"placeholder": null,
|
|
2243
|
+
"properties": null,
|
|
2244
|
+
"category": null,
|
|
2245
|
+
"depends_on": null,
|
|
2246
|
+
"readOnly": null,
|
|
2247
|
+
"hidden": null,
|
|
2248
|
+
"minimum": null,
|
|
2249
|
+
"maximum": null,
|
|
2250
|
+
"defaultObjectUI": null,
|
|
2251
|
+
"disabledInputMethods": null,
|
|
2252
|
+
"displayMode": null,
|
|
2253
|
+
"format": null,
|
|
2254
|
+
"additionalProperties": false
|
|
2255
|
+
},
|
|
2256
|
+
"zp": {
|
|
2257
|
+
"label": "ZIP/Postal Code",
|
|
2258
|
+
"description": "ZIP or postal code of the user. For example, U.S zip code: 94035, Australia zip code: 1987, France zip code: 75018, UK zip code: m11ae.",
|
|
2259
|
+
"type": "string",
|
|
2260
|
+
"required": false,
|
|
2261
|
+
"multiple": false,
|
|
2262
|
+
"allowNull": false,
|
|
2263
|
+
"dynamic": false,
|
|
2264
|
+
"default": null,
|
|
2265
|
+
"choices": null,
|
|
2266
|
+
"placeholder": null,
|
|
2267
|
+
"properties": null,
|
|
2268
|
+
"category": null,
|
|
2269
|
+
"depends_on": null,
|
|
2270
|
+
"readOnly": null,
|
|
2271
|
+
"hidden": null,
|
|
2272
|
+
"minimum": null,
|
|
2273
|
+
"maximum": null,
|
|
2274
|
+
"defaultObjectUI": null,
|
|
2275
|
+
"disabledInputMethods": null,
|
|
2276
|
+
"displayMode": null,
|
|
2277
|
+
"format": null,
|
|
2278
|
+
"additionalProperties": false
|
|
2279
|
+
},
|
|
2280
|
+
"country": {
|
|
2281
|
+
"label": "Country",
|
|
2282
|
+
"description": "The country of the user. Facebook expects the 2-letter ISO 3166-1 alpha-2 country code. For example, \"US\" for the United States, or \"GB\" for the United Kingdom.",
|
|
2283
|
+
"type": "string",
|
|
2284
|
+
"required": false,
|
|
2285
|
+
"multiple": false,
|
|
2286
|
+
"allowNull": false,
|
|
2287
|
+
"dynamic": false,
|
|
2288
|
+
"default": null,
|
|
2289
|
+
"choices": null,
|
|
2290
|
+
"placeholder": null,
|
|
2291
|
+
"properties": null,
|
|
2292
|
+
"category": null,
|
|
2293
|
+
"depends_on": null,
|
|
2294
|
+
"readOnly": null,
|
|
2295
|
+
"hidden": null,
|
|
2296
|
+
"minimum": null,
|
|
2297
|
+
"maximum": null,
|
|
2298
|
+
"defaultObjectUI": null,
|
|
2299
|
+
"disabledInputMethods": null,
|
|
2300
|
+
"displayMode": null,
|
|
2301
|
+
"format": null,
|
|
2302
|
+
"additionalProperties": false
|
|
2303
|
+
},
|
|
2304
|
+
"fbp": {
|
|
2305
|
+
"label": "FBP",
|
|
2306
|
+
"description": "Use this field to pass the Facebook browser cookie value (_fbp) associated with the user. If the \"Format User Data with Parameter Builder\" setting is enabled, Segment will automatically capture this value from the _fbp cookie.",
|
|
2307
|
+
"type": "string",
|
|
2308
|
+
"required": false,
|
|
2309
|
+
"multiple": false,
|
|
2310
|
+
"allowNull": false,
|
|
2311
|
+
"dynamic": false,
|
|
2312
|
+
"default": null,
|
|
2313
|
+
"choices": null,
|
|
2314
|
+
"placeholder": null,
|
|
2315
|
+
"properties": null,
|
|
2316
|
+
"category": null,
|
|
2317
|
+
"depends_on": null,
|
|
2318
|
+
"readOnly": null,
|
|
2319
|
+
"hidden": null,
|
|
2320
|
+
"minimum": null,
|
|
2321
|
+
"maximum": null,
|
|
2322
|
+
"defaultObjectUI": null,
|
|
2323
|
+
"disabledInputMethods": null,
|
|
2324
|
+
"displayMode": null,
|
|
2325
|
+
"format": null,
|
|
2326
|
+
"additionalProperties": false
|
|
2327
|
+
},
|
|
2328
|
+
"fbc": {
|
|
2329
|
+
"label": "FBC",
|
|
2330
|
+
"description": "Use this field to pass The Facebook browser cookie value (_fbc) associated with the user. If the \"Format User Data with Parameter Builder\" setting is enabled, Segment will automatically capture this value from the _fbc cookie.",
|
|
2331
|
+
"type": "string",
|
|
2332
|
+
"required": false,
|
|
2333
|
+
"multiple": false,
|
|
2334
|
+
"allowNull": false,
|
|
2335
|
+
"dynamic": false,
|
|
2336
|
+
"default": null,
|
|
2337
|
+
"choices": null,
|
|
2338
|
+
"placeholder": null,
|
|
2339
|
+
"properties": null,
|
|
2340
|
+
"category": null,
|
|
2341
|
+
"depends_on": null,
|
|
2342
|
+
"readOnly": null,
|
|
2343
|
+
"hidden": null,
|
|
2344
|
+
"minimum": null,
|
|
2345
|
+
"maximum": null,
|
|
2346
|
+
"defaultObjectUI": null,
|
|
2347
|
+
"disabledInputMethods": null,
|
|
2348
|
+
"displayMode": null,
|
|
2349
|
+
"format": null,
|
|
2350
|
+
"additionalProperties": false
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
"category": null,
|
|
2354
|
+
"depends_on": null,
|
|
2355
|
+
"readOnly": null,
|
|
2356
|
+
"hidden": null,
|
|
2357
|
+
"minimum": null,
|
|
2358
|
+
"maximum": null,
|
|
2359
|
+
"defaultObjectUI": "keyvalue",
|
|
2360
|
+
"disabledInputMethods": null,
|
|
2361
|
+
"displayMode": null,
|
|
2362
|
+
"format": null,
|
|
2363
|
+
"additionalProperties": false
|
|
2364
|
+
}
|
|
2365
|
+
}
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2368
|
+
"presets": [
|
|
2369
|
+
{
|
|
2370
|
+
"name": "AddPaymentInfo",
|
|
2371
|
+
"type": "automatic",
|
|
2372
|
+
"partnerAction": "send",
|
|
2373
|
+
"subscribe": "event = \"Payment Info Entered\"",
|
|
2374
|
+
"mapping": {
|
|
2375
|
+
"event_config": {
|
|
2376
|
+
"event_name": "AddPaymentInfo",
|
|
2377
|
+
"show_fields": false
|
|
2378
|
+
},
|
|
2379
|
+
"content_category": {
|
|
2380
|
+
"@path": "$.properties.category"
|
|
2381
|
+
},
|
|
2382
|
+
"content_ids": {
|
|
2383
|
+
"@liquid": "{{ properties.products | map: 'product_id' }}"
|
|
2384
|
+
},
|
|
2385
|
+
"content_name": {
|
|
2386
|
+
"@path": "$.properties.name"
|
|
2387
|
+
},
|
|
2388
|
+
"content_type": "product",
|
|
2389
|
+
"contents": {
|
|
2390
|
+
"@arrayPath": [
|
|
2391
|
+
"$.properties.products",
|
|
2392
|
+
{
|
|
2393
|
+
"id": {
|
|
2394
|
+
"@path": "$.product_id"
|
|
2395
|
+
},
|
|
2396
|
+
"quantity": {
|
|
2397
|
+
"@path": "$.quantity"
|
|
2398
|
+
},
|
|
2399
|
+
"item_price": {
|
|
2400
|
+
"@path": "$.price"
|
|
2401
|
+
}
|
|
2402
|
+
}
|
|
2403
|
+
]
|
|
2404
|
+
},
|
|
2405
|
+
"currency": {
|
|
2406
|
+
"@path": "$.properties.currency"
|
|
2407
|
+
},
|
|
2408
|
+
"num_items": {
|
|
2409
|
+
"@path": "$.properties.num_items"
|
|
2410
|
+
},
|
|
2411
|
+
"net_revenue": {
|
|
2412
|
+
"@path": "$.properties.net_revenue"
|
|
2413
|
+
},
|
|
2414
|
+
"search_string": {
|
|
2415
|
+
"@path": "$.properties.query"
|
|
2416
|
+
},
|
|
2417
|
+
"value": {
|
|
2418
|
+
"@path": "$.properties.value"
|
|
2419
|
+
},
|
|
2420
|
+
"eventID": {
|
|
2421
|
+
"@path": "$.messageId"
|
|
2422
|
+
},
|
|
2423
|
+
"eventSourceUrl": {
|
|
2424
|
+
"@path": "$.context.page.url"
|
|
2425
|
+
},
|
|
2426
|
+
"userData": {
|
|
2427
|
+
"external_id": {
|
|
2428
|
+
"@path": "$.userId"
|
|
2429
|
+
},
|
|
2430
|
+
"em": {
|
|
2431
|
+
"@path": "$.context.traits.email"
|
|
2432
|
+
},
|
|
2433
|
+
"ph": {
|
|
2434
|
+
"@path": "$.context.traits.phone"
|
|
2435
|
+
},
|
|
2436
|
+
"fn": {
|
|
2437
|
+
"@path": "$.context.traits.first_name"
|
|
2438
|
+
},
|
|
2439
|
+
"ln": {
|
|
2440
|
+
"@path": "$.context.traits.last_name"
|
|
2441
|
+
},
|
|
2442
|
+
"ge": {
|
|
2443
|
+
"@path": "$.context.traits.gender"
|
|
2444
|
+
},
|
|
2445
|
+
"db": {
|
|
2446
|
+
"@path": "$.context.traits.birthday"
|
|
2447
|
+
},
|
|
2448
|
+
"ct": {
|
|
2449
|
+
"@path": "$.context.traits.address.city"
|
|
2450
|
+
},
|
|
2451
|
+
"st": {
|
|
2452
|
+
"@path": "$.context.traits.address.state"
|
|
2453
|
+
},
|
|
2454
|
+
"zp": {
|
|
2455
|
+
"@path": "$.context.traits.address.postal_code"
|
|
2456
|
+
},
|
|
2457
|
+
"country": {
|
|
2458
|
+
"@path": "$.context.traits.address.country"
|
|
2459
|
+
},
|
|
2460
|
+
"fbp": {
|
|
2461
|
+
"@path": "$.context.traits.fbp"
|
|
2462
|
+
},
|
|
2463
|
+
"fbc": {
|
|
2464
|
+
"@path": "$.context.traits.fbc"
|
|
2465
|
+
},
|
|
2466
|
+
"client_ip_address": {
|
|
2467
|
+
"@path": "$.context.traits.client_ip_address"
|
|
2468
|
+
}
|
|
2469
|
+
}
|
|
2470
|
+
},
|
|
2471
|
+
"eventSlug": null
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"name": "AddToCart",
|
|
2475
|
+
"type": "automatic",
|
|
2476
|
+
"partnerAction": "send",
|
|
2477
|
+
"subscribe": "event = \"Product Added\"",
|
|
2478
|
+
"mapping": {
|
|
2479
|
+
"event_config": {
|
|
2480
|
+
"event_name": "AddToCart",
|
|
2481
|
+
"show_fields": false
|
|
2482
|
+
},
|
|
2483
|
+
"content_category": {
|
|
2484
|
+
"@path": "$.properties.category"
|
|
2485
|
+
},
|
|
2486
|
+
"content_ids": {
|
|
2487
|
+
"@path": "$.properties.product_id"
|
|
2488
|
+
},
|
|
2489
|
+
"content_name": {
|
|
2490
|
+
"@path": "$.properties.name"
|
|
2491
|
+
},
|
|
2492
|
+
"content_type": "product",
|
|
2493
|
+
"contents": {
|
|
2494
|
+
"id": {
|
|
2495
|
+
"@path": "$.properties.product_id"
|
|
2496
|
+
},
|
|
2497
|
+
"quantity": {
|
|
2498
|
+
"@path": "$.properties.quantity"
|
|
2499
|
+
},
|
|
2500
|
+
"item_price": {
|
|
2501
|
+
"@path": "$.properties.price"
|
|
2502
|
+
}
|
|
2503
|
+
},
|
|
2504
|
+
"currency": {
|
|
2505
|
+
"@path": "$.properties.currency"
|
|
2506
|
+
},
|
|
2507
|
+
"num_items": {
|
|
2508
|
+
"@path": "$.properties.num_items"
|
|
2509
|
+
},
|
|
2510
|
+
"net_revenue": {
|
|
2511
|
+
"@path": "$.properties.net_revenue"
|
|
2512
|
+
},
|
|
2513
|
+
"search_string": {
|
|
2514
|
+
"@path": "$.properties.query"
|
|
2515
|
+
},
|
|
2516
|
+
"value": {
|
|
2517
|
+
"@path": "$.properties.price"
|
|
2518
|
+
},
|
|
2519
|
+
"eventID": {
|
|
2520
|
+
"@path": "$.messageId"
|
|
2521
|
+
},
|
|
2522
|
+
"eventSourceUrl": {
|
|
2523
|
+
"@path": "$.context.page.url"
|
|
2524
|
+
},
|
|
2525
|
+
"userData": {
|
|
2526
|
+
"external_id": {
|
|
2527
|
+
"@path": "$.userId"
|
|
2528
|
+
},
|
|
2529
|
+
"em": {
|
|
2530
|
+
"@path": "$.context.traits.email"
|
|
2531
|
+
},
|
|
2532
|
+
"ph": {
|
|
2533
|
+
"@path": "$.context.traits.phone"
|
|
2534
|
+
},
|
|
2535
|
+
"fn": {
|
|
2536
|
+
"@path": "$.context.traits.first_name"
|
|
2537
|
+
},
|
|
2538
|
+
"ln": {
|
|
2539
|
+
"@path": "$.context.traits.last_name"
|
|
2540
|
+
},
|
|
2541
|
+
"ge": {
|
|
2542
|
+
"@path": "$.context.traits.gender"
|
|
2543
|
+
},
|
|
2544
|
+
"db": {
|
|
2545
|
+
"@path": "$.context.traits.birthday"
|
|
2546
|
+
},
|
|
2547
|
+
"ct": {
|
|
2548
|
+
"@path": "$.context.traits.address.city"
|
|
2549
|
+
},
|
|
2550
|
+
"st": {
|
|
2551
|
+
"@path": "$.context.traits.address.state"
|
|
2552
|
+
},
|
|
2553
|
+
"zp": {
|
|
2554
|
+
"@path": "$.context.traits.address.postal_code"
|
|
2555
|
+
},
|
|
2556
|
+
"country": {
|
|
2557
|
+
"@path": "$.context.traits.address.country"
|
|
2558
|
+
},
|
|
2559
|
+
"fbp": {
|
|
2560
|
+
"@path": "$.context.traits.fbp"
|
|
2561
|
+
},
|
|
2562
|
+
"fbc": {
|
|
2563
|
+
"@path": "$.context.traits.fbc"
|
|
2564
|
+
},
|
|
2565
|
+
"client_ip_address": {
|
|
2566
|
+
"@path": "$.context.traits.client_ip_address"
|
|
2567
|
+
}
|
|
2568
|
+
}
|
|
2569
|
+
},
|
|
2570
|
+
"eventSlug": null
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"name": "AddToWishlist",
|
|
2574
|
+
"type": "automatic",
|
|
2575
|
+
"partnerAction": "send",
|
|
2576
|
+
"subscribe": "event = \"Product Added To Wishlist\"",
|
|
2577
|
+
"mapping": {
|
|
2578
|
+
"event_config": {
|
|
2579
|
+
"event_name": "AddToWishlist",
|
|
2580
|
+
"show_fields": false
|
|
2581
|
+
},
|
|
2582
|
+
"content_category": {
|
|
2583
|
+
"@path": "$.properties.category"
|
|
2584
|
+
},
|
|
2585
|
+
"content_ids": {
|
|
2586
|
+
"@path": "$.properties.product_id"
|
|
2587
|
+
},
|
|
2588
|
+
"content_name": {
|
|
2589
|
+
"@path": "$.properties.name"
|
|
2590
|
+
},
|
|
2591
|
+
"content_type": "product",
|
|
2592
|
+
"contents": {
|
|
2593
|
+
"id": {
|
|
2594
|
+
"@path": "$.properties.product_id"
|
|
2595
|
+
},
|
|
2596
|
+
"quantity": {
|
|
2597
|
+
"@path": "$.properties.quantity"
|
|
2598
|
+
},
|
|
2599
|
+
"item_price": {
|
|
2600
|
+
"@path": "$.properties.price"
|
|
2601
|
+
}
|
|
2602
|
+
},
|
|
2603
|
+
"currency": {
|
|
2604
|
+
"@path": "$.properties.currency"
|
|
2605
|
+
},
|
|
2606
|
+
"num_items": {
|
|
2607
|
+
"@path": "$.properties.num_items"
|
|
2608
|
+
},
|
|
2609
|
+
"net_revenue": {
|
|
2610
|
+
"@path": "$.properties.net_revenue"
|
|
2611
|
+
},
|
|
2612
|
+
"search_string": {
|
|
2613
|
+
"@path": "$.properties.query"
|
|
2614
|
+
},
|
|
2615
|
+
"value": {
|
|
2616
|
+
"@path": "$.properties.price"
|
|
2617
|
+
},
|
|
2618
|
+
"eventID": {
|
|
2619
|
+
"@path": "$.messageId"
|
|
2620
|
+
},
|
|
2621
|
+
"eventSourceUrl": {
|
|
2622
|
+
"@path": "$.context.page.url"
|
|
2623
|
+
},
|
|
2624
|
+
"userData": {
|
|
2625
|
+
"external_id": {
|
|
2626
|
+
"@path": "$.userId"
|
|
2627
|
+
},
|
|
2628
|
+
"em": {
|
|
2629
|
+
"@path": "$.context.traits.email"
|
|
2630
|
+
},
|
|
2631
|
+
"ph": {
|
|
2632
|
+
"@path": "$.context.traits.phone"
|
|
2633
|
+
},
|
|
2634
|
+
"fn": {
|
|
2635
|
+
"@path": "$.context.traits.first_name"
|
|
2636
|
+
},
|
|
2637
|
+
"ln": {
|
|
2638
|
+
"@path": "$.context.traits.last_name"
|
|
2639
|
+
},
|
|
2640
|
+
"ge": {
|
|
2641
|
+
"@path": "$.context.traits.gender"
|
|
2642
|
+
},
|
|
2643
|
+
"db": {
|
|
2644
|
+
"@path": "$.context.traits.birthday"
|
|
2645
|
+
},
|
|
2646
|
+
"ct": {
|
|
2647
|
+
"@path": "$.context.traits.address.city"
|
|
2648
|
+
},
|
|
2649
|
+
"st": {
|
|
2650
|
+
"@path": "$.context.traits.address.state"
|
|
2651
|
+
},
|
|
2652
|
+
"zp": {
|
|
2653
|
+
"@path": "$.context.traits.address.postal_code"
|
|
2654
|
+
},
|
|
2655
|
+
"country": {
|
|
2656
|
+
"@path": "$.context.traits.address.country"
|
|
2657
|
+
},
|
|
2658
|
+
"fbp": {
|
|
2659
|
+
"@path": "$.context.traits.fbp"
|
|
2660
|
+
},
|
|
2661
|
+
"fbc": {
|
|
2662
|
+
"@path": "$.context.traits.fbc"
|
|
2663
|
+
},
|
|
2664
|
+
"client_ip_address": {
|
|
2665
|
+
"@path": "$.context.traits.client_ip_address"
|
|
2666
|
+
}
|
|
2667
|
+
}
|
|
2668
|
+
},
|
|
2669
|
+
"eventSlug": null
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
"name": "CompleteRegistration",
|
|
2673
|
+
"type": "automatic",
|
|
2674
|
+
"partnerAction": "send",
|
|
2675
|
+
"subscribe": "event = \"Signed Up\"",
|
|
2676
|
+
"mapping": {
|
|
2677
|
+
"event_config": {
|
|
2678
|
+
"event_name": "CompleteRegistration",
|
|
2679
|
+
"show_fields": false
|
|
2680
|
+
},
|
|
2681
|
+
"content_category": {
|
|
2682
|
+
"@path": "$.properties.category"
|
|
2683
|
+
},
|
|
2684
|
+
"content_ids": {
|
|
2685
|
+
"@liquid": "{{ properties.products | map: 'product_id' }}"
|
|
2686
|
+
},
|
|
2687
|
+
"content_name": {
|
|
2688
|
+
"@path": "$.properties.name"
|
|
2689
|
+
},
|
|
2690
|
+
"content_type": "product",
|
|
2691
|
+
"contents": {
|
|
2692
|
+
"@arrayPath": [
|
|
2693
|
+
"$.properties.products",
|
|
2694
|
+
{
|
|
2695
|
+
"id": {
|
|
2696
|
+
"@path": "$.product_id"
|
|
2697
|
+
},
|
|
2698
|
+
"quantity": {
|
|
2699
|
+
"@path": "$.quantity"
|
|
2700
|
+
},
|
|
2701
|
+
"item_price": {
|
|
2702
|
+
"@path": "$.price"
|
|
2703
|
+
}
|
|
2704
|
+
}
|
|
2705
|
+
]
|
|
2706
|
+
},
|
|
2707
|
+
"currency": {
|
|
2708
|
+
"@path": "$.properties.currency"
|
|
2709
|
+
},
|
|
2710
|
+
"num_items": {
|
|
2711
|
+
"@path": "$.properties.num_items"
|
|
2712
|
+
},
|
|
2713
|
+
"net_revenue": {
|
|
2714
|
+
"@path": "$.properties.net_revenue"
|
|
2715
|
+
},
|
|
2716
|
+
"search_string": {
|
|
2717
|
+
"@path": "$.properties.query"
|
|
2718
|
+
},
|
|
2719
|
+
"value": {
|
|
2720
|
+
"@path": "$.properties.value"
|
|
2721
|
+
},
|
|
2722
|
+
"eventID": {
|
|
2723
|
+
"@path": "$.messageId"
|
|
2724
|
+
},
|
|
2725
|
+
"eventSourceUrl": {
|
|
2726
|
+
"@path": "$.context.page.url"
|
|
2727
|
+
},
|
|
2728
|
+
"userData": {
|
|
2729
|
+
"external_id": {
|
|
2730
|
+
"@path": "$.userId"
|
|
2731
|
+
},
|
|
2732
|
+
"em": {
|
|
2733
|
+
"@path": "$.context.traits.email"
|
|
2734
|
+
},
|
|
2735
|
+
"ph": {
|
|
2736
|
+
"@path": "$.context.traits.phone"
|
|
2737
|
+
},
|
|
2738
|
+
"fn": {
|
|
2739
|
+
"@path": "$.context.traits.first_name"
|
|
2740
|
+
},
|
|
2741
|
+
"ln": {
|
|
2742
|
+
"@path": "$.context.traits.last_name"
|
|
2743
|
+
},
|
|
2744
|
+
"ge": {
|
|
2745
|
+
"@path": "$.context.traits.gender"
|
|
2746
|
+
},
|
|
2747
|
+
"db": {
|
|
2748
|
+
"@path": "$.context.traits.birthday"
|
|
2749
|
+
},
|
|
2750
|
+
"ct": {
|
|
2751
|
+
"@path": "$.context.traits.address.city"
|
|
2752
|
+
},
|
|
2753
|
+
"st": {
|
|
2754
|
+
"@path": "$.context.traits.address.state"
|
|
2755
|
+
},
|
|
2756
|
+
"zp": {
|
|
2757
|
+
"@path": "$.context.traits.address.postal_code"
|
|
2758
|
+
},
|
|
2759
|
+
"country": {
|
|
2760
|
+
"@path": "$.context.traits.address.country"
|
|
2761
|
+
},
|
|
2762
|
+
"fbp": {
|
|
2763
|
+
"@path": "$.context.traits.fbp"
|
|
2764
|
+
},
|
|
2765
|
+
"fbc": {
|
|
2766
|
+
"@path": "$.context.traits.fbc"
|
|
2767
|
+
},
|
|
2768
|
+
"client_ip_address": {
|
|
2769
|
+
"@path": "$.context.traits.client_ip_address"
|
|
2770
|
+
}
|
|
2771
|
+
}
|
|
2772
|
+
},
|
|
2773
|
+
"eventSlug": null
|
|
2774
|
+
},
|
|
2775
|
+
{
|
|
2776
|
+
"name": "InitiateCheckout",
|
|
2777
|
+
"type": "automatic",
|
|
2778
|
+
"partnerAction": "send",
|
|
2779
|
+
"subscribe": "event = \"Checkout Started\"",
|
|
2780
|
+
"mapping": {
|
|
2781
|
+
"event_config": {
|
|
2782
|
+
"event_name": "InitiateCheckout",
|
|
2783
|
+
"show_fields": false
|
|
2784
|
+
},
|
|
2785
|
+
"content_category": {
|
|
2786
|
+
"@path": "$.properties.category"
|
|
2787
|
+
},
|
|
2788
|
+
"content_ids": {
|
|
2789
|
+
"@liquid": "{{ properties.products | map: 'product_id' }}"
|
|
2790
|
+
},
|
|
2791
|
+
"content_name": {
|
|
2792
|
+
"@path": "$.properties.name"
|
|
2793
|
+
},
|
|
2794
|
+
"content_type": "product",
|
|
2795
|
+
"contents": {
|
|
2796
|
+
"@arrayPath": [
|
|
2797
|
+
"$.properties.products",
|
|
2798
|
+
{
|
|
2799
|
+
"id": {
|
|
2800
|
+
"@path": "$.product_id"
|
|
2801
|
+
},
|
|
2802
|
+
"quantity": {
|
|
2803
|
+
"@path": "$.quantity"
|
|
2804
|
+
},
|
|
2805
|
+
"item_price": {
|
|
2806
|
+
"@path": "$.price"
|
|
2807
|
+
}
|
|
2808
|
+
}
|
|
2809
|
+
]
|
|
2810
|
+
},
|
|
2811
|
+
"currency": {
|
|
2812
|
+
"@path": "$.properties.currency"
|
|
2813
|
+
},
|
|
2814
|
+
"num_items": {
|
|
2815
|
+
"@path": "$.properties.num_items"
|
|
2816
|
+
},
|
|
2817
|
+
"net_revenue": {
|
|
2818
|
+
"@path": "$.properties.net_revenue"
|
|
2819
|
+
},
|
|
2820
|
+
"search_string": {
|
|
2821
|
+
"@path": "$.properties.query"
|
|
2822
|
+
},
|
|
2823
|
+
"value": {
|
|
2824
|
+
"@path": "$.properties.value"
|
|
2825
|
+
},
|
|
2826
|
+
"eventID": {
|
|
2827
|
+
"@path": "$.messageId"
|
|
2828
|
+
},
|
|
2829
|
+
"eventSourceUrl": {
|
|
2830
|
+
"@path": "$.context.page.url"
|
|
2831
|
+
},
|
|
2832
|
+
"userData": {
|
|
2833
|
+
"external_id": {
|
|
2834
|
+
"@path": "$.userId"
|
|
2835
|
+
},
|
|
2836
|
+
"em": {
|
|
2837
|
+
"@path": "$.context.traits.email"
|
|
2838
|
+
},
|
|
2839
|
+
"ph": {
|
|
2840
|
+
"@path": "$.context.traits.phone"
|
|
2841
|
+
},
|
|
2842
|
+
"fn": {
|
|
2843
|
+
"@path": "$.context.traits.first_name"
|
|
2844
|
+
},
|
|
2845
|
+
"ln": {
|
|
2846
|
+
"@path": "$.context.traits.last_name"
|
|
2847
|
+
},
|
|
2848
|
+
"ge": {
|
|
2849
|
+
"@path": "$.context.traits.gender"
|
|
2850
|
+
},
|
|
2851
|
+
"db": {
|
|
2852
|
+
"@path": "$.context.traits.birthday"
|
|
2853
|
+
},
|
|
2854
|
+
"ct": {
|
|
2855
|
+
"@path": "$.context.traits.address.city"
|
|
2856
|
+
},
|
|
2857
|
+
"st": {
|
|
2858
|
+
"@path": "$.context.traits.address.state"
|
|
2859
|
+
},
|
|
2860
|
+
"zp": {
|
|
2861
|
+
"@path": "$.context.traits.address.postal_code"
|
|
2862
|
+
},
|
|
2863
|
+
"country": {
|
|
2864
|
+
"@path": "$.context.traits.address.country"
|
|
2865
|
+
},
|
|
2866
|
+
"fbp": {
|
|
2867
|
+
"@path": "$.context.traits.fbp"
|
|
2868
|
+
},
|
|
2869
|
+
"fbc": {
|
|
2870
|
+
"@path": "$.context.traits.fbc"
|
|
2871
|
+
},
|
|
2872
|
+
"client_ip_address": {
|
|
2873
|
+
"@path": "$.context.traits.client_ip_address"
|
|
2874
|
+
}
|
|
2875
|
+
}
|
|
2876
|
+
},
|
|
2877
|
+
"eventSlug": null
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"name": "PageView",
|
|
2881
|
+
"type": "automatic",
|
|
2882
|
+
"partnerAction": "send",
|
|
2883
|
+
"subscribe": "type = \"page\"",
|
|
2884
|
+
"mapping": {
|
|
2885
|
+
"event_config": {
|
|
2886
|
+
"event_name": "PageView",
|
|
2887
|
+
"show_fields": false
|
|
2888
|
+
},
|
|
2889
|
+
"content_category": {
|
|
2890
|
+
"@path": "$.category"
|
|
2891
|
+
},
|
|
2892
|
+
"content_ids": {
|
|
2893
|
+
"@liquid": "{{ properties.products | map: 'product_id' }}"
|
|
2894
|
+
},
|
|
2895
|
+
"content_name": {
|
|
2896
|
+
"@path": "$.name"
|
|
2897
|
+
},
|
|
2898
|
+
"content_type": "product",
|
|
2899
|
+
"contents": {
|
|
2900
|
+
"@arrayPath": [
|
|
2901
|
+
"$.properties.products",
|
|
2902
|
+
{
|
|
2903
|
+
"id": {
|
|
2904
|
+
"@path": "$.product_id"
|
|
2905
|
+
},
|
|
2906
|
+
"quantity": {
|
|
2907
|
+
"@path": "$.quantity"
|
|
2908
|
+
},
|
|
2909
|
+
"item_price": {
|
|
2910
|
+
"@path": "$.price"
|
|
2911
|
+
}
|
|
2912
|
+
}
|
|
2913
|
+
]
|
|
2914
|
+
},
|
|
2915
|
+
"currency": {
|
|
2916
|
+
"@path": "$.properties.currency"
|
|
2917
|
+
},
|
|
2918
|
+
"num_items": {
|
|
2919
|
+
"@path": "$.properties.num_items"
|
|
2920
|
+
},
|
|
2921
|
+
"net_revenue": {
|
|
2922
|
+
"@path": "$.properties.net_revenue"
|
|
2923
|
+
},
|
|
2924
|
+
"search_string": {
|
|
2925
|
+
"@path": "$.properties.query"
|
|
2926
|
+
},
|
|
2927
|
+
"value": {
|
|
2928
|
+
"@path": "$.properties.value"
|
|
2929
|
+
},
|
|
2930
|
+
"eventID": {
|
|
2931
|
+
"@path": "$.messageId"
|
|
2932
|
+
},
|
|
2933
|
+
"eventSourceUrl": {
|
|
2934
|
+
"@path": "$.context.page.url"
|
|
2935
|
+
},
|
|
2936
|
+
"userData": {
|
|
2937
|
+
"external_id": {
|
|
2938
|
+
"@path": "$.userId"
|
|
2939
|
+
},
|
|
2940
|
+
"em": {
|
|
2941
|
+
"@path": "$.context.traits.email"
|
|
2942
|
+
},
|
|
2943
|
+
"ph": {
|
|
2944
|
+
"@path": "$.context.traits.phone"
|
|
2945
|
+
},
|
|
2946
|
+
"fn": {
|
|
2947
|
+
"@path": "$.context.traits.first_name"
|
|
2948
|
+
},
|
|
2949
|
+
"ln": {
|
|
2950
|
+
"@path": "$.context.traits.last_name"
|
|
2951
|
+
},
|
|
2952
|
+
"ge": {
|
|
2953
|
+
"@path": "$.context.traits.gender"
|
|
2954
|
+
},
|
|
2955
|
+
"db": {
|
|
2956
|
+
"@path": "$.context.traits.birthday"
|
|
2957
|
+
},
|
|
2958
|
+
"ct": {
|
|
2959
|
+
"@path": "$.context.traits.address.city"
|
|
2960
|
+
},
|
|
2961
|
+
"st": {
|
|
2962
|
+
"@path": "$.context.traits.address.state"
|
|
2963
|
+
},
|
|
2964
|
+
"zp": {
|
|
2965
|
+
"@path": "$.context.traits.address.postal_code"
|
|
2966
|
+
},
|
|
2967
|
+
"country": {
|
|
2968
|
+
"@path": "$.context.traits.address.country"
|
|
2969
|
+
},
|
|
2970
|
+
"fbp": {
|
|
2971
|
+
"@path": "$.context.traits.fbp"
|
|
2972
|
+
},
|
|
2973
|
+
"fbc": {
|
|
2974
|
+
"@path": "$.context.traits.fbc"
|
|
2975
|
+
},
|
|
2976
|
+
"client_ip_address": {
|
|
2977
|
+
"@path": "$.context.traits.client_ip_address"
|
|
2978
|
+
}
|
|
2979
|
+
}
|
|
2980
|
+
},
|
|
2981
|
+
"eventSlug": null
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"name": "Purchase",
|
|
2985
|
+
"type": "automatic",
|
|
2986
|
+
"partnerAction": "send",
|
|
2987
|
+
"subscribe": "event = \"Order Completed\"",
|
|
2988
|
+
"mapping": {
|
|
2989
|
+
"event_config": {
|
|
2990
|
+
"event_name": "Purchase",
|
|
2991
|
+
"show_fields": false
|
|
2992
|
+
},
|
|
2993
|
+
"content_category": {
|
|
2994
|
+
"@path": "$.properties.category"
|
|
2995
|
+
},
|
|
2996
|
+
"content_ids": {
|
|
2997
|
+
"@liquid": "{{ properties.products | map: 'product_id' }}"
|
|
2998
|
+
},
|
|
2999
|
+
"content_name": {
|
|
3000
|
+
"@path": "$.properties.name"
|
|
3001
|
+
},
|
|
3002
|
+
"content_type": "product",
|
|
3003
|
+
"contents": {
|
|
3004
|
+
"@arrayPath": [
|
|
3005
|
+
"$.properties.products",
|
|
3006
|
+
{
|
|
3007
|
+
"id": {
|
|
3008
|
+
"@path": "$.product_id"
|
|
3009
|
+
},
|
|
3010
|
+
"quantity": {
|
|
3011
|
+
"@path": "$.quantity"
|
|
3012
|
+
},
|
|
3013
|
+
"item_price": {
|
|
3014
|
+
"@path": "$.price"
|
|
3015
|
+
}
|
|
3016
|
+
}
|
|
3017
|
+
]
|
|
3018
|
+
},
|
|
3019
|
+
"currency": {
|
|
3020
|
+
"@path": "$.properties.currency"
|
|
3021
|
+
},
|
|
3022
|
+
"num_items": {
|
|
3023
|
+
"@path": "$.properties.num_items"
|
|
3024
|
+
},
|
|
3025
|
+
"net_revenue": {
|
|
3026
|
+
"@path": "$.properties.net_revenue"
|
|
3027
|
+
},
|
|
3028
|
+
"search_string": {
|
|
3029
|
+
"@path": "$.properties.query"
|
|
3030
|
+
},
|
|
3031
|
+
"value": {
|
|
3032
|
+
"@path": "$.properties.revenue"
|
|
3033
|
+
},
|
|
3034
|
+
"eventID": {
|
|
3035
|
+
"@path": "$.messageId"
|
|
3036
|
+
},
|
|
3037
|
+
"eventSourceUrl": {
|
|
3038
|
+
"@path": "$.context.page.url"
|
|
3039
|
+
},
|
|
3040
|
+
"userData": {
|
|
3041
|
+
"external_id": {
|
|
3042
|
+
"@path": "$.userId"
|
|
3043
|
+
},
|
|
3044
|
+
"em": {
|
|
3045
|
+
"@path": "$.context.traits.email"
|
|
3046
|
+
},
|
|
3047
|
+
"ph": {
|
|
3048
|
+
"@path": "$.context.traits.phone"
|
|
3049
|
+
},
|
|
3050
|
+
"fn": {
|
|
3051
|
+
"@path": "$.context.traits.first_name"
|
|
3052
|
+
},
|
|
3053
|
+
"ln": {
|
|
3054
|
+
"@path": "$.context.traits.last_name"
|
|
3055
|
+
},
|
|
3056
|
+
"ge": {
|
|
3057
|
+
"@path": "$.context.traits.gender"
|
|
3058
|
+
},
|
|
3059
|
+
"db": {
|
|
3060
|
+
"@path": "$.context.traits.birthday"
|
|
3061
|
+
},
|
|
3062
|
+
"ct": {
|
|
3063
|
+
"@path": "$.context.traits.address.city"
|
|
3064
|
+
},
|
|
3065
|
+
"st": {
|
|
3066
|
+
"@path": "$.context.traits.address.state"
|
|
3067
|
+
},
|
|
3068
|
+
"zp": {
|
|
3069
|
+
"@path": "$.context.traits.address.postal_code"
|
|
3070
|
+
},
|
|
3071
|
+
"country": {
|
|
3072
|
+
"@path": "$.context.traits.address.country"
|
|
3073
|
+
},
|
|
3074
|
+
"fbp": {
|
|
3075
|
+
"@path": "$.context.traits.fbp"
|
|
3076
|
+
},
|
|
3077
|
+
"fbc": {
|
|
3078
|
+
"@path": "$.context.traits.fbc"
|
|
3079
|
+
},
|
|
3080
|
+
"client_ip_address": {
|
|
3081
|
+
"@path": "$.context.traits.client_ip_address"
|
|
3082
|
+
}
|
|
3083
|
+
},
|
|
3084
|
+
"custom_data": {
|
|
3085
|
+
"order_id": {
|
|
3086
|
+
"@path": "$.properties.order_id"
|
|
3087
|
+
}
|
|
3088
|
+
}
|
|
3089
|
+
},
|
|
3090
|
+
"eventSlug": null
|
|
3091
|
+
},
|
|
3092
|
+
{
|
|
3093
|
+
"name": "Search",
|
|
3094
|
+
"type": "automatic",
|
|
3095
|
+
"partnerAction": "send",
|
|
3096
|
+
"subscribe": "event = \"Products Searched\"",
|
|
3097
|
+
"mapping": {
|
|
3098
|
+
"event_config": {
|
|
3099
|
+
"event_name": "Search",
|
|
3100
|
+
"show_fields": false
|
|
3101
|
+
},
|
|
3102
|
+
"content_category": {
|
|
3103
|
+
"@path": "$.properties.category"
|
|
3104
|
+
},
|
|
3105
|
+
"content_ids": {
|
|
3106
|
+
"@path": "$.properties.product_id"
|
|
3107
|
+
},
|
|
3108
|
+
"content_name": {
|
|
3109
|
+
"@path": "$.properties.name"
|
|
3110
|
+
},
|
|
3111
|
+
"content_type": "product",
|
|
3112
|
+
"contents": {
|
|
3113
|
+
"id": {
|
|
3114
|
+
"@path": "$.properties.product_id"
|
|
3115
|
+
},
|
|
3116
|
+
"quantity": {
|
|
3117
|
+
"@path": "$.properties.quantity"
|
|
3118
|
+
},
|
|
3119
|
+
"item_price": {
|
|
3120
|
+
"@path": "$.properties.price"
|
|
3121
|
+
}
|
|
3122
|
+
},
|
|
3123
|
+
"currency": {
|
|
3124
|
+
"@path": "$.properties.currency"
|
|
3125
|
+
},
|
|
3126
|
+
"num_items": {
|
|
3127
|
+
"@path": "$.properties.num_items"
|
|
3128
|
+
},
|
|
3129
|
+
"net_revenue": {
|
|
3130
|
+
"@path": "$.properties.net_revenue"
|
|
3131
|
+
},
|
|
3132
|
+
"search_string": {
|
|
3133
|
+
"@path": "$.properties.query"
|
|
3134
|
+
},
|
|
3135
|
+
"value": {
|
|
3136
|
+
"@path": "$.properties.value"
|
|
3137
|
+
},
|
|
3138
|
+
"eventID": {
|
|
3139
|
+
"@path": "$.messageId"
|
|
3140
|
+
},
|
|
3141
|
+
"eventSourceUrl": {
|
|
3142
|
+
"@path": "$.context.page.url"
|
|
3143
|
+
},
|
|
3144
|
+
"userData": {
|
|
3145
|
+
"external_id": {
|
|
3146
|
+
"@path": "$.userId"
|
|
3147
|
+
},
|
|
3148
|
+
"em": {
|
|
3149
|
+
"@path": "$.context.traits.email"
|
|
3150
|
+
},
|
|
3151
|
+
"ph": {
|
|
3152
|
+
"@path": "$.context.traits.phone"
|
|
3153
|
+
},
|
|
3154
|
+
"fn": {
|
|
3155
|
+
"@path": "$.context.traits.first_name"
|
|
3156
|
+
},
|
|
3157
|
+
"ln": {
|
|
3158
|
+
"@path": "$.context.traits.last_name"
|
|
3159
|
+
},
|
|
3160
|
+
"ge": {
|
|
3161
|
+
"@path": "$.context.traits.gender"
|
|
3162
|
+
},
|
|
3163
|
+
"db": {
|
|
3164
|
+
"@path": "$.context.traits.birthday"
|
|
3165
|
+
},
|
|
3166
|
+
"ct": {
|
|
3167
|
+
"@path": "$.context.traits.address.city"
|
|
3168
|
+
},
|
|
3169
|
+
"st": {
|
|
3170
|
+
"@path": "$.context.traits.address.state"
|
|
3171
|
+
},
|
|
3172
|
+
"zp": {
|
|
3173
|
+
"@path": "$.context.traits.address.postal_code"
|
|
3174
|
+
},
|
|
3175
|
+
"country": {
|
|
3176
|
+
"@path": "$.context.traits.address.country"
|
|
3177
|
+
},
|
|
3178
|
+
"fbp": {
|
|
3179
|
+
"@path": "$.context.traits.fbp"
|
|
3180
|
+
},
|
|
3181
|
+
"fbc": {
|
|
3182
|
+
"@path": "$.context.traits.fbc"
|
|
3183
|
+
},
|
|
3184
|
+
"client_ip_address": {
|
|
3185
|
+
"@path": "$.context.traits.client_ip_address"
|
|
3186
|
+
}
|
|
3187
|
+
}
|
|
3188
|
+
},
|
|
3189
|
+
"eventSlug": null
|
|
3190
|
+
},
|
|
3191
|
+
{
|
|
3192
|
+
"name": "ViewContent",
|
|
3193
|
+
"type": "automatic",
|
|
3194
|
+
"partnerAction": "send",
|
|
3195
|
+
"subscribe": "event = \"Product Viewed\"",
|
|
3196
|
+
"mapping": {
|
|
3197
|
+
"event_config": {
|
|
3198
|
+
"event_name": "ViewContent",
|
|
3199
|
+
"show_fields": false
|
|
3200
|
+
},
|
|
3201
|
+
"content_category": {
|
|
3202
|
+
"@path": "$.properties.category"
|
|
3203
|
+
},
|
|
3204
|
+
"content_ids": {
|
|
3205
|
+
"@path": "$.properties.product_id"
|
|
3206
|
+
},
|
|
3207
|
+
"content_name": {
|
|
3208
|
+
"@path": "$.properties.name"
|
|
3209
|
+
},
|
|
3210
|
+
"content_type": "product",
|
|
3211
|
+
"contents": {
|
|
3212
|
+
"id": {
|
|
3213
|
+
"@path": "$.properties.product_id"
|
|
3214
|
+
},
|
|
3215
|
+
"quantity": {
|
|
3216
|
+
"@path": "$.properties.quantity"
|
|
3217
|
+
},
|
|
3218
|
+
"item_price": {
|
|
3219
|
+
"@path": "$.properties.price"
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
3222
|
+
"currency": {
|
|
3223
|
+
"@path": "$.properties.currency"
|
|
3224
|
+
},
|
|
3225
|
+
"num_items": {
|
|
3226
|
+
"@path": "$.properties.num_items"
|
|
3227
|
+
},
|
|
3228
|
+
"net_revenue": {
|
|
3229
|
+
"@path": "$.properties.net_revenue"
|
|
3230
|
+
},
|
|
3231
|
+
"search_string": {
|
|
3232
|
+
"@path": "$.properties.query"
|
|
3233
|
+
},
|
|
3234
|
+
"value": {
|
|
3235
|
+
"@path": "$.properties.price"
|
|
3236
|
+
},
|
|
3237
|
+
"eventID": {
|
|
3238
|
+
"@path": "$.messageId"
|
|
3239
|
+
},
|
|
3240
|
+
"eventSourceUrl": {
|
|
3241
|
+
"@path": "$.context.page.url"
|
|
3242
|
+
},
|
|
3243
|
+
"userData": {
|
|
3244
|
+
"external_id": {
|
|
3245
|
+
"@path": "$.userId"
|
|
3246
|
+
},
|
|
3247
|
+
"em": {
|
|
3248
|
+
"@path": "$.context.traits.email"
|
|
3249
|
+
},
|
|
3250
|
+
"ph": {
|
|
3251
|
+
"@path": "$.context.traits.phone"
|
|
3252
|
+
},
|
|
3253
|
+
"fn": {
|
|
3254
|
+
"@path": "$.context.traits.first_name"
|
|
3255
|
+
},
|
|
3256
|
+
"ln": {
|
|
3257
|
+
"@path": "$.context.traits.last_name"
|
|
3258
|
+
},
|
|
3259
|
+
"ge": {
|
|
3260
|
+
"@path": "$.context.traits.gender"
|
|
3261
|
+
},
|
|
3262
|
+
"db": {
|
|
3263
|
+
"@path": "$.context.traits.birthday"
|
|
3264
|
+
},
|
|
3265
|
+
"ct": {
|
|
3266
|
+
"@path": "$.context.traits.address.city"
|
|
3267
|
+
},
|
|
3268
|
+
"st": {
|
|
3269
|
+
"@path": "$.context.traits.address.state"
|
|
3270
|
+
},
|
|
3271
|
+
"zp": {
|
|
3272
|
+
"@path": "$.context.traits.address.postal_code"
|
|
3273
|
+
},
|
|
3274
|
+
"country": {
|
|
3275
|
+
"@path": "$.context.traits.address.country"
|
|
3276
|
+
},
|
|
3277
|
+
"fbp": {
|
|
3278
|
+
"@path": "$.context.traits.fbp"
|
|
3279
|
+
},
|
|
3280
|
+
"fbc": {
|
|
3281
|
+
"@path": "$.context.traits.fbc"
|
|
3282
|
+
},
|
|
3283
|
+
"client_ip_address": {
|
|
3284
|
+
"@path": "$.context.traits.client_ip_address"
|
|
3285
|
+
}
|
|
3286
|
+
}
|
|
3287
|
+
},
|
|
3288
|
+
"eventSlug": null
|
|
3289
|
+
}
|
|
3290
|
+
]
|
|
3291
|
+
}
|