How to make Redirect Page with Analytics ?

by GjKn2
4 replies
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!
#analytics #make #page #redirect
  • Profile picture of the author JesseT
    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.
    Signature

    Short Sale Extraordinaire!

    {{ DiscussionBoard.errors[1244845].message }}
    • Profile picture of the author GjKn2
      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 ?
      {{ DiscussionBoard.errors[1249103].message }}
  • Profile picture of the author MemberWing
    If you use Wordpress I can give you step by step instructions to accomplish that.
    Otherwise - it's a messy .htaccess / PHP coding.

    Gleb
    {{ DiscussionBoard.errors[1249959].message }}
  • Profile picture of the author Ronald Kang
    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">
    Signature

    My profile at Ronald Kang
    My Blog at Kang's Journal

    {{ DiscussionBoard.errors[1257880].message }}

Trending Topics