Topic: Google Analytics

Hi
I put my Google Analytic code in: Program Files (x86), JuicebosBuuiderPro, Template, index.html as shown below.

Reloaded the slide show but it does not show the Google Analytic code on the web.

Need help?
Bob

<meta charset="utf-8" />
    <meta name="description" content="%%DESCRIPTION%%" />

    <!-- START OPEN GRAPH TAGS-->
    <meta property="og:title" content="%%TITLE%%" />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="%%GALLERY_URL%%" />
    <meta property="og:image" content="%%IMAGE_URL%%" />
    <meta property="og:description" content="%%DESCRIPTION%%" />
    <!-- END OPEN GRAPH TAGS-->

    <style type="text/css">
    body {
        margin: 0px;
    }
    </style>
    <script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-23397302-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</head>
<body>
    <!--START JUICEBOX EMBED-->
    <script src="jbcore/juicebox.js"></script>
    <script>
    new juicebox({
        containerId: 'juicebox-container',
        galleryWidth: '%%WIDTH%%',
        galleryHeight: '%%HEIGHT%%',
        backgroundColor: '%%COLOR%%'
    });
    </script>
    <div id="juicebox-container"></div>
    <!--END JUICEBOX EMBED-->
</body>
</html>

Re: Google Analytics

Please check the following:
(1) After saving changes to the 'C:\Program Files (x86)\JuiceboxBuilder-Pro\template\index.html' file, re-open the file in a text editor to ensure that the changes are still there.
(2) After creating or re-saving a gallery with JuiceboxBuilder-Pro, check that the gallery's 'index.html' file includes the modifications you made.
(3) After uploading the new 'index.html' file to your web server, be sure to clear your browser's cache before reloading your web page.

If you have problems with (1) or (2) above, then make sure that the '\template\index.html' file is not read-only ('Right-Click -> Properties') and try turning off VirtualStore in Windows. (Windows may be creating a copy of your modified file in a VirtualStore location but JuiceboxBuilder-Pro needs to read the file from its original location.)
Try a web search with terms such as 'disable virtualstore windows' for instructions.

If you are in any doubt that your old file is not being overwritten with the new version, then delete the old version from your web server first before uploading the new version in its place.

I hope this helps.