Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

GTM Tools: Release Notes And User Guide

Tags: container cart

Jump to latest release notes (3 Apr 2017)

With the release of the latest Google Tag Manager API version, it’s time to release the new version of GTM Tools. Most of the changes have been done under the hood, with the entire codebase refactored for improved stability.

I released the first toolset in October 2014, and quickly released an updated UI a few months later. Aside from a few bug fixes and stability improvements, the tools have remained largely unchanged since then. Now with the new API version, it was time to update the tools again.

Thus this current version is actually the third iteration of the tools. The changes might not seem that dramatic, but trust me when I say this is the best version of the tools so far. The added features should make it easier to use the tools, the stability upgrades should prevent the tools from bugging out as often as before, and there are plenty of improvements that make it easier for me to manage and release new versions of the tools.

This article will be the closest thing to a “user guide” the tools can have, so I’ll jump straight to the subject matter right after this disclaimer:

I am not a professional product developer, and GTM Tools is not a commercial product.

This toolset is my own, personal, intellectual property, with no purpose of making money out of it or making it the best possible product out there. It’s got bugs, the code is still pretty convoluted in places, and I haven’t done nearly enough testing. It’s a toolset that you might find useful or then you might not.

When you use GTM Tools you need to accept this. Note that GTM Tools doesn’t have a single method that destroys or deletes your GTM data. It can only create, read, and update.

Note also that when you use the Library feature, the assets you save into the library will be viewable by me, as I need to access this information for debugging and management purposes. I will, under no circumstances, use or copy your data. I will only read the data in situations where I deem it necessary to keep GTM Tools functional.

I would also appreciate if you sent me email (simo(at)simoahava.com) when encountering any bugs, errors, or freezes. Just remember to check the Known Issues part of this guide first.

The tool is located in this URL:

http://www.gtmtools.com/

Contents

  1. What’s changed?
  2. Login And Authentication
  3. Home Page
  4. Account Page
  5. Container Page
    • Inspect Container
    • Visualize Container
    • Clone Container
  6. Cart Page
  7. Asset Library
  8. Known Issues
  9. Latest releases
  10. Summary

1. What’s changed?

Here are the main changes to this latest version of GTM Tools:

  • You can now revoke GTM Tools’ access to your data via the profile drop-down (Revoke access).
  • Click Show container type in any container list to see what type each container is.
  • You can only Save to cart an asset if it matches the container type already saved in cart. In other words, you can’t combine assets of different container types (e.g. Web and Firebase) in the cart.
  • You can only Clone cart contents to container if the cart type matches the container type. Thus you can’t clone Web assets to a Firebase container, for example.
  • This means that you can only Save to library a cart of a single type. And this, in turn, means that if you want to clone a saved container to an existing container, they must have the same type.
  • You can now Display notes in any Inspect container view.
  • You can export a Container overview as CSV in any Inspect container view.
  • You can select the Container version you want to inspect.
  • You can’t have multiple assets with the same name in the cart. If you do, these conflicting assets are flagged in the cart page.
  • Added Workspaces to all clone operations. Basically, you need to select a Workspace you are cloning into. You can also create a new Workspace as the target, if you wish.
  • Improved stability and error handling.

I rewrote almost the entire codebase, so stability and performance should have improved. This doesn’t mean it’s error-free (far from it).

2. Login And Authentication

GTM Tools uses your Google Account for authentication. This means that when you first open the tool website, you will need to Sign in with your Google credentials. Note that GTM Tools has no sign in of its own. The tools use your Google sign-in to access your data. The only data that is permanently stored is your Asset Library data.

Once you’ve signed in, you will need to authorize GTM Tools for access to Google Tag Manager and your Google profile. Specifically, here are the authorization scopes you allow access to:

If you refuse to allow access, you will not be able to use the toolset.

Once you’re in the actual tool interface, you can see the profile you’ve logged in with in the upper right corner of the page. You can click this link and select Revoke access to revoke the tool’s access to your data at any time. This will not sign you out of your Google account. You can click My Account to access your Google Account settings.

3. Home Page

The first page you’ll see in the tools is the home page. This page is a placeholder, and you should use the navigation bar in the top of the page to move on in the site.

The navigation has the following selections in the home page:

  • Home – Takes you back to the home page
  • GTM Account – This lists all the GTM accounts you have access to with the signed in Google Account.
  • Library – Takes you to the Asset Library where you can find your stored containers
  • Cart – Shows you how many items you have in your cart, and by clicking the button you will be taken to the Cart page
  • Your Profile – Clicking this shows a drop-down menu, where you can choose to access your Google Account settings and/or revoke GTM Tools’ access to your data.

4. Account Page

When you choose a GTM account in the Accounts navigation, you will be taken to a page that lists all the containers in the selected GTM account. If you click a Container name, you will be taken to the respective Container page.

If you click the small down arrow next to a container name, you’ll see quick links for the following container actions:

  • Inspect – Takes you to the Inspect Container page, where you can view information about the container, and where you can add / remove assets from the container into the cart
  • Visualize – Takes you to the Visualize Container page, where you can view a visualization of the Latest Version of the container
  • Clone – Opens a modal dialog that lets you clone the Latest Version of the container

Note that only Inspect supports accessing other versions than the Latest Version. This is something I intend to fix in a future release. Until then, Clone and Visualize only access the latest container version.

If you click Show container type, you’ll see a label indicating what type each container is. This is relevant for cart interactions.

Read more about these actions in the following sections of this guide.

5. Container Page

The container page is here more for navigational reasons than to add any extra value. You can move through it to the individual actions (Inspect, Visualize, Clone), which you can also do from the account page, as you just learned.

The following chapters will include details about the various actions you can take.

Inspect Container

On the Inspect Container page, you can see a list of all tags, triggers, and variables in a container. You will also see information about the selected version by clicking the Version Information panel.

The number on the right-hand-side of a panel title tells you how many assets are in each respective category.

By expanding an asset category, you’ll see a list of all the assets under that category.

If you click Display notes, an additional column is added, where you can see the notes added for each asset (if any).

You will also see two selections:

  • Green plus + for adding the asset to your cart (if not added yet)
  • Red minus for removing the asset from your cart (if already added)
  • Icon in the Links column if there are dependencies (i.e. linked assets) that you should probably add to your cart as well

The green plus or red minus will appear depending on if the asset is in the cart or not. If there are no dependencies, you will only see a dash in the “Links” column.

When you click on the Links icon for dependencies, a modal dialog will open up which lists all the dependencies of the current asset. This means that these dependencies are linked to directly from the asset itself, or from one of its linked assets (it’s a recursive check). It’s strongly recommended that you include all linked dependencies when adding an asset to the Cart.

You can add a dependency to the cart by clicking the Add link, after which you’ll see the text Added next to the dependency.

You can change the version you are inspecting from the drop-down in the header of the page.

By clicking Export overview as CSV, you can export a CSV file that has the current container information in CSV format.

Visualize Container

The Visualize Container page first shows you a brief description of what the tool does. Once you click the Start visualization button, a full-screen modal dialog will open, and you will be able to see a visualization of all the assets in the container as well as any links between them.

The asset colors are:

  • Grey – Built-In Variables
  • Green – Tags
  • Blue – Variables
  • Red – Triggers


If you hover your mouse over an asset, any links to or from that asset will be highlighted. The path color is red if the link is from the selected asset, and the path color is green if the link is to the selected asset.

Hovering over the asset will also show information about it in the small box that appears in the center of the visualization.

Clicking an asset name freezes the paths, so that it’s easier for you to navigate to the other end of the path.

Clicking Select Hermit Nodes will highlight all the assets that have no links to or from other assets.

You can use the search box to find assets. Start typing, and the assets that match whatever you’ve typed will be highlighted as you type.

Clone Container

There are two ways to clone a container in GTM Tools. Due to architectural reasons, they are a bit different.

The first way is through the Account page and the Container page. So either you choose Clone from the drop-down menu next to the container name in the account page, or you click the Clone button on the container page itself.

When you choose this clone option, you will be able to choose the GTM account where this container will be cloned to. You can also choose the same GTM account where the container originates from.

Once you’ve chosen the account and clicked Clone, the process begins, and the source container with all its assets is cloned to the target account.

If there already is a container with this name in the target account, the container name will be prefixed with “copy of “ during the process.

The second way of cloning a container is with your custom-created containers. This means that you choose to Clone either directly from the Cart page or from your Asset Library page.

If you choose this option, it will be possible to merge the stored container with an existing container, or you can choose to create an entirely new container, if you wish.

Note that you will need to specify to which Workspace you want to clone the contents to. Alternatively, you can also create a new workspace.

Additionally, you can only clone the cart or library container to a container that matches the type of the container you are cloning. So you cannot, for example, clone a Firebase cart into a Web container.

When you choose to create a New Container, a new container with the name (and workspace name) you give will be created, and all the assets will be copied to that container.

If a container already exists with the name you gave, the new container name will be prefixed with “copy of” during the cloning process.

If you choose to clone the assets to an existing container, the contents in your cart or in the stored container will be merged with the assets in the target container. This means that if there is a naming conflict, i.e. an asset with the same name already exists in the target container, the asset’s name will be prefixed with “copy of”, and any links to the asset in other cloned assets will be updated accordingly.

Renaming containers and assets like this makes merging containers possible while still preserving the established links between assets in the source container.

If you choose to merge the assets to an existing container, no existing assets in the target container are modified in any way, so you don’t have to worry about data or integrity loss.

Once the cloning process begins, there’s no way to interrupt it except by refreshing the page or moving away from the page.

6. Cart Page

On the cart page you can see all the assets that you have stored in your cart. You store assets in the cart through the Inspect Container page. The assets are listed first by GTM account name, then by container name, and finally by asset type.

Clicking the Remove link next to an asset removes the asset from your Cart.

Clicking the Clone to container button opens a modal dialog that lets you clone the cart contents into an existing container or a new container. If you choose an existing container, the target container must match the container type of the cart.

Clicking the Save cart button opens a modal dialog that lets you save the cart contents into your Asset Library. This way you can save your favorite container configurations to be used later.

Clicking the Empty cart button flushes the cart contents.

If you have multiple items in the cart with the same name, they will be flagged with details about the container version from which the items were added. You must resolve these conflicts before doing anything with the cart. Currently GTM Tools does not support storing or cloning multiple assets with the same name, so you will need to remove the items from the cart until only one asset per name remains.

7. Asset Library

The Asset Library page shows you all your stored containers. When you click a container name, you will see how many tags, triggers, and variables are in the stored container. You’ll also be able to see when the container was created, as well as the description you gave the container when you saved it.

If the library already (globally) has a container of the name you tried to save, the container name will automatically be prefixed with “copy of”, so don’t be surprised if you see this in your stored container name.

Clicking the Clone button lets you clone this container into an existing container or a new container.

Clicking the Visualize button takes you to the Visualize Container page, where you can see a visualization of all the assets stored in the container.

Clicking the Delete button opens a modal dialog which confirms this action. If you choose to delete the Container, you’ll see a success message shortly, after which the page will automatically reload.

8. Known Issues

Here are some of the issues I know exist in the toolset.

1) Folders are only supported when cloning an entire container, not when working with individual assets via the cart. I’m trying to figure out a way to work with folders in the UI, but this is still on the drawing board.

2) There is no support for Tag Sequencing yet, so if tags are setup in a sequence, then these sequences are removed when cloning the container. This is something I intend to fix in a future release.

3) Version selection should be added to the Clone and Visualize functions of containers as well. Currently version selection only works when inspecting a container.

4) There are lots of little features that I’d like to work on at some point, such as: clone to multiple containers, interact with cart without having to move to the cart page, modify asset settings, etc.

9. Latest releases

3 Apr 2017

  • Published the new version of the tools. Main changes are listed in 1. What’s changed?.

10. Summary

As I hopefully made clear in the introduction, this toolset is my own playing ground. It’s not a fully-formed platform, it’s not a sponsored product, and it doesn’t have a team of engineers working on it 24/7. Thus I hope you will find it useful, and I’ll do my best to fix bugs and new features, but don’t expect Premium-level support from me in making things right.

Use the toolset at your risk.

There’s no risk to your existing assets, since I don’t have any overwrite features in the toolset. The only thing you can botch up is cloning something into something else, and in that case only the thing you were cloning will suffer. Easy enough to clean up afterward in your GTM account.

I still hope you find the toolset useful, and I would very much appreciate any feedback that you might want to direct to my developer team (i.e. me).

The post GTM Tools: Release Notes And User Guide appeared first on Simo Ahava's blog.



This post first appeared on Simo Ahava's Blog - What's New In Digital Analytic, please read the originial post: here

Share the post

GTM Tools: Release Notes And User Guide

×

Subscribe to Simo Ahava's Blog - What's New In Digital Analytic

Get updates delivered right to your inbox!

Thank you for your subscription

×