@adtrackify/at-tracking-event-types 4.43.0 → 4.44.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/cjs/types/api/measures/definitions/channel-measure-definitions.js +110 -110
- package/dist/cjs/types/api/measures/definitions/channel-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/channel-measure-definitions.js +110 -110
- package/dist/esm/types/api/measures/definitions/channel-measure-definitions.js.map +1 -1
- package/package.json +1 -1
|
@@ -22,7 +22,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
22
22
|
decimalPlaces: 2,
|
|
23
23
|
useCompactNotation: true,
|
|
24
24
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
25
|
-
shortTitle: 'Spend',
|
|
25
|
+
shortTitle: 'Channel Spend',
|
|
26
26
|
tooltip: 'The total amount of money spent on ads across all advertising channels in the selected period.',
|
|
27
27
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_IMPRESSIONS, measures_js_1.MEASURE.CHANNEL_ROAS, measures_js_1.MEASURE.CHANNEL_CPA],
|
|
28
28
|
},
|
|
@@ -41,7 +41,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
41
41
|
decimalPlaces: 0,
|
|
42
42
|
useCompactNotation: false,
|
|
43
43
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
44
|
-
shortTitle: 'Impressions',
|
|
44
|
+
shortTitle: 'Channel Impressions',
|
|
45
45
|
tooltip: 'How many times your ads were displayed to users across all channels, including repeat views by the same person.',
|
|
46
46
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_REACH, measures_js_1.MEASURE.CHANNEL_FREQUENCY, measures_js_1.MEASURE.CHANNEL_CPM, measures_js_1.MEASURE.CHANNEL_CTR],
|
|
47
47
|
},
|
|
@@ -60,7 +60,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
60
60
|
decimalPlaces: 2,
|
|
61
61
|
useCompactNotation: true,
|
|
62
62
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
63
|
-
shortTitle: 'CPM',
|
|
63
|
+
shortTitle: 'Channel CPM',
|
|
64
64
|
tooltip: 'How much you pay on average for every 1,000 ad impressions across all channels. Lower CPM means cheaper reach.',
|
|
65
65
|
formulaDisplay: 'Total Spend ÷ Impressions × 1,000',
|
|
66
66
|
formula: 'channel_spend / channel_impressions * 1000',
|
|
@@ -81,7 +81,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
81
81
|
decimalPlaces: 0,
|
|
82
82
|
useCompactNotation: false,
|
|
83
83
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
84
|
-
shortTitle: 'Frequency',
|
|
84
|
+
shortTitle: 'Channel Frequency',
|
|
85
85
|
tooltip: 'The average number of times each unique person saw your ads. High frequency may indicate ad fatigue.',
|
|
86
86
|
formulaDisplay: 'Impressions ÷ Reach',
|
|
87
87
|
formula: 'channel_impressions / channel_reach',
|
|
@@ -102,7 +102,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
102
102
|
decimalPlaces: 0,
|
|
103
103
|
useCompactNotation: false,
|
|
104
104
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
105
|
-
shortTitle: 'Reach',
|
|
105
|
+
shortTitle: 'Channel Reach',
|
|
106
106
|
tooltip: 'The number of distinct people who were shown your ads at least once across all channels.',
|
|
107
107
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_IMPRESSIONS, measures_js_1.MEASURE.CHANNEL_FREQUENCY, measures_js_1.MEASURE.CHANNEL_CPP],
|
|
108
108
|
},
|
|
@@ -122,7 +122,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
122
122
|
useCompactNotation: true,
|
|
123
123
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
124
124
|
aliases: [measures_js_1.MEASURE.CHANNEL_COST_TO_REACH_1000_ACCOUNTS],
|
|
125
|
-
shortTitle: 'CPP',
|
|
125
|
+
shortTitle: 'Channel CPP',
|
|
126
126
|
tooltip: 'How much you pay on average to reach 1,000 unique people across all channels. Measures the cost efficiency of your audience reach.',
|
|
127
127
|
formulaDisplay: 'Total Spend ÷ Reach × 1,000',
|
|
128
128
|
formula: 'channel_spend / channel_reach * 1000',
|
|
@@ -143,7 +143,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
143
143
|
decimalPlaces: 0,
|
|
144
144
|
useCompactNotation: false,
|
|
145
145
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
146
|
-
shortTitle: 'Clicks',
|
|
146
|
+
shortTitle: 'Channel Clicks',
|
|
147
147
|
tooltip: 'The total number of clicks on your ads across all channels, including all click types.',
|
|
148
148
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_CTR, measures_js_1.MEASURE.CHANNEL_CPC, measures_js_1.MEASURE.CHANNEL_IMPRESSIONS],
|
|
149
149
|
},
|
|
@@ -162,7 +162,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
162
162
|
decimalPlaces: 2,
|
|
163
163
|
useCompactNotation: true,
|
|
164
164
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
165
|
-
shortTitle: 'CPC',
|
|
165
|
+
shortTitle: 'Channel CPC',
|
|
166
166
|
tooltip: 'How much you spend on average for each click on your ads across all channels.',
|
|
167
167
|
formulaDisplay: 'Total Spend ÷ Clicks',
|
|
168
168
|
formula: 'channel_spend / channel_clicks',
|
|
@@ -183,7 +183,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
183
183
|
decimalPlaces: 2,
|
|
184
184
|
useCompactNotation: false,
|
|
185
185
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
186
|
-
shortTitle: 'CTR',
|
|
186
|
+
shortTitle: 'Channel CTR',
|
|
187
187
|
tooltip: 'The percentage of ad impressions that resulted in a click. Higher CTR indicates more compelling ad creative or targeting.',
|
|
188
188
|
formulaDisplay: 'Clicks ÷ Impressions × 100',
|
|
189
189
|
formula: 'channel_clicks / channel_impressions * 100',
|
|
@@ -204,7 +204,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
204
204
|
decimalPlaces: 0,
|
|
205
205
|
useCompactNotation: false,
|
|
206
206
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
207
|
-
shortTitle: 'Unique Clicks',
|
|
207
|
+
shortTitle: 'Channel Unique Clicks',
|
|
208
208
|
tooltip: 'The number of distinct people who clicked your ads, counting each person only once regardless of how many times they clicked.',
|
|
209
209
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_CLICKS, measures_js_1.MEASURE.CHANNEL_UNIQUE_CLICKS_CTR, measures_js_1.MEASURE.CHANNEL_COST_PER_UNIQUE_CLICK],
|
|
210
210
|
},
|
|
@@ -223,7 +223,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
223
223
|
decimalPlaces: 2,
|
|
224
224
|
useCompactNotation: false,
|
|
225
225
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
226
|
-
shortTitle: 'Unique CTR',
|
|
226
|
+
shortTitle: 'Channel Unique CTR',
|
|
227
227
|
tooltip: 'The percentage of ad impressions that resulted in a click from a unique person. Filters out repeat clicks by the same user.',
|
|
228
228
|
formulaDisplay: 'Unique Clicks ÷ Impressions × 100',
|
|
229
229
|
formula: 'channel_unique_clicks / channel_impressions * 100',
|
|
@@ -244,7 +244,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
244
244
|
decimalPlaces: 2,
|
|
245
245
|
useCompactNotation: true,
|
|
246
246
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
247
|
-
shortTitle: 'Cost/Unique Click',
|
|
247
|
+
shortTitle: 'Channel Cost/Unique Click',
|
|
248
248
|
tooltip: 'How much you spend on average for each unique person who clicks your ads, removing the effect of repeat clicks.',
|
|
249
249
|
formulaDisplay: 'Total Spend ÷ Unique Clicks',
|
|
250
250
|
formula: 'channel_spend / channel_unique_clicks',
|
|
@@ -265,7 +265,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
265
265
|
decimalPlaces: 0,
|
|
266
266
|
useCompactNotation: false,
|
|
267
267
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
268
|
-
shortTitle: 'Inline Clicks',
|
|
268
|
+
shortTitle: 'Channel Inline Clicks',
|
|
269
269
|
tooltip: 'The number of clicks on links embedded within the ad body, excluding clicks on the ad headline or call-to-action button.',
|
|
270
270
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_INLINE_CLICK_CTR, measures_js_1.MEASURE.CHANNEL_COST_PER_INLINE_CLICK, measures_js_1.MEASURE.CHANNEL_CLICKS],
|
|
271
271
|
},
|
|
@@ -284,7 +284,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
284
284
|
decimalPlaces: 2,
|
|
285
285
|
useCompactNotation: false,
|
|
286
286
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
287
|
-
shortTitle: 'Inline CTR',
|
|
287
|
+
shortTitle: 'Channel Inline CTR',
|
|
288
288
|
tooltip: 'The percentage of ad impressions that led to a click on an inline link within the ad content.',
|
|
289
289
|
formulaDisplay: 'Inline Link Clicks ÷ Impressions × 100',
|
|
290
290
|
formula: 'channel_inline_clicks / channel_impressions * 100',
|
|
@@ -305,7 +305,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
305
305
|
decimalPlaces: 2,
|
|
306
306
|
useCompactNotation: true,
|
|
307
307
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
308
|
-
shortTitle: 'Cost/Inline Click',
|
|
308
|
+
shortTitle: 'Channel Cost/Inline Click',
|
|
309
309
|
tooltip: 'How much you spend on average for each click on an inline link within your ad content.',
|
|
310
310
|
formulaDisplay: 'Total Spend ÷ Inline Link Clicks',
|
|
311
311
|
formula: 'channel_spend / channel_inline_clicks',
|
|
@@ -326,7 +326,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
326
326
|
decimalPlaces: 0,
|
|
327
327
|
useCompactNotation: false,
|
|
328
328
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
329
|
-
shortTitle: 'Outbound Clicks',
|
|
329
|
+
shortTitle: 'Channel Outbound Clicks',
|
|
330
330
|
tooltip: 'The number of clicks that took users off the advertising platform to an external destination, such as your website.',
|
|
331
331
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_OUTBOUND_CLICKS_CTR, measures_js_1.MEASURE.CHANNEL_COST_PER_OUTBOUND_CLICK, measures_js_1.MEASURE.CHANNEL_LANDING_PAGE_VIEWS],
|
|
332
332
|
},
|
|
@@ -345,7 +345,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
345
345
|
decimalPlaces: 2,
|
|
346
346
|
useCompactNotation: false,
|
|
347
347
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
348
|
-
shortTitle: 'Outbound CTR',
|
|
348
|
+
shortTitle: 'Channel Outbound CTR',
|
|
349
349
|
tooltip: 'The percentage of ad impressions that resulted in a click leading users to an external destination.',
|
|
350
350
|
formulaDisplay: 'Outbound Clicks ÷ Impressions × 100',
|
|
351
351
|
formula: 'channel_outbound_clicks / channel_impressions * 100',
|
|
@@ -366,7 +366,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
366
366
|
decimalPlaces: 2,
|
|
367
367
|
useCompactNotation: true,
|
|
368
368
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
369
|
-
shortTitle: 'Cost/Outbound Click',
|
|
369
|
+
shortTitle: 'Channel Cost/Outbound Click',
|
|
370
370
|
tooltip: 'How much you spend on average for each click that sends a user from the ad platform to an external destination.',
|
|
371
371
|
formulaDisplay: 'Total Spend ÷ Outbound Clicks',
|
|
372
372
|
formula: 'channel_spend / channel_outbound_clicks',
|
|
@@ -387,7 +387,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
387
387
|
decimalPlaces: 0,
|
|
388
388
|
useCompactNotation: false,
|
|
389
389
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
390
|
-
shortTitle: 'Link Clicks',
|
|
390
|
+
shortTitle: 'Channel Link Clicks',
|
|
391
391
|
tooltip: 'The number of clicks on any links within your ads across all channels.',
|
|
392
392
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_LINK_CLICKS_CTR, measures_js_1.MEASURE.CHANNEL_COST_PER_LINK_CLICK, measures_js_1.MEASURE.CHANNEL_CLICKS],
|
|
393
393
|
},
|
|
@@ -406,7 +406,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
406
406
|
decimalPlaces: 2,
|
|
407
407
|
useCompactNotation: false,
|
|
408
408
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
409
|
-
shortTitle: 'Link CTR',
|
|
409
|
+
shortTitle: 'Channel Link CTR',
|
|
410
410
|
tooltip: 'The percentage of ad impressions that resulted in a click on a link within the ad.',
|
|
411
411
|
formulaDisplay: 'Link Clicks ÷ Impressions × 100',
|
|
412
412
|
formula: 'channel_link_clicks / channel_impressions * 100',
|
|
@@ -427,7 +427,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
427
427
|
decimalPlaces: 2,
|
|
428
428
|
useCompactNotation: true,
|
|
429
429
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
430
|
-
shortTitle: 'Cost/Link Click',
|
|
430
|
+
shortTitle: 'Channel Cost/Link Click',
|
|
431
431
|
tooltip: 'How much you spend on average for each click on a link within your ads.',
|
|
432
432
|
formulaDisplay: 'Total Spend ÷ Link Clicks',
|
|
433
433
|
formula: 'channel_spend / channel_link_clicks',
|
|
@@ -448,7 +448,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
448
448
|
decimalPlaces: 0,
|
|
449
449
|
useCompactNotation: false,
|
|
450
450
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
451
|
-
shortTitle: '
|
|
451
|
+
shortTitle: 'Channel Purchases',
|
|
452
452
|
tooltip: 'The number of purchase conversions attributed to your ads across all channels.',
|
|
453
453
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_PURCHASES_VALUE, measures_js_1.MEASURE.CHANNEL_CPA, measures_js_1.MEASURE.CHANNEL_ROAS],
|
|
454
454
|
},
|
|
@@ -467,7 +467,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
467
467
|
decimalPlaces: 2,
|
|
468
468
|
useCompactNotation: true,
|
|
469
469
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
470
|
-
shortTitle: '
|
|
470
|
+
shortTitle: 'Channel Purchase Value',
|
|
471
471
|
tooltip: 'The total revenue generated from purchases attributed to your ads across all channels.',
|
|
472
472
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_PURCHASES, measures_js_1.MEASURE.CHANNEL_ROAS, measures_js_1.MEASURE.CHANNEL_SPEND],
|
|
473
473
|
},
|
|
@@ -487,7 +487,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
487
487
|
useCompactNotation: true,
|
|
488
488
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
489
489
|
aliases: [measures_js_1.MEASURE.CHANNEL_PURCHASES_COST],
|
|
490
|
-
shortTitle: '
|
|
490
|
+
shortTitle: 'Channel CPA',
|
|
491
491
|
tooltip: 'How much you spend on average to acquire each purchase conversion across all channels.',
|
|
492
492
|
formulaDisplay: 'Total Spend ÷ Purchases',
|
|
493
493
|
formula: 'channel_spend / channel_purchases',
|
|
@@ -508,7 +508,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
508
508
|
decimalPlaces: 2,
|
|
509
509
|
useCompactNotation: false,
|
|
510
510
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
511
|
-
shortTitle: '
|
|
511
|
+
shortTitle: 'Channel ROAS',
|
|
512
512
|
tooltip: 'How many dollars of purchase revenue you generate for every dollar spent on ads across all channels. A ROAS of 3x means $3 revenue per $1 spent.',
|
|
513
513
|
formulaDisplay: 'Purchases Value ÷ Total Spend',
|
|
514
514
|
formula: 'channel_purchases_value / channel_spend',
|
|
@@ -529,7 +529,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
529
529
|
decimalPlaces: 0,
|
|
530
530
|
useCompactNotation: false,
|
|
531
531
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
532
|
-
shortTitle: '
|
|
532
|
+
shortTitle: 'Channel NC Purchases',
|
|
533
533
|
tooltip: 'The number of purchases from first-time customers attributed to your ads across all channels.',
|
|
534
534
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_NEW_CUSTOMER_PURCHASES_VALUE, measures_js_1.MEASURE.CHANNEL_NEW_CUSTOMER_CPA, measures_js_1.MEASURE.CHANNEL_PURCHASES],
|
|
535
535
|
},
|
|
@@ -548,7 +548,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
548
548
|
decimalPlaces: 2,
|
|
549
549
|
useCompactNotation: true,
|
|
550
550
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
551
|
-
shortTitle: '
|
|
551
|
+
shortTitle: 'Channel NC Purchase Val',
|
|
552
552
|
tooltip: 'The total revenue generated from first-time customer purchases attributed to your ads across all channels.',
|
|
553
553
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_NEW_CUSTOMER_PURCHASES, measures_js_1.MEASURE.CHANNEL_NEW_CUSTOMER_ROAS, measures_js_1.MEASURE.CHANNEL_PURCHASES_VALUE],
|
|
554
554
|
},
|
|
@@ -567,7 +567,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
567
567
|
decimalPlaces: 2,
|
|
568
568
|
useCompactNotation: true,
|
|
569
569
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
570
|
-
shortTitle: '
|
|
570
|
+
shortTitle: 'Channel NC CPA',
|
|
571
571
|
tooltip: 'How much you spend on average to acquire each new customer through your ads across all channels.',
|
|
572
572
|
formulaDisplay: 'Total Spend ÷ New Customer Purchases',
|
|
573
573
|
formula: 'channel_spend / channel_new_customer_purchases',
|
|
@@ -588,7 +588,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
588
588
|
decimalPlaces: 2,
|
|
589
589
|
useCompactNotation: false,
|
|
590
590
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
591
|
-
shortTitle: '
|
|
591
|
+
shortTitle: 'Channel NC ROAS',
|
|
592
592
|
tooltip: 'How many dollars of new customer revenue you generate for every dollar spent on ads across all channels.',
|
|
593
593
|
formulaDisplay: 'New Customer Purchases Value ÷ Total Spend',
|
|
594
594
|
formula: 'channel_new_customer_purchases_value / channel_spend',
|
|
@@ -610,7 +610,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
610
610
|
useCompactNotation: false,
|
|
611
611
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
612
612
|
aliases: [measures_js_1.MEASURE.CHANNEL_OMNI_VIEW_CONTENTS],
|
|
613
|
-
shortTitle: 'View Contents',
|
|
613
|
+
shortTitle: 'Channel View Contents',
|
|
614
614
|
tooltip: 'The number of product page or content views attributed to your ads across all channels, indicating top-of-funnel engagement.',
|
|
615
615
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_VIEW_CONTENTS_COST, measures_js_1.MEASURE.CHANNEL_ADD_TO_CARTS, measures_js_1.MEASURE.CHANNEL_PURCHASES],
|
|
616
616
|
},
|
|
@@ -630,7 +630,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
630
630
|
useCompactNotation: true,
|
|
631
631
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
632
632
|
aliases: [measures_js_1.MEASURE.CHANNEL_OMNI_VIEW_CONTENTS_VALUE],
|
|
633
|
-
shortTitle: 'View Contents Value',
|
|
633
|
+
shortTitle: 'Channel View Contents Value',
|
|
634
634
|
tooltip: 'The total product value associated with content views attributed to your ads across all channels.',
|
|
635
635
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_VIEW_CONTENTS, measures_js_1.MEASURE.CHANNEL_VIEW_CONTENTS_COST],
|
|
636
636
|
},
|
|
@@ -650,7 +650,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
650
650
|
useCompactNotation: true,
|
|
651
651
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
652
652
|
aliases: [measures_js_1.MEASURE.CHANNEL_OMNI_VIEW_CONTENTS_COST],
|
|
653
|
-
shortTitle: 'Cost/View Content',
|
|
653
|
+
shortTitle: 'Channel Cost/View Content',
|
|
654
654
|
tooltip: 'How much you spend on average for each product page or content view attributed to your ads.',
|
|
655
655
|
formulaDisplay: 'Total Spend ÷ View Contents',
|
|
656
656
|
formula: 'channel_spend / channel_view_contents',
|
|
@@ -672,7 +672,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
672
672
|
useCompactNotation: false,
|
|
673
673
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
674
674
|
aliases: [measures_js_1.MEASURE.CHANNEL_OMNI_ADD_TO_CARTS],
|
|
675
|
-
shortTitle: 'Add to Carts',
|
|
675
|
+
shortTitle: 'Channel Add to Carts',
|
|
676
676
|
tooltip: 'The number of times shoppers added a product to their cart after seeing your ads across all channels.',
|
|
677
677
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_ADD_TO_CARTS_COST, measures_js_1.MEASURE.CHANNEL_INITIATE_CHECKOUTS, measures_js_1.MEASURE.CHANNEL_PURCHASES],
|
|
678
678
|
},
|
|
@@ -692,7 +692,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
692
692
|
useCompactNotation: true,
|
|
693
693
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
694
694
|
aliases: [measures_js_1.MEASURE.CHANNEL_OMNI_ADD_TO_CARTS_VALUE],
|
|
695
|
-
shortTitle: 'Add to Cart Value',
|
|
695
|
+
shortTitle: 'Channel Add to Cart Value',
|
|
696
696
|
tooltip: 'The total product value of items added to cart attributed to your ads across all channels.',
|
|
697
697
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_ADD_TO_CARTS, measures_js_1.MEASURE.CHANNEL_ADD_TO_CARTS_COST],
|
|
698
698
|
},
|
|
@@ -712,7 +712,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
712
712
|
useCompactNotation: true,
|
|
713
713
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
714
714
|
aliases: [measures_js_1.MEASURE.CHANNEL_OMNI_ADD_TO_CARTS_COST],
|
|
715
|
-
shortTitle: 'Cost/Add to Cart',
|
|
715
|
+
shortTitle: 'Channel Cost/Add to Cart',
|
|
716
716
|
tooltip: 'How much you spend on average for each add-to-cart event attributed to your ads across all channels.',
|
|
717
717
|
formulaDisplay: 'Total Spend ÷ Add to Carts',
|
|
718
718
|
formula: 'channel_spend / channel_add_to_carts',
|
|
@@ -734,7 +734,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
734
734
|
useCompactNotation: false,
|
|
735
735
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
736
736
|
aliases: [measures_js_1.MEASURE.CHANNEL_OMNI_INITIATE_CHECKOUTS],
|
|
737
|
-
shortTitle: 'Checkouts',
|
|
737
|
+
shortTitle: 'Channel Checkouts',
|
|
738
738
|
tooltip: 'The number of times shoppers began the checkout process after seeing your ads across all channels.',
|
|
739
739
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_INITIATE_CHECKOUTS_COST, measures_js_1.MEASURE.CHANNEL_ADD_TO_CARTS, measures_js_1.MEASURE.CHANNEL_PURCHASES],
|
|
740
740
|
},
|
|
@@ -754,7 +754,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
754
754
|
useCompactNotation: true,
|
|
755
755
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
756
756
|
aliases: [measures_js_1.MEASURE.CHANNEL_OMNI_INITIATE_CHECKOUTS_VALUE],
|
|
757
|
-
shortTitle: 'Checkout Value',
|
|
757
|
+
shortTitle: 'Channel Checkout Value',
|
|
758
758
|
tooltip: 'The total product value in carts when shoppers initiated checkout, attributed to your ads across all channels.',
|
|
759
759
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_INITIATE_CHECKOUTS, measures_js_1.MEASURE.CHANNEL_INITIATE_CHECKOUTS_COST],
|
|
760
760
|
},
|
|
@@ -774,7 +774,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
774
774
|
useCompactNotation: true,
|
|
775
775
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
776
776
|
aliases: [measures_js_1.MEASURE.CHANNEL_OMNI_INITIATE_CHECKOUTS_COST],
|
|
777
|
-
shortTitle: 'Cost/Checkout',
|
|
777
|
+
shortTitle: 'Channel Cost/Checkout',
|
|
778
778
|
tooltip: 'How much you spend on average for each checkout initiation attributed to your ads across all channels.',
|
|
779
779
|
formulaDisplay: 'Total Spend ÷ Initiate Checkouts',
|
|
780
780
|
formula: 'channel_spend / channel_initiate_checkouts',
|
|
@@ -796,7 +796,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
796
796
|
useCompactNotation: false,
|
|
797
797
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
798
798
|
aliases: [measures_js_1.MEASURE.CHANNEL_OMNI_SEARCHES],
|
|
799
|
-
shortTitle: 'Searches',
|
|
799
|
+
shortTitle: 'Channel Searches',
|
|
800
800
|
tooltip: 'The number of on-site search events attributed to your ads across all channels.',
|
|
801
801
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_SEARCHES_COST, measures_js_1.MEASURE.CHANNEL_VIEW_CONTENTS],
|
|
802
802
|
},
|
|
@@ -816,7 +816,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
816
816
|
useCompactNotation: true,
|
|
817
817
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
818
818
|
aliases: [measures_js_1.MEASURE.CHANNEL_OMNI_SEARCHES_VALUE],
|
|
819
|
-
shortTitle: 'Searches Value',
|
|
819
|
+
shortTitle: 'Channel Searches Value',
|
|
820
820
|
tooltip: 'The total value associated with on-site search events attributed to your ads across all channels.',
|
|
821
821
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_SEARCHES, measures_js_1.MEASURE.CHANNEL_SEARCHES_COST],
|
|
822
822
|
},
|
|
@@ -836,7 +836,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
836
836
|
useCompactNotation: true,
|
|
837
837
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
838
838
|
aliases: [measures_js_1.MEASURE.CHANNEL_OMNI_SEARCHES_COST],
|
|
839
|
-
shortTitle: 'Cost/Search',
|
|
839
|
+
shortTitle: 'Channel Cost/Search',
|
|
840
840
|
tooltip: 'How much you spend on average for each on-site search event attributed to your ads across all channels.',
|
|
841
841
|
formulaDisplay: 'Total Spend ÷ Searches',
|
|
842
842
|
formula: 'channel_spend / channel_searches',
|
|
@@ -858,7 +858,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
858
858
|
useCompactNotation: false,
|
|
859
859
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
860
860
|
aliases: [measures_js_1.MEASURE.CHANNEL_OMNI_ADD_TO_WITHLISTS],
|
|
861
|
-
shortTitle: 'Add to Wishlists',
|
|
861
|
+
shortTitle: 'Channel Add to Wishlists',
|
|
862
862
|
tooltip: 'The number of times shoppers saved a product to their wishlist after seeing your ads across all channels.',
|
|
863
863
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_ADD_TO_WITHLISTS_COST, measures_js_1.MEASURE.CHANNEL_ADD_TO_CARTS, measures_js_1.MEASURE.CHANNEL_VIEW_CONTENTS],
|
|
864
864
|
},
|
|
@@ -878,7 +878,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
878
878
|
useCompactNotation: true,
|
|
879
879
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
880
880
|
aliases: [measures_js_1.MEASURE.CHANNEL_OMNI_ADD_TO_WITHLISTS_VALUE],
|
|
881
|
-
shortTitle: 'Wishlist Value',
|
|
881
|
+
shortTitle: 'Channel Wishlist Value',
|
|
882
882
|
tooltip: 'The total product value of items saved to wishlists attributed to your ads across all channels.',
|
|
883
883
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_ADD_TO_WITHLISTS, measures_js_1.MEASURE.CHANNEL_ADD_TO_WITHLISTS_COST],
|
|
884
884
|
},
|
|
@@ -898,7 +898,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
898
898
|
useCompactNotation: true,
|
|
899
899
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
900
900
|
aliases: [measures_js_1.MEASURE.CHANNEL_OMNI_ADD_TO_WITHLISTS_COST],
|
|
901
|
-
shortTitle: 'Cost/Wishlist',
|
|
901
|
+
shortTitle: 'Channel Cost/Wishlist',
|
|
902
902
|
tooltip: 'How much you spend on average for each add-to-wishlist event attributed to your ads across all channels.',
|
|
903
903
|
formulaDisplay: 'Total Spend ÷ Add to Wishlists',
|
|
904
904
|
formula: 'channel_spend / channel_add_to_wishlists',
|
|
@@ -919,7 +919,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
919
919
|
decimalPlaces: 0,
|
|
920
920
|
useCompactNotation: false,
|
|
921
921
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
922
|
-
shortTitle: 'Engagements',
|
|
922
|
+
shortTitle: 'Channel Engagements',
|
|
923
923
|
tooltip: 'The total number of interactions with your ads across all channels, including likes, comments, shares, and clicks.',
|
|
924
924
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_ENGAGEMENT_RATE, measures_js_1.MEASURE.CHANNEL_ENGAGEMENTS_COST, measures_js_1.MEASURE.CHANNEL_IMPRESSIONS],
|
|
925
925
|
},
|
|
@@ -938,7 +938,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
938
938
|
decimalPlaces: 2,
|
|
939
939
|
useCompactNotation: true,
|
|
940
940
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
941
|
-
shortTitle: 'Cost/Engagement',
|
|
941
|
+
shortTitle: 'Channel Cost/Engagement',
|
|
942
942
|
tooltip: 'How much you spend on average for each engagement (like, comment, share, or click) on your ads across all channels.',
|
|
943
943
|
formulaDisplay: 'Total Spend ÷ Engagements',
|
|
944
944
|
formula: 'channel_spend / channel_engagements',
|
|
@@ -959,7 +959,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
959
959
|
decimalPlaces: 2,
|
|
960
960
|
useCompactNotation: false,
|
|
961
961
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
962
|
-
shortTitle: 'Engagement Rate',
|
|
962
|
+
shortTitle: 'Channel Engagement Rate',
|
|
963
963
|
tooltip: 'The percentage of ad impressions that resulted in any engagement action across all channels. Higher rates indicate more compelling content.',
|
|
964
964
|
formulaDisplay: 'Engagements ÷ Impressions × 100',
|
|
965
965
|
formula: 'channel_engagements / channel_impressions * 100',
|
|
@@ -980,7 +980,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
980
980
|
decimalPlaces: 0,
|
|
981
981
|
useCompactNotation: false,
|
|
982
982
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
983
|
-
shortTitle: 'Shares',
|
|
983
|
+
shortTitle: 'Channel Shares',
|
|
984
984
|
tooltip: 'The number of times users shared your ads with others across all channels.',
|
|
985
985
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_SHARES_COST, measures_js_1.MEASURE.CHANNEL_ENGAGEMENTS, measures_js_1.MEASURE.CHANNEL_REACTIONS],
|
|
986
986
|
},
|
|
@@ -999,7 +999,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
999
999
|
decimalPlaces: 2,
|
|
1000
1000
|
useCompactNotation: true,
|
|
1001
1001
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1002
|
-
shortTitle: 'Cost/Share',
|
|
1002
|
+
shortTitle: 'Channel Cost/Share',
|
|
1003
1003
|
tooltip: 'How much you spend on average for each share of your ads across all channels.',
|
|
1004
1004
|
formulaDisplay: 'Total Spend ÷ Shares',
|
|
1005
1005
|
formula: 'channel_spend / channel_shares',
|
|
@@ -1020,7 +1020,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1020
1020
|
decimalPlaces: 0,
|
|
1021
1021
|
useCompactNotation: false,
|
|
1022
1022
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1023
|
-
shortTitle: 'Reactions',
|
|
1023
|
+
shortTitle: 'Channel Reactions',
|
|
1024
1024
|
tooltip: 'The number of emoji reactions (likes, loves, etc.) your ads received across all channels.',
|
|
1025
1025
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_REACTIONS_COST, measures_js_1.MEASURE.CHANNEL_LIKES, measures_js_1.MEASURE.CHANNEL_ENGAGEMENTS],
|
|
1026
1026
|
},
|
|
@@ -1039,7 +1039,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1039
1039
|
decimalPlaces: 2,
|
|
1040
1040
|
useCompactNotation: true,
|
|
1041
1041
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1042
|
-
shortTitle: 'Cost/Reaction',
|
|
1042
|
+
shortTitle: 'Channel Cost/Reaction',
|
|
1043
1043
|
tooltip: 'How much you spend on average for each reaction your ads receive across all channels.',
|
|
1044
1044
|
formulaDisplay: 'Total Spend ÷ Reactions',
|
|
1045
1045
|
formula: 'channel_spend / channel_reactions',
|
|
@@ -1060,7 +1060,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1060
1060
|
decimalPlaces: 0,
|
|
1061
1061
|
useCompactNotation: false,
|
|
1062
1062
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1063
|
-
shortTitle: 'Likes',
|
|
1063
|
+
shortTitle: 'Channel Likes',
|
|
1064
1064
|
tooltip: 'The number of likes your ads received across all channels.',
|
|
1065
1065
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_LIKES_COST, measures_js_1.MEASURE.CHANNEL_REACTIONS, measures_js_1.MEASURE.CHANNEL_ENGAGEMENTS],
|
|
1066
1066
|
},
|
|
@@ -1079,7 +1079,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1079
1079
|
decimalPlaces: 2,
|
|
1080
1080
|
useCompactNotation: true,
|
|
1081
1081
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1082
|
-
shortTitle: 'Cost/Like',
|
|
1082
|
+
shortTitle: 'Channel Cost/Like',
|
|
1083
1083
|
tooltip: 'How much you spend on average for each like your ads receive across all channels.',
|
|
1084
1084
|
formulaDisplay: 'Total Spend ÷ Likes',
|
|
1085
1085
|
formula: 'channel_spend / channel_likes',
|
|
@@ -1100,7 +1100,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1100
1100
|
decimalPlaces: 0,
|
|
1101
1101
|
useCompactNotation: false,
|
|
1102
1102
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1103
|
-
shortTitle: 'Comments',
|
|
1103
|
+
shortTitle: 'Channel Comments',
|
|
1104
1104
|
tooltip: 'The number of comments left on your ads across all channels.',
|
|
1105
1105
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_COMMENTS_COST, measures_js_1.MEASURE.CHANNEL_ENGAGEMENTS, measures_js_1.MEASURE.CHANNEL_SHARES],
|
|
1106
1106
|
},
|
|
@@ -1119,7 +1119,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1119
1119
|
decimalPlaces: 2,
|
|
1120
1120
|
useCompactNotation: true,
|
|
1121
1121
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1122
|
-
shortTitle: 'Cost/Comment',
|
|
1122
|
+
shortTitle: 'Channel Cost/Comment',
|
|
1123
1123
|
tooltip: 'How much you spend on average for each comment your ads receive across all channels.',
|
|
1124
1124
|
formulaDisplay: 'Total Spend ÷ Comments',
|
|
1125
1125
|
formula: 'channel_spend / channel_comments',
|
|
@@ -1140,7 +1140,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1140
1140
|
decimalPlaces: 0,
|
|
1141
1141
|
useCompactNotation: false,
|
|
1142
1142
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1143
|
-
shortTitle: 'Saves',
|
|
1143
|
+
shortTitle: 'Channel Saves',
|
|
1144
1144
|
tooltip: 'The number of times users saved your ads for later across all channels.',
|
|
1145
1145
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_SAVES_COST, measures_js_1.MEASURE.CHANNEL_ENGAGEMENTS, measures_js_1.MEASURE.CHANNEL_SHARES],
|
|
1146
1146
|
},
|
|
@@ -1159,7 +1159,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1159
1159
|
decimalPlaces: 2,
|
|
1160
1160
|
useCompactNotation: true,
|
|
1161
1161
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1162
|
-
shortTitle: 'Cost/Save',
|
|
1162
|
+
shortTitle: 'Channel Cost/Save',
|
|
1163
1163
|
tooltip: 'How much you spend on average for each save your ads receive across all channels.',
|
|
1164
1164
|
formulaDisplay: 'Total Spend ÷ Saves',
|
|
1165
1165
|
formula: 'channel_spend / channel_saves',
|
|
@@ -1180,7 +1180,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1180
1180
|
decimalPlaces: 0,
|
|
1181
1181
|
useCompactNotation: false,
|
|
1182
1182
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1183
|
-
shortTitle: 'LP Views',
|
|
1183
|
+
shortTitle: 'Channel LP Views',
|
|
1184
1184
|
tooltip: 'The number of times people fully loaded your landing page after clicking an ad across all channels.',
|
|
1185
1185
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_LANDING_PAGE_VIEWS_COST, measures_js_1.MEASURE.CHANNEL_LANDING_PAGE_VIEW_RATE, measures_js_1.MEASURE.CHANNEL_CLICKS],
|
|
1186
1186
|
},
|
|
@@ -1199,7 +1199,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1199
1199
|
decimalPlaces: 2,
|
|
1200
1200
|
useCompactNotation: true,
|
|
1201
1201
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1202
|
-
shortTitle: 'Cost/LP View',
|
|
1202
|
+
shortTitle: 'Channel Cost/LP View',
|
|
1203
1203
|
tooltip: 'How much you spend on average for each full landing page load attributed to your ads across all channels.',
|
|
1204
1204
|
formulaDisplay: 'Total Spend ÷ Landing Page Views',
|
|
1205
1205
|
formula: 'channel_spend / channel_landing_page_views',
|
|
@@ -1220,7 +1220,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1220
1220
|
decimalPlaces: 2,
|
|
1221
1221
|
useCompactNotation: false,
|
|
1222
1222
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1223
|
-
shortTitle: 'LP View Rate',
|
|
1223
|
+
shortTitle: 'Channel LP View Rate',
|
|
1224
1224
|
tooltip: 'The percentage of clicks that resulted in a full landing page load. Lower rates may indicate slow page speed or tracking issues.',
|
|
1225
1225
|
formulaDisplay: 'Landing Page Views ÷ Clicks × 100',
|
|
1226
1226
|
formula: 'channel_landing_page_views / channel_clicks * 100',
|
|
@@ -1241,7 +1241,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1241
1241
|
decimalPlaces: 0,
|
|
1242
1242
|
useCompactNotation: false,
|
|
1243
1243
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1244
|
-
shortTitle: 'Leads',
|
|
1244
|
+
shortTitle: 'Channel Leads',
|
|
1245
1245
|
tooltip: 'The number of leads generated (such as form submissions or contact requests) attributed to your ads across all channels.',
|
|
1246
1246
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_LEADS_COST, measures_js_1.MEASURE.CHANNEL_LEADS_VALUE, measures_js_1.MEASURE.CHANNEL_PURCHASES],
|
|
1247
1247
|
},
|
|
@@ -1260,7 +1260,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1260
1260
|
decimalPlaces: 2,
|
|
1261
1261
|
useCompactNotation: true,
|
|
1262
1262
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1263
|
-
shortTitle: 'Leads Value',
|
|
1263
|
+
shortTitle: 'Channel Leads Value',
|
|
1264
1264
|
tooltip: 'The total assigned value of leads generated by your ads across all channels.',
|
|
1265
1265
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_LEADS, measures_js_1.MEASURE.CHANNEL_LEADS_COST],
|
|
1266
1266
|
},
|
|
@@ -1279,7 +1279,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1279
1279
|
decimalPlaces: 2,
|
|
1280
1280
|
useCompactNotation: true,
|
|
1281
1281
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1282
|
-
shortTitle: 'CPL',
|
|
1282
|
+
shortTitle: 'Channel CPL',
|
|
1283
1283
|
tooltip: 'How much you spend on average to generate each lead through your ads across all channels.',
|
|
1284
1284
|
formulaDisplay: 'Total Spend ÷ Leads',
|
|
1285
1285
|
formula: 'channel_spend / channel_leads',
|
|
@@ -1300,7 +1300,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1300
1300
|
decimalPlaces: 0,
|
|
1301
1301
|
useCompactNotation: false,
|
|
1302
1302
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1303
|
-
shortTitle: 'Appointments',
|
|
1303
|
+
shortTitle: 'Channel Appointments',
|
|
1304
1304
|
tooltip: 'The number of appointments or bookings scheduled attributed to your ads across all channels.',
|
|
1305
1305
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_APPOINTMENTS_COST, measures_js_1.MEASURE.CHANNEL_APPOINTMENTS_VALUE, measures_js_1.MEASURE.CHANNEL_LEADS],
|
|
1306
1306
|
},
|
|
@@ -1319,7 +1319,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1319
1319
|
decimalPlaces: 2,
|
|
1320
1320
|
useCompactNotation: true,
|
|
1321
1321
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1322
|
-
shortTitle: 'Appointments Value',
|
|
1322
|
+
shortTitle: 'Channel Appointments Value',
|
|
1323
1323
|
tooltip: 'The total assigned value of appointments scheduled attributed to your ads across all channels.',
|
|
1324
1324
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_APPOINTMENTS, measures_js_1.MEASURE.CHANNEL_APPOINTMENTS_COST],
|
|
1325
1325
|
},
|
|
@@ -1338,7 +1338,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1338
1338
|
decimalPlaces: 2,
|
|
1339
1339
|
useCompactNotation: true,
|
|
1340
1340
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1341
|
-
shortTitle: 'Cost/Appointment',
|
|
1341
|
+
shortTitle: 'Channel Cost/Appointment',
|
|
1342
1342
|
tooltip: 'How much you spend on average to drive each appointment or booking through your ads across all channels.',
|
|
1343
1343
|
formulaDisplay: 'Total Spend ÷ Appointments',
|
|
1344
1344
|
formula: 'channel_spend / channel_appointments',
|
|
@@ -1359,7 +1359,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1359
1359
|
decimalPlaces: 0,
|
|
1360
1360
|
useCompactNotation: false,
|
|
1361
1361
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1362
|
-
shortTitle: 'Subscriptions',
|
|
1362
|
+
shortTitle: 'Channel Subscriptions',
|
|
1363
1363
|
tooltip: 'The number of subscription sign-ups attributed to your ads across all channels.',
|
|
1364
1364
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_SUBSCRIBERS_COST, measures_js_1.MEASURE.CHANNEL_SUBSCRIBERS_VALUE, measures_js_1.MEASURE.CHANNEL_LEADS],
|
|
1365
1365
|
},
|
|
@@ -1378,7 +1378,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1378
1378
|
decimalPlaces: 2,
|
|
1379
1379
|
useCompactNotation: true,
|
|
1380
1380
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1381
|
-
shortTitle: 'Subscriptions Value',
|
|
1381
|
+
shortTitle: 'Channel Subscriptions Value',
|
|
1382
1382
|
tooltip: 'The total assigned value of subscription sign-ups attributed to your ads across all channels.',
|
|
1383
1383
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_SUBSCRIBERS, measures_js_1.MEASURE.CHANNEL_SUBSCRIBERS_COST],
|
|
1384
1384
|
},
|
|
@@ -1397,7 +1397,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1397
1397
|
decimalPlaces: 2,
|
|
1398
1398
|
useCompactNotation: true,
|
|
1399
1399
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1400
|
-
shortTitle: 'Cost/Subscription',
|
|
1400
|
+
shortTitle: 'Channel Cost/Subscription',
|
|
1401
1401
|
tooltip: 'How much you spend on average to drive each subscription sign-up through your ads across all channels.',
|
|
1402
1402
|
formulaDisplay: 'Total Spend ÷ Subscriptions',
|
|
1403
1403
|
formula: 'channel_spend / channel_subscribers',
|
|
@@ -1418,7 +1418,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1418
1418
|
decimalPlaces: 0,
|
|
1419
1419
|
useCompactNotation: false,
|
|
1420
1420
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1421
|
-
shortTitle: 'Trial Starts',
|
|
1421
|
+
shortTitle: 'Channel Trial Starts',
|
|
1422
1422
|
tooltip: 'The number of free trial activations attributed to your ads across all channels.',
|
|
1423
1423
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_START_TRIALS_COST, measures_js_1.MEASURE.CHANNEL_START_TRIALS_VALUE, measures_js_1.MEASURE.CHANNEL_SUBSCRIBERS],
|
|
1424
1424
|
},
|
|
@@ -1437,7 +1437,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1437
1437
|
decimalPlaces: 2,
|
|
1438
1438
|
useCompactNotation: true,
|
|
1439
1439
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1440
|
-
shortTitle: 'Trial Starts Value',
|
|
1440
|
+
shortTitle: 'Channel Trial Starts Value',
|
|
1441
1441
|
tooltip: 'The total assigned value of trial starts attributed to your ads across all channels.',
|
|
1442
1442
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_START_TRIALS, measures_js_1.MEASURE.CHANNEL_START_TRIALS_COST],
|
|
1443
1443
|
},
|
|
@@ -1456,7 +1456,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1456
1456
|
decimalPlaces: 2,
|
|
1457
1457
|
useCompactNotation: true,
|
|
1458
1458
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1459
|
-
shortTitle: 'Cost/Trial Start',
|
|
1459
|
+
shortTitle: 'Channel Cost/Trial Start',
|
|
1460
1460
|
tooltip: 'How much you spend on average to drive each free trial activation through your ads across all channels.',
|
|
1461
1461
|
formulaDisplay: 'Total Spend ÷ Trial Starts',
|
|
1462
1462
|
formula: 'channel_spend / channel_start_trials',
|
|
@@ -1477,7 +1477,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1477
1477
|
decimalPlaces: 0,
|
|
1478
1478
|
useCompactNotation: false,
|
|
1479
1479
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1480
|
-
shortTitle: 'Applications',
|
|
1480
|
+
shortTitle: 'Channel Applications',
|
|
1481
1481
|
tooltip: 'The number of application form submissions attributed to your ads across all channels.',
|
|
1482
1482
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_SUBMIT_APPLICATIONS_COST, measures_js_1.MEASURE.CHANNEL_SUBMIT_APPLICATIONS_VALUE, measures_js_1.MEASURE.CHANNEL_LEADS],
|
|
1483
1483
|
},
|
|
@@ -1496,7 +1496,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1496
1496
|
decimalPlaces: 2,
|
|
1497
1497
|
useCompactNotation: true,
|
|
1498
1498
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1499
|
-
shortTitle: 'Applications Value',
|
|
1499
|
+
shortTitle: 'Channel Applications Value',
|
|
1500
1500
|
tooltip: 'The total assigned value of application submissions attributed to your ads across all channels.',
|
|
1501
1501
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_SUBMIT_APPLICATIONS, measures_js_1.MEASURE.CHANNEL_SUBMIT_APPLICATIONS_COST],
|
|
1502
1502
|
},
|
|
@@ -1515,7 +1515,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1515
1515
|
decimalPlaces: 2,
|
|
1516
1516
|
useCompactNotation: true,
|
|
1517
1517
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1518
|
-
shortTitle: 'Cost/Application',
|
|
1518
|
+
shortTitle: 'Channel Cost/Application',
|
|
1519
1519
|
tooltip: 'How much you spend on average to drive each application submission through your ads across all channels.',
|
|
1520
1520
|
formulaDisplay: 'Total Spend ÷ Application Submissions',
|
|
1521
1521
|
formula: 'channel_spend / channel_submit_applications',
|
|
@@ -1536,7 +1536,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1536
1536
|
decimalPlaces: 0,
|
|
1537
1537
|
useCompactNotation: false,
|
|
1538
1538
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1539
|
-
shortTitle: 'App Installs',
|
|
1539
|
+
shortTitle: 'Channel App Installs',
|
|
1540
1540
|
tooltip: 'The number of mobile app installs attributed to your ads across all channels.',
|
|
1541
1541
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_APP_INSTALLS_COST, measures_js_1.MEASURE.CHANNEL_APP_INSTALLS_VALUE, measures_js_1.MEASURE.CHANNEL_PURCHASES],
|
|
1542
1542
|
},
|
|
@@ -1555,7 +1555,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1555
1555
|
decimalPlaces: 2,
|
|
1556
1556
|
useCompactNotation: true,
|
|
1557
1557
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1558
|
-
shortTitle: 'App Installs Value',
|
|
1558
|
+
shortTitle: 'Channel App Installs Value',
|
|
1559
1559
|
tooltip: 'The total assigned value of app installs attributed to your ads across all channels.',
|
|
1560
1560
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_APP_INSTALLS, measures_js_1.MEASURE.CHANNEL_APP_INSTALLS_COST],
|
|
1561
1561
|
},
|
|
@@ -1574,7 +1574,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1574
1574
|
decimalPlaces: 2,
|
|
1575
1575
|
useCompactNotation: true,
|
|
1576
1576
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1577
|
-
shortTitle: 'Cost/App Install',
|
|
1577
|
+
shortTitle: 'Channel Cost/App Install',
|
|
1578
1578
|
tooltip: 'How much you spend on average to drive each app install through your ads across all channels.',
|
|
1579
1579
|
formulaDisplay: 'Total Spend ÷ App Installs',
|
|
1580
1580
|
formula: 'channel_spend / channel_app_installs',
|
|
@@ -1595,7 +1595,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1595
1595
|
decimalPlaces: 0,
|
|
1596
1596
|
useCompactNotation: false,
|
|
1597
1597
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1598
|
-
shortTitle: 'Registrations',
|
|
1598
|
+
shortTitle: 'Channel Registrations',
|
|
1599
1599
|
tooltip: 'The number of completed account or event registrations attributed to your ads across all channels.',
|
|
1600
1600
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_COMPLETE_REGISTRATIONS_COST, measures_js_1.MEASURE.CHANNEL_COMPLETE_REGISTRATIONS_VALUE, measures_js_1.MEASURE.CHANNEL_LEADS],
|
|
1601
1601
|
},
|
|
@@ -1614,7 +1614,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1614
1614
|
decimalPlaces: 2,
|
|
1615
1615
|
useCompactNotation: true,
|
|
1616
1616
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1617
|
-
shortTitle: 'Registrations Value',
|
|
1617
|
+
shortTitle: 'Channel Registrations Value',
|
|
1618
1618
|
tooltip: 'The total assigned value of completed registrations attributed to your ads across all channels.',
|
|
1619
1619
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_COMPLETE_REGISTRATIONS, measures_js_1.MEASURE.CHANNEL_COMPLETE_REGISTRATIONS_COST],
|
|
1620
1620
|
},
|
|
@@ -1633,7 +1633,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1633
1633
|
decimalPlaces: 2,
|
|
1634
1634
|
useCompactNotation: true,
|
|
1635
1635
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1636
|
-
shortTitle: 'Cost/Registration',
|
|
1636
|
+
shortTitle: 'Channel Cost/Registration',
|
|
1637
1637
|
tooltip: 'How much you spend on average to drive each completed registration through your ads across all channels.',
|
|
1638
1638
|
formulaDisplay: 'Total Spend ÷ Completed Registrations',
|
|
1639
1639
|
formula: 'channel_spend / channel_complete_registrations',
|
|
@@ -1654,7 +1654,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1654
1654
|
decimalPlaces: 0,
|
|
1655
1655
|
useCompactNotation: false,
|
|
1656
1656
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1657
|
-
shortTitle: 'Video Views',
|
|
1657
|
+
shortTitle: 'Channel Video Views',
|
|
1658
1658
|
tooltip: 'The number of times your video ads were viewed across all channels.',
|
|
1659
1659
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_CPV, measures_js_1.MEASURE.CHANNEL_VIDEO_PLAYS, measures_js_1.MEASURE.CHANNEL_VIDEO_VIEWS_THRUPLAY],
|
|
1660
1660
|
},
|
|
@@ -1674,7 +1674,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1674
1674
|
useCompactNotation: true,
|
|
1675
1675
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1676
1676
|
aliases: [measures_js_1.MEASURE.CHANNEL_VIDEO_VIEWS_COST],
|
|
1677
|
-
shortTitle: 'CPV',
|
|
1677
|
+
shortTitle: 'Channel CPV',
|
|
1678
1678
|
tooltip: 'How much you spend on average for each video view across all channels.',
|
|
1679
1679
|
formulaDisplay: 'Total Spend ÷ Video Views',
|
|
1680
1680
|
formula: 'channel_spend / channel_video_views',
|
|
@@ -1695,7 +1695,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1695
1695
|
decimalPlaces: 0,
|
|
1696
1696
|
useCompactNotation: false,
|
|
1697
1697
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1698
|
-
shortTitle: '15s Video Views',
|
|
1698
|
+
shortTitle: 'Channel 15s Video Views',
|
|
1699
1699
|
tooltip: 'The number of video ad views that lasted at least 15 seconds across all channels.',
|
|
1700
1700
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_VIDEO_VIEWS_15_SEC_COST, measures_js_1.MEASURE.CHANNEL_VIDEO_VIEWS, measures_js_1.MEASURE.CHANNEL_VIDEO_VIEWS_30_SEC],
|
|
1701
1701
|
},
|
|
@@ -1714,7 +1714,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1714
1714
|
decimalPlaces: 2,
|
|
1715
1715
|
useCompactNotation: true,
|
|
1716
1716
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1717
|
-
shortTitle: 'Cost/15s View',
|
|
1717
|
+
shortTitle: 'Channel Cost/15s View',
|
|
1718
1718
|
tooltip: 'How much you spend on average for each video view that lasted at least 15 seconds across all channels.',
|
|
1719
1719
|
formulaDisplay: 'Total Spend ÷ 15-Second Video Views',
|
|
1720
1720
|
formula: 'channel_spend / channel_video_views_15_sec',
|
|
@@ -1735,7 +1735,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1735
1735
|
decimalPlaces: 0,
|
|
1736
1736
|
useCompactNotation: false,
|
|
1737
1737
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1738
|
-
shortTitle: '30s Video Views',
|
|
1738
|
+
shortTitle: 'Channel 30s Video Views',
|
|
1739
1739
|
tooltip: 'The number of video ad views that lasted at least 30 seconds across all channels.',
|
|
1740
1740
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_VIDEO_VIEWS_30_SEC_COST, measures_js_1.MEASURE.CHANNEL_VIDEO_VIEWS_15_SEC, measures_js_1.MEASURE.CHANNEL_VIDEO_VIEWS],
|
|
1741
1741
|
},
|
|
@@ -1754,7 +1754,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1754
1754
|
decimalPlaces: 2,
|
|
1755
1755
|
useCompactNotation: true,
|
|
1756
1756
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1757
|
-
shortTitle: 'Cost/30s View',
|
|
1757
|
+
shortTitle: 'Channel Cost/30s View',
|
|
1758
1758
|
tooltip: 'How much you spend on average for each video view that lasted at least 30 seconds across all channels.',
|
|
1759
1759
|
formulaDisplay: 'Total Spend ÷ 30-Second Video Views',
|
|
1760
1760
|
formula: 'channel_spend / channel_video_views_30_sec',
|
|
@@ -1775,7 +1775,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1775
1775
|
decimalPlaces: 0,
|
|
1776
1776
|
useCompactNotation: false,
|
|
1777
1777
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1778
|
-
shortTitle: '25% Video Views',
|
|
1778
|
+
shortTitle: 'Channel 25% Video Views',
|
|
1779
1779
|
tooltip: 'The number of video views where at least 25% of the video was watched across all channels.',
|
|
1780
1780
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_VIDEO_QUARTILE_P25_RATE, measures_js_1.MEASURE.CHANNEL_VIDEO_P50_WATCHED_VIEWS, measures_js_1.MEASURE.CHANNEL_VIDEO_VIEWS],
|
|
1781
1781
|
},
|
|
@@ -1794,7 +1794,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1794
1794
|
decimalPlaces: 0,
|
|
1795
1795
|
useCompactNotation: false,
|
|
1796
1796
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1797
|
-
shortTitle: '50% Video Views',
|
|
1797
|
+
shortTitle: 'Channel 50% Video Views',
|
|
1798
1798
|
tooltip: 'The number of video views where at least 50% of the video was watched across all channels.',
|
|
1799
1799
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_VIDEO_QUARTILE_P50_RATE, measures_js_1.MEASURE.CHANNEL_VIDEO_P25_WATCHED_VIEWS, measures_js_1.MEASURE.CHANNEL_VIDEO_P75_WATCHED_VIEWS],
|
|
1800
1800
|
},
|
|
@@ -1813,7 +1813,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1813
1813
|
decimalPlaces: 0,
|
|
1814
1814
|
useCompactNotation: false,
|
|
1815
1815
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1816
|
-
shortTitle: '75% Video Views',
|
|
1816
|
+
shortTitle: 'Channel 75% Video Views',
|
|
1817
1817
|
tooltip: 'The number of video views where at least 75% of the video was watched across all channels.',
|
|
1818
1818
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_VIDEO_QUARTILE_P75_RATE, measures_js_1.MEASURE.CHANNEL_VIDEO_P50_WATCHED_VIEWS, measures_js_1.MEASURE.CHANNEL_VIDEO_P95_WATCHED_VIEWS],
|
|
1819
1819
|
},
|
|
@@ -1832,7 +1832,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1832
1832
|
decimalPlaces: 0,
|
|
1833
1833
|
useCompactNotation: false,
|
|
1834
1834
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1835
|
-
shortTitle: '95% Video Views',
|
|
1835
|
+
shortTitle: 'Channel 95% Video Views',
|
|
1836
1836
|
tooltip: 'The number of video views where at least 95% of the video was watched across all channels.',
|
|
1837
1837
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_VIDEO_P75_WATCHED_VIEWS, measures_js_1.MEASURE.CHANNEL_VIDEO_P100_WATCHED_VIEWS, measures_js_1.MEASURE.CHANNEL_VIDEO_VIEWS],
|
|
1838
1838
|
},
|
|
@@ -1851,7 +1851,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1851
1851
|
decimalPlaces: 0,
|
|
1852
1852
|
useCompactNotation: false,
|
|
1853
1853
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1854
|
-
shortTitle: '100% Video Views',
|
|
1854
|
+
shortTitle: 'Channel 100% Video Views',
|
|
1855
1855
|
tooltip: 'The number of video views where the entire video was watched to completion across all channels.',
|
|
1856
1856
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_VIDEO_QUARTILE_P100_RATE, measures_js_1.MEASURE.CHANNEL_VIDEO_VIEWS_THRUPLAY, measures_js_1.MEASURE.CHANNEL_VIDEO_P95_WATCHED_VIEWS],
|
|
1857
1857
|
},
|
|
@@ -1870,7 +1870,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1870
1870
|
decimalPlaces: 2,
|
|
1871
1871
|
useCompactNotation: false,
|
|
1872
1872
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1873
|
-
shortTitle: '25% Completion',
|
|
1873
|
+
shortTitle: 'Channel 25% Completion',
|
|
1874
1874
|
tooltip: 'The percentage of video views that reached at least 25% of the video across all channels. A key indicator of early content retention.',
|
|
1875
1875
|
formulaDisplay: '25% Video Views ÷ Video Views × 100',
|
|
1876
1876
|
formula: 'channel_video_p25_watched_views / channel_video_views * 100',
|
|
@@ -1891,7 +1891,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1891
1891
|
decimalPlaces: 2,
|
|
1892
1892
|
useCompactNotation: false,
|
|
1893
1893
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1894
|
-
shortTitle: '50% Completion',
|
|
1894
|
+
shortTitle: 'Channel 50% Completion',
|
|
1895
1895
|
tooltip: 'The percentage of video views that reached at least the midpoint of the video across all channels.',
|
|
1896
1896
|
formulaDisplay: '50% Video Views ÷ Video Views × 100',
|
|
1897
1897
|
formula: 'channel_video_p50_watched_views / channel_video_views * 100',
|
|
@@ -1912,7 +1912,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1912
1912
|
decimalPlaces: 2,
|
|
1913
1913
|
useCompactNotation: false,
|
|
1914
1914
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1915
|
-
shortTitle: '75% Completion',
|
|
1915
|
+
shortTitle: 'Channel 75% Completion',
|
|
1916
1916
|
tooltip: 'The percentage of video views that reached at least 75% of the video across all channels.',
|
|
1917
1917
|
formulaDisplay: '75% Video Views ÷ Video Views × 100',
|
|
1918
1918
|
formula: 'channel_video_p75_watched_views / channel_video_views * 100',
|
|
@@ -1933,7 +1933,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1933
1933
|
decimalPlaces: 2,
|
|
1934
1934
|
useCompactNotation: false,
|
|
1935
1935
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1936
|
-
shortTitle: '100% Completion',
|
|
1936
|
+
shortTitle: 'Channel 100% Completion',
|
|
1937
1937
|
tooltip: 'The percentage of video views where viewers watched the entire video to completion across all channels.',
|
|
1938
1938
|
formulaDisplay: '100% Video Views ÷ Video Views × 100',
|
|
1939
1939
|
formula: 'channel_video_p100_watched_views / channel_video_views * 100',
|
|
@@ -1954,7 +1954,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1954
1954
|
decimalPlaces: 0,
|
|
1955
1955
|
useCompactNotation: false,
|
|
1956
1956
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1957
|
-
shortTitle: 'ThruPlay Views',
|
|
1957
|
+
shortTitle: 'Channel ThruPlay Views',
|
|
1958
1958
|
tooltip: 'The number of times your video ads were played to completion or for at least 15 seconds across all channels.',
|
|
1959
1959
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_VIDEO_VIEWS_THRUPLAY_COST, measures_js_1.MEASURE.CHANNEL_VIDEO_P100_WATCHED_VIEWS, measures_js_1.MEASURE.CHANNEL_VIDEO_VIEWS],
|
|
1960
1960
|
},
|
|
@@ -1973,7 +1973,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1973
1973
|
decimalPlaces: 2,
|
|
1974
1974
|
useCompactNotation: true,
|
|
1975
1975
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1976
|
-
shortTitle: 'Cost/ThruPlay',
|
|
1976
|
+
shortTitle: 'Channel Cost/ThruPlay',
|
|
1977
1977
|
tooltip: 'How much you spend on average for each ThruPlay — a video view that reached completion or lasted at least 15 seconds — across all channels.',
|
|
1978
1978
|
formulaDisplay: 'Total Spend ÷ ThruPlay Views',
|
|
1979
1979
|
formula: 'channel_spend / channel_video_views_thruplay',
|
|
@@ -1994,7 +1994,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
1994
1994
|
decimalPlaces: 0,
|
|
1995
1995
|
useCompactNotation: false,
|
|
1996
1996
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1997
|
-
shortTitle: 'Video Plays',
|
|
1997
|
+
shortTitle: 'Channel Video Plays',
|
|
1998
1998
|
tooltip: 'The number of times playback was initiated on your video ads across all channels, including autoplay.',
|
|
1999
1999
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_VIDEO_PLAYS_COST, measures_js_1.MEASURE.CHANNEL_VIDEO_VIEWS, measures_js_1.MEASURE.CHANNEL_IMPRESSIONS],
|
|
2000
2000
|
},
|
|
@@ -2013,7 +2013,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
2013
2013
|
decimalPlaces: 2,
|
|
2014
2014
|
useCompactNotation: true,
|
|
2015
2015
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2016
|
-
shortTitle: 'Cost/Video Play',
|
|
2016
|
+
shortTitle: 'Channel Cost/Video Play',
|
|
2017
2017
|
tooltip: 'How much you spend on average for each video play initiation across all channels.',
|
|
2018
2018
|
formulaDisplay: 'Total Spend ÷ Video Plays',
|
|
2019
2019
|
formula: 'channel_spend / channel_video_plays',
|
|
@@ -2034,7 +2034,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
2034
2034
|
decimalPlaces: 0,
|
|
2035
2035
|
useCompactNotation: false,
|
|
2036
2036
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2037
|
-
shortTitle: 'Conversions',
|
|
2037
|
+
shortTitle: 'Channel Conversions',
|
|
2038
2038
|
tooltip: 'The total number of conversion events attributed to your ads across all channels.',
|
|
2039
2039
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_CONVERSIONS_VALUE, measures_js_1.MEASURE.CHANNEL_CONVERSIONS_COST, measures_js_1.MEASURE.CHANNEL_PURCHASES],
|
|
2040
2040
|
},
|
|
@@ -2053,7 +2053,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
2053
2053
|
decimalPlaces: 2,
|
|
2054
2054
|
useCompactNotation: true,
|
|
2055
2055
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2056
|
-
shortTitle: 'Conversions Value',
|
|
2056
|
+
shortTitle: 'Channel Conversions Value',
|
|
2057
2057
|
tooltip: 'The total monetary value of all conversions attributed to your ads across all channels.',
|
|
2058
2058
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_CONVERSIONS, measures_js_1.MEASURE.CHANNEL_CONVERSIONS_ROAS, measures_js_1.MEASURE.CHANNEL_SPEND],
|
|
2059
2059
|
},
|
|
@@ -2072,7 +2072,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
2072
2072
|
decimalPlaces: 2,
|
|
2073
2073
|
useCompactNotation: true,
|
|
2074
2074
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2075
|
-
shortTitle: 'Cost/Conversion',
|
|
2075
|
+
shortTitle: 'Channel Cost/Conversion',
|
|
2076
2076
|
tooltip: 'How much you spend on average for each conversion event attributed to your ads across all channels.',
|
|
2077
2077
|
formulaDisplay: 'Total Spend ÷ Conversions',
|
|
2078
2078
|
formula: 'channel_spend / channel_conversions',
|
|
@@ -2093,7 +2093,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
2093
2093
|
decimalPlaces: 2,
|
|
2094
2094
|
useCompactNotation: false,
|
|
2095
2095
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2096
|
-
shortTitle: 'Conv. ROAS',
|
|
2096
|
+
shortTitle: 'Channel Conv. ROAS',
|
|
2097
2097
|
tooltip: 'How many dollars of conversion value you generate for every dollar spent on ads across all channels.',
|
|
2098
2098
|
formulaDisplay: 'Conversions Value ÷ Total Spend',
|
|
2099
2099
|
formula: 'channel_conversions_value / channel_spend',
|
|
@@ -2114,7 +2114,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
2114
2114
|
decimalPlaces: 0,
|
|
2115
2115
|
useCompactNotation: false,
|
|
2116
2116
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2117
|
-
shortTitle: 'All Conversions',
|
|
2117
|
+
shortTitle: 'Channel All Conversions',
|
|
2118
2118
|
tooltip: 'The total number of all conversion events including cross-device and view-through conversions attributed to your ads across all channels.',
|
|
2119
2119
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_ALL_CONVERSIONS_VALUE, measures_js_1.MEASURE.CHANNEL_ALL_CONVERSIONS_COST, measures_js_1.MEASURE.CHANNEL_CONVERSIONS],
|
|
2120
2120
|
},
|
|
@@ -2133,7 +2133,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
2133
2133
|
decimalPlaces: 2,
|
|
2134
2134
|
useCompactNotation: true,
|
|
2135
2135
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2136
|
-
shortTitle: 'All Conv. Value',
|
|
2136
|
+
shortTitle: 'Channel All Conv. Value',
|
|
2137
2137
|
tooltip: 'The total monetary value of all conversions including cross-device and view-through conversions across all channels.',
|
|
2138
2138
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_ALL_CONVERSIONS, measures_js_1.MEASURE.CHANNEL_ALL_CONVERSIONS_ROAS, measures_js_1.MEASURE.CHANNEL_CONVERSIONS_VALUE],
|
|
2139
2139
|
},
|
|
@@ -2152,7 +2152,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
2152
2152
|
decimalPlaces: 2,
|
|
2153
2153
|
useCompactNotation: true,
|
|
2154
2154
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2155
|
-
shortTitle: 'Cost/All Conv.',
|
|
2155
|
+
shortTitle: 'Channel Cost/All Conv.',
|
|
2156
2156
|
tooltip: 'How much you spend on average for each conversion including cross-device and view-through conversions across all channels.',
|
|
2157
2157
|
formulaDisplay: 'Total Spend ÷ All Conversions',
|
|
2158
2158
|
formula: 'channel_spend / channel_all_conversions',
|
|
@@ -2173,7 +2173,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
2173
2173
|
decimalPlaces: 2,
|
|
2174
2174
|
useCompactNotation: false,
|
|
2175
2175
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2176
|
-
shortTitle: 'All Conv. ROAS',
|
|
2176
|
+
shortTitle: 'Channel All Conv. ROAS',
|
|
2177
2177
|
tooltip: 'How many dollars of all-conversion value you generate for every dollar spent on ads across all channels, including view-through conversions.',
|
|
2178
2178
|
formulaDisplay: 'All Conversions Value ÷ Total Spend',
|
|
2179
2179
|
formula: 'channel_all_conversions_value / channel_spend',
|
|
@@ -2194,7 +2194,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
2194
2194
|
decimalPlaces: 0,
|
|
2195
2195
|
useCompactNotation: false,
|
|
2196
2196
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2197
|
-
shortTitle: 'View-Through Conv.',
|
|
2197
|
+
shortTitle: 'Channel View-Through Conv.',
|
|
2198
2198
|
tooltip: 'The number of conversions attributed to users who saw your ad but did not click it, then later converted on their own.',
|
|
2199
2199
|
relatedMeasures: [measures_js_1.MEASURE.CHANNEL_VIEW_THRU_CONVERSIONS_COST, measures_js_1.MEASURE.CHANNEL_CONVERSIONS, measures_js_1.MEASURE.CHANNEL_ALL_CONVERSIONS],
|
|
2200
2200
|
},
|
|
@@ -2213,7 +2213,7 @@ exports.CHANNEL_MEASURES_MAP = {
|
|
|
2213
2213
|
decimalPlaces: 2,
|
|
2214
2214
|
useCompactNotation: true,
|
|
2215
2215
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2216
|
-
shortTitle: 'Cost/VTC',
|
|
2216
|
+
shortTitle: 'Channel Cost/VTC',
|
|
2217
2217
|
tooltip: 'How much you spend on average for each view-through conversion — where a user saw but did not click your ad before converting.',
|
|
2218
2218
|
formulaDisplay: 'Total Spend ÷ View-Through Conversions',
|
|
2219
2219
|
formula: 'channel_spend / channel_view_thru_conversions',
|