Skip to content

Commit

Permalink
chore: Add Demandbase tag to consent manager
Browse files Browse the repository at this point in the history
  • Loading branch information
EnMod committed Jan 28, 2022
1 parent 79226e1 commit def7d94
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/lib/consent-manager-services/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit def7d94

Please sign in to comment.