Skip to content

Commit 63c638a

Browse files
authored
[Identity>SharedId] Fix Configuration table structure + typos (prebid#3202)
Co-authored-by: Florent Dancy <f.dancy@criteo.com>
1 parent 8310cf3 commit 63c638a

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

identity/sharedid.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -197,15 +197,13 @@ If custom configurations are needed, define the pubcid_options object before inc
197197
Below are the available configuration options for the PubCID script.
198198

199199
{: .table .table-bordered .table-striped }
200-
| Parameter Name | Type | Description | Example |
201-
| --- | --- | --- | --- |
202-
| create | boolean | If true, then an id is created automatically by the script if it's missing. Default is true. If your server has a component that generates the id instead, then this should be set to false
203-
| `TRUE` |
204-
| expInterval | decimal | Expiration interval in minutes. Default is 525600, or 1 year
205-
| `525600` |
206-
| extend | boolean | If true, the the expiration time is automatically extended whenever the script is executed even if the id exists already. Default is true. If false, then the id expires from the time it was initially created. | For publisher server support only. If true, the publisher's server will create the (pubcid) cookie. Default is true. | `TRUE` |
207-
| params.pixelUrl | Optional | String | For publisher server support only. Where to call out to for a server cookie. | `/wp-json/pubcid/v1/extend/`
208-
| type | string | Type of storage. It's possible to specify one of the following: 'html5', 'cookie'. Default is 'html5' priority, aka local storage, and fall back to cookie if local storage is unavailable. | If true, the expiration time of the stored IDs will be refreshed during each page load. Default is false. | `cookie` |
200+
| Parameter Name | Type | Description | | Example |
201+
| --- | --- | --- | --- | --- |
202+
| create | boolean | If true, then an id is created automatically by the script if it's missing. Default is true. If your server has a component that generates the id instead, then this should be set to false | | `true` |
203+
| expInterval | decimal | Expiration interval in minutes. Default is 525600, or 1 year | | `525600` |
204+
| extend | boolean | If true, the the expiration time is automatically extended whenever the script is executed even if the id exists already. Default is true. If false, then the id expires from the time it was initially created. | For publisher server support only. If true, the publisher's server will create the (pubcid) cookie. Default is true. | `true` |
205+
| pixelUrl | string (optional) | For publisher server support only. Where to call out to for a server cookie. | | `/wp-json/pubcid/v1/extend/`
206+
| type | string | Type of storage. It's possible to specify one of the following: 'html5', 'cookie'. Default is 'html5' priority, aka local storage, and fall back to cookie if local storage is unavailable. | If true, the expiration time of the stored IDs will be refreshed during each page load. Default is false. | `cookie` |
209207

210208
#### Example Configurations
211209

0 commit comments

Comments
 (0)