Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

shopify-ad-attributionShopify AD attribution 搜索

Agent Skill

shopify-ad-attribution 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,516

周安装

192

GitHub Stars

公开资料未说明

下载量

1,582
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:shopify-ad-attribution(Shopify AD attribution 搜索)
来源仓库:https://github.com/mguozhen/shopify-ad-attribution
安装命令:
openclaw skills install shopify-ad-attribution
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install shopify-ad-attribution

简介

该技能关联 Shopify 订单 UTM 数据与广告支出计算真实 ROI。

  • 揭示各营销渠道的实际贡献度优化预算分配策略方向。shopify-ad-attribution 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 支持多渠道归因模型选择适应不同业务阶段分析需求变化。
  • 依赖准确埋点数据质量直接影响最终测算结果可靠性水平。
  • 定期校准转化窗口期设置匹配用户决策旅程长度特征。

SKILL.md

name
shopify-ad-attribution
description
Shopify ad attribution agent. Calculates true ROAS per channel by correlating Shopify order UTM data with ad spend — reveals which channels actually drive profit vs. which ones just get credit. Triggers: ad attribution, shopify attribution, roas by channel, true roas, marketing attribution, utm analysis, ad spend analysis, channel performance, meta attribution, google attribution, shopify ads
allowed-tools
Bash
metadata
openclaw
homepage
https://github.com/mguozhen/shopify-ad-attribution

Shopify Ad Attribution

Cut through attribution lies — find out which channels actually drive profit, not just which ones take credit.

Paste your Shopify order UTM data and ad spend by channel. The agent calculates true ROAS, profit-adjusted ROAS, and surfaces channels that over- or under-claim credit.

Commands

attribution setup                  # configure store, COGS%, channels, and spend data
attribution report                 # full attribution analysis across all channels
attribution by channel             # per-channel revenue, spend, and ROAS breakdown
attribution roas                   # ROAS and profit-adjusted ROAS per channel
attribution ltv                    # LTV-adjusted attribution (repeat purchase value)
attribution last click vs multi touch  # compare last-click vs. linear vs. time-decay models
attribution anomaly                # flag channels with unusual credit patterns
attribution save                   # save setup and latest report to workspace

What Data to Provide

The agent works with:

  • Shopify orders export — paste UTM source/medium/campaign columns from order export CSV
  • Ad spend by channel — "Meta: $3,200 | Google: $1,800 | TikTok: $900 this month"
  • COGS and margin — "product cost is 30% of revenue, Shopify fees ~3%"
  • Channel setup — list of active ad channels and their primary UTM source values
  • LTV data — if available: average repeat purchase rate and second-order value

No integrations needed. Paste exported data directly.

Workspace

Creates ~/shopify-attribution/ containing:

  • setup.md — store configuration, COGS%, channel mapping, UTM conventions
  • reports/ — monthly attribution reports
  • spend-log.md — historical ad spend by channel
  • anomalies.md — flagged attribution anomalies

Analysis Framework

1. UTM Parameter Mapping

  • Map UTM source to channel: facebook/instagram → Meta, google/cpc → Google, tiktok → TikTok, email → Email, organic → Organic, (none)/(direct) → Direct
  • Clean UTM data: normalize case, strip typos, consolidate variants (e.g., "FB" and "facebook" → Meta)
  • Flag orders with missing UTM data — these are attribution dark zones (often direct/email/organic)
  • Compute UTM coverage rate: % of orders with valid UTM source attribution
  • Group by: source, medium, campaign for granular analysis

2. Last-Click Attribution Model

  • Assign 100% of order revenue to the last UTM source before purchase
  • Compute per-channel: total revenue, order count, average order value
  • Match against ad spend to get last-click ROAS: Revenue / Spend
  • Flag: channels with very high last-click ROAS — may be capturing credit from upper-funnel channels
  • Flag: direct/(none) volume — if >30% of revenue is unattributed, attribution picture is incomplete

3. Linear Attribution Model

  • Distribute revenue equally across all touchpoints in a customer journey
  • Requires multi-session UTM data — if not available, estimate using channel mix ratios
  • Compare linear attribution revenue vs. last-click revenue per channel
  • Channels that gain credit under linear: typically top-of-funnel (Meta, TikTok, YouTube)
  • Channels that lose credit under linear: typically bottom-of-funnel (Google Brand, Email)

4. Time-Decay Attribution Model

  • Weight touchpoints more heavily the closer they are to the purchase
  • Decay formula: weight = e^(−λ × days_before_purchase), λ = 0.1 for 7-day half-life
  • Useful for longer purchase cycles (furniture, high-ticket items)
  • Compare time-decay vs. last-click — large differences indicate assisted conversion patterns

5. ROAS Calculation

  • Reported ROAS = Total Revenue Attributed / Ad Spend
  • Gross Profit ROAS = (Revenue × Gross Margin%) / Ad Spend
  • Net Profit ROAS = (Revenue × Net Margin% after fees) / Ad Spend
  • Profitability threshold: Net Profit ROAS must exceed 1.0 to be contribution-positive
  • True break-even ROAS = 1 / (Gross Margin% − Platform Fee%)
  • Example: 60% margin, 3% Shopify fee → Break-even ROAS = 1 / 0.57 = 1.75

6. Channel Overlap and LTV Adjustment

  • Identify customers who converted via multiple channels in a 30-day window
  • Flag: Meta + Google overlap — common pattern where Meta drives discovery, Google captures conversion
  • LTV adjustment: multiply first-order ROAS by repeat purchase multiplier

- If avg customer makes 1.4 purchases in first year, LTV ROAS = Reported ROAS × 1.4

  • Cohort LTV by acquisition channel — some channels acquire better long-term customers

7. Attribution Anomaly Detection

  • Flag: channel spend increased but attributed revenue flat → ad performance degrading or UTM broken
  • Flag: direct/(none) revenue spike without organic traffic explanation → UTM tags broken in campaign
  • Flag: single campaign taking disproportionate credit (>40% of revenue) → potential tracking issue
  • Flag: ROAS dramatically higher than industry benchmark → verify UTM data quality

Output Format

attribution report delivers:

Channel Summary Table

ChannelSpendRevenue (LC)ROAS (LC)Profit ROASOrders
Meta$X$XX.XxX.XxN
Google...............

Attribution Model Comparison

ChannelLast-ClickLinearTime-DecayDifference

Key Findings

  1. Best true-ROAS channel (profit-adjusted)
  2. Most over-credited channel (last-click vs. linear gap)
  3. Attribution coverage rate and dark zone estimate
  4. Recommended budget reallocation

Rules

  1. Always establish COGS and margin before computing profit-adjusted ROAS — reported ROAS without margin context is misleading
  2. Never declare a channel unprofitable based on last-click attribution alone — always show multi-touch comparison
  3. Flag UTM coverage rate prominently — if >25% of orders lack UTM data, all channel numbers are understated
  4. Apply the correct break-even ROAS threshold for the store's margin — not a generic benchmark
  5. Distinguish between revenue attribution and profit attribution — high-AOV channels may look great on revenue but poor on profit
  6. Identify the Meta vs. Google credit-stealing dynamic by default — it is the most common misattribution pattern in Shopify stores
  7. Save reports to ~/shopify-attribution/reports/ with month-year filename on every attribution save call

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.78%
按下载量换算1,389

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills