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
Prebid.org recommends working with a privacy lawyer before making enforcement exceptions for any vendor.
3
+
{% if include.gvlId %}We recommend publishers let Prebid.js make use of their registered GVL ID {{ include.gvlId }} instead of a vendor exception.{% endif %}
| name | String | This should always be `permutive`| - |
@@ -78,8 +79,7 @@ If you are also using the [TCF Control Module](/dev-docs/modules/tcfControl.html
78
79
79
80
### Instructions
80
81
81
-
{: .alert.alert-warning :}
82
-
Prebid.org recommends working with a privacy lawyer before making enforcement exceptions for any vendor. Specifically for Permutive, we recommend publishers let Prebid.js make use of their registered GVL ID 361 instead of a vendor exception.
82
+
{% include dev-docs/vendor-exception.md gvlId="361" %}
83
83
84
84
1. Publisher enables rules within Prebid.js configuration.
85
85
2. Label Permutive as an exception, as shown below.
Copy file name to clipboardExpand all lines: dev-docs/modules/tcfControl.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ The TCF Control Module adds the following:
40
40
The following table details the Prebid.js activities that fall under the [Transparency and Consent Framework (TCF)](https://iabeurope.eu/iab-europe-transparency-consent-framework-policies/) scope:
| Invoke usersync pixels | Purpose 1 - Store and/or access information on a device | May prevent one or more vendor usersyncs. | 3.14+ |
@@ -67,6 +68,7 @@ and (2) setConfig `consentManagement.gdpr.cmpApi` to either 'iab' or 'static'
67
68
The following fields related to anonymizing aspects of the auction are supported in the [`consentManagement`](/dev-docs/modules/consentManagementTcf.html) object:
68
69
69
70
{: .table .table-bordered .table-striped }
71
+
70
72
| Param | Type | Description | Example |
71
73
| --- | --- | --- | --- |
72
74
| gdpr.rules |`Array of Objects`| Lets the publisher override the default behavior. ||
@@ -98,8 +100,7 @@ pbjs.setConfig({
98
100
The following examples cover a range of use cases and show how Prebid.js supports
99
101
configuration of different business rules.
100
102
101
-
{: .alert.alert-warning :}
102
-
Prebid.org recommends working with a privacy lawyer before making enforcement exceptions for any vendor.
103
+
{% include dev-docs/vendor-exception.md %}
103
104
104
105
1. Restrict device access activity and basic ads. These are the default values (in Prebid.js 4.0) if the module is included in the build.
0 commit comments