Skip to content

Updated latest analytics.js-integration versions for Doubleclick-Floodlight #746

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 19, 2023
Merged
5 changes: 3 additions & 2 deletions integrations/doubleclick-floodlight/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,9 @@ Floodlight.prototype.track = function(track) {

// Fire each tag
each(function(tagParams) {
if (tagParams._type === 'sales') return self.load('sales', tagParams);
return self.load('counter', tagParams);
if (tagParams._type === 'sales')
return self.load('sales', tagParams, null, true);
return self.load('counter', tagParams, null, true);
}, tags);
};

Expand Down
4 changes: 2 additions & 2 deletions integrations/doubleclick-floodlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@segment/analytics.js-integration-doubleclick-floodlight",
"description": "The DoubleClick Floodlight analytics.js integration.",
"version": "1.5.4",
"version": "1.5.5-alpha.5",
"keywords": [
"analytics.js",
"analytics.js-integration",
Expand All @@ -28,7 +28,7 @@
"dependencies": {
"@ndhoule/each": "^2.0.1",
"@ndhoule/foldl": "^2.0.1",
"@segment/analytics.js-integration": "^3.2.0",
"@segment/analytics.js-integration": "3.3.4-alpha.5",
"component-querystring": "^2.0.0",
"obj-case": "^0.2.0",
"to-no-case": "^0.1.3"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analytics.js-integrations",
"version": "1.0.1",
"version": "1.0.1-alpha.1",
"main": "index.js",
"repository": "https://github.com/segmentio/analytics.js-integrations.git",
"author": "Segment",
Expand Down Expand Up @@ -42,7 +42,7 @@
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@segment/analytics.js-integration": "^3.3.3",
"@segment/analytics.js-integration": "3.3.4-alpha.5",
"domify": "1.4.1",
"is-email": "1.0.2"
}
Expand Down
61 changes: 35 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2020,12 +2020,11 @@
json3 "^3.3.2"
proclaim "^3.4.1"

"@segment/analytics.js-integration@^2.0.1", "@segment/analytics.js-integration@^2.1.0", "@segment/analytics.js-integration@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-2.1.1.tgz#cdc58cdac19874eb3f088e4c3c74055dc4ef178c"
integrity sha512-FDxtGy8LcJf+oTwl8KE/5Py01UVURsc0t4+fpIBIiPlZtE3tV0jTd/eMDQ0VyBfetjQ9rrq8tk8l52JPkQObBg==
"@segment/analytics.js-integration@3.3.4-alpha.5":
version "3.3.4-alpha.5"
resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.4-alpha.5.tgz#63e43662104e8c07a55d734807373bd8c4939677"
integrity sha512-/U0TfY2oMY93Im9VbQCcyAaYNSwi3Tz3l5TSH/RCgGcbjbYDZl8XjFw4mpftgpB5BmB0xjPVx5eCfhZj7TZW3w==
dependencies:
"@ndhoule/after" "^1.0.0"
"@ndhoule/clone" "^1.0.0"
"@ndhoule/defaults" "^2.0.1"
"@ndhoule/each" "^2.0.1"
Expand All @@ -2035,22 +2034,24 @@
"@ndhoule/includes" "^2.0.1"
"@segment/fmt" "^1.0.0"
"@segment/load-script" "^1.0.1"
analytics-events "^1.2.0"
analytics-events "^2.0.2"
component-bind "^1.0.0"
component-emitter "^1.2.0"
debug "^2.2.0"
domify "^1.4.0"
domify "^1.4.1"
extend "^3.0.2"
is "^3.1.0"
load-iframe "^1.0.0"
load-iframe "1.0.2-alpha.6"
next-tick "^0.2.2"
slug-component "^1.1.0"
to-no-case "^0.1.3"

"@segment/analytics.js-integration@^3.0.0", "@segment/analytics.js-integration@^3.2.1", "@segment/analytics.js-integration@^3.3.0", "@segment/analytics.js-integration@^3.3.2", "@segment/analytics.js-integration@^3.x":
version "3.3.2"
resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.2.tgz#f8bc55f91f33c6fda5640418c0cf52b05300335c"
integrity sha512-dBzWc7Yvlc2OGnKvrLW7I/6PVLeQXfBZ6fbah/yM9LxHOj4W2O+isQvTpcYFOsRVBMlNDLiBI1AUXlc0OnanEg==
"@segment/analytics.js-integration@^2.0.1", "@segment/analytics.js-integration@^2.1.0", "@segment/analytics.js-integration@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-2.1.1.tgz#cdc58cdac19874eb3f088e4c3c74055dc4ef178c"
integrity sha512-FDxtGy8LcJf+oTwl8KE/5Py01UVURsc0t4+fpIBIiPlZtE3tV0jTd/eMDQ0VyBfetjQ9rrq8tk8l52JPkQObBg==
dependencies:
"@ndhoule/after" "^1.0.0"
"@ndhoule/clone" "^1.0.0"
"@ndhoule/defaults" "^2.0.1"
"@ndhoule/each" "^2.0.1"
Expand All @@ -2060,24 +2061,22 @@
"@ndhoule/includes" "^2.0.1"
"@segment/fmt" "^1.0.0"
"@segment/load-script" "^1.0.1"
analytics-events "^2.0.2"
analytics-events "^1.2.0"
component-bind "^1.0.0"
component-emitter "^1.2.0"
debug "^2.2.0"
domify "^1.4.0"
extend "^3.0.2"
is "^3.1.0"
load-iframe "^1.0.0"
next-tick "^0.2.2"
slug-component "^1.1.0"
to-no-case "^0.1.3"

"@segment/analytics.js-integration@^3.1.0", "@segment/analytics.js-integration@^3.2.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.0.tgz#a44eac133e0ba1a26dc7387adc59c84b0ab15178"
integrity sha512-xDwQ6xQKYFMIaZd+I9SYIZNAWUk806mU18JeGpo1wj84bqKjwi8WaFYTk+keuh+B8GtIOTkH16S/orzvzmBDxw==
"@segment/analytics.js-integration@^3.0.0", "@segment/analytics.js-integration@^3.2.1", "@segment/analytics.js-integration@^3.3.0", "@segment/analytics.js-integration@^3.3.2", "@segment/analytics.js-integration@^3.x":
version "3.3.2"
resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.2.tgz#f8bc55f91f33c6fda5640418c0cf52b05300335c"
integrity sha512-dBzWc7Yvlc2OGnKvrLW7I/6PVLeQXfBZ6fbah/yM9LxHOj4W2O+isQvTpcYFOsRVBMlNDLiBI1AUXlc0OnanEg==
dependencies:
"@ndhoule/after" "^1.0.0"
"@ndhoule/clone" "^1.0.0"
"@ndhoule/defaults" "^2.0.1"
"@ndhoule/each" "^2.0.1"
Expand All @@ -2092,18 +2091,19 @@
component-emitter "^1.2.0"
debug "^2.2.0"
domify "^1.4.0"
extend "3.0.1"
extend "^3.0.2"
is "^3.1.0"
load-iframe "^1.0.0"
next-tick "^0.2.2"
slug-component "^1.1.0"
to-no-case "^0.1.3"

"@segment/analytics.js-integration@^3.3.3":
version "3.3.3"
resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.3.tgz#c8fb06747f0864f931c3d0a16f014d9b0e726ec2"
integrity sha512-RpUQBSE2wH/ovVrT1b0dTesalLZer7iX21p2TDaM+8mhi4M91HdqK4nOtE/Ny5+GAYU4v7LvTfvb9zgTC34rPA==
"@segment/analytics.js-integration@^3.1.0", "@segment/analytics.js-integration@^3.2.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.0.tgz#a44eac133e0ba1a26dc7387adc59c84b0ab15178"
integrity sha512-xDwQ6xQKYFMIaZd+I9SYIZNAWUk806mU18JeGpo1wj84bqKjwi8WaFYTk+keuh+B8GtIOTkH16S/orzvzmBDxw==
dependencies:
"@ndhoule/after" "^1.0.0"
"@ndhoule/clone" "^1.0.0"
"@ndhoule/defaults" "^2.0.1"
"@ndhoule/each" "^2.0.1"
Expand All @@ -2117,8 +2117,8 @@
component-bind "^1.0.0"
component-emitter "^1.2.0"
debug "^2.2.0"
domify "^1.4.1"
extend "^3.0.2"
domify "^1.4.0"
extend "3.0.1"
is "^3.1.0"
load-iframe "^1.0.0"
next-tick "^0.2.2"
Expand Down Expand Up @@ -10212,6 +10212,15 @@ listr@^0.14.1, listr@^0.14.2:
p-map "^2.0.0"
rxjs "^6.3.3"

[email protected]:
version "1.0.2-alpha.6"
resolved "https://registry.yarnpkg.com/load-iframe/-/load-iframe-1.0.2-alpha.6.tgz#47ad6e31a1f2d369670e29c1104ca4089312a0f2"
integrity sha512-2jJ6h6wOhZayKN6hnS8p+tjv4kf2ynBw83Pi6Gm2OvtKwsmwTOXomf2Q75BmVy+8XfXPc9pYZ9corItM7CsKwg==
dependencies:
is "^3.0.1"
next-tick "^0.2.2"
script-onload "^1.0.2"

load-iframe@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/load-iframe/-/load-iframe-1.0.0.tgz#b2c111f1a2b982897463232f5286191343bbdbd8"
Expand Down