mirror of https://github.com/hashicorp/consul
website: Add Demandbase tag to consent manager (#12197)
* chore: Add Demandbase tag to consent manager * fix: Add services to manager optionspull/12162/head^2
parent
efe556de35
commit
2de3a6900f
@ -0,0 +1,15 @@
|
||||
import { ConsentManagerService } from '@hashicorp/react-consent-manager/types'
|
||||
|
||||
const localConsentManagerServices: ConsentManagerService[] = [
|
||||
{
|
||||
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
|
||||
|
Loading…
Reference in new issue