Google Analytics tacking multiples domain mobile web app

Posted by fravelgue on Stack Overflow See other posts from Stack Overflow or by fravelgue
Published on 2010-05-14T07:37:18Z Indexed on 2010/05/14 7:44 UTC
Read the original article Hit count: 167

Hi, I want tracking mobile web application that it is accessed from multiple domains with one google analytics account. I have found some information to do in tradicional web but not in mobile web.

Could i change this code in snippet1?

if (HttpContext.Current.Request.Url != null) {
      url.Append("&utmp=").Append(HttpUtility.UrlEncode(Request.Url.PathAndQuery));

to Url.AbsoluteUri

Thx in advance,

© Stack Overflow or respective owner

Related posts about google-analytics

Related posts about mobileweb