This article mainly introduces the CSS buried point statistics sample code, small series feel very good, and now share to everyone, but also for everyone to do a reference. Follow the small series together to see it, hope to help everyone.
When a website or app size to a certain extent, need to analyze the user in the app or site's corresponding operation, you need to bury the statistics user behavior, this needless to say, the specific implementation has JS script to write the buried point event and adjust the interface, today get to a new buried point statistical way to ensure refreshing. The following code demonstrates briefly.
index.html<! DOCTYPE html>
count.php<?php/** * Created by Phpstorm. * User:geek * DATE:2018/1/18 * Time: Morning 9:56 * * $actionName = $_request["Action"]; Time format $time = times (); $time = Date ("y-m-d", $time); echo "Access action". $actionName. "Access time." $time;? >
CSS Click Statistics