File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' |
You can’t perform that action at this time.
0 commit comments