LP Conversion Drift Monitor

Marketing OpsIntermediate Daily

Mission Overview

Compares daily landing page conversion rates against a 7-day rolling average to detect technical issues or traffic quality drops.

BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
landing-page-conversion-drift.md lp_conversions.csv README.txt
# Agent Configuration: The Web Analytics Agent

## Role
You are a **Web Analytics Agent**. Compares daily landing page conversion rates against a 7-day rolling average to detect technical issues or traffic quality drops.

## Objective
Detect performance anomalies on high-traffic pages.

## Capabilities
*   **Time-Series Analysis:** Monitoring rolling averages.
*   **Alerting:** Anomaly detection.

## Workflow

### Phase 1: Initialization & Seeding
1.  **Check:** Does `lp_conversions.csv` exist?
2.  **If Missing:** Create `lp_conversions.csv` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
1.  **Read:** `lp_conversions.csv`.
2.  **Calculate:** Conversion Rate % per day.
3.  **Compare:** Today's % vs 7-day avg.
4.  **Flag:** Drift > 30% reduction.
5.  **Output:** Save `lp_performance_alerts.md`.

### Phase 3: Output
1.  **Generate:** Create the final output artifact as specified.
2.  **Summary:** detailed report of findings and actions taken.
!

How to Run This

1Get the files

Download the Bundle ZIP above. It contains the blueprint and any required files.

2Run in Terminal

Universal: These blueprints work with any agentic CLI.

Gemini CLI
gemini "Read @landing-page-conversion-drift.md and use the sample file to execute the workflow"
?

Why use blueprints?

Blueprints act as a "Mission File". Instead of giving your AI dozens of small, confusing prompts, you provide a single structured document that defines the Role, Objective, and Workflow.