PIWIK skips part of the URL while reporting

While reporting URLs , PIWIK skips the part of the URL that is between app domain and # part.
For example here is the URL that is sent to piwik by the tracking java script

url=.xyz Domain Names | Join Generation XYZ

But the reported URL is

.xyz Domain Names | Join Generation XYZ

If you observe “/app/search” is missing in the reported url.

Anyone faced this kind of issue , Please help me out …

  1. go to .xyz Domain Names | Join Generation XYZ
  2. open web browser console (network tab)
  3. refresh the page
  4. copy the tracking request (the one that hits /piwik.php resource)
  5. paste the result here

This should allow us to figure out if it’s connected with the js tracking code or with the tracker logic.

Here is the tracking request that is sent to piwik.php

https://xyz.com/analytics/piwik.php?action_name=mytitle&idsite=1&rec=1&r=963201&h=15&m=24&s=42&url=https%3A%2F%2Fwww.xyz.com%2Fapp%2Fsearch%2F%23search%3Fst%3DTEST%26na%3D%26se%3D%26snavigator%3D%26ps%3D%26sr%3D%26sb%26&_id=8f798e72c5586a45&_idts=1454007449&_idvc=9&_idn=0&_refts=0&_viewts=1454444627&send_image=0&pdf=1&qt=0&realp=0&wma=0&dir=0&fla=1&java=0&gears=0&ag=0&cookie=1&res=2048x1152&gt_ms=231

Looks good. I was not able to reproduce it with same tracking request. It basically works for me, see: