We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5954107 commit 786b989Copy full SHA for 786b989
integrations/bing-ads/lib/index.js
@@ -31,10 +31,6 @@ Bing.prototype.initialize = function() {
31
window.uetq = window.uetq || [];
32
var self = this;
33
34
- var consent = {
35
- ad_storage: self.options.adStorage || 'denied'
36
- };
37
- window.uetq.push('consent', 'default', consent);
38
self.load(function() {
39
var setup = {
40
ti: self.options.tagId,
integrations/bing-ads/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@segment/analytics.js-integration-bing-ads",
3
"description": "The Bing Ads analytics.js integration.",
4
- "version": "2.0.2",
+ "version": "2.0.1",
5
"keywords": [
6
"analytics.js",
7
"analytics.js-integration",
0 commit comments