Deleted plugin but tag remains, how can I find it?
-
Using the tag assistant I can see that even though I have deleted the plugin my tag still remains, here is the code snippet I refer to:
</script><!– Google Analytics Tracking by Google Analyticator 6.4.8: https://www.videousermanuals.com/google-analyticator/ –>
<script type=”text/javascript”>
var analyticsFileTypes = [”];
var analyticsSnippet = ‘enabled’;
var analyticsEventTracking = ‘enabled’;
</script>
<script type=”text/javascript”>
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘UA-9366440-2’]);
_gaq.push([‘_addDevId’, ‘i9k95’]); // Google Analyticator App ID with Google
_gaq.push([‘_trackPageview’]);
(function() {
var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘https://www’) + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
})();
</script>But I cannot find this anywhere in order to delete it. Help please?
- The topic ‘Deleted plugin but tag remains, how can I find it?’ is closed to new replies.