How to make Redirect Page with Analytics ?

by 4 replies
5
I would like to make a Redirect Page with some Analytics on the Page
too, before i send the redirect page to the offer.....

What is the best way to do this ?

ps. What's better a PHP Redirect or an.htaccess Redirect ?

Thanks!
#programming #analytics #make #page #redirect
  • A) How do I manually track clicks on outbound links? - Analytics Help
    There are other ways to also get analytics to track (Assuming you are using google)

    B)Depends on what you are trying to do. I use .htaccess to redirect .net and www's to my non www, but for external links I use php.
    • [1] reply
    • Hi Jesse,

      Thanks for the reply, but i think php redirects won't allow any code
      on that same page ??

      You are now even allowed to have any whitespace too ??

      Is this correct ?
  • If you use Wordpress I can give you step by step instructions to accomplish that.
    Otherwise - it's a messy .htaccess / PHP coding.

    Gleb
  • you can put your analytic code then write meta refresh tag

    example:
    Code:
    <!-- put your analytic code here -->
    <meta http-equiv="refresh" content="0;url=http:/ rwebsite.com">

Next Topics on Trending Feed