Skip to content

Commit

Permalink
Update dev-docs/modules/userId.md
Browse files Browse the repository at this point in the history
Fix backtick

Co-authored-by: Scott Menzer <smenzer@gmail.com>
  • Loading branch information
dgirardi and smenzer authored Apr 13, 2022
1 parent ba6c614 commit 77c3bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/modules/userId.md
Original file line number Diff line number Diff line change
Expand Up @@ -2354,7 +2354,7 @@ pbjs.getUserIds() // returns object like bidRequest.userId. e.g. {"pubcid":"1111
<a name="getUserIdsAsEids"/>
You can use`getUserIdsAsEids() to get the user IDs stored by Prebid User ID module in ORTB Eids format. Refer [eids.md](https://github.com/prebid/Prebid.js/blob/master/modules/userId/eids.md) for output format.
You can use `getUserIdsAsEids()` to get the user IDs stored by Prebid User ID module in ORTB Eids format. Refer [eids.md](https://github.com/prebid/Prebid.js/blob/master/modules/userId/eids.md) for output format.
```
pbjs.getUserIdsAsEids() // returns userIds in ORTB Eids format. e.g.
[
Expand Down

0 comments on commit 77c3bd0

Please sign in to comment.