@adtrackify/at-tracking-event-types 3.4.7 → 3.4.8

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 (256) hide show
  1. package/README.md +12 -12
  2. package/dist/cjs/index.d.ts +1 -1
  3. package/dist/cjs/index.js +17 -17
  4. package/dist/cjs/types/api/account.d.ts +76 -76
  5. package/dist/cjs/types/api/account.js +36 -36
  6. package/dist/cjs/types/api/contact-acquisition/contact-acquisition.d.ts +102 -100
  7. package/dist/cjs/types/api/contact-acquisition/contact-acquisition.js +17 -15
  8. package/dist/cjs/types/api/contact-acquisition/contact-acquisition.js.map +1 -1
  9. package/dist/cjs/types/api/contact-acquisition/email-verification.d.ts +30 -30
  10. package/dist/cjs/types/api/contact-acquisition/email-verification.js +11 -11
  11. package/dist/cjs/types/api/contact-acquisition/index.d.ts +5 -5
  12. package/dist/cjs/types/api/contact-acquisition/index.js +21 -21
  13. package/dist/cjs/types/api/contact-acquisition/purchased-contact.d.ts +35 -35
  14. package/dist/cjs/types/api/contact-acquisition/purchased-contact.js +8 -8
  15. package/dist/cjs/types/api/contact-acquisition/purchased-traits.d.ts +63 -63
  16. package/dist/cjs/types/api/contact-acquisition/purchased-traits.js +2 -2
  17. package/dist/cjs/types/api/contact-acquisition/third-party-contact.d.ts +44 -44
  18. package/dist/cjs/types/api/contact-acquisition/third-party-contact.js +2 -2
  19. package/dist/cjs/types/api/dashboards/index.d.ts +1 -1
  20. package/dist/cjs/types/api/dashboards/index.js +17 -17
  21. package/dist/cjs/types/api/dashboards/widget.d.ts +115 -115
  22. package/dist/cjs/types/api/dashboards/widget.js +36 -36
  23. package/dist/cjs/types/api/destination-tracked-events.d.ts +11 -11
  24. package/dist/cjs/types/api/destination-tracked-events.js +3 -3
  25. package/dist/cjs/types/api/destinations/destination-catalog.d.ts +30 -30
  26. package/dist/cjs/types/api/destinations/destination-catalog.js +2 -2
  27. package/dist/cjs/types/api/destinations/destinations.d.ts +112 -112
  28. package/dist/cjs/types/api/destinations/destinations.js +50 -50
  29. package/dist/cjs/types/api/destinations/index.d.ts +5 -5
  30. package/dist/cjs/types/api/destinations/index.js +21 -21
  31. package/dist/cjs/types/api/destinations/third-party-contact-acquisition-configs.d.ts +9 -9
  32. package/dist/cjs/types/api/destinations/third-party-contact-acquisition-configs.js +2 -2
  33. package/dist/cjs/types/api/destinations/third-party-destination-configs.d.ts +117 -117
  34. package/dist/cjs/types/api/destinations/third-party-destination-configs.js +9 -9
  35. package/dist/cjs/types/api/destinations/third-party-integration-configs.d.ts +61 -60
  36. package/dist/cjs/types/api/destinations/third-party-integration-configs.js +11 -11
  37. package/dist/cjs/types/api/event-last-seen.d.ts +6 -6
  38. package/dist/cjs/types/api/event-last-seen.js +2 -2
  39. package/dist/cjs/types/api/event-status.d.ts +18 -18
  40. package/dist/cjs/types/api/event-status.js +9 -9
  41. package/dist/cjs/types/api/index.d.ts +21 -21
  42. package/dist/cjs/types/api/index.js +37 -37
  43. package/dist/cjs/types/api/log-events.d.ts +22 -22
  44. package/dist/cjs/types/api/log-events.js +2 -2
  45. package/dist/cjs/types/api/measures/definitions/channel-measure-definitions.d.ts +2 -2
  46. package/dist/cjs/types/api/measures/definitions/channel-measure-definitions.js +1224 -1224
  47. package/dist/cjs/types/api/measures/definitions/core-measure-definitions.d.ts +2 -2
  48. package/dist/cjs/types/api/measures/definitions/core-measure-definitions.js +446 -446
  49. package/dist/cjs/types/api/measures/definitions/facebook-measure-definitions.d.ts +2 -2
  50. package/dist/cjs/types/api/measures/definitions/facebook-measure-definitions.js +639 -639
  51. package/dist/cjs/types/api/measures/definitions/google-measure-definitions.d.ts +2 -2
  52. package/dist/cjs/types/api/measures/definitions/google-measure-definitions.js +339 -339
  53. package/dist/cjs/types/api/measures/definitions/index.d.ts +11 -11
  54. package/dist/cjs/types/api/measures/definitions/index.js +27 -27
  55. package/dist/cjs/types/api/measures/definitions/measure-applicable-contexts.d.ts +9 -9
  56. package/dist/cjs/types/api/measures/definitions/measure-applicable-contexts.js +22 -22
  57. package/dist/cjs/types/api/measures/definitions/measure-categories.d.ts +18 -18
  58. package/dist/cjs/types/api/measures/definitions/measure-categories.js +22 -22
  59. package/dist/cjs/types/api/measures/definitions/measure-definitions.d.ts +40 -40
  60. package/dist/cjs/types/api/measures/definitions/measure-definitions.js +29 -29
  61. package/dist/cjs/types/api/measures/definitions/measure-value-type.d.ts +8 -8
  62. package/dist/cjs/types/api/measures/definitions/measure-value-type.js +12 -12
  63. package/dist/cjs/types/api/measures/definitions/shopify/shopify-measure-definitions.d.ts +2 -2
  64. package/dist/cjs/types/api/measures/definitions/shopify/shopify-measure-definitions.js +715 -715
  65. package/dist/cjs/types/api/measures/definitions/shopify/shopify-nc-measure-definitions.d.ts +2 -2
  66. package/dist/cjs/types/api/measures/definitions/shopify/shopify-nc-measure-definitions.js +296 -296
  67. package/dist/cjs/types/api/measures/definitions/shopify/shopify-rc-measure-definitions.d.ts +2 -2
  68. package/dist/cjs/types/api/measures/definitions/shopify/shopify-rc-measure-definitions.js +297 -297
  69. package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.d.ts +2 -2
  70. package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.js +519 -519
  71. package/dist/cjs/types/api/measures/index.d.ts +2 -2
  72. package/dist/cjs/types/api/measures/index.js +18 -18
  73. package/dist/cjs/types/api/measures/measures.d.ts +322 -322
  74. package/dist/cjs/types/api/measures/measures.js +326 -326
  75. package/dist/cjs/types/api/pixel-setup-health.d.ts +19 -19
  76. package/dist/cjs/types/api/pixel-setup-health.js +2 -2
  77. package/dist/cjs/types/api/query.d.ts +147 -147
  78. package/dist/cjs/types/api/query.js +90 -90
  79. package/dist/cjs/types/api/shopify-app-install.d.ts +40 -40
  80. package/dist/cjs/types/api/shopify-app-install.js +14 -14
  81. package/dist/cjs/types/api/subscription.d.ts +180 -180
  82. package/dist/cjs/types/api/subscription.js +47 -47
  83. package/dist/cjs/types/api/tracking-events.d.ts +15 -15
  84. package/dist/cjs/types/api/tracking-events.js +2 -2
  85. package/dist/cjs/types/api/user-account.d.ts +22 -22
  86. package/dist/cjs/types/api/user-account.js +15 -15
  87. package/dist/cjs/types/api/user.d.ts +13 -13
  88. package/dist/cjs/types/api/user.js +2 -2
  89. package/dist/cjs/types/common/address.d.ts +22 -22
  90. package/dist/cjs/types/common/address.js +8 -8
  91. package/dist/cjs/types/common/currency.d.ts +1 -1
  92. package/dist/cjs/types/common/currency.js +63 -63
  93. package/dist/cjs/types/common/index.d.ts +2 -2
  94. package/dist/cjs/types/common/index.js +18 -18
  95. package/dist/cjs/types/event/base/event-name-enum.d.ts +83 -83
  96. package/dist/cjs/types/event/base/event-name-enum.js +89 -89
  97. package/dist/cjs/types/event/base/event.d.ts +20 -20
  98. package/dist/cjs/types/event/base/event.js +10 -10
  99. package/dist/cjs/types/event/base/index.d.ts +2 -2
  100. package/dist/cjs/types/event/base/index.js +18 -18
  101. package/dist/cjs/types/event/context/event-context-identity.d.ts +32 -32
  102. package/dist/cjs/types/event/context/event-context-identity.js +2 -2
  103. package/dist/cjs/types/event/context/event-context.d.ts +201 -201
  104. package/dist/cjs/types/event/context/event-context.js +2 -2
  105. package/dist/cjs/types/event/context/index.d.ts +2 -2
  106. package/dist/cjs/types/event/context/index.js +18 -18
  107. package/dist/cjs/types/event/index.d.ts +5 -5
  108. package/dist/cjs/types/event/index.js +21 -21
  109. package/dist/cjs/types/event/log-event.d.ts +35 -35
  110. package/dist/cjs/types/event/log-event.js +22 -22
  111. package/dist/cjs/types/event/metric-event.d.ts +13 -13
  112. package/dist/cjs/types/event/metric-event.js +2 -2
  113. package/dist/cjs/types/event/tracking-event.d.ts +66 -66
  114. package/dist/cjs/types/event/tracking-event.js +2 -2
  115. package/dist/cjs/types/event-bus-event.d.ts +25 -25
  116. package/dist/cjs/types/event-bus-event.js +2 -2
  117. package/dist/cjs/types/fingerprint/browser-attributes.d.ts +60 -60
  118. package/dist/cjs/types/fingerprint/browser-attributes.js +2 -2
  119. package/dist/cjs/types/fingerprint/index.d.ts +6 -6
  120. package/dist/cjs/types/fingerprint/index.js +18 -18
  121. package/dist/cjs/types/fingerprint/server-attributes.d.ts +50 -50
  122. package/dist/cjs/types/fingerprint/server-attributes.js +2 -2
  123. package/dist/cjs/types/index.d.ts +7 -7
  124. package/dist/cjs/types/index.js +23 -23
  125. package/dist/cjs/types/third-party-event-configuration-types.d.ts +10 -10
  126. package/dist/cjs/types/third-party-event-configuration-types.js +2 -2
  127. package/dist/cjs/types/tracking-event-ingest-message.d.ts +12 -12
  128. package/dist/cjs/types/tracking-event-ingest-message.js +2 -2
  129. package/dist/esm/index.d.ts +1 -1
  130. package/dist/esm/index.js +1 -1
  131. package/dist/esm/types/api/account.d.ts +76 -76
  132. package/dist/esm/types/api/account.js +33 -33
  133. package/dist/esm/types/api/contact-acquisition/contact-acquisition.d.ts +102 -100
  134. package/dist/esm/types/api/contact-acquisition/contact-acquisition.js +14 -12
  135. package/dist/esm/types/api/contact-acquisition/contact-acquisition.js.map +1 -1
  136. package/dist/esm/types/api/contact-acquisition/email-verification.d.ts +30 -30
  137. package/dist/esm/types/api/contact-acquisition/email-verification.js +8 -8
  138. package/dist/esm/types/api/contact-acquisition/index.d.ts +5 -5
  139. package/dist/esm/types/api/contact-acquisition/index.js +5 -5
  140. package/dist/esm/types/api/contact-acquisition/purchased-contact.d.ts +35 -35
  141. package/dist/esm/types/api/contact-acquisition/purchased-contact.js +5 -5
  142. package/dist/esm/types/api/contact-acquisition/purchased-traits.d.ts +63 -63
  143. package/dist/esm/types/api/contact-acquisition/purchased-traits.js +1 -1
  144. package/dist/esm/types/api/contact-acquisition/third-party-contact.d.ts +44 -44
  145. package/dist/esm/types/api/contact-acquisition/third-party-contact.js +1 -1
  146. package/dist/esm/types/api/dashboards/index.d.ts +1 -1
  147. package/dist/esm/types/api/dashboards/index.js +1 -1
  148. package/dist/esm/types/api/dashboards/widget.d.ts +115 -115
  149. package/dist/esm/types/api/dashboards/widget.js +33 -33
  150. package/dist/esm/types/api/destination-tracked-events.d.ts +11 -11
  151. package/dist/esm/types/api/destination-tracked-events.js +1 -1
  152. package/dist/esm/types/api/destinations/destination-catalog.d.ts +30 -30
  153. package/dist/esm/types/api/destinations/destination-catalog.js +1 -1
  154. package/dist/esm/types/api/destinations/destinations.d.ts +112 -112
  155. package/dist/esm/types/api/destinations/destinations.js +47 -47
  156. package/dist/esm/types/api/destinations/index.d.ts +5 -5
  157. package/dist/esm/types/api/destinations/index.js +5 -5
  158. package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.d.ts +9 -9
  159. package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.js +1 -1
  160. package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +117 -117
  161. package/dist/esm/types/api/destinations/third-party-destination-configs.js +6 -6
  162. package/dist/esm/types/api/destinations/third-party-integration-configs.d.ts +61 -60
  163. package/dist/esm/types/api/destinations/third-party-integration-configs.js +8 -8
  164. package/dist/esm/types/api/event-last-seen.d.ts +6 -6
  165. package/dist/esm/types/api/event-last-seen.js +1 -1
  166. package/dist/esm/types/api/event-status.d.ts +18 -18
  167. package/dist/esm/types/api/event-status.js +6 -6
  168. package/dist/esm/types/api/index.d.ts +21 -21
  169. package/dist/esm/types/api/index.js +21 -21
  170. package/dist/esm/types/api/log-events.d.ts +22 -22
  171. package/dist/esm/types/api/log-events.js +1 -1
  172. package/dist/esm/types/api/measures/definitions/channel-measure-definitions.d.ts +2 -2
  173. package/dist/esm/types/api/measures/definitions/channel-measure-definitions.js +1221 -1221
  174. package/dist/esm/types/api/measures/definitions/core-measure-definitions.d.ts +2 -2
  175. package/dist/esm/types/api/measures/definitions/core-measure-definitions.js +443 -443
  176. package/dist/esm/types/api/measures/definitions/facebook-measure-definitions.d.ts +2 -2
  177. package/dist/esm/types/api/measures/definitions/facebook-measure-definitions.js +636 -636
  178. package/dist/esm/types/api/measures/definitions/google-measure-definitions.d.ts +2 -2
  179. package/dist/esm/types/api/measures/definitions/google-measure-definitions.js +336 -336
  180. package/dist/esm/types/api/measures/definitions/index.d.ts +11 -11
  181. package/dist/esm/types/api/measures/definitions/index.js +11 -11
  182. package/dist/esm/types/api/measures/definitions/measure-applicable-contexts.d.ts +9 -9
  183. package/dist/esm/types/api/measures/definitions/measure-applicable-contexts.js +19 -19
  184. package/dist/esm/types/api/measures/definitions/measure-categories.d.ts +18 -18
  185. package/dist/esm/types/api/measures/definitions/measure-categories.js +19 -19
  186. package/dist/esm/types/api/measures/definitions/measure-definitions.d.ts +40 -40
  187. package/dist/esm/types/api/measures/definitions/measure-definitions.js +26 -26
  188. package/dist/esm/types/api/measures/definitions/measure-value-type.d.ts +8 -8
  189. package/dist/esm/types/api/measures/definitions/measure-value-type.js +9 -9
  190. package/dist/esm/types/api/measures/definitions/shopify/shopify-measure-definitions.d.ts +2 -2
  191. package/dist/esm/types/api/measures/definitions/shopify/shopify-measure-definitions.js +712 -712
  192. package/dist/esm/types/api/measures/definitions/shopify/shopify-nc-measure-definitions.d.ts +2 -2
  193. package/dist/esm/types/api/measures/definitions/shopify/shopify-nc-measure-definitions.js +293 -293
  194. package/dist/esm/types/api/measures/definitions/shopify/shopify-rc-measure-definitions.d.ts +2 -2
  195. package/dist/esm/types/api/measures/definitions/shopify/shopify-rc-measure-definitions.js +294 -294
  196. package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.d.ts +2 -2
  197. package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.js +516 -516
  198. package/dist/esm/types/api/measures/index.d.ts +2 -2
  199. package/dist/esm/types/api/measures/index.js +2 -2
  200. package/dist/esm/types/api/measures/measures.d.ts +322 -322
  201. package/dist/esm/types/api/measures/measures.js +323 -323
  202. package/dist/esm/types/api/pixel-setup-health.d.ts +19 -19
  203. package/dist/esm/types/api/pixel-setup-health.js +1 -1
  204. package/dist/esm/types/api/query.d.ts +147 -147
  205. package/dist/esm/types/api/query.js +87 -87
  206. package/dist/esm/types/api/shopify-app-install.d.ts +40 -40
  207. package/dist/esm/types/api/shopify-app-install.js +11 -11
  208. package/dist/esm/types/api/subscription.d.ts +180 -180
  209. package/dist/esm/types/api/subscription.js +44 -44
  210. package/dist/esm/types/api/tracking-events.d.ts +15 -15
  211. package/dist/esm/types/api/tracking-events.js +1 -1
  212. package/dist/esm/types/api/user-account.d.ts +22 -22
  213. package/dist/esm/types/api/user-account.js +12 -12
  214. package/dist/esm/types/api/user.d.ts +13 -13
  215. package/dist/esm/types/api/user.js +1 -1
  216. package/dist/esm/types/common/address.d.ts +22 -22
  217. package/dist/esm/types/common/address.js +5 -5
  218. package/dist/esm/types/common/currency.d.ts +1 -1
  219. package/dist/esm/types/common/currency.js +60 -60
  220. package/dist/esm/types/common/index.d.ts +2 -2
  221. package/dist/esm/types/common/index.js +2 -2
  222. package/dist/esm/types/event/base/event-name-enum.d.ts +83 -83
  223. package/dist/esm/types/event/base/event-name-enum.js +86 -86
  224. package/dist/esm/types/event/base/event.d.ts +20 -20
  225. package/dist/esm/types/event/base/event.js +7 -7
  226. package/dist/esm/types/event/base/index.d.ts +2 -2
  227. package/dist/esm/types/event/base/index.js +2 -2
  228. package/dist/esm/types/event/context/event-context-identity.d.ts +32 -32
  229. package/dist/esm/types/event/context/event-context-identity.js +1 -1
  230. package/dist/esm/types/event/context/event-context.d.ts +201 -201
  231. package/dist/esm/types/event/context/event-context.js +1 -1
  232. package/dist/esm/types/event/context/index.d.ts +2 -2
  233. package/dist/esm/types/event/context/index.js +2 -2
  234. package/dist/esm/types/event/index.d.ts +5 -5
  235. package/dist/esm/types/event/index.js +5 -5
  236. package/dist/esm/types/event/log-event.d.ts +35 -35
  237. package/dist/esm/types/event/log-event.js +19 -19
  238. package/dist/esm/types/event/metric-event.d.ts +13 -13
  239. package/dist/esm/types/event/metric-event.js +1 -1
  240. package/dist/esm/types/event/tracking-event.d.ts +66 -66
  241. package/dist/esm/types/event/tracking-event.js +1 -1
  242. package/dist/esm/types/event-bus-event.d.ts +25 -25
  243. package/dist/esm/types/event-bus-event.js +1 -1
  244. package/dist/esm/types/fingerprint/browser-attributes.d.ts +60 -60
  245. package/dist/esm/types/fingerprint/browser-attributes.js +1 -1
  246. package/dist/esm/types/fingerprint/index.d.ts +6 -6
  247. package/dist/esm/types/fingerprint/index.js +2 -2
  248. package/dist/esm/types/fingerprint/server-attributes.d.ts +50 -50
  249. package/dist/esm/types/fingerprint/server-attributes.js +1 -1
  250. package/dist/esm/types/index.d.ts +7 -7
  251. package/dist/esm/types/index.js +7 -7
  252. package/dist/esm/types/third-party-event-configuration-types.d.ts +10 -10
  253. package/dist/esm/types/third-party-event-configuration-types.js +1 -1
  254. package/dist/esm/types/tracking-event-ingest-message.d.ts +12 -12
  255. package/dist/esm/types/tracking-event-ingest-message.js +1 -1
  256. package/package.json +107 -107
@@ -1,322 +1,322 @@
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_ORDERS = "shopify.order_count",
35
- SHOPIFY_NEW_CUSTOMER_ORDERS = "shopify.new_customer_order_count",
36
- SHOPIFY_RETURNING_CUSTOMER_ORDERS = "shopify.returning_customer_order_count",
37
- SHOPIFY_TOTAL_AMOUNT = "shopify.total_amount",
38
- SHOPIFY_NEW_CUSTOMER_TOTAL_AMOUNT = "shopify.new_customer_total_amount",
39
- SHOPIFY_RETURNING_CUSTOMER_TOTAL_AMOUNT = "shopify.returning_customer_total_amount",
40
- SHOPIFY_REVENUE = "shopify.revenue",
41
- SHOPIFY_TOTAL_REVENUE = "shopify.total_revenue",
42
- SHOPIFY_NEW_CUSTOMER_REVENUE = "shopify.new_customer_revenue",
43
- SHOPIFY_NEW_CUSTOMER_TOTAL_REVENUE = "shopify.new_customer_total_revenue",
44
- SHOPIFY_RETURNING_CUSTOMER_REVENUE = "shopify.returning_customer_revenue",
45
- SHOPIFY_RETURNING_CUSTOMER_TOTAL_REVENUE = "shopify.returning_customer_total_revenue",
46
- SHOPIFY_CUSTOMERS = "shopify.customers",
47
- SHOPIFY_NEW_CUSTOMERS = "shopify.new_customers",
48
- SHOPIFY_RETURNING_CUSTOMERS = "shopify.returning_customers",
49
- SHOPIFY_NEW_CUSTOMER_RATE = "shopify.new_customer_rate",
50
- SHOPIFY_RETURNING_CUSTOMER_RATE = "shopify.returning_customer_rate",
51
- SHOPIFY_GROSS_SALES = "shopify.gross_sales",
52
- SHOPIFY_NEW_CUSTOMER_GROSS_SALES = "shopify.new_customer_gross_sales",
53
- SHOPIFY_RETURNING_CUSTOMER_GROSS_SALES = "shopify.returning_customer_gross_sales",
54
- SHOPIFY_TOTAL_SALES = "shopify.total_sales",
55
- SHOPIFY_NET_SALES = "shopify.net_sales",
56
- SHOPIFY_NEW_CUSTOMER_NET_SALES = "shopify.new_customer_net_sales",
57
- SHOPIFY_RETURNING_CUSTOMER_NET_SALES = "shopify.returning_customer_net_sales",
58
- SHOPIFY_TOTAL_AOV = "shopify.total_average_order_value",
59
- SHOPIFY_AOV = "shopify.average_order_value",
60
- SHOPIFY_NEW_CUSTOMER_TOTAL_AOV = "shopify.new_customer_total_aov",
61
- SHOPIFY_NEW_CUSTOMER_AOV = "shopify.new_customer_aov",
62
- SHOPIFY_RETURNING_CUSTOMER_TOTAL_AOV = "shopify.returning_customer_total_aov",
63
- SHOPIFY_RETURNING_CUSTOMER_AOV = "shopify.returning_customer_aov",
64
- SHOPIFY_GROSS_AOV = "shopify.gross_average_order_value",
65
- SHOPIFY_NET_AOV = "shopify.net_average_order_value",
66
- SHOPIFY_NEW_CUSTOMER_GROSS_AOV = "shopify.new_customer_gross_aov",
67
- SHOPIFY_NEW_CUSTOMER_NET_AOV = "shopify.new_customer_net_aov",
68
- SHOPIFY_RETURNING_CUSTOMER_GROSS_AOV = "shopify.returning_customer_gross_aov",
69
- SHOPIFY_RETURNING_CUSTOMER_NET_AOV = "shopify.returning_customer_net_aov",
70
- SHOPIFY_ORDER_TOTAL_PRODUCT_COST = "shopify.order_total_product_cost",
71
- SHOPIFY_NEW_CUSTOMER_ORDER_TOTAL_PRODUCT_COST = "shopify.new_customer_order_total_product_cost",
72
- SHOPIFY_RETURNING_CUSTOMER_ORDER_TOTAL_PRODUCT_COST = "shopify.returning_customer_order_total_product_cost",
73
- SHOPIFY_GROSS_PRODUCT_MARGIN = "shopify.gross_product_margin",
74
- SHOPIFY_NEW_CUSTOMER_GROSS_PRODUCT_MARGIN = "shopify.new_customer_gross_product_margin",
75
- SHOPIFY_RETURNING_CUSTOMER_GROSS_PRODUCT_MARGIN = "shopify.returning_customer_gross_product_margin",
76
- SHOPIFY_NET_PRODUCT_MARGIN = "shopify.net_product_margin",
77
- SHOPIFY_NEW_CUSTOMER_NET_PRODUCT_MARGIN = "shopify.new_customer_net_product_margin",
78
- SHOPIFY_RETURNING_CUSTOMER_NET_PRODUCT_MARGIN = "shopify.returning_customer_net_product_margin",
79
- SHOPIFY_GROSS_MARGIN = "shopify.gross_margin",
80
- SHOPIFY_NEW_CUSTOMER_GROSS_MARGIN = "shopify.new_customer_gross_margin",
81
- SHOPIFY_RETURNING_CUSTOMER_GROSS_MARGIN = "shopify.returning_customer_gross_margin",
82
- SHOPIFY_NET_MARGIN = "shopify.net_margin",
83
- SHOPIFY_NEW_CUSTOMER_NET_MARGIN = "shopify.new_customer_net_margin",
84
- SHOPIFY_RETURNING_CUSTOMER_NET_MARGIN = "shopify.returning_customer_net_margin",
85
- SHOPIFY_REFUNDS = "shopify.refunds_count",
86
- SHOPIFY_REFUND_AMOUNT_REFUND_DATE = "shopify.refunds_amount_refund_date",
87
- SHOPIFY_REFUND_AMOUNT_ORDER_DATE = "shopify.refunds_amount_order_date",
88
- SHOPIFY_REFUND_GROSS_PERCENT = "shopify.refunds_gross_percent",
89
- SHOPIFY_REFUND_NET_PERCENT = "shopify.refunds_net_percent",
90
- SHOPIFY_REFUND_RATE = "shopify.refunds_rate",
91
- SHOPIFY_DISCOUNTS = "shopify.discounts_count",
92
- SHOPIFY_NEW_CUSTOMER_GROSS_PERCENT = "shopify.new_customer_gross_percent",
93
- SHOPIFY_NEW_CUSTOMER_TOTAL_SALES = "shopify.new_customer_total_sales",
94
- SHOPIFY_DISCOUNT_AMOUNT = "shopify.discount_amount",
95
- SHOPIFY_NEW_CUSTOMER_DISCOUNT_AMOUNT = "shopify.new_customer_discount_amount",
96
- SHOPIFY_RETURNING_CUSTOMER_DISCOUNT_AMOUNT = "shopify.returning_customer_discount_amount",
97
- SHOPIFY_DISCOUNT_GROSS_PERCENT = "shopify.discounts_gross_percent",
98
- SHOPIFY_NEW_CUSTOMER_DISCOUNT_GROSS_PERCENT = "shopify.new_customer_discounts_gross_percent",
99
- SHOPIFY_RETURNING_CUSTOMER_DISCOUNT_GROSS_PERCENT = "shopify.returning_customer_discounts_gross_percent",
100
- SHOPIFY_DISCOUNT_RATE = "shopify.discounts_rate",
101
- SHOPIFY_NEW_CUSTOMER_DISCOUNT_RATE = "shopify.new_customer_discounts_rate",
102
- SHOPIFY_RETURNING_CUSTOMER_DISCOUNT_RATE = "shopify.returning_customer_discounts_rate",
103
- SHOPIFY_REFUND_PLUS_DISCOUNT_AMOUNT = "shopify.refunds_plus_discount",
104
- SHOPIFY_NEW_CUSTOMER_REFUND_PLUS_DISCOUNT_AMOUNT = "shopify.new_customer_refunds_plus_discount",
105
- SHOPIFY_RETURNING_CUSTOMER_REFUND_PLUS_DISCOUNT_AMOUNT = "shopify.returning_customer_refunds_plus_discount",
106
- SHOPIFY_ABANDONED_CHECKOUTS_VALUE = "shopify.abandoned_checkouts_value",
107
- SHOPIFY_ABANDONED_CHECKOUTS = "shopify.abandoned_checkouts",
108
- SHOPIFY_CANCELLED_ORDERS = "shopify.cancelled_orders_count",
109
- SHOPIFY_CANCELLED_AMOUNT = "shopify.cancellation_amount",
110
- SHOPIFY_AVG_ORDERS_PER_CUSTOMER = "shopify.avg_orders_per_customer",
111
- SHOPIFY_SUBTOTAL_AMOUNT = "shopify.subtotal_amount",
112
- SHOPIFY_NET_PLUS_SHIPPING_AMOUNT = "shopify.net_plus_shipping_amount",
113
- SHOPIFY_TOP_PRODUCTS = "shopify.top_products",
114
- SHOPIFY_PRODUCT_UNITS_SOLD = "shopify.product_units_sold",
115
- SHOPIFY_CUSTOMER_LTV = "shopify.customer_ltv",
116
- SHOPIFY_REPEAT_CUSTOMER_RATE = "shopify.repeat_customer_rate",
117
- SHOPIFY_TAX_AMOUNT = "shopify.tax_amount",
118
- SHOPIFY_SHIPPING_AMOUNT = "shopify.shipping_amount",
119
- SHOPIFY_RETURNING_CUSTOMER_GROSS_PERCENT = "shopify.returning_customer_gross_percent",
120
- SHOPIFY_RETURNING_CUSTOMER_TOTAL_SALES = "shopify.returning_customer_total_sales",
121
- SHOPIFY_LTV = "shopify.lifetime_value",
122
- SHOPIFY_LTV_90 = "shopify.lifetime_value_90",
123
- SHOPIFY_LTV_180 = "shopify.lifetime_value_180",
124
- SHOPIFY_LTV_365 = "shopify.lifetime_value_365",
125
- SHOPIFY_LTV_COHORT_GROSS_SALE_PRICE = "shopify.ltv_cohort_gross_sale_price",
126
- SHOPIFY_LTV_COHORT_NET_SALE_PRICE = "shopify.ltv_cohort_net_sale_price",
127
- SHOPIFY_LTV_COHORT_NETT_SALE_PRICE = "shopify.ltv_cohort_nett_sale_price",
128
- SHOPIFY_LTV_COHORT_NETTS_SALE_PRICE = "shopify.ltv_cohort_netts_sale_price",
129
- SHOPIFY_LTV_COHORT_NETS_SALE_PRICE = "shopify.ltv_cohort_nets_sale_price",
130
- SHOPIFY_CUSTOMERS_COHORT = "shopify.customers_cohort",
131
- SHOPIFY_CUSTOMERS_RETENTION_RATE_COHORT = "shopify.customers_retention_rate_cohort",
132
- SHOPIFY_AVG_ORDER_VALUE_COHORT = "shopify.avg_order_value_cohort",
133
- SITE_TTFB = "site.ttfb",
134
- SITE_FCP = "site.fcp",
135
- SITE_LCP = "site.lcp",
136
- SITE_TIME_ON_SITE = "site.time_on_site",
137
- CHANNEL_SPEND = "channel.spend",
138
- CHANNEL_REACH = "channel.reach",
139
- CHANNEL_FREQUENCY = "channel.frequency",
140
- CHANNEL_IMPRESSIONS = "channel.impressions",
141
- CHANNEL_CPC = "channel.cpc",
142
- CHANNEL_CPM = "channel.cpm",
143
- CHANNEL_CPP = "channel.cpp",
144
- CHANNEL_CPV = "channel.cpv",
145
- CHANNEL_CPI = "channel.cpi",
146
- CHANNEL_CLICKS = "channel.clicks",
147
- CHANNEL_CTR = "channel.ctr",
148
- CHANNEL_UNIQUE_CLICKS = "channel.unique_clicks",
149
- CHANNEL_COST_PER_UNIQUE_CLICK = "channel.cost_per_unique_click",
150
- CHANNEL_INLINE_CLICKS = "channel.inline_clicks",
151
- CHANNEL_COST_PER_INLINE_CLICK = "channel.cost_per_inline_click",
152
- CHANNEL_INLINE_CLICK_CTR = "channel.inline_click_ctr",
153
- CHANNEL_OUTBOUND_CLICKS = "channel.outbound_clicks",
154
- CHANNEL_COST_PER_OUTBOUND_CLICK = "channel.cost_per_outbound_click",
155
- CHANNEL_OUTBOUND_CLICKS_CTR = "channel.outbound_clicks_ctr",
156
- CHANNEL_OMNI_VIEW_CONTENTS = "channel.omni_view_contents",
157
- CHANNEL_OMNI_VIEW_CONTENTS_VALUE = "channel.omni_view_contents_value",
158
- CHANNEL_OMNI_VIEW_CONTENTS_COST = "channel.omni_view_contents_cost",
159
- CHANNEL_OMNI_ADD_TO_CARTS = "channel.omni_add_to_carts",
160
- CHANNEL_OMNI_ADD_TO_CARTS_VALUE = "channel.omni_add_to_carts_value",
161
- CHANNEL_OMNI_ADD_TO_CARTS_COST = "channel.omni_add_to_carts_cost",
162
- CHANNEL_OMNI_INITIATE_CHECKOUTS = "channel.omni_initiate_checkouts",
163
- CHANNEL_OMNI_INITIATE_CHECKOUTS_VALUE = "channel.omni_initiate_checkouts_value",
164
- CHANNEL_OMNI_INITIATE_CHECKOUTS_COST = "channel.omni_initiate_checkouts_cost",
165
- CHANNEL_PURCHASES = "channel.purchases",
166
- CHANNEL_PURCHASES_VALUE = "channel.purchases_value",
167
- CHANNEL_PURCHASES_COST = "channel.purchases_cost",
168
- CHANNEL_OMNI_SEARCHES = "channel.omni_searches",
169
- CHANNEL_OMNI_SEARCHES_VALUE = "channel.omni_searches_value",
170
- CHANNEL_OMNI_SEARCHES_COST = "channel.omni_searches_cost",
171
- CHANNEL_OMNI_ADD_TO_WITHLISTS = "channel.omni_add_to_withlists",
172
- CHANNEL_OMNI_ADD_TO_WITHLISTS_VALUE = "channel.omni_add_to_withlists_value",
173
- CHANNEL_OMNI_ADD_TO_WITHLISTS_COST = "channel.omni_add_to_withlists_cost",
174
- CHANNEL_POSTS = "channel.posts",
175
- CHANNEL_POSTS_VALUE = "channel.posts_value",
176
- CHANNEL_POSTS_COST = "channel.posts_cost",
177
- CHANNEL_POST_ENGAGEMENTS = "channel.post_engagements",
178
- CHANNEL_POST_ENGAGEMENTS_VALUE = "channel.post_engagements_value",
179
- CHANNEL_POST_ENGAGEMENTS_COST = "channel.post_engagements_cost",
180
- CHANNEL_POST_REACTIONS = "channel.post_reactions",
181
- CHANNEL_POST_REACTIONS_VALUE = "channel.post_reactions_value",
182
- CHANNEL_POST_REACTIONS_COST = "channel.post_reactions_cost",
183
- CHANNEL_CPA = "channel.cpa",
184
- CHANNEL_ROAS = "channel.roas",
185
- CHANNEL_CONVERSIONS = "channel.conversions",
186
- CHANNEL_CONVERSIONS_VALUE = "channel.conversions_value",
187
- CHANNEL_CONVERSIONS_COST = "channel.conversions_cost",
188
- CHANNEL_CONVERSIONS_ROAS = "channel.conversions_roas",
189
- CHANNEL_ALL_CONVERSIONS = "channel.all_conversions",
190
- CHANNEL_ALL_CONVERSIONS_VALUE = "channel.all_conversions_value",
191
- CHANNEL_ALL_CONVERSIONS_COST = "channel.all_conversions_cost",
192
- CHANNEL_ALL_CONVERSIONS_ROAS = "channel.all_conversions_roas",
193
- CHANNEL_VIEW_THRU_CONVERSIONS = "channel.view_thru_conversions",
194
- CHANNEL_LEADS = "channel.leads",
195
- CHANNEL_LEADS_VALUE = "channel.leads_value",
196
- CHANNEL_LEADS_COST = "channel.leads_cost",
197
- CHANNEL_NEW_CUSTOMER_PURCHASES = "channel.new_customer_purchases",
198
- CHANNEL_NEW_CUSTOMER_PURCHASES_VALUE = "channel.new_customer_purchases_value",
199
- CHANNEL_NEW_CUSTOMER_CPA = "channel.new_customer_cpa",
200
- CHANNEL_NEW_CUSTOMER_ROAS = "channel.new_customer_roas",
201
- CHANNEL_VIDEO_VIEWS = "channel.video_views",
202
- CHANNEL_VIDEO_VIEWS_COST = "channel.video_views_cost",
203
- CHANNEL_VIDEO_VIEWS_15SEC_COST = "channel.video_views_15sec_cost",
204
- CHANNEL_VIDEO_VIEWS_THRUPLAY_COST = "channel.video_views_thruplay_cost",
205
- CHANNEL_VIDEO_30SEC_WATCHED_VIEWS = "channel.video_30sec_watched_views",
206
- CHANNEL_VIDEO_AVG_TIME_WATCHED_VIEWS = "channel.video_avg_time_watched_views",
207
- CHANNEL_VIDEO_P25_WATCHED_VIEWS = "channel.video_p25_watched_views",
208
- CHANNEL_VIDEO_P50_WATCHED_VIEWS = "channel.video_p50_watched_views",
209
- CHANNEL_VIDEO_P75_WATCHED_VIEWS = "channel.video_p75_watched_views",
210
- CHANNEL_VIDEO_P95_WATCHED_VIEWS = "channel.video_p95_watched_views",
211
- CHANNEL_VIDEO_P100_WATCHED_VIEWS = "channel.video_p100_watched_views",
212
- CHANNEL_VIDEO_QUARTILE_P25_RATE = "channel.video_quartile_p25_rate",
213
- CHANNEL_VIDEO_QUARTILE_P50_RATE = "channel.video_quartile_p50_rate",
214
- CHANNEL_VIDEO_QUARTILE_P75_RATE = "channel.video_quartile_p75_rate",
215
- CHANNEL_VIDEO_QUARTILE_P100_RATE = "channel.video_quartile_p100_rate",
216
- CHANNEL_VIDEO_PLAYS = "channel.video_plays",
217
- CHANNEL_COST_TO_REACH_1000_ACCOUNTS = "channel.cost_to_reach_1000_accounts",
218
- CORE_SPEND_GROSS_PERCENT = "core.spend_gross_percent",
219
- CORE_SPEND_NET_PERCENT = "core.spend_net_percent",
220
- CORE_CPA = "core.cpa",
221
- CORE_NEW_CUSTOMER_CPA = "core.new_customer_cpa",
222
- CORE_RETURNING_CUSTOMER_CPA = "core.returning_customer_cpa",
223
- CORE_ROAS = "core.roas",
224
- CORE_ROAS_TOTAL = "core.roas_total",
225
- CORE_ROAS_GROSS = "core.roas_gross",
226
- CORE_ROAS_NET = "core.roas_net",
227
- CORE_NEW_CUSTOMER_ROAS = "core.new_customer_roas",
228
- CORE_NEW_CUSTOMER_ROAS_TOTAL = "core.new_customer_roas_total",
229
- CORE_NEW_CUSTOMER_ROAS_GROSS = "core.new_customer_roas_gross",
230
- CORE_NEW_CUSTOMER_ROAS_NET = "core.new_customer_roas_net",
231
- CORE_MER = "core.mer",
232
- CORE_MER_GROSS = "core.mer_gross",
233
- CORE_MER_NET = "core.mer_net",
234
- CORE_NEW_CUSTOMER_MER = "core.new_customer_mer",
235
- CORE_NEW_CUSTOMER_MER_GROSS = "core.new_customer_mer_gross",
236
- CORE_NEW_CUSTOMER_MER_NET = "core.new_customer_mer_net",
237
- CORE_RAAD = "core.raad",
238
- CORE_RAAD_GROSS = "core.raad_gross",
239
- CORE_RAAD_NET = "core.raad_net",
240
- CORE_RAAD_TOTAL_PERCENT = "core.raad_total_percent",
241
- CORE_RAAD_GROSS_PERCENT = "core.raad_gross_percent",
242
- CORE_RAAD_NET_PERCENT = "core.raad_net_percent",
243
- CORE_NEW_CUSTOMER_RAAD = "core.new_customer_raad",
244
- CORE_NEW_CUSTOMER_RAAD_GROSS = "core.new_customer_raad_gross",
245
- CORE_NEW_CUSTOMER_RAAD_NET = "core.new_customer_raad_net",
246
- CORE_NEW_CUSTOMER_RAAD_TOTAL_PERCENT = "core.new_customer_raad_total_percent",
247
- CORE_NEW_CUSTOMER_RAAD_GROSS_PERCENT = "core.new_customer_raad_gross_percent",
248
- CORE_NEW_CUSTOMER_RAAD_NET_PERCENT = "core.new_customer_raad_net_percent",
249
- CORE_CONTRIBUTION_MARGIN = "core.contribution_margin",
250
- CORE_NEW_CUSTOMER_CONTRIBUTION_MARGIN = "core.new_customer_contribution_margin",
251
- CORE_RETURNING_CUSTOMER_CONTRIBUTION_MARGIN = "core.returning_customer_contribution_margin",
252
- CORE_CONTRIBUTION_MARGIN_PERCENT = "core.contribution_margin_percent",
253
- CORE_NEW_CUSTOMER_CONTRIBUTION_MARGIN_PERCENT = "core.new_customer_contribution_margin_percent",
254
- CORE_RETURNING_CUSTOMER_CONTRIBUTION_MARGIN_PERCENT = "core.returning_customer_contribution_margin_percent",
255
- CORE_CONTRIBUTION_MARGIN_ROAS = "core.contribution_margin_roas",
256
- CORE_NEW_CUSTOMER_CONTRIBUTION_MARGIN_ROAS = "core.new_customer_contribution_margin_roas",
257
- CORE_RETURNING_CUSTOMER_CONTRIBUTION_MARGIN_ROAS = "core.returning_customer_contribution_margin_roas",
258
- CHANNEL_FB_CPC = "channel.fb_cpc",
259
- CHANNEL_FB_CTR = "channel.fb_ctr",
260
- CHANNEL_FB_CPM = "channel.fb_cpm",
261
- CHANNEL_FB_ROAS = "channel.fb_roas",
262
- CHANNEL_FB_SPEND = "channel.fb_spend",
263
- CHANNEL_FB_CPA = "channel.fb_cpa",
264
- CHANNEL_FB_IMPRESSIONS = "channel.fb_impressions",
265
- CHANNEL_FB_CLICKS = "channel.fb_clicks",
266
- CHANNEL_FB_FREQUENCY = "channel.fb_frequency",
267
- CHANNEL_FB_PURCHASES = "channel.fb_purchases",
268
- CHANNEL_FB_PURCHASES_VALUE = "channel.fb_purchases_value",
269
- CHANNEL_FB_PURCHASES_COST = "channel.fb_purchases_cost",
270
- CHANNEL_FB_NEW_CUSTOMER_PURCHASES = "channel.fb_new_customer_purchases",
271
- CHANNEL_FB_NEW_CUSTOMER_PURCHASES_VALUE = "channel.fb_new_customer_purchases_value",
272
- CHANNEL_FB_NEW_CUSTOMER_PURCHASES_COST = "channel.fb_new_customer_purchases_cost",
273
- CHANNEL_FB_NEW_CUSTOMER_CPA = "channel.fb_new_customer_cpa",
274
- CHANNEL_FB_NEW_CUSTOMER_ROAS = "channel.fb_new_customer_roas",
275
- CHANNEL_FB_REACH = "channel.fb_reach",
276
- CHANNEL_FB_CPP = "channel.fb_cpp",
277
- CHANNEL_FB_UNIQUE_CLICKS = "channel.fb_unique_clicks",
278
- CHANNEL_FB_COST_PER_UNIQUE_CLICK = "channel.fb_cost_per_unique_click",
279
- CHANNEL_FB_INLINE_CLICKS = "channel.fb_inline_clicks",
280
- CHANNEL_FB_COST_PER_INLINE_CLICK = "channel.fb_cost_per_inline_click",
281
- CHANNEL_FB_OUTBOUND_CLICKS = "channel.fb_outbound_clicks",
282
- CHANNEL_FB_COST_PER_OUTBOUND_CLICK = "channel.fb_cost_per_outbound_click",
283
- CHANNEL_FB_VIEW_CONTENTS = "channel.fb_view_contents",
284
- CHANNEL_FB_VIEW_CONTENTS_VALUE = "channel.fb_view_contents_value",
285
- CHANNEL_FB_VIEW_CONTENTS_COST = "channel.fb_view_contents_cost",
286
- CHANNEL_FB_ADD_TO_CARTS = "channel.fb_add_to_carts",
287
- CHANNEL_FB_ADD_TO_CARTS_VALUE = "channel.fb_add_to_carts_value",
288
- CHANNEL_FB_ADD_TO_CARTS_COST = "channel.fb_add_to_carts_cost",
289
- CHANNEL_FB_INITIATE_CHECKOUTS = "channel.fb_initiate_checkouts",
290
- CHANNEL_FB_INITIATE_CHECKOUTS_VALUE = "channel.fb_initiate_checkouts_value",
291
- CHANNEL_FB_INITIATE_CHECKOUTS_COST = "channel.fb_initiate_checkouts_cost",
292
- CHANNEL_FB_LEADS = "channel.fb_leads",
293
- CHANNEL_FB_LEADS_VALUE = "channel.fb_leads_value",
294
- CHANNEL_FB_LEADS_COST = "channel.fb_leads_cost",
295
- CHANNEL_FB_VIDEO_VIEWS = "channel.fb_video_views",
296
- CHANNEL_FB_VIDEO_VIEWS_COST = "channel.fb_video_views_cost",
297
- CHANNEL_FB_VIDEO_VIEWS_15_SEC_COST = "channel.fb_video_views_15sec_cost",
298
- CHANNEL_FB_VIDEO_VIEWS_THRUPLAY_COST = "channel.fb_video_views_thruplay_cost",
299
- CHANNEL_FB_VIDEO_PLAYS = "channel.fb_video_plays",
300
- CHANNEL_GOOGLE_CPC = "channel.google_cpc",
301
- CHANNEL_GOOGLE_CTR = "channel.google_ctr",
302
- CHANNEL_GOOGLE_CPM = "channel.google_cpm",
303
- CHANNEL_GOOGLE_ROAS = "channel.google_roas",
304
- CHANNEL_GOOGLE_SPEND = "channel.google_spend",
305
- CHANNEL_GOOGLE_CPA = "channel.google_cpa",
306
- CHANNEL_GOOGLE_IMPRESSIONS = "channel.google_impressions",
307
- CHANNEL_GOOGLE_CLICKS = "channel.google_clicks",
308
- CHANNEL_GOOGLE_FREQUENCY = "channel.google_frequency",
309
- CHANNEL_GOOGLE_PURCHASES = "channel.google_purchases",
310
- CHANNEL_GOOGLE_PURCHASES_VALUE = "channel.google_purchases_value",
311
- CHANNEL_GOOGLE_AVG_PURCHASE_VALUE = "channel.google_avg_purchase_value",
312
- CHANNEL_GOOGLE_PURCHASES_COST = "channel.google_purchases_cost",
313
- CHANNEL_GOOGLE_ALL_CONVERSIONS = "channel.google_all_conversions",
314
- CHANNEL_GOOGLE_ALL_CONVERSIONS_VALUE = "channel.google_all_conversions_value",
315
- CHANNEL_GOOGLE_AVG_ALL_CONVERSION_VALUE = "channel.google_avg_all_conversion_value",
316
- CHANNEL_GOOGLE_ALL_CONVERSIONS_COST = "channel.google_all_conversions_cost",
317
- CHANNEL_GOOGLE_ALL_CONVERSIONS_ROAS = "channel.google_all_conversions_roas",
318
- CHANNEL_GOOGLE_CPV = "channel.google_cpv",
319
- CHANNEL_GOOGLE_CPI = "channel.google_cpi",
320
- CHANNEL_GOOGLE_VIDEO_VIEWS = "channel.google_video_views",
321
- CHANNEL_GOOGLE_VIEW_THRU_CONVERSIONS = "channel.google_view_thru_conversions"
322
- }
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_ORDERS = "shopify.order_count",
35
+ SHOPIFY_NEW_CUSTOMER_ORDERS = "shopify.new_customer_order_count",
36
+ SHOPIFY_RETURNING_CUSTOMER_ORDERS = "shopify.returning_customer_order_count",
37
+ SHOPIFY_TOTAL_AMOUNT = "shopify.total_amount",
38
+ SHOPIFY_NEW_CUSTOMER_TOTAL_AMOUNT = "shopify.new_customer_total_amount",
39
+ SHOPIFY_RETURNING_CUSTOMER_TOTAL_AMOUNT = "shopify.returning_customer_total_amount",
40
+ SHOPIFY_REVENUE = "shopify.revenue",
41
+ SHOPIFY_TOTAL_REVENUE = "shopify.total_revenue",
42
+ SHOPIFY_NEW_CUSTOMER_REVENUE = "shopify.new_customer_revenue",
43
+ SHOPIFY_NEW_CUSTOMER_TOTAL_REVENUE = "shopify.new_customer_total_revenue",
44
+ SHOPIFY_RETURNING_CUSTOMER_REVENUE = "shopify.returning_customer_revenue",
45
+ SHOPIFY_RETURNING_CUSTOMER_TOTAL_REVENUE = "shopify.returning_customer_total_revenue",
46
+ SHOPIFY_CUSTOMERS = "shopify.customers",
47
+ SHOPIFY_NEW_CUSTOMERS = "shopify.new_customers",
48
+ SHOPIFY_RETURNING_CUSTOMERS = "shopify.returning_customers",
49
+ SHOPIFY_NEW_CUSTOMER_RATE = "shopify.new_customer_rate",
50
+ SHOPIFY_RETURNING_CUSTOMER_RATE = "shopify.returning_customer_rate",
51
+ SHOPIFY_GROSS_SALES = "shopify.gross_sales",
52
+ SHOPIFY_NEW_CUSTOMER_GROSS_SALES = "shopify.new_customer_gross_sales",
53
+ SHOPIFY_RETURNING_CUSTOMER_GROSS_SALES = "shopify.returning_customer_gross_sales",
54
+ SHOPIFY_TOTAL_SALES = "shopify.total_sales",
55
+ SHOPIFY_NET_SALES = "shopify.net_sales",
56
+ SHOPIFY_NEW_CUSTOMER_NET_SALES = "shopify.new_customer_net_sales",
57
+ SHOPIFY_RETURNING_CUSTOMER_NET_SALES = "shopify.returning_customer_net_sales",
58
+ SHOPIFY_TOTAL_AOV = "shopify.total_average_order_value",
59
+ SHOPIFY_AOV = "shopify.average_order_value",
60
+ SHOPIFY_NEW_CUSTOMER_TOTAL_AOV = "shopify.new_customer_total_aov",
61
+ SHOPIFY_NEW_CUSTOMER_AOV = "shopify.new_customer_aov",
62
+ SHOPIFY_RETURNING_CUSTOMER_TOTAL_AOV = "shopify.returning_customer_total_aov",
63
+ SHOPIFY_RETURNING_CUSTOMER_AOV = "shopify.returning_customer_aov",
64
+ SHOPIFY_GROSS_AOV = "shopify.gross_average_order_value",
65
+ SHOPIFY_NET_AOV = "shopify.net_average_order_value",
66
+ SHOPIFY_NEW_CUSTOMER_GROSS_AOV = "shopify.new_customer_gross_aov",
67
+ SHOPIFY_NEW_CUSTOMER_NET_AOV = "shopify.new_customer_net_aov",
68
+ SHOPIFY_RETURNING_CUSTOMER_GROSS_AOV = "shopify.returning_customer_gross_aov",
69
+ SHOPIFY_RETURNING_CUSTOMER_NET_AOV = "shopify.returning_customer_net_aov",
70
+ SHOPIFY_ORDER_TOTAL_PRODUCT_COST = "shopify.order_total_product_cost",
71
+ SHOPIFY_NEW_CUSTOMER_ORDER_TOTAL_PRODUCT_COST = "shopify.new_customer_order_total_product_cost",
72
+ SHOPIFY_RETURNING_CUSTOMER_ORDER_TOTAL_PRODUCT_COST = "shopify.returning_customer_order_total_product_cost",
73
+ SHOPIFY_GROSS_PRODUCT_MARGIN = "shopify.gross_product_margin",
74
+ SHOPIFY_NEW_CUSTOMER_GROSS_PRODUCT_MARGIN = "shopify.new_customer_gross_product_margin",
75
+ SHOPIFY_RETURNING_CUSTOMER_GROSS_PRODUCT_MARGIN = "shopify.returning_customer_gross_product_margin",
76
+ SHOPIFY_NET_PRODUCT_MARGIN = "shopify.net_product_margin",
77
+ SHOPIFY_NEW_CUSTOMER_NET_PRODUCT_MARGIN = "shopify.new_customer_net_product_margin",
78
+ SHOPIFY_RETURNING_CUSTOMER_NET_PRODUCT_MARGIN = "shopify.returning_customer_net_product_margin",
79
+ SHOPIFY_GROSS_MARGIN = "shopify.gross_margin",
80
+ SHOPIFY_NEW_CUSTOMER_GROSS_MARGIN = "shopify.new_customer_gross_margin",
81
+ SHOPIFY_RETURNING_CUSTOMER_GROSS_MARGIN = "shopify.returning_customer_gross_margin",
82
+ SHOPIFY_NET_MARGIN = "shopify.net_margin",
83
+ SHOPIFY_NEW_CUSTOMER_NET_MARGIN = "shopify.new_customer_net_margin",
84
+ SHOPIFY_RETURNING_CUSTOMER_NET_MARGIN = "shopify.returning_customer_net_margin",
85
+ SHOPIFY_REFUNDS = "shopify.refunds_count",
86
+ SHOPIFY_REFUND_AMOUNT_REFUND_DATE = "shopify.refunds_amount_refund_date",
87
+ SHOPIFY_REFUND_AMOUNT_ORDER_DATE = "shopify.refunds_amount_order_date",
88
+ SHOPIFY_REFUND_GROSS_PERCENT = "shopify.refunds_gross_percent",
89
+ SHOPIFY_REFUND_NET_PERCENT = "shopify.refunds_net_percent",
90
+ SHOPIFY_REFUND_RATE = "shopify.refunds_rate",
91
+ SHOPIFY_DISCOUNTS = "shopify.discounts_count",
92
+ SHOPIFY_NEW_CUSTOMER_GROSS_PERCENT = "shopify.new_customer_gross_percent",
93
+ SHOPIFY_NEW_CUSTOMER_TOTAL_SALES = "shopify.new_customer_total_sales",
94
+ SHOPIFY_DISCOUNT_AMOUNT = "shopify.discount_amount",
95
+ SHOPIFY_NEW_CUSTOMER_DISCOUNT_AMOUNT = "shopify.new_customer_discount_amount",
96
+ SHOPIFY_RETURNING_CUSTOMER_DISCOUNT_AMOUNT = "shopify.returning_customer_discount_amount",
97
+ SHOPIFY_DISCOUNT_GROSS_PERCENT = "shopify.discounts_gross_percent",
98
+ SHOPIFY_NEW_CUSTOMER_DISCOUNT_GROSS_PERCENT = "shopify.new_customer_discounts_gross_percent",
99
+ SHOPIFY_RETURNING_CUSTOMER_DISCOUNT_GROSS_PERCENT = "shopify.returning_customer_discounts_gross_percent",
100
+ SHOPIFY_DISCOUNT_RATE = "shopify.discounts_rate",
101
+ SHOPIFY_NEW_CUSTOMER_DISCOUNT_RATE = "shopify.new_customer_discounts_rate",
102
+ SHOPIFY_RETURNING_CUSTOMER_DISCOUNT_RATE = "shopify.returning_customer_discounts_rate",
103
+ SHOPIFY_REFUND_PLUS_DISCOUNT_AMOUNT = "shopify.refunds_plus_discount",
104
+ SHOPIFY_NEW_CUSTOMER_REFUND_PLUS_DISCOUNT_AMOUNT = "shopify.new_customer_refunds_plus_discount",
105
+ SHOPIFY_RETURNING_CUSTOMER_REFUND_PLUS_DISCOUNT_AMOUNT = "shopify.returning_customer_refunds_plus_discount",
106
+ SHOPIFY_ABANDONED_CHECKOUTS_VALUE = "shopify.abandoned_checkouts_value",
107
+ SHOPIFY_ABANDONED_CHECKOUTS = "shopify.abandoned_checkouts",
108
+ SHOPIFY_CANCELLED_ORDERS = "shopify.cancelled_orders_count",
109
+ SHOPIFY_CANCELLED_AMOUNT = "shopify.cancellation_amount",
110
+ SHOPIFY_AVG_ORDERS_PER_CUSTOMER = "shopify.avg_orders_per_customer",
111
+ SHOPIFY_SUBTOTAL_AMOUNT = "shopify.subtotal_amount",
112
+ SHOPIFY_NET_PLUS_SHIPPING_AMOUNT = "shopify.net_plus_shipping_amount",
113
+ SHOPIFY_TOP_PRODUCTS = "shopify.top_products",
114
+ SHOPIFY_PRODUCT_UNITS_SOLD = "shopify.product_units_sold",
115
+ SHOPIFY_CUSTOMER_LTV = "shopify.customer_ltv",
116
+ SHOPIFY_REPEAT_CUSTOMER_RATE = "shopify.repeat_customer_rate",
117
+ SHOPIFY_TAX_AMOUNT = "shopify.tax_amount",
118
+ SHOPIFY_SHIPPING_AMOUNT = "shopify.shipping_amount",
119
+ SHOPIFY_RETURNING_CUSTOMER_GROSS_PERCENT = "shopify.returning_customer_gross_percent",
120
+ SHOPIFY_RETURNING_CUSTOMER_TOTAL_SALES = "shopify.returning_customer_total_sales",
121
+ SHOPIFY_LTV = "shopify.lifetime_value",
122
+ SHOPIFY_LTV_90 = "shopify.lifetime_value_90",
123
+ SHOPIFY_LTV_180 = "shopify.lifetime_value_180",
124
+ SHOPIFY_LTV_365 = "shopify.lifetime_value_365",
125
+ SHOPIFY_LTV_COHORT_GROSS_SALE_PRICE = "shopify.ltv_cohort_gross_sale_price",
126
+ SHOPIFY_LTV_COHORT_NET_SALE_PRICE = "shopify.ltv_cohort_net_sale_price",
127
+ SHOPIFY_LTV_COHORT_NETT_SALE_PRICE = "shopify.ltv_cohort_nett_sale_price",
128
+ SHOPIFY_LTV_COHORT_NETTS_SALE_PRICE = "shopify.ltv_cohort_netts_sale_price",
129
+ SHOPIFY_LTV_COHORT_NETS_SALE_PRICE = "shopify.ltv_cohort_nets_sale_price",
130
+ SHOPIFY_CUSTOMERS_COHORT = "shopify.customers_cohort",
131
+ SHOPIFY_CUSTOMERS_RETENTION_RATE_COHORT = "shopify.customers_retention_rate_cohort",
132
+ SHOPIFY_AVG_ORDER_VALUE_COHORT = "shopify.avg_order_value_cohort",
133
+ SITE_TTFB = "site.ttfb",
134
+ SITE_FCP = "site.fcp",
135
+ SITE_LCP = "site.lcp",
136
+ SITE_TIME_ON_SITE = "site.time_on_site",
137
+ CHANNEL_SPEND = "channel.spend",
138
+ CHANNEL_REACH = "channel.reach",
139
+ CHANNEL_FREQUENCY = "channel.frequency",
140
+ CHANNEL_IMPRESSIONS = "channel.impressions",
141
+ CHANNEL_CPC = "channel.cpc",
142
+ CHANNEL_CPM = "channel.cpm",
143
+ CHANNEL_CPP = "channel.cpp",
144
+ CHANNEL_CPV = "channel.cpv",
145
+ CHANNEL_CPI = "channel.cpi",
146
+ CHANNEL_CLICKS = "channel.clicks",
147
+ CHANNEL_CTR = "channel.ctr",
148
+ CHANNEL_UNIQUE_CLICKS = "channel.unique_clicks",
149
+ CHANNEL_COST_PER_UNIQUE_CLICK = "channel.cost_per_unique_click",
150
+ CHANNEL_INLINE_CLICKS = "channel.inline_clicks",
151
+ CHANNEL_COST_PER_INLINE_CLICK = "channel.cost_per_inline_click",
152
+ CHANNEL_INLINE_CLICK_CTR = "channel.inline_click_ctr",
153
+ CHANNEL_OUTBOUND_CLICKS = "channel.outbound_clicks",
154
+ CHANNEL_COST_PER_OUTBOUND_CLICK = "channel.cost_per_outbound_click",
155
+ CHANNEL_OUTBOUND_CLICKS_CTR = "channel.outbound_clicks_ctr",
156
+ CHANNEL_OMNI_VIEW_CONTENTS = "channel.omni_view_contents",
157
+ CHANNEL_OMNI_VIEW_CONTENTS_VALUE = "channel.omni_view_contents_value",
158
+ CHANNEL_OMNI_VIEW_CONTENTS_COST = "channel.omni_view_contents_cost",
159
+ CHANNEL_OMNI_ADD_TO_CARTS = "channel.omni_add_to_carts",
160
+ CHANNEL_OMNI_ADD_TO_CARTS_VALUE = "channel.omni_add_to_carts_value",
161
+ CHANNEL_OMNI_ADD_TO_CARTS_COST = "channel.omni_add_to_carts_cost",
162
+ CHANNEL_OMNI_INITIATE_CHECKOUTS = "channel.omni_initiate_checkouts",
163
+ CHANNEL_OMNI_INITIATE_CHECKOUTS_VALUE = "channel.omni_initiate_checkouts_value",
164
+ CHANNEL_OMNI_INITIATE_CHECKOUTS_COST = "channel.omni_initiate_checkouts_cost",
165
+ CHANNEL_PURCHASES = "channel.purchases",
166
+ CHANNEL_PURCHASES_VALUE = "channel.purchases_value",
167
+ CHANNEL_PURCHASES_COST = "channel.purchases_cost",
168
+ CHANNEL_OMNI_SEARCHES = "channel.omni_searches",
169
+ CHANNEL_OMNI_SEARCHES_VALUE = "channel.omni_searches_value",
170
+ CHANNEL_OMNI_SEARCHES_COST = "channel.omni_searches_cost",
171
+ CHANNEL_OMNI_ADD_TO_WITHLISTS = "channel.omni_add_to_withlists",
172
+ CHANNEL_OMNI_ADD_TO_WITHLISTS_VALUE = "channel.omni_add_to_withlists_value",
173
+ CHANNEL_OMNI_ADD_TO_WITHLISTS_COST = "channel.omni_add_to_withlists_cost",
174
+ CHANNEL_POSTS = "channel.posts",
175
+ CHANNEL_POSTS_VALUE = "channel.posts_value",
176
+ CHANNEL_POSTS_COST = "channel.posts_cost",
177
+ CHANNEL_POST_ENGAGEMENTS = "channel.post_engagements",
178
+ CHANNEL_POST_ENGAGEMENTS_VALUE = "channel.post_engagements_value",
179
+ CHANNEL_POST_ENGAGEMENTS_COST = "channel.post_engagements_cost",
180
+ CHANNEL_POST_REACTIONS = "channel.post_reactions",
181
+ CHANNEL_POST_REACTIONS_VALUE = "channel.post_reactions_value",
182
+ CHANNEL_POST_REACTIONS_COST = "channel.post_reactions_cost",
183
+ CHANNEL_CPA = "channel.cpa",
184
+ CHANNEL_ROAS = "channel.roas",
185
+ CHANNEL_CONVERSIONS = "channel.conversions",
186
+ CHANNEL_CONVERSIONS_VALUE = "channel.conversions_value",
187
+ CHANNEL_CONVERSIONS_COST = "channel.conversions_cost",
188
+ CHANNEL_CONVERSIONS_ROAS = "channel.conversions_roas",
189
+ CHANNEL_ALL_CONVERSIONS = "channel.all_conversions",
190
+ CHANNEL_ALL_CONVERSIONS_VALUE = "channel.all_conversions_value",
191
+ CHANNEL_ALL_CONVERSIONS_COST = "channel.all_conversions_cost",
192
+ CHANNEL_ALL_CONVERSIONS_ROAS = "channel.all_conversions_roas",
193
+ CHANNEL_VIEW_THRU_CONVERSIONS = "channel.view_thru_conversions",
194
+ CHANNEL_LEADS = "channel.leads",
195
+ CHANNEL_LEADS_VALUE = "channel.leads_value",
196
+ CHANNEL_LEADS_COST = "channel.leads_cost",
197
+ CHANNEL_NEW_CUSTOMER_PURCHASES = "channel.new_customer_purchases",
198
+ CHANNEL_NEW_CUSTOMER_PURCHASES_VALUE = "channel.new_customer_purchases_value",
199
+ CHANNEL_NEW_CUSTOMER_CPA = "channel.new_customer_cpa",
200
+ CHANNEL_NEW_CUSTOMER_ROAS = "channel.new_customer_roas",
201
+ CHANNEL_VIDEO_VIEWS = "channel.video_views",
202
+ CHANNEL_VIDEO_VIEWS_COST = "channel.video_views_cost",
203
+ CHANNEL_VIDEO_VIEWS_15SEC_COST = "channel.video_views_15sec_cost",
204
+ CHANNEL_VIDEO_VIEWS_THRUPLAY_COST = "channel.video_views_thruplay_cost",
205
+ CHANNEL_VIDEO_30SEC_WATCHED_VIEWS = "channel.video_30sec_watched_views",
206
+ CHANNEL_VIDEO_AVG_TIME_WATCHED_VIEWS = "channel.video_avg_time_watched_views",
207
+ CHANNEL_VIDEO_P25_WATCHED_VIEWS = "channel.video_p25_watched_views",
208
+ CHANNEL_VIDEO_P50_WATCHED_VIEWS = "channel.video_p50_watched_views",
209
+ CHANNEL_VIDEO_P75_WATCHED_VIEWS = "channel.video_p75_watched_views",
210
+ CHANNEL_VIDEO_P95_WATCHED_VIEWS = "channel.video_p95_watched_views",
211
+ CHANNEL_VIDEO_P100_WATCHED_VIEWS = "channel.video_p100_watched_views",
212
+ CHANNEL_VIDEO_QUARTILE_P25_RATE = "channel.video_quartile_p25_rate",
213
+ CHANNEL_VIDEO_QUARTILE_P50_RATE = "channel.video_quartile_p50_rate",
214
+ CHANNEL_VIDEO_QUARTILE_P75_RATE = "channel.video_quartile_p75_rate",
215
+ CHANNEL_VIDEO_QUARTILE_P100_RATE = "channel.video_quartile_p100_rate",
216
+ CHANNEL_VIDEO_PLAYS = "channel.video_plays",
217
+ CHANNEL_COST_TO_REACH_1000_ACCOUNTS = "channel.cost_to_reach_1000_accounts",
218
+ CORE_SPEND_GROSS_PERCENT = "core.spend_gross_percent",
219
+ CORE_SPEND_NET_PERCENT = "core.spend_net_percent",
220
+ CORE_CPA = "core.cpa",
221
+ CORE_NEW_CUSTOMER_CPA = "core.new_customer_cpa",
222
+ CORE_RETURNING_CUSTOMER_CPA = "core.returning_customer_cpa",
223
+ CORE_ROAS = "core.roas",
224
+ CORE_ROAS_TOTAL = "core.roas_total",
225
+ CORE_ROAS_GROSS = "core.roas_gross",
226
+ CORE_ROAS_NET = "core.roas_net",
227
+ CORE_NEW_CUSTOMER_ROAS = "core.new_customer_roas",
228
+ CORE_NEW_CUSTOMER_ROAS_TOTAL = "core.new_customer_roas_total",
229
+ CORE_NEW_CUSTOMER_ROAS_GROSS = "core.new_customer_roas_gross",
230
+ CORE_NEW_CUSTOMER_ROAS_NET = "core.new_customer_roas_net",
231
+ CORE_MER = "core.mer",
232
+ CORE_MER_GROSS = "core.mer_gross",
233
+ CORE_MER_NET = "core.mer_net",
234
+ CORE_NEW_CUSTOMER_MER = "core.new_customer_mer",
235
+ CORE_NEW_CUSTOMER_MER_GROSS = "core.new_customer_mer_gross",
236
+ CORE_NEW_CUSTOMER_MER_NET = "core.new_customer_mer_net",
237
+ CORE_RAAD = "core.raad",
238
+ CORE_RAAD_GROSS = "core.raad_gross",
239
+ CORE_RAAD_NET = "core.raad_net",
240
+ CORE_RAAD_TOTAL_PERCENT = "core.raad_total_percent",
241
+ CORE_RAAD_GROSS_PERCENT = "core.raad_gross_percent",
242
+ CORE_RAAD_NET_PERCENT = "core.raad_net_percent",
243
+ CORE_NEW_CUSTOMER_RAAD = "core.new_customer_raad",
244
+ CORE_NEW_CUSTOMER_RAAD_GROSS = "core.new_customer_raad_gross",
245
+ CORE_NEW_CUSTOMER_RAAD_NET = "core.new_customer_raad_net",
246
+ CORE_NEW_CUSTOMER_RAAD_TOTAL_PERCENT = "core.new_customer_raad_total_percent",
247
+ CORE_NEW_CUSTOMER_RAAD_GROSS_PERCENT = "core.new_customer_raad_gross_percent",
248
+ CORE_NEW_CUSTOMER_RAAD_NET_PERCENT = "core.new_customer_raad_net_percent",
249
+ CORE_CONTRIBUTION_MARGIN = "core.contribution_margin",
250
+ CORE_NEW_CUSTOMER_CONTRIBUTION_MARGIN = "core.new_customer_contribution_margin",
251
+ CORE_RETURNING_CUSTOMER_CONTRIBUTION_MARGIN = "core.returning_customer_contribution_margin",
252
+ CORE_CONTRIBUTION_MARGIN_PERCENT = "core.contribution_margin_percent",
253
+ CORE_NEW_CUSTOMER_CONTRIBUTION_MARGIN_PERCENT = "core.new_customer_contribution_margin_percent",
254
+ CORE_RETURNING_CUSTOMER_CONTRIBUTION_MARGIN_PERCENT = "core.returning_customer_contribution_margin_percent",
255
+ CORE_CONTRIBUTION_MARGIN_ROAS = "core.contribution_margin_roas",
256
+ CORE_NEW_CUSTOMER_CONTRIBUTION_MARGIN_ROAS = "core.new_customer_contribution_margin_roas",
257
+ CORE_RETURNING_CUSTOMER_CONTRIBUTION_MARGIN_ROAS = "core.returning_customer_contribution_margin_roas",
258
+ CHANNEL_FB_CPC = "channel.fb_cpc",
259
+ CHANNEL_FB_CTR = "channel.fb_ctr",
260
+ CHANNEL_FB_CPM = "channel.fb_cpm",
261
+ CHANNEL_FB_ROAS = "channel.fb_roas",
262
+ CHANNEL_FB_SPEND = "channel.fb_spend",
263
+ CHANNEL_FB_CPA = "channel.fb_cpa",
264
+ CHANNEL_FB_IMPRESSIONS = "channel.fb_impressions",
265
+ CHANNEL_FB_CLICKS = "channel.fb_clicks",
266
+ CHANNEL_FB_FREQUENCY = "channel.fb_frequency",
267
+ CHANNEL_FB_PURCHASES = "channel.fb_purchases",
268
+ CHANNEL_FB_PURCHASES_VALUE = "channel.fb_purchases_value",
269
+ CHANNEL_FB_PURCHASES_COST = "channel.fb_purchases_cost",
270
+ CHANNEL_FB_NEW_CUSTOMER_PURCHASES = "channel.fb_new_customer_purchases",
271
+ CHANNEL_FB_NEW_CUSTOMER_PURCHASES_VALUE = "channel.fb_new_customer_purchases_value",
272
+ CHANNEL_FB_NEW_CUSTOMER_PURCHASES_COST = "channel.fb_new_customer_purchases_cost",
273
+ CHANNEL_FB_NEW_CUSTOMER_CPA = "channel.fb_new_customer_cpa",
274
+ CHANNEL_FB_NEW_CUSTOMER_ROAS = "channel.fb_new_customer_roas",
275
+ CHANNEL_FB_REACH = "channel.fb_reach",
276
+ CHANNEL_FB_CPP = "channel.fb_cpp",
277
+ CHANNEL_FB_UNIQUE_CLICKS = "channel.fb_unique_clicks",
278
+ CHANNEL_FB_COST_PER_UNIQUE_CLICK = "channel.fb_cost_per_unique_click",
279
+ CHANNEL_FB_INLINE_CLICKS = "channel.fb_inline_clicks",
280
+ CHANNEL_FB_COST_PER_INLINE_CLICK = "channel.fb_cost_per_inline_click",
281
+ CHANNEL_FB_OUTBOUND_CLICKS = "channel.fb_outbound_clicks",
282
+ CHANNEL_FB_COST_PER_OUTBOUND_CLICK = "channel.fb_cost_per_outbound_click",
283
+ CHANNEL_FB_VIEW_CONTENTS = "channel.fb_view_contents",
284
+ CHANNEL_FB_VIEW_CONTENTS_VALUE = "channel.fb_view_contents_value",
285
+ CHANNEL_FB_VIEW_CONTENTS_COST = "channel.fb_view_contents_cost",
286
+ CHANNEL_FB_ADD_TO_CARTS = "channel.fb_add_to_carts",
287
+ CHANNEL_FB_ADD_TO_CARTS_VALUE = "channel.fb_add_to_carts_value",
288
+ CHANNEL_FB_ADD_TO_CARTS_COST = "channel.fb_add_to_carts_cost",
289
+ CHANNEL_FB_INITIATE_CHECKOUTS = "channel.fb_initiate_checkouts",
290
+ CHANNEL_FB_INITIATE_CHECKOUTS_VALUE = "channel.fb_initiate_checkouts_value",
291
+ CHANNEL_FB_INITIATE_CHECKOUTS_COST = "channel.fb_initiate_checkouts_cost",
292
+ CHANNEL_FB_LEADS = "channel.fb_leads",
293
+ CHANNEL_FB_LEADS_VALUE = "channel.fb_leads_value",
294
+ CHANNEL_FB_LEADS_COST = "channel.fb_leads_cost",
295
+ CHANNEL_FB_VIDEO_VIEWS = "channel.fb_video_views",
296
+ CHANNEL_FB_VIDEO_VIEWS_COST = "channel.fb_video_views_cost",
297
+ CHANNEL_FB_VIDEO_VIEWS_15_SEC_COST = "channel.fb_video_views_15sec_cost",
298
+ CHANNEL_FB_VIDEO_VIEWS_THRUPLAY_COST = "channel.fb_video_views_thruplay_cost",
299
+ CHANNEL_FB_VIDEO_PLAYS = "channel.fb_video_plays",
300
+ CHANNEL_GOOGLE_CPC = "channel.google_cpc",
301
+ CHANNEL_GOOGLE_CTR = "channel.google_ctr",
302
+ CHANNEL_GOOGLE_CPM = "channel.google_cpm",
303
+ CHANNEL_GOOGLE_ROAS = "channel.google_roas",
304
+ CHANNEL_GOOGLE_SPEND = "channel.google_spend",
305
+ CHANNEL_GOOGLE_CPA = "channel.google_cpa",
306
+ CHANNEL_GOOGLE_IMPRESSIONS = "channel.google_impressions",
307
+ CHANNEL_GOOGLE_CLICKS = "channel.google_clicks",
308
+ CHANNEL_GOOGLE_FREQUENCY = "channel.google_frequency",
309
+ CHANNEL_GOOGLE_PURCHASES = "channel.google_purchases",
310
+ CHANNEL_GOOGLE_PURCHASES_VALUE = "channel.google_purchases_value",
311
+ CHANNEL_GOOGLE_AVG_PURCHASE_VALUE = "channel.google_avg_purchase_value",
312
+ CHANNEL_GOOGLE_PURCHASES_COST = "channel.google_purchases_cost",
313
+ CHANNEL_GOOGLE_ALL_CONVERSIONS = "channel.google_all_conversions",
314
+ CHANNEL_GOOGLE_ALL_CONVERSIONS_VALUE = "channel.google_all_conversions_value",
315
+ CHANNEL_GOOGLE_AVG_ALL_CONVERSION_VALUE = "channel.google_avg_all_conversion_value",
316
+ CHANNEL_GOOGLE_ALL_CONVERSIONS_COST = "channel.google_all_conversions_cost",
317
+ CHANNEL_GOOGLE_ALL_CONVERSIONS_ROAS = "channel.google_all_conversions_roas",
318
+ CHANNEL_GOOGLE_CPV = "channel.google_cpv",
319
+ CHANNEL_GOOGLE_CPI = "channel.google_cpi",
320
+ CHANNEL_GOOGLE_VIDEO_VIEWS = "channel.google_video_views",
321
+ CHANNEL_GOOGLE_VIEW_THRU_CONVERSIONS = "channel.google_view_thru_conversions"
322
+ }