Seems interesting, but I was tasked with integrating several analytics packages at my last startup and it certainly didn't take months to do. All I did was write a few javascript wrapper functions and stick the various mapping in there:<p>function track(event, category, options) {<p><pre><code> _kmq.push(...)
_mxp.push(...)
.
.
.
</code></pre>
}<p>edit: Also, I'm interested to see how eager startups are to add yet another $150/mo to their analytics bill when nearly every service starts at that level... While it may not sound like a lot of money, a few analytics engines can add up really fast, especially for a bootstrapped company.