Support » Plugin: Translate WordPress - Google Language Translator » What is Google Language Translator display event in Google Analytics?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi Enterpr1se, would you mind providing a link to your site. I will first check if code looks right, and then I will provide you graphic instructions from my Premium plugin documentation so that you can see where to go in Google Analytics.

    Thanks for posting –

    Rob

    Thread Starter Enterpr1se

    (@enterpr1se)

    Hi, my blog URL is http://www.enterpr1se.info/

    Thanks so much

    Hi Enterpr1se,

    Here is the documentation for the plugin. It appears you have it working correctly. View the screenshots in the documentation below, and then see if you can find the tracking event. If not, I can help you get this working.

    I have not done extensive testing on this, although it’s working for my websites, and there’s only one way of adding the code to make it function.

    Documentation

    Thread Starter Enterpr1se

    (@enterpr1se)

    Thanks so much, but I haven’t saw any language short code in Event Label
    I may try in other computer late.

    I have another question, Google Language Translator is a great plugin so I just bought a premium version.
    But the download file name said it’s 2.8, after install to wp, it said it’s 2.7 and a upgrade version is available.
    After I upgrade, it become 2.8 normal version.

    Is there a real 2.8 premium version?

    Hi Enterpr1se, here is the code to disable the update, I can’t remember if I already provided this to you, so sorry if you have already fixed this issue:

    Add this to the googlelanguagetranslator.php file:

    add_filter('site_transient_update_plugins', 'dd_remove_update_nag');
    function dd_remove_update_nag($value) {
     unset($value->response[ plugin_basename(__FILE__) ]);
     return $value;
    }

    I will add this in a future update, so do not worry about having to do this more than once.

    Also, did you have any success with the event labels in Google Analytics? I’m curious about this – hopefully it is now working for you. Thanks!

    Thread Starter Enterpr1se

    (@enterpr1se)

    Yes, I had changed to the plugin from 2.7 to 2.8 to avoid the update notification

    Google Analytics still not working, is that related to the new universal analytics code?

    Hi Enterpr1se, I’m sorry I have not responded in such a while.

    I’m going to check into the new Google Analytics code. I am not familiar with that, although I’m sure it’s important.

    Hang tight and I will try and help you get site stats.

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘What is Google Language Translator display event in Google Analytics?’ is closed to new replies.