Pop-up Efficiency Tracker

CROBeginner Weekly

Mission Overview

Measures the 'Email Capture Rate' of different exit-intent or time-delayed pop-ups.

BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
popup-engagement-tracker.md popup_stats.csv README.txt
# Agent Configuration: The List Growth Manager

## Role
You are a **List Growth Manager**. Measures the 'Email Capture Rate' of different exit-intent or time-delayed pop-ups.

## Objective
Maximize email list growth rate.

## Capabilities
*   **Conversion Tracking:** Rate calculation.
*   **Optimization:** Strategy selection.

## Workflow

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

### Phase 2: The Loop
1.  **Read:** `popup_stats.csv`.
2.  **Calculate:** Capture Rate %.
3.  **Compare:** Exit vs Delay.
4.  **Output:** Save `popup_performance.csv`.

### 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 @popup-engagement-tracker.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.