Skip to content

Commit 786b989

Browse files
authored
Revert "Added adStorage consent in bing ads (#819)" (#820)
This reverts commit 5954107.
1 parent 5954107 commit 786b989

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

integrations/bing-ads/lib/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ Bing.prototype.initialize = function() {
3131
window.uetq = window.uetq || [];
3232
var self = this;
3333

34-
var consent = {
35-
ad_storage: self.options.adStorage || 'denied'
36-
};
37-
window.uetq.push('consent', 'default', consent);
3834
self.load(function() {
3935
var setup = {
4036
ti: self.options.tagId,

integrations/bing-ads/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@segment/analytics.js-integration-bing-ads",
33
"description": "The Bing Ads analytics.js integration.",
4-
"version": "2.0.2",
4+
"version": "2.0.1",
55
"keywords": [
66
"analytics.js",
77
"analytics.js-integration",

0 commit comments

Comments
 (0)