Thank you I had already a look at this info…
Helas I can’t see how this could help me…
The values I’m speaking about are always changing.
The value (276173 for example ) behind the link above is mostly something other .
another moment the same link will have value 275120 these numbers are chosen pictures.
So what I like to do is push the value 276173 and let piwik register it that somebody downloaded this picture.
I experimented with the customDimension …
so I did this…
_paq.push([‘setCustomDimension’, 1, ‘DownItem’]);
where DownItem has a value like 276173 depending on the chosen picture helas this isn’t working neither
I hope somebody can shed a light on this…
Regards Guy
That didn’t work …
_paq.push([‘setCustomVariable’,1, “VisitorType”, member, “visit”]); old way WORKS
_paq.push([‘setCustomDimension’, 2, member]); new way WORKS
member gets a value Authenticated or Not authenticated if a cookie has a UID…