//! 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.
#![warn(missing_docs)]modauth;modclient;moderror;pubmodmapping;modprovider;pubuseauth::{GOOGLE_TOKEN_URL, fetch_access_token};pubuseclient::GoogleClient;pubuseprovider::GoogleProvider;