tagora
container audit

GTM-PRNTDK

6 tags, 6 custom scripts, 3 third-party hosts — an ordinary container, near the middle of what we measure (median: 39 tags, 4 custom scripts).

Tags6
Custom scripts6
Third parties3
Delivered340 KB
Versions90

What we observed

A real browser loaded secorsubaru.com 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 a consent banner was present and we accepted it. 9 measurement hits left the page before it was granted, carrying a client id (whether that is permitted depends on jurisdiction, and this was not a European visit). 3 hosts appeared only after consent was granted. Google recorded gcs=G101 (partial). 4 advertising hosts were contacted before anything was granted.
Third parties contacted 25 hosts — pictures.dealer.com, cdn.complyauto.com, images.dealer.com, cdn.userway.org, platform.twitter.com, review-carousel-resource.kenect.com, ftm.fluencyinc.co, cdn2.webdamdb.com, and 17 more
dataLayer events seen gtm.js, ddc.launchdarkly, ddc.launchdarkly.browser, ddc.page.view, ddc.maps, gtm.dom, gtm.load, gtm.click, ddc.link.generic

Where the data goes

Not observed — on the page we loaded, measurement went to Google and nowhere else. observed on secorsubaru.com 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.

reviewdocument.write (3)
3 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 (2)
2 pieces 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

reviewNo consent signal in the container (1)
Nothing in this container sets, reads, or gates on a consent state.

WhyThe container itself neither sets a Consent Mode default, holds any tag back for consent, nor references a known consent platform. Either enforcement lives entirely outside GTM — where it cannot be audited from here — or tags fire regardless of what a visitor chose.

CheckIf a consent platform blocks scripts before GTM loads, this is fine — confirm that is actually the case. If not, tags are firing on a choice nobody recorded.

Seenseen in 52.1% 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 »

qa.vinlens.com ×4qts.vinlens.com ×4code.jquery.com ×2

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.

scenicsubaru.comsportsubaru.comsterlingsubaru.comcioccasubaru.comnorthtownsubaru.comraffertysubaru.combeyersubaru.comsecorsubaru.com

What this audit describes

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

ContainerGTM-PRNTDK
Published version90 — the identity of this configuration. It changes only when someone publishes.
Read at2026-08-23 18:04:39 UTC (a month ago)
Sourcehttps://www.googletagmanager.com/gtm.js?id=GTM-PRNTDK
Body checksuma2fdffe76359ca60e5996685446d1fb905558e5c9949be39df56dfc80fe9d2a7
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-PRNTDK

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 »