{{-- /admin/settings/analytics — every third-party tracker keyed to a consent category. Each ID is read on every request by partials/site-analytics.blade.php which emits the matching official vendor snippet only when the visitor's wadesk_cookie_consent cookie allows the category (analytics or marketing). --}}
{{ __('Admin') }} {{ __('Settings') }} {{ __('Analytics') }}
@csrf @method('PATCH')
{{ __('Admin · Tracking') }}

{{ __('Analytics') }} {{ __('integrations') }}.

{{ __('Paste each provider ID once. We render the official vendor snippet on every page — but only after the visitor consents to the matching cookie category.') }}

{{ __('All settings') }} {{ __('Privacy & GDPR') }}
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
{{ __('Please fix the highlighted fields:') }}
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
{{-- Analytics bucket --}}
{{ __('Analytics cookies') }}

{{ __('Site analytics') }}

{{ __('Visitor-level reporting. Emits only when the visitor consents to the "Analytics" category.') }}

{{-- Marketing bucket --}}
{{ __('Marketing cookies') }}

{{ __('Ad pixels') }}

{{ __('Conversion + retargeting pixels. Emits only when the visitor consents to the "Marketing" category.') }}