Communicating Consumer Opt-Out-of-Sale Requests to Adobe Advertising
You can communicate consumer opt-out-of-sale requests by using either:
- a CCPA opt-out-of-sale segment created in Advertising DSP
- the Adobe Experience Platform Privacy Service API
Method 1: Communicate CCPA Opt-Out-of-Sale Requests Using a CCPA Opt-Out-of-Sale Segment in Advertising DSP
- Log in to the advertiser’s account in Advertising DSP at https://advertising.adobe.com/.
- Create a CCPA opt-out-of-sale segment, and implement the segment pixel to capture the opt-out requests.
Method 2: Communicate CCPA Opt-Out-of-Sale Requests Using the Adobe Experience Platform Privacy Service API
Advertisers assigned an Adobe Experience Cloud organization ID only
-
Deploy a JavaScript library to retrieve your customer’s cookies. The same library,
AdobePrivacy.js
, is used for all Adobe Experience Cloud solutions.IMPORTANT
Requests to some Adobe Experience Cloud solutions don’t require the JavaScript library, but requests to Adobe Advertising require it.You should deploy the library on the webpage from which your customers can submit opt-out-of-sale requests, such as your company’s privacy portal. The library helps you retrieve Adobe cookies (namespace ID:
gsurferID
) so that you can submit these identities as part of opt-out-of-sale requests via the Adobe Experience Platform Privacy Service API. -
Identify your Experience Cloud organization ID and make sure that it’s linked to your Adobe Advertising accounts.
An Experience Cloud organization ID is a 24-character alphanumeric string appended with “@AdobeOrg.” Most Experience Cloud customers have been assigned an organization ID. If your marketing team or internal Adobe system administrator doesn’t know your organization ID, or isn’t sure if it’s been provisioned, then contact your Adobe Account Team. You’ll need the organization ID to submit requests to the Privacy API using the
imsOrgID
namespace.IMPORTANT
Contact your company’s Adobe Advertising representative to confirm that all of your organization’s Adobe Advertising accounts — including DSP accounts or advertisers, Search, Social, & Commerce accounts, and Creative or DCO accounts — are linked to your Experience Cloud organization ID. -
Use the Adobe Experience Platform Privacy Service API to submit opt-out-of-sale requests to Adobe Advertising on behalf of consumers, and to check the status of existing requests.
See the Appendix below for an example of an opt-out-of-sale request.
NOTE
If your business has multiple Experience Cloud organization IDs, then you must send separate API requests for each. You can, however make one API request to multiple Adobe Advertising sub-solutions (Search, Social, & Commerce, Creative, DSP, and DCO), with one account per sub-solution.
All of these steps are necessary to receive support from Adobe Advertising. For more information about these and other related tasks you need to perform using the Adobe Experience Platform Privacy Service, and where to find the necessary items, see https://experienceleague.adobe.com/docs/experience-platform/privacy/home.html.
Retrieving Reports of Consumers Who Submitted Opt-Out-of-Sale Requests
Adobe Advertising generates monthly reports of IDs that customers have submitted for opt-out-of-sale requests for the account. Each report is available as a tab-separated text file compressed into GZIP format. The data consolidates requests captured using CCPA opt-out-of-sale segments that were created in Advertising DSP and any submissions made via the Privacy Service API. User IDs captured in CCPA opt-out-of-sale segments are identified by segment and by advertiser. Reports are generated on the first of each month for the previous month. For example, the monthly user list for June is available on July 1.
You can retrieve links to the monthly reports that were created in the previous three months, either from within Advertising DSP or by using the Advertising DSP Trafficking API. Each link is valid for seven days but refreshes each time a customer attempts to retrieve one.
Method 1: Retrieve Consumer Opt-Out-of-Sale Reports Within Advertising DSP
- Log in to the advertiser’s account in Advertising DSP at https://advertising.adobe.com/.
- Retrieve the reports.
Method 2: Retrieve Consumer Opt-Out-of-Sale Reports Using the Advertising DSP Trafficking API
This feature is available to organizations that use the Trafficking API. See the documentation for the Trafficking API for more information.
If your organization doesn’t use the Trafficking API but is interested in more information, contact your Adobe Account Team.