• Resolved gore.m

    (@gorem)


    Hello,

    Ive downloaded this plugin from Woocommerce store, I have two tabs in Integration/settings page: IntegrationEnhanced Ecommerce Google Analytics and Google Analytics.
    Does one of tab works like 3rd party plugin or can be everything enabled (I dont have and dont want use other plugin)?

    Html output:

    	<script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXXX-X"></script>
                    <script>
                      window.dataLayer = window.dataLayer || [];
                      function gtag(){dataLayer.push(arguments);}
                      gtag("js", new Date());
                      gtag("config", "UA-XXXXXXXX-X",{"cookie_domain":"auto"});
                    </script>
    
    <!-- WooCommerce Google Analytics Integration -->
    		<script type='text/javascript'>
    			var gaProperty = 'UA-XXXXXXXX-X';
    			var disableStr = 'ga-disable-' + gaProperty;
    			if ( document.cookie.indexOf( disableStr + '=true' ) > -1 ) {
    				window[disableStr] = true;
    			}
    			function gaOptout() {
    				document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
    				window[disableStr] = true;
    			}
    		</script>
    		<script type='text/javascript'>(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-XXXXXXXX-X', 'auto' );ga( 'require', 'displayfeatures' );ga( 'require', 'linkid' );ga( 'set', 'anonymizeIp', true );
    		ga( 'set', 'dimension1', 'no' );
    ga( 'require', 'ec' );</script>
    		<!-- /WooCommerce Google Analytics Integration -->	

    Thanks you

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

    (@tatvic)

    Hi @gorem,

    Thank you for contacting us!

    You can see that because you are using some other analytics plugin with our plugin. Both the plugins have the same functionality so we request you to use only one plugin at a time which meets your requirements. Kindly disable one plugin.

    Hope this helps!

    Thanks & Regards,

    Thread Starter gore.m

    (@gorem)

    Hi @tatvi,
    ahh my bad, I forgot that, thanks you .-)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘IntegrationEnhanced Ecommerce Google Analytics | Google Analytics… tabs’ is closed to new replies.