Skip to content

Commit

Permalink
consentManagementGpp: version is a string (#5016)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Dec 7, 2023
1 parent 64dc14f commit c0f06ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/modules/consentManagementGpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Here are the parameters supported in the `consentManagement` object specific for
| gpp.timeout | `integer` | Length of time (in milliseconds) to allow the CMP to obtain the GPP consent information. Default is `10000`. | `10000` |
| gpp.consentData | `Object` | An object representing the IAB GPP consent data being passed directly; only used when cmpApi is 'static'. Default is `undefined`. | |
| gpp.consentData.sectionId | `integer` | Indicates the header section of the GPP consent string, recommended to be `3`. | |
| gpp.consentData.gppVersion | `integer` | The version number parsed from the header of the GPP consent string. | |
| gpp.consentData.gppVersion | `string` | The version number parsed from the header of the GPP consent string. | |
| gpp.consentData.sectionList | `Array of integers` | The sections contained within the encoded GPP string as parsed from the header. | |
| gpp.consentData.applicableSections | `Array of integers` | Section ID considered to be in force for this transaction. In most cases, this field should have a single section ID. In rare occasions where such a single section ID can not be determined, the field may contain up to 2 values. The value can be 0 or a Section ID specified by the Publisher / Advertiser, during stub / load. When no section is applicable, the value will be -1. | |
| gpp.consentData.gppString | `String` | The complete encoded GPP string. | |
Expand Down

0 comments on commit c0f06ee

Please sign in to comment.