This commit is contained in:
Sean Yesmunt 2019-11-06 12:18:15 -05:00
parent d9ff20595e
commit 7f2505e39c

View file

@ -179,7 +179,7 @@ if (!IS_WEB) {
const { search } = window.location;
const urlParams = new URLSearchParams(search);
const isPirateBayUser = urlParams.get('tm_source') === 'PB';
const isPirateBayUser = urlParams.get('utm_source') === 'PB';
if (!isPirateBayUser) {
gaTrackers.push({