<!DOCTYPE html>
<html><head><title>How do I set up a custom domain with CloudFlare?</title></head><body>
<strong>How do I set up a custom domain with CloudFlare? </strong><br />
<br />
First of all, before you try to set up a custom domain with CloudFlare, make sure that you understand the details of setting up a CNAME DNS record by reading this FAQ first:<br />
<table border="0" cellpadding="0" cellspacing="0" style="box-sizing: border-box; border-collapse: collapse; border-spacing: 0px; max-width: 100%; background-color: rgb(255, 255, 255);">
<tbody style="box-sizing: border-box;">
<tr style="box-sizing: border-box;">
<td style="box-sizing: border-box; width: 20px;"><a href="/user/faqs.cgi?answer=140"><img height="20" src="//cdn.clickmagick.com/images/user/faqpage.gif" style="box-sizing: border-box; border: 0px; vertical-align: middle;" width="17" /></a></td>
<td style="box-sizing: border-box;"> </td>
<td style="box-sizing: border-box;"><b><a href="/user/faqs.cgi?answer=140"> What is the recommended way to set up a custom domain? </a></b></td>
</tr>
</tbody>
</table>
<br />
You should also watch our Setup Video even though it shows the setup process using the NameCheap registrar. The video explains many important details that are common to setting up a custom domain no matter what registrar or control panel you are using:<br />
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><a href="/misc/video.cgi?name=cnamedns" id="video-link-new"><img border="0" height="24" src="//cdn.clickmagick.com/images/user/play.png" width="24" /></a></td>
<td><img height="1" src="//cdn.clickmagick.com/images/spacer.gif" width="10" /></td>
<td><b><a href="/misc/video.cgi?name=cnamedns" id="video-link-new">How To Set Up A Custom Domain Using a CNAME DNS Record</a></b></td>
</tr>
</tbody>
</table>
<br />
<br />
<strong>Setting up your custom domain with CloudFlare …</strong><br />
<br />
<strong>Step 1:</strong> <strong>Create a CNAME record in the DNS Settings</strong><br />
<br />
From within CloudFlare, open your domain and click on the “DNS” button near the top to enter the DNS editor:<br />
<br />
<img src="//cdn.clickmagick.com/images/user/faqs/cfpanel.png" /><br />
<br />
<br />
The DNS editor will show you all of the existing DNS records for your domain and give you the option to add new DNS records with an “Add Record” link above your existing settings.<br />
<br />
For example, if you want your custom tracking domain to be <code>www.yourdomain.com</code>, you’d select “CNAME” from the drop-down menu on the left hand side, enter<b> </b>“www” in the “Name” section of the DNS entry, and point it to one of ClickMagick’s domains. Use <code>www.clkmg.com</code> for tracking links and split tests or <code>www.clkmr.com</code> for rotators.<br />
<br />
Your entry should look like this:<br />
<br />
<img src="//cdn.clickmagick.com/images/user/faqs/cfcname.png" /><br />
<br />
If the “cloud” to the left of the “Add Record” button is orange, click it to turn it grey. This disables CloudFlare’s simulated CNAME records which are unnecessary for ClickMagick and they slow down your clicks.<br />
<div class="faq-tip"><b>Tip:</b> If you want to use the secure <code>https:</code> protocol with your domain, leave CloudFlare’s simulated CNAME records turned ON. In the “on” state, the “cloud” next to the “Add Record” should look like: <img src="//cdn.clickmagick.com/images/user/faqs/faq191orangecloud.png" />. All other setup instructions in this guide remain the same.</div>
<br />
<br />
Click the “Add Record” button and you should see this CNAME entry:<br />
<br />
<img src="//cdn.clickmagick.com/images/user/faqs/cfwwwent.png" /><br />
<br />
CloudFlare will not allow you to enter duplicate CNAME entries. If you get an error, either delete the existing <code>www</code> entry and try again, or edit the existing entry and change its values to those above.<br />
<br />
If you don’t want to use <code><strong>www</strong>.yourdomain.com</code> for your tracking domain because it already points to another website, you’ll want to set the Domain Name to something other than <code>www</code>. The word <code>track</code> is a good choice, giving you <code>track.yourdomain.com</code> as your tracking domain:<br />
<br />
<img src="//cdn.clickmagick.com/images/user/faqs/cftrkent.png" /><br />
<br />
<br />
<b>Step 2: Add your custom domain to ClickMagick</b><br />
<br />
Once you complete Step 1 above, the only other thing you need to do is add your custom domain to your ClickMagick account using the <strong><a href="/user/domains.cgi" target="_blank">Domain Manager</a></strong>.<br />
<br />
Be sure to add your custom domain exactly as you’ve set it up in Step 1 above e.g. either <code>www.yourdomain.com</code> or <code>track.yourdomain.com</code> in the examples above.<br />
<br />
ClickMagick’s Domain Manager will thoroughly test your domain when you try to add it. If the Domain Manager accepts the domain, then you’ve set it up correctly and it’s working perfectly! Otherwise, read and follow any error messages you get.<br />
<br />
<br />
<b>Step 3: Create your custom domain without “www.” <em>(optional)</em></b><br />
<br />
If you’re using your custom domain <em>only</em> for tracking purposes, you’ll probably want to also set up the non-<code>www</code>. version of your domain (i.e., <code>yourdomain.com</code>). This would typically be the case if you’ve just bought your domain specifically for tracking purposes.<br />
<br />
For example, if you just set up a CNAME record with a hostname of <code>www</code> as in Step 1 above, your tracking links will look like this:<br />
<br />
<code>http://www.yourdomain.com/linkID</code><br />
<br />
However, if you leave off the <code>www</code> like this…<br />
<br />
<code>http://yourdomain.com/linkID</code><br />
<br />
… the tracking domain will NOT work.<br />
<br />
You have to set the non-<code>www</code> version up as well, and because the non-<code>www</code> domain does not have a Host Name, you cannot use a CNAME record to properly set it up. Instead, you need to use an “A” record.<br />
<div class="faq-caution"><b>Caution:</b> You cannot make this change if you have ANY existing content at <code>yourdomain.com</code>. The second you add the “A” record, your domain will point to ClickMagick and not to your original website. <em>This will break your existing website if you have one</em>, and that includes a WordPress blog.<br />
<br />
If you’re unsure whether you have existing content, just enter your domain without the <code>www.</code> and see what pulls up. If it’s a website you want to keep, then you can’t add the “A” record or you will lose that website…</div>
<br />
<br />
<strong>Adding the “A” Record</strong><br />
<br />
<span style="background-color: rgb(255, 255, 255);">To get started, if there’s an existing “A” record that shows just your domain with nothing in front of it, then you’ll need to delete it by clicking on the “X” at the right. You will almost certainly have to do this step. An existing entry will look like this, but with a different IP address:<br />
<br />
<img src="//cdn.clickmagick.com/images/user/faqs/cfaent.png" /></span><br />
<br />
Next, add a new “A” record, entering “@” for the Name field. Set the IP address to <strong>50.97.212.250</strong> for tracking domains or to <strong>50.97.212.251</strong> for rotator domains:<br />
<br />
<img src="//cdn.clickmagick.com/images/user/faqs/cfarec.png" /><br />
<br />
Click “Add Record” and your “A” record is all set up! It should look like this:<br />
<br />
<br />
<img alt="" src="//cdn.clickmagick.com/images/user/faqs/cffinalsetup.png" style="width: 600px; height: 96px;" /><br />
<br />
You will see other entries in your DNS records, but as long as you have only one CNAME entry for <code>www</code> and only one “A” record entry for <code>yourdomain.com</code>, then you’ve set it up correctly.<br />
<br />
<br />
<strong>Step 4: </strong><b>Add your custom domain (without “www.”) to ClickMagick</b><br />
<br />
Finally, you have to also add the non-www version of your domain to your <strong><a href="/user/domains.cgi" target="_blank">Domain Manager</a></strong><br />
and you’ll be all set.
</body></html>