Ecommerce Iluria platform Does not accept Google Tag Manager Tags

Asked

Viewed 388 times

-2

Hello

I manually installed it on the Google Tag Manager platform. The recommendation is one being below and another below , just so that other tags do not harm the two above

But they don’t stay in the source code of the home page or any product. It doesn’t even work with the Google Analytics tag

Is there a JS tag that prevents this code from being published? The code is below without the above mentioned tags

file name: head-Begin.html

    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-149418057-4"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'UA-149418057-4');
    </script>


    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <!-- Favicon -->
    <link rel="shortcut icon" href="$iluria.shop.favicon.url&r=$iluria.v2.theme.cache.version" />

    <!-- jQuery -->
    <script type='text/JavaScript' src="$iluria.v2.template-assets-url/jquery.1.9.1.min.js"></script>
    <script type="text/javascript" src="$iluria.v2.template-assets-url/jquery-migrate-1.2.1.min.js"></script>
    <script type='text/JavaScript' src='$iluria.v2.template-assets-url/jquery-ui-1.8rc3.custom.min.js'></script>
    <script type='text/JavaScript' src='$iluria.v2.template-assets-url/jquery.cookie.js'></script>

    <!-- Scripts do Iluria -->
    <script type='text/JavaScript' src='$iluria.v2.scripts'></script>

    <!-- Plugin Fancybox -->
    <link rel="stylesheet" href="$iluria.v2.template-assets-url/jquery.fancybox-2.1.4/jquery.fancybox.css?v=2.1.4" type="text/css" media="screen" />
    <script type="text/javascript" src="$iluria.v2.template-assets-url/jquery.fancybox-2.1.4/jquery.fancybox.pack.js?v=2.1.4"></script>

    <!-- Plugin UI.TO.TOP -->
    <script type="text/javascript" src="$iluria.v2.template-assets-url/jquery.easing.1.3.js"></script>
    <link rel="stylesheet" href="$iluria.v2.template-assets-url/jquery.ui.totop/ui.totop.css" type="text/css" media="screen" />
    <script type="text/javascript" src="$iluria.v2.template-assets-url/jquery.ui.totop/jquery.ui.totop.js"></script>
    <script type="text/javascript">$(function(){ $().UItoTop({ easingType: 'easeOutQuart' }); });</script>

    <!-- Plugin Maxlength -->
    <script type='text/JavaScript' src='$iluria.template-assets-url/jquery.maxlength-min.js'></script>

    <!-- Plugin menu de categorias -->
    <script type="text/javascript" src="$iluria.v2.template-assets-url/jquery.jMenu.1.9/js/jMenu.jquery.js"></script>
    <link rel="stylesheet" type="text/css" href="$iluria.v2.template-assets-url/jquery.jMenu.1.9/css/jMenu.jquery.css" media="screen" />

    <!-- Plugin PrettyPhoto -->
    <script type='text/JavaScript' src='$iluria.v2.template-assets-url/prettyphoto/js/jquery.prettyPhoto.min.js'></script>
    <link rel='stylesheet' href='$iluria.v2.template-assets-url/prettyphoto/css/prettyPhoto.css' type='text/css' media='screen' />

    <!-- Google Web Fonts -->
    <link href='$iluria.v2.fonts' rel='stylesheet' type='text/css'/>

    <!-- Tema da loja -->
    <link rel="stylesheet" type="text/css" href="iluria-theme.css?r=$iluria.v2.theme.cache.version" />
    <link rel="stylesheet" type="text/css" href="cart.css?r=$iluria.v2.theme.cache.version" />
    <link rel="stylesheet" type="text/css" href="user-theme.css?r=$iluria.v2.theme.cache.version" />

1 answer

0


Hello

I found out why it didn’t work. Even if any small change in code, you should go to Layout / Environments and select Post Changes

After that, everything will be settled

And I am very happy to have solved my problem. Other lay users who use Iluria will be able to solve their problems too

Browser other questions tagged

You are not signed in. Login or sign up in order to post.