Skip to content

Commit

Permalink
add utm_* params to Relay link
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Jul 28, 2021
1 parent 86070ac commit a9fa6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ function addFacebookBadge (target, badgeClassUId, socialAction) {

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

// Dismiss email/relay prompt
Expand Down

0 comments on commit a9fa6fa

Please sign in to comment.