What Google Tag Manager does and why GoDaddy users need it

Google Tag Manager (GTM) is a tool that lets you track what visitors do on your website without writing code each time. Instead of asking your web developer to add tracking code for every tool you want to use — Google Analytics, Facebook pixel, email signup forms — you install GTM once, then add and change tracking from a dashboard.

GoDaddy users often rely on GTM because GoDaddy's built-in analytics are basic. GTM connects to the tools you actually use to run your business: email marketing platforms, customer relationship managers, conversion trackers. Once GTM is installed, you can see which pages people visit, where they click, whether they fill out forms, and how they move through your site.

The installation itself takes about 10 minutes if you follow the exact steps. The hardest part is not the installation — it's finding where GoDaddy hides the code editor.

Key Takeaways

  • Google Tag Manager requires you to paste a small piece of code into your GoDaddy website's header and body sections, which you do through GoDaddy's code editor.
  • You must create a GTM account and container at tagmanager.google.com before you can get the code to paste into GoDaddy.
  • GoDaddy's code editor location depends on whether you use GoDaddy Website Builder, WordPress, or a classic GoDaddy site — the steps differ slightly for each.
  • After you paste the code, GTM takes 24 to 48 hours to start collecting data, and you should verify it is working before you set up tracking rules.

Create your Google Tag Manager account and get your container code

Go to tagmanager.google.com and sign in with your Google account. If you do not have a Google account, create one — it is free and takes two minutes.

Click Create Account. Enter your account name (this can be your business name or anything you recognize). For Container name, enter your website's domain name. Under Where will you use this container?, select Web. Accept the terms and click Create.

Google will show you two code snippets: one labeled Head and one labeled Body. Do not close this page yet. You will need both of these in the next step. Copy the entire Head code snippet (it starts with <script> and includes your container ID) and paste it somewhere you can find it — a text file, an email to yourself, or just keep this browser tab open.

Find the code editor in your GoDaddy site

The location of the code editor depends on which GoDaddy product you use. GoDaddy Website Builder, WordPress hosting, and classic GoDaddy sites all store code in different places.

If you use GoDaddy Website Builder: Log into your GoDaddy account, go to My Products, find your website, and click Manage. Click the three-dot menu in the top right and select Manage Code. You will see sections for Head Code and Body Code. This is where you paste the GTM snippets.

If you use GoDaddy WordPress hosting: Log into your WordPress dashboard (usually yoursite.com/wp-admin). Go to Appearance > Theme File Editor. On the right side, find and click header.php. This is where you paste the Head code. To add the Body code, you will need a plugin called Header Footer Code Manager (search for it in Plugins > Add New). Install and set up it, then go to Settings > Header Footer Code and paste the Body code there.

If you use a classic GoDaddy site (not Website Builder or WordPress): Log into your GoDaddy account, go to My Products, find your website, and click Manage. Look for HTML or Code Editor in the left menu. Click it. Find the section that shows your website's HTML. Look for the <head> tag near the top — this is where you paste the Head code. Look for the </body> tag near the bottom — paste the Body code just before it.

Paste the Head code into your website's header

Open the code editor section you found in the previous step. Locate the <head> section (it is usually at the very top of the page code).

Find a good spot inside the <head> section — usually right before the closing </head> tag. Paste the entire Head code snippet from Google Tag Manager. Do not edit it or remove any part of it. Save your changes.

If you are using WordPress, you may see a warning that editing theme files can break your site. This is normal. The GTM code is safe and will not break anything. Click Update File to confirm.

Paste the Body code into your website's body section

In the same code editor, find the <body> tag. This is usually a few lines below the </head> tag. Paste the Body code snippet when ready after the opening <body> tag — it should be one of the first things inside the body section.

Save your changes. If you are using the Header Footer Code Manager plugin on WordPress, paste the Body code into the Body Code field instead of editing the HTML directly.

After you save, your website will still work normally. Visitors will not see any difference. GTM works in the background.

Verify that GTM is installed and collecting data

Go back to your Google Tag Manager account at tagmanager.google.com. You should see a message that says Waiting for data or Collecting data. This is normal.

Visit your website in a new browser tab and spend 30 seconds clicking around — visit a few pages, scroll, click buttons. Go back to Google Tag Manager and refresh the page. If you see Receiving data or a green checkmark, the installation worked.

If you still see Waiting for data after 24 hours, check that you pasted both code snippets completely and in the right places. The most common mistake is pasting only the Head code and forgetting the Body code, or accidentally editing the code and removing a bracket or quote mark.

What to do after GTM is installed

Once GTM is collecting data, you can start adding tracking. GTM uses tags (the tracking code you want to run), triggers (when that code should run), and variables (information about what the user did).

For example, if you want to track when someone clicks a "Contact Us" button, you would create a tag that sends that information to Google Analytics, set a trigger that fires when that button is clicked, and publish the changes. All of this happens in the GTM dashboard — you do not touch your website code again.

Before you set up tracking, decide what you actually want to measure. Do you want to know how many people visit each page? Do you want to track form submissions? Do you want to see clicks on specific buttons? Start with one or two things. Tracking everything at once creates noise and makes it harder to see what matters.

Frequently Asked Questions

Will installing GTM slow down my website?

No. GTM loads asynchronously, which means it does not block your website from loading. Visitors will not notice any speed difference. GTM itself is lightweight — the slowdown, if any, comes from the individual tracking tools you add later (like Facebook pixel or Hotjar), not from GTM itself.

Can I use GTM if I do not know how to code?

Yes. The installation requires you to copy and paste code, but you do not need to understand it or edit it. Just paste it exactly as Google provides it. After installation, the GTM dashboard is designed for non-technical people — you click buttons and fill in fields rather than write code.

What if I accidentally delete or edit the GTM code?

Go back to tagmanager.google.com, click your container, and go to Admin > Install Google Tag Manager. Google will show you the code again. Copy it fresh and paste it back into your GoDaddy code editor. You can do this as many times as you need.

Does GTM work with GoDaddy's built-in analytics?

Yes. GTM and GoDaddy's analytics can run at the same time. GTM is usually more powerful because it connects to more tools and gives you more control over what you track, but there is no conflict between them.

How long does it take for GTM to show data in Google Analytics?

GTM starts collecting data within 24 to 48 hours of installation. Google Analytics may take another 24 hours to process and display that data. If you do not see data after 48 hours, check that you have connected GTM to Google Analytics through a tag — just installing GTM does not automatically send data to Analytics.