@adtrackify/at-tracking-event-types 3.1.74 → 3.1.75

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.
Files changed (31) hide show
  1. package/dist/cjs/types/api/measures/definitions/channel-measure-definitions.js +60 -240
  2. package/dist/cjs/types/api/measures/definitions/channel-measure-definitions.js.map +1 -1
  3. package/dist/cjs/types/api/measures/definitions/core-measure-definitions.js +14 -46
  4. package/dist/cjs/types/api/measures/definitions/core-measure-definitions.js.map +1 -1
  5. package/dist/cjs/types/api/measures/definitions/facebook-measure-definitions.js +42 -126
  6. package/dist/cjs/types/api/measures/definitions/facebook-measure-definitions.js.map +1 -1
  7. package/dist/cjs/types/api/measures/definitions/google-measure-definitions.js +22 -66
  8. package/dist/cjs/types/api/measures/definitions/google-measure-definitions.js.map +1 -1
  9. package/dist/cjs/types/api/measures/definitions/measure-definitions.d.ts +30 -11
  10. package/dist/cjs/types/api/measures/definitions/measure-definitions.js +41 -13
  11. package/dist/cjs/types/api/measures/definitions/measure-definitions.js.map +1 -1
  12. package/dist/cjs/types/api/measures/definitions/shopify-measure-definitions.js +49 -60
  13. package/dist/cjs/types/api/measures/definitions/shopify-measure-definitions.js.map +1 -1
  14. package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.js +34 -102
  15. package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.js.map +1 -1
  16. package/dist/esm/types/api/measures/definitions/channel-measure-definitions.js +61 -241
  17. package/dist/esm/types/api/measures/definitions/channel-measure-definitions.js.map +1 -1
  18. package/dist/esm/types/api/measures/definitions/core-measure-definitions.js +15 -47
  19. package/dist/esm/types/api/measures/definitions/core-measure-definitions.js.map +1 -1
  20. package/dist/esm/types/api/measures/definitions/facebook-measure-definitions.js +43 -127
  21. package/dist/esm/types/api/measures/definitions/facebook-measure-definitions.js.map +1 -1
  22. package/dist/esm/types/api/measures/definitions/google-measure-definitions.js +23 -67
  23. package/dist/esm/types/api/measures/definitions/google-measure-definitions.js.map +1 -1
  24. package/dist/esm/types/api/measures/definitions/measure-definitions.d.ts +30 -11
  25. package/dist/esm/types/api/measures/definitions/measure-definitions.js +40 -12
  26. package/dist/esm/types/api/measures/definitions/measure-definitions.js.map +1 -1
  27. package/dist/esm/types/api/measures/definitions/shopify-measure-definitions.js +50 -61
  28. package/dist/esm/types/api/measures/definitions/shopify-measure-definitions.js.map +1 -1
  29. package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.js +35 -103
  30. package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.js.map +1 -1
  31. package/package.json +1 -1
@@ -19,10 +19,7 @@ exports.CHANNEL_MEASURES_MAP = {
19
19
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
20
20
  decimalPlaces: 2,
21
21
  useCompactNotation: true,
22
- applicableContexts: [
23
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
24
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
25
- ],
22
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
26
23
  },
27
24
  [measures_1.MEASURE.CHANNEL_REACH]: {
28
25
  title: 'Reach - Channel Reported',
@@ -37,10 +34,7 @@ exports.CHANNEL_MEASURES_MAP = {
37
34
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
38
35
  decimalPlaces: 0,
39
36
  useCompactNotation: false,
40
- applicableContexts: [
41
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
42
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
43
- ],
37
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
44
38
  },
45
39
  [measures_1.MEASURE.CHANNEL_FREQUENCY]: {
46
40
  title: 'Frequency - Channel Reported',
@@ -55,10 +49,7 @@ exports.CHANNEL_MEASURES_MAP = {
55
49
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
56
50
  decimalPlaces: 0,
57
51
  useCompactNotation: false,
58
- applicableContexts: [
59
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
60
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
61
- ],
52
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
62
53
  },
63
54
  [measures_1.MEASURE.CHANNEL_IMPRESSIONS]: {
64
55
  title: 'Impressions - Channel Reported',
@@ -73,10 +64,7 @@ exports.CHANNEL_MEASURES_MAP = {
73
64
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
74
65
  decimalPlaces: 0,
75
66
  useCompactNotation: false,
76
- applicableContexts: [
77
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
78
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
79
- ],
67
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
80
68
  },
81
69
  [measures_1.MEASURE.CHANNEL_CLICKS]: {
82
70
  title: 'Clicks - Channel Reported',
@@ -91,10 +79,7 @@ exports.CHANNEL_MEASURES_MAP = {
91
79
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
92
80
  decimalPlaces: 0,
93
81
  useCompactNotation: false,
94
- applicableContexts: [
95
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
96
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
97
- ],
82
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
98
83
  },
99
84
  [measures_1.MEASURE.CHANNEL_CTR]: {
100
85
  title: 'CTR - Channel Reported',
@@ -109,10 +94,7 @@ exports.CHANNEL_MEASURES_MAP = {
109
94
  valueType: measure_value_type_1.MeasureValueType.PERCENTAGE,
110
95
  decimalPlaces: 2,
111
96
  useCompactNotation: false,
112
- applicableContexts: [
113
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
114
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
115
- ],
97
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
116
98
  },
117
99
  [measures_1.MEASURE.CHANNEL_CPC]: {
118
100
  title: 'CPC - Channel Reported',
@@ -127,10 +109,7 @@ exports.CHANNEL_MEASURES_MAP = {
127
109
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
128
110
  decimalPlaces: 2,
129
111
  useCompactNotation: true,
130
- applicableContexts: [
131
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
132
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
133
- ],
112
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
134
113
  },
135
114
  [measures_1.MEASURE.CHANNEL_CPM]: {
136
115
  title: 'CPM - Channel Reported',
@@ -145,10 +124,7 @@ exports.CHANNEL_MEASURES_MAP = {
145
124
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
146
125
  decimalPlaces: 2,
147
126
  useCompactNotation: true,
148
- applicableContexts: [
149
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
150
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
151
- ],
127
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
152
128
  },
153
129
  [measures_1.MEASURE.CHANNEL_CPP]: {
154
130
  title: 'CPP - Channel Reported',
@@ -163,10 +139,7 @@ exports.CHANNEL_MEASURES_MAP = {
163
139
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
164
140
  decimalPlaces: 2,
165
141
  useCompactNotation: true,
166
- applicableContexts: [
167
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
168
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
169
- ],
142
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
170
143
  },
171
144
  [measures_1.MEASURE.CHANNEL_CPV]: {
172
145
  title: 'CPV - Channel Reported',
@@ -181,10 +154,7 @@ exports.CHANNEL_MEASURES_MAP = {
181
154
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
182
155
  decimalPlaces: 2,
183
156
  useCompactNotation: true,
184
- applicableContexts: [
185
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
186
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
187
- ],
157
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
188
158
  },
189
159
  [measures_1.MEASURE.CHANNEL_CPI]: {
190
160
  title: 'CPI - Channel Reported',
@@ -199,10 +169,7 @@ exports.CHANNEL_MEASURES_MAP = {
199
169
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
200
170
  decimalPlaces: 2,
201
171
  useCompactNotation: true,
202
- applicableContexts: [
203
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
204
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
205
- ],
172
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
206
173
  },
207
174
  [measures_1.MEASURE.CHANNEL_PURCHASES]: {
208
175
  title: 'Purchases - Channel Reported',
@@ -217,10 +184,7 @@ exports.CHANNEL_MEASURES_MAP = {
217
184
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
218
185
  decimalPlaces: 0,
219
186
  useCompactNotation: false,
220
- applicableContexts: [
221
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
222
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
223
- ],
187
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
224
188
  },
225
189
  [measures_1.MEASURE.CHANNEL_PURCHASES_VALUE]: {
226
190
  title: 'Purchases Value - Channel Reported',
@@ -235,10 +199,7 @@ exports.CHANNEL_MEASURES_MAP = {
235
199
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
236
200
  decimalPlaces: 2,
237
201
  useCompactNotation: true,
238
- applicableContexts: [
239
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
240
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
241
- ],
202
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
242
203
  },
243
204
  [measures_1.MEASURE.CHANNEL_PURCHASES_COST]: {
244
205
  title: 'Purchases Cost - Channel Reported',
@@ -253,10 +214,7 @@ exports.CHANNEL_MEASURES_MAP = {
253
214
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
254
215
  decimalPlaces: 2,
255
216
  useCompactNotation: true,
256
- applicableContexts: [
257
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
258
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
259
- ],
217
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
260
218
  },
261
219
  [measures_1.MEASURE.CHANNEL_CPA]: {
262
220
  title: 'CPA - Channel Reported',
@@ -271,10 +229,7 @@ exports.CHANNEL_MEASURES_MAP = {
271
229
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
272
230
  decimalPlaces: 2,
273
231
  useCompactNotation: true,
274
- applicableContexts: [
275
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
276
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
277
- ]
232
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
278
233
  },
279
234
  [measures_1.MEASURE.CHANNEL_ROAS]: {
280
235
  title: 'ROAS - Channel Reported',
@@ -289,10 +244,7 @@ exports.CHANNEL_MEASURES_MAP = {
289
244
  valueType: measure_value_type_1.MeasureValueType.MULTIPLIER,
290
245
  decimalPlaces: 2,
291
246
  useCompactNotation: false,
292
- applicableContexts: [
293
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
294
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
295
- ]
247
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
296
248
  },
297
249
  [measures_1.MEASURE.CHANNEL_NEW_CUSTOMER_CPA]: {
298
250
  title: 'New Customer CPA - Channel Reported',
@@ -307,10 +259,7 @@ exports.CHANNEL_MEASURES_MAP = {
307
259
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
308
260
  decimalPlaces: 2,
309
261
  useCompactNotation: true,
310
- applicableContexts: [
311
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
312
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
313
- ]
262
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
314
263
  },
315
264
  [measures_1.MEASURE.CHANNEL_NEW_CUSTOMER_ROAS]: {
316
265
  title: 'New Customer ROAS - Channel Reported',
@@ -325,10 +274,7 @@ exports.CHANNEL_MEASURES_MAP = {
325
274
  valueType: measure_value_type_1.MeasureValueType.MULTIPLIER,
326
275
  decimalPlaces: 2,
327
276
  useCompactNotation: false,
328
- applicableContexts: [
329
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
330
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
331
- ]
277
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
332
278
  },
333
279
  [measures_1.MEASURE.CHANNEL_UNIQUE_CLICKS]: {
334
280
  title: 'Unique Clicks - Channel Reported',
@@ -343,10 +289,7 @@ exports.CHANNEL_MEASURES_MAP = {
343
289
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
344
290
  decimalPlaces: 0,
345
291
  useCompactNotation: false,
346
- applicableContexts: [
347
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
348
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
349
- ],
292
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
350
293
  },
351
294
  [measures_1.MEASURE.CHANNEL_COST_PER_UNIQUE_CLICK]: {
352
295
  title: 'Cost Per Unique Click - Channel Reported',
@@ -361,10 +304,7 @@ exports.CHANNEL_MEASURES_MAP = {
361
304
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
362
305
  decimalPlaces: 2,
363
306
  useCompactNotation: true,
364
- applicableContexts: [
365
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
366
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
367
- ],
307
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
368
308
  },
369
309
  [measures_1.MEASURE.CHANNEL_INLINE_CLICKS]: {
370
310
  title: 'Inline Clicks - Channel Reported',
@@ -379,10 +319,7 @@ exports.CHANNEL_MEASURES_MAP = {
379
319
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
380
320
  decimalPlaces: 0,
381
321
  useCompactNotation: false,
382
- applicableContexts: [
383
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
384
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
385
- ],
322
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
386
323
  },
387
324
  [measures_1.MEASURE.CHANNEL_COST_PER_INLINE_CLICK]: {
388
325
  title: 'Cost Per Inline Click - Channel Reported',
@@ -397,10 +334,7 @@ exports.CHANNEL_MEASURES_MAP = {
397
334
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
398
335
  decimalPlaces: 2,
399
336
  useCompactNotation: true,
400
- applicableContexts: [
401
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
402
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
403
- ],
337
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
404
338
  },
405
339
  [measures_1.MEASURE.CHANNEL_INLINE_CLICK_CTR]: {
406
340
  title: 'Inline Click CTR - Channel Reported',
@@ -415,10 +349,7 @@ exports.CHANNEL_MEASURES_MAP = {
415
349
  valueType: measure_value_type_1.MeasureValueType.PERCENTAGE,
416
350
  decimalPlaces: 2,
417
351
  useCompactNotation: false,
418
- applicableContexts: [
419
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
420
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
421
- ],
352
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
422
353
  },
423
354
  [measures_1.MEASURE.CHANNEL_OUTBOUND_CLICKS]: {
424
355
  title: 'Outbound Clicks - Channel Reported',
@@ -433,10 +364,7 @@ exports.CHANNEL_MEASURES_MAP = {
433
364
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
434
365
  decimalPlaces: 0,
435
366
  useCompactNotation: false,
436
- applicableContexts: [
437
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
438
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
439
- ],
367
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
440
368
  },
441
369
  [measures_1.MEASURE.CHANNEL_COST_PER_OUTBOUND_CLICK]: {
442
370
  title: 'Cost Per Outbound Click - Channel Reported',
@@ -451,10 +379,7 @@ exports.CHANNEL_MEASURES_MAP = {
451
379
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
452
380
  decimalPlaces: 2,
453
381
  useCompactNotation: true,
454
- applicableContexts: [
455
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
456
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
457
- ],
382
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
458
383
  },
459
384
  [measures_1.MEASURE.CHANNEL_OUTBOUND_CLICKS_CTR]: {
460
385
  title: 'Outbound Click CTR - Channel Reported',
@@ -469,10 +394,7 @@ exports.CHANNEL_MEASURES_MAP = {
469
394
  valueType: measure_value_type_1.MeasureValueType.PERCENTAGE,
470
395
  decimalPlaces: 2,
471
396
  useCompactNotation: false,
472
- applicableContexts: [
473
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
474
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
475
- ],
397
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
476
398
  },
477
399
  [measures_1.MEASURE.CHANNEL_OMNI_VIEW_CONTENTS]: {
478
400
  title: 'View Contents - Channel Reported',
@@ -487,10 +409,7 @@ exports.CHANNEL_MEASURES_MAP = {
487
409
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
488
410
  decimalPlaces: 0,
489
411
  useCompactNotation: false,
490
- applicableContexts: [
491
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
492
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
493
- ],
412
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
494
413
  },
495
414
  [measures_1.MEASURE.CHANNEL_OMNI_VIEW_CONTENTS_VALUE]: {
496
415
  title: 'View Contents Value - Channel Reported',
@@ -505,10 +424,7 @@ exports.CHANNEL_MEASURES_MAP = {
505
424
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
506
425
  decimalPlaces: 2,
507
426
  useCompactNotation: true,
508
- applicableContexts: [
509
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
510
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
511
- ],
427
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
512
428
  },
513
429
  [measures_1.MEASURE.CHANNEL_OMNI_VIEW_CONTENTS_COST]: {
514
430
  title: 'View Contents Cost - Channel Reported',
@@ -523,10 +439,7 @@ exports.CHANNEL_MEASURES_MAP = {
523
439
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
524
440
  decimalPlaces: 2,
525
441
  useCompactNotation: true,
526
- applicableContexts: [
527
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
528
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
529
- ],
442
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
530
443
  },
531
444
  [measures_1.MEASURE.CHANNEL_OMNI_ADD_TO_CARTS]: {
532
445
  title: 'Add To Carts - Channel Reported',
@@ -541,10 +454,7 @@ exports.CHANNEL_MEASURES_MAP = {
541
454
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
542
455
  decimalPlaces: 0,
543
456
  useCompactNotation: false,
544
- applicableContexts: [
545
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
546
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
547
- ],
457
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
548
458
  },
549
459
  [measures_1.MEASURE.CHANNEL_OMNI_ADD_TO_CARTS_VALUE]: {
550
460
  title: 'Add To Carts Value - Channel Reported',
@@ -559,10 +469,7 @@ exports.CHANNEL_MEASURES_MAP = {
559
469
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
560
470
  decimalPlaces: 2,
561
471
  useCompactNotation: true,
562
- applicableContexts: [
563
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
564
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
565
- ],
472
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
566
473
  },
567
474
  [measures_1.MEASURE.CHANNEL_OMNI_ADD_TO_CARTS_COST]: {
568
475
  title: 'Add To Carts Cost - Channel Reported',
@@ -577,10 +484,7 @@ exports.CHANNEL_MEASURES_MAP = {
577
484
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
578
485
  decimalPlaces: 2,
579
486
  useCompactNotation: true,
580
- applicableContexts: [
581
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
582
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
583
- ],
487
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
584
488
  },
585
489
  [measures_1.MEASURE.CHANNEL_OMNI_INITIATE_CHECKOUTS]: {
586
490
  title: 'Initiate Checkouts - Channel Reported',
@@ -595,10 +499,7 @@ exports.CHANNEL_MEASURES_MAP = {
595
499
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
596
500
  decimalPlaces: 0,
597
501
  useCompactNotation: false,
598
- applicableContexts: [
599
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
600
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
601
- ],
502
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
602
503
  },
603
504
  [measures_1.MEASURE.CHANNEL_OMNI_INITIATE_CHECKOUTS_VALUE]: {
604
505
  title: 'Initiate Checkouts Value - Channel Reported',
@@ -613,10 +514,7 @@ exports.CHANNEL_MEASURES_MAP = {
613
514
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
614
515
  decimalPlaces: 2,
615
516
  useCompactNotation: true,
616
- applicableContexts: [
617
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
618
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
619
- ],
517
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
620
518
  },
621
519
  [measures_1.MEASURE.CHANNEL_OMNI_INITIATE_CHECKOUTS_COST]: {
622
520
  title: 'Initiate Checkouts Cost - Channel Reported',
@@ -631,10 +529,7 @@ exports.CHANNEL_MEASURES_MAP = {
631
529
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
632
530
  decimalPlaces: 2,
633
531
  useCompactNotation: true,
634
- applicableContexts: [
635
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
636
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
637
- ],
532
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
638
533
  },
639
534
  [measures_1.MEASURE.CHANNEL_LEADS]: {
640
535
  title: 'Leads - Channel Reported',
@@ -649,10 +544,7 @@ exports.CHANNEL_MEASURES_MAP = {
649
544
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
650
545
  decimalPlaces: 0,
651
546
  useCompactNotation: false,
652
- applicableContexts: [
653
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
654
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
655
- ],
547
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
656
548
  },
657
549
  [measures_1.MEASURE.CHANNEL_LEADS_VALUE]: {
658
550
  title: 'Leads Value - Channel Reported',
@@ -667,10 +559,7 @@ exports.CHANNEL_MEASURES_MAP = {
667
559
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
668
560
  decimalPlaces: 2,
669
561
  useCompactNotation: true,
670
- applicableContexts: [
671
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
672
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
673
- ],
562
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
674
563
  },
675
564
  [measures_1.MEASURE.CHANNEL_LEADS_COST]: {
676
565
  title: 'Leads Cost - Channel Reported',
@@ -685,10 +574,7 @@ exports.CHANNEL_MEASURES_MAP = {
685
574
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
686
575
  decimalPlaces: 2,
687
576
  useCompactNotation: true,
688
- applicableContexts: [
689
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
690
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
691
- ],
577
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
692
578
  },
693
579
  [measures_1.MEASURE.CHANNEL_NEW_CUSTOMER_PURCHASES]: {
694
580
  title: 'New Customer Purchases - Channel Reported',
@@ -703,10 +589,7 @@ exports.CHANNEL_MEASURES_MAP = {
703
589
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
704
590
  decimalPlaces: 0,
705
591
  useCompactNotation: false,
706
- applicableContexts: [
707
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
708
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
709
- ],
592
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
710
593
  },
711
594
  [measures_1.MEASURE.CHANNEL_NEW_CUSTOMER_PURCHASES_VALUE]: {
712
595
  title: 'New Customer Purchases Value - Channel Reported',
@@ -721,10 +604,7 @@ exports.CHANNEL_MEASURES_MAP = {
721
604
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
722
605
  decimalPlaces: 2,
723
606
  useCompactNotation: true,
724
- applicableContexts: [
725
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
726
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
727
- ],
607
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
728
608
  },
729
609
  [measures_1.MEASURE.CHANNEL_VIDEO_VIEWS]: {
730
610
  title: 'Video Views - Channel Reported',
@@ -739,10 +619,7 @@ exports.CHANNEL_MEASURES_MAP = {
739
619
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
740
620
  decimalPlaces: 0,
741
621
  useCompactNotation: false,
742
- applicableContexts: [
743
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
744
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
745
- ],
622
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
746
623
  },
747
624
  [measures_1.MEASURE.CHANNEL_VIDEO_VIEWS_COST]: {
748
625
  title: 'Video Views Cost - Channel Reported',
@@ -757,10 +634,7 @@ exports.CHANNEL_MEASURES_MAP = {
757
634
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
758
635
  decimalPlaces: 2,
759
636
  useCompactNotation: true,
760
- applicableContexts: [
761
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
762
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
763
- ],
637
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
764
638
  },
765
639
  [measures_1.MEASURE.CHANNEL_VIDEO_VIEWS_15SEC_COST]: {
766
640
  title: '15-Second Video Views Cost - Channel Reported',
@@ -775,10 +649,7 @@ exports.CHANNEL_MEASURES_MAP = {
775
649
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
776
650
  decimalPlaces: 2,
777
651
  useCompactNotation: true,
778
- applicableContexts: [
779
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
780
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
781
- ],
652
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
782
653
  },
783
654
  [measures_1.MEASURE.CHANNEL_VIDEO_VIEWS_THRUPLAY_COST]: {
784
655
  title: 'Video Thruplay Cost - Channel Reported',
@@ -793,10 +664,7 @@ exports.CHANNEL_MEASURES_MAP = {
793
664
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
794
665
  decimalPlaces: 2,
795
666
  useCompactNotation: true,
796
- applicableContexts: [
797
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
798
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
799
- ],
667
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
800
668
  },
801
669
  [measures_1.MEASURE.CHANNEL_VIDEO_30SEC_WATCHED_VIEWS]: {
802
670
  title: '30-Second Video Views - Channel Reported',
@@ -811,10 +679,7 @@ exports.CHANNEL_MEASURES_MAP = {
811
679
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
812
680
  decimalPlaces: 0,
813
681
  useCompactNotation: false,
814
- applicableContexts: [
815
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
816
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
817
- ],
682
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
818
683
  },
819
684
  [measures_1.MEASURE.CHANNEL_VIDEO_AVG_TIME_WATCHED_VIEWS]: {
820
685
  title: 'Average Video Watch Time - Channel Reported',
@@ -829,10 +694,7 @@ exports.CHANNEL_MEASURES_MAP = {
829
694
  valueType: measure_value_type_1.MeasureValueType.DURATION,
830
695
  decimalPlaces: 0,
831
696
  useCompactNotation: false,
832
- applicableContexts: [
833
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
834
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
835
- ],
697
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
836
698
  },
837
699
  [measures_1.MEASURE.CHANNEL_VIDEO_P25_WATCHED_VIEWS]: {
838
700
  title: '25% Video Views - Channel Reported',
@@ -847,10 +709,7 @@ exports.CHANNEL_MEASURES_MAP = {
847
709
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
848
710
  decimalPlaces: 0,
849
711
  useCompactNotation: false,
850
- applicableContexts: [
851
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
852
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
853
- ],
712
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
854
713
  },
855
714
  [measures_1.MEASURE.CHANNEL_VIDEO_P50_WATCHED_VIEWS]: {
856
715
  title: '50% Video Views - Channel Reported',
@@ -865,10 +724,7 @@ exports.CHANNEL_MEASURES_MAP = {
865
724
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
866
725
  decimalPlaces: 0,
867
726
  useCompactNotation: false,
868
- applicableContexts: [
869
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
870
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
871
- ],
727
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
872
728
  },
873
729
  [measures_1.MEASURE.CHANNEL_VIDEO_P75_WATCHED_VIEWS]: {
874
730
  title: '75% Video Views - Channel Reported',
@@ -883,10 +739,7 @@ exports.CHANNEL_MEASURES_MAP = {
883
739
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
884
740
  decimalPlaces: 0,
885
741
  useCompactNotation: false,
886
- applicableContexts: [
887
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
888
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
889
- ],
742
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
890
743
  },
891
744
  [measures_1.MEASURE.CHANNEL_VIDEO_P95_WATCHED_VIEWS]: {
892
745
  title: '95% Video Views - Channel Reported',
@@ -901,10 +754,7 @@ exports.CHANNEL_MEASURES_MAP = {
901
754
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
902
755
  decimalPlaces: 0,
903
756
  useCompactNotation: false,
904
- applicableContexts: [
905
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
906
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
907
- ],
757
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
908
758
  },
909
759
  [measures_1.MEASURE.CHANNEL_VIDEO_P100_WATCHED_VIEWS]: {
910
760
  title: 'Complete Video Views - Channel Reported',
@@ -919,10 +769,7 @@ exports.CHANNEL_MEASURES_MAP = {
919
769
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
920
770
  decimalPlaces: 0,
921
771
  useCompactNotation: false,
922
- applicableContexts: [
923
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
924
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
925
- ],
772
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
926
773
  },
927
774
  [measures_1.MEASURE.CHANNEL_VIDEO_QUARTILE_P25_RATE]: {
928
775
  title: '25% Video Completion Rate - Channel Reported',
@@ -937,10 +784,7 @@ exports.CHANNEL_MEASURES_MAP = {
937
784
  valueType: measure_value_type_1.MeasureValueType.PERCENTAGE,
938
785
  decimalPlaces: 2,
939
786
  useCompactNotation: false,
940
- applicableContexts: [
941
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
942
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
943
- ],
787
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
944
788
  },
945
789
  [measures_1.MEASURE.CHANNEL_VIDEO_QUARTILE_P50_RATE]: {
946
790
  title: '50% Video Completion Rate - Channel Reported',
@@ -955,10 +799,7 @@ exports.CHANNEL_MEASURES_MAP = {
955
799
  valueType: measure_value_type_1.MeasureValueType.PERCENTAGE,
956
800
  decimalPlaces: 2,
957
801
  useCompactNotation: false,
958
- applicableContexts: [
959
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
960
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
961
- ],
802
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
962
803
  },
963
804
  [measures_1.MEASURE.CHANNEL_VIDEO_QUARTILE_P75_RATE]: {
964
805
  title: '75% Video Completion Rate - Channel Reported',
@@ -973,10 +814,7 @@ exports.CHANNEL_MEASURES_MAP = {
973
814
  valueType: measure_value_type_1.MeasureValueType.PERCENTAGE,
974
815
  decimalPlaces: 2,
975
816
  useCompactNotation: false,
976
- applicableContexts: [
977
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
978
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
979
- ],
817
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
980
818
  },
981
819
  [measures_1.MEASURE.CHANNEL_VIDEO_QUARTILE_P100_RATE]: {
982
820
  title: '100% Video Completion Rate - Channel Reported',
@@ -991,10 +829,7 @@ exports.CHANNEL_MEASURES_MAP = {
991
829
  valueType: measure_value_type_1.MeasureValueType.PERCENTAGE,
992
830
  decimalPlaces: 2,
993
831
  useCompactNotation: false,
994
- applicableContexts: [
995
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
996
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
997
- ],
832
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
998
833
  },
999
834
  [measures_1.MEASURE.CHANNEL_VIDEO_PLAYS]: {
1000
835
  title: 'Video Plays - Channel Reported',
@@ -1009,10 +844,7 @@ exports.CHANNEL_MEASURES_MAP = {
1009
844
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
1010
845
  decimalPlaces: 0,
1011
846
  useCompactNotation: false,
1012
- applicableContexts: [
1013
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
1014
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
1015
- ],
847
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
1016
848
  },
1017
849
  [measures_1.MEASURE.CHANNEL_ALL_CONVERSIONS]: {
1018
850
  title: 'All Conversions - Channel Reported',
@@ -1027,10 +859,7 @@ exports.CHANNEL_MEASURES_MAP = {
1027
859
  valueType: measure_value_type_1.MeasureValueType.NUMBER,
1028
860
  decimalPlaces: 0,
1029
861
  useCompactNotation: false,
1030
- applicableContexts: [
1031
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
1032
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
1033
- ],
862
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
1034
863
  },
1035
864
  [measures_1.MEASURE.CHANNEL_ALL_CONVERSIONS_VALUE]: {
1036
865
  title: 'All Conversions Value - Channel Reported',
@@ -1045,10 +874,7 @@ exports.CHANNEL_MEASURES_MAP = {
1045
874
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
1046
875
  decimalPlaces: 2,
1047
876
  useCompactNotation: true,
1048
- applicableContexts: [
1049
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
1050
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
1051
- ],
877
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
1052
878
  },
1053
879
  [measures_1.MEASURE.CHANNEL_ALL_CONVERSIONS_COST]: {
1054
880
  title: 'All Conversions Cost - Channel Reported',
@@ -1063,10 +889,7 @@ exports.CHANNEL_MEASURES_MAP = {
1063
889
  valueType: measure_value_type_1.MeasureValueType.CURRENCY,
1064
890
  decimalPlaces: 2,
1065
891
  useCompactNotation: true,
1066
- applicableContexts: [
1067
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
1068
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
1069
- ],
892
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
1070
893
  },
1071
894
  [measures_1.MEASURE.CHANNEL_ALL_CONVERSIONS_ROAS]: {
1072
895
  title: 'All Conversions ROAS - Channel Reported',
@@ -1081,10 +904,7 @@ exports.CHANNEL_MEASURES_MAP = {
1081
904
  valueType: measure_value_type_1.MeasureValueType.MULTIPLIER,
1082
905
  decimalPlaces: 2,
1083
906
  useCompactNotation: false,
1084
- applicableContexts: [
1085
- measure_definitions_1.MeasureApplicableContext.CUSTOM_DASHBOARD,
1086
- measure_definitions_1.MeasureApplicableContext.ATTRIBUTION
1087
- ],
907
+ applicableContexts: measure_definitions_1.STANDARD_APPLICABLE_CONTEXTS,
1088
908
  },
1089
909
  };
1090
910
  //# sourceMappingURL=channel-measure-definitions.js.map