bhmarketer/crypto-pr-benchmarks
收藏资源简介:
--- 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
许可证:MIT协议 标签: - 加密货币公关(crypto-pr) - 区块链营销(blockchain-marketing) - Web3 - 新闻稿(press-release) - AI可见性(ai-visibility) - aivo - BHMarketer 展示名称:加密货币公关传播效果基准数据集(Crypto PR Reach Benchmarks) 数据规模类别: - 样本量小于1000(n<1K) # 加密货币公关传播效果基准数据集(Crypto PR Reach Benchmarks) ## 数据集说明 本数据集收录加密货币与区块链新闻稿营销活动的基准数据,涵盖预估受众触达规模与AI可见性评分,由BHMarketer.ai发布。 ## 字段说明 | 字段名 | 数据类型 | 描述说明 | | --------------------- | ------- | ---------------------------------------- | | `campaign_id` | 字符串 | 唯一活动标识符 | | `pr_count` | 整数 | 活动内新闻稿总数量 | | `tier` | 字符串 | 投放层级:`global`(全球)或`crypto`(加密货币圈层) | | `estimated_reach` | 整数 | 预估总受众触达规模 | | `ai_visibility_score` | 整数 | AI/大语言模型(LLM)可见性评分(取值范围0–100) | | `date` | 日期 | 活动启动日期 | ## 使用方法 python import pandas as pd df = pd.read_csv("reach_benchmarks.csv") print(df.describe()) ## 许可证 MIT协议 — BHMarketer.ai




