Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 564 Bytes

File metadata and controls

24 lines (18 loc) · 564 Bytes
layout api_prebidjs
title pbjs.aliasRegistry
description
sidebarType 1

Exposes the aliasRegistry. It can be used to fetch the entire aliasRegistry object or an individual adapter code by alias name.

pbjs.aliasRegistry; 
// or 
pbjs.aliasRegistry['aliasName'];

{: .alert.alert-warning :} Note that by default, the alias registry will be made public. If you would like the registry to be private, you can utilize the setConfig option below:

pbjs.setConfig({aliasRegistry: 'private'})