@adtrackify/at-tracking-event-types 4.15.2 → 4.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (381) 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/package.json +3 -3
  5. package/dist/cjs/types/api/accounts/account-enums.d.ts +82 -82
  6. package/dist/cjs/types/api/accounts/account-enums.js +97 -97
  7. package/dist/cjs/types/api/accounts/account-types.d.ts +76 -78
  8. package/dist/cjs/types/api/accounts/account-types.js +2 -2
  9. package/dist/cjs/types/api/accounts/index.d.ts +3 -3
  10. package/dist/cjs/types/api/accounts/index.js +19 -19
  11. package/dist/cjs/types/api/accounts/user-account-types.d.ts +17 -17
  12. package/dist/cjs/types/api/accounts/user-account-types.js +2 -2
  13. package/dist/cjs/types/api/analytics/analytics-enums.d.ts +96 -96
  14. package/dist/cjs/types/api/analytics/analytics-enums.js +105 -105
  15. package/dist/cjs/types/api/analytics/event-tracking-types.d.ts +44 -44
  16. package/dist/cjs/types/api/analytics/event-tracking-types.js +3 -3
  17. package/dist/cjs/types/api/analytics/index.d.ts +3 -3
  18. package/dist/cjs/types/api/analytics/index.js +19 -19
  19. package/dist/cjs/types/api/analytics/query-types.d.ts +72 -72
  20. package/dist/cjs/types/api/analytics/query-types.js +2 -2
  21. package/dist/cjs/types/api/contact-acquisition/contact-acquisition.d.ts +106 -106
  22. package/dist/cjs/types/api/contact-acquisition/contact-acquisition.js +21 -21
  23. package/dist/cjs/types/api/contact-acquisition/email-verification.d.ts +30 -30
  24. package/dist/cjs/types/api/contact-acquisition/email-verification.js +11 -11
  25. package/dist/cjs/types/api/contact-acquisition/index.d.ts +6 -6
  26. package/dist/cjs/types/api/contact-acquisition/index.js +22 -22
  27. package/dist/cjs/types/api/contact-acquisition/purchased-contact.d.ts +35 -35
  28. package/dist/cjs/types/api/contact-acquisition/purchased-contact.js +8 -8
  29. package/dist/cjs/types/api/contact-acquisition/purchased-traits.d.ts +63 -63
  30. package/dist/cjs/types/api/contact-acquisition/purchased-traits.js +2 -2
  31. package/dist/cjs/types/api/contact-acquisition/third-party-contact.d.ts +44 -44
  32. package/dist/cjs/types/api/contact-acquisition/third-party-contact.js +2 -2
  33. package/dist/cjs/types/api/contact-acquisition/third-party-cookie-contact-acquisition.d.ts +6 -6
  34. package/dist/cjs/types/api/contact-acquisition/third-party-cookie-contact-acquisition.js +2 -2
  35. package/dist/cjs/types/api/dashboards/index.d.ts +1 -1
  36. package/dist/cjs/types/api/dashboards/index.js +17 -17
  37. package/dist/cjs/types/api/dashboards/widget.d.ts +127 -127
  38. package/dist/cjs/types/api/dashboards/widget.js +36 -36
  39. package/dist/cjs/types/api/destinations/destination-catalog.d.ts +30 -30
  40. package/dist/cjs/types/api/destinations/destination-catalog.js +2 -2
  41. package/dist/cjs/types/api/destinations/destination-enums.d.ts +42 -42
  42. package/dist/cjs/types/api/destinations/destination-enums.js +48 -48
  43. package/dist/cjs/types/api/destinations/destinations.d.ts +67 -67
  44. package/dist/cjs/types/api/destinations/destinations.js +2 -2
  45. package/dist/cjs/types/api/destinations/index.d.ts +6 -7
  46. package/dist/cjs/types/api/destinations/index.js +22 -23
  47. package/dist/cjs/types/api/destinations/index.js.map +1 -1
  48. package/dist/cjs/types/api/destinations/third-party-contact-acquisition-configs.d.ts +9 -9
  49. package/dist/cjs/types/api/destinations/third-party-contact-acquisition-configs.js +2 -2
  50. package/dist/cjs/types/api/destinations/third-party-destination-configs.d.ts +185 -185
  51. package/dist/cjs/types/api/destinations/third-party-destination-configs.js +23 -23
  52. package/dist/cjs/types/api/destinations/third-party-integration-configs.d.ts +68 -68
  53. package/dist/cjs/types/api/destinations/third-party-integration-configs.js +11 -11
  54. package/dist/cjs/types/api/emq/emq-enums.d.ts +58 -58
  55. package/dist/cjs/types/api/emq/emq-enums.js +68 -68
  56. package/dist/cjs/types/api/emq/emq-health.d.ts +19 -19
  57. package/dist/cjs/types/api/emq/emq-health.js +5 -5
  58. package/dist/cjs/types/api/emq/emq-types.d.ts +153 -153
  59. package/dist/cjs/types/api/emq/emq-types.js +7 -7
  60. package/dist/cjs/types/api/emq/index.d.ts +3 -3
  61. package/dist/cjs/types/api/emq/index.js +19 -19
  62. package/dist/cjs/types/api/feature.d.ts +229 -229
  63. package/dist/cjs/types/api/feature.js +199 -199
  64. package/dist/cjs/types/api/health/forwarding-health.d.ts +9 -0
  65. package/dist/cjs/types/api/health/forwarding-health.js +3 -0
  66. package/dist/cjs/types/api/health/forwarding-health.js.map +1 -0
  67. package/dist/cjs/types/api/health/health-condition-types.d.ts +48 -48
  68. package/dist/cjs/types/api/health/health-condition-types.js +8 -8
  69. package/dist/cjs/types/api/health/health-enums.d.ts +7 -7
  70. package/dist/cjs/types/api/health/health-enums.js +11 -11
  71. package/dist/cjs/types/api/health/health-status.d.ts +14 -14
  72. package/dist/cjs/types/api/health/health-status.js +2 -2
  73. package/dist/cjs/types/api/health/index.d.ts +5 -4
  74. package/dist/cjs/types/api/health/index.js +21 -20
  75. package/dist/cjs/types/api/health/index.js.map +1 -1
  76. package/dist/cjs/types/api/health/pixel-health.d.ts +19 -19
  77. package/dist/cjs/types/api/health/pixel-health.js +2 -2
  78. package/dist/cjs/types/api/index.d.ts +15 -15
  79. package/dist/cjs/types/api/index.js +31 -31
  80. package/dist/cjs/types/api/logging/index.d.ts +1 -1
  81. package/dist/cjs/types/api/logging/index.js +17 -17
  82. package/dist/cjs/types/api/logging/logging-types.d.ts +22 -22
  83. package/dist/cjs/types/api/logging/logging-types.js +2 -2
  84. package/dist/cjs/types/api/measures/definitions/channel-measure-definitions.d.ts +2 -2
  85. package/dist/cjs/types/api/measures/definitions/channel-measure-definitions.js +1677 -1677
  86. package/dist/cjs/types/api/measures/definitions/core-measure-definitions.d.ts +2 -2
  87. package/dist/cjs/types/api/measures/definitions/core-measure-definitions.js +446 -446
  88. package/dist/cjs/types/api/measures/definitions/emq-measure-definitions.d.ts +2 -2
  89. package/dist/cjs/types/api/measures/definitions/emq-measure-definitions.js +232 -232
  90. package/dist/cjs/types/api/measures/definitions/facebook-measure-definitions.d.ts +2 -2
  91. package/dist/cjs/types/api/measures/definitions/facebook-measure-definitions.js +1451 -1451
  92. package/dist/cjs/types/api/measures/definitions/google-measure-definitions.d.ts +2 -2
  93. package/dist/cjs/types/api/measures/definitions/google-measure-definitions.js +325 -325
  94. package/dist/cjs/types/api/measures/definitions/index.d.ts +13 -13
  95. package/dist/cjs/types/api/measures/definitions/index.js +29 -29
  96. package/dist/cjs/types/api/measures/definitions/measure-applicable-contexts.d.ts +9 -9
  97. package/dist/cjs/types/api/measures/definitions/measure-applicable-contexts.js +16 -16
  98. package/dist/cjs/types/api/measures/definitions/measure-categories.d.ts +19 -19
  99. package/dist/cjs/types/api/measures/definitions/measure-categories.js +23 -23
  100. package/dist/cjs/types/api/measures/definitions/measure-definitions.d.ts +44 -44
  101. package/dist/cjs/types/api/measures/definitions/measure-definitions.js +88 -88
  102. package/dist/cjs/types/api/measures/definitions/measure-value-type.d.ts +8 -8
  103. package/dist/cjs/types/api/measures/definitions/measure-value-type.js +12 -12
  104. package/dist/cjs/types/api/measures/definitions/shopify/shopify-measure-definitions.d.ts +2 -2
  105. package/dist/cjs/types/api/measures/definitions/shopify/shopify-measure-definitions.js +864 -864
  106. package/dist/cjs/types/api/measures/definitions/shopify/shopify-nc-measure-definitions.d.ts +2 -2
  107. package/dist/cjs/types/api/measures/definitions/shopify/shopify-nc-measure-definitions.js +450 -450
  108. package/dist/cjs/types/api/measures/definitions/shopify/shopify-rc-measure-definitions.d.ts +2 -2
  109. package/dist/cjs/types/api/measures/definitions/shopify/shopify-rc-measure-definitions.js +451 -451
  110. package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.d.ts +2 -2
  111. package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.js +509 -509
  112. package/dist/cjs/types/api/measures/index.d.ts +2 -2
  113. package/dist/cjs/types/api/measures/index.js +18 -18
  114. package/dist/cjs/types/api/measures/measures.d.ts +471 -471
  115. package/dist/cjs/types/api/measures/measures.js +475 -475
  116. package/dist/cjs/types/api/notifications/index.d.ts +3 -3
  117. package/dist/cjs/types/api/notifications/index.js +19 -19
  118. package/dist/cjs/types/api/notifications/notification-enums.d.ts +52 -52
  119. package/dist/cjs/types/api/notifications/notification-enums.js +60 -60
  120. package/dist/cjs/types/api/notifications/notification-history.d.ts +27 -27
  121. package/dist/cjs/types/api/notifications/notification-history.js +2 -2
  122. package/dist/cjs/types/api/notifications/notification-settings.d.ts +21 -21
  123. package/dist/cjs/types/api/notifications/notification-settings.js +133 -133
  124. package/dist/cjs/types/api/promotion-code.d.ts +35 -35
  125. package/dist/cjs/types/api/promotion-code.js +9 -9
  126. package/dist/cjs/types/api/service-events/index.d.ts +3 -3
  127. package/dist/cjs/types/api/service-events/index.js +19 -19
  128. package/dist/cjs/types/api/service-events/service-event-details.d.ts +166 -133
  129. package/dist/cjs/types/api/service-events/service-event-details.js +2 -2
  130. package/dist/cjs/types/api/service-events/service-event-enums.d.ts +49 -35
  131. package/dist/cjs/types/api/service-events/service-event-enums.js +58 -41
  132. package/dist/cjs/types/api/service-events/service-event-enums.js.map +1 -1
  133. package/dist/cjs/types/api/service-events/service-event-wrappers.d.ts +26 -24
  134. package/dist/cjs/types/api/service-events/service-event-wrappers.js +2 -2
  135. package/dist/cjs/types/api/shopify/index.d.ts +2 -2
  136. package/dist/cjs/types/api/shopify/index.js +18 -18
  137. package/dist/cjs/types/api/shopify/shopify-enums.d.ts +10 -10
  138. package/dist/cjs/types/api/shopify/shopify-enums.js +14 -14
  139. package/dist/cjs/types/api/shopify/shopify-types.d.ts +32 -32
  140. package/dist/cjs/types/api/shopify/shopify-types.js +2 -2
  141. package/dist/cjs/types/api/subscriptions/index.d.ts +2 -2
  142. package/dist/cjs/types/api/subscriptions/index.js +18 -18
  143. package/dist/cjs/types/api/subscriptions/subscription-enums.d.ts +38 -38
  144. package/dist/cjs/types/api/subscriptions/subscription-enums.js +48 -48
  145. package/dist/cjs/types/api/subscriptions/subscription-types.d.ts +156 -156
  146. package/dist/cjs/types/api/subscriptions/subscription-types.js +2 -2
  147. package/dist/cjs/types/common/address.d.ts +22 -22
  148. package/dist/cjs/types/common/address.js +8 -8
  149. package/dist/cjs/types/common/currency.d.ts +1 -1
  150. package/dist/cjs/types/common/currency.js +63 -63
  151. package/dist/cjs/types/common/index.d.ts +2 -2
  152. package/dist/cjs/types/common/index.js +18 -18
  153. package/dist/cjs/types/event/base/event-name-enum.d.ts +123 -123
  154. package/dist/cjs/types/event/base/event-name-enum.js +129 -129
  155. package/dist/cjs/types/event/base/event.d.ts +20 -20
  156. package/dist/cjs/types/event/base/event.js +10 -10
  157. package/dist/cjs/types/event/base/index.d.ts +2 -2
  158. package/dist/cjs/types/event/base/index.js +18 -18
  159. package/dist/cjs/types/event/context/event-context-identity.d.ts +32 -32
  160. package/dist/cjs/types/event/context/event-context-identity.js +2 -2
  161. package/dist/cjs/types/event/context/event-context.d.ts +201 -201
  162. package/dist/cjs/types/event/context/event-context.js +2 -2
  163. package/dist/cjs/types/event/context/index.d.ts +2 -2
  164. package/dist/cjs/types/event/context/index.js +18 -18
  165. package/dist/cjs/types/event/index.d.ts +6 -6
  166. package/dist/cjs/types/event/index.js +22 -22
  167. package/dist/cjs/types/event/log-event.d.ts +35 -35
  168. package/dist/cjs/types/event/log-event.js +22 -22
  169. package/dist/cjs/types/event/metric-event.d.ts +13 -13
  170. package/dist/cjs/types/event/metric-event.js +2 -2
  171. package/dist/cjs/types/event/saas-event-properties.d.ts +47 -47
  172. package/dist/cjs/types/event/saas-event-properties.js +10 -10
  173. package/dist/cjs/types/event/tracking-event.d.ts +69 -69
  174. package/dist/cjs/types/event/tracking-event.js +2 -2
  175. package/dist/cjs/types/event-bus-event.d.ts +25 -25
  176. package/dist/cjs/types/event-bus-event.js +2 -2
  177. package/dist/cjs/types/fingerprint/browser-attributes.d.ts +60 -60
  178. package/dist/cjs/types/fingerprint/browser-attributes.js +2 -2
  179. package/dist/cjs/types/fingerprint/index.d.ts +6 -6
  180. package/dist/cjs/types/fingerprint/index.js +18 -18
  181. package/dist/cjs/types/fingerprint/server-attributes.d.ts +50 -50
  182. package/dist/cjs/types/fingerprint/server-attributes.js +2 -2
  183. package/dist/cjs/types/index.d.ts +7 -7
  184. package/dist/cjs/types/index.js +23 -23
  185. package/dist/cjs/types/third-party-event-configuration-types.d.ts +10 -10
  186. package/dist/cjs/types/third-party-event-configuration-types.js +2 -2
  187. package/dist/cjs/types/tracking-event-ingest-message.d.ts +12 -12
  188. package/dist/cjs/types/tracking-event-ingest-message.js +2 -2
  189. package/dist/esm/index.d.ts +1 -1
  190. package/dist/esm/index.js +1 -1
  191. package/dist/esm/types/api/accounts/account-enums.d.ts +82 -82
  192. package/dist/esm/types/api/accounts/account-enums.js +94 -94
  193. package/dist/esm/types/api/accounts/account-types.d.ts +76 -78
  194. package/dist/esm/types/api/accounts/account-types.js +1 -1
  195. package/dist/esm/types/api/accounts/index.d.ts +3 -3
  196. package/dist/esm/types/api/accounts/index.js +3 -3
  197. package/dist/esm/types/api/accounts/user-account-types.d.ts +17 -17
  198. package/dist/esm/types/api/accounts/user-account-types.js +1 -1
  199. package/dist/esm/types/api/analytics/analytics-enums.d.ts +96 -96
  200. package/dist/esm/types/api/analytics/analytics-enums.js +102 -102
  201. package/dist/esm/types/api/analytics/event-tracking-types.d.ts +44 -44
  202. package/dist/esm/types/api/analytics/event-tracking-types.js +1 -1
  203. package/dist/esm/types/api/analytics/index.d.ts +3 -3
  204. package/dist/esm/types/api/analytics/index.js +3 -3
  205. package/dist/esm/types/api/analytics/query-types.d.ts +72 -72
  206. package/dist/esm/types/api/analytics/query-types.js +1 -1
  207. package/dist/esm/types/api/contact-acquisition/contact-acquisition.d.ts +106 -106
  208. package/dist/esm/types/api/contact-acquisition/contact-acquisition.js +18 -18
  209. package/dist/esm/types/api/contact-acquisition/email-verification.d.ts +30 -30
  210. package/dist/esm/types/api/contact-acquisition/email-verification.js +8 -8
  211. package/dist/esm/types/api/contact-acquisition/index.d.ts +6 -6
  212. package/dist/esm/types/api/contact-acquisition/index.js +6 -6
  213. package/dist/esm/types/api/contact-acquisition/purchased-contact.d.ts +35 -35
  214. package/dist/esm/types/api/contact-acquisition/purchased-contact.js +5 -5
  215. package/dist/esm/types/api/contact-acquisition/purchased-traits.d.ts +63 -63
  216. package/dist/esm/types/api/contact-acquisition/purchased-traits.js +1 -1
  217. package/dist/esm/types/api/contact-acquisition/third-party-contact.d.ts +44 -44
  218. package/dist/esm/types/api/contact-acquisition/third-party-contact.js +1 -1
  219. package/dist/esm/types/api/contact-acquisition/third-party-cookie-contact-acquisition.d.ts +6 -6
  220. package/dist/esm/types/api/contact-acquisition/third-party-cookie-contact-acquisition.js +1 -1
  221. package/dist/esm/types/api/dashboards/index.d.ts +1 -1
  222. package/dist/esm/types/api/dashboards/index.js +1 -1
  223. package/dist/esm/types/api/dashboards/widget.d.ts +127 -127
  224. package/dist/esm/types/api/dashboards/widget.js +33 -33
  225. package/dist/esm/types/api/destinations/destination-catalog.d.ts +30 -30
  226. package/dist/esm/types/api/destinations/destination-catalog.js +1 -1
  227. package/dist/esm/types/api/destinations/destination-enums.d.ts +42 -42
  228. package/dist/esm/types/api/destinations/destination-enums.js +45 -45
  229. package/dist/esm/types/api/destinations/destinations.d.ts +67 -67
  230. package/dist/esm/types/api/destinations/destinations.js +1 -1
  231. package/dist/esm/types/api/destinations/index.d.ts +6 -7
  232. package/dist/esm/types/api/destinations/index.js +6 -7
  233. package/dist/esm/types/api/destinations/index.js.map +1 -1
  234. package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.d.ts +9 -9
  235. package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.js +1 -1
  236. package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +185 -185
  237. package/dist/esm/types/api/destinations/third-party-destination-configs.js +20 -20
  238. package/dist/esm/types/api/destinations/third-party-integration-configs.d.ts +68 -68
  239. package/dist/esm/types/api/destinations/third-party-integration-configs.js +8 -8
  240. package/dist/esm/types/api/emq/emq-enums.d.ts +58 -58
  241. package/dist/esm/types/api/emq/emq-enums.js +65 -65
  242. package/dist/esm/types/api/emq/emq-health.d.ts +19 -19
  243. package/dist/esm/types/api/emq/emq-health.js +2 -2
  244. package/dist/esm/types/api/emq/emq-types.d.ts +153 -153
  245. package/dist/esm/types/api/emq/emq-types.js +4 -4
  246. package/dist/esm/types/api/emq/index.d.ts +3 -3
  247. package/dist/esm/types/api/emq/index.js +3 -3
  248. package/dist/esm/types/api/feature.d.ts +229 -229
  249. package/dist/esm/types/api/feature.js +196 -196
  250. package/dist/esm/types/api/health/forwarding-health.d.ts +9 -0
  251. package/dist/esm/types/api/health/forwarding-health.js +2 -0
  252. package/dist/esm/types/api/health/forwarding-health.js.map +1 -0
  253. package/dist/esm/types/api/health/health-condition-types.d.ts +48 -48
  254. package/dist/esm/types/api/health/health-condition-types.js +5 -5
  255. package/dist/esm/types/api/health/health-enums.d.ts +7 -7
  256. package/dist/esm/types/api/health/health-enums.js +8 -8
  257. package/dist/esm/types/api/health/health-status.d.ts +14 -14
  258. package/dist/esm/types/api/health/health-status.js +1 -1
  259. package/dist/esm/types/api/health/index.d.ts +5 -4
  260. package/dist/esm/types/api/health/index.js +5 -4
  261. package/dist/esm/types/api/health/index.js.map +1 -1
  262. package/dist/esm/types/api/health/pixel-health.d.ts +19 -19
  263. package/dist/esm/types/api/health/pixel-health.js +1 -1
  264. package/dist/esm/types/api/index.d.ts +15 -15
  265. package/dist/esm/types/api/index.js +15 -15
  266. package/dist/esm/types/api/logging/index.d.ts +1 -1
  267. package/dist/esm/types/api/logging/index.js +1 -1
  268. package/dist/esm/types/api/logging/logging-types.d.ts +22 -22
  269. package/dist/esm/types/api/logging/logging-types.js +1 -1
  270. package/dist/esm/types/api/measures/definitions/channel-measure-definitions.d.ts +2 -2
  271. package/dist/esm/types/api/measures/definitions/channel-measure-definitions.js +1674 -1674
  272. package/dist/esm/types/api/measures/definitions/core-measure-definitions.d.ts +2 -2
  273. package/dist/esm/types/api/measures/definitions/core-measure-definitions.js +443 -443
  274. package/dist/esm/types/api/measures/definitions/emq-measure-definitions.d.ts +2 -2
  275. package/dist/esm/types/api/measures/definitions/emq-measure-definitions.js +229 -229
  276. package/dist/esm/types/api/measures/definitions/facebook-measure-definitions.d.ts +2 -2
  277. package/dist/esm/types/api/measures/definitions/facebook-measure-definitions.js +1448 -1448
  278. package/dist/esm/types/api/measures/definitions/google-measure-definitions.d.ts +2 -2
  279. package/dist/esm/types/api/measures/definitions/google-measure-definitions.js +322 -322
  280. package/dist/esm/types/api/measures/definitions/index.d.ts +13 -13
  281. package/dist/esm/types/api/measures/definitions/index.js +13 -13
  282. package/dist/esm/types/api/measures/definitions/measure-applicable-contexts.d.ts +9 -9
  283. package/dist/esm/types/api/measures/definitions/measure-applicable-contexts.js +13 -13
  284. package/dist/esm/types/api/measures/definitions/measure-categories.d.ts +19 -19
  285. package/dist/esm/types/api/measures/definitions/measure-categories.js +20 -20
  286. package/dist/esm/types/api/measures/definitions/measure-definitions.d.ts +44 -44
  287. package/dist/esm/types/api/measures/definitions/measure-definitions.js +84 -84
  288. package/dist/esm/types/api/measures/definitions/measure-value-type.d.ts +8 -8
  289. package/dist/esm/types/api/measures/definitions/measure-value-type.js +9 -9
  290. package/dist/esm/types/api/measures/definitions/shopify/shopify-measure-definitions.d.ts +2 -2
  291. package/dist/esm/types/api/measures/definitions/shopify/shopify-measure-definitions.js +861 -861
  292. package/dist/esm/types/api/measures/definitions/shopify/shopify-nc-measure-definitions.d.ts +2 -2
  293. package/dist/esm/types/api/measures/definitions/shopify/shopify-nc-measure-definitions.js +447 -447
  294. package/dist/esm/types/api/measures/definitions/shopify/shopify-rc-measure-definitions.d.ts +2 -2
  295. package/dist/esm/types/api/measures/definitions/shopify/shopify-rc-measure-definitions.js +448 -448
  296. package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.d.ts +2 -2
  297. package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.js +506 -506
  298. package/dist/esm/types/api/measures/index.d.ts +2 -2
  299. package/dist/esm/types/api/measures/index.js +2 -2
  300. package/dist/esm/types/api/measures/measures.d.ts +471 -471
  301. package/dist/esm/types/api/measures/measures.js +472 -472
  302. package/dist/esm/types/api/notifications/index.d.ts +3 -3
  303. package/dist/esm/types/api/notifications/index.js +3 -3
  304. package/dist/esm/types/api/notifications/notification-enums.d.ts +52 -52
  305. package/dist/esm/types/api/notifications/notification-enums.js +57 -57
  306. package/dist/esm/types/api/notifications/notification-history.d.ts +27 -27
  307. package/dist/esm/types/api/notifications/notification-history.js +1 -1
  308. package/dist/esm/types/api/notifications/notification-settings.d.ts +21 -21
  309. package/dist/esm/types/api/notifications/notification-settings.js +129 -129
  310. package/dist/esm/types/api/promotion-code.d.ts +35 -35
  311. package/dist/esm/types/api/promotion-code.js +6 -6
  312. package/dist/esm/types/api/service-events/index.d.ts +3 -3
  313. package/dist/esm/types/api/service-events/index.js +3 -3
  314. package/dist/esm/types/api/service-events/service-event-details.d.ts +166 -133
  315. package/dist/esm/types/api/service-events/service-event-details.js +1 -1
  316. package/dist/esm/types/api/service-events/service-event-enums.d.ts +49 -35
  317. package/dist/esm/types/api/service-events/service-event-enums.js +55 -38
  318. package/dist/esm/types/api/service-events/service-event-enums.js.map +1 -1
  319. package/dist/esm/types/api/service-events/service-event-wrappers.d.ts +26 -24
  320. package/dist/esm/types/api/service-events/service-event-wrappers.js +1 -1
  321. package/dist/esm/types/api/shopify/index.d.ts +2 -2
  322. package/dist/esm/types/api/shopify/index.js +2 -2
  323. package/dist/esm/types/api/shopify/shopify-enums.d.ts +10 -10
  324. package/dist/esm/types/api/shopify/shopify-enums.js +11 -11
  325. package/dist/esm/types/api/shopify/shopify-types.d.ts +32 -32
  326. package/dist/esm/types/api/shopify/shopify-types.js +1 -1
  327. package/dist/esm/types/api/subscriptions/index.d.ts +2 -2
  328. package/dist/esm/types/api/subscriptions/index.js +2 -2
  329. package/dist/esm/types/api/subscriptions/subscription-enums.d.ts +38 -38
  330. package/dist/esm/types/api/subscriptions/subscription-enums.js +45 -45
  331. package/dist/esm/types/api/subscriptions/subscription-types.d.ts +156 -156
  332. package/dist/esm/types/api/subscriptions/subscription-types.js +1 -1
  333. package/dist/esm/types/common/address.d.ts +22 -22
  334. package/dist/esm/types/common/address.js +5 -5
  335. package/dist/esm/types/common/currency.d.ts +1 -1
  336. package/dist/esm/types/common/currency.js +60 -60
  337. package/dist/esm/types/common/index.d.ts +2 -2
  338. package/dist/esm/types/common/index.js +2 -2
  339. package/dist/esm/types/event/base/event-name-enum.d.ts +123 -123
  340. package/dist/esm/types/event/base/event-name-enum.js +126 -126
  341. package/dist/esm/types/event/base/event.d.ts +20 -20
  342. package/dist/esm/types/event/base/event.js +7 -7
  343. package/dist/esm/types/event/base/index.d.ts +2 -2
  344. package/dist/esm/types/event/base/index.js +2 -2
  345. package/dist/esm/types/event/context/event-context-identity.d.ts +32 -32
  346. package/dist/esm/types/event/context/event-context-identity.js +1 -1
  347. package/dist/esm/types/event/context/event-context.d.ts +201 -201
  348. package/dist/esm/types/event/context/event-context.js +1 -1
  349. package/dist/esm/types/event/context/index.d.ts +2 -2
  350. package/dist/esm/types/event/context/index.js +2 -2
  351. package/dist/esm/types/event/index.d.ts +6 -6
  352. package/dist/esm/types/event/index.js +6 -6
  353. package/dist/esm/types/event/log-event.d.ts +35 -35
  354. package/dist/esm/types/event/log-event.js +19 -19
  355. package/dist/esm/types/event/metric-event.d.ts +13 -13
  356. package/dist/esm/types/event/metric-event.js +1 -1
  357. package/dist/esm/types/event/saas-event-properties.d.ts +47 -47
  358. package/dist/esm/types/event/saas-event-properties.js +7 -7
  359. package/dist/esm/types/event/tracking-event.d.ts +69 -69
  360. package/dist/esm/types/event/tracking-event.js +1 -1
  361. package/dist/esm/types/event-bus-event.d.ts +25 -25
  362. package/dist/esm/types/event-bus-event.js +1 -1
  363. package/dist/esm/types/fingerprint/browser-attributes.d.ts +60 -60
  364. package/dist/esm/types/fingerprint/browser-attributes.js +1 -1
  365. package/dist/esm/types/fingerprint/index.d.ts +6 -6
  366. package/dist/esm/types/fingerprint/index.js +2 -2
  367. package/dist/esm/types/fingerprint/server-attributes.d.ts +50 -50
  368. package/dist/esm/types/fingerprint/server-attributes.js +1 -1
  369. package/dist/esm/types/index.d.ts +7 -7
  370. package/dist/esm/types/index.js +7 -7
  371. package/dist/esm/types/third-party-event-configuration-types.d.ts +10 -10
  372. package/dist/esm/types/third-party-event-configuration-types.js +1 -1
  373. package/dist/esm/types/tracking-event-ingest-message.d.ts +12 -12
  374. package/dist/esm/types/tracking-event-ingest-message.js +1 -1
  375. package/package.json +110 -110
  376. package/dist/cjs/types/api/destinations/custom-event-mapping.d.ts +0 -63
  377. package/dist/cjs/types/api/destinations/custom-event-mapping.js +0 -24
  378. package/dist/cjs/types/api/destinations/custom-event-mapping.js.map +0 -1
  379. package/dist/esm/types/api/destinations/custom-event-mapping.d.ts +0 -63
  380. package/dist/esm/types/api/destinations/custom-event-mapping.js +0 -21
  381. package/dist/esm/types/api/destinations/custom-event-mapping.js.map +0 -1
@@ -1,471 +1,471 @@
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_ORDER_TOTAL_PRODUCT_COST_GROSS_PERCENT = "shopify.order_total_product_cost_gross_percent",
74
- SHOPIFY_NEW_CUSTOMER_ORDER_TOTAL_PRODUCT_COST_GROSS_PERCENT = "shopify.new_customer_order_total_product_cost_gross_percent",
75
- SHOPIFY_RETURNING_CUSTOMER_ORDER_TOTAL_PRODUCT_COST_GROSS_PERCENT = "shopify.returning_customer_order_total_product_cost_gross_percent",
76
- SHOPIFY_ORDER_TOTAL_PRODUCT_COST_NET_PERCENT = "shopify.order_total_product_cost_net_percent",
77
- SHOPIFY_NEW_CUSTOMER_ORDER_TOTAL_PRODUCT_COST_NET_PERCENT = "shopify.new_customer_order_total_product_cost_net_percent",
78
- SHOPIFY_RETURNING_CUSTOMER_ORDER_TOTAL_PRODUCT_COST_NET_PERCENT = "shopify.returning_customer_order_total_product_cost_net_percent",
79
- SHOPIFY_GROSS_PRODUCT_MARGIN = "shopify.gross_product_margin",
80
- SHOPIFY_NEW_CUSTOMER_GROSS_PRODUCT_MARGIN = "shopify.new_customer_gross_product_margin",
81
- SHOPIFY_RETURNING_CUSTOMER_GROSS_PRODUCT_MARGIN = "shopify.returning_customer_gross_product_margin",
82
- SHOPIFY_GROSS_PRODUCT_MARGIN_GROSS_PERCENT = "shopify.gross_product_margin_gross_percent",
83
- SHOPIFY_NEW_CUSTOMER_GROSS_PRODUCT_MARGIN_GROSS_PERCENT = "shopify.new_customer_gross_product_margin_gross_percent",
84
- SHOPIFY_RETURNING_CUSTOMER_GROSS_PRODUCT_MARGIN_GROSS_PERCENT = "shopify.returning_customer_gross_product_margin_gross_percent",
85
- SHOPIFY_GROSS_PRODUCT_MARGIN_NET_PERCENT = "shopify.gross_product_margin_net_percent",
86
- SHOPIFY_NEW_CUSTOMER_GROSS_PRODUCT_MARGIN_NET_PERCENT = "shopify.new_customer_gross_product_margin_net_percent",
87
- SHOPIFY_RETURNING_CUSTOMER_GROSS_PRODUCT_MARGIN_NET_PERCENT = "shopify.returning_customer_gross_product_margin_net_percent",
88
- SHOPIFY_NET_PRODUCT_MARGIN = "shopify.net_product_margin",
89
- SHOPIFY_NEW_CUSTOMER_NET_PRODUCT_MARGIN = "shopify.new_customer_net_product_margin",
90
- SHOPIFY_RETURNING_CUSTOMER_NET_PRODUCT_MARGIN = "shopify.returning_customer_net_product_margin",
91
- SHOPIFY_NET_PRODUCT_MARGIN_GROSS_PERCENT = "shopify.net_product_margin_gross_percent",
92
- SHOPIFY_NEW_CUSTOMER_NET_PRODUCT_MARGIN_GROSS_PERCENT = "shopify.new_customer_net_product_margin_gross_percent",
93
- SHOPIFY_RETURNING_CUSTOMER_NET_PRODUCT_MARGIN_GROSS_PERCENT = "shopify.returning_customer_net_product_margin_gross_percent",
94
- SHOPIFY_NET_PRODUCT_MARGIN_NET_PERCENT = "shopify.net_product_margin_net_percent",
95
- SHOPIFY_NEW_CUSTOMER_NET_PRODUCT_MARGIN_NET_PERCENT = "shopify.new_customer_net_product_margin_net_percent",
96
- SHOPIFY_RETURNING_CUSTOMER_NET_PRODUCT_MARGIN_NET_PERCENT = "shopify.returning_customer_net_product_margin_net_percent",
97
- SHOPIFY_GROSS_MARGIN = "shopify.gross_margin",
98
- SHOPIFY_NEW_CUSTOMER_GROSS_MARGIN = "shopify.new_customer_gross_margin",
99
- SHOPIFY_RETURNING_CUSTOMER_GROSS_MARGIN = "shopify.returning_customer_gross_margin",
100
- SHOPIFY_GROSS_MARGIN_GROSS_PERCENT = "shopify.gross_margin_gross_percent",
101
- SHOPIFY_NEW_CUSTOMER_GROSS_MARGIN_GROSS_PERCENT = "shopify.new_customer_gross_margin_gross_percent",
102
- SHOPIFY_RETURNING_CUSTOMER_GROSS_MARGIN_GROSS_PERCENT = "shopify.returning_customer_gross_margin_gross_percent",
103
- SHOPIFY_GROSS_MARGIN_NET_PERCENT = "shopify.gross_margin_net_percent",
104
- SHOPIFY_NEW_CUSTOMER_GROSS_MARGIN_NET_PERCENT = "shopify.new_customer_gross_margin_net_percent",
105
- SHOPIFY_RETURNING_CUSTOMER_GROSS_MARGIN_NET_PERCENT = "shopify.returning_customer_gross_margin_net_percent",
106
- SHOPIFY_NET_MARGIN = "shopify.net_margin",
107
- SHOPIFY_NEW_CUSTOMER_NET_MARGIN = "shopify.new_customer_net_margin",
108
- SHOPIFY_RETURNING_CUSTOMER_NET_MARGIN = "shopify.returning_customer_net_margin",
109
- SHOPIFY_NET_MARGIN_GROSS_PERCENT = "shopify.net_margin_gross_percent",
110
- SHOPIFY_NEW_CUSTOMER_NET_MARGIN_GROSS_PERCENT = "shopify.new_customer_net_margin_gross_percent",
111
- SHOPIFY_RETURNING_CUSTOMER_NET_MARGIN_GROSS_PERCENT = "shopify.returning_customer_net_margin_gross_percent",
112
- SHOPIFY_NET_MARGIN_NET_PERCENT = "shopify.net_margin_net_percent",
113
- SHOPIFY_NEW_CUSTOMER_NET_MARGIN_NET_PERCENT = "shopify.new_customer_net_margin_net_percent",
114
- SHOPIFY_RETURNING_CUSTOMER_NET_MARGIN_NET_PERCENT = "shopify.returning_customer_net_margin_net_percent",
115
- SHOPIFY_REFUNDS = "shopify.refunds_count",
116
- SHOPIFY_REFUND_AMOUNT_REFUND_DATE = "shopify.refunds_amount_refund_date",
117
- SHOPIFY_REFUND_AMOUNT_ORDER_DATE = "shopify.refunds_amount_order_date",
118
- SHOPIFY_REFUND_GROSS_PERCENT = "shopify.refunds_gross_percent",
119
- SHOPIFY_REFUND_NET_PERCENT = "shopify.refunds_net_percent",
120
- SHOPIFY_REFUND_RATE = "shopify.refunds_rate",
121
- SHOPIFY_NEW_CUSTOMER_GROSS_PERCENT = "shopify.new_customer_gross_percent",
122
- SHOPIFY_NEW_CUSTOMER_TOTAL_SALES = "shopify.new_customer_total_sales",
123
- SHOPIFY_DISCOUNT_AMOUNT = "shopify.discount_amount",
124
- SHOPIFY_NEW_CUSTOMER_DISCOUNT_AMOUNT = "shopify.new_customer_discount_amount",
125
- SHOPIFY_RETURNING_CUSTOMER_DISCOUNT_AMOUNT = "shopify.returning_customer_discount_amount",
126
- SHOPIFY_DISCOUNT_GROSS_PERCENT = "shopify.discounts_gross_percent",
127
- SHOPIFY_NEW_CUSTOMER_DISCOUNT_GROSS_PERCENT = "shopify.new_customer_discounts_gross_percent",
128
- SHOPIFY_RETURNING_CUSTOMER_DISCOUNT_GROSS_PERCENT = "shopify.returning_customer_discounts_gross_percent",
129
- SHOPIFY_DISCOUNTS = "shopify.discounts_count",
130
- SHOPIFY_DISCOUNT_RATE = "shopify.discounts_rate",
131
- SHOPIFY_NEW_CUSTOMER_DISCOUNT_RATE = "shopify.new_customer_discounts_rate",
132
- SHOPIFY_RETURNING_CUSTOMER_DISCOUNT_RATE = "shopify.returning_customer_discounts_rate",
133
- SHOPIFY_REFUND_PLUS_DISCOUNT_AMOUNT = "shopify.refunds_plus_discount",
134
- SHOPIFY_NEW_CUSTOMER_REFUND_PLUS_DISCOUNT_AMOUNT = "shopify.new_customer_refunds_plus_discount",
135
- SHOPIFY_RETURNING_CUSTOMER_REFUND_PLUS_DISCOUNT_AMOUNT = "shopify.returning_customer_refunds_plus_discount",
136
- SHOPIFY_ABANDONED_CHECKOUTS_VALUE = "shopify.abandoned_checkouts_value",
137
- SHOPIFY_ABANDONED_CHECKOUTS = "shopify.abandoned_checkouts",
138
- SHOPIFY_CANCELLED_ORDERS = "shopify.cancelled_orders_count",
139
- SHOPIFY_CANCELLED_AMOUNT = "shopify.cancellation_amount",
140
- SHOPIFY_AVG_ORDERS_PER_CUSTOMER = "shopify.avg_orders_per_customer",
141
- SHOPIFY_SUBTOTAL_AMOUNT = "shopify.subtotal_amount",
142
- SHOPIFY_NET_PLUS_SHIPPING_AMOUNT = "shopify.net_plus_shipping_amount",
143
- SHOPIFY_TOP_PRODUCTS = "shopify.top_products",
144
- SHOPIFY_PRODUCT_UNITS_SOLD = "shopify.product_units_sold",
145
- SHOPIFY_CUSTOMER_LTV = "shopify.customer_ltv",
146
- SHOPIFY_REPEAT_CUSTOMER_RATE = "shopify.repeat_customer_rate",
147
- SHOPIFY_TAX_AMOUNT = "shopify.tax_amount",
148
- SHOPIFY_SHIPPING_AMOUNT = "shopify.shipping_amount",
149
- SHOPIFY_RETURNING_CUSTOMER_GROSS_PERCENT = "shopify.returning_customer_gross_percent",
150
- SHOPIFY_RETURNING_CUSTOMER_TOTAL_SALES = "shopify.returning_customer_total_sales",
151
- SHOPIFY_LTV = "shopify.lifetime_value",
152
- SHOPIFY_LTV_90 = "shopify.lifetime_value_90",
153
- SHOPIFY_LTV_180 = "shopify.lifetime_value_180",
154
- SHOPIFY_LTV_365 = "shopify.lifetime_value_365",
155
- SHOPIFY_LTV_COHORT_GROSS_SALE_PRICE = "shopify.ltv_cohort_gross_sale_price",
156
- SHOPIFY_LTV_COHORT_NET_SALE_PRICE = "shopify.ltv_cohort_net_sale_price",
157
- SHOPIFY_LTV_COHORT_NETT_SALE_PRICE = "shopify.ltv_cohort_nett_sale_price",
158
- SHOPIFY_LTV_COHORT_NETTS_SALE_PRICE = "shopify.ltv_cohort_netts_sale_price",
159
- SHOPIFY_LTV_COHORT_NETS_SALE_PRICE = "shopify.ltv_cohort_nets_sale_price",
160
- SHOPIFY_CUSTOMERS_COHORT = "shopify.customers_cohort",
161
- SHOPIFY_CUSTOMERS_RETENTION_RATE_COHORT = "shopify.customers_retention_rate_cohort",
162
- SHOPIFY_AVG_ORDER_VALUE_COHORT = "shopify.avg_order_value_cohort",
163
- SITE_TTFB = "site.ttfb",
164
- SITE_FCP = "site.fcp",
165
- SITE_LCP = "site.lcp",
166
- SITE_TIME_ON_SITE = "site.time_on_site",
167
- CHANNEL_SPEND = "channel.spend",
168
- CHANNEL_IMPRESSIONS = "channel.impressions",
169
- CHANNEL_CPM = "channel.cpm",
170
- CHANNEL_FREQUENCY = "channel.frequency",
171
- CHANNEL_REACH = "channel.reach",
172
- CHANNEL_CPP = "channel.cpp",
173
- CHANNEL_COST_TO_REACH_1000_ACCOUNTS = "channel.cost_to_reach_1000_accounts",
174
- CHANNEL_CLICKS = "channel.clicks",
175
- CHANNEL_CPC = "channel.cpc",
176
- CHANNEL_CTR = "channel.ctr",
177
- CHANNEL_UNIQUE_CLICKS = "channel.unique_clicks",
178
- CHANNEL_UNIQUE_CLICKS_CTR = "channel.unique_clicks_ctr",
179
- CHANNEL_COST_PER_UNIQUE_CLICK = "channel.cost_per_unique_click",
180
- CHANNEL_INLINE_CLICKS = "channel.inline_clicks",
181
- CHANNEL_INLINE_CLICK_CTR = "channel.inline_click_ctr",
182
- CHANNEL_COST_PER_INLINE_CLICK = "channel.cost_per_inline_click",
183
- CHANNEL_OUTBOUND_CLICKS = "channel.outbound_clicks",
184
- CHANNEL_OUTBOUND_CLICKS_CTR = "channel.outbound_clicks_ctr",
185
- CHANNEL_COST_PER_OUTBOUND_CLICK = "channel.cost_per_outbound_click",
186
- CHANNEL_LINK_CLICKS = "channel.link_clicks",
187
- CHANNEL_LINK_CLICKS_CTR = "channel.link_clicks_ctr",
188
- CHANNEL_COST_PER_LINK_CLICK = "channel.cost_per_link_click",
189
- CHANNEL_PURCHASES = "channel.purchases",
190
- CHANNEL_PURCHASES_VALUE = "channel.purchases_value",
191
- CHANNEL_PURCHASES_COST = "channel.purchases_cost",
192
- CHANNEL_CPA = "channel.cpa",
193
- CHANNEL_ROAS = "channel.roas",
194
- CHANNEL_NEW_CUSTOMER_PURCHASES = "channel.new_customer_purchases",
195
- CHANNEL_NEW_CUSTOMER_PURCHASES_VALUE = "channel.new_customer_purchases_value",
196
- CHANNEL_NEW_CUSTOMER_CPA = "channel.new_customer_cpa",
197
- CHANNEL_NEW_CUSTOMER_ROAS = "channel.new_customer_roas",
198
- CHANNEL_VIEW_CONTENTS = "channel.view_contents",
199
- CHANNEL_VIEW_CONTENTS_VALUE = "channel.view_contents_value",
200
- CHANNEL_VIEW_CONTENTS_COST = "channel.view_contents_cost",
201
- CHANNEL_ADD_TO_CARTS = "channel.add_to_carts",
202
- CHANNEL_ADD_TO_CARTS_VALUE = "channel.add_to_carts_value",
203
- CHANNEL_ADD_TO_CARTS_COST = "channel.add_to_carts_cost",
204
- CHANNEL_INITIATE_CHECKOUTS = "channel.initiate_checkouts",
205
- CHANNEL_INITIATE_CHECKOUTS_VALUE = "channel.initiate_checkouts_value",
206
- CHANNEL_INITIATE_CHECKOUTS_COST = "channel.initiate_checkouts_cost",
207
- CHANNEL_SEARCHES = "channel.searches",
208
- CHANNEL_SEARCHES_VALUE = "channel.searches_value",
209
- CHANNEL_SEARCHES_COST = "channel.searches_cost",
210
- CHANNEL_ADD_TO_WITHLISTS = "channel.add_to_withlists",
211
- CHANNEL_ADD_TO_WITHLISTS_VALUE = "channel.add_to_withlists_value",
212
- CHANNEL_ADD_TO_WITHLISTS_COST = "channel.add_to_withlists_cost",
213
- CHANNEL_ENGAGEMENTS = "channel.engagements",
214
- CHANNEL_ENGAGEMENTS_COST = "channel.engagements_cost",
215
- CHANNEL_ENGAGEMENT_RATE = "channel.engagement_rate",
216
- CHANNEL_SHARES = "channel.shares",
217
- CHANNEL_SHARES_COST = "channel.shares_cost",
218
- CHANNEL_REACTIONS = "channel.reactions",
219
- CHANNEL_REACTIONS_COST = "channel.reactions_cost",
220
- CHANNEL_LIKES = "channel.likes",
221
- CHANNEL_LIKES_COST = "channel.likes_cost",
222
- CHANNEL_COMMENTS = "channel.comments",
223
- CHANNEL_COMMENTS_COST = "channel.comments_cost",
224
- CHANNEL_SAVES = "channel.saves",
225
- CHANNEL_SAVES_COST = "channel.saves_cost",
226
- CHANNEL_LANDING_PAGE_VIEWS = "channel.landing_page_views",
227
- CHANNEL_LANDING_PAGE_VIEWS_COST = "channel.landing_page_views_cost",
228
- CHANNEL_LANDING_PAGE_VIEW_RATE = "channel.landing_page_view_rate",
229
- CHANNEL_LEADS = "channel.leads",
230
- CHANNEL_LEADS_VALUE = "channel.leads_value",
231
- CHANNEL_LEADS_COST = "channel.leads_cost",
232
- CHANNEL_APPOINTMENTS = "channel.appointments",
233
- CHANNEL_APPOINTMENTS_VALUE = "channel.appointments_value",
234
- CHANNEL_APPOINTMENTS_COST = "channel.appointments_cost",
235
- CHANNEL_SUBSCRIBERS = "channel.subscribers",
236
- CHANNEL_SUBSCRIBERS_VALUE = "channel.subscribers_value",
237
- CHANNEL_SUBSCRIBERS_COST = "channel.subscribers_cost",
238
- CHANNEL_START_TRIALS = "channel.start_trials",
239
- CHANNEL_START_TRIALS_VALUE = "channel.start_trials_value",
240
- CHANNEL_START_TRIALS_COST = "channel.start_trials_cost",
241
- CHANNEL_SUBMIT_APPLICATIONS = "channel.submit_applications",
242
- CHANNEL_SUBMIT_APPLICATIONS_VALUE = "channel.submit_applications_value",
243
- CHANNEL_SUBMIT_APPLICATIONS_COST = "channel.submit_applications_cost",
244
- CHANNEL_APP_INSTALLS = "channel.app_installs",
245
- CHANNEL_APP_INSTALLS_VALUE = "channel.app_installs_value",
246
- CHANNEL_APP_INSTALLS_COST = "channel.app_installs_cost",
247
- CHANNEL_COMPLETE_REGISTRATIONS = "channel.complete_registrations",
248
- CHANNEL_COMPLETE_REGISTRATIONS_VALUE = "channel.complete_registrations_value",
249
- CHANNEL_COMPLETE_REGISTRATIONS_COST = "channel.complete_registrations_cost",
250
- CHANNEL_VIDEO_VIEWS = "channel.video_views",
251
- CHANNEL_VIDEO_VIEWS_COST = "channel.video_views_cost",
252
- CHANNEL_CPV = "channel.cpv",
253
- CHANNEL_VIDEO_VIEWS_15_SEC = "channel.video_views_15_sec",
254
- CHANNEL_VIDEO_VIEWS_15_SEC_COST = "channel.video_views_15sec_cost",
255
- CHANNEL_VIDEO_VIEWS_30_SEC = "channel.video_views_30_sec",
256
- CHANNEL_VIDEO_VIEWS_30_SEC_COST = "channel.video_views_30sec_cost",
257
- CHANNEL_VIDEO_P25_WATCHED_VIEWS = "channel.video_p25_watched_views",
258
- CHANNEL_VIDEO_P50_WATCHED_VIEWS = "channel.video_p50_watched_views",
259
- CHANNEL_VIDEO_P75_WATCHED_VIEWS = "channel.video_p75_watched_views",
260
- CHANNEL_VIDEO_P95_WATCHED_VIEWS = "channel.video_p95_watched_views",
261
- CHANNEL_VIDEO_P100_WATCHED_VIEWS = "channel.video_p100_watched_views",
262
- CHANNEL_VIDEO_QUARTILE_P25_RATE = "channel.video_quartile_p25_rate",
263
- CHANNEL_VIDEO_QUARTILE_P50_RATE = "channel.video_quartile_p50_rate",
264
- CHANNEL_VIDEO_QUARTILE_P75_RATE = "channel.video_quartile_p75_rate",
265
- CHANNEL_VIDEO_QUARTILE_P100_RATE = "channel.video_quartile_p100_rate",
266
- CHANNEL_VIDEO_VIEWS_THRUPLAY = "channel.video_views_thruplay",
267
- CHANNEL_VIDEO_VIEWS_THRUPLAY_COST = "channel.video_views_thruplay_cost",
268
- CHANNEL_VIDEO_PLAYS = "channel.video_plays",
269
- CHANNEL_VIDEO_PLAYS_COST = "channel.video_plays_cost",
270
- CHANNEL_CONVERSIONS = "channel.conversions",
271
- CHANNEL_CONVERSIONS_VALUE = "channel.conversions_value",
272
- CHANNEL_CONVERSIONS_COST = "channel.conversions_cost",
273
- CHANNEL_CONVERSIONS_ROAS = "channel.conversions_roas",
274
- CHANNEL_ALL_CONVERSIONS = "channel.all_conversions",
275
- CHANNEL_ALL_CONVERSIONS_VALUE = "channel.all_conversions_value",
276
- CHANNEL_ALL_CONVERSIONS_COST = "channel.all_conversions_cost",
277
- CHANNEL_ALL_CONVERSIONS_ROAS = "channel.all_conversions_roas",
278
- CHANNEL_VIEW_THRU_CONVERSIONS = "channel.view_thru_conversions",
279
- CHANNEL_VIEW_THRU_CONVERSIONS_COST = "channel.view_thru_conversions_cost",
280
- CHANNEL_OMNI_VIEW_CONTENTS = "channel.omni_view_contents",
281
- CHANNEL_OMNI_VIEW_CONTENTS_VALUE = "channel.omni_view_contents_value",
282
- CHANNEL_OMNI_VIEW_CONTENTS_COST = "channel.omni_view_contents_cost",
283
- CHANNEL_OMNI_ADD_TO_CARTS = "channel.omni_add_to_carts",
284
- CHANNEL_OMNI_ADD_TO_CARTS_VALUE = "channel.omni_add_to_carts_value",
285
- CHANNEL_OMNI_ADD_TO_CARTS_COST = "channel.omni_add_to_carts_cost",
286
- CHANNEL_OMNI_INITIATE_CHECKOUTS = "channel.omni_initiate_checkouts",
287
- CHANNEL_OMNI_INITIATE_CHECKOUTS_VALUE = "channel.omni_initiate_checkouts_value",
288
- CHANNEL_OMNI_INITIATE_CHECKOUTS_COST = "channel.omni_initiate_checkouts_cost",
289
- CHANNEL_OMNI_SEARCHES = "channel.omni_searches",
290
- CHANNEL_OMNI_SEARCHES_VALUE = "channel.omni_searches_value",
291
- CHANNEL_OMNI_SEARCHES_COST = "channel.omni_searches_cost",
292
- CHANNEL_OMNI_ADD_TO_WITHLISTS = "channel.omni_add_to_withlists",
293
- CHANNEL_OMNI_ADD_TO_WITHLISTS_VALUE = "channel.omni_add_to_withlists_value",
294
- CHANNEL_OMNI_ADD_TO_WITHLISTS_COST = "channel.omni_add_to_withlists_cost",
295
- CORE_SPEND_GROSS_PERCENT = "core.spend_gross_percent",
296
- CORE_SPEND_NET_PERCENT = "core.spend_net_percent",
297
- CORE_CPA = "core.cpa",
298
- CORE_NEW_CUSTOMER_CPA = "core.new_customer_cpa",
299
- CORE_RETURNING_CUSTOMER_CPA = "core.returning_customer_cpa",
300
- CORE_ROAS = "core.roas",
301
- CORE_ROAS_TOTAL = "core.roas_total",
302
- CORE_ROAS_GROSS = "core.roas_gross",
303
- CORE_ROAS_NET = "core.roas_net",
304
- CORE_NEW_CUSTOMER_ROAS = "core.new_customer_roas",
305
- CORE_NEW_CUSTOMER_ROAS_TOTAL = "core.new_customer_roas_total",
306
- CORE_NEW_CUSTOMER_ROAS_GROSS = "core.new_customer_roas_gross",
307
- CORE_NEW_CUSTOMER_ROAS_NET = "core.new_customer_roas_net",
308
- CORE_MER = "core.mer",
309
- CORE_MER_GROSS = "core.mer_gross",
310
- CORE_MER_NET = "core.mer_net",
311
- CORE_NEW_CUSTOMER_MER = "core.new_customer_mer",
312
- CORE_NEW_CUSTOMER_MER_GROSS = "core.new_customer_mer_gross",
313
- CORE_NEW_CUSTOMER_MER_NET = "core.new_customer_mer_net",
314
- CORE_RAAD = "core.raad",
315
- CORE_RAAD_GROSS = "core.raad_gross",
316
- CORE_RAAD_NET = "core.raad_net",
317
- CORE_RAAD_TOTAL_PERCENT = "core.raad_total_percent",
318
- CORE_RAAD_GROSS_PERCENT = "core.raad_gross_percent",
319
- CORE_RAAD_NET_PERCENT = "core.raad_net_percent",
320
- CORE_NEW_CUSTOMER_RAAD = "core.new_customer_raad",
321
- CORE_NEW_CUSTOMER_RAAD_GROSS = "core.new_customer_raad_gross",
322
- CORE_NEW_CUSTOMER_RAAD_NET = "core.new_customer_raad_net",
323
- CORE_NEW_CUSTOMER_RAAD_TOTAL_PERCENT = "core.new_customer_raad_total_percent",
324
- CORE_NEW_CUSTOMER_RAAD_GROSS_PERCENT = "core.new_customer_raad_gross_percent",
325
- CORE_NEW_CUSTOMER_RAAD_NET_PERCENT = "core.new_customer_raad_net_percent",
326
- CORE_CONTRIBUTION_MARGIN = "core.contribution_margin",
327
- CORE_NEW_CUSTOMER_CONTRIBUTION_MARGIN = "core.new_customer_contribution_margin",
328
- CORE_RETURNING_CUSTOMER_CONTRIBUTION_MARGIN = "core.returning_customer_contribution_margin",
329
- CORE_CONTRIBUTION_MARGIN_PERCENT = "core.contribution_margin_percent",
330
- CORE_NEW_CUSTOMER_CONTRIBUTION_MARGIN_PERCENT = "core.new_customer_contribution_margin_percent",
331
- CORE_RETURNING_CUSTOMER_CONTRIBUTION_MARGIN_PERCENT = "core.returning_customer_contribution_margin_percent",
332
- CORE_CONTRIBUTION_MARGIN_ROAS = "core.contribution_margin_roas",
333
- CORE_NEW_CUSTOMER_CONTRIBUTION_MARGIN_ROAS = "core.new_customer_contribution_margin_roas",
334
- CORE_RETURNING_CUSTOMER_CONTRIBUTION_MARGIN_ROAS = "core.returning_customer_contribution_margin_roas",
335
- CHANNEL_FB_SPEND = "channel.fb_spend",
336
- CHANNEL_FB_IMPRESSIONS = "channel.fb_impressions",
337
- CHANNEL_FB_CPM = "channel.fb_cpm",
338
- CHANNEL_FB_FREQUENCY = "channel.fb_frequency",
339
- CHANNEL_FB_REACH = "channel.fb_reach",
340
- CHANNEL_FB_CPP = "channel.fb_cpp",
341
- CHANNEL_FB_CLICKS = "channel.fb_clicks",
342
- CHANNEL_FB_CPC = "channel.fb_cpc",
343
- CHANNEL_FB_CTR = "channel.fb_ctr",
344
- CHANNEL_FB_UNIQUE_CLICKS = "channel.fb_unique_clicks",
345
- CHANNEL_FB_UNIQUE_CLICKS_CTR = "channel.fb_unique_clicks_ctr",
346
- CHANNEL_FB_COST_PER_UNIQUE_CLICK = "channel.fb_cost_per_unique_click",
347
- CHANNEL_FB_INLINE_CLICKS = "channel.fb_inline_clicks",
348
- CHANNEL_FB_INLINE_CLICKS_CTR = "channel.fb_inline_clicks_ctr",
349
- CHANNEL_FB_COST_PER_INLINE_CLICK = "channel.fb_cost_per_inline_click",
350
- CHANNEL_FB_OUTBOUND_CLICKS = "channel.fb_outbound_clicks",
351
- CHANNEL_FB_OUTBOUND_CLICKS_CTR = "channel.fb_outbound_clicks_ctr",
352
- CHANNEL_FB_COST_PER_OUTBOUND_CLICK = "channel.fb_cost_per_outbound_click",
353
- CHANNEL_FB_LINK_CLICKS = "channel.fb_link_clicks",
354
- CHANNEL_FB_LINK_CLICKS_CTR = "channel.fb_link_clicks_ctr",
355
- CHANNEL_FB_COST_PER_LINK_CLICK = "channel.fb_cost_per_link_click",
356
- CHANNEL_FB_PURCHASES = "channel.fb_purchases",
357
- CHANNEL_FB_PURCHASES_VALUE = "channel.fb_purchases_value",
358
- CHANNEL_FB_PURCHASES_COST = "channel.fb_purchases_cost",
359
- CHANNEL_FB_CPA = "channel.fb_cpa",
360
- CHANNEL_FB_ROAS = "channel.fb_roas",
361
- CHANNEL_FB_NEW_CUSTOMER_PURCHASES = "channel.fb_new_customer_purchases",
362
- CHANNEL_FB_NEW_CUSTOMER_PURCHASES_VALUE = "channel.fb_new_customer_purchases_value",
363
- CHANNEL_FB_NEW_CUSTOMER_PURCHASES_COST = "channel.fb_new_customer_purchases_cost",
364
- CHANNEL_FB_NEW_CUSTOMER_CPA = "channel.fb_new_customer_cpa",
365
- CHANNEL_FB_NEW_CUSTOMER_ROAS = "channel.fb_new_customer_roas",
366
- CHANNEL_FB_VIEW_CONTENTS = "channel.fb_view_contents",
367
- CHANNEL_FB_VIEW_CONTENTS_VALUE = "channel.fb_view_contents_value",
368
- CHANNEL_FB_VIEW_CONTENTS_COST = "channel.fb_view_contents_cost",
369
- CHANNEL_FB_ADD_TO_CARTS = "channel.fb_add_to_carts",
370
- CHANNEL_FB_ADD_TO_CARTS_VALUE = "channel.fb_add_to_carts_value",
371
- CHANNEL_FB_ADD_TO_CARTS_COST = "channel.fb_add_to_carts_cost",
372
- CHANNEL_FB_INITIATE_CHECKOUTS = "channel.fb_initiate_checkouts",
373
- CHANNEL_FB_INITIATE_CHECKOUTS_VALUE = "channel.fb_initiate_checkouts_value",
374
- CHANNEL_FB_INITIATE_CHECKOUTS_COST = "channel.fb_initiate_checkouts_cost",
375
- CHANNEL_FB_SEARCHES = "channel.fb_searches",
376
- CHANNEL_FB_SEARCHES_VALUE = "channel.fb_searches_value",
377
- CHANNEL_FB_SEARCHES_COST = "channel.fb_searches_cost",
378
- CHANNEL_FB_ADD_TO_WISHLISTS = "channel.fb_add_to_wishlists",
379
- CHANNEL_FB_ADD_TO_WISHLISTS_VALUE = "channel.fb_add_to_wishlists_value",
380
- CHANNEL_FB_ADD_TO_WISHLISTS_COST = "channel.fb_add_to_wishlists_cost",
381
- CHANNEL_FB_ENGAGEMENTS = "channel.fb_engagements",
382
- CHANNEL_FB_ENGAGEMENTS_COST = "channel.fb_engagements_cost",
383
- CHANNEL_FB_ENGAGEMENT_RATE = "channel.fb_engagement_rate",
384
- CHANNEL_FB_SHARES = "channel.fb_shares",
385
- CHANNEL_FB_SHARES_COST = "channel.fb_shares_cost",
386
- CHANNEL_FB_REACTIONS = "channel.fb_reactions",
387
- CHANNEL_FB_REACTIONS_COST = "channel.fb_reactions_cost",
388
- CHANNEL_FB_LIKES = "channel.fb_likes",
389
- CHANNEL_FB_LIKES_COST = "channel.fb_likes_cost",
390
- CHANNEL_FB_COMMENTS = "channel.fb_comments",
391
- CHANNEL_FB_COMMENTS_COST = "channel.fb_comments_cost",
392
- CHANNEL_FB_SAVES = "channel.fb_saves",
393
- CHANNEL_FB_SAVES_COST = "channel.fb_saves_cost",
394
- CHANNEL_FB_LANDING_PAGE_VIEWS = "channel.fb_landing_page_views",
395
- CHANNEL_FB_LANDING_PAGE_VIEWS_COST = "channel.fb_landing_page_views_cost",
396
- CHANNEL_FB_LANDING_PAGE_VIEW_RATE = "channel.fb_landing_page_view_rate",
397
- CHANNEL_FB_LEADS = "channel.fb_leads",
398
- CHANNEL_FB_LEADS_VALUE = "channel.fb_leads_value",
399
- CHANNEL_FB_LEADS_COST = "channel.fb_leads_cost",
400
- CHANNEL_FB_APPOINTMENT_SCHEDULES = "channel.fb_appointment_schedules",
401
- CHANNEL_FB_APPOINTMENT_SCHEDULES_VALUE = "channel.fb_appointment_schedules_value",
402
- CHANNEL_FB_APPOINTMENT_SCHEDULES_COST = "channel.fb_appointment_schedules_cost",
403
- CHANNEL_FB_SUBSCRIBES = "channel.fb_subscribes",
404
- CHANNEL_FB_SUBSCRIBES_VALUE = "channel.fb_subscribes_value",
405
- CHANNEL_FB_SUBSCRIBES_COST = "channel.fb_subscribes_cost",
406
- CHANNEL_FB_START_TRIALS = "channel.fb_start_trials",
407
- CHANNEL_FB_START_TRIALS_VALUE = "channel.fb_start_trials_value",
408
- CHANNEL_FB_START_TRIALS_COST = "channel.fb_start_trials_cost",
409
- CHANNEL_FB_SUBMIT_APPLICATIONS = "channel.fb_submit_applications",
410
- CHANNEL_FB_SUBMIT_APPLICATIONS_VALUE = "channel.fb_submit_applications_value",
411
- CHANNEL_FB_SUBMIT_APPLICATIONS_COST = "channel.fb_submit_applications_cost",
412
- CHANNEL_FB_APP_INSTALLS = "channel.fb_app_installs",
413
- CHANNEL_FB_APP_INSTALLS_VALUE = "channel.fb_app_installs_value",
414
- CHANNEL_FB_APP_INSTALLS_COST = "channel.fb_app_installs_cost",
415
- CHANNEL_FB_COMPLETE_REGISTRATIONS = "channel.fb_complete_registrations",
416
- CHANNEL_FB_COMPLETE_REGISTRATIONS_VALUE = "channel.fb_complete_registrations_value",
417
- CHANNEL_FB_COMPLETE_REGISTRATIONS_COST = "channel.fb_complete_registrations_cost",
418
- CHANNEL_FB_VIDEO_VIEWS = "channel.fb_video_views",
419
- CHANNEL_FB_VIDEO_VIEWS_COST = "channel.fb_video_views_cost",
420
- CHANNEL_FB_VIDEO_VIEWS_15_SEC = "channel.fb_video_views_15sec",
421
- CHANNEL_FB_VIDEO_VIEWS_15_SEC_COST = "channel.fb_video_views_15sec_cost",
422
- CHANNEL_FB_VIDEO_VIEWS_30_SEC = "channel.fb_video_views_30sec",
423
- CHANNEL_FB_VIDEO_VIEWS_30_SEC_COST = "channel.fb_video_views_30sec_cost",
424
- CHANNEL_FB_VIDEO_P25_WATCHED_VIEWS = "channel.fb_video_p25_watched_views",
425
- CHANNEL_FB_VIDEO_P50_WATCHED_VIEWS = "channel.fb_video_p50_watched_views",
426
- CHANNEL_FB_VIDEO_P75_WATCHED_VIEWS = "channel.fb_video_p75_watched_views",
427
- CHANNEL_FB_VIDEO_P95_WATCHED_VIEWS = "channel.fb_video_p95_watched_views",
428
- CHANNEL_FB_VIDEO_P100_WATCHED_VIEWS = "channel.fb_video_p100_watched_views",
429
- CHANNEL_FB_VIDEO_VIEWS_THRUPLAY = "channel.fb_video_views_thruplay",
430
- CHANNEL_FB_VIDEO_VIEWS_THRUPLAY_COST = "channel.fb_video_views_thruplay_cost",
431
- CHANNEL_FB_VIDEO_PLAYS = "channel.fb_video_plays",
432
- CHANNEL_FB_VIDEO_PLAYS_COST = "channel.fb_video_plays_cost",
433
- CHANNEL_GOOGLE_SPEND = "channel.google_spend",
434
- CHANNEL_GOOGLE_IMPRESSIONS = "channel.google_impressions",
435
- CHANNEL_GOOGLE_CPM = "channel.google_cpm",
436
- CHANNEL_GOOGLE_FREQUENCY = "channel.google_frequency",
437
- CHANNEL_GOOGLE_CLICKS = "channel.google_clicks",
438
- CHANNEL_GOOGLE_CPC = "channel.google_cpc",
439
- CHANNEL_GOOGLE_CTR = "channel.google_ctr",
440
- CHANNEL_GOOGLE_PURCHASES = "channel.google_purchases",
441
- CHANNEL_GOOGLE_PURCHASES_VALUE = "channel.google_purchases_value",
442
- CHANNEL_GOOGLE_AVG_PURCHASE_VALUE = "channel.google_avg_purchase_value",
443
- CHANNEL_GOOGLE_PURCHASES_COST = "channel.google_purchases_cost",
444
- CHANNEL_GOOGLE_CPA = "channel.google_cpa",
445
- CHANNEL_GOOGLE_ROAS = "channel.google_roas",
446
- CHANNEL_GOOGLE_ALL_CONVERSIONS = "channel.google_all_conversions",
447
- CHANNEL_GOOGLE_ALL_CONVERSIONS_VALUE = "channel.google_all_conversions_value",
448
- CHANNEL_GOOGLE_AVG_ALL_CONVERSION_VALUE = "channel.google_avg_all_conversion_value",
449
- CHANNEL_GOOGLE_ALL_CONVERSIONS_COST = "channel.google_all_conversions_cost",
450
- CHANNEL_GOOGLE_ALL_CONVERSIONS_ROAS = "channel.google_all_conversions_roas",
451
- CHANNEL_GOOGLE_VIDEO_VIEWS = "channel.google_video_views",
452
- CHANNEL_GOOGLE_CPV = "channel.google_cpv",
453
- CHANNEL_GOOGLE_VIEW_THRU_CONVERSIONS = "channel.google_view_thru_conversions",
454
- CHANNEL_GOOGLE_VIEW_THRU_CONVERSIONS_COST = "channel.google_view_thru_conversions_cost",
455
- EMQ_SCORE = "emq.score",
456
- EMQ_EVENT_COVERAGE = "emq.event_coverage",
457
- EMQ_EVENT_COVERAGE_GOAL = "emq.event_coverage_goal",
458
- EMQ_DIAGNOSTICS_COUNT = "emq.diagnostics_count",
459
- EMQ_MATCH_KEY_ISSUES_COUNT = "emq.match_key_issues_count",
460
- EMQ_ACR_PERCENTAGE = "emq.acr_percentage",
461
- EMQ_EVENT_COVERAGE_POTENTIAL_ACR = "emq.event_coverage_potential_acr",
462
- EMQ_EVENT_POTENTIAL_ACR = "emq.event_potential_acr",
463
- EMQ_MATCH_KEY_COVERAGE = "emq.match_key_coverage",
464
- EMQ_MATCH_KEY_EXPECTED_INCREASE = "emq.match_key_expected_increase",
465
- EMQ_MATCH_KEY_POTENTIAL_ACR = "emq.match_key_potential_acr",
466
- EMQ_DIAGNOSTIC_AFFECTED_PERCENTAGE = "emq.diagnostic_affected_percentage",
467
- EMQ_DIAGNOSTIC_AFFECTED_COUNT = "emq.diagnostic_affected_count",
468
- EMQ_DEDUPE_BROWSER_COVERAGE = "emq.dedupe_browser_coverage",
469
- EMQ_DEDUPE_SERVER_COVERAGE = "emq.dedupe_server_coverage",
470
- EMQ_DEDUPE_OVERALL_BROWSER = "emq.dedupe_overall_browser"
471
- }
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_ORDER_TOTAL_PRODUCT_COST_GROSS_PERCENT = "shopify.order_total_product_cost_gross_percent",
74
+ SHOPIFY_NEW_CUSTOMER_ORDER_TOTAL_PRODUCT_COST_GROSS_PERCENT = "shopify.new_customer_order_total_product_cost_gross_percent",
75
+ SHOPIFY_RETURNING_CUSTOMER_ORDER_TOTAL_PRODUCT_COST_GROSS_PERCENT = "shopify.returning_customer_order_total_product_cost_gross_percent",
76
+ SHOPIFY_ORDER_TOTAL_PRODUCT_COST_NET_PERCENT = "shopify.order_total_product_cost_net_percent",
77
+ SHOPIFY_NEW_CUSTOMER_ORDER_TOTAL_PRODUCT_COST_NET_PERCENT = "shopify.new_customer_order_total_product_cost_net_percent",
78
+ SHOPIFY_RETURNING_CUSTOMER_ORDER_TOTAL_PRODUCT_COST_NET_PERCENT = "shopify.returning_customer_order_total_product_cost_net_percent",
79
+ SHOPIFY_GROSS_PRODUCT_MARGIN = "shopify.gross_product_margin",
80
+ SHOPIFY_NEW_CUSTOMER_GROSS_PRODUCT_MARGIN = "shopify.new_customer_gross_product_margin",
81
+ SHOPIFY_RETURNING_CUSTOMER_GROSS_PRODUCT_MARGIN = "shopify.returning_customer_gross_product_margin",
82
+ SHOPIFY_GROSS_PRODUCT_MARGIN_GROSS_PERCENT = "shopify.gross_product_margin_gross_percent",
83
+ SHOPIFY_NEW_CUSTOMER_GROSS_PRODUCT_MARGIN_GROSS_PERCENT = "shopify.new_customer_gross_product_margin_gross_percent",
84
+ SHOPIFY_RETURNING_CUSTOMER_GROSS_PRODUCT_MARGIN_GROSS_PERCENT = "shopify.returning_customer_gross_product_margin_gross_percent",
85
+ SHOPIFY_GROSS_PRODUCT_MARGIN_NET_PERCENT = "shopify.gross_product_margin_net_percent",
86
+ SHOPIFY_NEW_CUSTOMER_GROSS_PRODUCT_MARGIN_NET_PERCENT = "shopify.new_customer_gross_product_margin_net_percent",
87
+ SHOPIFY_RETURNING_CUSTOMER_GROSS_PRODUCT_MARGIN_NET_PERCENT = "shopify.returning_customer_gross_product_margin_net_percent",
88
+ SHOPIFY_NET_PRODUCT_MARGIN = "shopify.net_product_margin",
89
+ SHOPIFY_NEW_CUSTOMER_NET_PRODUCT_MARGIN = "shopify.new_customer_net_product_margin",
90
+ SHOPIFY_RETURNING_CUSTOMER_NET_PRODUCT_MARGIN = "shopify.returning_customer_net_product_margin",
91
+ SHOPIFY_NET_PRODUCT_MARGIN_GROSS_PERCENT = "shopify.net_product_margin_gross_percent",
92
+ SHOPIFY_NEW_CUSTOMER_NET_PRODUCT_MARGIN_GROSS_PERCENT = "shopify.new_customer_net_product_margin_gross_percent",
93
+ SHOPIFY_RETURNING_CUSTOMER_NET_PRODUCT_MARGIN_GROSS_PERCENT = "shopify.returning_customer_net_product_margin_gross_percent",
94
+ SHOPIFY_NET_PRODUCT_MARGIN_NET_PERCENT = "shopify.net_product_margin_net_percent",
95
+ SHOPIFY_NEW_CUSTOMER_NET_PRODUCT_MARGIN_NET_PERCENT = "shopify.new_customer_net_product_margin_net_percent",
96
+ SHOPIFY_RETURNING_CUSTOMER_NET_PRODUCT_MARGIN_NET_PERCENT = "shopify.returning_customer_net_product_margin_net_percent",
97
+ SHOPIFY_GROSS_MARGIN = "shopify.gross_margin",
98
+ SHOPIFY_NEW_CUSTOMER_GROSS_MARGIN = "shopify.new_customer_gross_margin",
99
+ SHOPIFY_RETURNING_CUSTOMER_GROSS_MARGIN = "shopify.returning_customer_gross_margin",
100
+ SHOPIFY_GROSS_MARGIN_GROSS_PERCENT = "shopify.gross_margin_gross_percent",
101
+ SHOPIFY_NEW_CUSTOMER_GROSS_MARGIN_GROSS_PERCENT = "shopify.new_customer_gross_margin_gross_percent",
102
+ SHOPIFY_RETURNING_CUSTOMER_GROSS_MARGIN_GROSS_PERCENT = "shopify.returning_customer_gross_margin_gross_percent",
103
+ SHOPIFY_GROSS_MARGIN_NET_PERCENT = "shopify.gross_margin_net_percent",
104
+ SHOPIFY_NEW_CUSTOMER_GROSS_MARGIN_NET_PERCENT = "shopify.new_customer_gross_margin_net_percent",
105
+ SHOPIFY_RETURNING_CUSTOMER_GROSS_MARGIN_NET_PERCENT = "shopify.returning_customer_gross_margin_net_percent",
106
+ SHOPIFY_NET_MARGIN = "shopify.net_margin",
107
+ SHOPIFY_NEW_CUSTOMER_NET_MARGIN = "shopify.new_customer_net_margin",
108
+ SHOPIFY_RETURNING_CUSTOMER_NET_MARGIN = "shopify.returning_customer_net_margin",
109
+ SHOPIFY_NET_MARGIN_GROSS_PERCENT = "shopify.net_margin_gross_percent",
110
+ SHOPIFY_NEW_CUSTOMER_NET_MARGIN_GROSS_PERCENT = "shopify.new_customer_net_margin_gross_percent",
111
+ SHOPIFY_RETURNING_CUSTOMER_NET_MARGIN_GROSS_PERCENT = "shopify.returning_customer_net_margin_gross_percent",
112
+ SHOPIFY_NET_MARGIN_NET_PERCENT = "shopify.net_margin_net_percent",
113
+ SHOPIFY_NEW_CUSTOMER_NET_MARGIN_NET_PERCENT = "shopify.new_customer_net_margin_net_percent",
114
+ SHOPIFY_RETURNING_CUSTOMER_NET_MARGIN_NET_PERCENT = "shopify.returning_customer_net_margin_net_percent",
115
+ SHOPIFY_REFUNDS = "shopify.refunds_count",
116
+ SHOPIFY_REFUND_AMOUNT_REFUND_DATE = "shopify.refunds_amount_refund_date",
117
+ SHOPIFY_REFUND_AMOUNT_ORDER_DATE = "shopify.refunds_amount_order_date",
118
+ SHOPIFY_REFUND_GROSS_PERCENT = "shopify.refunds_gross_percent",
119
+ SHOPIFY_REFUND_NET_PERCENT = "shopify.refunds_net_percent",
120
+ SHOPIFY_REFUND_RATE = "shopify.refunds_rate",
121
+ SHOPIFY_NEW_CUSTOMER_GROSS_PERCENT = "shopify.new_customer_gross_percent",
122
+ SHOPIFY_NEW_CUSTOMER_TOTAL_SALES = "shopify.new_customer_total_sales",
123
+ SHOPIFY_DISCOUNT_AMOUNT = "shopify.discount_amount",
124
+ SHOPIFY_NEW_CUSTOMER_DISCOUNT_AMOUNT = "shopify.new_customer_discount_amount",
125
+ SHOPIFY_RETURNING_CUSTOMER_DISCOUNT_AMOUNT = "shopify.returning_customer_discount_amount",
126
+ SHOPIFY_DISCOUNT_GROSS_PERCENT = "shopify.discounts_gross_percent",
127
+ SHOPIFY_NEW_CUSTOMER_DISCOUNT_GROSS_PERCENT = "shopify.new_customer_discounts_gross_percent",
128
+ SHOPIFY_RETURNING_CUSTOMER_DISCOUNT_GROSS_PERCENT = "shopify.returning_customer_discounts_gross_percent",
129
+ SHOPIFY_DISCOUNTS = "shopify.discounts_count",
130
+ SHOPIFY_DISCOUNT_RATE = "shopify.discounts_rate",
131
+ SHOPIFY_NEW_CUSTOMER_DISCOUNT_RATE = "shopify.new_customer_discounts_rate",
132
+ SHOPIFY_RETURNING_CUSTOMER_DISCOUNT_RATE = "shopify.returning_customer_discounts_rate",
133
+ SHOPIFY_REFUND_PLUS_DISCOUNT_AMOUNT = "shopify.refunds_plus_discount",
134
+ SHOPIFY_NEW_CUSTOMER_REFUND_PLUS_DISCOUNT_AMOUNT = "shopify.new_customer_refunds_plus_discount",
135
+ SHOPIFY_RETURNING_CUSTOMER_REFUND_PLUS_DISCOUNT_AMOUNT = "shopify.returning_customer_refunds_plus_discount",
136
+ SHOPIFY_ABANDONED_CHECKOUTS_VALUE = "shopify.abandoned_checkouts_value",
137
+ SHOPIFY_ABANDONED_CHECKOUTS = "shopify.abandoned_checkouts",
138
+ SHOPIFY_CANCELLED_ORDERS = "shopify.cancelled_orders_count",
139
+ SHOPIFY_CANCELLED_AMOUNT = "shopify.cancellation_amount",
140
+ SHOPIFY_AVG_ORDERS_PER_CUSTOMER = "shopify.avg_orders_per_customer",
141
+ SHOPIFY_SUBTOTAL_AMOUNT = "shopify.subtotal_amount",
142
+ SHOPIFY_NET_PLUS_SHIPPING_AMOUNT = "shopify.net_plus_shipping_amount",
143
+ SHOPIFY_TOP_PRODUCTS = "shopify.top_products",
144
+ SHOPIFY_PRODUCT_UNITS_SOLD = "shopify.product_units_sold",
145
+ SHOPIFY_CUSTOMER_LTV = "shopify.customer_ltv",
146
+ SHOPIFY_REPEAT_CUSTOMER_RATE = "shopify.repeat_customer_rate",
147
+ SHOPIFY_TAX_AMOUNT = "shopify.tax_amount",
148
+ SHOPIFY_SHIPPING_AMOUNT = "shopify.shipping_amount",
149
+ SHOPIFY_RETURNING_CUSTOMER_GROSS_PERCENT = "shopify.returning_customer_gross_percent",
150
+ SHOPIFY_RETURNING_CUSTOMER_TOTAL_SALES = "shopify.returning_customer_total_sales",
151
+ SHOPIFY_LTV = "shopify.lifetime_value",
152
+ SHOPIFY_LTV_90 = "shopify.lifetime_value_90",
153
+ SHOPIFY_LTV_180 = "shopify.lifetime_value_180",
154
+ SHOPIFY_LTV_365 = "shopify.lifetime_value_365",
155
+ SHOPIFY_LTV_COHORT_GROSS_SALE_PRICE = "shopify.ltv_cohort_gross_sale_price",
156
+ SHOPIFY_LTV_COHORT_NET_SALE_PRICE = "shopify.ltv_cohort_net_sale_price",
157
+ SHOPIFY_LTV_COHORT_NETT_SALE_PRICE = "shopify.ltv_cohort_nett_sale_price",
158
+ SHOPIFY_LTV_COHORT_NETTS_SALE_PRICE = "shopify.ltv_cohort_netts_sale_price",
159
+ SHOPIFY_LTV_COHORT_NETS_SALE_PRICE = "shopify.ltv_cohort_nets_sale_price",
160
+ SHOPIFY_CUSTOMERS_COHORT = "shopify.customers_cohort",
161
+ SHOPIFY_CUSTOMERS_RETENTION_RATE_COHORT = "shopify.customers_retention_rate_cohort",
162
+ SHOPIFY_AVG_ORDER_VALUE_COHORT = "shopify.avg_order_value_cohort",
163
+ SITE_TTFB = "site.ttfb",
164
+ SITE_FCP = "site.fcp",
165
+ SITE_LCP = "site.lcp",
166
+ SITE_TIME_ON_SITE = "site.time_on_site",
167
+ CHANNEL_SPEND = "channel.spend",
168
+ CHANNEL_IMPRESSIONS = "channel.impressions",
169
+ CHANNEL_CPM = "channel.cpm",
170
+ CHANNEL_FREQUENCY = "channel.frequency",
171
+ CHANNEL_REACH = "channel.reach",
172
+ CHANNEL_CPP = "channel.cpp",
173
+ CHANNEL_COST_TO_REACH_1000_ACCOUNTS = "channel.cost_to_reach_1000_accounts",
174
+ CHANNEL_CLICKS = "channel.clicks",
175
+ CHANNEL_CPC = "channel.cpc",
176
+ CHANNEL_CTR = "channel.ctr",
177
+ CHANNEL_UNIQUE_CLICKS = "channel.unique_clicks",
178
+ CHANNEL_UNIQUE_CLICKS_CTR = "channel.unique_clicks_ctr",
179
+ CHANNEL_COST_PER_UNIQUE_CLICK = "channel.cost_per_unique_click",
180
+ CHANNEL_INLINE_CLICKS = "channel.inline_clicks",
181
+ CHANNEL_INLINE_CLICK_CTR = "channel.inline_click_ctr",
182
+ CHANNEL_COST_PER_INLINE_CLICK = "channel.cost_per_inline_click",
183
+ CHANNEL_OUTBOUND_CLICKS = "channel.outbound_clicks",
184
+ CHANNEL_OUTBOUND_CLICKS_CTR = "channel.outbound_clicks_ctr",
185
+ CHANNEL_COST_PER_OUTBOUND_CLICK = "channel.cost_per_outbound_click",
186
+ CHANNEL_LINK_CLICKS = "channel.link_clicks",
187
+ CHANNEL_LINK_CLICKS_CTR = "channel.link_clicks_ctr",
188
+ CHANNEL_COST_PER_LINK_CLICK = "channel.cost_per_link_click",
189
+ CHANNEL_PURCHASES = "channel.purchases",
190
+ CHANNEL_PURCHASES_VALUE = "channel.purchases_value",
191
+ CHANNEL_PURCHASES_COST = "channel.purchases_cost",
192
+ CHANNEL_CPA = "channel.cpa",
193
+ CHANNEL_ROAS = "channel.roas",
194
+ CHANNEL_NEW_CUSTOMER_PURCHASES = "channel.new_customer_purchases",
195
+ CHANNEL_NEW_CUSTOMER_PURCHASES_VALUE = "channel.new_customer_purchases_value",
196
+ CHANNEL_NEW_CUSTOMER_CPA = "channel.new_customer_cpa",
197
+ CHANNEL_NEW_CUSTOMER_ROAS = "channel.new_customer_roas",
198
+ CHANNEL_VIEW_CONTENTS = "channel.view_contents",
199
+ CHANNEL_VIEW_CONTENTS_VALUE = "channel.view_contents_value",
200
+ CHANNEL_VIEW_CONTENTS_COST = "channel.view_contents_cost",
201
+ CHANNEL_ADD_TO_CARTS = "channel.add_to_carts",
202
+ CHANNEL_ADD_TO_CARTS_VALUE = "channel.add_to_carts_value",
203
+ CHANNEL_ADD_TO_CARTS_COST = "channel.add_to_carts_cost",
204
+ CHANNEL_INITIATE_CHECKOUTS = "channel.initiate_checkouts",
205
+ CHANNEL_INITIATE_CHECKOUTS_VALUE = "channel.initiate_checkouts_value",
206
+ CHANNEL_INITIATE_CHECKOUTS_COST = "channel.initiate_checkouts_cost",
207
+ CHANNEL_SEARCHES = "channel.searches",
208
+ CHANNEL_SEARCHES_VALUE = "channel.searches_value",
209
+ CHANNEL_SEARCHES_COST = "channel.searches_cost",
210
+ CHANNEL_ADD_TO_WITHLISTS = "channel.add_to_withlists",
211
+ CHANNEL_ADD_TO_WITHLISTS_VALUE = "channel.add_to_withlists_value",
212
+ CHANNEL_ADD_TO_WITHLISTS_COST = "channel.add_to_withlists_cost",
213
+ CHANNEL_ENGAGEMENTS = "channel.engagements",
214
+ CHANNEL_ENGAGEMENTS_COST = "channel.engagements_cost",
215
+ CHANNEL_ENGAGEMENT_RATE = "channel.engagement_rate",
216
+ CHANNEL_SHARES = "channel.shares",
217
+ CHANNEL_SHARES_COST = "channel.shares_cost",
218
+ CHANNEL_REACTIONS = "channel.reactions",
219
+ CHANNEL_REACTIONS_COST = "channel.reactions_cost",
220
+ CHANNEL_LIKES = "channel.likes",
221
+ CHANNEL_LIKES_COST = "channel.likes_cost",
222
+ CHANNEL_COMMENTS = "channel.comments",
223
+ CHANNEL_COMMENTS_COST = "channel.comments_cost",
224
+ CHANNEL_SAVES = "channel.saves",
225
+ CHANNEL_SAVES_COST = "channel.saves_cost",
226
+ CHANNEL_LANDING_PAGE_VIEWS = "channel.landing_page_views",
227
+ CHANNEL_LANDING_PAGE_VIEWS_COST = "channel.landing_page_views_cost",
228
+ CHANNEL_LANDING_PAGE_VIEW_RATE = "channel.landing_page_view_rate",
229
+ CHANNEL_LEADS = "channel.leads",
230
+ CHANNEL_LEADS_VALUE = "channel.leads_value",
231
+ CHANNEL_LEADS_COST = "channel.leads_cost",
232
+ CHANNEL_APPOINTMENTS = "channel.appointments",
233
+ CHANNEL_APPOINTMENTS_VALUE = "channel.appointments_value",
234
+ CHANNEL_APPOINTMENTS_COST = "channel.appointments_cost",
235
+ CHANNEL_SUBSCRIBERS = "channel.subscribers",
236
+ CHANNEL_SUBSCRIBERS_VALUE = "channel.subscribers_value",
237
+ CHANNEL_SUBSCRIBERS_COST = "channel.subscribers_cost",
238
+ CHANNEL_START_TRIALS = "channel.start_trials",
239
+ CHANNEL_START_TRIALS_VALUE = "channel.start_trials_value",
240
+ CHANNEL_START_TRIALS_COST = "channel.start_trials_cost",
241
+ CHANNEL_SUBMIT_APPLICATIONS = "channel.submit_applications",
242
+ CHANNEL_SUBMIT_APPLICATIONS_VALUE = "channel.submit_applications_value",
243
+ CHANNEL_SUBMIT_APPLICATIONS_COST = "channel.submit_applications_cost",
244
+ CHANNEL_APP_INSTALLS = "channel.app_installs",
245
+ CHANNEL_APP_INSTALLS_VALUE = "channel.app_installs_value",
246
+ CHANNEL_APP_INSTALLS_COST = "channel.app_installs_cost",
247
+ CHANNEL_COMPLETE_REGISTRATIONS = "channel.complete_registrations",
248
+ CHANNEL_COMPLETE_REGISTRATIONS_VALUE = "channel.complete_registrations_value",
249
+ CHANNEL_COMPLETE_REGISTRATIONS_COST = "channel.complete_registrations_cost",
250
+ CHANNEL_VIDEO_VIEWS = "channel.video_views",
251
+ CHANNEL_VIDEO_VIEWS_COST = "channel.video_views_cost",
252
+ CHANNEL_CPV = "channel.cpv",
253
+ CHANNEL_VIDEO_VIEWS_15_SEC = "channel.video_views_15_sec",
254
+ CHANNEL_VIDEO_VIEWS_15_SEC_COST = "channel.video_views_15sec_cost",
255
+ CHANNEL_VIDEO_VIEWS_30_SEC = "channel.video_views_30_sec",
256
+ CHANNEL_VIDEO_VIEWS_30_SEC_COST = "channel.video_views_30sec_cost",
257
+ CHANNEL_VIDEO_P25_WATCHED_VIEWS = "channel.video_p25_watched_views",
258
+ CHANNEL_VIDEO_P50_WATCHED_VIEWS = "channel.video_p50_watched_views",
259
+ CHANNEL_VIDEO_P75_WATCHED_VIEWS = "channel.video_p75_watched_views",
260
+ CHANNEL_VIDEO_P95_WATCHED_VIEWS = "channel.video_p95_watched_views",
261
+ CHANNEL_VIDEO_P100_WATCHED_VIEWS = "channel.video_p100_watched_views",
262
+ CHANNEL_VIDEO_QUARTILE_P25_RATE = "channel.video_quartile_p25_rate",
263
+ CHANNEL_VIDEO_QUARTILE_P50_RATE = "channel.video_quartile_p50_rate",
264
+ CHANNEL_VIDEO_QUARTILE_P75_RATE = "channel.video_quartile_p75_rate",
265
+ CHANNEL_VIDEO_QUARTILE_P100_RATE = "channel.video_quartile_p100_rate",
266
+ CHANNEL_VIDEO_VIEWS_THRUPLAY = "channel.video_views_thruplay",
267
+ CHANNEL_VIDEO_VIEWS_THRUPLAY_COST = "channel.video_views_thruplay_cost",
268
+ CHANNEL_VIDEO_PLAYS = "channel.video_plays",
269
+ CHANNEL_VIDEO_PLAYS_COST = "channel.video_plays_cost",
270
+ CHANNEL_CONVERSIONS = "channel.conversions",
271
+ CHANNEL_CONVERSIONS_VALUE = "channel.conversions_value",
272
+ CHANNEL_CONVERSIONS_COST = "channel.conversions_cost",
273
+ CHANNEL_CONVERSIONS_ROAS = "channel.conversions_roas",
274
+ CHANNEL_ALL_CONVERSIONS = "channel.all_conversions",
275
+ CHANNEL_ALL_CONVERSIONS_VALUE = "channel.all_conversions_value",
276
+ CHANNEL_ALL_CONVERSIONS_COST = "channel.all_conversions_cost",
277
+ CHANNEL_ALL_CONVERSIONS_ROAS = "channel.all_conversions_roas",
278
+ CHANNEL_VIEW_THRU_CONVERSIONS = "channel.view_thru_conversions",
279
+ CHANNEL_VIEW_THRU_CONVERSIONS_COST = "channel.view_thru_conversions_cost",
280
+ CHANNEL_OMNI_VIEW_CONTENTS = "channel.omni_view_contents",
281
+ CHANNEL_OMNI_VIEW_CONTENTS_VALUE = "channel.omni_view_contents_value",
282
+ CHANNEL_OMNI_VIEW_CONTENTS_COST = "channel.omni_view_contents_cost",
283
+ CHANNEL_OMNI_ADD_TO_CARTS = "channel.omni_add_to_carts",
284
+ CHANNEL_OMNI_ADD_TO_CARTS_VALUE = "channel.omni_add_to_carts_value",
285
+ CHANNEL_OMNI_ADD_TO_CARTS_COST = "channel.omni_add_to_carts_cost",
286
+ CHANNEL_OMNI_INITIATE_CHECKOUTS = "channel.omni_initiate_checkouts",
287
+ CHANNEL_OMNI_INITIATE_CHECKOUTS_VALUE = "channel.omni_initiate_checkouts_value",
288
+ CHANNEL_OMNI_INITIATE_CHECKOUTS_COST = "channel.omni_initiate_checkouts_cost",
289
+ CHANNEL_OMNI_SEARCHES = "channel.omni_searches",
290
+ CHANNEL_OMNI_SEARCHES_VALUE = "channel.omni_searches_value",
291
+ CHANNEL_OMNI_SEARCHES_COST = "channel.omni_searches_cost",
292
+ CHANNEL_OMNI_ADD_TO_WITHLISTS = "channel.omni_add_to_withlists",
293
+ CHANNEL_OMNI_ADD_TO_WITHLISTS_VALUE = "channel.omni_add_to_withlists_value",
294
+ CHANNEL_OMNI_ADD_TO_WITHLISTS_COST = "channel.omni_add_to_withlists_cost",
295
+ CORE_SPEND_GROSS_PERCENT = "core.spend_gross_percent",
296
+ CORE_SPEND_NET_PERCENT = "core.spend_net_percent",
297
+ CORE_CPA = "core.cpa",
298
+ CORE_NEW_CUSTOMER_CPA = "core.new_customer_cpa",
299
+ CORE_RETURNING_CUSTOMER_CPA = "core.returning_customer_cpa",
300
+ CORE_ROAS = "core.roas",
301
+ CORE_ROAS_TOTAL = "core.roas_total",
302
+ CORE_ROAS_GROSS = "core.roas_gross",
303
+ CORE_ROAS_NET = "core.roas_net",
304
+ CORE_NEW_CUSTOMER_ROAS = "core.new_customer_roas",
305
+ CORE_NEW_CUSTOMER_ROAS_TOTAL = "core.new_customer_roas_total",
306
+ CORE_NEW_CUSTOMER_ROAS_GROSS = "core.new_customer_roas_gross",
307
+ CORE_NEW_CUSTOMER_ROAS_NET = "core.new_customer_roas_net",
308
+ CORE_MER = "core.mer",
309
+ CORE_MER_GROSS = "core.mer_gross",
310
+ CORE_MER_NET = "core.mer_net",
311
+ CORE_NEW_CUSTOMER_MER = "core.new_customer_mer",
312
+ CORE_NEW_CUSTOMER_MER_GROSS = "core.new_customer_mer_gross",
313
+ CORE_NEW_CUSTOMER_MER_NET = "core.new_customer_mer_net",
314
+ CORE_RAAD = "core.raad",
315
+ CORE_RAAD_GROSS = "core.raad_gross",
316
+ CORE_RAAD_NET = "core.raad_net",
317
+ CORE_RAAD_TOTAL_PERCENT = "core.raad_total_percent",
318
+ CORE_RAAD_GROSS_PERCENT = "core.raad_gross_percent",
319
+ CORE_RAAD_NET_PERCENT = "core.raad_net_percent",
320
+ CORE_NEW_CUSTOMER_RAAD = "core.new_customer_raad",
321
+ CORE_NEW_CUSTOMER_RAAD_GROSS = "core.new_customer_raad_gross",
322
+ CORE_NEW_CUSTOMER_RAAD_NET = "core.new_customer_raad_net",
323
+ CORE_NEW_CUSTOMER_RAAD_TOTAL_PERCENT = "core.new_customer_raad_total_percent",
324
+ CORE_NEW_CUSTOMER_RAAD_GROSS_PERCENT = "core.new_customer_raad_gross_percent",
325
+ CORE_NEW_CUSTOMER_RAAD_NET_PERCENT = "core.new_customer_raad_net_percent",
326
+ CORE_CONTRIBUTION_MARGIN = "core.contribution_margin",
327
+ CORE_NEW_CUSTOMER_CONTRIBUTION_MARGIN = "core.new_customer_contribution_margin",
328
+ CORE_RETURNING_CUSTOMER_CONTRIBUTION_MARGIN = "core.returning_customer_contribution_margin",
329
+ CORE_CONTRIBUTION_MARGIN_PERCENT = "core.contribution_margin_percent",
330
+ CORE_NEW_CUSTOMER_CONTRIBUTION_MARGIN_PERCENT = "core.new_customer_contribution_margin_percent",
331
+ CORE_RETURNING_CUSTOMER_CONTRIBUTION_MARGIN_PERCENT = "core.returning_customer_contribution_margin_percent",
332
+ CORE_CONTRIBUTION_MARGIN_ROAS = "core.contribution_margin_roas",
333
+ CORE_NEW_CUSTOMER_CONTRIBUTION_MARGIN_ROAS = "core.new_customer_contribution_margin_roas",
334
+ CORE_RETURNING_CUSTOMER_CONTRIBUTION_MARGIN_ROAS = "core.returning_customer_contribution_margin_roas",
335
+ CHANNEL_FB_SPEND = "channel.fb_spend",
336
+ CHANNEL_FB_IMPRESSIONS = "channel.fb_impressions",
337
+ CHANNEL_FB_CPM = "channel.fb_cpm",
338
+ CHANNEL_FB_FREQUENCY = "channel.fb_frequency",
339
+ CHANNEL_FB_REACH = "channel.fb_reach",
340
+ CHANNEL_FB_CPP = "channel.fb_cpp",
341
+ CHANNEL_FB_CLICKS = "channel.fb_clicks",
342
+ CHANNEL_FB_CPC = "channel.fb_cpc",
343
+ CHANNEL_FB_CTR = "channel.fb_ctr",
344
+ CHANNEL_FB_UNIQUE_CLICKS = "channel.fb_unique_clicks",
345
+ CHANNEL_FB_UNIQUE_CLICKS_CTR = "channel.fb_unique_clicks_ctr",
346
+ CHANNEL_FB_COST_PER_UNIQUE_CLICK = "channel.fb_cost_per_unique_click",
347
+ CHANNEL_FB_INLINE_CLICKS = "channel.fb_inline_clicks",
348
+ CHANNEL_FB_INLINE_CLICKS_CTR = "channel.fb_inline_clicks_ctr",
349
+ CHANNEL_FB_COST_PER_INLINE_CLICK = "channel.fb_cost_per_inline_click",
350
+ CHANNEL_FB_OUTBOUND_CLICKS = "channel.fb_outbound_clicks",
351
+ CHANNEL_FB_OUTBOUND_CLICKS_CTR = "channel.fb_outbound_clicks_ctr",
352
+ CHANNEL_FB_COST_PER_OUTBOUND_CLICK = "channel.fb_cost_per_outbound_click",
353
+ CHANNEL_FB_LINK_CLICKS = "channel.fb_link_clicks",
354
+ CHANNEL_FB_LINK_CLICKS_CTR = "channel.fb_link_clicks_ctr",
355
+ CHANNEL_FB_COST_PER_LINK_CLICK = "channel.fb_cost_per_link_click",
356
+ CHANNEL_FB_PURCHASES = "channel.fb_purchases",
357
+ CHANNEL_FB_PURCHASES_VALUE = "channel.fb_purchases_value",
358
+ CHANNEL_FB_PURCHASES_COST = "channel.fb_purchases_cost",
359
+ CHANNEL_FB_CPA = "channel.fb_cpa",
360
+ CHANNEL_FB_ROAS = "channel.fb_roas",
361
+ CHANNEL_FB_NEW_CUSTOMER_PURCHASES = "channel.fb_new_customer_purchases",
362
+ CHANNEL_FB_NEW_CUSTOMER_PURCHASES_VALUE = "channel.fb_new_customer_purchases_value",
363
+ CHANNEL_FB_NEW_CUSTOMER_PURCHASES_COST = "channel.fb_new_customer_purchases_cost",
364
+ CHANNEL_FB_NEW_CUSTOMER_CPA = "channel.fb_new_customer_cpa",
365
+ CHANNEL_FB_NEW_CUSTOMER_ROAS = "channel.fb_new_customer_roas",
366
+ CHANNEL_FB_VIEW_CONTENTS = "channel.fb_view_contents",
367
+ CHANNEL_FB_VIEW_CONTENTS_VALUE = "channel.fb_view_contents_value",
368
+ CHANNEL_FB_VIEW_CONTENTS_COST = "channel.fb_view_contents_cost",
369
+ CHANNEL_FB_ADD_TO_CARTS = "channel.fb_add_to_carts",
370
+ CHANNEL_FB_ADD_TO_CARTS_VALUE = "channel.fb_add_to_carts_value",
371
+ CHANNEL_FB_ADD_TO_CARTS_COST = "channel.fb_add_to_carts_cost",
372
+ CHANNEL_FB_INITIATE_CHECKOUTS = "channel.fb_initiate_checkouts",
373
+ CHANNEL_FB_INITIATE_CHECKOUTS_VALUE = "channel.fb_initiate_checkouts_value",
374
+ CHANNEL_FB_INITIATE_CHECKOUTS_COST = "channel.fb_initiate_checkouts_cost",
375
+ CHANNEL_FB_SEARCHES = "channel.fb_searches",
376
+ CHANNEL_FB_SEARCHES_VALUE = "channel.fb_searches_value",
377
+ CHANNEL_FB_SEARCHES_COST = "channel.fb_searches_cost",
378
+ CHANNEL_FB_ADD_TO_WISHLISTS = "channel.fb_add_to_wishlists",
379
+ CHANNEL_FB_ADD_TO_WISHLISTS_VALUE = "channel.fb_add_to_wishlists_value",
380
+ CHANNEL_FB_ADD_TO_WISHLISTS_COST = "channel.fb_add_to_wishlists_cost",
381
+ CHANNEL_FB_ENGAGEMENTS = "channel.fb_engagements",
382
+ CHANNEL_FB_ENGAGEMENTS_COST = "channel.fb_engagements_cost",
383
+ CHANNEL_FB_ENGAGEMENT_RATE = "channel.fb_engagement_rate",
384
+ CHANNEL_FB_SHARES = "channel.fb_shares",
385
+ CHANNEL_FB_SHARES_COST = "channel.fb_shares_cost",
386
+ CHANNEL_FB_REACTIONS = "channel.fb_reactions",
387
+ CHANNEL_FB_REACTIONS_COST = "channel.fb_reactions_cost",
388
+ CHANNEL_FB_LIKES = "channel.fb_likes",
389
+ CHANNEL_FB_LIKES_COST = "channel.fb_likes_cost",
390
+ CHANNEL_FB_COMMENTS = "channel.fb_comments",
391
+ CHANNEL_FB_COMMENTS_COST = "channel.fb_comments_cost",
392
+ CHANNEL_FB_SAVES = "channel.fb_saves",
393
+ CHANNEL_FB_SAVES_COST = "channel.fb_saves_cost",
394
+ CHANNEL_FB_LANDING_PAGE_VIEWS = "channel.fb_landing_page_views",
395
+ CHANNEL_FB_LANDING_PAGE_VIEWS_COST = "channel.fb_landing_page_views_cost",
396
+ CHANNEL_FB_LANDING_PAGE_VIEW_RATE = "channel.fb_landing_page_view_rate",
397
+ CHANNEL_FB_LEADS = "channel.fb_leads",
398
+ CHANNEL_FB_LEADS_VALUE = "channel.fb_leads_value",
399
+ CHANNEL_FB_LEADS_COST = "channel.fb_leads_cost",
400
+ CHANNEL_FB_APPOINTMENT_SCHEDULES = "channel.fb_appointment_schedules",
401
+ CHANNEL_FB_APPOINTMENT_SCHEDULES_VALUE = "channel.fb_appointment_schedules_value",
402
+ CHANNEL_FB_APPOINTMENT_SCHEDULES_COST = "channel.fb_appointment_schedules_cost",
403
+ CHANNEL_FB_SUBSCRIBES = "channel.fb_subscribes",
404
+ CHANNEL_FB_SUBSCRIBES_VALUE = "channel.fb_subscribes_value",
405
+ CHANNEL_FB_SUBSCRIBES_COST = "channel.fb_subscribes_cost",
406
+ CHANNEL_FB_START_TRIALS = "channel.fb_start_trials",
407
+ CHANNEL_FB_START_TRIALS_VALUE = "channel.fb_start_trials_value",
408
+ CHANNEL_FB_START_TRIALS_COST = "channel.fb_start_trials_cost",
409
+ CHANNEL_FB_SUBMIT_APPLICATIONS = "channel.fb_submit_applications",
410
+ CHANNEL_FB_SUBMIT_APPLICATIONS_VALUE = "channel.fb_submit_applications_value",
411
+ CHANNEL_FB_SUBMIT_APPLICATIONS_COST = "channel.fb_submit_applications_cost",
412
+ CHANNEL_FB_APP_INSTALLS = "channel.fb_app_installs",
413
+ CHANNEL_FB_APP_INSTALLS_VALUE = "channel.fb_app_installs_value",
414
+ CHANNEL_FB_APP_INSTALLS_COST = "channel.fb_app_installs_cost",
415
+ CHANNEL_FB_COMPLETE_REGISTRATIONS = "channel.fb_complete_registrations",
416
+ CHANNEL_FB_COMPLETE_REGISTRATIONS_VALUE = "channel.fb_complete_registrations_value",
417
+ CHANNEL_FB_COMPLETE_REGISTRATIONS_COST = "channel.fb_complete_registrations_cost",
418
+ CHANNEL_FB_VIDEO_VIEWS = "channel.fb_video_views",
419
+ CHANNEL_FB_VIDEO_VIEWS_COST = "channel.fb_video_views_cost",
420
+ CHANNEL_FB_VIDEO_VIEWS_15_SEC = "channel.fb_video_views_15sec",
421
+ CHANNEL_FB_VIDEO_VIEWS_15_SEC_COST = "channel.fb_video_views_15sec_cost",
422
+ CHANNEL_FB_VIDEO_VIEWS_30_SEC = "channel.fb_video_views_30sec",
423
+ CHANNEL_FB_VIDEO_VIEWS_30_SEC_COST = "channel.fb_video_views_30sec_cost",
424
+ CHANNEL_FB_VIDEO_P25_WATCHED_VIEWS = "channel.fb_video_p25_watched_views",
425
+ CHANNEL_FB_VIDEO_P50_WATCHED_VIEWS = "channel.fb_video_p50_watched_views",
426
+ CHANNEL_FB_VIDEO_P75_WATCHED_VIEWS = "channel.fb_video_p75_watched_views",
427
+ CHANNEL_FB_VIDEO_P95_WATCHED_VIEWS = "channel.fb_video_p95_watched_views",
428
+ CHANNEL_FB_VIDEO_P100_WATCHED_VIEWS = "channel.fb_video_p100_watched_views",
429
+ CHANNEL_FB_VIDEO_VIEWS_THRUPLAY = "channel.fb_video_views_thruplay",
430
+ CHANNEL_FB_VIDEO_VIEWS_THRUPLAY_COST = "channel.fb_video_views_thruplay_cost",
431
+ CHANNEL_FB_VIDEO_PLAYS = "channel.fb_video_plays",
432
+ CHANNEL_FB_VIDEO_PLAYS_COST = "channel.fb_video_plays_cost",
433
+ CHANNEL_GOOGLE_SPEND = "channel.google_spend",
434
+ CHANNEL_GOOGLE_IMPRESSIONS = "channel.google_impressions",
435
+ CHANNEL_GOOGLE_CPM = "channel.google_cpm",
436
+ CHANNEL_GOOGLE_FREQUENCY = "channel.google_frequency",
437
+ CHANNEL_GOOGLE_CLICKS = "channel.google_clicks",
438
+ CHANNEL_GOOGLE_CPC = "channel.google_cpc",
439
+ CHANNEL_GOOGLE_CTR = "channel.google_ctr",
440
+ CHANNEL_GOOGLE_PURCHASES = "channel.google_purchases",
441
+ CHANNEL_GOOGLE_PURCHASES_VALUE = "channel.google_purchases_value",
442
+ CHANNEL_GOOGLE_AVG_PURCHASE_VALUE = "channel.google_avg_purchase_value",
443
+ CHANNEL_GOOGLE_PURCHASES_COST = "channel.google_purchases_cost",
444
+ CHANNEL_GOOGLE_CPA = "channel.google_cpa",
445
+ CHANNEL_GOOGLE_ROAS = "channel.google_roas",
446
+ CHANNEL_GOOGLE_ALL_CONVERSIONS = "channel.google_all_conversions",
447
+ CHANNEL_GOOGLE_ALL_CONVERSIONS_VALUE = "channel.google_all_conversions_value",
448
+ CHANNEL_GOOGLE_AVG_ALL_CONVERSION_VALUE = "channel.google_avg_all_conversion_value",
449
+ CHANNEL_GOOGLE_ALL_CONVERSIONS_COST = "channel.google_all_conversions_cost",
450
+ CHANNEL_GOOGLE_ALL_CONVERSIONS_ROAS = "channel.google_all_conversions_roas",
451
+ CHANNEL_GOOGLE_VIDEO_VIEWS = "channel.google_video_views",
452
+ CHANNEL_GOOGLE_CPV = "channel.google_cpv",
453
+ CHANNEL_GOOGLE_VIEW_THRU_CONVERSIONS = "channel.google_view_thru_conversions",
454
+ CHANNEL_GOOGLE_VIEW_THRU_CONVERSIONS_COST = "channel.google_view_thru_conversions_cost",
455
+ EMQ_SCORE = "emq.score",
456
+ EMQ_EVENT_COVERAGE = "emq.event_coverage",
457
+ EMQ_EVENT_COVERAGE_GOAL = "emq.event_coverage_goal",
458
+ EMQ_DIAGNOSTICS_COUNT = "emq.diagnostics_count",
459
+ EMQ_MATCH_KEY_ISSUES_COUNT = "emq.match_key_issues_count",
460
+ EMQ_ACR_PERCENTAGE = "emq.acr_percentage",
461
+ EMQ_EVENT_COVERAGE_POTENTIAL_ACR = "emq.event_coverage_potential_acr",
462
+ EMQ_EVENT_POTENTIAL_ACR = "emq.event_potential_acr",
463
+ EMQ_MATCH_KEY_COVERAGE = "emq.match_key_coverage",
464
+ EMQ_MATCH_KEY_EXPECTED_INCREASE = "emq.match_key_expected_increase",
465
+ EMQ_MATCH_KEY_POTENTIAL_ACR = "emq.match_key_potential_acr",
466
+ EMQ_DIAGNOSTIC_AFFECTED_PERCENTAGE = "emq.diagnostic_affected_percentage",
467
+ EMQ_DIAGNOSTIC_AFFECTED_COUNT = "emq.diagnostic_affected_count",
468
+ EMQ_DEDUPE_BROWSER_COVERAGE = "emq.dedupe_browser_coverage",
469
+ EMQ_DEDUPE_SERVER_COVERAGE = "emq.dedupe_server_coverage",
470
+ EMQ_DEDUPE_OVERALL_BROWSER = "emq.dedupe_overall_browser"
471
+ }