@adtrackify/at-tracking-event-types 3.1.40 → 3.1.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/dist/cjs/index.d.ts +1 -1
  2. package/dist/cjs/index.js +17 -17
  3. package/dist/cjs/types/api/account.d.ts +62 -62
  4. package/dist/cjs/types/api/account.js +23 -23
  5. package/dist/cjs/types/api/contact-acquisition.d.ts +39 -39
  6. package/dist/cjs/types/api/contact-acquisition.js +16 -16
  7. package/dist/cjs/types/api/dashboards/index.d.ts +1 -1
  8. package/dist/cjs/types/api/dashboards/index.js +17 -17
  9. package/dist/cjs/types/api/dashboards/widget.d.ts +84 -84
  10. package/dist/cjs/types/api/dashboards/widget.js +21 -21
  11. package/dist/cjs/types/api/destination-tracked-events.d.ts +11 -11
  12. package/dist/cjs/types/api/destination-tracked-events.js +3 -3
  13. package/dist/cjs/types/api/destinations/destination-catalog.d.ts +30 -30
  14. package/dist/cjs/types/api/destinations/destination-catalog.js +2 -2
  15. package/dist/cjs/types/api/destinations/destinations.d.ts +110 -93
  16. package/dist/cjs/types/api/destinations/destinations.js +49 -43
  17. package/dist/cjs/types/api/destinations/destinations.js.map +1 -1
  18. package/dist/cjs/types/api/destinations/index.d.ts +5 -5
  19. package/dist/cjs/types/api/destinations/index.js +21 -21
  20. package/dist/cjs/types/api/destinations/third-party-contact-acquisition-configs.d.ts +9 -9
  21. package/dist/cjs/types/api/destinations/third-party-contact-acquisition-configs.js +2 -2
  22. package/dist/cjs/types/api/destinations/third-party-destination-configs.d.ts +106 -106
  23. package/dist/cjs/types/api/destinations/third-party-destination-configs.js +9 -9
  24. package/dist/cjs/types/api/destinations/third-party-integration-configs.d.ts +60 -60
  25. package/dist/cjs/types/api/destinations/third-party-integration-configs.js +11 -11
  26. package/dist/cjs/types/api/event-last-seen.d.ts +6 -6
  27. package/dist/cjs/types/api/event-last-seen.js +2 -2
  28. package/dist/cjs/types/api/event-status.d.ts +18 -18
  29. package/dist/cjs/types/api/event-status.js +9 -9
  30. package/dist/cjs/types/api/index.d.ts +19 -19
  31. package/dist/cjs/types/api/index.js +35 -35
  32. package/dist/cjs/types/api/log-events.d.ts +22 -22
  33. package/dist/cjs/types/api/log-events.js +2 -2
  34. package/dist/cjs/types/api/measures/definitions/core-channel-measure-definitions.d.ts +123 -123
  35. package/dist/cjs/types/api/measures/definitions/core-channel-measure-definitions.js +126 -126
  36. package/dist/cjs/types/api/measures/definitions/core-measure-definitions.d.ts +123 -123
  37. package/dist/cjs/types/api/measures/definitions/core-measure-definitions.js +126 -126
  38. package/dist/cjs/types/api/measures/definitions/facebook-measure-definitions.d.ts +363 -363
  39. package/dist/cjs/types/api/measures/definitions/facebook-measure-definitions.js +366 -366
  40. package/dist/cjs/types/api/measures/definitions/google-measure-definitions.d.ts +183 -183
  41. package/dist/cjs/types/api/measures/definitions/google-measure-definitions.js +186 -186
  42. package/dist/cjs/types/api/measures/definitions/index.d.ts +7 -7
  43. package/dist/cjs/types/api/measures/definitions/index.js +23 -23
  44. package/dist/cjs/types/api/measures/definitions/measure-definitions.d.ts +1652 -1652
  45. package/dist/cjs/types/api/measures/definitions/measure-definitions.js +167 -167
  46. package/dist/cjs/types/api/measures/definitions/shopify-measure-definitions.d.ts +554 -554
  47. package/dist/cjs/types/api/measures/definitions/shopify-measure-definitions.js +557 -557
  48. package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.d.ts +350 -350
  49. package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.js +353 -353
  50. package/dist/cjs/types/api/measures/index.d.ts +2 -2
  51. package/dist/cjs/types/api/measures/index.js +18 -18
  52. package/dist/cjs/types/api/measures/measures.d.ts +241 -241
  53. package/dist/cjs/types/api/measures/measures.js +245 -245
  54. package/dist/cjs/types/api/pixel-setup-health.d.ts +19 -19
  55. package/dist/cjs/types/api/pixel-setup-health.js +2 -2
  56. package/dist/cjs/types/api/query.d.ts +147 -147
  57. package/dist/cjs/types/api/query.js +90 -90
  58. package/dist/cjs/types/api/shopify-app-install.d.ts +40 -40
  59. package/dist/cjs/types/api/shopify-app-install.js +14 -14
  60. package/dist/cjs/types/api/subscription.d.ts +155 -155
  61. package/dist/cjs/types/api/subscription.js +47 -47
  62. package/dist/cjs/types/api/tracking-events.d.ts +15 -15
  63. package/dist/cjs/types/api/tracking-events.js +2 -2
  64. package/dist/cjs/types/api/user.d.ts +13 -13
  65. package/dist/cjs/types/api/user.js +2 -2
  66. package/dist/cjs/types/common/address.d.ts +15 -15
  67. package/dist/cjs/types/common/address.js +2 -2
  68. package/dist/cjs/types/common/currency.d.ts +1 -1
  69. package/dist/cjs/types/common/currency.js +63 -63
  70. package/dist/cjs/types/common/index.d.ts +2 -2
  71. package/dist/cjs/types/common/index.js +18 -18
  72. package/dist/cjs/types/event/base/event-name-enum.d.ts +59 -59
  73. package/dist/cjs/types/event/base/event-name-enum.js +65 -65
  74. package/dist/cjs/types/event/base/event.d.ts +20 -20
  75. package/dist/cjs/types/event/base/event.js +10 -10
  76. package/dist/cjs/types/event/base/index.d.ts +2 -2
  77. package/dist/cjs/types/event/base/index.js +18 -18
  78. package/dist/cjs/types/event/context/event-context-identity.d.ts +21 -21
  79. package/dist/cjs/types/event/context/event-context-identity.js +2 -2
  80. package/dist/cjs/types/event/context/event-context.d.ts +196 -196
  81. package/dist/cjs/types/event/context/event-context.js +2 -2
  82. package/dist/cjs/types/event/context/index.d.ts +2 -2
  83. package/dist/cjs/types/event/context/index.js +18 -18
  84. package/dist/cjs/types/event/index.d.ts +5 -5
  85. package/dist/cjs/types/event/index.js +21 -21
  86. package/dist/cjs/types/event/log-event.d.ts +35 -35
  87. package/dist/cjs/types/event/log-event.js +22 -22
  88. package/dist/cjs/types/event/metric-event.d.ts +13 -13
  89. package/dist/cjs/types/event/metric-event.js +2 -2
  90. package/dist/cjs/types/event/tracking-event.d.ts +62 -62
  91. package/dist/cjs/types/event/tracking-event.js +2 -2
  92. package/dist/cjs/types/event-bus-event.d.ts +25 -25
  93. package/dist/cjs/types/event-bus-event.js +2 -2
  94. package/dist/cjs/types/fingerprint/browser-attributes.d.ts +60 -60
  95. package/dist/cjs/types/fingerprint/browser-attributes.js +2 -2
  96. package/dist/cjs/types/fingerprint/index.d.ts +6 -6
  97. package/dist/cjs/types/fingerprint/index.js +18 -18
  98. package/dist/cjs/types/fingerprint/server-attributes.d.ts +50 -50
  99. package/dist/cjs/types/fingerprint/server-attributes.js +2 -2
  100. package/dist/cjs/types/index.d.ts +7 -7
  101. package/dist/cjs/types/index.js +23 -23
  102. package/dist/cjs/types/third-party-event-configuration-types.d.ts +10 -10
  103. package/dist/cjs/types/third-party-event-configuration-types.js +2 -2
  104. package/dist/cjs/types/tracking-event-ingest-message.d.ts +10 -10
  105. package/dist/cjs/types/tracking-event-ingest-message.js +2 -2
  106. package/dist/esm/index.d.ts +1 -1
  107. package/dist/esm/index.js +1 -1
  108. package/dist/esm/types/api/account.d.ts +62 -62
  109. package/dist/esm/types/api/account.js +20 -20
  110. package/dist/esm/types/api/contact-acquisition.d.ts +39 -39
  111. package/dist/esm/types/api/contact-acquisition.js +13 -13
  112. package/dist/esm/types/api/dashboards/index.d.ts +1 -1
  113. package/dist/esm/types/api/dashboards/index.js +1 -1
  114. package/dist/esm/types/api/dashboards/widget.d.ts +84 -84
  115. package/dist/esm/types/api/dashboards/widget.js +18 -18
  116. package/dist/esm/types/api/destination-tracked-events.d.ts +11 -11
  117. package/dist/esm/types/api/destination-tracked-events.js +1 -1
  118. package/dist/esm/types/api/destinations/destination-catalog.d.ts +30 -30
  119. package/dist/esm/types/api/destinations/destination-catalog.js +1 -1
  120. package/dist/esm/types/api/destinations/destinations.d.ts +110 -93
  121. package/dist/esm/types/api/destinations/destinations.js +46 -40
  122. package/dist/esm/types/api/destinations/destinations.js.map +1 -1
  123. package/dist/esm/types/api/destinations/index.d.ts +5 -5
  124. package/dist/esm/types/api/destinations/index.js +5 -5
  125. package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.d.ts +9 -9
  126. package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.js +1 -1
  127. package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +106 -106
  128. package/dist/esm/types/api/destinations/third-party-destination-configs.js +6 -6
  129. package/dist/esm/types/api/destinations/third-party-integration-configs.d.ts +60 -60
  130. package/dist/esm/types/api/destinations/third-party-integration-configs.js +8 -8
  131. package/dist/esm/types/api/event-last-seen.d.ts +6 -6
  132. package/dist/esm/types/api/event-last-seen.js +1 -1
  133. package/dist/esm/types/api/event-status.d.ts +18 -18
  134. package/dist/esm/types/api/event-status.js +6 -6
  135. package/dist/esm/types/api/index.d.ts +19 -19
  136. package/dist/esm/types/api/index.js +19 -19
  137. package/dist/esm/types/api/log-events.d.ts +22 -22
  138. package/dist/esm/types/api/log-events.js +1 -1
  139. package/dist/esm/types/api/measures/definitions/core-channel-measure-definitions.d.ts +123 -123
  140. package/dist/esm/types/api/measures/definitions/core-channel-measure-definitions.js +123 -123
  141. package/dist/esm/types/api/measures/definitions/core-measure-definitions.d.ts +123 -123
  142. package/dist/esm/types/api/measures/definitions/core-measure-definitions.js +123 -123
  143. package/dist/esm/types/api/measures/definitions/facebook-measure-definitions.d.ts +363 -363
  144. package/dist/esm/types/api/measures/definitions/facebook-measure-definitions.js +363 -363
  145. package/dist/esm/types/api/measures/definitions/google-measure-definitions.d.ts +183 -183
  146. package/dist/esm/types/api/measures/definitions/google-measure-definitions.js +183 -183
  147. package/dist/esm/types/api/measures/definitions/index.d.ts +7 -7
  148. package/dist/esm/types/api/measures/definitions/index.js +7 -7
  149. package/dist/esm/types/api/measures/definitions/measure-definitions.d.ts +1652 -1652
  150. package/dist/esm/types/api/measures/definitions/measure-definitions.js +164 -164
  151. package/dist/esm/types/api/measures/definitions/shopify-measure-definitions.d.ts +554 -554
  152. package/dist/esm/types/api/measures/definitions/shopify-measure-definitions.js +554 -554
  153. package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.d.ts +350 -350
  154. package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.js +350 -350
  155. package/dist/esm/types/api/measures/index.d.ts +2 -2
  156. package/dist/esm/types/api/measures/index.js +2 -2
  157. package/dist/esm/types/api/measures/measures.d.ts +241 -241
  158. package/dist/esm/types/api/measures/measures.js +242 -242
  159. package/dist/esm/types/api/pixel-setup-health.d.ts +19 -19
  160. package/dist/esm/types/api/pixel-setup-health.js +1 -1
  161. package/dist/esm/types/api/query.d.ts +147 -147
  162. package/dist/esm/types/api/query.js +87 -87
  163. package/dist/esm/types/api/shopify-app-install.d.ts +40 -40
  164. package/dist/esm/types/api/shopify-app-install.js +11 -11
  165. package/dist/esm/types/api/subscription.d.ts +155 -155
  166. package/dist/esm/types/api/subscription.js +44 -44
  167. package/dist/esm/types/api/tracking-events.d.ts +15 -15
  168. package/dist/esm/types/api/tracking-events.js +1 -1
  169. package/dist/esm/types/api/user.d.ts +13 -13
  170. package/dist/esm/types/api/user.js +1 -1
  171. package/dist/esm/types/common/address.d.ts +15 -15
  172. package/dist/esm/types/common/address.js +1 -1
  173. package/dist/esm/types/common/currency.d.ts +1 -1
  174. package/dist/esm/types/common/currency.js +60 -60
  175. package/dist/esm/types/common/index.d.ts +2 -2
  176. package/dist/esm/types/common/index.js +2 -2
  177. package/dist/esm/types/event/base/event-name-enum.d.ts +59 -59
  178. package/dist/esm/types/event/base/event-name-enum.js +62 -62
  179. package/dist/esm/types/event/base/event.d.ts +20 -20
  180. package/dist/esm/types/event/base/event.js +7 -7
  181. package/dist/esm/types/event/base/index.d.ts +2 -2
  182. package/dist/esm/types/event/base/index.js +2 -2
  183. package/dist/esm/types/event/context/event-context-identity.d.ts +21 -21
  184. package/dist/esm/types/event/context/event-context-identity.js +1 -1
  185. package/dist/esm/types/event/context/event-context.d.ts +196 -196
  186. package/dist/esm/types/event/context/event-context.js +1 -1
  187. package/dist/esm/types/event/context/index.d.ts +2 -2
  188. package/dist/esm/types/event/context/index.js +2 -2
  189. package/dist/esm/types/event/index.d.ts +5 -5
  190. package/dist/esm/types/event/index.js +5 -5
  191. package/dist/esm/types/event/log-event.d.ts +35 -35
  192. package/dist/esm/types/event/log-event.js +19 -19
  193. package/dist/esm/types/event/metric-event.d.ts +13 -13
  194. package/dist/esm/types/event/metric-event.js +1 -1
  195. package/dist/esm/types/event/tracking-event.d.ts +62 -62
  196. package/dist/esm/types/event/tracking-event.js +1 -1
  197. package/dist/esm/types/event-bus-event.d.ts +25 -25
  198. package/dist/esm/types/event-bus-event.js +1 -1
  199. package/dist/esm/types/fingerprint/browser-attributes.d.ts +60 -60
  200. package/dist/esm/types/fingerprint/browser-attributes.js +1 -1
  201. package/dist/esm/types/fingerprint/index.d.ts +6 -6
  202. package/dist/esm/types/fingerprint/index.js +2 -2
  203. package/dist/esm/types/fingerprint/server-attributes.d.ts +50 -50
  204. package/dist/esm/types/fingerprint/server-attributes.js +1 -1
  205. package/dist/esm/types/index.d.ts +7 -7
  206. package/dist/esm/types/index.js +7 -7
  207. package/dist/esm/types/third-party-event-configuration-types.d.ts +10 -10
  208. package/dist/esm/types/third-party-event-configuration-types.js +1 -1
  209. package/dist/esm/types/tracking-event-ingest-message.d.ts +10 -10
  210. package/dist/esm/types/tracking-event-ingest-message.js +1 -1
  211. package/package.json +1 -1
@@ -1,2 +1,2 @@
1
- export * from './measures';
2
- export * from './definitions';
1
+ export * from './measures';
2
+ export * from './definitions';
@@ -1,3 +1,3 @@
1
- export * from './measures';
2
- export * from './definitions';
1
+ export * from './measures';
2
+ export * from './definitions';
3
3
  //# sourceMappingURL=index.js.map
@@ -1,241 +1,241 @@
1
- export declare enum MEASURE {
2
- TRACKED_PAGE_VIEWS = "tracked.page_views",
3
- TRACKED_VIEW_CONTENTS = "tracked.view_contents",
4
- TRACKED_ADD_TO_CARTS = "tracked.add_to_carts",
5
- TRACKED_INITIATE_CHECKOUTS = "tracked.initiate_checkouts",
6
- TRACKED_PURCHASES = "tracked.purchases",
7
- TRACKED_REVENUE = "tracked.revenue",
8
- TRACKED_SESSION_CONVERSION_RATE = "tracked.session_conversion_rate",
9
- TRACKED_REVENUE_PER_VISITOR = "tracked.revenue_per_visitor",
10
- TRACKED_REVENUE_PER_SESSION = "tracked.revenue_per_session",
11
- TRACKED_UNIQUE_SESSIONS = "tracked.sessions",
12
- TRACKED_UNIQUE_VISITORS = "tracked.visitors",
13
- TRACKED_ADD_TO_CART_RATE = "tracked.add_to_cart_rate",
14
- TRACKED_VIEW_CONTENT_RATE = "tracked.view_content_rate",
15
- TRACKED_INITIATE_CHECKOUT_RATE = "tracked.initiate_checkout_rate",
16
- TRACKED_PV_TO_VC_RATE = "tracked.pv_to_vc_rate",
17
- TRACKED_VC_TO_ATC_RATE = "tracked.vc_to_atc_rate",
18
- TRACKED_ATC_TO_IC_RATE = "tracked.atc_to_ic_rate",
19
- TRACKED_IC_TO_PURCHASE_RATE = "tracked.ic_to_purchase_rate",
20
- TRACKED_TOTAL_EVENTS = "tracked.events_processed",
21
- TRACKED_AVG_PAGE_VISITS_PER_SESSION = "tracked.avg_page_visits_per_session",
22
- TRACKED_AVG_PAGE_VIEWS_PER_SESSION = "tracked.avg_page_views_per_session",
23
- TRACKED_AVG_VIEW_CONTENTS_PER_SESSION = "tracked.avg_view_contents_per_session",
24
- TRACKED_AVG_SESSIONS_PER_VISITOR = "tracked.avg_sessions_per_visitor",
25
- TRACKED_EVENTS = "tracked.events_count",
26
- TRACKED_EVENTS_VALUE = "tracked.events_value",
27
- TRACKED_NEW_VISITORS_PERCENT = "tracked.new_visitors_percent",
28
- TRACKED_NEW_SESSION_PERCENT = "tracked.new_session_percent",
29
- TRACKED_NEW_VISITORS = "tracked.new_visitors",
30
- TRACKED_NEW_SESSIONS = "tracked.new_sessions",
31
- TRACKED_SESSION_VIEW_PRODUCT_RATE = "tracked.session_view_product_rate",
32
- TRACKED_AVG_TIME_ON_PAGE = "tracked.avg_time_on_page",
33
- TRACKED_BOUNCE_RATE = "tracked.bounce_rate",
34
- SHOPIFY_CUSTOMERS = "shopify.customers",
35
- SHOPIFY_ABANDONED_CHECKOUTS_VALUE = "shopify.abandoned_checkouts_value",
36
- SHOPIFY_ABANDONED_CHECKOUTS = "shopify.abandoned_checkouts",
37
- SHOPIFY_CANCELLED_ORDERS = "shopify.cancelled_orders_count",
38
- SHOPIFY_CANCELLED_AMOUNT = "shopify.cancellation_amount",
39
- SHOPIFY_GROSS_SALES = "shopify.gross_sales",
40
- SHOPIFY_NET_SALES = "shopify.net_sales",
41
- SHOPIFY_REFUNDS = "shopify.refunds_count",
42
- SHOPIFY_REFUND_AMOUNT_REFUND_DATE = "shopify.refunds_amount_refund_date",
43
- SHOPIFY_REFUND_AMOUNT_ORDER_DATE = "shopify.refunds_amount_order_date",
44
- SHOPIFY_REFUND_GROSS_PERCENT = "shopify.refunds_gross_percent",
45
- SHOPIFY_REFUND_NET_PERCENT = "shopify.refunds_net_percent",
46
- SHOPIFY_REFUND_RATE = "shopify.refunds_rate",
47
- SHOPIFY_DISCOUNTS = "shopify.discounts_count",
48
- SHOPIFY_DISCOUNT_AMOUNT = "shopify.discount_amount",
49
- SHOPIFY_DISCOUNT_GROSS_PERCENT = "shopify.discounts_gross_percent",
50
- SHOPIFY_DISCOUNT_NET_PERCENT = "shopify.discounts_net_percent",
51
- SHOPIFY_DISCOUNT_RATE = "shopify.discounts_rate",
52
- SHOPIFY_REFUND_PLUS_DISCOUNT_AMOUNT = "shopify.refunds_plus_discount",
53
- SHOPIFY_ORDERS = "shopify.order_count",
54
- SHOPIFY_AVG_ORDERS_PER_CUSTOMER = "shopify.avg_orders_per_customer",
55
- SHOPIFY_REVENUE = "shopify.revenue",
56
- SHOPIFY_SUBTOTAL_AMOUNT = "shopify.subtotal_amount",
57
- SHOPIFY_TOTAL_AMOUNT = "shopify.total_amount",
58
- SHOPIFY_NET_PLUS_SHIPPING_AMOUNT = "shopify.net_plus_shipping_amount",
59
- SHOPIFY_AOV = "shopify.average_order_value",
60
- SHOPIFY_NET_AOV = "shopify.net_average_order_value",
61
- SHOPIFY_TOP_PRODUCTS = "shopify.top_products",
62
- SHOPIFY_PRODUCT_UNITS_SOLD = "shopify.product_units_sold",
63
- SHOPIFY_CUSTOMER_LTV = "shopify.customer_ltv",
64
- SHOPIFY_REPEAT_CUSTOMER_RATE = "shopify.repeat_customer_rate",
65
- SHOPIFY_TAX_AMOUNT = "shopify.tax_amount",
66
- SHOPIFY_SHIPPING_AMOUNT = "shopify.shipping_amount",
67
- SHOPIFY_NEW_CUSTOMERS = "shopify.new_customers",
68
- SHOPIFY_NEW_CUSTOMER_GROSS_SALES = "shopify.new_customer_gross_sales",
69
- SHOPIFY_NEW_CUSTOMER_GROSS_PERCENT = "shopify.new_customer_gross_percent",
70
- SHOPIFY_NEW_CUSTOMER_NET_SALES = "shopify.new_customer_net_sales",
71
- SHOPIFY_NEW_CUSTOMER_AOV = "shopify.new_customer_aov",
72
- SHOPIFY_NEW_CUSTOMER_NET_AOV = "shopify.new_customer_net_aov",
73
- SHOPIFY_NEW_CUSTOMER_GROSS_AOV = "shopify.new_customer_gross_aov",
74
- SHOPIFY_NEW_CUSTOMER_TOTAL_SALES = "shopify.new_customer_total_sales",
75
- SHOPIFY_NEW_CUSTOMER_RATE = "shopify.new_customer_rate",
76
- SHOPIFY_RETURNING_CUSTOMERS = "shopify.returning_customers",
77
- SHOPIFY_RETURNING_CUSTOMER_GROSS_SALES = "shopify.returning_customer_gross_sales",
78
- SHOPIFY_RETURNING_CUSTOMER_GROSS_PERCENT = "shopify.returning_customer_gross_percent",
79
- SHOPIFY_RETURNING_CUSTOMER_NET_SALES = "shopify.returning_customer_net_sales",
80
- SHOPIFY_RETURNING_CUSTOMER_TOTAL_SALES = "shopify.returning_customer_total_sales",
81
- SHOPIFY_RETURNING_CUSTOMER_AOV = "shopify.returning_customer_aov",
82
- SHOPIFY_RETURNING_CUSTOMER_NET_AOV = "shopify.returning_customer_net_aov",
83
- SHOPIFY_RETURNING_CUSTOMER_RATE = "shopify.returning_customer_rate",
84
- SHOPIFY_LTV = "shopify.lifetime_value",
85
- SHOPIFY_LTV_90 = "shopify.lifetime_value_90",
86
- SHOPIFY_LTV_180 = "shopify.lifetime_value_180",
87
- SHOPIFY_LTV_365 = "shopify.lifetime_value_365",
88
- SHOPIFY_LTV_COHORT_GROSS_SALE_PRICE = "shopify.ltv_cohort_gross_sale_price",
89
- SHOPIFY_LTV_COHORT_NET_SALE_PRICE = "shopify.ltv_cohort_net_sale_price",
90
- SHOPIFY_LTV_COHORT_NETT_SALE_PRICE = "shopify.ltv_cohort_nett_sale_price",
91
- SHOPIFY_LTV_COHORT_NETTS_SALE_PRICE = "shopify.ltv_cohort_netts_sale_price",
92
- SHOPIFY_LTV_COHORT_NETS_SALE_PRICE = "shopify.ltv_cohort_nets_sale_price",
93
- SHOPIFY_CUSTOMERS_COHORT = "shopify.customers_cohort",
94
- SHOPIFY_CUSTOMERS_RETENTION_RATE_COHORT = "shopify.customers_retention_rate_cohort",
95
- SHOPIFY_AVG_ORDER_VALUE_COHORT = "shopify.avg_order_value_cohort",
96
- SITE_TTFB = "site.ttfb",
97
- SITE_FCP = "site.fcp",
98
- SITE_LCP = "site.lcp",
99
- SITE_TIME_ON_SITE = "site.time_on_site",
100
- CORE_CHANNEL_SPEND = "core.channel_spend",
101
- CORE_CHANNEL_REACH = "core.channel_reach",
102
- CORE_CHANNEL_FREQUENCY = "core.channel_frequency",
103
- CORE_CHANNEL_IMPRESSIONS = "core.channel_impressions",
104
- CORE_CHANNEL_CPC = "core.channel_cpc",
105
- CORE_CHANNEL_CPM = "core.channel_cpm",
106
- CORE_CHANNEL_CPP = "core.channel_cpp",
107
- CORE_CHANNEL_CPV = "core.channel_cpv",
108
- CORE_CHANNEL_CPI = "core.channel_cpi",
109
- CORE_CHANNEL_CLICKS = "core.channel_clicks",
110
- CORE_CHANNEL_CTR = "core.channel_ctr",
111
- CORE_CHANNEL_UNIQUE_CLICKS = "core.channel_unique_clicks",
112
- CORE_CHANNEL_COST_PER_UNIQUE_CLICK = "core.channel_cost_per_unique_click",
113
- CORE_CHANNEL_INLINE_CLICKS = "core.channel_inline_clicks",
114
- CORE_CHANNEL_COST_PER_INLINE_CLICK = "core.channel_cost_per_inline_click",
115
- CORE_CHANNEL_INLINE_CLICK_CTR = "core.channel_inline_click_ctr",
116
- CORE_CHANNEL_OUTBOUND_CLICKS = "core.channel_outbound_clicks",
117
- CORE_CHANNEL_COST_PER_OUTBOUND_CLICK = "core.channel_cost_per_outbound_click",
118
- CORE_CHANNEL_OUTBOUND_CLICKS_CTR = "core.channel_outbound_clicks_ctr",
119
- CORE_CHANNEL_OMNI_VIEW_CONTENTS = "core.channel_omni_view_contents",
120
- CORE_CHANNEL_OMNI_VIEW_CONTENTS_VALUE = "core.channel_omni_view_contents_value",
121
- CORE_CHANNEL_OMNI_VIEW_CONTENTS_COST = "core.channel_omni_view_contents_cost",
122
- CORE_CHANNEL_OMNI_ADD_TO_CARTS = "core.channel_omni_add_to_carts",
123
- CORE_CHANNEL_OMNI_ADD_TO_CARTS_VALUE = "core.channel_omni_add_to_carts_value",
124
- CORE_CHANNEL_OMNI_ADD_TO_CARTS_COST = "core.channel_omni_add_to_carts_cost",
125
- CORE_CHANNEL_OMNI_INITIATE_CHECKOUTS = "core.channel_omni_initiate_checkouts",
126
- CORE_CHANNEL_OMNI_INITIATE_CHECKOUTS_VALUE = "core.channel_omni_initiate_checkouts_value",
127
- CORE_CHANNEL_OMNI_INITIATE_CHECKOUTS_COST = "core.channel_omni_initiate_checkouts_cost",
128
- CORE_CHANNEL_PURCHASES = "core.channel_purchases",
129
- CORE_CHANNEL_PURCHASES_VALUE = "core.channel_purchases_value",
130
- CORE_CHANNEL_PURCHASES_COST = "core.channel_purchases_cost",
131
- CORE_CHANNEL_CPA = "core.channel_cpa",
132
- CORE_CHANNEL_ROAS = "core.channel_roas",
133
- CORE_CHANNEL_ALL_CONVERSIONS = "core.channel_all_conversions",
134
- CORE_CHANNEL_ALL_CONVERSIONS_VALUE = "core.channel_all_conversions_value",
135
- CORE_CHANNEL_ALL_CONVERSIONS_COST = "core.channel_all_conversions_cost",
136
- CORE_CHANNEL_ALL_CONVERSIONS_ROAS = "core.channel_all_conversions_roas",
137
- CORE_CHANNEL_LEADS = "core.channel_leads",
138
- CORE_CHANNEL_LEADS_VALUE = "core.channel_leads_value",
139
- CORE_CHANNEL_LEADS_COST = "core.channel_leads_cost",
140
- CORE_CHANNEL_NEW_CUSTOMER_PURCHASES = "core.channel_new_customer_purchases",
141
- CORE_CHANNEL_NEW_CUSTOMER_PURCHASES_VALUE = "core.channel_new_customer_purchases_value",
142
- CORE_CHANNEL_NEW_CUSTOMER_CPA = "core.channel_new_customer_cpa",
143
- CORE_CHANNEL_NEW_CUSTOMER_ROAS = "core.channel_new_customer_roas",
144
- CORE_CHANNEL_VIDEO_VIEWS = "core.channel_video_views",
145
- CORE_CHANNEL_VIDEO_VIEWS_COST = "core.channel_video_views_cost",
146
- CORE_CHANNEL_VIDEO_VIEWS_15SEC_COST = "core.channel_video_views_15sec_cost",
147
- CORE_CHANNEL_VIDEO_VIEWS_THRUPLAY_COST = "core.channel_video_views_thruplay_cost",
148
- CORE_CHANNEL_VIDEO_30SEC_WATCHED_VIEWS = "core.channel_video_30sec_watched_views",
149
- CORE_CHANNEL_VIDEO_AVG_TIME_WATCHED_VIEWS = "core.channel_video_avg_time_watched_views",
150
- CORE_CHANNEL_VIDEO_P25_WATCHED_VIEWS = "core.channel_video_p25_watched_views",
151
- CORE_CHANNEL_VIDEO_P50_WATCHED_VIEWS = "core.channel_video_p50_watched_views",
152
- CORE_CHANNEL_VIDEO_P75_WATCHED_VIEWS = "core.channel_video_p75_watched_views",
153
- CORE_CHANNEL_VIDEO_P95_WATCHED_VIEWS = "core.channel_video_p95_watched_views",
154
- CORE_CHANNEL_VIDEO_P100_WATCHED_VIEWS = "core.channel_video_p100_watched_views",
155
- CORE_CHANNEL_VIDEO_QUARTILE_P25_RATE = "core.channel_video_quartile_p25_rate",
156
- CORE_CHANNEL_VIDEO_QUARTILE_P50_RATE = "core.channel_video_quartile_p50_rate",
157
- CORE_CHANNEL_VIDEO_QUARTILE_P75_RATE = "core.channel_video_quartile_p75_rate",
158
- CORE_CHANNEL_VIDEO_QUARTILE_P100_RATE = "core.channel_video_quartile_p100_rate",
159
- CORE_CHANNEL_VIDEO_PLAYS = "core.channel_video_plays",
160
- CORE_SPEND_GROSS_PERCENT = "core.spend_gross_percent",
161
- CORE_SPEND_NET_PERCENT = "core.spend_net_percent",
162
- CORE_CPA = "core.cpa",
163
- CORE_NEW_CUSTOMER_CPA = "core.new_customer_cpa",
164
- CORE_ROAS_GROSS = "core.roas_gross",
165
- CORE_ROAS_NET = "core.roas_net",
166
- CORE_ROAS_TOTAL = "core.roas_total",
167
- CORE_MER_GROSS = "core.mer_gross",
168
- CORE_MER_NET = "core.mer_net",
169
- CORE_MER_TOTAL = "core.mer_total",
170
- CORE_RRADD = "core.rradd",
171
- CORE_RRADD_GROSS_PERCENT = "core.rradd_gross_percent",
172
- CORE_RRADD_NET_PERCENT = "core.rradd_net_percent",
173
- CORE_NEW_CUSTOMER_ROAS = "core.new_customer_roas",
174
- CORE_NEW_CUSTOMER_ROAS_GROSS = "core.new_customer_roas_gross",
175
- CORE_NEW_CUSTOMER_ROAS_NET = "core.new_customer_roas_net",
176
- CORE_NEW_CUSTOMER_ROAS_TOTAL = "core.new_customer_roas_total",
177
- FB_CPC = "fb.cpc",
178
- FB_CTR = "fb.ctr",
179
- FB_CPM = "fb.cpm",
180
- FB_ROAS = "fb.roas",
181
- FB_SPEND = "fb.spend",
182
- FB_CPA = "fb.cpa",
183
- FB_IMPRESSIONS = "fb.impressions",
184
- FB_CLICKS = "fb.clicks",
185
- FB_FREQUENCY = "fb.frequency",
186
- FB_PURCHASES = "fb.purchases",
187
- FB_PURCHASES_VALUE = "fb.purchases_value",
188
- FB_PURCHASES_COST = "fb.purchases_cost",
189
- FB_NEW_CUSTOMER_PURCHASES = "fb.new_customer_purchases",
190
- FB_NEW_CUSTOMER_PURCHASES_VALUE = "fb.new_customer_purchases_value",
191
- FB_NEW_CUSTOMER_PURCHASES_COST = "fb.new_customer_purchases_cost",
192
- FB_NEW_CUSTOMER_CPA = "fb.new_customer_cpa",
193
- FB_NEW_CUSTOMER_ROAS = "fb.new_customer_roas",
194
- FB_REACH = "fb.reach",
195
- FB_CPP = "fb.cpp",
196
- FB_UNIQUE_CLICKS = "fb.unique_clicks",
197
- FB_COST_PER_UNIQUE_CLICK = "fb.cost_per_unique_click",
198
- FB_INLINE_CLICKS = "fb.inline_clicks",
199
- FB_COST_PER_INLINE_CLICK = "fb.cost_per_inline_click",
200
- FB_OUTBOUND_CLICKS = "fb.outbound_clicks",
201
- FB_COST_PER_OUTBOUND_CLICK = "fb.cost_per_outbound_click",
202
- FB_VIEW_CONTENTS = "fb.view_contents",
203
- FB_VIEW_CONTENTS_VALUE = "fb.view_contents_value",
204
- FB_VIEW_CONTENTS_COST = "fb.view_contents_cost",
205
- FB_ADD_TO_CARTS = "fb.add_to_carts",
206
- FB_ADD_TO_CARTS_VALUE = "fb.add_to_carts_value",
207
- FB_ADD_TO_CARTS_COST = "fb.add_to_carts_cost",
208
- FB_INITIATE_CHECKOUTS = "fb.initiate_checkouts",
209
- FB_INITIATE_CHECKOUTS_VALUE = "fb.initiate_checkouts_value",
210
- FB_INITIATE_CHECKOUTS_COST = "fb.initiate_checkouts_cost",
211
- FB_LEADS = "fb.leads",
212
- FB_LEADS_VALUE = "fb.leads_value",
213
- FB_LEADS_COST = "fb.leads_cost",
214
- FB_VIDEO_VIEWS = "fb.video_views",
215
- FB_VIDEO_VIEWS_COST = "fb.video_views_cost",
216
- FB_VIDEO_VIEWS_15_SEC_COST = "fb.video_views_15sec_cost",
217
- FB_VIDEO_VIEWS_THRUPLAY_COST = "fb.video_views_thruplay_cost",
218
- FB_VIDEO_PLAYS = "fb.video_plays",
219
- GOOGLE_CPC = "google.cpc",
220
- GOOGLE_CTR = "google.ctr",
221
- GOOGLE_CPM = "google.cpm",
222
- GOOGLE_ROAS = "google.roas",
223
- GOOGLE_SPEND = "google.spend",
224
- GOOGLE_CPA = "google.cpa",
225
- GOOGLE_IMPRESSIONS = "google.impressions",
226
- GOOGLE_CLICKS = "google.clicks",
227
- GOOGLE_FREQUENCY = "google.frequency",
228
- GOOGLE_PURCHASES = "google.purchases",
229
- GOOGLE_PURCHASES_VALUE = "google.purchases_value",
230
- GOOGLE_AVG_PURCHASE_VALUE = "google.avg_purchase_value",
231
- GOOGLE_PURCHASES_COST = "google.purchases_cost",
232
- GOOGLE_ALL_CONVERSIONS = "google.all_conversions",
233
- GOOGLE_ALL_CONVERSIONS_VALUE = "google.all_conversions_value",
234
- GOOGLE_AVG_ALL_CONVERSION_VALUE = "google.avg_all_conversion_value",
235
- GOOGLE_ALL_CONVERSIONS_COST = "google.all_conversions_cost",
236
- GOOGLE_ALL_CONVERSIONS_ROAS = "google.all_conversions_roas",
237
- GOOGLE_CPV = "google.cpv",
238
- GOOGLE_CPI = "google.cpi",
239
- GOOGLE_VIDEO_VIEWS = "google.video_views",
240
- GOOGLE_VIEW_THRU_CONVERSIONS = "google.view_thru_conversions"
241
- }
1
+ export declare enum MEASURE {
2
+ TRACKED_PAGE_VIEWS = "tracked.page_views",
3
+ TRACKED_VIEW_CONTENTS = "tracked.view_contents",
4
+ TRACKED_ADD_TO_CARTS = "tracked.add_to_carts",
5
+ TRACKED_INITIATE_CHECKOUTS = "tracked.initiate_checkouts",
6
+ TRACKED_PURCHASES = "tracked.purchases",
7
+ TRACKED_REVENUE = "tracked.revenue",
8
+ TRACKED_SESSION_CONVERSION_RATE = "tracked.session_conversion_rate",
9
+ TRACKED_REVENUE_PER_VISITOR = "tracked.revenue_per_visitor",
10
+ TRACKED_REVENUE_PER_SESSION = "tracked.revenue_per_session",
11
+ TRACKED_UNIQUE_SESSIONS = "tracked.sessions",
12
+ TRACKED_UNIQUE_VISITORS = "tracked.visitors",
13
+ TRACKED_ADD_TO_CART_RATE = "tracked.add_to_cart_rate",
14
+ TRACKED_VIEW_CONTENT_RATE = "tracked.view_content_rate",
15
+ TRACKED_INITIATE_CHECKOUT_RATE = "tracked.initiate_checkout_rate",
16
+ TRACKED_PV_TO_VC_RATE = "tracked.pv_to_vc_rate",
17
+ TRACKED_VC_TO_ATC_RATE = "tracked.vc_to_atc_rate",
18
+ TRACKED_ATC_TO_IC_RATE = "tracked.atc_to_ic_rate",
19
+ TRACKED_IC_TO_PURCHASE_RATE = "tracked.ic_to_purchase_rate",
20
+ TRACKED_TOTAL_EVENTS = "tracked.events_processed",
21
+ TRACKED_AVG_PAGE_VISITS_PER_SESSION = "tracked.avg_page_visits_per_session",
22
+ TRACKED_AVG_PAGE_VIEWS_PER_SESSION = "tracked.avg_page_views_per_session",
23
+ TRACKED_AVG_VIEW_CONTENTS_PER_SESSION = "tracked.avg_view_contents_per_session",
24
+ TRACKED_AVG_SESSIONS_PER_VISITOR = "tracked.avg_sessions_per_visitor",
25
+ TRACKED_EVENTS = "tracked.events_count",
26
+ TRACKED_EVENTS_VALUE = "tracked.events_value",
27
+ TRACKED_NEW_VISITORS_PERCENT = "tracked.new_visitors_percent",
28
+ TRACKED_NEW_SESSION_PERCENT = "tracked.new_session_percent",
29
+ TRACKED_NEW_VISITORS = "tracked.new_visitors",
30
+ TRACKED_NEW_SESSIONS = "tracked.new_sessions",
31
+ TRACKED_SESSION_VIEW_PRODUCT_RATE = "tracked.session_view_product_rate",
32
+ TRACKED_AVG_TIME_ON_PAGE = "tracked.avg_time_on_page",
33
+ TRACKED_BOUNCE_RATE = "tracked.bounce_rate",
34
+ SHOPIFY_CUSTOMERS = "shopify.customers",
35
+ SHOPIFY_ABANDONED_CHECKOUTS_VALUE = "shopify.abandoned_checkouts_value",
36
+ SHOPIFY_ABANDONED_CHECKOUTS = "shopify.abandoned_checkouts",
37
+ SHOPIFY_CANCELLED_ORDERS = "shopify.cancelled_orders_count",
38
+ SHOPIFY_CANCELLED_AMOUNT = "shopify.cancellation_amount",
39
+ SHOPIFY_GROSS_SALES = "shopify.gross_sales",
40
+ SHOPIFY_NET_SALES = "shopify.net_sales",
41
+ SHOPIFY_REFUNDS = "shopify.refunds_count",
42
+ SHOPIFY_REFUND_AMOUNT_REFUND_DATE = "shopify.refunds_amount_refund_date",
43
+ SHOPIFY_REFUND_AMOUNT_ORDER_DATE = "shopify.refunds_amount_order_date",
44
+ SHOPIFY_REFUND_GROSS_PERCENT = "shopify.refunds_gross_percent",
45
+ SHOPIFY_REFUND_NET_PERCENT = "shopify.refunds_net_percent",
46
+ SHOPIFY_REFUND_RATE = "shopify.refunds_rate",
47
+ SHOPIFY_DISCOUNTS = "shopify.discounts_count",
48
+ SHOPIFY_DISCOUNT_AMOUNT = "shopify.discount_amount",
49
+ SHOPIFY_DISCOUNT_GROSS_PERCENT = "shopify.discounts_gross_percent",
50
+ SHOPIFY_DISCOUNT_NET_PERCENT = "shopify.discounts_net_percent",
51
+ SHOPIFY_DISCOUNT_RATE = "shopify.discounts_rate",
52
+ SHOPIFY_REFUND_PLUS_DISCOUNT_AMOUNT = "shopify.refunds_plus_discount",
53
+ SHOPIFY_ORDERS = "shopify.order_count",
54
+ SHOPIFY_AVG_ORDERS_PER_CUSTOMER = "shopify.avg_orders_per_customer",
55
+ SHOPIFY_REVENUE = "shopify.revenue",
56
+ SHOPIFY_SUBTOTAL_AMOUNT = "shopify.subtotal_amount",
57
+ SHOPIFY_TOTAL_AMOUNT = "shopify.total_amount",
58
+ SHOPIFY_NET_PLUS_SHIPPING_AMOUNT = "shopify.net_plus_shipping_amount",
59
+ SHOPIFY_AOV = "shopify.average_order_value",
60
+ SHOPIFY_NET_AOV = "shopify.net_average_order_value",
61
+ SHOPIFY_TOP_PRODUCTS = "shopify.top_products",
62
+ SHOPIFY_PRODUCT_UNITS_SOLD = "shopify.product_units_sold",
63
+ SHOPIFY_CUSTOMER_LTV = "shopify.customer_ltv",
64
+ SHOPIFY_REPEAT_CUSTOMER_RATE = "shopify.repeat_customer_rate",
65
+ SHOPIFY_TAX_AMOUNT = "shopify.tax_amount",
66
+ SHOPIFY_SHIPPING_AMOUNT = "shopify.shipping_amount",
67
+ SHOPIFY_NEW_CUSTOMERS = "shopify.new_customers",
68
+ SHOPIFY_NEW_CUSTOMER_GROSS_SALES = "shopify.new_customer_gross_sales",
69
+ SHOPIFY_NEW_CUSTOMER_GROSS_PERCENT = "shopify.new_customer_gross_percent",
70
+ SHOPIFY_NEW_CUSTOMER_NET_SALES = "shopify.new_customer_net_sales",
71
+ SHOPIFY_NEW_CUSTOMER_AOV = "shopify.new_customer_aov",
72
+ SHOPIFY_NEW_CUSTOMER_NET_AOV = "shopify.new_customer_net_aov",
73
+ SHOPIFY_NEW_CUSTOMER_GROSS_AOV = "shopify.new_customer_gross_aov",
74
+ SHOPIFY_NEW_CUSTOMER_TOTAL_SALES = "shopify.new_customer_total_sales",
75
+ SHOPIFY_NEW_CUSTOMER_RATE = "shopify.new_customer_rate",
76
+ SHOPIFY_RETURNING_CUSTOMERS = "shopify.returning_customers",
77
+ SHOPIFY_RETURNING_CUSTOMER_GROSS_SALES = "shopify.returning_customer_gross_sales",
78
+ SHOPIFY_RETURNING_CUSTOMER_GROSS_PERCENT = "shopify.returning_customer_gross_percent",
79
+ SHOPIFY_RETURNING_CUSTOMER_NET_SALES = "shopify.returning_customer_net_sales",
80
+ SHOPIFY_RETURNING_CUSTOMER_TOTAL_SALES = "shopify.returning_customer_total_sales",
81
+ SHOPIFY_RETURNING_CUSTOMER_AOV = "shopify.returning_customer_aov",
82
+ SHOPIFY_RETURNING_CUSTOMER_NET_AOV = "shopify.returning_customer_net_aov",
83
+ SHOPIFY_RETURNING_CUSTOMER_RATE = "shopify.returning_customer_rate",
84
+ SHOPIFY_LTV = "shopify.lifetime_value",
85
+ SHOPIFY_LTV_90 = "shopify.lifetime_value_90",
86
+ SHOPIFY_LTV_180 = "shopify.lifetime_value_180",
87
+ SHOPIFY_LTV_365 = "shopify.lifetime_value_365",
88
+ SHOPIFY_LTV_COHORT_GROSS_SALE_PRICE = "shopify.ltv_cohort_gross_sale_price",
89
+ SHOPIFY_LTV_COHORT_NET_SALE_PRICE = "shopify.ltv_cohort_net_sale_price",
90
+ SHOPIFY_LTV_COHORT_NETT_SALE_PRICE = "shopify.ltv_cohort_nett_sale_price",
91
+ SHOPIFY_LTV_COHORT_NETTS_SALE_PRICE = "shopify.ltv_cohort_netts_sale_price",
92
+ SHOPIFY_LTV_COHORT_NETS_SALE_PRICE = "shopify.ltv_cohort_nets_sale_price",
93
+ SHOPIFY_CUSTOMERS_COHORT = "shopify.customers_cohort",
94
+ SHOPIFY_CUSTOMERS_RETENTION_RATE_COHORT = "shopify.customers_retention_rate_cohort",
95
+ SHOPIFY_AVG_ORDER_VALUE_COHORT = "shopify.avg_order_value_cohort",
96
+ SITE_TTFB = "site.ttfb",
97
+ SITE_FCP = "site.fcp",
98
+ SITE_LCP = "site.lcp",
99
+ SITE_TIME_ON_SITE = "site.time_on_site",
100
+ CORE_CHANNEL_SPEND = "core.channel_spend",
101
+ CORE_CHANNEL_REACH = "core.channel_reach",
102
+ CORE_CHANNEL_FREQUENCY = "core.channel_frequency",
103
+ CORE_CHANNEL_IMPRESSIONS = "core.channel_impressions",
104
+ CORE_CHANNEL_CPC = "core.channel_cpc",
105
+ CORE_CHANNEL_CPM = "core.channel_cpm",
106
+ CORE_CHANNEL_CPP = "core.channel_cpp",
107
+ CORE_CHANNEL_CPV = "core.channel_cpv",
108
+ CORE_CHANNEL_CPI = "core.channel_cpi",
109
+ CORE_CHANNEL_CLICKS = "core.channel_clicks",
110
+ CORE_CHANNEL_CTR = "core.channel_ctr",
111
+ CORE_CHANNEL_UNIQUE_CLICKS = "core.channel_unique_clicks",
112
+ CORE_CHANNEL_COST_PER_UNIQUE_CLICK = "core.channel_cost_per_unique_click",
113
+ CORE_CHANNEL_INLINE_CLICKS = "core.channel_inline_clicks",
114
+ CORE_CHANNEL_COST_PER_INLINE_CLICK = "core.channel_cost_per_inline_click",
115
+ CORE_CHANNEL_INLINE_CLICK_CTR = "core.channel_inline_click_ctr",
116
+ CORE_CHANNEL_OUTBOUND_CLICKS = "core.channel_outbound_clicks",
117
+ CORE_CHANNEL_COST_PER_OUTBOUND_CLICK = "core.channel_cost_per_outbound_click",
118
+ CORE_CHANNEL_OUTBOUND_CLICKS_CTR = "core.channel_outbound_clicks_ctr",
119
+ CORE_CHANNEL_OMNI_VIEW_CONTENTS = "core.channel_omni_view_contents",
120
+ CORE_CHANNEL_OMNI_VIEW_CONTENTS_VALUE = "core.channel_omni_view_contents_value",
121
+ CORE_CHANNEL_OMNI_VIEW_CONTENTS_COST = "core.channel_omni_view_contents_cost",
122
+ CORE_CHANNEL_OMNI_ADD_TO_CARTS = "core.channel_omni_add_to_carts",
123
+ CORE_CHANNEL_OMNI_ADD_TO_CARTS_VALUE = "core.channel_omni_add_to_carts_value",
124
+ CORE_CHANNEL_OMNI_ADD_TO_CARTS_COST = "core.channel_omni_add_to_carts_cost",
125
+ CORE_CHANNEL_OMNI_INITIATE_CHECKOUTS = "core.channel_omni_initiate_checkouts",
126
+ CORE_CHANNEL_OMNI_INITIATE_CHECKOUTS_VALUE = "core.channel_omni_initiate_checkouts_value",
127
+ CORE_CHANNEL_OMNI_INITIATE_CHECKOUTS_COST = "core.channel_omni_initiate_checkouts_cost",
128
+ CORE_CHANNEL_PURCHASES = "core.channel_purchases",
129
+ CORE_CHANNEL_PURCHASES_VALUE = "core.channel_purchases_value",
130
+ CORE_CHANNEL_PURCHASES_COST = "core.channel_purchases_cost",
131
+ CORE_CHANNEL_CPA = "core.channel_cpa",
132
+ CORE_CHANNEL_ROAS = "core.channel_roas",
133
+ CORE_CHANNEL_ALL_CONVERSIONS = "core.channel_all_conversions",
134
+ CORE_CHANNEL_ALL_CONVERSIONS_VALUE = "core.channel_all_conversions_value",
135
+ CORE_CHANNEL_ALL_CONVERSIONS_COST = "core.channel_all_conversions_cost",
136
+ CORE_CHANNEL_ALL_CONVERSIONS_ROAS = "core.channel_all_conversions_roas",
137
+ CORE_CHANNEL_LEADS = "core.channel_leads",
138
+ CORE_CHANNEL_LEADS_VALUE = "core.channel_leads_value",
139
+ CORE_CHANNEL_LEADS_COST = "core.channel_leads_cost",
140
+ CORE_CHANNEL_NEW_CUSTOMER_PURCHASES = "core.channel_new_customer_purchases",
141
+ CORE_CHANNEL_NEW_CUSTOMER_PURCHASES_VALUE = "core.channel_new_customer_purchases_value",
142
+ CORE_CHANNEL_NEW_CUSTOMER_CPA = "core.channel_new_customer_cpa",
143
+ CORE_CHANNEL_NEW_CUSTOMER_ROAS = "core.channel_new_customer_roas",
144
+ CORE_CHANNEL_VIDEO_VIEWS = "core.channel_video_views",
145
+ CORE_CHANNEL_VIDEO_VIEWS_COST = "core.channel_video_views_cost",
146
+ CORE_CHANNEL_VIDEO_VIEWS_15SEC_COST = "core.channel_video_views_15sec_cost",
147
+ CORE_CHANNEL_VIDEO_VIEWS_THRUPLAY_COST = "core.channel_video_views_thruplay_cost",
148
+ CORE_CHANNEL_VIDEO_30SEC_WATCHED_VIEWS = "core.channel_video_30sec_watched_views",
149
+ CORE_CHANNEL_VIDEO_AVG_TIME_WATCHED_VIEWS = "core.channel_video_avg_time_watched_views",
150
+ CORE_CHANNEL_VIDEO_P25_WATCHED_VIEWS = "core.channel_video_p25_watched_views",
151
+ CORE_CHANNEL_VIDEO_P50_WATCHED_VIEWS = "core.channel_video_p50_watched_views",
152
+ CORE_CHANNEL_VIDEO_P75_WATCHED_VIEWS = "core.channel_video_p75_watched_views",
153
+ CORE_CHANNEL_VIDEO_P95_WATCHED_VIEWS = "core.channel_video_p95_watched_views",
154
+ CORE_CHANNEL_VIDEO_P100_WATCHED_VIEWS = "core.channel_video_p100_watched_views",
155
+ CORE_CHANNEL_VIDEO_QUARTILE_P25_RATE = "core.channel_video_quartile_p25_rate",
156
+ CORE_CHANNEL_VIDEO_QUARTILE_P50_RATE = "core.channel_video_quartile_p50_rate",
157
+ CORE_CHANNEL_VIDEO_QUARTILE_P75_RATE = "core.channel_video_quartile_p75_rate",
158
+ CORE_CHANNEL_VIDEO_QUARTILE_P100_RATE = "core.channel_video_quartile_p100_rate",
159
+ CORE_CHANNEL_VIDEO_PLAYS = "core.channel_video_plays",
160
+ CORE_SPEND_GROSS_PERCENT = "core.spend_gross_percent",
161
+ CORE_SPEND_NET_PERCENT = "core.spend_net_percent",
162
+ CORE_CPA = "core.cpa",
163
+ CORE_NEW_CUSTOMER_CPA = "core.new_customer_cpa",
164
+ CORE_ROAS_GROSS = "core.roas_gross",
165
+ CORE_ROAS_NET = "core.roas_net",
166
+ CORE_ROAS_TOTAL = "core.roas_total",
167
+ CORE_MER_GROSS = "core.mer_gross",
168
+ CORE_MER_NET = "core.mer_net",
169
+ CORE_MER_TOTAL = "core.mer_total",
170
+ CORE_RRADD = "core.rradd",
171
+ CORE_RRADD_GROSS_PERCENT = "core.rradd_gross_percent",
172
+ CORE_RRADD_NET_PERCENT = "core.rradd_net_percent",
173
+ CORE_NEW_CUSTOMER_ROAS = "core.new_customer_roas",
174
+ CORE_NEW_CUSTOMER_ROAS_GROSS = "core.new_customer_roas_gross",
175
+ CORE_NEW_CUSTOMER_ROAS_NET = "core.new_customer_roas_net",
176
+ CORE_NEW_CUSTOMER_ROAS_TOTAL = "core.new_customer_roas_total",
177
+ FB_CPC = "fb.cpc",
178
+ FB_CTR = "fb.ctr",
179
+ FB_CPM = "fb.cpm",
180
+ FB_ROAS = "fb.roas",
181
+ FB_SPEND = "fb.spend",
182
+ FB_CPA = "fb.cpa",
183
+ FB_IMPRESSIONS = "fb.impressions",
184
+ FB_CLICKS = "fb.clicks",
185
+ FB_FREQUENCY = "fb.frequency",
186
+ FB_PURCHASES = "fb.purchases",
187
+ FB_PURCHASES_VALUE = "fb.purchases_value",
188
+ FB_PURCHASES_COST = "fb.purchases_cost",
189
+ FB_NEW_CUSTOMER_PURCHASES = "fb.new_customer_purchases",
190
+ FB_NEW_CUSTOMER_PURCHASES_VALUE = "fb.new_customer_purchases_value",
191
+ FB_NEW_CUSTOMER_PURCHASES_COST = "fb.new_customer_purchases_cost",
192
+ FB_NEW_CUSTOMER_CPA = "fb.new_customer_cpa",
193
+ FB_NEW_CUSTOMER_ROAS = "fb.new_customer_roas",
194
+ FB_REACH = "fb.reach",
195
+ FB_CPP = "fb.cpp",
196
+ FB_UNIQUE_CLICKS = "fb.unique_clicks",
197
+ FB_COST_PER_UNIQUE_CLICK = "fb.cost_per_unique_click",
198
+ FB_INLINE_CLICKS = "fb.inline_clicks",
199
+ FB_COST_PER_INLINE_CLICK = "fb.cost_per_inline_click",
200
+ FB_OUTBOUND_CLICKS = "fb.outbound_clicks",
201
+ FB_COST_PER_OUTBOUND_CLICK = "fb.cost_per_outbound_click",
202
+ FB_VIEW_CONTENTS = "fb.view_contents",
203
+ FB_VIEW_CONTENTS_VALUE = "fb.view_contents_value",
204
+ FB_VIEW_CONTENTS_COST = "fb.view_contents_cost",
205
+ FB_ADD_TO_CARTS = "fb.add_to_carts",
206
+ FB_ADD_TO_CARTS_VALUE = "fb.add_to_carts_value",
207
+ FB_ADD_TO_CARTS_COST = "fb.add_to_carts_cost",
208
+ FB_INITIATE_CHECKOUTS = "fb.initiate_checkouts",
209
+ FB_INITIATE_CHECKOUTS_VALUE = "fb.initiate_checkouts_value",
210
+ FB_INITIATE_CHECKOUTS_COST = "fb.initiate_checkouts_cost",
211
+ FB_LEADS = "fb.leads",
212
+ FB_LEADS_VALUE = "fb.leads_value",
213
+ FB_LEADS_COST = "fb.leads_cost",
214
+ FB_VIDEO_VIEWS = "fb.video_views",
215
+ FB_VIDEO_VIEWS_COST = "fb.video_views_cost",
216
+ FB_VIDEO_VIEWS_15_SEC_COST = "fb.video_views_15sec_cost",
217
+ FB_VIDEO_VIEWS_THRUPLAY_COST = "fb.video_views_thruplay_cost",
218
+ FB_VIDEO_PLAYS = "fb.video_plays",
219
+ GOOGLE_CPC = "google.cpc",
220
+ GOOGLE_CTR = "google.ctr",
221
+ GOOGLE_CPM = "google.cpm",
222
+ GOOGLE_ROAS = "google.roas",
223
+ GOOGLE_SPEND = "google.spend",
224
+ GOOGLE_CPA = "google.cpa",
225
+ GOOGLE_IMPRESSIONS = "google.impressions",
226
+ GOOGLE_CLICKS = "google.clicks",
227
+ GOOGLE_FREQUENCY = "google.frequency",
228
+ GOOGLE_PURCHASES = "google.purchases",
229
+ GOOGLE_PURCHASES_VALUE = "google.purchases_value",
230
+ GOOGLE_AVG_PURCHASE_VALUE = "google.avg_purchase_value",
231
+ GOOGLE_PURCHASES_COST = "google.purchases_cost",
232
+ GOOGLE_ALL_CONVERSIONS = "google.all_conversions",
233
+ GOOGLE_ALL_CONVERSIONS_VALUE = "google.all_conversions_value",
234
+ GOOGLE_AVG_ALL_CONVERSION_VALUE = "google.avg_all_conversion_value",
235
+ GOOGLE_ALL_CONVERSIONS_COST = "google.all_conversions_cost",
236
+ GOOGLE_ALL_CONVERSIONS_ROAS = "google.all_conversions_roas",
237
+ GOOGLE_CPV = "google.cpv",
238
+ GOOGLE_CPI = "google.cpi",
239
+ GOOGLE_VIDEO_VIEWS = "google.video_views",
240
+ GOOGLE_VIEW_THRU_CONVERSIONS = "google.view_thru_conversions"
241
+ }