Skip to content

Commit 87330fc

Browse files
authored
Update index.md
1 parent dc49683 commit 87330fc

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/google-tag-manager

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ analytics.page('Home', {
3333
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 you haven't removed that, GTM will work the same as if you installed the GTM snippet directly.
3434

3535
### Tracking All Pages
36-
When you turn on the setting to **Track All Pages** in your Optional Settings, Segment tracks events whenever you call the `page` method and send a "Loaded a Page" event to Google Tag Manager. See the `track` section below for more info on how Segment sends events to GTM.
36+
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.
3737

3838
### Named Page Events
3939
If you include a `name` parameter in your `page` calls and turn on the setting to **Track Named Pages** in your Optional Settings, Segment passes on an event to GTM for that page. For example, `analytics.page('Sign up')` would translate to a "Viewed Sign up Page" event. See the `track` section below for more info about how Segment sends events to GTM.

0 commit comments

Comments
 (0)