data-manager-api-event-ingestion
覆盖常见转化场景与实现细节,便于接入离线/增强转化。
需 Google API 权限并处理敏感事件数据,存在隐私合规要求。
指导通过 Data Manager API 上传离线转化与事件数据到 Google 产品。
帮你把离线转化、click 转换、GA 的 web/app 事件等数据批量上报到 Google 的产品里,走的是 Data Manager API 的 /v1/events/ingest 接口。碰到要把 CRM、线下转化或漏斗外的事件导入 Google(比如增强转化或离线转化)就用。特点是支持官方客户端库、能处理多种事件类型,但别用它去上传受众成员,那类要走另一个专门接口。
▸ 展开 SKILL.md 英文原文
Guides developers through implementing event and conversion ingestion to Google products using the Data Manager API /v1/events/ingest endpoint and its associated client libraries. Use this skill when the user wants to upload offline conversions, enhanced conversions for leads, click conversions, Google Analytics web or app events, or any other event ingestion use case supported by the Data Manager API. Don't use for uploading audience members (use the data-manager-api-audience-ingestion skill).
帮我安装这个 skill:https://raw.githubusercontent.com/google/skills/main/skills/ads/data-manager-api-event-ingestion/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/google/skills/main/skills/ads/data-manager-api-event-ingestion/SKILL.md"# Data Manager API Event Ingestion
## Implementation Workflow
### Prerequisites
- **Authentication & Library Installation**: If you need to set up access to
the Data Manager API or install the client and utility libraries, refer to
the `data-manager-api-setup` skill.
### Step 1: Identify Use Case & Read Documentation
- **Determine Destination Account Type**: [CRITICAL] If it's not
explicitly stated, STOP and CLARIFY with the user where the data is being
sent (e.g., Google Ads, Floodlight, Google Analytics)
BEFORE generating any code. Do not assume Google Ads by default. This maps
to the `account_type` field of the `operating_account` in the `Destination`,