Du bist nicht als Administrator eingeloggt. Die Datei wird trotzdem angezeigt.
✅ Datei gefunden: /var/www/gateway/dev/config/secure/credentials.json
ℹ️ Größe: 637 bytes
ℹ️ Letzte Änderung: 2025-07-31 19:25:06
❌ Ungültiges JSON: Control character error, possibly incorrectly encoded
{
"type": "service_account",
"project_id": "your-ga4-project",
"private_key_id": "your-private-key-id",
"private_key": "-----BEGIN PRIVATE KEY-----
YOUR_PRIVATE_KEY_HERE
-----END PRIVATE KEY-----
",
"client_email": "analytics@your-ga4-project.iam.gserviceaccount.com",
"client_id": "your-client-id",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/analytics%40your-ga4-project.iam.gserviceaccount.com"
}