//! 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).
pub use ;
pub use GoogleClient;
pub use GoogleProvider;