@extends('layouts.admin') @section('title', 'Analytics Settings') @section('header_title', 'Analytics Settings') @section('content')
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@endif
@csrf

Google Analytics & Search Console

Configure your Google credentials to enable reports in the dashboard.

The numeric Property ID for your Google Analytics 4 property.

The URL property exactly as it appears in Google Search Console.

@if($settings->google_auth_json)
Credentials file is currently uploaded.
@else
No credentials uploaded yet.
@endif

or drag and drop

JSON file only

@endsection