We are running www.italianmarket.asia and we have observed that on our page we have double code of GG Analytic. And they double count the visits, how to remove this double code with the same UI number?
You can do these steps:
Step 1: go to edit theme from the administration page.
Step 2: click theme.liquid
Step 3: Ctrl + F and type 111513536-1
If it displays 2 results you will just delete 1 result:
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘UA-111513536-1’);
};
Cheers,
SEO Booster
Hi,
Thanks for your feedback but at the Step 3 there’s no code at all in the theme.liquid.
That’s the reason we are in difficult to understand from where this pops out.
Ok, got it!
Thanks it’s double input from here: myshopify.com/admin/online_store/preferences

