Skip to content

Commit 7cd168d

Browse files
authored
docs(consentManagementGpp): document actionTimeout (prebid#6071)
1 parent 46e0423 commit 7cd168d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dev-docs/modules/consentManagementGpp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@ Once the CMP is implemented, simply include this module into your build and add
5454
Here are the parameters supported in the `consentManagement` object specific for the GPP consent module:
5555

5656
{: .table .table-bordered .table-striped }
57+
5758
| Param | Type | Description | Example |
5859
| --- | --- | --- | --- |
5960
| gpp | `Object` | | |
6061
| gpp.cmpApi | `string` | The CMP interface that is in use. Supported values are **'iab'** or **'static'**. Static allows integrations where IAB-formatted consent strings are provided in a non-standard way. Default is `'iab'`. | `'iab'` |
6162
| gpp.timeout | `integer` | Length of time (in milliseconds) to allow the CMP to obtain the GPP consent information. Default is `10000`. | `10000` |
63+
| gpp.actionTimeout | `integer` | Length of time (in milliseconds) to allow the user to take action to consent if they have not already done so. The actionTimer first waits for the CMP to load, then the actionTimeout begins for the specified duration. Default is `undefined`. | `10000` |
6264
| gpp.consentData | `Object` | An object representing the IAB GPP consent data being passed directly; only used when cmpApi is 'static'. Default is `undefined`. | |
6365
| gpp.consentData.sectionId | `integer` | Indicates the header section of the GPP consent string, recommended to be `3`. | |
6466
| gpp.consentData.gppVersion | `string` | The version number parsed from the header of the GPP consent string. | |

0 commit comments

Comments
 (0)