Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter aquadecor

    (@aquadecor)

    Problem solved.
    I entered the code found in google analytics / admin / property.tracking info to my theme option:

    [ Moderator note: please wrap code in backticks or use the code button. ]

    <script type="text/javascript"> 
    
    ?? var _gaq = _gaq | | [];
    ?? _gaq.push (['_setAccount', 'UA-................ -1']);
    ?? _gaq.push (['_setDomainName', '............']);
    ?? _gaq.push (['_setAllowLinker', true]);
    ?? _gaq.push (['_trackPageview']); 
    
    ?? (function () {
    ???? var ga = document.createElement ('script'); ga.type = 'text / javascript'; ga.async = true;
    ???? ga.src = ('https:' == document.location.protocol? 'https://': 'https://') + 'stats.g.doubleclick.net / dc.js';
    ???? var s = document.getElementsByTagName ("script") [0]; s.parentNode.insertBefore (ga, s);
    ?? }) (); 
    
    </ script>
    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    This code moved to a separate plugin you’ll find here: https://www.ads-software.com/plugins/woocommerce-google-analytics-integration/

    Not sure why you posted this as a ‘review’.

    Thread Starter aquadecor

    (@aquadecor)

    Thanks for the information but I did not know about this new plugin (WooCommerce Google Analytics Integration).
    Those from woocommerce must send a note for information.
    At the moment there are probably many users woocommerce who did not know this thing that you realize when you see you’re not monitored by Google Analytics.

    P. S. Sorry for automatic translation

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Hi @aquadecor

    We noted this:

    – on the readme
    – on the welcome page after upgrading
    – in the release post/announcement
    – in our developer blog

    Sorry if you missed it, but the information is out there. Would appreciate if you’d update your review now you are aware of this ??

    Thread Starter aquadecor

    (@aquadecor)

    I apologize for posting the review section of my problem.
    You are right and I will be more careful in future.
    I feel so compelled to return to my notaries and giving you 5 stars for your plugin.
    Thanks for the plugin and understanding.

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Thanks ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Google Analytics ID disappeared’ is closed to new replies.