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

Commit c65cea7

Browse files
authored
remove assumesPageView (#13)
* remove assumesPageView * release commit
1 parent 1d6d237 commit c65cea7

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.5.0 / 2017-04-27
2+
==================
3+
4+
* Remove assumesPageView option.
5+
16
2.4.0 / 2017-03-29
27
==================
38

lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ var push = require('global-queue')('dataLayer', { wrap: false });
1212
*/
1313

1414
var GTM = module.exports = integration('Google Tag Manager')
15-
.assumesPageview()
1615
.global('dataLayer')
1716
.global('google_tag_manager')
1817
.option('containerId', '')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@segment/analytics.js-integration-google-tag-manager",
33
"description": "The Google Tag Manager analytics.js integration.",
4-
"version": "2.4.0",
4+
"version": "2.5.0",
55
"keywords": [
66
"analytics.js",
77
"analytics.js-integration",

test/index.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ describe('Google Tag Manager', function() {
3131

3232
it('should store the correct settings', function() {
3333
analytics.compare(GTM, integration('Google Tag Manager')
34-
.assumesPageview()
3534
.global('dataLayer')
3635
.option('containerId', '')
3736
.option('environment', '')

0 commit comments

Comments
 (0)