Skip to content

Commit eda8cae

Browse files
committed
Adds utm params
1 parent d84e031 commit eda8cae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

webview-ui/src/components/cloud/CloudView.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,10 @@ export const CloudView = ({ userInfo, isAuthenticated, cloudApiUrl, onDone, orga
148148

149149
const handleViewUsageStats = () => {
150150
const baseUrl = cloudApiUrl || PRODUCTION_ROO_CODE_API_URL
151-
vscode.postMessage({ type: "openExternal", url: `${baseUrl}/usage` })
151+
vscode.postMessage({
152+
type: "openExternal",
153+
url: `${baseUrl}/usage?utm_source=extension&utm_medium=stats_preview&utm_campaign=stats_preview`,
154+
})
152155
}
153156

154157
const handleRemoteControlToggle = () => {

0 commit comments

Comments
 (0)