@segment/analytics.js-integration-doubleclick-floodlight
Advanced tools
Comparing version 1.1.0 to 1.2.0
1.2.0 / 2017-04-04 | ||
================== | ||
* Enforce using https | ||
1.1.0 / 2016-11-09 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -18,3 +18,3 @@ 'use strict'; | ||
.option('source', '') | ||
.tag('<iframe src="http://ad.doubleclick.net/activity;src={{ src }};type={{ type }};cat={{ cat }};ord={{ ord }}{{ customVariables }}?">') | ||
.tag('<iframe src="https://ad.doubleclick.net/activity;src={{ src }};type={{ type }};cat={{ cat }};ord={{ ord }}{{ customVariables }}?">') | ||
.mapping('events'); | ||
@@ -21,0 +21,0 @@ |
{ | ||
"name": "@segment/analytics.js-integration-doubleclick-floodlight", | ||
"description": "The DoubleClick Floodlight analytics.js integration.", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "analytics.js", |
@@ -90,3 +90,3 @@ 'use strict'; | ||
it('should fire a basic floodlight tag properly', function() { | ||
var iframe = '<iframe src="http://ad.doubleclick.net/activity' | ||
var iframe = '<iframe src="https://ad.doubleclick.net/activity' | ||
+ ';src=' + options.source | ||
@@ -103,3 +103,3 @@ + ';type=' + options.events[1].value.type | ||
it('should fire a floodlight tag with custom variables properly', function() { | ||
var iframe = '<iframe src="http://ad.doubleclick.net/activity' | ||
var iframe = '<iframe src="https://ad.doubleclick.net/activity' | ||
+ ';src=' + options.source | ||
@@ -106,0 +106,0 @@ + ';type=' + options.events[0].value.type |
19033