Skip to content
  • Por cmsvizuh
  • /
  • 20 de ago. de 2026

What ClickTrail sGTM Mode Changes — and What It Does Not

Short answer: ClickTrail's sGTM mode changes the WordPress-side GTM loading and preview path. It can use a tagging-server URL, first-party script delivery, or a custom loader path, and it can send configured events through the plugin's server-side adapter. It does not create a server-side GTM container, configure tags, prove provider acceptance, or make preview security

Short answer: ClickTrail’s sGTM mode changes the WordPress-side GTM loading and preview path. It can use a tagging-server URL, first-party script delivery, or a custom loader path, and it can send configured events through the plugin’s server-side adapter. It does not create a server-side GTM container, configure tags, prove provider acceptance, or make preview security safe by default.

Standard GTM and sGTM are different boundaries

Standard GTM usually loads the web container from the normal Google host. An sGTM rollout adds a tagging server and a separate set of clients, tags, consent rules, transport, and destination behavior. ClickTrail can participate at the WordPress boundary; it does not own the tagging server or its container.

That distinction matters because a successful request from WordPress is not the same as a conversion accepted by Google Ads, GA4, or another destination. Record the response and verify the downstream event separately.

What the ClickTrail mode provides

  • a mode setting for GTM-first server-side delivery;
  • tagging-server URL configuration;
  • first-party or custom-loader options for the web tag;
  • preview and setup checks in the Events surface;
  • a configured sGTM adapter that posts canonical JSON with schema_version: 1 and collector: sgtm.

These are implementation surfaces, not a hosted sGTM product. FunnelSheet’s ClickTrail overview describes the supported boundary without claiming that the external container or provider contract has been verified.

A safe rollout sequence

  1. Record ownership. Identify who owns the web container, tagging server, destination tags, consent configuration, and incident response.
  2. Validate the container first. Confirm the server URL, clients, tags, and preview access in the target GTM environment.
  3. Configure one WordPress path. Add the container ID and tagging-server or loader value in ClickTrail; do not enable multiple competing loaders.
  4. Run preview. Use one controlled event and record request status, response body, consent state, and the event ID.
  5. Check the destination. Verify that the expected client and tag processed the event. A 2xx from the relay is not enough.
  6. Enable production gradually. Keep a rollback note and compare browser, server, and destination counts for duplicate delivery.

Consent and duplicate signals

sGTM changes transport; it does not decide your consent policy. The CMP, ClickTrail capture gate, GTM consent settings, server client, and destination tags must agree on what can be stored and sent. Test granted, denied, unresolved, and withdrawn states.

Also choose one owner for each conversion. Sending the same conversion from browser GTM and ClickTrail’s server-side path without a shared deduplication contract can inflate counts even when both paths are technically working.

Security boundary

The current ClickTrail integration reference labels the sGTM adapter source-present but runtime-unverified. In particular, preview SSRF/private-network hardening remains a release blocker. Do not describe preview as secure-by-default, place provider credentials in browser code, or use an unapproved endpoint just because a connectivity check returns a response.

Review the integration reference and security guide before enabling delivery.

Frequently asked questions

Does sGTM mode host the tagging server?

No. It configures the WordPress-side loader and delivery path for a tagging server that the team already operates.

Does a successful relay response prove a Google conversion?

No. Check the server client, tag execution, destination response, consent, event identity, and reporting readback.

Can I run standard GTM and sGTM at the same time?

Only with an explicit deduplication design. Two loaders or two conversion owners can produce duplicate events and make the report look healthier than the actual funnel.

Sources

CategoriasClickTrail