You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clearer setup errors — when configuration is incomplete, the assistant now gets a complete, self-contained explanation of what's wrong, why it can't proceed, and exactly what to do (with your specific values), so it can help you in one step instead of guessing or looping.
Right guidance for your auth type — the server now recognizes whether you're using a service-account key or gcloud login, and tailors the fix accordingly (including the exact service-account email to grant access to).
Forwardable fix instructions — if the person who can fix access (e.g. your GA4 admin) isn't you, the error includes a ready-to-send line you can pass along.
Credentials are validated when provided, so a wrong or malformed key is caught immediately.
Anonymous usage telemetry only; opt out any time with DISABLE_TELEMETRY=1.