Skip to main content

Cloudflare DNS Configuration

Cloudflare requires specific configuration to ensure DATA Reshape tracking works properly. This guide covers the complete setup process including the critical proxy settings.

Configuration Steps

1. Access Cloudflare DNS

  1. Log into Cloudflare Dashboard
  2. Select your domain from the list
  3. Navigate to "DNS" in the left sidebar

2. Create Primary CNAME Record

  1. Click "Add record"
  2. Configure the tracking record:
    • Type: CNAME
    • Name: dre2.yourdomain.com (replace yourdomain.com with your domain)
    • Target: app.datareshape.net
    • Proxy status: ☁️ DNS only (gray cloud)
    • TTL: Auto
  3. Click "Save"

3. Create SSL Validation Record

  1. Click "Add record" again
  2. Configure the SSL validation:
    • Type: CNAME
    • Name: _acme-challenge.dre2.yourdomain.com (replace yourdomain.com with your domain)
    • Target: dre2.yourdomain.com.5c7e7c9aba529dca.dcv.cloudflare.com (replace yourdomain.com with your domain)
    • Proxy status: ☁️ DNS only (gray cloud)
    • TTL: Auto
  3. Click "Save"

4. Verify Configuration

Your DNS records should appear as:

TypeNameContentProxy statusTTL
CNAMEdre2.yourdomain.comapp.datareshape.net☁️ DNS onlyAuto
CNAME_acme-challenge.dre2.yourdomain.comdre2.yourdomain.com.5c7e7c9aba529dca.dcv.cloudflare.com☁️ DNS onlyAuto
Critical Configuration

Cloudflare's proxy feature (orange cloud) MUST be disabled for your tracking subdomain. The orange cloud interferes with tracking functionality and will prevent proper data collection.

Common Issues & Solutions

Orange Cloud Enabled

Symptoms: Tracking failures, timeout errors, failed requests Solution:

  1. Find CNAME record in Cloudflare DNS
  2. Click orange cloud to turn gray
  3. Wait 5-10 minutes for propagation

SSL Certificate Problems

Symptoms: HTTPS errors, certificate warnings Solution:

  1. Verify both CNAME records exist
  2. Ensure SSL validation record is correct
  3. Wait 24-48 hours for certificate generation

CNAME Not Resolving

Symptoms: DNS lookup failures, subdomain not found Solution:

  1. Check record names are exactly correct
  2. Verify targets match provided values
  3. Ensure no conflicting records exist

Intermittent Tracking Failures

Symptoms: Some events work, others fail randomly Solution:

  1. Verify proxy status is gray cloud
  2. Review Cloudflare security rules
  3. Check for rate limiting interference

Next Steps

  1. Contact DATA Reshape team to confirm setup completion
  2. Implement tracking code using your custom subdomain
Success Indicator

Your Cloudflare configuration is complete when both CNAME records show gray clouds and resolve to correct targets. SSL certificates generate automatically within 24-48 hours.

Support Resources

Cloudflare Issues:

DATA Reshape Support:

When requesting support, include:

  • Your domain name
  • Screenshot of DNS records with proxy status
  • Any error messages from verification steps