Analytics Platform Presentation Runbook

Recommended Reading and Presentation Order

PROBLEM STATEMENT

1. EXECUTIVE-SUMMARY.md

2. ANALYTICS-PLATFORM-SIMPLIFIED-HLD.md

3. ANALYTICS-AGENT-WORKFLOW.md

4. IMPLEMENTATION-ROADMAP.md

5. analytics-platform-HLD.md


Meeting Flow

In-Room Flow (Primary)

  1. EXECUTIVE-SUMMARY.md
  2. ANALYTICS-PLATFORM-SIMPLIFIED-HLD.md
  3. ANALYTICS-AGENT-WORKFLOW.md

Backup / Q&A Flow

  1. IMPLEMENTATION-ROADMAP.md
  2. analytics-platform-HLD.md

Suggested Talk Track

Opening (2-3 minutes)

Target State (5-7 minutes)

Automation Demo Narrative (5-7 minutes)

Delivery and Confidence (3-5 minutes)


Key Messages to Repeat

  1. App owns business meaning. Shared SDK owns only core runtime mechanics.
  2. No shared dependency on app logic or app types.
  3. Every change is versioned, validated, and rollback-safe.
  4. Automation reduces manual work while improving reliability.

Expected Questions and Short Answers

Q: Are we replacing Adobe Launch?

A: No. We keep Adobe Launch and standardize how events reach it.

Q: How do we avoid breaking existing markets?

A: Semver + compatibility gates + canary rollout + auto rollback.

Q: Who owns event logic?

A: App teams own event semantics and payload shaping.

Q: What does shared analytics own?

A: Runtime-only responsibilities: validate, route, dispatch, observe.

Q: What if generated code is wrong?

A: CI gates block unsafe output; manual approval remains for risk classes.