We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8679ca commit cca1028Copy full SHA for cca1028
1 file changed
src/app/components/client/toolbar/AppPicker.tsx
@@ -76,7 +76,9 @@ const getProducts = (referringHost: string, l10n: ReactLocalization) => ({
76
},
77
solo: {
78
id: "solo",
79
- url: `https://soloist.ai/`,
+ url: `https://soloist.ai/?utm_source=${encodeURIComponent(
80
+ referringHost,
81
+ )}&utm_medium=referral&utm_campaign=bento&utm_content=desktop`,
82
title: l10n.getString("toolbar-app-picker-product-solo"),
83
gaLabel: "solo",
84
imgSrc: SoloLogo,
0 commit comments