From bc278a57cbcf8a75b16aab8f7fb0b3e2e41b472c Mon Sep 17 00:00:00 2001 From: softcoder594 Date: Mon, 29 Sep 2025 19:43:43 +0200 Subject: [PATCH 1/2] optable: Update server-side module configuration instructions to reflect the latest changes --- prebid-server/pbs-modules/optable-targeting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prebid-server/pbs-modules/optable-targeting.md b/prebid-server/pbs-modules/optable-targeting.md index e93e15c3a4..0a6e42fe9a 100644 --- a/prebid-server/pbs-modules/optable-targeting.md +++ b/prebid-server/pbs-modules/optable-targeting.md @@ -154,6 +154,8 @@ would result in this nesting in the JSON configuration: | id-prefix-order | no | string | none | Account-Level. An optional string of comma separated id prefixes that prioritizes and specifies the order in which ids are provided to Targeting API in a query string. F.e. "c,c1,id5" will guarantee that Targeting API will see id=c:...,c1:...,id5:... if these ids are provided. id-prefixes not mentioned in this list will be added in arbitrary order after the priority prefix ids. This affects Targeting API processing logic | | cache.enabled | no | string | false | Account-Level. Optionally use [Prebid Cache Storage](https://docs.prebid.org/prebid-server/features/pbs-pbc-storage.html) feature - this significantly reduces the processing time when the Targeting API response has been cached | | cache.ttlseconds | no | int | 86400 | Account-Level. The TTL in seconds for the Targeting API response to live in cache - by default is equal to 24 hours | +| optable-inserter-eids-merge | no | array of strings | none | Account-Level. List of EID source names for which the module should **merge** the incoming server-side EIDs with those returned by the Targeting API. | +| optable-inserter-eids-replace | no | array of strings | none | Account-Level. List of EID source names for which the module should **replace** the incoming EID entirely with the one from the Targeting API. | ## ID Mapping From 06dcf7b53785ae0a3d07e576483f08a7982979b2 Mon Sep 17 00:00:00 2001 From: softcoder594 Date: Fri, 3 Oct 2025 17:29:14 +0200 Subject: [PATCH 2/2] optable: Update server-side module configuration instructions to reflect the latest changes --- prebid-server/pbs-modules/optable-targeting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/prebid-server/pbs-modules/optable-targeting.md b/prebid-server/pbs-modules/optable-targeting.md index 0a6e42fe9a..7b66e91077 100644 --- a/prebid-server/pbs-modules/optable-targeting.md +++ b/prebid-server/pbs-modules/optable-targeting.md @@ -156,6 +156,7 @@ would result in this nesting in the JSON configuration: | cache.ttlseconds | no | int | 86400 | Account-Level. The TTL in seconds for the Targeting API response to live in cache - by default is equal to 24 hours | | optable-inserter-eids-merge | no | array of strings | none | Account-Level. List of EID source names for which the module should **merge** the incoming server-side EIDs with those returned by the Targeting API. | | optable-inserter-eids-replace | no | array of strings | none | Account-Level. List of EID source names for which the module should **replace** the incoming EID entirely with the one from the Targeting API. | +| optable-inserter-eids-ignore | no | array of strings | none | Account-Level. List of EID source names for which the module should **remove** the EID entirely. | ## ID Mapping