Getting Started
Creating Your Account
- Visit app.econsent.org/register and sign up with your business email
- Verify your email address
- Complete your company profile with your organization name and website URL
Setting Up Properties & Domains
After creating your account, configure your properties in the dashboard at app.econsent.org:
- Navigate to Properties in the left sidebar
- Click Add Property and enter your website domain
- Configure your consent selector — this tells eConsent which element on your page contains the consent language
- Add any additional domains or subdomains where you collect consent
Each property has its own Company ID used in the tracking script.
Installing the Tracking Script
Add the eConsent tracking script to any page where you collect consumer consent:
<script src="https://cdn.econsent.org/cdn/scraper.min.js" data-company="YOUR_COMPANY_ID" data-property="auto"></script>- Replace
YOUR_COMPANY_IDwith the Company ID found in your dashboard under Properties - The
data-property="auto"attribute automatically detects which property the script is running on based on the page domain
Place the script as early as possible in the page to ensure full session recording.
How Consent Capture Works
Once the script is installed, eConsent automatically:
- Records the session using real-time screen recording of the consumer’s interaction
- Captures the consent event when a consumer submits a form
- Extracts the consent language shown to the consumer at the time of submission
- Generates a consent certificate with a unique certificate URL, SHA-256 hash, and full session replay
- Stores the certificate with S3 Object Lock COMPLIANCE mode for up to 7 years
Generating Your First Certificate
- Install the script on a test page with a consent form
- Submit the form as a test consumer
- Check your dashboard — the certificate should appear within a few minutes
- Click the certificate to view the full details, session replay, and shareable certificate URL
Verifying Your Setup with the Inspector
Use the Inspector tool in your dashboard to verify that eConsent is correctly capturing fields and consent language on your pages:
- Navigate to Inspector in the dashboard
- Enter the URL of the page where the script is installed
- The Inspector will show which form fields are detected, whether the consent selector is matched, and if session recording is active
This is the fastest way to confirm everything is working before going live.
Verifying a Certificate
Use the Verification API or your dashboard to look up any consent certificate by phone number, email, or certificate ID. Each certificate includes the timestamp, IP address, consent language shown, and a full session replay.
Need Help?
Contact our support team at support@econsent.org for assistance with setup and configuration.
Did this answer your question?