@segment/analytics.js-integration-doubleclick-floodlight
Advanced tools
Comparing version 1.2.2 to 1.2.3
1.2.3 / 2017-04-07 | ||
================== | ||
* Use iframe url | ||
1.2.2 / 2017-04-07 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -18,3 +18,3 @@ 'use strict'; | ||
.option('source', '') | ||
.tag('<iframe src="https://{{ src }}.fls.doubleclick.net/activity;src={{ src }};type={{ type }};cat={{ cat }};dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord={{ ord }}{{ customVariables }}?">') | ||
.tag('<iframe src="https://{{ src }}.fls.doubleclick.net/activityi;src={{ src }};type={{ type }};cat={{ cat }};dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;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.2.2", | ||
"version": "1.2.3", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "analytics.js", |
@@ -19,3 +19,3 @@ 'use strict'; | ||
event: 'Watched Westworld', | ||
cat: 'activityTag', | ||
cat: 'activityiTag', | ||
type: 'groupTag', | ||
@@ -38,3 +38,3 @@ customVariable: [ | ||
event: 'Goodbye Pablo', | ||
cat: 'activityTag', | ||
cat: 'activityiTag', | ||
type: 'groupTag', | ||
@@ -92,3 +92,3 @@ customVariable: [] | ||
it('should fire a basic floodlight tag properly', function() { | ||
var iframe = '<iframe src="https://' + options.source + '.fls.doubleclick.net/activity' | ||
var iframe = '<iframe src="https://' + options.source + '.fls.doubleclick.net/activityi' | ||
+ ';src=' + options.source | ||
@@ -106,3 +106,3 @@ + ';type=' + options.events[1].value.type | ||
it('should fire a floodlight tag with custom variables properly', function() { | ||
var iframe = '<iframe src="https://' + options.source + '.fls.doubleclick.net/activity' | ||
var iframe = '<iframe src="https://' + options.source + '.fls.doubleclick.net/activityi' | ||
+ ';src=' + options.source | ||
@@ -109,0 +109,0 @@ + ';type=' + options.events[0].value.type |
19486