Adding Google Tag Manager to a WordPress Site

Last Updated / Reviewed: May 11th, 2021
Execution Time: ~5-10 minutes

Goal: To add Google Tag Manager to a WordPress site.

Ideal Outcome: Google Tag Manager is properly installed without any technical issues.

Prerequisites or requirements: This exact process only applies to WordPress.org sites.

Why this is important: Google Tag Manager is a great tool to add and manage multiple pixels and tracking codes without needing to edit the code of a site.

Where this is done: In your WordPress install and Google Tag Manager.

When this is done: Only once—the first time you install Google Tag Manager.

Who does this: The person responsible for website management or analytics.

________________________________________

▢ Environment Setup

Important: This SOP works only for self-hosted WordPress sites, aka WordPress.org and not WordPress.com

1. Download the Google Tag Assistant Legacy Chrome Extension (Free)
2. Sign up for Google Tag Manager (Free):
a. You’ll need to log in to your Google account.
b. If this is your first time creating a Google Tag Manager Account, you’ll be prompted to set up one right away.
■ You can just use your company/website name for both the account and container.
■ Under “Where to Use Container”, select “Web”

c. Accept the terms and conditions.
d. You will see your Google Tag Manager code, but you won’t need it using this method.
e. Once, you are in your Workspace, make note of your Google Tag Manager ID.

f. Click on Submit > Publish > Continue to publish your Google Tag Manager container

▢ Install and configure the Google Tag Manager WordPress plugin

1. Log into your WordPress site.
2. In the WordPress sidebar, go to Plugins > Add New
3. Enter “Google Tag Manager for WordPress” in the search box
4. Install the Google Tag Manager for WordPress plugin (the image may vary)

5. Activate the plugin
6. In the WordPress sidebar, go to Settings > Google Tag Manager
7. Paste your Google Tag Manager ID (the one you got from the Google Tag Manager dashboard) in the available field

8. The plugin offers several ways to install the container code on your site. Before you implement any of these, we recommend you create a backup of your site.

a. Option 1: Codeless injection — with this option, the plugin will try to figure out the right placement for the container for you. This is the easiest option but there’s a small risk it might break something on the frontend of your site. If you decide to go with codeless injection, select this option from the list and click “Save changes”

After selecting this, visit the website in a new tab or window and make sure everything looks right. If it does, you can move on to the next step of QA-ing the installation.

b. Option 2: Custom — with this option, you will need to make a small edit to your theme files. If your WordPress theme allows you to make changes and you’re comfortable with the theme editor, you can use this option. Select the “Custom (needs tweak in your template)” container code placement and click on “Save Changes.”

c. Copy the php code provided by the plugin and click on “Save Changes”

d. In the WordPress sidebar, go to Appearance > Theme Editor
e. Make sure that you are editing the Theme that you currently have installed in your site (you can go to Appearance > Themes to check the name of the theme you are using)

f. Select the “Theme Header” template from the list on the right.

g. This template is different depending on the theme that you have installed. However, you will alway be able to find an openingtag in the code.

h. Paste the php code provided by the plugin right below the openingtag.

i. Click on “Update File”

▢ QA-ing your installation

1. Open your website homepage using Chrome.
2. Click on the Google Tag Assistant Chrome Extension

3. Click on “Enable”

4. Refresh the page and click on the Google Tag Assistant Chrome Extension again
5. You should see a green tag for Google Tag Manager, indicating that the installation was successful.

Powered by BetterDocs