From 1bbd1636fb98d1b90ed15466e5a2ddefaca60929 Mon Sep 17 00:00:00 2001 From: DimaIntentIQ Date: Fri, 8 Nov 2024 11:59:39 +0200 Subject: [PATCH] Add example and link to Universal ID configuration --- dev-docs/analytics/intentiq.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-docs/analytics/intentiq.md b/dev-docs/analytics/intentiq.md index a9625c5452..d56f2f7069 100644 --- a/dev-docs/analytics/intentiq.md +++ b/dev-docs/analytics/intentiq.md @@ -33,6 +33,23 @@ The reportExternalWin function allows for manual reporting, meaning that reports To enable this manual reporting functionality, you must set the manualWinReportEnabled parameter in Intent IQ Unified ID module configuration is true. Once enabled, reports can be manually triggered using the reportExternalWin function. +```js +pbjs.setConfig({ + userSync: { + userIds: [{ + name: "intentIqId", + params: { + partner: 123456, // valid partner id + browserBlackList: "chrome", + manualWinReportEnabled: true + } + }] + } +}); +``` + +You can find more information and configuration examples in the [Intent IQ Universal ID module](https://docs.prebid.org/dev-docs/modules/userid-submodules/intentiq.html#configuration) + ### Calling the reportExternalWin Function To call the reportExternalWin function, you need to pass the partner_id parameter as shown in the example below: