Skip to content

Commit

Permalink
The end time is not updated for heartbeat requests (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur authored and mattab committed Apr 22, 2018
1 parent 10bc242 commit 4a4c34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.x/tracking-api.md
Expand Up @@ -123,7 +123,7 @@ Learn more in the [Media Analytics HTTP Tracking API Reference](/guides/media-an
### Other parameters

* `send_image` — If set to 0 (`send_image=0`) Piwik will respond with a HTTP 204 response code instead of a GIF image. This improves performance and can fix errors if images are not allowed to be obtained directly (eg Chrome Apps). Available since Piwik 2.10.0
* `ping` — If set to 1 (`ping=1`), the request will be a [Heartbeat request](https://matomo.org/faq/how-to/faq_21824/) which will not track any new activity (such as a new visit, new action or new goal). The heartbeat request will only update the visit's end time to provide accurate "Visit duration" metric.
* `ping` — If set to 1 (`ping=1`), the request will be a [Heartbeat request](https://matomo.org/faq/how-to/faq_21824/) which will not track any new activity (such as a new visit, new action or new goal). The heartbeat request will only update the visit's total time to provide accurate "Visit duration" metric.

## Tracking Bots

Expand Down

0 comments on commit 4a4c34a

Please sign in to comment.