Ticket #653 (closed New feature: fixed)
The <noscript> image call doesn't currently record any visit, but it could
| Reported by: | matt | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | Piwik 0.7 - DigitalVibes |
| Component: | Core | Keywords: | bots noscript |
| Cc: | Sensitive: | no |
Description (last modified by matt) (diff)
Currently the Piwik tracking code has a noscript which could be used to record visits from people without Javascript enabled.
There is some work required to
- filter out search engine bots
- filter out spam bots
- filter out all other type of bots
Of course this could also be used to log bots and show them in a specific Piwik report "Bot activity".
The initial design decision was to not record any visitor without Javascript as it is a lot of work to ensure that the data coming from Javascript-disabled devices is accurate and not bot initiated.
To record a visit without JS, you must call
piwik.php?idsite=$ID_SITE
&rec=1
&action_name=$ACTION_NAME
See also PUSH API without Javascript #134
Change History
Note: See
TracTickets for help on using
tickets.
