Consent Profiles

The Audit Screen lets you see consents in a graphical display (as opposed to using an API).

👍

Search Criteria Explained: Email or Subject ID

You can search for contents by either the email or Subject ID.

  1. The subject IDwill search both the verified ID and anonymous ID fields. The goal is to make that lookup simple. Remember that when you POST a concept it must contain either a *verified ID andanonymous ID . The system will then assigned asubjectID**. You cannot search by searchId. That is logical since you would not that what that is until you look up the record.

  2. Consents sent using the consumer UI will always have an email. For those sent using the API it is a two step process where you post to the v2/subjects/profile endpoint with the email address and returning back a verified ID, as explained here.

Here we have one consent. We can click on it to see what data was sent.

Click on the link you you can see that the subject opted-out of the Promotion consent.

This consent is for the Promotion option, which was generated with:

{
              	  "subject": {
               	        "anonymousId": "anon1"
                	},
       	 	   "actions": [{
                        "target": "promotion",
               	        "vendor": "bank",
                        "action": "ACCEPT"
                	}],
                    "attributes": {
                      "dob": "2002-08-23",
                      "sex": "f",
                      "ipaddr": "255.255.255.254"
       		}
         }

Note that you can filter on:


Didn’t find what you were looking for?

Email our team: [email protected]?subject=UPCP