You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We haven't actually been asked for this yet, but I predict that someday someone's going to want to have Prebid Server add an schain node to an existing list in source.ext.schain.
Currently, PBS-Go can support initializing the schain with the default server request, but neither version has the ability to add a node to the end of an existing list.
The proposal:
Add a new optional server-level config that lets the host company define an schain node.
If this config is specified and is valid:
2a. If source.ext.schain doesn't exist, the configured schain node is added there as the first element in the node array
2b. If source.ext.schain does exist, the configured schain node is appended to the end of the node array
We haven't actually been asked for this yet, but I predict that someday someone's going to want to have Prebid Server add an schain node to an existing list in source.ext.schain.
Currently, PBS-Go can support initializing the schain with the default server request, but neither version has the ability to add a node to the end of an existing list.
The proposal:
2a. If source.ext.schain doesn't exist, the configured schain node is added there as the first element in the node array
2b. If source.ext.schain does exist, the configured schain node is appended to the end of the node array
e.g.
Would get added to the end of source.ext.schain.nodes:
The text was updated successfully, but these errors were encountered: