Google Ads API Settings
This first version uses a shared Google Ads refresh token for discovery and to seed connection credentials. The refresh token stays in settings for now; later we can move to a dedicated OAuth flow.
Using environment defaults where available.
How it works
- `Developer Token`, `Client ID`, and `Client Secret` are required for both discovery and pipeline runs.
- `Login Customer ID` is optional but recommended if you access customer accounts through a manager account.
- `Shared Refresh Token` is used to discover accessible customer accounts and to seed connection-level refresh/access tokens.
- Connection imports remain manual. Nothing is created automatically.