Update nexus wiki content
This commit is contained in:
@@ -1,55 +1,52 @@
|
||||
---
|
||||
title: "Paid Media Tracking & Measurement Specialist Agent"
|
||||
title: "Tracking & Measurement Specialist"
|
||||
type: source
|
||||
tags: ["paid-media", "agent", "tracking", "measurement", "GTM", "GA4"]
|
||||
date: 2026-04-20
|
||||
last_updated: 2026-04-25
|
||||
sources: []
|
||||
tags: []
|
||||
date: 2026-04-29
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[raw/Agent/agency-agents/paid-media/paid-media-tracking-specialist.md]]
|
||||
- [[Agent/agency-agents/paid-media/paid-media-tracking-specialist.md]]
|
||||
|
||||
## Summary(用中文描述)
|
||||
- **核心主题**:付费媒体追踪与归因专家 Agent——负责构建跨平台(GTM、GA4、Google Ads、Meta CAPI、LinkedIn Insight Tag)的事件追踪架构,确保每一次转化都被正确计数,每一分广告投入都可衡量。
|
||||
- **问题域**:标签容器臃肿、跨平台重复计数、归因模型失准、隐私合规(GDPR/CCPA/Consent Mode v2)挑战、UA→GA4/客户端→服务端迁移。
|
||||
- **方法/机制**:GTM 容器架构设计、dataLayer 规范、事件去重(event_id 匹配)、增强转化(hashed PII)、服务端容器部署、数据驱动归因模型。
|
||||
- **结论/价值**:精准追踪是付费媒体优化的数据根基——错误的数据不仅浪费,更会误导出价算法往错误方向优化。
|
||||
- 核心主题:付费媒体转化追踪与归因测量体系的构建与维护
|
||||
- 问题域:跨平台(Google Ads、Meta、TikTok、LinkedIn 等)追踪不一致、归因偏差、隐私合规挑战
|
||||
- 方法/机制:通过 GTM 容器架构、GA4 事件设计、Server-Side Tagging、CAPI 去重、Consent Mode v2 实现精准归因
|
||||
- 结论/价值:数据质量是付费媒体优化的根基——追踪错误比无追踪更具误导性,会导致算法持续优化错误目标
|
||||
|
||||
## Key Claims(用中文描述)
|
||||
- 精准追踪工程师构建的数据基础,使所有付费媒体优化成为可能。
|
||||
- 错误追踪比无追踪更糟糕——一次错误计数的转化,不仅浪费数据,更会主动误导出价算法向错误结果优化。
|
||||
- 追踪 bug 会无声叠加——5% 的数据差异若不修复,明天就变成一个方向错误的出价算法。
|
||||
- 重大营销活动前,必须先建立测量计划(Measurement Plan)。
|
||||
- GTM 容器架构优化能实现 99.5%+ 的标签触发成功率
|
||||
- GA4 与广告平台间的转化数据差异应控制在 3% 以内
|
||||
- Meta CAPI 通过 event_id 机制实现 Pixel 与服务端事件去重,避免双重计数
|
||||
- Enhanced Conversion 的哈希用户数据匹配率应达到 70% 以上
|
||||
- Consent Mode 覆盖率应达到 100%,确保所有标签正确响应用户同意信号
|
||||
- 标签实现对页面加载的影响应控制在 200ms 以内
|
||||
|
||||
## Key Quotes
|
||||
> "Bad tracking is worse than no tracking — a miscounted conversion doesn't just waste data, it actively misleads bidding algorithms into optimizing for the wrong outcomes." — 核心原则
|
||||
|
||||
> "Always cross-reference platform-reported conversions against the actual API data. Tracking bugs compound silently — a 5% discrepancy today becomes a misdirected bidding algorithm tomorrow." — 调试方法论
|
||||
|
||||
> "If it's not tracked correctly, it didn't happen." — Agent 风格标语
|
||||
> "Bad tracking is worse than no tracking — a miscounted conversion doesn't just waste data, it actively misleads bidding algorithms into optimizing for the wrong outcomes." — 核心观点:错误的追踪数据比没有数据更具破坏性
|
||||
|
||||
## Key Concepts
|
||||
- [[GoogleTagManager]]:GTM 容器架构、工作区管理、触发器/变量设计、自定义 HTML 标签、Consent Mode 实现、标签序列与触发优先级。
|
||||
- [[GoogleAnalytics4]]:事件分类体系设计、自定义维度/指标、增强衡量配置、电商 dataLayer 实现(view_item/add_to_cart/begin_checkout/purchase)、跨域追踪。
|
||||
- [[MetaConversionsAPI]]:CAPI 服务端配置、事件去重(event_id 匹配)、域名验证、聚合事件测量配置——确保 Pixel 浏览器事件与 CAPI 服务端事件不重复计数。
|
||||
- [[ServerSideTagging]]:GTM 服务端容器部署、第一方数据收集、Cookie 管理、服务端富化。
|
||||
- [[ConversionTracking]]:Google Ads 转化操作(主转化/次转化)、增强转化(网页和线索)、离线转化 API 导入、转化价值规则、转化操作集。
|
||||
- [[AttributionModeling]]:数据驱动归因模型配置、跨渠道归因分析、增量测试设计、营销组合建模输入。
|
||||
- [[ConsentModeV2]]:Consent Mode v2 实现、GDPR/CCPA 合规、Cookie Banner 集成、数据保留设置。
|
||||
- [[DataLayerArchitecture]]:复杂电商和线索生成网站的 dataLayer 架构设计规范。
|
||||
- [[GTM|Google Tag Manager (GTM)]]:容器架构、工作区管理、触发器/变量设计、自定义 HTML 标签、Consent Mode 实现、标签序列与触发优先级
|
||||
- [[GA4|Google Analytics 4]]:事件分类设计、自定义维度/指标、增强衡量配置、电子商务 dataLayer 实现(view_item、add_to_cart、begin_checkout、purchase)、跨域追踪
|
||||
- [[Meta CAPI|Meta Conversions API (CAPI)]]:服务端 Pixel 设置、event_id 机制实现浏览器 Pixel 与 CAPI 事件去重、域名验证、聚合事件测量配置
|
||||
- [[Consent Mode v2]]:GDPR/CCPA 合规、Cookie 横幅集成、数据保留设置
|
||||
- [[Enhanced Conversions]]:网页端和线索增强转化、离线转化通过 API 导入、转化价值规则、转化操作集
|
||||
- [[Attribution Modeling]]:数据驱动归因模型配置、跨渠道归因分析、增量测试设计、营销组合建模输入
|
||||
- [[Server-Side Tagging]]:GTM 服务端容器部署、第一方数据收集、Cookie 管理、服务端数据富化
|
||||
|
||||
## Key Entities
|
||||
- [[JohnWilliams]]:Agent 作者(@itallstartedwithaidea)
|
||||
- [[TheAgency]]:Agent 所属的多 Agent 协作框架
|
||||
- [[John Williams]](@itallstartedwithaidea):作者,付费媒体追踪专家
|
||||
- [[Google Tag Manager]]:核心标签管理工具
|
||||
- [[Google Analytics 4]]:主要分析平台
|
||||
- [[Meta Conversions API]]:Facebook/Meta 广告追踪服务端 API
|
||||
- [[LinkedIn Insight Tag]]:LinkedIn 广告追踪工具
|
||||
- [[TikTok Pixel]]:TikTok 广告追踪工具
|
||||
|
||||
## Connections
|
||||
- [[PaidMediaAdCreativeStrategist]] ← complementary ← [[PaidMediaTrackingSpecialist]]
|
||||
- [[PaidMediaPaidSocialStrategist]] ← depends_on ← [[PaidMediaTrackingSpecialist]](Social 广告依赖精准追踪)
|
||||
- [[PaidMediaPPCStrategist]] ← depends_on ← [[PaidMediaTrackingSpecialist]](PPC 依赖转化追踪数据)
|
||||
- [[PaidMediaProgrammaticBuyer]] ← depends_on ← [[PaidMediaTrackingSpecialist]](程序化投放依赖归因模型)
|
||||
- [[PaidMediaSearchQueryAnalyst]] ← depends_on ← [[PaidMediaTrackingSpecialist]](搜索词分析依赖转化数据)
|
||||
- [[PaidMediaAuditor]] ← depends_on ← [[PaidMediaTrackingSpecialist]](审计依赖追踪准确性验证)
|
||||
- [[Paid Media Ad Creative Strategist Agent]] ← supports ← [[Paid Media Tracking & Measurement Specialist Agent]]
|
||||
- [[Paid Media Search Query Analyst Agent]] ← depends_on ← [[Paid Media Tracking & Measurement Specialist Agent]](依赖准确的追踪数据做查询分析)
|
||||
- [[Paid Media PPC Campaign Strategist Agent]] ← depends_on ← [[Paid Media Tracking & Measurement Specialist Agent]](依赖转化数据优化出价策略)
|
||||
- [[Paid Media Auditor Agent]] ← uses_data_from ← [[Paid Media Tracking & Measurement Specialist Agent]](审计时核查追踪准确性)
|
||||
|
||||
## Contradictions
|
||||
- (暂无发现与其他页面的内容冲突)
|
||||
- 暂无已知冲突内容
|
||||
|
||||
Reference in New Issue
Block a user