Any way to use Statcounter to track a url Redirect?

2 replies
I use statcounter on all of my sites. But here latey I am using a domain redirect and have no way to track where my traffic is coming from.

Is there a better way to do this?

Maybe a HTML redirect?

Help....
#redirect #statcounter #track #url
  • Profile picture of the author NewRiseDigital
    Use a HTML redirect, try this code below in the root directory of the domain you want to redirect (putting your title and domain to redirect to in the appropriate places).

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Page Title Goes Here</title>
    <head>
    <meta http-equiv="refresh" content="0;http://your-website-to-redirect-to.com">
    </head>
    Signature
    Interviews With The Top Digital Marketing Experts - Get The New Book "Essential Digital Marketing For Small Business http://newrisedigital.com/book
    {{ DiscussionBoard.errors[7798824].message }}

Trending Topics