URL Proxy - Pixel Tracking: URL not defined

Hello,

I am using the URL proxy script to hide the piwik server but I can’t make it show me the URLs whenever the Pixel tracking is active.

Here is what I mean:
[attachment 1734 url_not_defined.png]

Any solutions on this?

Thank you!

Anyone?

It works for me, so hard to say.
Can you try to enable Debug in tracker as explained in Tracking HTTP API: API Reference - Matomo Analytics (formerly Piwik Analytics) - Developer Docs - v3 ?

and then, have a look with Firebug in Firefox to see what the response is from the piwik request

Thank you for the reply Matt. I only get this error when a user with disabled Javascript visits the website… Seems like the pixel tracking is not working. I have enabled debug mode but I have no idea what I am looking for…

Can you please check this out: SeedBoxCenter | Seedbox news and offers on a 24/7 basis

I tested the noscript tracker and it works for me, the URL tracked is the correct URL where the image tracker was included on.

Can you reproduce this issue in a simple HTML page with the noscript code?

Same result mate: http://bit.ly/1jqf4l5

Maybe I am writing the code wrong?


<noscript>
  <img src="http://www.xxx.com/kwp.php?idsite=1&rec=1&urlref&_cvar={"2":["Non Bot","No Javascript"]}" style="border:0" alt="" />
</noscript>

remove the urlref from there and it may work. Otherwise have you tried generating the image tracking code? this can be done in Settings>Tracking code

Just a small detail Matt.

I am using the proxy php file as target and not the parent tracker file… So I am basically trying to run the noscript from the proxy file :confused:

that’s what creates problem probably.
Here is the workaround that normally will have your Page URLs tracked when using noscript with piwik: matomo/Request.php at master · matomo-org/matomo · GitHub

Should I run the function or how should I do this Matt? Sorry for being noob -.-"

I am using the proxy php file as target and not the parent tracker file… So I am basically trying to run the noscript from the proxy file :confused:

I have never tested the noscript with the proxy piwik.php but we should :slight_smile:

so could you please create a ticket for this particular use case, in our issue tracker? http://dev.piwik.org/

Is there a solution for this yet?