diff --git a/dev-docs/modules/idLibrary.md b/dev-docs/modules/idLibrary.md index d9834d52ec..faf79ed924 100644 --- a/dev-docs/modules/idLibrary.md +++ b/dev-docs/modules/idLibrary.md @@ -1,10 +1,10 @@ --- 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: eng-dmp@magnite.com @@ -12,10 +12,10 @@ Maintainer: eng-dmp@magnite.com --- -# 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: @@ -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 diff --git a/dev-docs/modules/index.md b/dev-docs/modules/index.md index 4aa61fa62e..2c65d023a1 100644 --- a/dev-docs/modules/index.md +++ b/dev-docs/modules/index.md @@ -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