Expand description
Google Ads provider for the mkt marketing CLI.
Talks to the Google Ads API REST interface (v24): GAQL searches via
googleAds:search, updates/removes via the per-resource :mutate
endpoints, and campaign creation via the atomic googleAds:mutate
endpoint (budget + campaign in one transactional request).
Modules§
- mapping
- Conversion between Google Ads API REST JSON and domain models.
Structs§
- Google
Client - Low-level client for the Google Ads REST API.
- Google
Provider - Google Ads marketing provider.
Constants§
- GOOGLE_
TOKEN_ URL - Google’s
OAuth2token endpoint.
Functions§
- fetch_
access_ token - Exchange an
OAuth2refresh token for a short-lived access token.