@adtrackify/at-tracking-event-types 4.42.2 → 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
|
@@ -19,7 +19,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
19
19
|
decimalPlaces: 2,
|
|
20
20
|
useCompactNotation: true,
|
|
21
21
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
22
|
-
shortTitle: 'Spend',
|
|
22
|
+
shortTitle: 'Channel Spend',
|
|
23
23
|
tooltip: 'The total amount of money spent on ads across all advertising channels in the selected period.',
|
|
24
24
|
relatedMeasures: [MEASURE.CHANNEL_IMPRESSIONS, MEASURE.CHANNEL_ROAS, MEASURE.CHANNEL_CPA],
|
|
25
25
|
},
|
|
@@ -38,7 +38,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
38
38
|
decimalPlaces: 0,
|
|
39
39
|
useCompactNotation: false,
|
|
40
40
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
41
|
-
shortTitle: 'Impressions',
|
|
41
|
+
shortTitle: 'Channel Impressions',
|
|
42
42
|
tooltip: 'How many times your ads were displayed to users across all channels, including repeat views by the same person.',
|
|
43
43
|
relatedMeasures: [MEASURE.CHANNEL_REACH, MEASURE.CHANNEL_FREQUENCY, MEASURE.CHANNEL_CPM, MEASURE.CHANNEL_CTR],
|
|
44
44
|
},
|
|
@@ -57,7 +57,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
57
57
|
decimalPlaces: 2,
|
|
58
58
|
useCompactNotation: true,
|
|
59
59
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
60
|
-
shortTitle: 'CPM',
|
|
60
|
+
shortTitle: 'Channel CPM',
|
|
61
61
|
tooltip: 'How much you pay on average for every 1,000 ad impressions across all channels. Lower CPM means cheaper reach.',
|
|
62
62
|
formulaDisplay: 'Total Spend ÷ Impressions × 1,000',
|
|
63
63
|
formula: 'channel_spend / channel_impressions * 1000',
|
|
@@ -78,7 +78,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
78
78
|
decimalPlaces: 0,
|
|
79
79
|
useCompactNotation: false,
|
|
80
80
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
81
|
-
shortTitle: 'Frequency',
|
|
81
|
+
shortTitle: 'Channel Frequency',
|
|
82
82
|
tooltip: 'The average number of times each unique person saw your ads. High frequency may indicate ad fatigue.',
|
|
83
83
|
formulaDisplay: 'Impressions ÷ Reach',
|
|
84
84
|
formula: 'channel_impressions / channel_reach',
|
|
@@ -99,7 +99,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
99
99
|
decimalPlaces: 0,
|
|
100
100
|
useCompactNotation: false,
|
|
101
101
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
102
|
-
shortTitle: 'Reach',
|
|
102
|
+
shortTitle: 'Channel Reach',
|
|
103
103
|
tooltip: 'The number of distinct people who were shown your ads at least once across all channels.',
|
|
104
104
|
relatedMeasures: [MEASURE.CHANNEL_IMPRESSIONS, MEASURE.CHANNEL_FREQUENCY, MEASURE.CHANNEL_CPP],
|
|
105
105
|
},
|
|
@@ -119,7 +119,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
119
119
|
useCompactNotation: true,
|
|
120
120
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
121
121
|
aliases: [MEASURE.CHANNEL_COST_TO_REACH_1000_ACCOUNTS],
|
|
122
|
-
shortTitle: 'CPP',
|
|
122
|
+
shortTitle: 'Channel CPP',
|
|
123
123
|
tooltip: 'How much you pay on average to reach 1,000 unique people across all channels. Measures the cost efficiency of your audience reach.',
|
|
124
124
|
formulaDisplay: 'Total Spend ÷ Reach × 1,000',
|
|
125
125
|
formula: 'channel_spend / channel_reach * 1000',
|
|
@@ -140,7 +140,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
140
140
|
decimalPlaces: 0,
|
|
141
141
|
useCompactNotation: false,
|
|
142
142
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
143
|
-
shortTitle: 'Clicks',
|
|
143
|
+
shortTitle: 'Channel Clicks',
|
|
144
144
|
tooltip: 'The total number of clicks on your ads across all channels, including all click types.',
|
|
145
145
|
relatedMeasures: [MEASURE.CHANNEL_CTR, MEASURE.CHANNEL_CPC, MEASURE.CHANNEL_IMPRESSIONS],
|
|
146
146
|
},
|
|
@@ -159,7 +159,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
159
159
|
decimalPlaces: 2,
|
|
160
160
|
useCompactNotation: true,
|
|
161
161
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
162
|
-
shortTitle: 'CPC',
|
|
162
|
+
shortTitle: 'Channel CPC',
|
|
163
163
|
tooltip: 'How much you spend on average for each click on your ads across all channels.',
|
|
164
164
|
formulaDisplay: 'Total Spend ÷ Clicks',
|
|
165
165
|
formula: 'channel_spend / channel_clicks',
|
|
@@ -180,7 +180,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
180
180
|
decimalPlaces: 2,
|
|
181
181
|
useCompactNotation: false,
|
|
182
182
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
183
|
-
shortTitle: 'CTR',
|
|
183
|
+
shortTitle: 'Channel CTR',
|
|
184
184
|
tooltip: 'The percentage of ad impressions that resulted in a click. Higher CTR indicates more compelling ad creative or targeting.',
|
|
185
185
|
formulaDisplay: 'Clicks ÷ Impressions × 100',
|
|
186
186
|
formula: 'channel_clicks / channel_impressions * 100',
|
|
@@ -201,7 +201,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
201
201
|
decimalPlaces: 0,
|
|
202
202
|
useCompactNotation: false,
|
|
203
203
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
204
|
-
shortTitle: 'Unique Clicks',
|
|
204
|
+
shortTitle: 'Channel Unique Clicks',
|
|
205
205
|
tooltip: 'The number of distinct people who clicked your ads, counting each person only once regardless of how many times they clicked.',
|
|
206
206
|
relatedMeasures: [MEASURE.CHANNEL_CLICKS, MEASURE.CHANNEL_UNIQUE_CLICKS_CTR, MEASURE.CHANNEL_COST_PER_UNIQUE_CLICK],
|
|
207
207
|
},
|
|
@@ -220,7 +220,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
220
220
|
decimalPlaces: 2,
|
|
221
221
|
useCompactNotation: false,
|
|
222
222
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
223
|
-
shortTitle: 'Unique CTR',
|
|
223
|
+
shortTitle: 'Channel Unique CTR',
|
|
224
224
|
tooltip: 'The percentage of ad impressions that resulted in a click from a unique person. Filters out repeat clicks by the same user.',
|
|
225
225
|
formulaDisplay: 'Unique Clicks ÷ Impressions × 100',
|
|
226
226
|
formula: 'channel_unique_clicks / channel_impressions * 100',
|
|
@@ -241,7 +241,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
241
241
|
decimalPlaces: 2,
|
|
242
242
|
useCompactNotation: true,
|
|
243
243
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
244
|
-
shortTitle: 'Cost/Unique Click',
|
|
244
|
+
shortTitle: 'Channel Cost/Unique Click',
|
|
245
245
|
tooltip: 'How much you spend on average for each unique person who clicks your ads, removing the effect of repeat clicks.',
|
|
246
246
|
formulaDisplay: 'Total Spend ÷ Unique Clicks',
|
|
247
247
|
formula: 'channel_spend / channel_unique_clicks',
|
|
@@ -262,7 +262,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
262
262
|
decimalPlaces: 0,
|
|
263
263
|
useCompactNotation: false,
|
|
264
264
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
265
|
-
shortTitle: 'Inline Clicks',
|
|
265
|
+
shortTitle: 'Channel Inline Clicks',
|
|
266
266
|
tooltip: 'The number of clicks on links embedded within the ad body, excluding clicks on the ad headline or call-to-action button.',
|
|
267
267
|
relatedMeasures: [MEASURE.CHANNEL_INLINE_CLICK_CTR, MEASURE.CHANNEL_COST_PER_INLINE_CLICK, MEASURE.CHANNEL_CLICKS],
|
|
268
268
|
},
|
|
@@ -281,7 +281,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
281
281
|
decimalPlaces: 2,
|
|
282
282
|
useCompactNotation: false,
|
|
283
283
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
284
|
-
shortTitle: 'Inline CTR',
|
|
284
|
+
shortTitle: 'Channel Inline CTR',
|
|
285
285
|
tooltip: 'The percentage of ad impressions that led to a click on an inline link within the ad content.',
|
|
286
286
|
formulaDisplay: 'Inline Link Clicks ÷ Impressions × 100',
|
|
287
287
|
formula: 'channel_inline_clicks / channel_impressions * 100',
|
|
@@ -302,7 +302,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
302
302
|
decimalPlaces: 2,
|
|
303
303
|
useCompactNotation: true,
|
|
304
304
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
305
|
-
shortTitle: 'Cost/Inline Click',
|
|
305
|
+
shortTitle: 'Channel Cost/Inline Click',
|
|
306
306
|
tooltip: 'How much you spend on average for each click on an inline link within your ad content.',
|
|
307
307
|
formulaDisplay: 'Total Spend ÷ Inline Link Clicks',
|
|
308
308
|
formula: 'channel_spend / channel_inline_clicks',
|
|
@@ -323,7 +323,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
323
323
|
decimalPlaces: 0,
|
|
324
324
|
useCompactNotation: false,
|
|
325
325
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
326
|
-
shortTitle: 'Outbound Clicks',
|
|
326
|
+
shortTitle: 'Channel Outbound Clicks',
|
|
327
327
|
tooltip: 'The number of clicks that took users off the advertising platform to an external destination, such as your website.',
|
|
328
328
|
relatedMeasures: [MEASURE.CHANNEL_OUTBOUND_CLICKS_CTR, MEASURE.CHANNEL_COST_PER_OUTBOUND_CLICK, MEASURE.CHANNEL_LANDING_PAGE_VIEWS],
|
|
329
329
|
},
|
|
@@ -342,7 +342,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
342
342
|
decimalPlaces: 2,
|
|
343
343
|
useCompactNotation: false,
|
|
344
344
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
345
|
-
shortTitle: 'Outbound CTR',
|
|
345
|
+
shortTitle: 'Channel Outbound CTR',
|
|
346
346
|
tooltip: 'The percentage of ad impressions that resulted in a click leading users to an external destination.',
|
|
347
347
|
formulaDisplay: 'Outbound Clicks ÷ Impressions × 100',
|
|
348
348
|
formula: 'channel_outbound_clicks / channel_impressions * 100',
|
|
@@ -363,7 +363,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
363
363
|
decimalPlaces: 2,
|
|
364
364
|
useCompactNotation: true,
|
|
365
365
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
366
|
-
shortTitle: 'Cost/Outbound Click',
|
|
366
|
+
shortTitle: 'Channel Cost/Outbound Click',
|
|
367
367
|
tooltip: 'How much you spend on average for each click that sends a user from the ad platform to an external destination.',
|
|
368
368
|
formulaDisplay: 'Total Spend ÷ Outbound Clicks',
|
|
369
369
|
formula: 'channel_spend / channel_outbound_clicks',
|
|
@@ -384,7 +384,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
384
384
|
decimalPlaces: 0,
|
|
385
385
|
useCompactNotation: false,
|
|
386
386
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
387
|
-
shortTitle: 'Link Clicks',
|
|
387
|
+
shortTitle: 'Channel Link Clicks',
|
|
388
388
|
tooltip: 'The number of clicks on any links within your ads across all channels.',
|
|
389
389
|
relatedMeasures: [MEASURE.CHANNEL_LINK_CLICKS_CTR, MEASURE.CHANNEL_COST_PER_LINK_CLICK, MEASURE.CHANNEL_CLICKS],
|
|
390
390
|
},
|
|
@@ -403,7 +403,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
403
403
|
decimalPlaces: 2,
|
|
404
404
|
useCompactNotation: false,
|
|
405
405
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
406
|
-
shortTitle: 'Link CTR',
|
|
406
|
+
shortTitle: 'Channel Link CTR',
|
|
407
407
|
tooltip: 'The percentage of ad impressions that resulted in a click on a link within the ad.',
|
|
408
408
|
formulaDisplay: 'Link Clicks ÷ Impressions × 100',
|
|
409
409
|
formula: 'channel_link_clicks / channel_impressions * 100',
|
|
@@ -424,7 +424,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
424
424
|
decimalPlaces: 2,
|
|
425
425
|
useCompactNotation: true,
|
|
426
426
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
427
|
-
shortTitle: 'Cost/Link Click',
|
|
427
|
+
shortTitle: 'Channel Cost/Link Click',
|
|
428
428
|
tooltip: 'How much you spend on average for each click on a link within your ads.',
|
|
429
429
|
formulaDisplay: 'Total Spend ÷ Link Clicks',
|
|
430
430
|
formula: 'channel_spend / channel_link_clicks',
|
|
@@ -445,7 +445,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
445
445
|
decimalPlaces: 0,
|
|
446
446
|
useCompactNotation: false,
|
|
447
447
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
448
|
-
shortTitle: 'Purchases',
|
|
448
|
+
shortTitle: 'Channel Purchases',
|
|
449
449
|
tooltip: 'The number of purchase conversions attributed to your ads across all channels.',
|
|
450
450
|
relatedMeasures: [MEASURE.CHANNEL_PURCHASES_VALUE, MEASURE.CHANNEL_CPA, MEASURE.CHANNEL_ROAS],
|
|
451
451
|
},
|
|
@@ -464,7 +464,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
464
464
|
decimalPlaces: 2,
|
|
465
465
|
useCompactNotation: true,
|
|
466
466
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
467
|
-
shortTitle: 'Purchase Value',
|
|
467
|
+
shortTitle: 'Channel Purchase Value',
|
|
468
468
|
tooltip: 'The total revenue generated from purchases attributed to your ads across all channels.',
|
|
469
469
|
relatedMeasures: [MEASURE.CHANNEL_PURCHASES, MEASURE.CHANNEL_ROAS, MEASURE.CHANNEL_SPEND],
|
|
470
470
|
},
|
|
@@ -484,7 +484,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
484
484
|
useCompactNotation: true,
|
|
485
485
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
486
486
|
aliases: [MEASURE.CHANNEL_PURCHASES_COST],
|
|
487
|
-
shortTitle: 'CPA',
|
|
487
|
+
shortTitle: 'Channel CPA',
|
|
488
488
|
tooltip: 'How much you spend on average to acquire each purchase conversion across all channels.',
|
|
489
489
|
formulaDisplay: 'Total Spend ÷ Purchases',
|
|
490
490
|
formula: 'channel_spend / channel_purchases',
|
|
@@ -505,7 +505,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
505
505
|
decimalPlaces: 2,
|
|
506
506
|
useCompactNotation: false,
|
|
507
507
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
508
|
-
shortTitle: 'ROAS',
|
|
508
|
+
shortTitle: 'Channel ROAS',
|
|
509
509
|
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.',
|
|
510
510
|
formulaDisplay: 'Purchases Value ÷ Total Spend',
|
|
511
511
|
formula: 'channel_purchases_value / channel_spend',
|
|
@@ -526,7 +526,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
526
526
|
decimalPlaces: 0,
|
|
527
527
|
useCompactNotation: false,
|
|
528
528
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
529
|
-
shortTitle: 'NC Purchases',
|
|
529
|
+
shortTitle: 'Channel NC Purchases',
|
|
530
530
|
tooltip: 'The number of purchases from first-time customers attributed to your ads across all channels.',
|
|
531
531
|
relatedMeasures: [MEASURE.CHANNEL_NEW_CUSTOMER_PURCHASES_VALUE, MEASURE.CHANNEL_NEW_CUSTOMER_CPA, MEASURE.CHANNEL_PURCHASES],
|
|
532
532
|
},
|
|
@@ -545,7 +545,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
545
545
|
decimalPlaces: 2,
|
|
546
546
|
useCompactNotation: true,
|
|
547
547
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
548
|
-
shortTitle: 'NC Purchase
|
|
548
|
+
shortTitle: 'Channel NC Purchase Val',
|
|
549
549
|
tooltip: 'The total revenue generated from first-time customer purchases attributed to your ads across all channels.',
|
|
550
550
|
relatedMeasures: [MEASURE.CHANNEL_NEW_CUSTOMER_PURCHASES, MEASURE.CHANNEL_NEW_CUSTOMER_ROAS, MEASURE.CHANNEL_PURCHASES_VALUE],
|
|
551
551
|
},
|
|
@@ -564,7 +564,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
564
564
|
decimalPlaces: 2,
|
|
565
565
|
useCompactNotation: true,
|
|
566
566
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
567
|
-
shortTitle: 'NC CPA',
|
|
567
|
+
shortTitle: 'Channel NC CPA',
|
|
568
568
|
tooltip: 'How much you spend on average to acquire each new customer through your ads across all channels.',
|
|
569
569
|
formulaDisplay: 'Total Spend ÷ New Customer Purchases',
|
|
570
570
|
formula: 'channel_spend / channel_new_customer_purchases',
|
|
@@ -585,7 +585,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
585
585
|
decimalPlaces: 2,
|
|
586
586
|
useCompactNotation: false,
|
|
587
587
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
588
|
-
shortTitle: 'NC ROAS',
|
|
588
|
+
shortTitle: 'Channel NC ROAS',
|
|
589
589
|
tooltip: 'How many dollars of new customer revenue you generate for every dollar spent on ads across all channels.',
|
|
590
590
|
formulaDisplay: 'New Customer Purchases Value ÷ Total Spend',
|
|
591
591
|
formula: 'channel_new_customer_purchases_value / channel_spend',
|
|
@@ -607,7 +607,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
607
607
|
useCompactNotation: false,
|
|
608
608
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
609
609
|
aliases: [MEASURE.CHANNEL_OMNI_VIEW_CONTENTS],
|
|
610
|
-
shortTitle: 'View Contents',
|
|
610
|
+
shortTitle: 'Channel View Contents',
|
|
611
611
|
tooltip: 'The number of product page or content views attributed to your ads across all channels, indicating top-of-funnel engagement.',
|
|
612
612
|
relatedMeasures: [MEASURE.CHANNEL_VIEW_CONTENTS_COST, MEASURE.CHANNEL_ADD_TO_CARTS, MEASURE.CHANNEL_PURCHASES],
|
|
613
613
|
},
|
|
@@ -627,7 +627,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
627
627
|
useCompactNotation: true,
|
|
628
628
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
629
629
|
aliases: [MEASURE.CHANNEL_OMNI_VIEW_CONTENTS_VALUE],
|
|
630
|
-
shortTitle: 'View Contents Value',
|
|
630
|
+
shortTitle: 'Channel View Contents Value',
|
|
631
631
|
tooltip: 'The total product value associated with content views attributed to your ads across all channels.',
|
|
632
632
|
relatedMeasures: [MEASURE.CHANNEL_VIEW_CONTENTS, MEASURE.CHANNEL_VIEW_CONTENTS_COST],
|
|
633
633
|
},
|
|
@@ -647,7 +647,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
647
647
|
useCompactNotation: true,
|
|
648
648
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
649
649
|
aliases: [MEASURE.CHANNEL_OMNI_VIEW_CONTENTS_COST],
|
|
650
|
-
shortTitle: 'Cost/View Content',
|
|
650
|
+
shortTitle: 'Channel Cost/View Content',
|
|
651
651
|
tooltip: 'How much you spend on average for each product page or content view attributed to your ads.',
|
|
652
652
|
formulaDisplay: 'Total Spend ÷ View Contents',
|
|
653
653
|
formula: 'channel_spend / channel_view_contents',
|
|
@@ -669,7 +669,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
669
669
|
useCompactNotation: false,
|
|
670
670
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
671
671
|
aliases: [MEASURE.CHANNEL_OMNI_ADD_TO_CARTS],
|
|
672
|
-
shortTitle: 'Add to Carts',
|
|
672
|
+
shortTitle: 'Channel Add to Carts',
|
|
673
673
|
tooltip: 'The number of times shoppers added a product to their cart after seeing your ads across all channels.',
|
|
674
674
|
relatedMeasures: [MEASURE.CHANNEL_ADD_TO_CARTS_COST, MEASURE.CHANNEL_INITIATE_CHECKOUTS, MEASURE.CHANNEL_PURCHASES],
|
|
675
675
|
},
|
|
@@ -689,7 +689,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
689
689
|
useCompactNotation: true,
|
|
690
690
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
691
691
|
aliases: [MEASURE.CHANNEL_OMNI_ADD_TO_CARTS_VALUE],
|
|
692
|
-
shortTitle: 'Add to Cart Value',
|
|
692
|
+
shortTitle: 'Channel Add to Cart Value',
|
|
693
693
|
tooltip: 'The total product value of items added to cart attributed to your ads across all channels.',
|
|
694
694
|
relatedMeasures: [MEASURE.CHANNEL_ADD_TO_CARTS, MEASURE.CHANNEL_ADD_TO_CARTS_COST],
|
|
695
695
|
},
|
|
@@ -709,7 +709,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
709
709
|
useCompactNotation: true,
|
|
710
710
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
711
711
|
aliases: [MEASURE.CHANNEL_OMNI_ADD_TO_CARTS_COST],
|
|
712
|
-
shortTitle: 'Cost/Add to Cart',
|
|
712
|
+
shortTitle: 'Channel Cost/Add to Cart',
|
|
713
713
|
tooltip: 'How much you spend on average for each add-to-cart event attributed to your ads across all channels.',
|
|
714
714
|
formulaDisplay: 'Total Spend ÷ Add to Carts',
|
|
715
715
|
formula: 'channel_spend / channel_add_to_carts',
|
|
@@ -731,7 +731,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
731
731
|
useCompactNotation: false,
|
|
732
732
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
733
733
|
aliases: [MEASURE.CHANNEL_OMNI_INITIATE_CHECKOUTS],
|
|
734
|
-
shortTitle: 'Checkouts',
|
|
734
|
+
shortTitle: 'Channel Checkouts',
|
|
735
735
|
tooltip: 'The number of times shoppers began the checkout process after seeing your ads across all channels.',
|
|
736
736
|
relatedMeasures: [MEASURE.CHANNEL_INITIATE_CHECKOUTS_COST, MEASURE.CHANNEL_ADD_TO_CARTS, MEASURE.CHANNEL_PURCHASES],
|
|
737
737
|
},
|
|
@@ -751,7 +751,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
751
751
|
useCompactNotation: true,
|
|
752
752
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
753
753
|
aliases: [MEASURE.CHANNEL_OMNI_INITIATE_CHECKOUTS_VALUE],
|
|
754
|
-
shortTitle: 'Checkout Value',
|
|
754
|
+
shortTitle: 'Channel Checkout Value',
|
|
755
755
|
tooltip: 'The total product value in carts when shoppers initiated checkout, attributed to your ads across all channels.',
|
|
756
756
|
relatedMeasures: [MEASURE.CHANNEL_INITIATE_CHECKOUTS, MEASURE.CHANNEL_INITIATE_CHECKOUTS_COST],
|
|
757
757
|
},
|
|
@@ -771,7 +771,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
771
771
|
useCompactNotation: true,
|
|
772
772
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
773
773
|
aliases: [MEASURE.CHANNEL_OMNI_INITIATE_CHECKOUTS_COST],
|
|
774
|
-
shortTitle: 'Cost/Checkout',
|
|
774
|
+
shortTitle: 'Channel Cost/Checkout',
|
|
775
775
|
tooltip: 'How much you spend on average for each checkout initiation attributed to your ads across all channels.',
|
|
776
776
|
formulaDisplay: 'Total Spend ÷ Initiate Checkouts',
|
|
777
777
|
formula: 'channel_spend / channel_initiate_checkouts',
|
|
@@ -793,7 +793,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
793
793
|
useCompactNotation: false,
|
|
794
794
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
795
795
|
aliases: [MEASURE.CHANNEL_OMNI_SEARCHES],
|
|
796
|
-
shortTitle: 'Searches',
|
|
796
|
+
shortTitle: 'Channel Searches',
|
|
797
797
|
tooltip: 'The number of on-site search events attributed to your ads across all channels.',
|
|
798
798
|
relatedMeasures: [MEASURE.CHANNEL_SEARCHES_COST, MEASURE.CHANNEL_VIEW_CONTENTS],
|
|
799
799
|
},
|
|
@@ -813,7 +813,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
813
813
|
useCompactNotation: true,
|
|
814
814
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
815
815
|
aliases: [MEASURE.CHANNEL_OMNI_SEARCHES_VALUE],
|
|
816
|
-
shortTitle: 'Searches Value',
|
|
816
|
+
shortTitle: 'Channel Searches Value',
|
|
817
817
|
tooltip: 'The total value associated with on-site search events attributed to your ads across all channels.',
|
|
818
818
|
relatedMeasures: [MEASURE.CHANNEL_SEARCHES, MEASURE.CHANNEL_SEARCHES_COST],
|
|
819
819
|
},
|
|
@@ -833,7 +833,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
833
833
|
useCompactNotation: true,
|
|
834
834
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
835
835
|
aliases: [MEASURE.CHANNEL_OMNI_SEARCHES_COST],
|
|
836
|
-
shortTitle: 'Cost/Search',
|
|
836
|
+
shortTitle: 'Channel Cost/Search',
|
|
837
837
|
tooltip: 'How much you spend on average for each on-site search event attributed to your ads across all channels.',
|
|
838
838
|
formulaDisplay: 'Total Spend ÷ Searches',
|
|
839
839
|
formula: 'channel_spend / channel_searches',
|
|
@@ -855,7 +855,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
855
855
|
useCompactNotation: false,
|
|
856
856
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
857
857
|
aliases: [MEASURE.CHANNEL_OMNI_ADD_TO_WITHLISTS],
|
|
858
|
-
shortTitle: 'Add to Wishlists',
|
|
858
|
+
shortTitle: 'Channel Add to Wishlists',
|
|
859
859
|
tooltip: 'The number of times shoppers saved a product to their wishlist after seeing your ads across all channels.',
|
|
860
860
|
relatedMeasures: [MEASURE.CHANNEL_ADD_TO_WITHLISTS_COST, MEASURE.CHANNEL_ADD_TO_CARTS, MEASURE.CHANNEL_VIEW_CONTENTS],
|
|
861
861
|
},
|
|
@@ -875,7 +875,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
875
875
|
useCompactNotation: true,
|
|
876
876
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
877
877
|
aliases: [MEASURE.CHANNEL_OMNI_ADD_TO_WITHLISTS_VALUE],
|
|
878
|
-
shortTitle: 'Wishlist Value',
|
|
878
|
+
shortTitle: 'Channel Wishlist Value',
|
|
879
879
|
tooltip: 'The total product value of items saved to wishlists attributed to your ads across all channels.',
|
|
880
880
|
relatedMeasures: [MEASURE.CHANNEL_ADD_TO_WITHLISTS, MEASURE.CHANNEL_ADD_TO_WITHLISTS_COST],
|
|
881
881
|
},
|
|
@@ -895,7 +895,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
895
895
|
useCompactNotation: true,
|
|
896
896
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
897
897
|
aliases: [MEASURE.CHANNEL_OMNI_ADD_TO_WITHLISTS_COST],
|
|
898
|
-
shortTitle: 'Cost/Wishlist',
|
|
898
|
+
shortTitle: 'Channel Cost/Wishlist',
|
|
899
899
|
tooltip: 'How much you spend on average for each add-to-wishlist event attributed to your ads across all channels.',
|
|
900
900
|
formulaDisplay: 'Total Spend ÷ Add to Wishlists',
|
|
901
901
|
formula: 'channel_spend / channel_add_to_wishlists',
|
|
@@ -916,7 +916,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
916
916
|
decimalPlaces: 0,
|
|
917
917
|
useCompactNotation: false,
|
|
918
918
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
919
|
-
shortTitle: 'Engagements',
|
|
919
|
+
shortTitle: 'Channel Engagements',
|
|
920
920
|
tooltip: 'The total number of interactions with your ads across all channels, including likes, comments, shares, and clicks.',
|
|
921
921
|
relatedMeasures: [MEASURE.CHANNEL_ENGAGEMENT_RATE, MEASURE.CHANNEL_ENGAGEMENTS_COST, MEASURE.CHANNEL_IMPRESSIONS],
|
|
922
922
|
},
|
|
@@ -935,7 +935,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
935
935
|
decimalPlaces: 2,
|
|
936
936
|
useCompactNotation: true,
|
|
937
937
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
938
|
-
shortTitle: 'Cost/Engagement',
|
|
938
|
+
shortTitle: 'Channel Cost/Engagement',
|
|
939
939
|
tooltip: 'How much you spend on average for each engagement (like, comment, share, or click) on your ads across all channels.',
|
|
940
940
|
formulaDisplay: 'Total Spend ÷ Engagements',
|
|
941
941
|
formula: 'channel_spend / channel_engagements',
|
|
@@ -956,7 +956,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
956
956
|
decimalPlaces: 2,
|
|
957
957
|
useCompactNotation: false,
|
|
958
958
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
959
|
-
shortTitle: 'Engagement Rate',
|
|
959
|
+
shortTitle: 'Channel Engagement Rate',
|
|
960
960
|
tooltip: 'The percentage of ad impressions that resulted in any engagement action across all channels. Higher rates indicate more compelling content.',
|
|
961
961
|
formulaDisplay: 'Engagements ÷ Impressions × 100',
|
|
962
962
|
formula: 'channel_engagements / channel_impressions * 100',
|
|
@@ -977,7 +977,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
977
977
|
decimalPlaces: 0,
|
|
978
978
|
useCompactNotation: false,
|
|
979
979
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
980
|
-
shortTitle: 'Shares',
|
|
980
|
+
shortTitle: 'Channel Shares',
|
|
981
981
|
tooltip: 'The number of times users shared your ads with others across all channels.',
|
|
982
982
|
relatedMeasures: [MEASURE.CHANNEL_SHARES_COST, MEASURE.CHANNEL_ENGAGEMENTS, MEASURE.CHANNEL_REACTIONS],
|
|
983
983
|
},
|
|
@@ -996,7 +996,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
996
996
|
decimalPlaces: 2,
|
|
997
997
|
useCompactNotation: true,
|
|
998
998
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
999
|
-
shortTitle: 'Cost/Share',
|
|
999
|
+
shortTitle: 'Channel Cost/Share',
|
|
1000
1000
|
tooltip: 'How much you spend on average for each share of your ads across all channels.',
|
|
1001
1001
|
formulaDisplay: 'Total Spend ÷ Shares',
|
|
1002
1002
|
formula: 'channel_spend / channel_shares',
|
|
@@ -1017,7 +1017,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1017
1017
|
decimalPlaces: 0,
|
|
1018
1018
|
useCompactNotation: false,
|
|
1019
1019
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1020
|
-
shortTitle: 'Reactions',
|
|
1020
|
+
shortTitle: 'Channel Reactions',
|
|
1021
1021
|
tooltip: 'The number of emoji reactions (likes, loves, etc.) your ads received across all channels.',
|
|
1022
1022
|
relatedMeasures: [MEASURE.CHANNEL_REACTIONS_COST, MEASURE.CHANNEL_LIKES, MEASURE.CHANNEL_ENGAGEMENTS],
|
|
1023
1023
|
},
|
|
@@ -1036,7 +1036,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1036
1036
|
decimalPlaces: 2,
|
|
1037
1037
|
useCompactNotation: true,
|
|
1038
1038
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1039
|
-
shortTitle: 'Cost/Reaction',
|
|
1039
|
+
shortTitle: 'Channel Cost/Reaction',
|
|
1040
1040
|
tooltip: 'How much you spend on average for each reaction your ads receive across all channels.',
|
|
1041
1041
|
formulaDisplay: 'Total Spend ÷ Reactions',
|
|
1042
1042
|
formula: 'channel_spend / channel_reactions',
|
|
@@ -1057,7 +1057,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1057
1057
|
decimalPlaces: 0,
|
|
1058
1058
|
useCompactNotation: false,
|
|
1059
1059
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1060
|
-
shortTitle: 'Likes',
|
|
1060
|
+
shortTitle: 'Channel Likes',
|
|
1061
1061
|
tooltip: 'The number of likes your ads received across all channels.',
|
|
1062
1062
|
relatedMeasures: [MEASURE.CHANNEL_LIKES_COST, MEASURE.CHANNEL_REACTIONS, MEASURE.CHANNEL_ENGAGEMENTS],
|
|
1063
1063
|
},
|
|
@@ -1076,7 +1076,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1076
1076
|
decimalPlaces: 2,
|
|
1077
1077
|
useCompactNotation: true,
|
|
1078
1078
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1079
|
-
shortTitle: 'Cost/Like',
|
|
1079
|
+
shortTitle: 'Channel Cost/Like',
|
|
1080
1080
|
tooltip: 'How much you spend on average for each like your ads receive across all channels.',
|
|
1081
1081
|
formulaDisplay: 'Total Spend ÷ Likes',
|
|
1082
1082
|
formula: 'channel_spend / channel_likes',
|
|
@@ -1097,7 +1097,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1097
1097
|
decimalPlaces: 0,
|
|
1098
1098
|
useCompactNotation: false,
|
|
1099
1099
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1100
|
-
shortTitle: 'Comments',
|
|
1100
|
+
shortTitle: 'Channel Comments',
|
|
1101
1101
|
tooltip: 'The number of comments left on your ads across all channels.',
|
|
1102
1102
|
relatedMeasures: [MEASURE.CHANNEL_COMMENTS_COST, MEASURE.CHANNEL_ENGAGEMENTS, MEASURE.CHANNEL_SHARES],
|
|
1103
1103
|
},
|
|
@@ -1116,7 +1116,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1116
1116
|
decimalPlaces: 2,
|
|
1117
1117
|
useCompactNotation: true,
|
|
1118
1118
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1119
|
-
shortTitle: 'Cost/Comment',
|
|
1119
|
+
shortTitle: 'Channel Cost/Comment',
|
|
1120
1120
|
tooltip: 'How much you spend on average for each comment your ads receive across all channels.',
|
|
1121
1121
|
formulaDisplay: 'Total Spend ÷ Comments',
|
|
1122
1122
|
formula: 'channel_spend / channel_comments',
|
|
@@ -1137,7 +1137,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1137
1137
|
decimalPlaces: 0,
|
|
1138
1138
|
useCompactNotation: false,
|
|
1139
1139
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1140
|
-
shortTitle: 'Saves',
|
|
1140
|
+
shortTitle: 'Channel Saves',
|
|
1141
1141
|
tooltip: 'The number of times users saved your ads for later across all channels.',
|
|
1142
1142
|
relatedMeasures: [MEASURE.CHANNEL_SAVES_COST, MEASURE.CHANNEL_ENGAGEMENTS, MEASURE.CHANNEL_SHARES],
|
|
1143
1143
|
},
|
|
@@ -1156,7 +1156,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1156
1156
|
decimalPlaces: 2,
|
|
1157
1157
|
useCompactNotation: true,
|
|
1158
1158
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1159
|
-
shortTitle: 'Cost/Save',
|
|
1159
|
+
shortTitle: 'Channel Cost/Save',
|
|
1160
1160
|
tooltip: 'How much you spend on average for each save your ads receive across all channels.',
|
|
1161
1161
|
formulaDisplay: 'Total Spend ÷ Saves',
|
|
1162
1162
|
formula: 'channel_spend / channel_saves',
|
|
@@ -1177,7 +1177,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1177
1177
|
decimalPlaces: 0,
|
|
1178
1178
|
useCompactNotation: false,
|
|
1179
1179
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1180
|
-
shortTitle: 'LP Views',
|
|
1180
|
+
shortTitle: 'Channel LP Views',
|
|
1181
1181
|
tooltip: 'The number of times people fully loaded your landing page after clicking an ad across all channels.',
|
|
1182
1182
|
relatedMeasures: [MEASURE.CHANNEL_LANDING_PAGE_VIEWS_COST, MEASURE.CHANNEL_LANDING_PAGE_VIEW_RATE, MEASURE.CHANNEL_CLICKS],
|
|
1183
1183
|
},
|
|
@@ -1196,7 +1196,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1196
1196
|
decimalPlaces: 2,
|
|
1197
1197
|
useCompactNotation: true,
|
|
1198
1198
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1199
|
-
shortTitle: 'Cost/LP View',
|
|
1199
|
+
shortTitle: 'Channel Cost/LP View',
|
|
1200
1200
|
tooltip: 'How much you spend on average for each full landing page load attributed to your ads across all channels.',
|
|
1201
1201
|
formulaDisplay: 'Total Spend ÷ Landing Page Views',
|
|
1202
1202
|
formula: 'channel_spend / channel_landing_page_views',
|
|
@@ -1217,7 +1217,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1217
1217
|
decimalPlaces: 2,
|
|
1218
1218
|
useCompactNotation: false,
|
|
1219
1219
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1220
|
-
shortTitle: 'LP View Rate',
|
|
1220
|
+
shortTitle: 'Channel LP View Rate',
|
|
1221
1221
|
tooltip: 'The percentage of clicks that resulted in a full landing page load. Lower rates may indicate slow page speed or tracking issues.',
|
|
1222
1222
|
formulaDisplay: 'Landing Page Views ÷ Clicks × 100',
|
|
1223
1223
|
formula: 'channel_landing_page_views / channel_clicks * 100',
|
|
@@ -1238,7 +1238,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1238
1238
|
decimalPlaces: 0,
|
|
1239
1239
|
useCompactNotation: false,
|
|
1240
1240
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1241
|
-
shortTitle: 'Leads',
|
|
1241
|
+
shortTitle: 'Channel Leads',
|
|
1242
1242
|
tooltip: 'The number of leads generated (such as form submissions or contact requests) attributed to your ads across all channels.',
|
|
1243
1243
|
relatedMeasures: [MEASURE.CHANNEL_LEADS_COST, MEASURE.CHANNEL_LEADS_VALUE, MEASURE.CHANNEL_PURCHASES],
|
|
1244
1244
|
},
|
|
@@ -1257,7 +1257,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1257
1257
|
decimalPlaces: 2,
|
|
1258
1258
|
useCompactNotation: true,
|
|
1259
1259
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1260
|
-
shortTitle: 'Leads Value',
|
|
1260
|
+
shortTitle: 'Channel Leads Value',
|
|
1261
1261
|
tooltip: 'The total assigned value of leads generated by your ads across all channels.',
|
|
1262
1262
|
relatedMeasures: [MEASURE.CHANNEL_LEADS, MEASURE.CHANNEL_LEADS_COST],
|
|
1263
1263
|
},
|
|
@@ -1276,7 +1276,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1276
1276
|
decimalPlaces: 2,
|
|
1277
1277
|
useCompactNotation: true,
|
|
1278
1278
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1279
|
-
shortTitle: 'CPL',
|
|
1279
|
+
shortTitle: 'Channel CPL',
|
|
1280
1280
|
tooltip: 'How much you spend on average to generate each lead through your ads across all channels.',
|
|
1281
1281
|
formulaDisplay: 'Total Spend ÷ Leads',
|
|
1282
1282
|
formula: 'channel_spend / channel_leads',
|
|
@@ -1297,7 +1297,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1297
1297
|
decimalPlaces: 0,
|
|
1298
1298
|
useCompactNotation: false,
|
|
1299
1299
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1300
|
-
shortTitle: 'Appointments',
|
|
1300
|
+
shortTitle: 'Channel Appointments',
|
|
1301
1301
|
tooltip: 'The number of appointments or bookings scheduled attributed to your ads across all channels.',
|
|
1302
1302
|
relatedMeasures: [MEASURE.CHANNEL_APPOINTMENTS_COST, MEASURE.CHANNEL_APPOINTMENTS_VALUE, MEASURE.CHANNEL_LEADS],
|
|
1303
1303
|
},
|
|
@@ -1316,7 +1316,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1316
1316
|
decimalPlaces: 2,
|
|
1317
1317
|
useCompactNotation: true,
|
|
1318
1318
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1319
|
-
shortTitle: 'Appointments Value',
|
|
1319
|
+
shortTitle: 'Channel Appointments Value',
|
|
1320
1320
|
tooltip: 'The total assigned value of appointments scheduled attributed to your ads across all channels.',
|
|
1321
1321
|
relatedMeasures: [MEASURE.CHANNEL_APPOINTMENTS, MEASURE.CHANNEL_APPOINTMENTS_COST],
|
|
1322
1322
|
},
|
|
@@ -1335,7 +1335,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1335
1335
|
decimalPlaces: 2,
|
|
1336
1336
|
useCompactNotation: true,
|
|
1337
1337
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1338
|
-
shortTitle: 'Cost/Appointment',
|
|
1338
|
+
shortTitle: 'Channel Cost/Appointment',
|
|
1339
1339
|
tooltip: 'How much you spend on average to drive each appointment or booking through your ads across all channels.',
|
|
1340
1340
|
formulaDisplay: 'Total Spend ÷ Appointments',
|
|
1341
1341
|
formula: 'channel_spend / channel_appointments',
|
|
@@ -1356,7 +1356,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1356
1356
|
decimalPlaces: 0,
|
|
1357
1357
|
useCompactNotation: false,
|
|
1358
1358
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1359
|
-
shortTitle: 'Subscriptions',
|
|
1359
|
+
shortTitle: 'Channel Subscriptions',
|
|
1360
1360
|
tooltip: 'The number of subscription sign-ups attributed to your ads across all channels.',
|
|
1361
1361
|
relatedMeasures: [MEASURE.CHANNEL_SUBSCRIBERS_COST, MEASURE.CHANNEL_SUBSCRIBERS_VALUE, MEASURE.CHANNEL_LEADS],
|
|
1362
1362
|
},
|
|
@@ -1375,7 +1375,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1375
1375
|
decimalPlaces: 2,
|
|
1376
1376
|
useCompactNotation: true,
|
|
1377
1377
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1378
|
-
shortTitle: 'Subscriptions Value',
|
|
1378
|
+
shortTitle: 'Channel Subscriptions Value',
|
|
1379
1379
|
tooltip: 'The total assigned value of subscription sign-ups attributed to your ads across all channels.',
|
|
1380
1380
|
relatedMeasures: [MEASURE.CHANNEL_SUBSCRIBERS, MEASURE.CHANNEL_SUBSCRIBERS_COST],
|
|
1381
1381
|
},
|
|
@@ -1394,7 +1394,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1394
1394
|
decimalPlaces: 2,
|
|
1395
1395
|
useCompactNotation: true,
|
|
1396
1396
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1397
|
-
shortTitle: 'Cost/Subscription',
|
|
1397
|
+
shortTitle: 'Channel Cost/Subscription',
|
|
1398
1398
|
tooltip: 'How much you spend on average to drive each subscription sign-up through your ads across all channels.',
|
|
1399
1399
|
formulaDisplay: 'Total Spend ÷ Subscriptions',
|
|
1400
1400
|
formula: 'channel_spend / channel_subscribers',
|
|
@@ -1415,7 +1415,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1415
1415
|
decimalPlaces: 0,
|
|
1416
1416
|
useCompactNotation: false,
|
|
1417
1417
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1418
|
-
shortTitle: 'Trial Starts',
|
|
1418
|
+
shortTitle: 'Channel Trial Starts',
|
|
1419
1419
|
tooltip: 'The number of free trial activations attributed to your ads across all channels.',
|
|
1420
1420
|
relatedMeasures: [MEASURE.CHANNEL_START_TRIALS_COST, MEASURE.CHANNEL_START_TRIALS_VALUE, MEASURE.CHANNEL_SUBSCRIBERS],
|
|
1421
1421
|
},
|
|
@@ -1434,7 +1434,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1434
1434
|
decimalPlaces: 2,
|
|
1435
1435
|
useCompactNotation: true,
|
|
1436
1436
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1437
|
-
shortTitle: 'Trial Starts Value',
|
|
1437
|
+
shortTitle: 'Channel Trial Starts Value',
|
|
1438
1438
|
tooltip: 'The total assigned value of trial starts attributed to your ads across all channels.',
|
|
1439
1439
|
relatedMeasures: [MEASURE.CHANNEL_START_TRIALS, MEASURE.CHANNEL_START_TRIALS_COST],
|
|
1440
1440
|
},
|
|
@@ -1453,7 +1453,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1453
1453
|
decimalPlaces: 2,
|
|
1454
1454
|
useCompactNotation: true,
|
|
1455
1455
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1456
|
-
shortTitle: 'Cost/Trial Start',
|
|
1456
|
+
shortTitle: 'Channel Cost/Trial Start',
|
|
1457
1457
|
tooltip: 'How much you spend on average to drive each free trial activation through your ads across all channels.',
|
|
1458
1458
|
formulaDisplay: 'Total Spend ÷ Trial Starts',
|
|
1459
1459
|
formula: 'channel_spend / channel_start_trials',
|
|
@@ -1474,7 +1474,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1474
1474
|
decimalPlaces: 0,
|
|
1475
1475
|
useCompactNotation: false,
|
|
1476
1476
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1477
|
-
shortTitle: 'Applications',
|
|
1477
|
+
shortTitle: 'Channel Applications',
|
|
1478
1478
|
tooltip: 'The number of application form submissions attributed to your ads across all channels.',
|
|
1479
1479
|
relatedMeasures: [MEASURE.CHANNEL_SUBMIT_APPLICATIONS_COST, MEASURE.CHANNEL_SUBMIT_APPLICATIONS_VALUE, MEASURE.CHANNEL_LEADS],
|
|
1480
1480
|
},
|
|
@@ -1493,7 +1493,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1493
1493
|
decimalPlaces: 2,
|
|
1494
1494
|
useCompactNotation: true,
|
|
1495
1495
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1496
|
-
shortTitle: 'Applications Value',
|
|
1496
|
+
shortTitle: 'Channel Applications Value',
|
|
1497
1497
|
tooltip: 'The total assigned value of application submissions attributed to your ads across all channels.',
|
|
1498
1498
|
relatedMeasures: [MEASURE.CHANNEL_SUBMIT_APPLICATIONS, MEASURE.CHANNEL_SUBMIT_APPLICATIONS_COST],
|
|
1499
1499
|
},
|
|
@@ -1512,7 +1512,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1512
1512
|
decimalPlaces: 2,
|
|
1513
1513
|
useCompactNotation: true,
|
|
1514
1514
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1515
|
-
shortTitle: 'Cost/Application',
|
|
1515
|
+
shortTitle: 'Channel Cost/Application',
|
|
1516
1516
|
tooltip: 'How much you spend on average to drive each application submission through your ads across all channels.',
|
|
1517
1517
|
formulaDisplay: 'Total Spend ÷ Application Submissions',
|
|
1518
1518
|
formula: 'channel_spend / channel_submit_applications',
|
|
@@ -1533,7 +1533,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1533
1533
|
decimalPlaces: 0,
|
|
1534
1534
|
useCompactNotation: false,
|
|
1535
1535
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1536
|
-
shortTitle: 'App Installs',
|
|
1536
|
+
shortTitle: 'Channel App Installs',
|
|
1537
1537
|
tooltip: 'The number of mobile app installs attributed to your ads across all channels.',
|
|
1538
1538
|
relatedMeasures: [MEASURE.CHANNEL_APP_INSTALLS_COST, MEASURE.CHANNEL_APP_INSTALLS_VALUE, MEASURE.CHANNEL_PURCHASES],
|
|
1539
1539
|
},
|
|
@@ -1552,7 +1552,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1552
1552
|
decimalPlaces: 2,
|
|
1553
1553
|
useCompactNotation: true,
|
|
1554
1554
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1555
|
-
shortTitle: 'App Installs Value',
|
|
1555
|
+
shortTitle: 'Channel App Installs Value',
|
|
1556
1556
|
tooltip: 'The total assigned value of app installs attributed to your ads across all channels.',
|
|
1557
1557
|
relatedMeasures: [MEASURE.CHANNEL_APP_INSTALLS, MEASURE.CHANNEL_APP_INSTALLS_COST],
|
|
1558
1558
|
},
|
|
@@ -1571,7 +1571,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1571
1571
|
decimalPlaces: 2,
|
|
1572
1572
|
useCompactNotation: true,
|
|
1573
1573
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1574
|
-
shortTitle: 'Cost/App Install',
|
|
1574
|
+
shortTitle: 'Channel Cost/App Install',
|
|
1575
1575
|
tooltip: 'How much you spend on average to drive each app install through your ads across all channels.',
|
|
1576
1576
|
formulaDisplay: 'Total Spend ÷ App Installs',
|
|
1577
1577
|
formula: 'channel_spend / channel_app_installs',
|
|
@@ -1592,7 +1592,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1592
1592
|
decimalPlaces: 0,
|
|
1593
1593
|
useCompactNotation: false,
|
|
1594
1594
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1595
|
-
shortTitle: 'Registrations',
|
|
1595
|
+
shortTitle: 'Channel Registrations',
|
|
1596
1596
|
tooltip: 'The number of completed account or event registrations attributed to your ads across all channels.',
|
|
1597
1597
|
relatedMeasures: [MEASURE.CHANNEL_COMPLETE_REGISTRATIONS_COST, MEASURE.CHANNEL_COMPLETE_REGISTRATIONS_VALUE, MEASURE.CHANNEL_LEADS],
|
|
1598
1598
|
},
|
|
@@ -1611,7 +1611,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1611
1611
|
decimalPlaces: 2,
|
|
1612
1612
|
useCompactNotation: true,
|
|
1613
1613
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1614
|
-
shortTitle: 'Registrations Value',
|
|
1614
|
+
shortTitle: 'Channel Registrations Value',
|
|
1615
1615
|
tooltip: 'The total assigned value of completed registrations attributed to your ads across all channels.',
|
|
1616
1616
|
relatedMeasures: [MEASURE.CHANNEL_COMPLETE_REGISTRATIONS, MEASURE.CHANNEL_COMPLETE_REGISTRATIONS_COST],
|
|
1617
1617
|
},
|
|
@@ -1630,7 +1630,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1630
1630
|
decimalPlaces: 2,
|
|
1631
1631
|
useCompactNotation: true,
|
|
1632
1632
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1633
|
-
shortTitle: 'Cost/Registration',
|
|
1633
|
+
shortTitle: 'Channel Cost/Registration',
|
|
1634
1634
|
tooltip: 'How much you spend on average to drive each completed registration through your ads across all channels.',
|
|
1635
1635
|
formulaDisplay: 'Total Spend ÷ Completed Registrations',
|
|
1636
1636
|
formula: 'channel_spend / channel_complete_registrations',
|
|
@@ -1651,7 +1651,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1651
1651
|
decimalPlaces: 0,
|
|
1652
1652
|
useCompactNotation: false,
|
|
1653
1653
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1654
|
-
shortTitle: 'Video Views',
|
|
1654
|
+
shortTitle: 'Channel Video Views',
|
|
1655
1655
|
tooltip: 'The number of times your video ads were viewed across all channels.',
|
|
1656
1656
|
relatedMeasures: [MEASURE.CHANNEL_CPV, MEASURE.CHANNEL_VIDEO_PLAYS, MEASURE.CHANNEL_VIDEO_VIEWS_THRUPLAY],
|
|
1657
1657
|
},
|
|
@@ -1671,7 +1671,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1671
1671
|
useCompactNotation: true,
|
|
1672
1672
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1673
1673
|
aliases: [MEASURE.CHANNEL_VIDEO_VIEWS_COST],
|
|
1674
|
-
shortTitle: 'CPV',
|
|
1674
|
+
shortTitle: 'Channel CPV',
|
|
1675
1675
|
tooltip: 'How much you spend on average for each video view across all channels.',
|
|
1676
1676
|
formulaDisplay: 'Total Spend ÷ Video Views',
|
|
1677
1677
|
formula: 'channel_spend / channel_video_views',
|
|
@@ -1692,7 +1692,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1692
1692
|
decimalPlaces: 0,
|
|
1693
1693
|
useCompactNotation: false,
|
|
1694
1694
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1695
|
-
shortTitle: '15s Video Views',
|
|
1695
|
+
shortTitle: 'Channel 15s Video Views',
|
|
1696
1696
|
tooltip: 'The number of video ad views that lasted at least 15 seconds across all channels.',
|
|
1697
1697
|
relatedMeasures: [MEASURE.CHANNEL_VIDEO_VIEWS_15_SEC_COST, MEASURE.CHANNEL_VIDEO_VIEWS, MEASURE.CHANNEL_VIDEO_VIEWS_30_SEC],
|
|
1698
1698
|
},
|
|
@@ -1711,7 +1711,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1711
1711
|
decimalPlaces: 2,
|
|
1712
1712
|
useCompactNotation: true,
|
|
1713
1713
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1714
|
-
shortTitle: 'Cost/15s View',
|
|
1714
|
+
shortTitle: 'Channel Cost/15s View',
|
|
1715
1715
|
tooltip: 'How much you spend on average for each video view that lasted at least 15 seconds across all channels.',
|
|
1716
1716
|
formulaDisplay: 'Total Spend ÷ 15-Second Video Views',
|
|
1717
1717
|
formula: 'channel_spend / channel_video_views_15_sec',
|
|
@@ -1732,7 +1732,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1732
1732
|
decimalPlaces: 0,
|
|
1733
1733
|
useCompactNotation: false,
|
|
1734
1734
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1735
|
-
shortTitle: '30s Video Views',
|
|
1735
|
+
shortTitle: 'Channel 30s Video Views',
|
|
1736
1736
|
tooltip: 'The number of video ad views that lasted at least 30 seconds across all channels.',
|
|
1737
1737
|
relatedMeasures: [MEASURE.CHANNEL_VIDEO_VIEWS_30_SEC_COST, MEASURE.CHANNEL_VIDEO_VIEWS_15_SEC, MEASURE.CHANNEL_VIDEO_VIEWS],
|
|
1738
1738
|
},
|
|
@@ -1751,7 +1751,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1751
1751
|
decimalPlaces: 2,
|
|
1752
1752
|
useCompactNotation: true,
|
|
1753
1753
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1754
|
-
shortTitle: 'Cost/30s View',
|
|
1754
|
+
shortTitle: 'Channel Cost/30s View',
|
|
1755
1755
|
tooltip: 'How much you spend on average for each video view that lasted at least 30 seconds across all channels.',
|
|
1756
1756
|
formulaDisplay: 'Total Spend ÷ 30-Second Video Views',
|
|
1757
1757
|
formula: 'channel_spend / channel_video_views_30_sec',
|
|
@@ -1772,7 +1772,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1772
1772
|
decimalPlaces: 0,
|
|
1773
1773
|
useCompactNotation: false,
|
|
1774
1774
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1775
|
-
shortTitle: '25% Video Views',
|
|
1775
|
+
shortTitle: 'Channel 25% Video Views',
|
|
1776
1776
|
tooltip: 'The number of video views where at least 25% of the video was watched across all channels.',
|
|
1777
1777
|
relatedMeasures: [MEASURE.CHANNEL_VIDEO_QUARTILE_P25_RATE, MEASURE.CHANNEL_VIDEO_P50_WATCHED_VIEWS, MEASURE.CHANNEL_VIDEO_VIEWS],
|
|
1778
1778
|
},
|
|
@@ -1791,7 +1791,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1791
1791
|
decimalPlaces: 0,
|
|
1792
1792
|
useCompactNotation: false,
|
|
1793
1793
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1794
|
-
shortTitle: '50% Video Views',
|
|
1794
|
+
shortTitle: 'Channel 50% Video Views',
|
|
1795
1795
|
tooltip: 'The number of video views where at least 50% of the video was watched across all channels.',
|
|
1796
1796
|
relatedMeasures: [MEASURE.CHANNEL_VIDEO_QUARTILE_P50_RATE, MEASURE.CHANNEL_VIDEO_P25_WATCHED_VIEWS, MEASURE.CHANNEL_VIDEO_P75_WATCHED_VIEWS],
|
|
1797
1797
|
},
|
|
@@ -1810,7 +1810,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1810
1810
|
decimalPlaces: 0,
|
|
1811
1811
|
useCompactNotation: false,
|
|
1812
1812
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1813
|
-
shortTitle: '75% Video Views',
|
|
1813
|
+
shortTitle: 'Channel 75% Video Views',
|
|
1814
1814
|
tooltip: 'The number of video views where at least 75% of the video was watched across all channels.',
|
|
1815
1815
|
relatedMeasures: [MEASURE.CHANNEL_VIDEO_QUARTILE_P75_RATE, MEASURE.CHANNEL_VIDEO_P50_WATCHED_VIEWS, MEASURE.CHANNEL_VIDEO_P95_WATCHED_VIEWS],
|
|
1816
1816
|
},
|
|
@@ -1829,7 +1829,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1829
1829
|
decimalPlaces: 0,
|
|
1830
1830
|
useCompactNotation: false,
|
|
1831
1831
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1832
|
-
shortTitle: '95% Video Views',
|
|
1832
|
+
shortTitle: 'Channel 95% Video Views',
|
|
1833
1833
|
tooltip: 'The number of video views where at least 95% of the video was watched across all channels.',
|
|
1834
1834
|
relatedMeasures: [MEASURE.CHANNEL_VIDEO_P75_WATCHED_VIEWS, MEASURE.CHANNEL_VIDEO_P100_WATCHED_VIEWS, MEASURE.CHANNEL_VIDEO_VIEWS],
|
|
1835
1835
|
},
|
|
@@ -1848,7 +1848,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1848
1848
|
decimalPlaces: 0,
|
|
1849
1849
|
useCompactNotation: false,
|
|
1850
1850
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1851
|
-
shortTitle: '100% Video Views',
|
|
1851
|
+
shortTitle: 'Channel 100% Video Views',
|
|
1852
1852
|
tooltip: 'The number of video views where the entire video was watched to completion across all channels.',
|
|
1853
1853
|
relatedMeasures: [MEASURE.CHANNEL_VIDEO_QUARTILE_P100_RATE, MEASURE.CHANNEL_VIDEO_VIEWS_THRUPLAY, MEASURE.CHANNEL_VIDEO_P95_WATCHED_VIEWS],
|
|
1854
1854
|
},
|
|
@@ -1867,7 +1867,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1867
1867
|
decimalPlaces: 2,
|
|
1868
1868
|
useCompactNotation: false,
|
|
1869
1869
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1870
|
-
shortTitle: '25% Completion',
|
|
1870
|
+
shortTitle: 'Channel 25% Completion',
|
|
1871
1871
|
tooltip: 'The percentage of video views that reached at least 25% of the video across all channels. A key indicator of early content retention.',
|
|
1872
1872
|
formulaDisplay: '25% Video Views ÷ Video Views × 100',
|
|
1873
1873
|
formula: 'channel_video_p25_watched_views / channel_video_views * 100',
|
|
@@ -1888,7 +1888,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1888
1888
|
decimalPlaces: 2,
|
|
1889
1889
|
useCompactNotation: false,
|
|
1890
1890
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1891
|
-
shortTitle: '50% Completion',
|
|
1891
|
+
shortTitle: 'Channel 50% Completion',
|
|
1892
1892
|
tooltip: 'The percentage of video views that reached at least the midpoint of the video across all channels.',
|
|
1893
1893
|
formulaDisplay: '50% Video Views ÷ Video Views × 100',
|
|
1894
1894
|
formula: 'channel_video_p50_watched_views / channel_video_views * 100',
|
|
@@ -1909,7 +1909,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1909
1909
|
decimalPlaces: 2,
|
|
1910
1910
|
useCompactNotation: false,
|
|
1911
1911
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1912
|
-
shortTitle: '75% Completion',
|
|
1912
|
+
shortTitle: 'Channel 75% Completion',
|
|
1913
1913
|
tooltip: 'The percentage of video views that reached at least 75% of the video across all channels.',
|
|
1914
1914
|
formulaDisplay: '75% Video Views ÷ Video Views × 100',
|
|
1915
1915
|
formula: 'channel_video_p75_watched_views / channel_video_views * 100',
|
|
@@ -1930,7 +1930,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1930
1930
|
decimalPlaces: 2,
|
|
1931
1931
|
useCompactNotation: false,
|
|
1932
1932
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1933
|
-
shortTitle: '100% Completion',
|
|
1933
|
+
shortTitle: 'Channel 100% Completion',
|
|
1934
1934
|
tooltip: 'The percentage of video views where viewers watched the entire video to completion across all channels.',
|
|
1935
1935
|
formulaDisplay: '100% Video Views ÷ Video Views × 100',
|
|
1936
1936
|
formula: 'channel_video_p100_watched_views / channel_video_views * 100',
|
|
@@ -1951,7 +1951,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1951
1951
|
decimalPlaces: 0,
|
|
1952
1952
|
useCompactNotation: false,
|
|
1953
1953
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1954
|
-
shortTitle: 'ThruPlay Views',
|
|
1954
|
+
shortTitle: 'Channel ThruPlay Views',
|
|
1955
1955
|
tooltip: 'The number of times your video ads were played to completion or for at least 15 seconds across all channels.',
|
|
1956
1956
|
relatedMeasures: [MEASURE.CHANNEL_VIDEO_VIEWS_THRUPLAY_COST, MEASURE.CHANNEL_VIDEO_P100_WATCHED_VIEWS, MEASURE.CHANNEL_VIDEO_VIEWS],
|
|
1957
1957
|
},
|
|
@@ -1970,7 +1970,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1970
1970
|
decimalPlaces: 2,
|
|
1971
1971
|
useCompactNotation: true,
|
|
1972
1972
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1973
|
-
shortTitle: 'Cost/ThruPlay',
|
|
1973
|
+
shortTitle: 'Channel Cost/ThruPlay',
|
|
1974
1974
|
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.',
|
|
1975
1975
|
formulaDisplay: 'Total Spend ÷ ThruPlay Views',
|
|
1976
1976
|
formula: 'channel_spend / channel_video_views_thruplay',
|
|
@@ -1991,7 +1991,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
1991
1991
|
decimalPlaces: 0,
|
|
1992
1992
|
useCompactNotation: false,
|
|
1993
1993
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
1994
|
-
shortTitle: 'Video Plays',
|
|
1994
|
+
shortTitle: 'Channel Video Plays',
|
|
1995
1995
|
tooltip: 'The number of times playback was initiated on your video ads across all channels, including autoplay.',
|
|
1996
1996
|
relatedMeasures: [MEASURE.CHANNEL_VIDEO_PLAYS_COST, MEASURE.CHANNEL_VIDEO_VIEWS, MEASURE.CHANNEL_IMPRESSIONS],
|
|
1997
1997
|
},
|
|
@@ -2010,7 +2010,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
2010
2010
|
decimalPlaces: 2,
|
|
2011
2011
|
useCompactNotation: true,
|
|
2012
2012
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
2013
|
-
shortTitle: 'Cost/Video Play',
|
|
2013
|
+
shortTitle: 'Channel Cost/Video Play',
|
|
2014
2014
|
tooltip: 'How much you spend on average for each video play initiation across all channels.',
|
|
2015
2015
|
formulaDisplay: 'Total Spend ÷ Video Plays',
|
|
2016
2016
|
formula: 'channel_spend / channel_video_plays',
|
|
@@ -2031,7 +2031,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
2031
2031
|
decimalPlaces: 0,
|
|
2032
2032
|
useCompactNotation: false,
|
|
2033
2033
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
2034
|
-
shortTitle: 'Conversions',
|
|
2034
|
+
shortTitle: 'Channel Conversions',
|
|
2035
2035
|
tooltip: 'The total number of conversion events attributed to your ads across all channels.',
|
|
2036
2036
|
relatedMeasures: [MEASURE.CHANNEL_CONVERSIONS_VALUE, MEASURE.CHANNEL_CONVERSIONS_COST, MEASURE.CHANNEL_PURCHASES],
|
|
2037
2037
|
},
|
|
@@ -2050,7 +2050,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
2050
2050
|
decimalPlaces: 2,
|
|
2051
2051
|
useCompactNotation: true,
|
|
2052
2052
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
2053
|
-
shortTitle: 'Conversions Value',
|
|
2053
|
+
shortTitle: 'Channel Conversions Value',
|
|
2054
2054
|
tooltip: 'The total monetary value of all conversions attributed to your ads across all channels.',
|
|
2055
2055
|
relatedMeasures: [MEASURE.CHANNEL_CONVERSIONS, MEASURE.CHANNEL_CONVERSIONS_ROAS, MEASURE.CHANNEL_SPEND],
|
|
2056
2056
|
},
|
|
@@ -2069,7 +2069,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
2069
2069
|
decimalPlaces: 2,
|
|
2070
2070
|
useCompactNotation: true,
|
|
2071
2071
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
2072
|
-
shortTitle: 'Cost/Conversion',
|
|
2072
|
+
shortTitle: 'Channel Cost/Conversion',
|
|
2073
2073
|
tooltip: 'How much you spend on average for each conversion event attributed to your ads across all channels.',
|
|
2074
2074
|
formulaDisplay: 'Total Spend ÷ Conversions',
|
|
2075
2075
|
formula: 'channel_spend / channel_conversions',
|
|
@@ -2090,7 +2090,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
2090
2090
|
decimalPlaces: 2,
|
|
2091
2091
|
useCompactNotation: false,
|
|
2092
2092
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
2093
|
-
shortTitle: 'Conv. ROAS',
|
|
2093
|
+
shortTitle: 'Channel Conv. ROAS',
|
|
2094
2094
|
tooltip: 'How many dollars of conversion value you generate for every dollar spent on ads across all channels.',
|
|
2095
2095
|
formulaDisplay: 'Conversions Value ÷ Total Spend',
|
|
2096
2096
|
formula: 'channel_conversions_value / channel_spend',
|
|
@@ -2111,7 +2111,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
2111
2111
|
decimalPlaces: 0,
|
|
2112
2112
|
useCompactNotation: false,
|
|
2113
2113
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
2114
|
-
shortTitle: 'All Conversions',
|
|
2114
|
+
shortTitle: 'Channel All Conversions',
|
|
2115
2115
|
tooltip: 'The total number of all conversion events including cross-device and view-through conversions attributed to your ads across all channels.',
|
|
2116
2116
|
relatedMeasures: [MEASURE.CHANNEL_ALL_CONVERSIONS_VALUE, MEASURE.CHANNEL_ALL_CONVERSIONS_COST, MEASURE.CHANNEL_CONVERSIONS],
|
|
2117
2117
|
},
|
|
@@ -2130,7 +2130,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
2130
2130
|
decimalPlaces: 2,
|
|
2131
2131
|
useCompactNotation: true,
|
|
2132
2132
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
2133
|
-
shortTitle: 'All Conv. Value',
|
|
2133
|
+
shortTitle: 'Channel All Conv. Value',
|
|
2134
2134
|
tooltip: 'The total monetary value of all conversions including cross-device and view-through conversions across all channels.',
|
|
2135
2135
|
relatedMeasures: [MEASURE.CHANNEL_ALL_CONVERSIONS, MEASURE.CHANNEL_ALL_CONVERSIONS_ROAS, MEASURE.CHANNEL_CONVERSIONS_VALUE],
|
|
2136
2136
|
},
|
|
@@ -2149,7 +2149,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
2149
2149
|
decimalPlaces: 2,
|
|
2150
2150
|
useCompactNotation: true,
|
|
2151
2151
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
2152
|
-
shortTitle: 'Cost/All Conv.',
|
|
2152
|
+
shortTitle: 'Channel Cost/All Conv.',
|
|
2153
2153
|
tooltip: 'How much you spend on average for each conversion including cross-device and view-through conversions across all channels.',
|
|
2154
2154
|
formulaDisplay: 'Total Spend ÷ All Conversions',
|
|
2155
2155
|
formula: 'channel_spend / channel_all_conversions',
|
|
@@ -2170,7 +2170,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
2170
2170
|
decimalPlaces: 2,
|
|
2171
2171
|
useCompactNotation: false,
|
|
2172
2172
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
2173
|
-
shortTitle: 'All Conv. ROAS',
|
|
2173
|
+
shortTitle: 'Channel All Conv. ROAS',
|
|
2174
2174
|
tooltip: 'How many dollars of all-conversion value you generate for every dollar spent on ads across all channels, including view-through conversions.',
|
|
2175
2175
|
formulaDisplay: 'All Conversions Value ÷ Total Spend',
|
|
2176
2176
|
formula: 'channel_all_conversions_value / channel_spend',
|
|
@@ -2191,7 +2191,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
2191
2191
|
decimalPlaces: 0,
|
|
2192
2192
|
useCompactNotation: false,
|
|
2193
2193
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
2194
|
-
shortTitle: 'View-Through Conv.',
|
|
2194
|
+
shortTitle: 'Channel View-Through Conv.',
|
|
2195
2195
|
tooltip: 'The number of conversions attributed to users who saw your ad but did not click it, then later converted on their own.',
|
|
2196
2196
|
relatedMeasures: [MEASURE.CHANNEL_VIEW_THRU_CONVERSIONS_COST, MEASURE.CHANNEL_CONVERSIONS, MEASURE.CHANNEL_ALL_CONVERSIONS],
|
|
2197
2197
|
},
|
|
@@ -2210,7 +2210,7 @@ export const CHANNEL_MEASURES_MAP = {
|
|
|
2210
2210
|
decimalPlaces: 2,
|
|
2211
2211
|
useCompactNotation: true,
|
|
2212
2212
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
2213
|
-
shortTitle: 'Cost/VTC',
|
|
2213
|
+
shortTitle: 'Channel Cost/VTC',
|
|
2214
2214
|
tooltip: 'How much you spend on average for each view-through conversion — where a user saw but did not click your ad before converting.',
|
|
2215
2215
|
formulaDisplay: 'Total Spend ÷ View-Through Conversions',
|
|
2216
2216
|
formula: 'channel_spend / channel_view_thru_conversions',
|