Skip to content

Commit

Permalink
chore: update use cases in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vaidik committed Jan 25, 2024
1 parent 178f78a commit 141e3c2
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# google-tag-manager-tools

Tools to simplify working with Google Tag Manager.
CLI tool to simplify working with Google Tag Manager (GTM).

If you work with a GTM account and need its entities into a development account
for testing GTM settings and find it difficult to keep the two accounts in sync,
you will find `google-tag-manager-tools` handy.

With `google-tag-manager-tools`, you can:
* List entities in a GTM account
* Copy entities from one GTM account to another
* Get diff between entities of two GTM accounts
* Reset a GTM account

## Use Cases

`google-tag-manager-tools` is targeted towards developers using GTM to manager
3rd party integrations on their web applications. Most of the use-cases are to
cater to developers' needs.

Here are some of the use cases:

1. Take a quick look into your GTM account without using the web console
2. Take the backup of your production GTM account into a backup account
3. Prepare a new GTM account with prod-like configuration for your development
environment.
4. Once you test your changes in your GTM account for the development
environment, check the diff (like git) between your dev and production GTM
accounts. If the changes look good, copy the changes to the production GTM
account.
5. If you mess up your dev GTM account and want to start from scratch, reset it
quickly and then copy the configuration from production to start over.

## Usage

Expand Down

0 comments on commit 141e3c2

Please sign in to comment.