- Joined
- Oct 13, 2006
- Messages
- 267
- Reaction score
- 0
I agree with "it takes time", at the end it's the right audience and that's important (I would like to see sales posted too, would interesting!)
Only use adwords for premium and/or keyword rich domains that have advertisers bidding on the keywords that your domain name contains.
DKIB dot com - Purchased By an Investment Bank - $5750 (sales page) first adwords sale. (october) (escrow.com)
Black***** dot com - Pending Funds $8k (2 bidders) (Sales Page)(last week)
******.com - $6k (NDA so cant post) (sales page and then escrow.com)
mneo dot com - $2.4k (AfterNIC) (last month)
it does not like "sites that directly profit from traffic" as they offer no real content.
CREATE DATABASE `domaintracking`;
DROP TABLE IF EXISTS `domaintracking`.`parkedstats`;
CREATE TABLE `domaintracking`.`parkedstats` (
`id` int(10) unsigned NOT NULL auto_increment,
`domain` varchar(65) NOT NULL default '',
`date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
<?
$domain = $_GET['q'];
$server = 'localhost';
$user = 'user';
$pass = 'password';
$database = 'domaintracking';
// Enter your Affiliate ID
$afternicref = "YOURAFFILIATEID";
if (isset($domain)) {
$link = mysql_connect($server, $user, $pass);
if (!$link)
{
die('Could not connect: ' . mysql_error());
}
$db = mysql_select_db($database, $link);
//
$query = "INSERT INTO parkedstats (id, domain) VALUES ('','$domain')";
$result = mysql_query($query, $link);
mysql_close($link);
header("Location: http://www.afternic.com/name.php?domain=$domain&ref_id=$afternicref");
exit(); // Use the exit command to make sure php is exiting out correctly.
}
else
{
echo "No Domain Specified";
}
?>
http://www.yourdomain.com/bounce.php?q={DOMAIN}
www.parked.com offer the ability to redirect to your own sales pages.
Looks like Adwords bids did indeed go to $5 minimum as I am now getting the same message from Adwords where my old keyword bid of 0.25c is not acceptable anymore and new mimimum is now $5., which seems extremely high for a low paying kind of non-financial category. Anyone else seeing this?