Skip to content

Commit 3231fdb

Browse files
authored
add parameters in Fabrick ID by Neustar section. (prebid#3668)
* add parameters in Fabrick ID by Neustar section. * add parameters in Fabrick ID by Neustar section.
1 parent 058fcf4 commit 3231fdb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dev-docs/modules/userId.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,11 @@ Please reach out to [FabrickIntegrations@team.neustar](mailto:FabrickIntegration
594594
| params.m | | String | This is a mobile advertising ID (IDFA/AAID) used to link a user to their Fabrick ID. | |
595595
| params.ia | | String | This is an identifier for advertising (IFA) used to link a user to their Fabrick ID. | |
596596
| params.iv | | String | This is an identifier for vendors (IFV) used to link a user to their Fabrick ID. | |
597+
| params.1pd | | String | This is the 1st party user ID (e.g. a Customer ID/CUSTID). Note: This requires separate delivery of identity log files keyed off the 1st party user ID to establish an identity sync. | |
598+
| params.u | | String | This is the page_url - the url which the user is currently browsing. Note: Encoding is required for any character outside of alphabets (A-Z a-z), digits (0-9), hyphen (-), underscore (_) tilde (~), and dot (.). | |
599+
| params.f | | String | This is the referrer_url - the url which the user visited prior to landing on the page_url. Note: Encoding is required for any character outside of alphabets (A-Z a-z), digits (0-9), hyphen (-), underscore (_) tilde (~), and dot (.). | |
600+
| params.ifa_type | | String | This denotes the source of the IFA. Please refer to [IAB IFA Guidelines](https://iabtechlab.com/wp-content/uploads/2018/12/OTT-IFA-guidelines.final_Dec2018.pdf) for recommended values and additional details. | |
601+
| params.lmt | | Boolean | Possible values are '0' or '1'. A value of '1' indicates that a user has requested that ad tracking and measurement be disabled. If a value of '1' is being passed, the real IFA must not be sent via the 'ia' parameter – a 'synthetic' or 'session' IFA can be sent. Please refer to [IAB IFA Guidelines](https://iabtechlab.com/wp-content/uploads/2018/12/OTT-IFA-guidelines.final_Dec2018.pdf) for recommended values and additional details. | |
597602

598603
#### Fabrick Examples
599604

0 commit comments

Comments
 (0)