From 5923a5f27ec4251f724cc9e47b1d2c3ad50d37e6 Mon Sep 17 00:00:00 2001 From: Dawid W Date: Mon, 11 Sep 2023 15:22:32 +0200 Subject: [PATCH 1/5] update optidigital documentation --- dev-docs/bidders/optidigital.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/dev-docs/bidders/optidigital.md b/dev-docs/bidders/optidigital.md index 04cd6d60ce..ae2266f1e6 100644 --- a/dev-docs/bidders/optidigital.md +++ b/dev-docs/bidders/optidigital.md @@ -12,6 +12,7 @@ schain_supported: true ortb_blocking_supported: true safeframes_ok: true media_types: banner +userIds: all gvl_id: 915 sidebarType: 1 --- @@ -62,13 +63,17 @@ The following test parameters can be used to verify that the Optidigital adapter ``` ### UserSync example - +To optimize UserSync functionality and ensure optimal match rates and monetization with the Optidigital adapter, we strongly advise implementing the UserSync configuration through iFrame as provided below. Failure to do so may result in reduced match rates and monetization capabilities. ``` pbjs.setConfig({ - userSync: { - iframeEnabled: true, - syncEnabled: true, - syncDelay: 3000 - } +  userSync: { +    filterSettings: { +      iframe: { +        bidders: '*', // '*' represents all bidders +        filter: 'include' +      } +    } +  } }); ``` +Note: be aware that when using this configuration, you can combine it with other UserSync configurations as needed. Keep in mind that if you make multiple `setConfig()` calls, the last one for a specific attribute will take precedence and overwrite any previous configurations. From 62da7a6d86a00f9ce9cc4ac630dc5c04d07cd49a Mon Sep 17 00:00:00 2001 From: Dawid W Date: Mon, 11 Sep 2023 15:36:28 +0200 Subject: [PATCH 2/5] update optidigital documentation --- dev-docs/bidders/optidigital.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/optidigital.md b/dev-docs/bidders/optidigital.md index ae2266f1e6..9a0959dd33 100644 --- a/dev-docs/bidders/optidigital.md +++ b/dev-docs/bidders/optidigital.md @@ -38,7 +38,7 @@ The following test parameters can be used to verify that the Optidigital adapter ### AdUnits configuration example -``` +```js var adUnits = [{ code: 'your-slot_1-div', // use exactly the same code as your slot div id. mediaTypes: { @@ -64,7 +64,8 @@ The following test parameters can be used to verify that the Optidigital adapter ### UserSync example To optimize UserSync functionality and ensure optimal match rates and monetization with the Optidigital adapter, we strongly advise implementing the UserSync configuration through iFrame as provided below. Failure to do so may result in reduced match rates and monetization capabilities. -``` + +```js pbjs.setConfig({   userSync: {     filterSettings: { @@ -76,4 +77,5 @@ pbjs.setConfig({   } }); ``` + Note: be aware that when using this configuration, you can combine it with other UserSync configurations as needed. Keep in mind that if you make multiple `setConfig()` calls, the last one for a specific attribute will take precedence and overwrite any previous configurations. From 539a63d02870cdbf82e09a2e1c7a31c3824778bf Mon Sep 17 00:00:00 2001 From: Dawid W Date: Tue, 23 Apr 2024 11:54:49 +0200 Subject: [PATCH 3/5] add gpp support --- dev-docs/bidders/optidigital.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/optidigital.md b/dev-docs/bidders/optidigital.md index 9a0959dd33..c1cd13e268 100644 --- a/dev-docs/bidders/optidigital.md +++ b/dev-docs/bidders/optidigital.md @@ -8,6 +8,7 @@ floors_supported: true tcfeu_supported: true tcf2_supported: true usp_supported: true +gpp_supported: true schain_supported: true ortb_blocking_supported: true safeframes_ok: true From 19aad699e7b9bb79447617aa50d86250787e01db Mon Sep 17 00:00:00 2001 From: Dawid W Date: Wed, 24 Apr 2024 09:26:15 +0200 Subject: [PATCH 4/5] add gpp_sids --- dev-docs/bidders/optidigital.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/optidigital.md b/dev-docs/bidders/optidigital.md index c1cd13e268..f9616fc97f 100644 --- a/dev-docs/bidders/optidigital.md +++ b/dev-docs/bidders/optidigital.md @@ -8,7 +8,7 @@ floors_supported: true tcfeu_supported: true tcf2_supported: true usp_supported: true -gpp_supported: true +gpp_sids: tcfeu, usnat, usp schain_supported: true ortb_blocking_supported: true safeframes_ok: true From c459457328dbcb9fa51d83411a7ec7012ea7f46d Mon Sep 17 00:00:00 2001 From: Victor Gonzalez Date: Wed, 26 Mar 2025 14:45:28 +0100 Subject: [PATCH 5/5] enable `pbs` --- dev-docs/bidders/optidigital.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/optidigital.md b/dev-docs/bidders/optidigital.md index f9616fc97f..11a920cd3b 100644 --- a/dev-docs/bidders/optidigital.md +++ b/dev-docs/bidders/optidigital.md @@ -4,6 +4,7 @@ title: Optidigital description: Prebid Optidigital Bidder Adapter biddercode: optidigital pbjs: true +pbs: true floors_supported: true tcfeu_supported: true tcf2_supported: true