curl --request GET \
--url http://localhost:8000/api/v1/google-ads/positive-keywords \
--header 'Authorization: Bearer <token>'[
{
"text": "<string>",
"match_type": "EXACT",
"id": 123,
"ad_group": {
"id": 123,
"name": "<string>",
"status": "<string>"
},
"campaign": {
"id": 123,
"name": "<string>",
"status": "<string>",
"channel_type": "SEARCH"
},
"user_provided_reason": "<string>"
}
]Get Positive Keywords from the database.
curl --request GET \
--url http://localhost:8000/api/v1/google-ads/positive-keywords \
--header 'Authorization: Bearer <token>'[
{
"text": "<string>",
"match_type": "EXACT",
"id": 123,
"ad_group": {
"id": 123,
"name": "<string>",
"status": "<string>"
},
"campaign": {
"id": 123,
"name": "<string>",
"status": "<string>",
"channel_type": "SEARCH"
},
"user_provided_reason": "<string>"
}
]The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The keyword text
The match type of the keyword
EXACT, PHRASE, BROAD, BROAD_MODIFIER, NEGATIVE The ID of the positive keyword
Schema for campaign information related to a keyword
The reason provided by the user for the positive keyword recommendation