File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change
1
+ 2.2.0 / 2020-06-17
2
+ ==================
3
+
4
+ * Update domain
1
5
2
6
2.1.1 / 2016-09-06
3
7
==================
73
77
1.0.0 / 2015-06-09
74
78
==================
75
79
76
- * Initial commit :sparkles :
80
+ * Initial commit :sparkles :
Original file line number Diff line number Diff line change @@ -25,13 +25,11 @@ var KISSmetrics = (module.exports = integration('KISSmetrics')
25
25
. option ( 'trackNamedPages' , true )
26
26
. tag (
27
27
'library' ,
28
- '<script src="//scripts.kissmetrics.com /{{ apiKey }}.2.js">'
28
+ '<script src="//scripts.kissmetrics.io /{{ apiKey }}.2.js">'
29
29
) ) ;
30
30
31
31
/**
32
32
* Check if browser is mobile, for kissmetrics.
33
- *
34
- * http://support.kissmetrics.com/how-tos/browser-detection.html#mobile-vs-non-mobile
35
33
*/
36
34
37
35
exports . isMobile =
@@ -45,7 +43,7 @@ exports.isMobile =
45
43
/**
46
44
* Initialize.
47
45
*
48
- * http ://support.kissmetrics.com/apis /javascript
46
+ * https ://support.kissmetrics.io/docs /javascript-library
49
47
*/
50
48
51
49
KISSmetrics . prototype . initialize = function ( ) {
@@ -136,7 +134,7 @@ KISSmetrics.prototype.track = function(track) {
136
134
if ( revenue ) {
137
135
// legacy: client side integration used to only send 'Billing Amount', but
138
136
// our server side sent both 'revenue' and 'Billing Amount'. From the docs,
139
- // http ://support.kissmetrics.com/tools /revenue-report.html, ther is no
137
+ // https ://support.kissmetrics.io/docs /revenue-report-1, there is no
140
138
// reason to send it as 'Billing Amount', but we don't want to break reports
141
139
// so we send it as 'revenue' and 'Billing Amount' for consistency across
142
140
// platforms.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @segment/analytics.js-integration-kissmetrics" ,
3
3
"description" : " The Kissmetrics analytics.js integration." ,
4
- "version" : " 2.1.2 " ,
4
+ "version" : " 2.2.0 " ,
5
5
"keywords" : [
6
6
" analytics.js" ,
7
7
" analytics.js-integration" ,
You can’t perform that action at this time.
0 commit comments