Skip to content

Commit a9fa6fa

Browse files
committed
add utm_* params to Relay link
1 parent 86070ac commit a9fa6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content_script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ function addFacebookBadge (target, badgeClassUId, socialAction) {
352352

353353
// Add to Container "Allow"
354354
htmlEmailBadgeFragmentPromptButtonTry.addEventListener("click", () => {
355-
window.open("https://relay.firefox.com");
355+
window.open("https://relay.firefox.com/?utm_source=firefox&utm_medium=addon&utm_campaign=Facebook%20Container&utm_content=Try%20Firefox%20Relay");
356356
});
357357

358358
// Dismiss email/relay prompt

0 commit comments

Comments
 (0)