Skip to content

Commit

Permalink
update amxid documentation (#4338)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjacob authored Feb 9, 2023
1 parent aad3640 commit de283a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dev-docs/modules/userId.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Bidders that want to support the User ID module in Prebid.js need to update thei
| adQuery QiD | adQuery | qid | adquery.io | "p9v2dpnuckkzhuc..." |
| Adriver ID | Adriver | adriverId | adriver.ru | "1111" |
| Adtelligent ID | Adtelligent | bidRequest.userId.adtelligentId | `"1111"` |
| AMX RTB ID | AMX RTB | amxId | amxrtb.com | "3ca11058-..." |
| AMX ID | AMX | amxId | amxdt.net | "3ca11058-..." |
| BritePool ID | BritePool | britepoolid | britepool.com | "1111" |
| AudienceOne ID | DAC | dacId | dac.co.jp | {"id": "1111"} |
| DeepIntent ID | Deep Intent | deepintentId | deepintent.com | "1111" |
Expand Down
12 changes: 6 additions & 6 deletions dev-docs/modules/userid-submodules/amxrtb.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
layout: userid
title: AMX RTB ID
description: AMX RTB ID User ID sub-module
title: AMX ID
description: AMX ID User ID sub-module
useridmodule: amxIdSystem
---


The AMX RTB ID is a first-party identifier designed for publishers using the AMX RTB adapter. For more information please contact [prebid@amxrtb.com](mailto:prebid@amxrtb.com)
The AMX ID is a first-party identifier designed for publishers using the AMX RTB adapter. For more information please contact [info@amxdt.net](mailto:info@amxdt.net)

## AMX RTB ID Configuration
## AMX ID Configuration

First, add the AMX RTB ID module to your Prebid.js build:
First, add the AMX ID module to your Prebid.js build:

```shell
gulp build --modules=userId,amxIdSystem
Expand All @@ -33,7 +33,7 @@ pbjs.setConfig({
});
```

This will add a `userId.amxId` property to all bidRequests. This will be read by the AMX RTB bid adapter, and any other adapters that support EIDs:
This will add a `userId.amxId` property to all bidRequests:

```javascript
{
Expand Down

0 comments on commit de283a7

Please sign in to comment.