Skip to content

Commit cca1028

Browse files
authored
add utm params (#6441)
1 parent d8679ca commit cca1028

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/app/components/client/toolbar/AppPicker.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ const getProducts = (referringHost: string, l10n: ReactLocalization) => ({
7676
},
7777
solo: {
7878
id: "solo",
79-
url: `https://soloist.ai/`,
79+
url: `https://soloist.ai/?utm_source=${encodeURIComponent(
80+
referringHost,
81+
)}&utm_medium=referral&utm_campaign=bento&utm_content=desktop`,
8082
title: l10n.getString("toolbar-app-picker-product-solo"),
8183
gaLabel: "solo",
8284
imgSrc: SoloLogo,

0 commit comments

Comments
 (0)