2 GTM Container Setup
Confirm the web container from audit and set up the server container that will carry through testing and production.
Note: This step content was written for the original dual-run architecture and is being updated for the current setup workflow. The guide overview reflects the current approach.
This step is being finalized. Content is accurate but will be updated and expanded before full release.
Deliverable
One web and one server container confirmed and ready for configuration.
Validation
Confirm that you have one web GTM container and one server GTM container for this setup. Check the public container IDs and make sure the web snippet points at the correct web container. This is the point where you catch an accidental save of the wrong GTM account or an old container that is still hanging around in the account.
Manually verify that the server container configuration material, especially CONTAINER_CONFIG or its equivalent deployment secret, exists and is stored in the location your deployment process actually uses. The app can tell you whether the GTM container exists, but it cannot infer whether your deployment runtime has the correct container bootstrap value unless you confirm it.
Do not proceed to Cloud Run deployment until both container IDs, the snippet reference, and the server container bootstrap configuration are all confirmed. This step should end with confidence that you are about to deploy and configure the intended GTM containers.
2.1 GTM Validation
Validates both GTM containers are accessible, correctly typed, and in the same account.
Checks
- API Web container is accessible
- API Server container is accessible
- API Server container has server usage context
- API Both containers in the same account
- API Web container public ID format
Use the app to validate this step automatically.
Request access