I have a situation in which a page already contains the Google Analytics snippet which sends data to one account (not mine).
I have inserted the Google Tag Manager snippet with Google Analytics on it with a second tracking number of a different account.
But the second Google Analytics, deployed via Google Tag Manager, is not receiving any data.
Everything looks like it's set correctly, What is the cause of the problem? Can there be some conflict between the original Google Analytics snippet and the one deployed via Google Tag Manager?
var _gaq = _gaq || [];
? Hwat about to clear that before second use like_gaq = [];
in order to have an empty array? – Axel Amthor