tagora
container audit

GTM-TFZ94KV

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

Tags190
Custom scripts26
Third parties0
Delivered550 KB
Versions140

What we observed

A real browser loaded goodrx.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 responded. 10 hosts appeared only after consent was granted. Google recorded gcs=G111 (all granted).
Third parties contacted 25 hosts — www.grxstatic.com, securepubads.g.doubleclick.net, cmp.osano.com, images.ctfassets.net, ift.px-cloud.net, consent.api.osano.com, cdn.optimizely.com, www.googletagmanager.com, and 17 more
dataLayer events seen gtm.js, data.pageUser, gtm.dom, gtm.load, gtm.elementVisibility

Where the data goes

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

reviewWrites cookies directly (6)
6 pieces 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

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

infoLoads JavaScript from another host (1)
1 piece 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

infoUses browser storage (1)
1 piece of custom code read or write localStorage or sessionStorage.

WhyBrowser storage persists across visits and is not covered by cookie consent tooling, so it is easy to overlook when auditing what you keep on a visitor's device.

CheckConfirm nothing personal is being kept there, and that it is covered by your privacy notice.

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

No third-party hosts were found in this container's tags.

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.

goodrx.com

What this audit describes

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

ContainerGTM-TFZ94KV
Published version140 — the identity of this configuration. It changes only when someone publishes.
Read at2026-08-22 10:42:41 UTC (a month ago)
Sourcehttps://www.googletagmanager.com/gtm.js?id=GTM-TFZ94KV
Body checksumdadb60bdf0b47814765870487cf1239bceba1af4d66773f13314d7a65fc31cd5
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-TFZ94KV

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 »