From ef759b1f9996d73de0e8ceb98e45cb8635177706 Mon Sep 17 00:00:00 2001 From: Patrick McCann Date: Thu, 29 May 2025 11:03:27 -0400 Subject: [PATCH] docs: add missing fpidStorageType parameter for 1plusX RTD --- dev-docs/modules/1plusXRtdProvider.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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' |