Overview
The Consent Dashboard is an Adatree-hosted web application where your users create and manage their CDR consents. You direct users to it with a URL, and you tailor the entire experience through that URL: what’s pre-selected, and where users are sent afterwards.
These pages explain the dashboard, every option you can configure, and the journeys your users take through it. They are meant to be read in order.
Two features
Section titled “Two features”The dashboard offers two distinct, independent features. You can use either or both.
| Feature | What the user does | URL |
|---|---|---|
| Create Consent | Creates a new consent from your use case | https://your-dashboard.com/create |
| Manage Consent | Views and revokes their existing consents | https://your-dashboard.com/ |
your-dashboard.com is a placeholder for your configured dashboard URL, e.g. your-company.dashboard.adatree.com.au.
How you customise it
Section titled “How you customise it”Everything you can change is controlled by URL parameters that you append when sending the user to the dashboard. They fall into two groups:
- Prefill parameters: skip steps by pre-selecting the use case, data holder, and so on (
uci,dhi,eid,gid). - Redirect parameters: control where the user lands after they finish, or when something goes wrong (
ccr,mcr,aer). These override the default redirects Adatree configures for you.
Next steps
Section titled “Next steps” URL parameters The full reference for every prefill and redirect parameter, with examples.
User flows See the end-to-end journeys, where each redirect fires, and the error codes you may receive.