summaryrefslogtreecommitdiff
path: root/src-migrate/constants
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/constants')
-rw-r--r--src-migrate/constants/utm-source.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/src-migrate/constants/utm-source.ts b/src-migrate/constants/utm-source.ts
new file mode 100644
index 00000000..95c03ed2
--- /dev/null
+++ b/src-migrate/constants/utm-source.ts
@@ -0,0 +1,8 @@
+export const UTM_SOURCE = {
+ '/': 'web.home',
+ '/shop/product/[slug]': 'web.other-product',
+ '/shop/search': 'web.search',
+ '/shop/brands/[slug]': 'web.brand',
+ '/shop/category/[slug]': 'web.category',
+ '/shop/cart': 'web.cart',
+};