Skip to main content

Crate mkt_google

Crate mkt_google 

Source
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§

GoogleClient
Low-level client for the Google Ads REST API.
GoogleProvider
Google Ads marketing provider.

Constants§

GOOGLE_TOKEN_URL
Google’s OAuth2 token endpoint.

Functions§

fetch_access_token
Exchange an OAuth2 refresh token for a short-lived access token.