Skip to content

Commit aa1daab

Browse files
authored
docs: add missing fpidStorageType parameter for 1plusX RTD (prebid#6072)
1 parent 7cd168d commit aa1daab

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

dev-docs/modules/1plusXRtdProvider.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ pbjs.setConfig({
4646
params: {
4747
customerId: 'acme',
4848
bidders: ['appnexus', 'rubicon'],
49-
timeout: TIMEOUT
49+
timeout: TIMEOUT,
50+
fpidStorageType: 'html5'
5051
}
5152
}]
5253
}
@@ -56,6 +57,7 @@ pbjs.setConfig({
5657
## Parameters
5758

5859
{: .table .table-bordered .table-striped }
60+
5961
| Name | Type | Description | Default |
6062
| :---------------- | :------------ | :--------------------------------------------------------------- |:----------------- |
6163
| name | String | Real time data module name | Always '1plusX' |
@@ -64,3 +66,4 @@ pbjs.setConfig({
6466
| params.customerId | String | Your 1plusX customer id | |
6567
| params.bidders | Array<string> | List of bidders for which you would like data to be set | |
6668
| params.timeout | Integer | timeout (ms) | 1000ms |
69+
| params.fpidStorageType | String | Where to read the first party id ('html5' or 'cookie') | 'html5' |

0 commit comments

Comments
 (0)