Permissions: |
• Vendor list - U.S. Privacy or U.S. Multi-State |
Global Privacy Control (GPC) is a technical specification for transmitting universal opt-out signals. The initiative is backed by a consortium of privacy-focused organizations such as the Brave browser and DuckDuckGo.
In this article, we will cover how to respect the GPC signal for U.S. Privacy (Legacy) and U.S. Multi-State Privacy messaging campaigns, and different scenario configurations your organization can utilize in regards to the GPC signal.
Note: The group behind GPC also has hopes to develop a global standard compatible with other privacy regimes like the EU’s GDPR. Currently, Sourcepoint only supports GPC signals for U.S. Privacy (Legacy) and U.S. Multi-State Privacy messaging campaigns.
Respect GPC signal
In order to respect the GPC signal your organization will need to enable the Respect Global Privacy Control setting on your U.S. Privacy (Legacy) or U.S. Multi-State Privacy vendor list. This setting will apply to all properties associated with the respective vendor lists.
Click Vendor Management on the left-hand rail and select either U.S. Privacy (Legacy) or U.S. Multi-State Privacy from the subsequent menu.
Select a vendor list on the following page to edit.
Click Advanced Settings.
Enable the Respect Global Privacy Control setting in the subsequent modal and click Apply changes.
Click Save on the vendor list builder page when finished to confirm the edit(s).
Navigate to the Privacy Choices tab and select Opt Out Choice.
Enable the toggle to the left of Respect Global Privacy Control so that the toggle is green.
Use the Respect GPC in: field to select the U.S. states where GPC will be respected.
Note: The IAB privacy choice Sale or Share of Personal Information /Targeted Advertising must be added to your U.S. Multi-State Privacy (State) vendor list in order to support GPC.
From the Region Mapping page, click GPC in the upper-left hand corner.
Enable the Respect Global Privacy Control toggle and select the regions where the signal should apply in the provided field.
Click Save when finished.
Note: The Standard privacy choice Sale or Share of Personal Information /Targeted Advertising must be added to your U.S. Multi-State Privacy (State) vendor list in order to support GPC.
From the Region Mapping page, click GPC in the upper-left hand corner.
Enable the Respect Global Privacy Control toggle and select the regions where the signal should apply in the provided field.
Click Save when finished.
GPC scenario condition
When an end-user has a GPC signal enabled, the relevant GPC field will be set to true
.
All properties associated with this specific U.S. Privacy vendor list (in this case CCPA) will respect an end-user's GPC signal. See below for how an end-user's GPC signal affects the US Privacy String.
The end-user's GPC signal will affect their US Privacy String. The uspString
will default to 1YYN
(opted-out of the sale of their personal information).
{version: 1, uspString: '1YNN', newUser: false, dateCreated: '2022-08-04T14:04:43.139Z', gpcEnabled: false}
dateCreated: "2022-08-04T14:04:43.139Z"
gpcEnabled: true
newUser: false
uspString: "1YYN" //opted-out setting for US Privacy String
version: 1
Note: Click here for more information about retrieving and reading the US Privacy String.
The end-user's GPC signal will have no impact on their US Privacy String. By default, the end-user's uspString
will be 1YNN
(opted-into the sale of their personal information) unless the end-user makes adjustments to their user consents in your property's U.S. Privacy privacy manager (CCPA privacy manager).
{version: 1, uspString: '1YNN', newUser: false, dateCreated: '2022-08-04T14:04:43.139Z', gpcEnabled: false}
dateCreated: "2022-08-04T14:04:43.139Z"
gpcEnabled: false
newUser: false
uspString: "1YNN" //default setting for US Privacy String
version: 1
Note: Click here for more information about retrieving and reading the US Privacy String.
The Gpc
field will be set to true
for the relevant privacy section.
{
"Gpc": true,
"GpcSegmentType": 1,
"KnownChildSensitiveDataConsents": [
0,
0
],
"MspaCoveredTransactions": 2,
"MspaOptOutOptionMode": 0,
"MspaServiceProviderMode": 0,
...
}
The Gpc
field will be set to true
for the relevant State privacy sections.
{
"Gpc": true,
"GpcSegmentType": 1,
"KnownChildSensitiveDataConsents": [
0,
0
],
"MspaCoveredTransactions": 2,
"MspaOptOutOptionMode": 0,
"MspaServiceProviderMode": 0,
...
}
The gpcEnabled
in the end-user's consent record will be set to true
dateCreated: "2024-10-08T16:38:59.815Z"
expirationDate: "2123-09-15T16:38:59.814Z"
gpcEnabled: true
The boolean value of the GPC field can be used to drive targeted messages via the GPC Gate scenario condition.
Example
Your organization may want to target end-users who have a GPC signal enabled on their browser to acknowledge the signal and relay the status of their US Privacy String or Multi-State Privacy String based on this signal.
As always, please speak with your legal team and your Sourcepoint account manager to determine the best scenario strategies for your organization.
Note: The following instructions assume that you have configured the requisite messages and privacy managers for the regulatory framework that your organization wishes to display to an end-user for when a GPC signal is enabled and disabled. Additionally, this article assumes that the property has an existing scenario for. Click here to review generalized information on building scenarios.
To utilize a GPC gate in a scenario for on a property, select Properties on the left-hand rail and then click Properties from the subsequent menu.
Select a property from the list that is associated with the U.S. Privacy (Legacy) or U.S. Multi-State Privacy vendor list for which you are respecting the GPC signal.
Select Scenarios from the property navigation bar and click the edit icon inline with a scenario to which you wish to add the GPC gate.
Condition | Value | Description |
GPC Gate | enabled | The end-user has a GPC signal enabled on their browser |
disabled | The end-user does not have a GPC signal enabled on their browser |
Click Add when finished.
Your configured message will display dependent upon the end-user's GPC signal and any other conditions you have configured. In the example below, we are showing two different messages to end-users who are accessing our property from California depending on their GPC signal.
Comments
0 comments