How to Set Up GTM Server-Side Properly in 2023

Phil Pearce
First published August 18th, 2022
Last updated February 19th, 2024
Set up Google Tag Manager (GTM) Server-Side properly and easily with our in-depth article and reduce your page load time.
How to Set Up GTM Server-Side Properly in 2023

GTM server-side promises many benefits to Google Tag Manager users, developers and analysts. Some of which include:

  • Improved web performance due to fewer measurement tags and thereby leaner code.
  • Improved security due to being collected in a customer-managed GTM server-side environment.
  • Reduce the risk of Personally Identifiable Information (PII) leaks.
  • Extend how long cookies can be stored on Safari which is great for combatting Intelligent Tracking Prevention (ITP).

And that’s just to name a few. So as you can see, this could potentially be really positive for your business. So in this article we wanted to show you how to set GTM Server-Side.

 

Part 1: Create the Server Container

1. Initial Creation

1.1. Find your Account in Google Tag Manager.

1.2. Click on Create Container

create a gtm container

1.3. Add your domain.

1.4. Select Server.

creating a gtm container

1.5. Click Create.

1.6. Accept the terms and conditions.

google tag manager terms of service agreement

You can now see the default Workspace of the SERVER container.

gtm default workspace server container
Remember the container settings. It’s important in setting up the server later on.

 

2. Set Up GTM Server-Side Configuration

2.1. Click on the Admin tab on the upper left.

google tag manager admin

2.2. Then click on Container Settings.

GTM container settings
2.3. There’s an empty field there called Server container URL. Remember this field later on.

server container URL
2.4. Under Tagging server, click on the Set up your tagging server button.

set up tagging server
2.5. Once inside, select Manually provision tagging server.

Note: It’s recommended to use manual provisions because if you have an existing Google Cloud project, you override or erase the existing App Engine in that project. Manual provisions avoid project management headaches. See the “Creation of Google Cloud Platform” section of this article for more details.

maunally provision tagging server
Take note of the code under Your Container Config. This is needed for the Google Cloud Server we saw earlier. Go to Part 2, section 2.7 to add this Container Config.

 

3. Setting up the Server Container

3.1. Under the newly created SERVER container, go to Clients.

google tag manager clients tab

The ‘clients’ section is the most important part and it is unique to gtm server-side tagging. As a default, UA and GA4 are already set up. There are actually no other changes that you need to make here.

clients section GTM
Take note of the Client name of Universal Analytics and Google Analytics 4. You need them when setting up tags later on.

3.2. Go to Variables.

google tag manager variables
3.3. Once inside, select Configure.

configure built in variables

3.4. Once inside, select and tick every one of the Built-In Variables. The most important variable here is ‘Client Name’. This is related to the Clients we saw earlier.

select all built in variables

Let’s create the Universal Analytics Tag and Google Analytics 4 Tag. First I’ll show you how to set up the UA tag.

 

Setting up the Universal Analytics tag

3.5. Go to Tags.

GTM tags server-side tagging

3.6. Click on New.

create a new tag in server-side tagging
3.7. Name your tag. Then click on the Edit icon.

edit tag gtm
3.8. Select Google Analytics: Universal Analytics.

Universal analytics tag type gtm
3.9. You don’t change anything on the settings. Leave everything as is.

universal analytics tag configuration
3.10. Under Triggering, click on the edit icon.

edit tag triggering gtm
3.11. Click on the add a trigger button.

add a tag trigger gtm

3.12. Name your trigger. Click on the edit icon button to configure the trigger.

edit universal analytics trigger
3.13. Select Custom

custom trigger type

3.14. Then select Some Events.
3.15. Change the parameters as follow:
Client Name > Contains > Universal Analytics

universal analytics trigger configuration

3.16. Click on Save.

 

Setting up the GA4 tag

You need to do the same thing for the Google Analytics 4 tag.

3.17. Go to Tags.

setting up ga4 tags
3.18. Click on New.

create a new tag in gtm
3.19. Name your tag. Then click on the Edit icon.

edit ga4 tag in gtm

3.20. Select Google Analytics: GA4.

ga4 tag type

3.21. You don’t change anything on the settings. Leave everything as is.

ga4 tag settings

3.22. Under Triggering, click on the edit icon.

ga4 edit tag triggering
3.23. Click on the add a trigger button.

add ga4 tag triggering

3.24. Name your trigger. Click on the edit icon button to configure the trigger. We suggest (GA4 Trigger).

name your ga4 trigger
3.25. Also, choose the trigger type. Select Custom.

custom trigger type
3.26. Then select Some Events.
3.27. Change the parameters as follow:
Client Name > Contains > GA4

GA4 trigger configuration
3.28. Click on Save.

Once everything is good to go, don’t forget to Publish the server container.

publish server container

Part 2: Creation of Google Cloud Platform

1. Initial Requirements

1.1. Go to https://cloud.google.com/
1.2. Click on Select a Project on the upper left.

select a google cloud platform project
1.3. Click on NEW PROJECT.

create a new google cloud platform project
1.4. Give your project a Project name, Project ID, and Location.

gcp project settings1.5. Click on Create.
1.6. Then create your Billing account.
1.7. Go to the Cloud Build API page, then click on Enable.

NOTE: It’s better to create a new Google Cloud project because if you have an existing one, you override or erase the existing App Engine project. Creating a new project prevents any data loss or any project management headaches.

 

2. Activating the Cloud instance

2.1. Once the project is created, click on the Activate Cloud Shell icon.

activate cloud shell

For sanity checks, make sure you are working on the correct project. The project ID you inputted should be the same as the one you see inside the cloud shell console.

google cloud platform project id

2.2. Next, copy the code from the Google documentation, and paste it into the console:

bash -c "$(curl -fsSL https://googletagmanager.com/static/serverjs/setup.sh)"

2.3. Press Enter.
2.4. Select Authorize.

authorise cloud shell
2.5. Press Enter to continue as instructed.
2.6. Container Config (Required): appears.
2.7. Go back to your GTM server-side container settings and copy the Container Config code.

gtm server-side container configuration code
gtm container config code

NOTE: Further down this article there’s a section on where to find this Container Config.

2.8. Policy Script URL (Optional) appears.
2.9. If you have Policy Script, add the URL then enter. Otherwise, you may leave this empty and just press enter. This is Optional.
2.10. Request Logging (Current: on/off) appears.
2.11. Type off for now and press Enter

request logging cloud shell

2.12. Deployment Type (testing/production) appears.
2.13. Type testing then press Enter.

delevopment type testing cloud shell

NOTE: Deployment type production begins the billing of your Google Cloud project (100 EUR). In summary, production requires technical expertise on how to handle server instances and logs. But for now, we can start with testing. Consult with a Google Tag Manager agency to learn more.

 

3. Setting up DNS Records

3.1. Look for App Engine or search for Custom Domains.

google cloud platform custom domains
3.2. Select Settings, then select Custom Domains, then select Add a Custom Domain.

add custom domain google cloud platform
3.3. Under Select the domain that you want to use, select Verify a new domain. Then under the next field, add your domain.

verify your domain in google cloud platform
3.4. Click on the blue Verify button.
3.5. You’re redirected to a new tab.
3.6. Select the server you are using.

google webmaster domain verification

Setting up a TXT record

3.7. A TXT record appears for DNS configuration. Send this to your web developers if you don’t know what to do here. They should know what to do with it.
3.8. NOTE: When uploading the DNS records, you need to decide the subdomain for your server-side instance for Google Tag Manager. An example is data or sgtm or ss. In the end, your server-side endpoint might look like the following:
data.domain.com
sgtm.domain.com
ss.domain.com

TXT host
3.9. After the TXT DNS record has been added to your server, click on the Verify button.

verify TXT DNS record
3.10. Go back to Google Cloud. Click on Refresh domains.

refresh domains google cloud platform
3.11. Under Point your domain to gtm-xxxxxxxx-xxxxx: close (click x button) on the www.sgtm.domain.com. Only one subdomain should be mapped.

save domain mappings gcp3.12. Click on Save mappings, and then Continue.

 

Setting up A and AAAA records

3.13. Under ‘Update your DNS records to enable security’ are the A and AAAA records. Send these to your web developers, they should know what to do with them.

Update DNS records A or AAAA3.14. Click on Done.
3.15. Wait until mapping is completed. Best not to close the browser tab. This includes SSL certification.

SSL security verification and DNS records

3.16. Endpoint should be responding once completed. To check, go to the endpoint. For example, sgtm.domain.com/healthy
3.17. You’ll see an ‘ok’ text on the screen if everything is implemented correctly.

 

Part 3: Connecting Web Container with Server Container

1. Initial Setup

1.1. Go to your Google Tag Manager WEB container. Note that you should already have Google Tag Manager set up already.
1.2. Go to Variables

gtm variables tab
1.3. Create a new User-Defined Constant variable for your server-side endpoint.

NOTE: Include the https://. A mistake in setting up GTM server-side tagging is NOT including it. Without it, the HTTPS requests are misconfigured.

Create a new User-Defined Constant variable for your server-side endpoint

2. Setting Up Transport URL

 

For Universal Analytics

2.1. Go to your Universal Analytics pageview Tag.
2.2. Under your UA pageview tag, go to More Settings. Then go to Transport URL.
2.3. Add in your constant Variable that represents your server-side endpoint.

transport url server-side endpoint
2.4. Click Save. Your current Universal Analytics pageview should be good to go.

save transport url in gtm server-sider tag configuration

For Google Analytics 4

2.5. Look for your GA4 (Google Analytics 4) pageview tag. Do the same.

server container URL GTM

2.6. Under your GA4 pageview tag, look for and tick Send to server container. After which, add in your constant Variable that represents your server-side endpoint.

send to server container gtm
2.7. Click Save. Your current Google Analytics 4 pageview should be good to go.
2.8. Publish the WEB container.

 

Part 4: How to Preview or Debug GTM Server-Side Tracking

For this section, we’ll look at how to debug the GTM server-side container if everything is working or configured properly.

 

1. Clicking the Preview mode

1.1. Go to your Server container.
1.2. Click on Preview.

gtm server-side preview

2. Debug View

2.1. You have landed on the debug view.

gtm debug view
2.2. Go to your website on a separate tab. This allows a pageview hit.
2.3. Go back to the debug view and you will see HTTP requests on the server container.

how to see if your tags are firing in gtm

If everything is configured properly, the tags are fired. This means that pageview hits from the website are sent to the server, then sent to respective vendors in this case it’s Google Analytics.

Note that it might be different in your containers if the naming is different. Any custom HTTP request hits also get reported in the debug view.

 

Conclusion:

This is only the basic setup of GTM server-side tagging. There is custom tracking like sending IP addresses and other custom HTTP requests. To learn more about robust GTM server-side tracking, consult with Google Tag manager experts and contact us today.

Phil Pearce
Follow me
0 0 votes
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Articles from our Blog
0
Would love your thoughts, please comment.x
()
x