🧰AlgoWIFI Counter

A tool to measure your worth.

AlgoWIFI Counter is a useful measurement tool for both HotSpotters and Publishers, to evaluate their investment and their visibility on the web.

Each view is recorded in the blockchain in order to be able to carry out more in-depth analyses through specialised software, in addition to the simple counting of accesses.

The Publisher can then evaluate the number of views on a specific HotSpotter in order to calibrate their campaign.

The HotSpotter can measure its presence on the web and activate useful tools to increase visits.

Example of code:

 <script type="text/javascript" crossorigin="anonymous">
        var code = 00000000000000000000000000; //YOUR Algorand Address
        const xhttp = new XMLHttpRequest();
        xhttp.open("POST", "algowifiCount.php", true);
        xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
        xhttp.send("identity="+code);
    </script>

Activating the AlgoWIFI Counter is simple:

  1. Register on AlgoWIFI

  2. Activate your counter

  3. Put $ALGO in selected wallet ( 0.0015 $Algo for count)

  4. Enter the code in the site you want to measure

Here are some examples:

  1. I want to know how long it takes to consume 10,000 views

  2. What are the best times to access

And so on...

Last updated