HomePrivacy & Governance › Labels, retention and the Privacy API

Labels, retention and the Privacy API

Purpose: Manage data lifecycle and honor visitor rights.

Who this page is for

AudienceWhy it matters to you
AdminsConfigure settings
LegalCompliance setup
EngineersAPI implementation

Data Governance: Labels, Retention, Privacy API

Data labels

Tag variables with sensitivity level:

LabelMeaningExamples
SensitivePII or sensitiveEmail, User ID, Payment info
ModerateCould identifyCountry, Postal code
Non-sensitiveSafe to keepPage name, Device type

In Admin Console:

Data retention

How long to keep data before deleting.

Configure per report suite:

Rule: Delete as soon as you don't need it

Privacy API

Honor visitor rights to access/delete data.

Visitor requests

Access: "Give me all data you have on me" Delete: "Delete all my data"

Your process

  1. Visitor submits request
  2. You identify them (hash of email, etc.)
  3. You submit to Privacy API
  4. Adobe processes (24-48 hours)
  5. Data is deleted/provided

Implementation

curl -X POST https://analytics.adobe.io/v2/analytical/jobs
-H "Authorization: Bearer TOKEN"
-d '{
  "jobs": [{
    "jobType": "delete",
    "userKey": "abc123def456",
    "namespace": "email"
  }]
}'

Compliance checklist

---

End of Privacy & Governance

Quick navigation