1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 06:58:51 +03:00

GA rework from AI

This commit is contained in:
Anton Afanasyeu
2026-06-20 21:23:57 +03:00
parent 552d123c79
commit 2d82282c36
5 changed files with 25 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
/** 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
};