-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename ID Library to ID Import Library (#2677)
* Update index.md * Update idLibrary.md * Update idLibrary.md Co-authored-by: bretg <[email protected]>
- Loading branch information
1 parent
85f9a90
commit 08f67a4
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters