diff --git a/data/entities.js b/data/entities.js index a539807..ed85095 100644 --- a/data/entities.js +++ b/data/entities.js @@ -12366,9 +12366,14 @@ module.exports = [ }, { name: 'UniConsent CMP', - homepage: 'https://uniconsent.com', + homepage: 'https://www.uniconsent.com', category: 'consent-provider', - domains: ['uniconsent.mgr.consensu.org', '*.uniconsent.mgr.consensu.org'], + domains: [ + 'uniconsent.mgr.consensu.org', + '*.uniconsent.mgr.consensu.org', + 'cmp.uniconsent.com', + '*.uniconsent.com' + ], }, { name: 'TrustArc CMP', @@ -12894,5 +12899,14 @@ module.exports = [ 'sdk.privacy-center.org', 'api.privacy-center.org' ] + }, + { + name: 'Pubperf Analytics', + company: 'Pubperf', + homepage: 'https://www.pubperf.com/', + category: 'analytics', + domains: [ + '*.pubperf.com', + ] } ]