1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 06:39:09 +03:00
Files
android_cast/examples/app_hub/analytics.config.js
Anton Afanasyeu 2d82282c36 GA rework from AI
2026-06-20 21:23:57 +03: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
};