Skip to content

Commit

Permalink
PBjs Core - Adloader : add brandmetrics module to approved external j…
Browse files Browse the repository at this point in the history
…s- loaders (#7949)

* First version of brandmetrics RTD- module

* Implement brandmetricsRtdProvider

* Add gdpr and usp consent- checks

* Add user- consent related tests

* Set targeting keys in a more generic way

* Test- logic updates

* Add brandmetrics to approved external js- loaders
  • Loading branch information
johanbrandmetrics authored Jan 26, 2022
1 parent 0f76349 commit 10a3f5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const _approvedLoadExternalJSList = [
'criteo',
'outstream',
'adagio',
'browsi'
'browsi',
'brandmetrics'
]

/**
Expand Down

0 comments on commit 10a3f5f

Please sign in to comment.