token variant
This commit is contained in:
@@ -15,6 +15,7 @@ Google Ads needs more than a Bearer token:
|
||||
| --- | --- | --- |
|
||||
| `X-GAds-Developer-Token` | **yes** | Developer token from a Google Ads manager account → `developer-token`. |
|
||||
| `X-GAds-Access-Token` | one of these | Ready OAuth2 access token (Bearer). |
|
||||
| `Authorization` | one of these | Standard `Authorization: Bearer <token>` header — equivalent alternative to `X-GAds-Access-Token` (the X- header wins if both are sent). The developer token is still required separately. |
|
||||
| `X-GAds-Credentials` | one of these | Base64 service-account JSON (scope `adwords`); needs domain-wide delegation. |
|
||||
| `X-GAds-Login-Customer-Id` | no | Manager (MCC) id → `login-customer-id`. Digits only. |
|
||||
| `X-GAds-Quota-Project` | no | GCP project id → `x-goog-user-project`. |
|
||||
|
||||
Reference in New Issue
Block a user