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