Skip to content

Commit 51a15e9

Browse files
softcoder594softcoder594
andauthored
optable: Update server-side module configuration instructions to reflect the latest changes (prebid#6272)
* optable: Update server-side module configuration instructions to reflect the latest changes * optable: Update server-side module configuration instructions to reflect the latest changes --------- Co-authored-by: softcoder594 <softcoder594@gmail.com>
1 parent f659011 commit 51a15e9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

prebid-server/pbs-modules/optable-targeting.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ would result in this nesting in the JSON configuration:
154154
| 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 |
155155
| 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 |
156156
| 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 |
157+
| 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. |
158+
| 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. |
159+
| 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. |
157160

158161
## ID Mapping
159162

0 commit comments

Comments
 (0)