You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: identity/sharedid.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,15 +197,13 @@ If custom configurations are needed, define the pubcid_options object before inc
197
197
Below are the available configuration options for the PubCID script.
198
198
199
199
{: .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`|
0 commit comments