react-redux-analytics-td
Advanced tools
Comparing version
@@ -217,3 +217,3 @@ 'use strict'; | ||
composed[this.config.trackTypeKey] = type; | ||
if (event === _const.TYPE_PAGEVIEW) { | ||
if (type === _const.TYPE_PAGEVIEW) { | ||
if (this.config.sendReferrer) { | ||
@@ -220,0 +220,0 @@ composed[this.config.referrerKey] = this.composeLocation(this.location.referrer); |
{ | ||
"name": "react-redux-analytics-td", | ||
"version": "0.0.1-beta8", | ||
"version": "0.0.1-beta9", | ||
"description": "TreasureData plugin for react-redux-analytics", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -157,3 +157,3 @@ import debugFactory from 'debug' | ||
composed[this.config.trackTypeKey] = type | ||
if(event === TYPE_PAGEVIEW){ | ||
if(type === TYPE_PAGEVIEW){ | ||
if(this.config.sendReferrer){ | ||
@@ -160,0 +160,0 @@ composed[this.config.referrerKey] = this.composeLocation(this.location.referrer) |
28505
-0.01%