返回顶部
m

meta-ad-creatives元广告创意分析

Track Meta (Facebook/Instagram) ad creative performance and hit rates across multiple accounts. Use when asked about creative win rates, which ads are hitting benchmarks, CPT/CPI/ROAS analysis, or comparing creative performance across accounts and time periods. Supports multiple benchmark metrics (CPT, CPI, IPM, ROAS) and currency conversion.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,895
下载量
免费
免费
5
收藏
概述
安装方式
版本历史

meta-ad-creatives

Meta广告素材

追踪多个Meta广告账户的素材表现和达标率。

技能功能

  • - 计算达标率(达到表现基准的素材百分比)
  • 追踪多项指标:CPT(单次试用成本)、CPI(单次安装成本)、IPM(每千次展示安装数)、ROAS
  • 比较多个账户的表现
  • 存储历史数据用于趋势分析
  • 识别优胜素材与表现不佳素材
  • 支持国际账户的货币转换

设置

1. 环境变量

bash
FACEBOOKACCESSTOKEN=yourtokenhere
FACEBOOKAPPID=yourappid
FACEBOOKAPPSECRET=yourappsecret

2. 账户配置

创建accounts_config.json:

json
{
accounts: {
ClientName: {
account_id: 123456789,
filter: CampaignNameFilter,
geo_filter: US,
benchmark_value: 100,
benchmark_display: CPT < $100,
active: true
}
}
}

配置字段说明:

  • - accountid:Meta广告账户ID(不含act前缀)
  • filter:广告系列名称筛选(可选)
  • geofilter:地理筛选条件,如US(可选)
  • benchmarkvalue:判定优胜素材的CPT阈值
  • benchmark_display:人类可读的基准描述

使用方法

获取当月达标率

python
from scripts.metaadcreatives import getallhit_rates

data = getallhitrates(monthoffset=0)
print(f总体达标率:{data[totals][hit_rate]}%)
for account in data[accounts]:
print(f {account[accountname]}:{account[hitrate]}%)

获取历史月份达标率

python

上个月


data = getallhitrates(monthoffset=-1)

两个月前

data = getallhitrates(monthoffset=-2)

获取全部历史汇总数据

python
data = getallhitrates(alltime=True)

获取单个广告表现

python
from scripts.metaadcreatives import getindividualads

获取账户所有广告

ads = getindividualads(accountname=ClientName, monthkey=2026-01)

仅获取达标广告

winners = getindividualads(accountname=ClientName, hitonly=True)

按CPT排序

ads = getindividualads(sort_by=cpt)

月度对比

python
from scripts.metaadcreatives import getmonthlycomparison

对比最近3个月

months = getmonthlycomparison(num_months=3) for month in months: print(f{month[monthlabel]}:{month[totals][hitrate]}%)

关键指标

指标说明
广告总数期间内创建的广告数
有花费广告
获得预算的广告数 | | 达标广告 | 满足CPT阈值的广告数 | | 达标率 | 达标广告占比 | | CPT | 单次试用成本(花费/试用次数) |

达标率计算

素材达标的条件:

  1. 1. 花费 > $0
  2. 试用次数 > 0
  3. CPT < 基准值(如$100)

达标率 =(达标广告数 / 有花费广告数)× 100

数据存储

该技能存储历史数据用于趋势分析:

  • - Firestore(云部署默认)
  • SQLite(本地备用)

设置USE_FIRESTORE=false可在本地使用SQLite。

常见问题解答

  • - 我们本月的素材达标率是多少?
  • [客户]的哪些素材表现优异?
  • 本月与上月相比如何?
  • 显示所有达标的广告
  • 我们的历史达标率是多少?

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 meta-ad-creatives-1776367756 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 meta-ad-creatives-1776367756 技能

通过命令行安装

skillhub install meta-ad-creatives-1776367756

下载

⬇ 下载 meta-ad-creatives v1.0.0(免费)

文件大小: 8.81 KB | 发布时间: 2026-4-17 16:12

v1.0.0 最新 2026-4-17 16:12
Initial skill release for tracking Meta (Facebook/Instagram) ad creative performance.

- Calculates creative hit rates using key performance metrics (CPT, CPI, IPM, ROAS)
- Compares performance across multiple accounts and time periods
- Identifies winning creatives vs underperformers with benchmark support
- Tracks historical data for trend analysis, with both Firestore and SQLite storage
- Supports currency conversion for cross-market analysis

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部