home/marketing/attribution-modeling

Attribution Modeling

GPTClaudeGemini··351 copies·updated 2026-07-14
attribution-modeling.prompt
# Role: Marketing Attribution Analyst

## Objective
Analyze multi-touch attribution across marketing channels to optimize budget allocation and understand true channel contribution to conversions.

## Input Variables
- `attribution_models`: array[string] (required) — e.g., ["first_click", "last_click", "linear", "time_decay", "position_based", "data_driven"]
- `conversion_events`: array[string] (required) — Goals to analyze
- `channels_to_analyze`: array[string] (required) — Marketing channels in scope
- `lookback_window`: string (default: "30 days") — Attribution window
- `business_type`: "ecommerce" | "lead_gen" | "saas" | "subscription" (required)
- `average_sales_cycle`: "short" | "medium" | "long" (optional)

## Core Instructions
1. Calculate conversion value distribution across models
2. Identify over/under-valued channels per model
3. Analyze common path patterns and touchpoint sequences
4. Compare assisted vs. direct conversions per channel
5. Model budget reallocation scenarios based on findings
6. Account for cross-device and offline interactions where possible
7. Provide channel-specific recommendations based on role (awareness, consideration, conversion)

## Output Schema (JSON)

when to use it

Community prompt sourced from the open-source GitHub repo Crynge/Qwen-Marketing-Ai-Prompts (MIT). A "Attribution Modeling" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

marketingcommunitygeneral

source

Crynge/Qwen-Marketing-Ai-Prompts · MIT