Expand description
Google Ads provider for the mkt marketing CLI.
Talks to the Google Ads API REST interface (v24): GAQL searches via
googleAds:search and writes via the per-resource :mutate endpoints.
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.