chore: Add Demandbase tag to consent manager (#13796)

This commit is contained in:
Noel Quiles 2022-01-28 14:15:07 -05:00 committed by GitHub
parent 79226e1558
commit e97409c6e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,14 @@ const localConsentManagerServices: ConsentManagerService[] = [
url: 'https://js.qualified.com/qualified.js?token=CWQA3q9CaEKHNF2t',
async: true,
},
{
name: 'Demandbase Tag',
description:
'The Demandbase tag is a tracking service to identify website visitors and measure interest on our website.',
category: 'Analytics',
url: 'https://tag.demandbase.com/960ab0a0f20fb102.min.js',
async: true,
},
]
export default localConsentManagerServices