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)
- Go to console.cloud.google.com and create a project
- Enable Google Analytics Data API, Google Analytics Admin API, and Search Console API
- Create an OAuth 2.0 Client ID (Web application)
- Redirect URI:
http://localhost:3333/api/google/callback - Copy Client ID + Secret into
apps/adsreport-api/.env - Restart the API server