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

8 lines
232 B
JavaScript

/** Hub GA4 config — set measurementId to enable (see analytics.config.example.js). */
window.ANDROIDCAST_ANALYTICS = {
measurementId: 'G-8RKGWGQ52P',
platform: 'hub',
basePath: '/app/androidcast_project',
debug: false
};