Skip to content

Commit 548c10c

Browse files
Revert "Updated latest analytics.js-integration versions for Doubleclick-Floodlight (#746)" (#756)
This reverts commit ea19de3.
1 parent ea19de3 commit 548c10c

File tree

4 files changed

+32
-42
lines changed

4 files changed

+32
-42
lines changed

Diff for: integrations/doubleclick-floodlight/lib/index.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,8 @@ Floodlight.prototype.track = function(track) {
178178

179179
// Fire each tag
180180
each(function(tagParams) {
181-
if (tagParams._type === 'sales')
182-
return self.load('sales', tagParams, null, true);
183-
return self.load('counter', tagParams, null, true);
181+
if (tagParams._type === 'sales') return self.load('sales', tagParams);
182+
return self.load('counter', tagParams);
184183
}, tags);
185184
};
186185

Diff for: integrations/doubleclick-floodlight/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@segment/analytics.js-integration-doubleclick-floodlight",
33
"description": "The DoubleClick Floodlight analytics.js integration.",
4-
"version": "1.5.5-alpha.5",
4+
"version": "1.5.4",
55
"keywords": [
66
"analytics.js",
77
"analytics.js-integration",
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@ndhoule/each": "^2.0.1",
3030
"@ndhoule/foldl": "^2.0.1",
31-
"@segment/analytics.js-integration": "3.3.4-alpha.5",
31+
"@segment/analytics.js-integration": "^3.2.0",
3232
"component-querystring": "^2.0.0",
3333
"obj-case": "^0.2.0",
3434
"to-no-case": "^0.1.3"

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analytics.js-integrations",
3-
"version": "1.0.1-alpha.1",
3+
"version": "1.0.1",
44
"main": "index.js",
55
"repository": "https://github.com/segmentio/analytics.js-integrations.git",
66
"author": "Segment",
@@ -42,7 +42,7 @@
4242
"webpack-dev-server": "^3.11.0"
4343
},
4444
"dependencies": {
45-
"@segment/analytics.js-integration": "3.3.4-alpha.5",
45+
"@segment/analytics.js-integration": "^3.3.3",
4646
"domify": "1.4.1",
4747
"is-email": "1.0.2"
4848
}

Diff for: yarn.lock

+26-35
Original file line numberDiff line numberDiff line change
@@ -2020,32 +2020,6 @@
20202020
json3 "^3.3.2"
20212021
proclaim "^3.4.1"
20222022

2023-
"@segment/[email protected]":
2024-
version "3.3.4-alpha.5"
2025-
resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.4-alpha.5.tgz#63e43662104e8c07a55d734807373bd8c4939677"
2026-
integrity sha512-/U0TfY2oMY93Im9VbQCcyAaYNSwi3Tz3l5TSH/RCgGcbjbYDZl8XjFw4mpftgpB5BmB0xjPVx5eCfhZj7TZW3w==
2027-
dependencies:
2028-
"@ndhoule/clone" "^1.0.0"
2029-
"@ndhoule/defaults" "^2.0.1"
2030-
"@ndhoule/each" "^2.0.1"
2031-
"@ndhoule/every" "^2.0.1"
2032-
"@ndhoule/extend" "^2.0.0"
2033-
"@ndhoule/foldl" "^2.0.1"
2034-
"@ndhoule/includes" "^2.0.1"
2035-
"@segment/fmt" "^1.0.0"
2036-
"@segment/load-script" "^1.0.1"
2037-
analytics-events "^2.0.2"
2038-
component-bind "^1.0.0"
2039-
component-emitter "^1.2.0"
2040-
debug "^2.2.0"
2041-
domify "^1.4.1"
2042-
extend "^3.0.2"
2043-
is "^3.1.0"
2044-
load-iframe "1.0.2-alpha.6"
2045-
next-tick "^0.2.2"
2046-
slug-component "^1.1.0"
2047-
to-no-case "^0.1.3"
2048-
20492023
"@segment/analytics.js-integration@^2.0.1", "@segment/analytics.js-integration@^2.1.0", "@segment/analytics.js-integration@^2.1.1":
20502024
version "2.1.1"
20512025
resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-2.1.1.tgz#cdc58cdac19874eb3f088e4c3c74055dc4ef178c"
@@ -2125,6 +2099,32 @@
21252099
slug-component "^1.1.0"
21262100
to-no-case "^0.1.3"
21272101

2102+
"@segment/analytics.js-integration@^3.3.3":
2103+
version "3.3.3"
2104+
resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.3.tgz#c8fb06747f0864f931c3d0a16f014d9b0e726ec2"
2105+
integrity sha512-RpUQBSE2wH/ovVrT1b0dTesalLZer7iX21p2TDaM+8mhi4M91HdqK4nOtE/Ny5+GAYU4v7LvTfvb9zgTC34rPA==
2106+
dependencies:
2107+
"@ndhoule/clone" "^1.0.0"
2108+
"@ndhoule/defaults" "^2.0.1"
2109+
"@ndhoule/each" "^2.0.1"
2110+
"@ndhoule/every" "^2.0.1"
2111+
"@ndhoule/extend" "^2.0.0"
2112+
"@ndhoule/foldl" "^2.0.1"
2113+
"@ndhoule/includes" "^2.0.1"
2114+
"@segment/fmt" "^1.0.0"
2115+
"@segment/load-script" "^1.0.1"
2116+
analytics-events "^2.0.2"
2117+
component-bind "^1.0.0"
2118+
component-emitter "^1.2.0"
2119+
debug "^2.2.0"
2120+
domify "^1.4.1"
2121+
extend "^3.0.2"
2122+
is "^3.1.0"
2123+
load-iframe "^1.0.0"
2124+
next-tick "^0.2.2"
2125+
slug-component "^1.1.0"
2126+
to-no-case "^0.1.3"
2127+
21282128
"@segment/base64-encode@^2.0.2":
21292129
version "2.0.2"
21302130
resolved "https://registry.yarnpkg.com/@segment/base64-encode/-/base64-encode-2.0.2.tgz#3ac90b9c28678dfd467e76191f7b1d063673034f"
@@ -10212,15 +10212,6 @@ listr@^0.14.1, listr@^0.14.2:
1021210212
p-map "^2.0.0"
1021310213
rxjs "^6.3.3"
1021410214

10215-
10216-
version "1.0.2-alpha.6"
10217-
resolved "https://registry.yarnpkg.com/load-iframe/-/load-iframe-1.0.2-alpha.6.tgz#47ad6e31a1f2d369670e29c1104ca4089312a0f2"
10218-
integrity sha512-2jJ6h6wOhZayKN6hnS8p+tjv4kf2ynBw83Pi6Gm2OvtKwsmwTOXomf2Q75BmVy+8XfXPc9pYZ9corItM7CsKwg==
10219-
dependencies:
10220-
is "^3.0.1"
10221-
next-tick "^0.2.2"
10222-
script-onload "^1.0.2"
10223-
1022410215
load-iframe@^1.0.0:
1022510216
version "1.0.0"
1022610217
resolved "https://registry.yarnpkg.com/load-iframe/-/load-iframe-1.0.0.tgz#b2c111f1a2b982897463232f5286191343bbdbd8"

0 commit comments

Comments
 (0)