Skip to main content

confiant

Confiant

Confiant is an ad fraud detection and blocking solution. It supports gpt and prebid.

Integration

In your index.ts import confiant and register the module.

import { Confiant } from '@highfivve/module-confiant';
moli.registerModule(new Confiant({
assetUrl: 'https://confiant-integrations.global.ssl.fastly.net/yqnNhQYNEfv8ldKXnwevFDx_IRM/gpt_and_prebid/config.js'
}));

Alternative integration

A publisher can also decided to integrated it directly in the head with

<head>
<script async src="https://confiant-integrations.global.ssl.fastly.net/yqnNhQYNEfv8ldKXnwevFDx_IRM/gpt_and_prebid/config.js"></script>
</head>

Resources

Functions

createConfiant()

createConfiant(): IModule

Confiant Ad Fraud Protection

Confiant blocks malicious ads.

Returns

IModule