What problem does it solve? Uploading offline conversions, enhanced conversions for leads, and analytics events to Google products requires correct destination configuration, strict data formatting, and asynchronous status verification, and mistakes in any of these silently drop or corrupt conversion data. ## Core Features & Use Cases - Guided Implementation Workflow: Walks through destination configuration, payload construction, consent handling, and request submission for the Data Manager API /v1/events/ingest endpoint. - Migration Support: Provides field mapping guides for upgrading from Google Ads API offline conversions, Store Sales, Google Analytics Measurement Protocol, and Campaign Manager 360. - Diagnostics & Validation: Covers validate_only testing, field warning inspection, and polling retrieve_request_status to confirm asynchronous processing results. - Use Case: A developer needs to upload offline click conversions with hashed user identifiers to Google Ads; the skill supplies the correct code sample, formatting rules, and gotchas such as nesting gclid inside ad_identifiers. ## Quick Start Ask the assistant to implement an event ingestion script that uploads offline conversions to a Google Ads account using the Data Manager API.