You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
- reword paragraph where we let customers know that they must call the page method for GTM to load- the wording was somewhat unclear, so I made a simple change by rearranging the sentence
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/google-tag-manager/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ analytics.page('Home', {
32
32
});
33
33
```
34
34
35
-
You must call the Page method for Google Tag Manager to load. Segment includes a call to`analytics.page` in your default Segment snippet, so if youhaven't removed that,GTMwill work the same as if you installed the GTM snippet directly.
35
+
You must call the Page method for Google Tag Manager to load. Segment includes a call to`analytics.page` in your default Segment snippet, so if youwantGTMto work the same as if you've installed the GTM snippet directly, you will want to keep the Page method in your snippet.
36
36
37
37
###Tracking All Pages
38
38
When you turn on the setting to**Track All Pages** in your Optional Settings, Segment tracks events whenever you call the`page` method and sends a "Loaded a Page" event to Google Tag Manager. See the`track` section below for more info on how Segment sends events to GTM.