{% extends "base.html" %} {% block content %}

Settings

Branding & Appearance
{% if current_user.logo_path %}
Logo
{% endif %}
Recommended size: 200x60px transparent PNG

Google Integrations

Manage your connections to Google Analytics 4 and Search Console.

{% if google_connected %} Disconnect Google Account {% else %} Connect Google Account {% endif %}
OAuth Configuration Help

Add this redirect URI to your Google Cloud Console:

{{ url_for('settings.google_callback', _external=True) }}

Go to Google Cloud Console → APIs & Services → Credentials, edit your OAuth client, and add this URI under "Authorized redirect URIs".

{% endblock %}