General DNS Configuration
This guide covers CNAME record configuration for most DNS providers, hosting companies, and domain registrars like GoDaddy, Namecheap, HostGator, Bluehost, and others.
For Cloudflare users, see our Cloudflare Setup Guide. For cPanel hosting, see our cPanel Setup Guide.
Configuration Steps
1. Access DNS Management
For Domain Registrars (GoDaddy, Namecheap, etc.):
- Log into your domain registrar account
- Navigate to "Domain Management" or "My Domains"
- Click "Manage DNS" or "DNS Settings"
For Hosting Providers:
- Log into your hosting control panel
- Look for "DNS Zone Editor", "DNS Management", or "Advanced DNS"
- Select your domain from the list
2. Create Primary CNAME Record
- Click "Add Record" or "Add New Record"
- Configure the tracking record:
- Type: CNAME
- Name:
dre2
(ordre2.yourdomain.com
if your provider requires full domain) - Target:
app.datareshape.net
- TTL: Auto or 3600
- Click "Save" or "Add Record"
3. Create SSL Validation Record
- Click "Add Record" again
- Configure the SSL validation:
- Type: CNAME
- Name:
_acme-challenge.dre2
(or_acme-challenge.dre2.yourdomain.com
if your provider requires full domain) - Target:
dre2.yourdomain.com.5c7e7c9aba529dca.dcv.cloudflare.com
(replace yourdomain.com with your domain) - TTL: Auto or 3600
- Click "Save" or "Add Record"
4. Verify Configuration
Your DNS records should appear as:
Type | Name | Target | TTL |
---|---|---|---|
CNAME | dre2 (or dre2.yourdomain.com) | app.datareshape.net | 3600 |
CNAME | _acme-challenge.dre2 (or full domain) | dre2.yourdomain.com.5c7e7c9aba529dca.dcv.cloudflare.com | 3600 |
Provider-Specific Notes
GoDaddy
- Navigate to "DNS" → "Manage Zones" → "Add Record"
- Use short format:
dre2
and_acme-challenge.dre2
Namecheap
- Go to "Advanced DNS" → "Add New Record"
- Use short format:
dre2
and_acme-challenge.dre2
Other Providers
- Most providers follow similar patterns
- Try short format first (
dre2
), then full format if required - Look for "DNS", "Zone Editor", or "Domain Settings"
Common Issues & Solutions
Cannot Find DNS Settings
Symptoms: No DNS management options visible Solution:
- Check if DNS is managed externally (Cloudflare, etc.)
- Contact provider support for DNS access
- Look for alternative terms like "Zone Editor" or "Domain Settings"
CNAME Record Conflicts
Symptoms: Cannot create CNAME due to existing records Solution:
- Remove any existing A, AAAA, or TXT records for the same subdomain
- Only one record type per subdomain is allowed
- Delete conflicting records before adding CNAME
Wrong Record Format
Symptoms: Error messages about invalid format Solution:
- Try short format (
dre2
) vs full format (dre2.yourdomain.com
) - Some providers auto-complete the domain
- Check provider documentation for format requirements
DNS Not Propagating
Symptoms: Records don't resolve after 24+ hours Solution:
- Verify record values are exactly correct
- Check TTL settings (lower values propagate faster)
- Use DNS checking tools to verify from multiple locations
Next Steps
- Contact DATA Reshape team to confirm setup completion
- Implement tracking code using your custom subdomain
Your DNS configuration is complete when both CNAME records resolve correctly. SSL certificates generate automatically within 24-48 hours.
Support Resources
Your DNS Provider:
- Contact through your account dashboard
- Check provider documentation
DATA Reshape Support:
- Email: [email protected]
When requesting support, include:
- Your DNS provider name
- Domain name and chosen subdomain
- Screenshots of DNS records
- Any error messages encountered