Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6992325
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:37:11+00:00 2026-05-27T19:37:11+00:00

I need help figuring out how to successfully redirect while including Analytics code. I

  • 0

I need help figuring out how to successfully redirect while including Analytics code.

  • I have a subdomain setup http://buuf.fractalsystems.org
  • The subdomain is actually just a subfolder http://fractalsystems.org/buuf
  • I have an HTML file in that subfolder which redirects to https://market.android.com/developer?pub=Fractal%20Systems

The code for that redirect file:

<head>
<script type="text/javascript">
function delayedRedirect(){
    window.location = "https://market.android.com/developer?pub=Fractal%20Systems"
}
</script>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-1234567-8']); <!--I have my real ID there-->
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
   var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</head>
<body onLoad="setTimeout('delayedRedirect()', 3000)">
<h2>ADW.BuuF.Theme is no more! You will be redirected to new and better apps in 3 seconds.</h2>
</body>
</html>

This works as a redirect only if I don’t include my Analytics code. I’ve tried moving the code around with no change.

QUESTION
How can I add a redirect, of any kind, and still be able to track with Google Analytics?

I’ve tried PHP redirects with no success and am pretty sure htaccess redirects wont help although I’m open to suggestions.

The reason I’m using a JavaScript redirect is so I can continue to track with Google Analytics and also show a little message or make a custom page with the delay.

Thanks for any help. Doesn’t have to be JS, please, any input is welcome if you know of a solution.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T19:37:12+00:00Added an answer on May 27, 2026 at 7:37 pm

    Using meta refresh worked like a charm! Legacy FTW! Thanks, @Balexandre

    <html>
    <head>
    <meta http-equiv="refresh" content="5; url=https://market.android.com/developer?pub=Fractal%20Systems">
    <script type="text/javascript">
    
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-1234567-8']);
      _gaq.push(['_trackPageview']);
    
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();
    
    </script>
    </head>
    <body>
    <h2>ADW.BuuF.Theme is no more! You will be redirected to new and better apps in 5 seconds.</h2>
    </body>
    </html>
    

    RECAP: I am now able to redirect while tracking those redirects using Google Analytics!

    Meta Refresh (Taken from wikipedia)

    Examples

    Place inside to refresh page after 5 seconds:

    <meta http-equiv="refresh" content="5">
    

    Redirect to http://example.com/ after 5 seconds:

    <meta http-equiv="refresh" content="5; url=http://example.com/">
    

    Redirect to http://example.com/ immediately:

    <meta http-equiv="refresh" content="0; url=http://example.com/">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need help with figuring out how to get hold of the redirect after
Need help figuring out how to do this. My code: my %hash; $hash{'1'}= {'Make'
Need help figuring this out. I have two tables user ---- name skills (comma
Need help figuring this out. Have a product model: class Product :name :short_description :price
I need help in figuring out the solution for my problem. 1. I have
I need help figuring out which Accessory Type Switch has been changed. I have
http://jsfiddle.net/nicktheandroid/ZSvHK/ I need help figuring out how to get this right, problems listed below.
I need help figuring out bits of code. I am not sure how to
I need help figuring out bits of code. I need a function that loads
I have a vector of strings. Need help figuring out how to convert it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.