Hi all,I need help.
It's about adding hostname to URI in Google Analytics report.
I followed instructions and added hostname to URI as follows:
Field A -> Extract A hostname (.*)
Field B -> Extract B Request URI (.*)
Output To -> Constructor Request URI $A1$B1
Field A Required:Yes
Field B Required:No
Override Output Field:Yes
Case Sensitive:No
Thus I can see the complete URI in the content report table.However there comes the problem.When I want to visit certain page by clicking the link in the GA report,the URI is a mess.Here's the example:
URI displayed in the report: www.mysite.com/
URI really is: [
mysite.comwww.mysite.com...]
I couldn't figure out what is wrong here.Please can anybody enlighten me?