: It's not available out of the box, but you could pass the minute level data as a custom variable with a single line of custom JavaScript You'd pass it as a page-level custom variable (you'd
It's not available out of the box, but you could pass the minute level data as a custom variable with a single line of custom JavaScript
You'd pass it as a page-level custom variable (you'd put this before your _trackPageview call).
Assuming you're using the async syntax.
_gaq.push(["_setCustomVar", 1, "Minute", ""+new Date().getMinutes(), 3]);
That would set a custom variable, with the key of Minute, and a value corresponding to the minute number (ie, 31).
However, I'd caution against spending time on this; it seems unlikely to yield actionable results.
More posts by @Lee4591628
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.