Global Privacy Control (GPC)

  Permissions:

• Vendor list - U.S. Privacy or U.S. Multi-State 
• Campaign entities

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. 

Screenshot 2023-11-29 at 6.00.31 AM.png

Select a vendor list on the following page to edit. 

Screenshot 2024-10-09 at 10.00.14 AM.png

U.S. Privacy (Legacy) U.S. Multi-State Privacy (National) U.S. Multi-State Privacy (State) U.S. Multi-State Privacy (Standard)

Click Advanced Settings.

Screen_Shot_2022-08-04_at_9_37_18_AM.jpg

Enable the Respect Global Privacy Control setting in the subsequent modal and click Apply changes.

Screen_Shot_2022-08-04_at_9.52.52_AM.png

Click Save on the vendor list builder page when finished to confirm the edit(s). 

 


GPC scenario condition

When an end-user has a GPC signal enabled, the relevant GPC field will be set to true.

U.S. Privacy (Legacy) U.S. Multi-State Privacy (National) U.S. Multi-State Privacy (State) U.S. Multi-State Privacy (Standard)

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.

End-user with GPC enabled

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.

End-user with GPC disabled

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 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.

Screen_Shot_2022-08-04_at_1_34_29_PM.jpg

  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.

Screen_Shot_2022-08-04_at_1.42.15_PM.png

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. 

Screen_Shot_2022-08-04_at_1.44.59_PM.png

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.

Screen_Shot_2023-01-17_at_9.31.33_AM.png

From a scenario step, click Add Condition

Screen_Shot_2022-08-04_at_1.59.47_PM.png

Use the Conditions dropdown menu to select GPC Gate. Select whether the condition's value should be set to enabled or disabled

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.

Screen_Shot_2022-08-04_at_2.07.25_PM.png

Add any other necessary conditions, delays, etc... and finally navigate to the Select Message dropdown menu to choose the message that will be displayed when an end-user satisfies the GPC Gate scenario (along with any other conditions you have configured).

Click Update when finished. 

Screen_Shot_2022-08-04_at_2.11.26_PM.png

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. 

Screen_Shot_2022-08-04_at_2.17.50_PM.png

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.