I have a multi language site with each language in its own folder e.g.
mysite/en/
mysite/fr/
mysite/de/
These language are treated as individual sites and all have their own client-side GTM.
The plan is to use a common sGTM container. Data will be sent to the sever side container using subdomain.mysite and re-routed in Cloudflare to the same origin: mysite/metrics
I would like to use the custom loader, is it possible to create a custom loader for each the client-side GTMs or do I need to change the set-up to use the same client-side GTM across all the languages?