Negatives
GET /api/v1/accounts/{projectId}/negative-keywords
Negative keywords at both campaign and ad-group level.
GET /api/v1/accounts/{projectId}/negative-keywordsNegative keywords at both campaign and ad-group level.
Requires a key with read scope or higher.
Returns 200 on success.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | yes | The Google Ads account, as returned by GET /api/v1/accounts. |
level | query | campaign | ad_group | no | Restrict to one level. Omit for both. |
Example
curl -X GET "https://bidandscale.com/api/v1/accounts/{projectId}/negative-keywords" \
-H "Authorization: Bearer $BIDANDSCALE_API_KEY"