Skip to content

Commit

Permalink
Eids Docs : add missing EID examples (prebid#10844)
Browse files Browse the repository at this point in the history
* Add missing brackets

* Add missing examples

* Add back missing ext
  • Loading branch information
3link authored Dec 18, 2023
1 parent 5f8ff5f commit 9a0f012
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions modules/userId/eids.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ userIdAsEids = [
uids: [{
id: 'the-ids-object-stringified',
atype: 1
}]
},
{
Expand Down Expand Up @@ -117,6 +118,50 @@ userIdAsEids = [
}]
},
{
source: 'liveintent.indexexchange.com',
uids: [{
id: 'some-random-id-value',
atype: 3,
ext: {
provider: 'liveintent.com'
}
}]
},
{
source: 'liveintent.sovrn.com'',
uids: [{
id: 'some-random-id-value',
atype: 3,
ext: {
provider: 'liveintent.com'
}
}]
},
{
source: 'openx.net'',
uids: [{
id: 'some-random-id-value',
atype: 3,
ext: {
provider: 'liveintent.com'
}
}]
},
{
source: 'pubmatic.com'',
uids: [{
id: 'some-random-id-value',
atype: 3,
ext: {
provider: 'liveintent.com'
}
}]
},
{
source: 'media.net',
uids: [{
Expand Down

0 comments on commit 9a0f012

Please sign in to comment.