Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 449 Bytes

File metadata and controls

11 lines (9 loc) · 449 Bytes
layout api_prebidjs
title pbjs.mergeConfig(options)
description mergeConfig API
sidebarType 1

This is the same as setConfig(options) except that it merges the supplied config into the structure rather than replacing it.

This is a convenience function, particularly useful to real time data modules, so one doesn't have to read the config structure, update it, then call setConfig.