tagora
container audit

GTM-XHS9

This container ships 39 hand-written scripts (21 KB of JavaScript) to every visitor — more than 90% of the 46,522 containers we have measured. That is an application's worth of code, delivered as tag configuration.

Tags608
Custom scripts39
Third parties22
Delivered864 KB
Versions558

What we observed

A real browser loaded conoha.jp a month ago and recorded every request it made. This is what happened, as distinct from what the container is configured to do. It is one page load — anything that fires only deeper in the site did not fire here.

Container loaded from googletagmanager.com — Google
Measurement sent to google-analytics.com — Google
Consent no consent gate responded on this page, so there was nothing to hold measurement back (banners are often shown only to visitors in certain regions, and this was not a European visit).
Third parties contacted 25 hosts — analytics.ahrefs.com, www.googletagmanager.com, www.clarity.ms, cache.img.gmo.jp, scripts.clarity.ms, s.yimg.jp, www.google-analytics.com, bat.bing.com, and 17 more
dataLayer events seen gtm.js, gtm.dom, gtm.load, gtm.scrollDepth

Where the data goes

Not observed — on the page we loaded, measurement went to Google and nowhere else. observed on conoha.jp More info »

Findings

Ordered by consequence. review has a concrete cost when it bites; info is real but depends on your setup. Seen is how common it is across the containers we have measured — reported separately on purpose, because common and harmless are different claims.

reviewUniversal Analytics tags still shipped (67)
67 Universal Analytics tags are still in the container.

WhyUniversal Analytics stopped processing data in July 2023. These tags still download and execute on every matching page, and send to an endpoint that discards them.

CheckNothing is being collected from these. Confirm the equivalent GA4 tag exists, then delete them.

Seenseen in 23.2% of 46,522 containers measured

reviewdocument.write (4)
4 pieces of custom code call document.write.

Whydocument.write blocks the HTML parser while it runs, and browsers ignore it entirely once the page has finished parsing — so an async-loaded tag using it can silently do nothing.

CheckIf these tags fire on page load they are costing render time; if they fire later they may not be working at all. Worth confirming the tag still does what it was added to do.

Seenseen in 18.4% of 46,522 containers measured

reviewHardcoded http:// URL (1)
1 piece of custom code reference a plain http:// address.

WhyOn an https:// page the browser blocks or upgrades these. Blocked means the tag quietly stops working; upgraded only works if that host also serves https.

CheckCheck whether the hosts below still respond over https, and update the URLs.

Seenseen in 12.8% of 46,522 containers measured

reviewWrites cookies directly (1)
1 piece of custom code set cookies in code.

WhyCookies set this way bypass GTM's consent settings, because the consent checks live in the tag templates rather than in raw JavaScript.

CheckIf any of these cookies are used for analytics or advertising, confirm they are still gated on a consent decision.

Seenseen in 21.2% of 46,522 containers measured

infoOne variable that a great deal depends on (153)
"gtm.triggers" is read by 153 tags and triggers — more than anything else in this container.

WhyGTM shows you where a variable is defined, never how much depends on it. Editing this one touches a large share of the container at once, and whatever breaks will surface somewhere that looks unrelated to the change.

CheckBefore changing it, check what reads it. If it feeds both measurement and consent or routing logic, split those uses apart first.

Seenseen in 10.1% of 46,522 containers measured

infoLoads JavaScript from another host (9)
9 pieces of custom code fetch and run JavaScript from another host.

WhyWhatever that host serves executes with full access to the page — it can read the DOM, cookies and form fields. The code is not in this container, so it can change at any time without any change here.

CheckConfirm you recognise every host below and that someone owns the relationship. A host you cannot name is the one to chase.

Seenseen in 54.4% of 46,522 containers measured

infoVendor IDs written into custom code (2)
2 vendor IDs are pasted directly into custom HTML rather than held in a variable or template.

WhyChanging a property, pixel or account then means editing every tag that mentions it, and any one that gets missed keeps sending to the old destination indefinitely.

CheckFine if the ID never changes. If you have ever migrated a property, check that none of these still point at the old one.

Seenseen in 31.4% of 46,522 containers measured

infoConsent configuration detected (1)
The container declares one or more consent signals.

WhyConsent handling is present in the container. This describes what the artifact declares; what actually happened on the page is measured separately, above.

CheckConfirm these settings match the consent policy you intend to enforce, and compare them with the before-and-after observation.

Seenseen in 44.6% of 46,522 containers measured

Third parties it can reach

Each host is a party that can execute code or receive data in a visitor's browser. Follow one to see who else loads it. More info »

www.google-analytics.com ×352www.facebook.com ×19www.googleadservices.com ×17connect.facebook.net ×15analytics.twitter.com ×2sp-trk.com ×2admane.jp ×1analytics.tiktok.com ×1d.line-cdn.net ×1d.line-scdn.net ×1dmp.im-apps.net ×1genieedmp.com ×1googleads.g.doubleclick.net ×1insight.adsrvr.org ×1js.adsrvr.org ×1js.crossees.com ×1r.moshimo.com ×1s3.marsconnect.jp ×1sdk.push7.jp ×1tr.line.me ×1www.clarity.ms ×1www.rentracks.jp ×1

What the custom templates can do

Custom templates are third-party code shipped inside the container. Injecting scripts and running page globals is ordinary for them — most tag templates need it to work — so this is an inventory, not a warning. It lists the capability each template declares so you can match it against templates you meant to install.

__cvt_146494_811 private injects code from static.ads-twitter.com · runs page-level globals
__cvt_146494_813 private injects code from static.ads-twitter.com · runs page-level globals
__cvt_5DFVR gallery injects code from s.yimg.jp · runs page-level globals
__cvt_KVFNC gallery injects code from s.yimg.jp · runs page-level globals
__cvt_PBK7R gallery injects code from s.yimg.jp · runs page-level globals
__cvt_TBNCF gallery injects code from s.yimg.jp · runs page-level globals
__cvt_WBTFX gallery injects code from s.yimg.jp · runs page-level globals

Detected on

Sites observed loading this container. A container used across many hosts is a shared template; one on a single host is a bespoke build. Follow a site to see every container it loads.

conoha.jp

What this audit describes

Containers change. These findings describe one specific artifact, and you can re-fetch it to check this reading.

ContainerGTM-XHS9
Published version558 — the identity of this configuration. It changes only when someone publishes.
Read at2026-08-23 18:23:20 UTC (a month ago)
Sourcehttps://www.googletagmanager.com/gtm.js?id=GTM-XHS9
Body checksum6a8fcfcbdc62e1ec9971ff572bccea2edb9e46f51c5dec5eaa4f14a28cbdb731
Evidence of the exact bytes we read, not an identity: Google varies the response per request, so re-fetching an unchanged container yields a different checksum. Compare the published version instead.

Re-audit

This reading is from a month ago. A container can be republished at any time, and nothing here updates on its own — a fresh read is the only way to know whether it still says this. Running it again replaces this page in place, so the link keeps working.

Re-audit GTM-XHS9

Check another container

Put this container under version control. Tagora exports it to a repository you own, so every change arrives as a pull request. How it works »