corbindavenport / imageshare

A lightweight web app for uploading images, created for the Nintendo 3DS and other legacy web browsers.
https://theimageshare.com
GNU General Public License v3.0
83 stars 5 forks source link

Analytics reporting is broken on 3DS #10

Closed corbindavenport closed 2 years ago

corbindavenport commented 2 years ago

The script for Plausible Analytics doesn't seem to work on the New 3DS Browser, even using the compat script intended for Internet Explorer, and Plausible doesn't have a tracking pixel option like Google Analytics did.

There are a few options for fixing:

  1. Creating custom lightweight JavaScript code that reports data with the events API.
  2. Reporting analytics data server-side with PHP.
corbindavenport commented 2 years ago

This is fixed now.