Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Conversios

    (@tatvic)

    Hi Fedrico,

    Yes, You will have to add the following line in your custom html code:
    ga(‘require’,’ec’,’ec.js’);

    Additionally, our plugin does not use GTM data layer & hence you need not have to check the box ‘Enable Enhanced Ecommerce Features + Use Data Layer’ in GTM.

    Hope this helps

    -Tatvic

    Thread Starter sbrisu

    (@sbrisu)

    Hi,

    thank you very much for your reply.

    The problem is that if I subsitute my UA tag with this:

    (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’, ‘UA-XXXX-Y’, ‘auto’);
    ga(‘send’, ‘pageview’);
    ga(‘require’,’ec’,’ec.js’);

    (substituting UA-XXXX-Y with my property UA code), Analytics stops to work properly (i am testing it in real time).

    Any suggestions?

    Thread Starter sbrisu

    (@sbrisu)

    Ooops sorry forgot the <script> & </script> ??

    Plugin Author Conversios

    (@tatvic)

    Great! Let us know if we can help you with anything else.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘GTM Box "Enable Enhanced Ecommerce Features"’ is closed to new replies.