NG

Google Analytics & Search Console

Real-time data from your Google properties

Connect your Google account

Grant read-only access to GA4 and Search Console data.

GCP setup (one-time)

  1. Go to console.cloud.google.com and create a project
  2. Enable Google Analytics Data API, Google Analytics Admin API, and Search Console API
  3. Create an OAuth 2.0 Client ID (Web application)
  4. Redirect URI: http://localhost:3333/api/google/callback
  5. Copy Client ID + Secret into apps/adsreport-api/.env
  6. Restart the API server