@JustG - any screenshot of the code?
most probably it is javascript and put it before in theme.liquid file
Adding a tracking script across all store pages was resolved by placing the code in theme.liquid, which loads on every page. The recommended location was just before the closing </head> tag, though </body> was also mentioned earlier as a possible placement.
Key points:
async (asynchronous), meaning it should load without blocking the rest of the page.theme.liquid was identified as the quickest site-wide solution.Outcome:
A later promotional link about another tracking tool appeared, but it was not relevant to resolving the original setup question.
@JustG - any screenshot of the code?
most probably it is javascript and put it before in theme.liquid file