Skip to main content
GET
Get Google Ads campaign targeting

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose Google Ads campaigns to manage.

campaign_id
string
required

Base44's ID for the campaign, as returned in id by List campaigns. This is not the Google Ads campaign ID, which is reported separately as google_campaign_id.

Response

The campaign's live targeting.

What a campaign currently targets, read live from Google.

keyword_themes
string[]
required

The themes the campaign matches on.

Example:
excluded_terms
string[]
required

Search terms the campaign is told not to match.

Example:
targeted_locations
GoogleAdsTargetedLocation · object[]
required

Locations the campaign targets.

Example:
excluded_locations
GoogleAdsTargetedLocation · object[]
required

Locations the campaign excludes.

Example:
language_code
string
required

Two-letter code for the language the campaign advertises in. Defaults to en when the campaign has none set.

Example:

"en"