Skip to content

Commit

Permalink
Rename ID Library to ID Import Library (#2677)
Browse files Browse the repository at this point in the history
* Update index.md

* Update idLibrary.md

* Update idLibrary.md

Co-authored-by: bretg <[email protected]>
  • Loading branch information
patmmccann and bretg authored Feb 12, 2021
1 parent 85f9a90 commit 08f67a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions dev-docs/modules/idLibrary.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
layout: page_v2
page_type: module
title: ID Library
title: ID Import Library
description: ID Graphing Adapter
module_code : currency
display_name : ID Library
display_name : ID Import Library
enable_download : true
sidebarType : 1
Maintainer: [email protected]

---


# ID Library
# ID Import Library
{:.no_toc}

The ID Library module gathers and generates a map of identities present on the page. The primary usecase for this adapter is for Publishers who have included multiple UserId subadapters in their prebid.js implementation, and want to store the resulting user ids serverside for modeling or graphing purposes. The ID Library module, anchors the response of `refreshUserIds()` to a presistant identifier (md5 encrypted) and returns an map of uids. This map of uids comes in the form of a POST message in JSON format and must be output to a publisher configured endpoint.
The ID Import Library module gathers and generates a map of identities present on the page. The primary usecase for this adapter is for Publishers who have included multiple UserId subadapters in their prebid.js implementation, and want to store the resulting user ids serverside for modeling or graphing purposes. The ID Library module, anchors the response of `refreshUserIds()` to a presistant identifier (md5 encrypted) and returns an map of uids. This map of uids comes in the form of a POST message in JSON format and must be output to a publisher configured endpoint.

The module attempts to extract a persistant identifier in the following ways:

Expand Down Expand Up @@ -59,7 +59,7 @@ Please note, A full scan (Step 4 above) of the body element is configured on by

```javascript
pbjs.setConfig({
idLibrary:{
idImportLibrary:{
url: 'url',
target: 'username',
debounce: 250
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/modules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you are looking for bidder adapter parameters, see [Bidders' Params]({{site.b
| [**Advanced Size Mapping**](/dev-docs/modules/sizeMappingV2.html) | Display Responsive AdUnits in demanding page environments. |
| [**Price Floors Module**](/dev-docs/modules/floors.html) | Configure and enforce minimum bids. |
| [**GPT Pre-Auction Module**](/dev-docs/modules/gpt-pre-auction.html) | Adds a PB Ad Slot and matching GAM ad unit name to each ad unit's first-party data before bid requests are sent to the adapters. |
| [**ID Library**](/dev-docs/modules/idLibrary.html) | Retrieve user ids deployed on your site, and return them to a configurable endpoint for ID Graphing |
| [**ID Import Library**](/dev-docs/modules/idLibrary.html) | Retrieve user ids deployed on your site, and return them to a configurable endpoint for ID Graphing |

## Real-Time Data Providers

Expand Down

0 comments on commit 08f67a4

Please sign in to comment.