GPC is a mechanism for consumers to tell websites to respect their privacy rights under the California Consumer Privacy Act (CCPA), the California Privacy Rights Act (CPRA), and legislations in other jurisdictions. If GPC is turned on and the site recognizes the signal, the visitor is automatically opted out of targeted advertising and anything that could be considered "selling" their personal information.
To enable GPC signal, consumers download a browser or extension that supports the signal. Similar to managing an ad-block extension, consumers can turn on the GPC signal for all websites they visit or each individual website. If a website supports recognizing GPC, then it can register the browser request to Not Sell Personal Info.
To check if GPC is enabled for your browser, simply go to https://globalprivacycontrol.org/. The site will check if the GPC signal is detected or not.
To recognize GPC on a website using Consent and Preference Manager (CPM), TrustArc's customers must embed a javascript code on their websites where they need to recognize GPC. This TrustArc GPC script can be accessed on the Publish page of any Consent Form simply by clicking the Global Privacy Control button.
The following are the steps for enabling GPC recognition on customer websites using CPM.
Below is a list of available parameters you can include in your GPC code.
TrustArc's customers may want to recognize the GPC only in certain GeoLocations such as California. TrustArc's customers can recognize GPC signal on visiting Consumers' browsers only in certain geographic locations by setting GeoLocation in the script. If this parameter is not set or not passed – then GPC recognition is done for all visiting users not considering the locations they come from. The format of geolocation is: ContinentCode_CountryCode_StateCode. StateCode is optional for most cases. Example for United States, California: NA_US_CA (North America, United States, California).
Default value is false. This flag decides whether to show a "GPC detected" image if GPC is detected for a consumer in their subsequent (second time onwards) visits. This "GPC detected" image is shown on the bottom right of the webpage, but the location where this image is shown can be controlled using CSS.
Default value is false. This decides if we need to keep showing the intake or consent form if the form was shown previously, but Consent was not submitted. Consumers may choose to ignore the "Opt-Out" DSR submission the first time GPC is detected on their browsers. If this flag is set to true, then even on subsequent visits the GPC banner is displayed as long as GPC is still set on their browsers.
Default value is false. Set this to true if the consumer visiting your website is participating in a financial incentive program. When this is true – the GPC banner shows specific content for Financial Participants.
Default value is false. This flag decides if an Opt-in form is to be shown when GPC was turned on on the previous visit but is turned off in subsequent visits. The form shown is the same form as the Opt-Out form. Hence, if this flag is turned ON, the intake form must support both Opt-Out and Opt-in DSRs.
The following parameters can be used to enhance the use of the GPC banner further.
This is the text displayed on the Banner when GPC is detected. The default value of this is: "A GPC (Global Privacy Control) signal is detected in your browser. Would you like to opt-out of any sharing or sale of personal information to marketers?". Using this input, customers can override the default text.
This is the text displayed on the Banner when GPC is detected and isFinancialParticipant is set to true. The default value of this is: "A GPC (Global Privacy Control) signal is detected in your browser. However, you have participated in a financial incentive program.". Using this input, customers can override the default text.
This is the text displayed on the Banner when showFormOnDisabledSecondVisit is true and users visit the website subsequently and on the previous visit GPC was turned on but is now turned off. The default value of this is: "We see that your GPC previously ON is now turned OFF. Would you like to propagate this setting to all your marketing and other consents?". Using this input, customers can override the default text.
Sets the expiry date of the GPC cookie to the number of months set from the current date. Default value is 6 months.