We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79226e1 commit def7d94Copy full SHA for def7d94
website/lib/consent-manager-services/index.ts
@@ -9,6 +9,14 @@ const localConsentManagerServices: ConsentManagerService[] = [
9
url: 'https://js.qualified.com/qualified.js?token=CWQA3q9CaEKHNF2t',
10
async: true,
11
},
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
+ },
20
]
21
22
export default localConsentManagerServices
0 commit comments