Skip to content
This repository was archived by the owner on Nov 27, 2019. It is now read-only.

Commit d7583d0

Browse files
committed
Add missing option trackAllPages.
1 parent c65cea7 commit d7583d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ var GTM = module.exports = integration('Google Tag Manager')
1616
.global('google_tag_manager')
1717
.option('containerId', '')
1818
.option('environment', '')
19+
.option('trackAllPages', false)
1920
.option('trackNamedPages', true)
2021
.option('trackCategorizedPages', true)
2122
.tag('no-env', '<script src="//www.googletagmanager.com/gtm.js?id={{ containerId }}&l=dataLayer">')

0 commit comments

Comments
 (0)