Sign up for or Log In to Google Tag Manager

If you don't already have a Google Tag Manager account, simply go to Google Tag Manager and follow the prompts. After you've signed up, you will need to create an account, and then create a container. Unless you are running mulitple websites you will probably only need one site account and one container.

Connect Google Tag Manager with Cratejoy

Next you will need to get the code snippet to add to your Cratejoy site. If you are signing up for Google Tag Manager, during the flow you will be given a snippet like this:

If you already have a Google Tag Manager account, you need to go to admin and get the snippet like this:

Go to Design

From the merchant portal, choose Design from the navigation menu.

Go to the Code

Find the section for Published Design and press the blue Code button.



Choose base.html

Find the section for HTML and click the base.html text.

Edit base.html

Look for the <body> tag, which is on line 6 in this example. Note that your code may be more complicated than this. The important part is to locate the <body> tag.

Google tells us to put the snippet right after the opening of the <body> tag, like this:

Save Changes

Use the blue Save button in the top right hand corner to save your changes.