Adwords Campaign#

Finally got around to mounting an adwords campaign for PSQ. If you have a downloadable product and don't have an adwords campaign, I would encourage you to try it out. Its easy to set up, doesn't cost much and you can pack it in any time.

I've had a few hits from the ad over two days, nothing spectacular, but more than I was getting before.

I've also set up a notification so that I get an email to my gmail account if anyone comes to the site. For anyone who'd like to try it using ASP.NET just put some code like this in the Page_Load event:

// only fire if HTTP_REFERER is not null
// since null indicates a googlebot

string referer = Request.ServerVariables["HTTP_REFERER"] ;

if ( referer != "" )
{
   
System.Web.Mail.MailMessage em = new MailMessage() ;
   
em.Subject = "home page hit! holy cow!" ;
   em.From = "Hits<abc@xyzwq.com>" ;
   
em.To = "mygmail accoun at gmail dot com" ;
   
em.Body = "Remote = " + Request.ServerVariables["REMOTE_HOST"] + "\n" ;
   
em.Body += "Referer = " + Request.ServerVariables["HTTP_REFERER"] ;

   SmtpMail.SmtpServer = "mail dot mydomain dot com" ;
   
SmtpMail.Send(em);
}

11/9/2005 11:25:53 PM (GMT Standard Time, UTC+00:00) #    Comments [0]  |  Trackback

 

All content © 2008, Paul Duggan
On this page
This site
Calendar
<December 2008>
SunMonTueWedThuFriSat
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910
Archives
Sitemap
Blogroll OPML
Disclaimer

Powered by: newtelligence dasBlog 1.8.5223.0

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Send mail to the author(s) E-mail

Theme design by Jelle Druyts


Pick a theme: