Skip to content

Commit

Permalink
Merge pull request #30 from InteractiveAdvertisingBureau/errors
Browse files Browse the repository at this point in the history
Errors
  • Loading branch information
lamrowena authored Dec 2, 2022
2 parents fc1ac34 + 39585fe commit 0f66dd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Core/CMP API Specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ The key names are a combination of the “IABGPP_” prefix followed by the sect
<tr>
<td><code>IABGPP_[SectionID]_String</code></td>
<td>String</td>
<td>String representaiton of each section. E.g. IAB TCF EU v2 String will be found at IABGPP_TCFEU2_String</td>
<td>String representaiton of each section. E.g. IAB TCF EU v2 String will be found at IABGPP_2_String</td>
</td>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions Core/Consent String Specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ The possible data types are:
<tr>
<td><code>String (fixed length of x) (including country codes)</code></td>
<td>x*6 bit</td>
<td>A fixed amount of bit representing a string. The character’s ASCII integer ID is subtracted by 65 and encoded into an int(6). <br><br>Example: int(6) “101010” represents integer 47 + 65 = char “h”</td>
<td>A fixed amount of bit representing a string. The character’s ASCII integer ID is subtracted by 65 and encoded into an int(6). <br><br>Example: int(6) “101010” represents integer 42 + 65 = char “k”</td>
<td></td>
</tr>
<tr>
Expand Down Expand Up @@ -517,7 +517,7 @@ Note: items MUST be in sorted order..</td>
<li>First data type is an Integer (fixed length of 16 bit).</li>
<li>Second data type is always a Boolean.</li>
<li>If the second data type is 1/true, the third data type is an Int Range</li>
<li>If the second data type is 0/false, the second data type is a Variable length bitfield.</li>
<li>If the second data type is 0/false, the second data type is a bitfield of length determined by the first data type (see above)</li>
</ul>
Note: This data type is used for downwards compatibility only. OptimizedRange is the recommended data type to be used moving forward.</td>
</tr>
Expand Down

0 comments on commit 0f66dd1

Please sign in to comment.