Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Using <a href="http://en.wikipedia.org/wiki/Meta_refresh">meta refresh</a> worked like a charm! Legacy FTW! Thanks, @Balexandre</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;meta http-equiv="refresh" content="5; url=https://market.android.com/developer?pub=Fractal%20Systems"&gt; &lt;script type="text/javascript"&gt; 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); })(); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;h2&gt;ADW.BuuF.Theme is no more! You will be redirected to new and better apps in 5 seconds.&lt;/h2&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>RECAP: I am now able to redirect while tracking those redirects using Google Analytics!</p> <p>Meta Refresh (Taken from <a href="http://en.wikipedia.org/wiki/Meta_refresh">wikipedia</a>) </p> <p>Examples</p> <p>Place inside to refresh page after 5 seconds:</p> <pre><code>&lt;meta http-equiv="refresh" content="5"&gt; </code></pre> <p>Redirect to <a href="http://example.com/">http://example.com/</a> after 5 seconds:</p> <pre><code>&lt;meta http-equiv="refresh" content="5; url=http://example.com/"&gt; </code></pre> <p>Redirect to <a href="http://example.com/">http://example.com/</a> immediately:</p> <pre><code>&lt;meta http-equiv="refresh" content="0; url=http://example.com/"&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload