Skip to main content

How to Setup your undevelop domain names using Google for Domains

If you are using Google Adsense as publisher, you should know by now that you can also use Google for Domains for your undevelop domain names. Read here if you missed this article (Extending Adsense for domains to all publishers). All North American based publishers should have their Google for Domains access starting December 18, 2008.

You need to setup your domain name www A record to the CNAME (alias) with your unique adsense ID provided to you. Here's the step-by-step setup to use Google for Domains. (For this example, I'm using my enom reseller account and if you don't have enom reseller account, read this article http://reseller.king.net/ to get one).
  • Login to http://www.enom.com/ website with your reseller account
  • Click Domains (located in header menu). Scroll down and you will see the Quickly manage this domain.
  • Type your domain name and click go. I will manage one of my domain name donatecash.com for this example.
  • In donatecash.com page, click Host Records to edit host records.
  • In Edit Host Records, you can make the necessary update.
  • www CNAME (alias) pub-xxxxxxxxxx.afd.ghs.google.com.
  • @ A Address 216.239.32.21
  • @ A Address 216.239.34.21
  • @ A Address 216.239.36.21
  • @ A Address 216.239.38.21
  • Click on Save to finish.

NOTE: The pub-xxxxxxxxxx is your unique identifier. You can get this information from your Google Adsense website.

How to add domains for your Google for domains?

OK, we just updated the DNS record for donatecash.com domain name. Now let's login to your Google Adsense account here http://www.google.com/adsense, using your account information.

  • Login to http://www.google.com/adsense website.
  • Click the Adsense Setup tab, click on Adsense for Domains.
  • In Adsense for Domains page, you will see your unique identifier. You need this information as discussed above.
  • To add donatecash.com domain name, click on Add new domains.
  • In Add Individual Domains, type your domain name. In this example, I'm using donatecash.com domain.
  • Select the language
  • Click Add domain(s)

The newly added domain(s) will be in Pending tab, as well as your Active (approved domains), and Disapproved domains according to Google policy. Now wait for 30 minutes or so and check if your domain(s) is approved or disapproved.

If your domain names still in verifying ownership status, this means that the changes is not propagated to the Internet after the last checked of Google. You just need to wait, something it will take 4-28 hours to completely propagate the changes of DNS worldwide. In my experience here in North America, it will only take 4 hours. I think Enom DNS management doing it's job to quickly update my DNS records.

When your domain is ready, then go ahead open your Google Chrome or Internet Explorer to see your domain name if properly resolving. My donatecash.com domain name is now accessible and this is the default page of Google for Domains. You can customize the color of your text. Hopefully Google will improve this service in the future, maybe adding ways for us to update our template (look and feel of the website just like the google apps), etc.

Ok we accomplished one domain name, how about if you own hundreds of domain name. That's easy to implement using your Enom reseller account. Here's how to.

  • Login to http://www.enom.com/ again
  • Click on Domains, Bulk Tools, then click on Global Edit
  • In Welcome to the Global Edit wizard, select Model Domain, click on Next
  • In Step 2: What do you want to update?, select Host Settings, then click Next
  • In Step 3: Which method would you like to use?, select "List" method (most cases), then click Next
  • In Step 4: Add domains, type all the domain names you want to update or use the pre-fill list, then click on Next
  • In Step 5: Select the "model" domain, type donatecash.com (I've used in my first setup) or click select from list, click on Next.
  • In Step 6: Review and apply changes. You will see the summary of your action. If this is correct, click on apply changes.
  • done

Then go back to your Google for Domains (adsense) to add more domains. See it's easy to update multiple domain names to use Google for Domains.

Next is to see the revenue comparison between Google for Domains and domain parking companies that provides google feeds.

Comments

Popular posts from this blog

Alternative Social Networks

If you are planning to create your  social network  e.g. similar to Facebook. Here's a short list of alternative software's: Open Source and Free​ http://buddypress.org/  - Wordpress (Open Source and Free) http://elgg.org/  - (Open Source and Free) Commercial Social Networks software http://www.socialengine.com/  ($299 Stand Alone, $29/mo Cloud) http://www.jomsocial.com/  (run with Joomla, need to know CMS) http://www.boonex.com/  (very expensive, $399 for Standard) http://www.anahitapolis.com/ http://www.oxwall.org/ http://sharetronix.com/ http://www.moosocial.com/ http://www.jcow.net/ http://phpdolphin.com http://www.grou.ps  (from free to Commercial, I left my networks and they are selling it  http://www.phpfox.com/  (I used this before, it's hard to maintain. I moved to NING but left too after it was sold to another company) http://www.ning.com  (I don't recommend using this service, it's hard to export your data when it's time to move) S

Learning Vulnerability Scanning by KING.NET

Learning Vulnerability Scanning is fun and easy. So I hope you enjoy reading this short how to guide on how to use vulnerability scanning to secure your servers and networks. NMAP is the swiss tool that you need to learn if you're serious in Cyber Security profession. The NMAP tool can be use with NSE scripting (Nmap Scripting Engine) to automate your tasks. For example using NSE Script using a  single vulnerability (cold fusion)  to scan our test lab machine. root@kali:~# nmap -v -p 80  --script http-vuln-cve2010-2861  10.11.1.220 Starting Nmap 6.47 ( http://nmap.org ) at 2016-07-22 17:34 EDT NSE: Loaded 1 scripts for scanning. NSE: Script Pre-scanning. Initiating ARP Ping Scan at 17:34 Scanning 10.11.1.220 [1 port] Completed ARP Ping Scan at 17:34, 0.04s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 17:34 Completed Parallel DNS resolution of 1 host. at 17:35, 13.01s elapsed Initiating SYN Stealth Scan at 17:35 Scanning 10.11.1.220 [1 port] Comp