Skip to content

Commit def7d94

Browse files
committed
chore: Add Demandbase tag to consent manager
1 parent 79226e1 commit def7d94

File tree

1 file changed

+8
-0
lines changed
  • website/lib/consent-manager-services

1 file changed

+8
-0
lines changed

website/lib/consent-manager-services/index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ const localConsentManagerServices: ConsentManagerService[] = [
99
url: 'https://js.qualified.com/qualified.js?token=CWQA3q9CaEKHNF2t',
1010
async: true,
1111
},
12+
{
13+
name: 'Demandbase Tag',
14+
description:
15+
'The Demandbase tag is a tracking service to identify website visitors and measure interest on our website.',
16+
category: 'Analytics',
17+
url: 'https://tag.demandbase.com/960ab0a0f20fb102.min.js',
18+
async: true,
19+
},
1220
]
1321

1422
export default localConsentManagerServices

0 commit comments

Comments
 (0)