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>