mirror of
git://f0xx.org/ac/ac-be-hub
synced 2026-07-29 05:17:53 +03:00
8 lines
232 B
JavaScript
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
|
|
};
|