Skip to content

Commit 64f0529

Browse files
pubProvidedIdSystem: Document the eids param (#6604)
* Document the eids param * linting errors
1 parent 9c54157 commit 64f0529

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

dev-docs/modules/userid-submodules/pubprovided.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,11 @@ gulp build --modules=pubProvidedIdSystem
116116

117117
{: .table .table-bordered .table-striped }
118118

119-
| Params under usersync.userIds[]| Scope | Type | Description | Example |
119+
| Params under usersync.userIds[] | Scope | Type | Description | Example |
120120
| --- | --- | --- | --- | --- |
121-
| name | Required | String | ID value for the ID module | `"PubProvided"` |
121+
| name | Required | String | ID value for the ID module | `"PubProvided"` |
122122
| params | Optional | Object | Details for syncing. | |
123-
| params.eidsFunction | Optional | function | any function that exists in the page | getIdsFn() |
123+
| params.eids | Optional | Object[] | Array of extended identifiers as defined in the OpenRTB specification. | |
124+
| params.eidsFunction | Optional | function | any function that exists in the page and returns an array of extended identifiers. The results are concatenated with `eids` | getIdsFn() |
124125
| uids.atype | optional | int | ADCOM - Type of user agent the match is from | `"1"` |
125126
| uids.ext.stype | Optional | String | Description of how the id was generated and by whom eg. ('ppuid','DMP','other') | `DMP` |

0 commit comments

Comments
 (0)