diff --git a/dev-docs/modules/1plusXRtdProvider.md b/dev-docs/modules/1plusXRtdProvider.md index de13dc775c..8ce79efad6 100644 --- a/dev-docs/modules/1plusXRtdProvider.md +++ b/dev-docs/modules/1plusXRtdProvider.md @@ -46,7 +46,8 @@ pbjs.setConfig({ params: { customerId: 'acme', bidders: ['appnexus', 'rubicon'], - timeout: TIMEOUT + timeout: TIMEOUT, + fpidStorageType: 'html5' } }] } @@ -56,6 +57,7 @@ pbjs.setConfig({ ## Parameters {: .table .table-bordered .table-striped } + | Name | Type | Description | Default | | :---------------- | :------------ | :--------------------------------------------------------------- |:----------------- | | name | String | Real time data module name | Always '1plusX' | @@ -64,3 +66,4 @@ pbjs.setConfig({ | params.customerId | String | Your 1plusX customer id | | | params.bidders | Array | List of bidders for which you would like data to be set | | | params.timeout | Integer | timeout (ms) | 1000ms | +| params.fpidStorageType | String | Where to read the first party id ('html5' or 'cookie') | 'html5' |