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