1
0
mirror of git://f0xx.org/ac/ac-be-hub synced 2026-07-29 02:17:50 +03:00
Files
ac-be-hub/assets/analytics.config.example.js
Anton Afanasyeu 6013b848c5 initial
2026-06-23 12:29:37 +02:00

8 lines
221 B
JavaScript

/** Copy to analytics.config.js on deploy and set your GA4 measurement ID. */
window.ANDROIDCAST_ANALYTICS = {
measurementId: 'G-XXXXXXXXXX',
platform: 'hub',
basePath: '/app/androidcast_project',
debug: false
};