@@ -25,14 +25,25 @@ sidebarType: 1
2525
2626{: .table .table-bordered .table-striped }
2727
28- | Name | Scope | Description | Example | Type |
29- | ------------------ | -------- | ---------------------------------------- | --------------------------------- | --------- |
30- | ` aps.accountID ` | required | APS-provided ID | ` 1234 ` | ` string ` |
31- | ` aps.debugURL ` | optional | Bid endpoint | ` https://example.com/bid ` | ` string ` |
32- | ` aps.debug ` | optional | Toggle to enable / disable debug mode | ` true ` | ` boolean ` |
33- | ` aps.renderMethod ` | optional | Debug mode render method | ` fif ` | ` string ` |
34- | ` aps.creativeURL ` | optional | Creative rendering URL | ` https://example.com/creative.js ` | ` string ` |
35- | ` aps.telemetry ` | optional | Toggle to enable / disable APS telemetry | ` true ` | ` boolean ` |
28+ | Name | Scope | Description | Example | Type |
29+ | ------------------------- | -------- | ---------------------------------------- | --------------------------------- | --------- |
30+ | ` aps.accountID ` | required | APS-provided ID | ` 1234 ` | ` string ` |
31+ | ` aps.debugURL ` | optional | Bid endpoint | ` https://example.com/bid ` | ` string ` |
32+ | ` aps.debug ` | optional | Toggle to enable / disable debug mode | ` true ` | ` boolean ` |
33+ | ` aps.renderMethod ` | optional | Debug mode render method | ` fif ` | ` string ` |
34+ | ` aps.creativeURL ` | optional | Creative rendering URL | ` https://example.com/creative.js ` | ` string ` |
35+ | ` aps.telemetry ` | optional | Toggle to enable / disable APS telemetry | ` true ` | ` boolean ` |
36+ | ` ortb2.regs.ext.agerange ` | optional | US Age Law Compliance Value | ` 3 ` (refer to the table below) | ` number ` |
37+
38+ #### Agerange Values
39+
40+ | Legally Defined Age Category | Simplified Category | Enumerated Value |
41+ | ---------------------------- | ------------------- | ---------------- |
42+ | Child (Under 13) | Child | 1 |
43+ | Young Teenager (13-15) | Teen | 2 |
44+ | Older Teenager (16-17) | Teen | 2 |
45+ | Adult (18+) | Adult | 3 |
46+ | Unknown | Unknown | 0 |
3647
3748### Bid Params
3849
0 commit comments