I was wondering if there is a way to make sure that when google analytics is tracking page views on the SFNT page that it tracks it as https://www.example.com/ instead of https://www.example.com/SFNT.html
Here is what i see when using the tag assistant on google chrome:
Using the tracking code that came with Miva 9
Also we are using toolkit short links
Thanks
Here is what i see when using the tag assistant on google chrome:
Code:
URL:https://dev.loveisarose.com/
Time:May 24, 2018 09:30:15 AM
Page Load:1.17 s
Tags:[LIST][*]2 in Total[/LIST]
Web Property IDUA-35855362-1
Code Version/SyntaxUniversal
Protocol version number1
Code Snippet
...
ga ( 'create' , 'UA-35855362-1' , 'auto' );
ga ( 'send' , 'pageview' , { 'page' : '/\/SFNT.html' } );
Code:
<mvt:miva compresswhitespace="off" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '<mvt:item name="ga_jsencode" param="ga_tracking:google_id_unencoded" />', 'auto');
ga( 'send', 'pageview', { 'page':'/<mvt:item name="ga_jsencode" param="ga_tracking:url_override_unencoded" />' } );
</script>
Thanks
Comment