Skip to content

Commit 3e1c9de

Browse files
author
markzegarelli
committed
republish Google Tag Manager
1 parent 6a5b8a6 commit 3e1c9de

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
[context.develop]
1919
command = "yarn develop"
2020

21+
[[plugins]]
22+
package = "netlify-plugin-jekyll-cache"
23+
24+
[plugins.inputs]
25+
jekyllSource = "/src"
2126

2227
[[redirects]]
2328
from = "/docs/*"

src/_data/sidenav/strat.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ sections:
5151
title: Google Universal Analytics destination
5252
- path: /connections/destinations/catalog/actions-google-analytics-4
5353
title: Google Analytics 4 destination
54+
- path: /connections/destinations/catalog/google-tag-manager
55+
title: Google Tag Manager
5456
- path: /connections/destinations/catalog/actions-google-enhanced-conversions
5557
title: Google Enhanced Conversions
5658
- path: /connections/destinations/catalog/doubleclick-floodlight

src/connections/destinations/catalog/google-tag-manager/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Google Tag Manager Destination
33
hide-cmodes: true
44
strat: google
5-
published: false
65
---
76

87
[Google Tag Manager](https://support.google.com/tagmanager) (GTM) is a tag management system that allows you to quickly and easily update tags and code snippets on your website or mobile apps. Once you add the Tag Manager snippet to your website or mobile app, you can configure tags using a web-based user interface without having to alter and deploy additional code. This reduces errors and frees you from having to involve a developer whenever you need to make changes. The Google Tag Manager Destination is open-source. You can browse the code [on GitHub](https://github.com/segment-integrations/analytics.js-integration-google-tag-manager).

0 commit comments

Comments
 (0)