Advertisement
Guest User

Untitled

a guest
May 13th, 2013
797
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <script type="text/javascript">
  2. try
  3. {
  4. (function() {
  5. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  6. ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
  7. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  8. })();
  9.  
  10. // doubleclick checker -
  11. window.onload = function () {
  12. setTimeout(function(){ if(typeof _gat === "undefined"){
  13. (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';
  14. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  15. })(); _gaq.push(['_trackEvent','GA Remarketing Tag','DC Script','Failed',0,true])
  16. } }, 1000); }
  17. }
  18. catch(err){
  19. //Do nothing
  20. }
  21. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement