@adtrackify/at-tracking-event-types 4.46.0 → 4.47.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.
@@ -1524,7 +1524,7 @@ exports.ORDERS_MEASURES_MAP = {
1524
1524
  valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
1525
1525
  decimalPlaces: 0,
1526
1526
  useCompactNotation: false,
1527
- applicableContexts: measure_applicable_contexts_js_1.ORDERS_ATTRIBUTION_APPLICABLE_CONTEXTS,
1527
+ applicableContexts: measure_applicable_contexts_js_1.CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
1528
1528
  shortTitle: 'Cancellations',
1529
1529
  tooltip: 'The number of orders that were cancelled before fulfillment. High counts may indicate checkout friction or inventory issues.',
1530
1530
  relatedMeasures: [measures_js_1.MEASURE.ORDERS_CANCELLED_AMOUNT, measures_js_1.MEASURE.ORDERS_COUNT, measures_js_1.MEASURE.ORDERS_REFUND_COUNT],
@@ -1544,7 +1544,7 @@ exports.ORDERS_MEASURES_MAP = {
1544
1544
  valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
1545
1545
  decimalPlaces: 2,
1546
1546
  useCompactNotation: true,
1547
- applicableContexts: measure_applicable_contexts_js_1.ORDERS_ATTRIBUTION_APPLICABLE_CONTEXTS,
1547
+ applicableContexts: measure_applicable_contexts_js_1.CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
1548
1548
  shortTitle: 'Cancelled $',
1549
1549
  tooltip: 'The total dollar value of cancelled orders. Represents potential revenue that was lost before fulfillment.',
1550
1550
  relatedMeasures: [measures_js_1.MEASURE.ORDERS_CANCELLED_COUNT, measures_js_1.MEASURE.ORDERS_REFUNDS, measures_js_1.MEASURE.ORDERS_TOTAL_REVENUE],
@@ -1564,7 +1564,7 @@ exports.ORDERS_MEASURES_MAP = {
1564
1564
  valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
1565
1565
  decimalPlaces: 0,
1566
1566
  useCompactNotation: false,
1567
- applicableContexts: measure_applicable_contexts_js_1.ORDERS_ATTRIBUTION_APPLICABLE_CONTEXTS,
1567
+ applicableContexts: measure_applicable_contexts_js_1.CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
1568
1568
  shortTitle: 'NC Cancellations',
1569
1569
  tooltip: 'The number of new customer orders that were cancelled before fulfillment.',
1570
1570
  relatedMeasures: [measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CANCELLED_AMOUNT, measures_js_1.MEASURE.ORDERS_CANCELLED_COUNT, measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_COUNT],
@@ -1584,7 +1584,7 @@ exports.ORDERS_MEASURES_MAP = {
1584
1584
  valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
1585
1585
  decimalPlaces: 2,
1586
1586
  useCompactNotation: true,
1587
- applicableContexts: measure_applicable_contexts_js_1.ORDERS_ATTRIBUTION_APPLICABLE_CONTEXTS,
1587
+ applicableContexts: measure_applicable_contexts_js_1.CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
1588
1588
  shortTitle: 'NC Cancelled $',
1589
1589
  tooltip: 'The total dollar value of cancelled new customer orders.',
1590
1590
  relatedMeasures: [measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CANCELLED_COUNT, measures_js_1.MEASURE.ORDERS_CANCELLED_AMOUNT, measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_TOTAL_REVENUE],
@@ -1604,7 +1604,7 @@ exports.ORDERS_MEASURES_MAP = {
1604
1604
  valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
1605
1605
  decimalPlaces: 0,
1606
1606
  useCompactNotation: false,
1607
- applicableContexts: measure_applicable_contexts_js_1.ORDERS_ATTRIBUTION_APPLICABLE_CONTEXTS,
1607
+ applicableContexts: measure_applicable_contexts_js_1.CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
1608
1608
  shortTitle: 'RC Cancellations',
1609
1609
  tooltip: 'The number of returning customer orders that were cancelled before fulfillment.',
1610
1610
  relatedMeasures: [measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CANCELLED_AMOUNT, measures_js_1.MEASURE.ORDERS_CANCELLED_COUNT, measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_COUNT],
@@ -1624,7 +1624,7 @@ exports.ORDERS_MEASURES_MAP = {
1624
1624
  valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
1625
1625
  decimalPlaces: 2,
1626
1626
  useCompactNotation: true,
1627
- applicableContexts: measure_applicable_contexts_js_1.ORDERS_ATTRIBUTION_APPLICABLE_CONTEXTS,
1627
+ applicableContexts: measure_applicable_contexts_js_1.CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
1628
1628
  shortTitle: 'RC Cancelled $',
1629
1629
  tooltip: 'The total dollar value of cancelled returning customer orders.',
1630
1630
  relatedMeasures: [measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CANCELLED_COUNT, measures_js_1.MEASURE.ORDERS_CANCELLED_AMOUNT, measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_TOTAL_REVENUE],
@@ -2316,7 +2316,7 @@ exports.ORDERS_MEASURES_MAP = {
2316
2316
  valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
2317
2317
  decimalPlaces: 2,
2318
2318
  useCompactNotation: true,
2319
- applicableContexts: measure_applicable_contexts_js_1.ORDERS_ATTRIBUTION_APPLICABLE_CONTEXTS,
2319
+ applicableContexts: measure_applicable_contexts_js_1.LTV_COHORT_APPLICABLE_CONTEXTS,
2320
2320
  shortTitle: 'LTV',
2321
2321
  tooltip: 'The average total revenue generated per customer over their entire purchase history. Higher LTV justifies greater acquisition spend.',
2322
2322
  relatedMeasures: [measures_js_1.MEASURE.ORDERS_LTV_90, measures_js_1.MEASURE.ORDERS_LTV_180, measures_js_1.MEASURE.ORDERS_LTV_365, measures_js_1.MEASURE.ORDERS_AVG_ORDERS_PER_CUSTOMER],
@@ -2336,7 +2336,7 @@ exports.ORDERS_MEASURES_MAP = {
2336
2336
  valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
2337
2337
  decimalPlaces: 2,
2338
2338
  useCompactNotation: true,
2339
- applicableContexts: measure_applicable_contexts_js_1.ORDERS_ATTRIBUTION_APPLICABLE_CONTEXTS,
2339
+ applicableContexts: measure_applicable_contexts_js_1.LTV_COHORT_APPLICABLE_CONTEXTS,
2340
2340
  tooltip: 'Average revenue per customer within 90 days of their first purchase. Useful for evaluating short-term payback on acquisition.',
2341
2341
  relatedMeasures: [measures_js_1.MEASURE.ORDERS_LTV, measures_js_1.MEASURE.ORDERS_LTV_180, measures_js_1.MEASURE.ORDERS_LTV_365],
2342
2342
  },
@@ -2355,7 +2355,7 @@ exports.ORDERS_MEASURES_MAP = {
2355
2355
  valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
2356
2356
  decimalPlaces: 2,
2357
2357
  useCompactNotation: true,
2358
- applicableContexts: measure_applicable_contexts_js_1.ORDERS_ATTRIBUTION_APPLICABLE_CONTEXTS,
2358
+ applicableContexts: measure_applicable_contexts_js_1.LTV_COHORT_APPLICABLE_CONTEXTS,
2359
2359
  tooltip: 'Average revenue per customer within 180 days of their first purchase. Captures two purchase cycles for most repeat-buy categories.',
2360
2360
  relatedMeasures: [measures_js_1.MEASURE.ORDERS_LTV, measures_js_1.MEASURE.ORDERS_LTV_90, measures_js_1.MEASURE.ORDERS_LTV_365],
2361
2361
  },
@@ -2374,7 +2374,7 @@ exports.ORDERS_MEASURES_MAP = {
2374
2374
  valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
2375
2375
  decimalPlaces: 2,
2376
2376
  useCompactNotation: true,
2377
- applicableContexts: measure_applicable_contexts_js_1.ORDERS_ATTRIBUTION_APPLICABLE_CONTEXTS,
2377
+ applicableContexts: measure_applicable_contexts_js_1.LTV_COHORT_APPLICABLE_CONTEXTS,
2378
2378
  tooltip: 'Average revenue per customer in the first full year after acquisition. A standard benchmark for paid acquisition payback periods.',
2379
2379
  relatedMeasures: [measures_js_1.MEASURE.ORDERS_LTV, measures_js_1.MEASURE.ORDERS_LTV_90, measures_js_1.MEASURE.ORDERS_LTV_180],
2380
2380
  },
@@ -2393,7 +2393,7 @@ exports.ORDERS_MEASURES_MAP = {
2393
2393
  valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
2394
2394
  decimalPlaces: 2,
2395
2395
  useCompactNotation: true,
2396
- applicableContexts: measure_applicable_contexts_js_1.ORDERS_ATTRIBUTION_APPLICABLE_CONTEXTS,
2396
+ applicableContexts: measure_applicable_contexts_js_1.LTV_COHORT_APPLICABLE_CONTEXTS,
2397
2397
  shortTitle: 'Cohort Gross Rev',
2398
2398
  tooltip: 'Cumulative gross revenue generated by a customer cohort over time. Used for LTV cohort analysis across acquisition periods.',
2399
2399
  relatedMeasures: [measures_js_1.MEASURE.ORDERS_COHORT_NET_REVENUE, measures_js_1.MEASURE.ORDERS_COHORT_AOV, measures_js_1.MEASURE.ORDERS_COHORT_CUSTOMERS],
@@ -2413,7 +2413,7 @@ exports.ORDERS_MEASURES_MAP = {
2413
2413
  valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
2414
2414
  decimalPlaces: 2,
2415
2415
  useCompactNotation: true,
2416
- applicableContexts: measure_applicable_contexts_js_1.ORDERS_ATTRIBUTION_APPLICABLE_CONTEXTS,
2416
+ applicableContexts: measure_applicable_contexts_js_1.LTV_COHORT_APPLICABLE_CONTEXTS,
2417
2417
  shortTitle: 'Cohort Net Rev',
2418
2418
  tooltip: 'Cumulative net revenue (after discounts and refunds) from a customer cohort over time.',
2419
2419
  relatedMeasures: [measures_js_1.MEASURE.ORDERS_COHORT_GROSS_REVENUE, measures_js_1.MEASURE.ORDERS_COHORT_AOV, measures_js_1.MEASURE.ORDERS_COHORT_CUSTOMERS],
@@ -2433,7 +2433,7 @@ exports.ORDERS_MEASURES_MAP = {
2433
2433
  valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
2434
2434
  decimalPlaces: 0,
2435
2435
  useCompactNotation: true,
2436
- applicableContexts: measure_applicable_contexts_js_1.ORDERS_ATTRIBUTION_APPLICABLE_CONTEXTS,
2436
+ applicableContexts: measure_applicable_contexts_js_1.LTV_COHORT_APPLICABLE_CONTEXTS,
2437
2437
  shortTitle: 'Cohort Cust.',
2438
2438
  tooltip: 'The number of customers who made their first purchase in the cohort period. The denominator for all per-customer cohort metrics.',
2439
2439
  relatedMeasures: [measures_js_1.MEASURE.ORDERS_COHORT_GROSS_REVENUE, measures_js_1.MEASURE.ORDERS_COHORT_RETENTION_RATE, measures_js_1.MEASURE.ORDERS_COHORT_AOV],
@@ -2453,7 +2453,7 @@ exports.ORDERS_MEASURES_MAP = {
2453
2453
  valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
2454
2454
  decimalPlaces: 2,
2455
2455
  useCompactNotation: false,
2456
- applicableContexts: measure_applicable_contexts_js_1.ORDERS_ATTRIBUTION_APPLICABLE_CONTEXTS,
2456
+ applicableContexts: measure_applicable_contexts_js_1.LTV_COHORT_APPLICABLE_CONTEXTS,
2457
2457
  shortTitle: 'Cohort Retention',
2458
2458
  tooltip: 'The percentage of customers in a cohort who made an additional purchase in a subsequent period. Higher retention drives LTV.',
2459
2459
  formulaDisplay: 'Returning Cohort Customers ÷ Initial Cohort Customers × 100',
@@ -2475,7 +2475,7 @@ exports.ORDERS_MEASURES_MAP = {
2475
2475
  valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
2476
2476
  decimalPlaces: 2,
2477
2477
  useCompactNotation: true,
2478
- applicableContexts: measure_applicable_contexts_js_1.ORDERS_ATTRIBUTION_APPLICABLE_CONTEXTS,
2478
+ applicableContexts: measure_applicable_contexts_js_1.LTV_COHORT_APPLICABLE_CONTEXTS,
2479
2479
  tooltip: 'Average order value for orders placed by customers in the cohort. Tracks whether AOV changes as a cohort matures.',
2480
2480
  formulaDisplay: 'Cohort Revenue ÷ Cohort Order Count',
2481
2481
  formula: 'cohort_revenue / cohort_order_count',