Skip to content

Commit

Permalink
Update UTM source and medium for Safello redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Lundback authored and Overtorment committed May 14, 2019
1 parent 571ca4a commit d310dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buy-bitcoin-redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
if (location.country_code == 'ZA' || location.country_code == 'ZAF' || location.country_code == 'ZAR') {
window.location = 'https://ice3x.com?ref=14342738';
} else if (safello_countries.indexOf(location.country_code) !== -1) {
var safello_url = 'https://app.safello.com/sdk/quickbuy.html?appId=4904c769-8a1d-43ca-8bd0-896520c94fdf&country=' + location.country_code + '&theme=bluewallet&layout=app&address=' + address;
var safello_url = 'https://app.safello.com/sdk/quickbuy.html?appId=4904c769-8a1d-43ca-8bd0-896520c94fdf&utm_source=BlueWallet&utm_medium=Wallet&country=' + location.country_code + '&theme=bluewallet&layout=app&address=' + address;

if (safello_state_token) {
safello_url += '&stateToken=' + safello_state_token
Expand Down

0 comments on commit d310dad

Please sign in to comment.