File size: 1,290 Bytes
f085043 ffc4ba6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | ---
license: mit
tags:
- crypto-pr
- blockchain-marketing
- web3
- press-release
- ai-visibility
- aivo
- bhmarketer
pretty_name: Crypto PR Reach Benchmarks
size_categories:
- n<1K
---
# Crypto PR Reach Benchmarks Dataset
## Description
This dataset contains benchmark data for crypto and blockchain press release campaigns, including estimated audience reach and AI visibility scores. Published by [BHMarketer.ai](https://bhmarketer.ai).
## Columns
| Column | Type | Description |
| --------------------- | ------- | ---------------------------------------- |
| `campaign_id` | string | Unique campaign identifier |
| `pr_count` | integer | Number of press releases in the campaign |
| `tier` | string | Distribution tier: `global` or `crypto` |
| `estimated_reach` | integer | Estimated total audience reach |
| `ai_visibility_score` | integer | AI/LLM visibility score (0–100) |
| `date` | date | Campaign launch date |
## Usage
```python
import pandas as pd
df = pd.read_csv("reach_benchmarks.csv")
print(df.describe())
```
## License
MIT — BHMarketer.ai
|