Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, our homepage is easybreezyporchswings.com but when you go to the homepage the URL is actually https://easybreezyporchswings.com/?_atid=623x3i965o7CLHHAJkksTzCNsEtNjx
Where is the rest of the URL coming from ("?_atid" onwards) and how do I remove it? Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hi @FrancoNorth,
Please go to Actions > Edit code > Layout > theme.liquid file, find 'AnyTrack Tracking Code'
You just need to remove the following code, it will work fine:
Code:
<!-- AnyTrack Tracking Code -->
<script>!function(e,t,n,s,a){(a=t.createElement(n)).async=!0,a.src="https://assets.anytrack.io/623x3i965o7C.js",(t=t.getElementsByTagName(n)[0]).parentNode.insertBefore(a,t),e[s]=e[s]||function(){(e[s].q=e[s].q||[]).push(arguments)}}(window,document,"script","AnyTrack");</script>
<!-- End AnyTrack Tracking Code -->
This is an accepted solution.
Hi @FrancoNorth,
Please go to Actions > Edit code > Layout > theme.liquid file, find 'AnyTrack Tracking Code'
You just need to remove the following code, it will work fine:
Code:
<!-- AnyTrack Tracking Code -->
<script>!function(e,t,n,s,a){(a=t.createElement(n)).async=!0,a.src="https://assets.anytrack.io/623x3i965o7C.js",(t=t.getElementsByTagName(n)[0]).parentNode.insertBefore(a,t),e[s]=e[s]||function(){(e[s].q=e[s].q||[]).push(arguments)}}(window,document,"script","AnyTrack");</script>
<!-- End AnyTrack Tracking Code -->
Worked perfectly! Thanks Namphan!
Hi @FrancoNorth,
If you have any questions, you can contact me directly.
Nice to meet you 😊