Mobile app version of vmapp.org
Login or Join
Cofer257

: Google Translate data tracked with gaTrack is not showing up in Google Analytics? I have a google translate widget on my website with gaTrack set to true and the correct gaId, but no translate

@Cofer257

Posted in: #GoogleAnalytics #GoogleTranslate

I have a google translate widget on my website with gaTrack set to true and the correct gaId, but no translate events show up in analytics under content > Events > Overview after a week of the widget being live. The code snippet below was auto generated by the translate website, and works fine on the site. Any ideas why I'm not getting any translate events data?

<li>
<div id="google_translate_element"></div><script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, gaTrack: true, gaId: 'UA-blahblah'}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</li>

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Cofer257

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme