介绍
# Affiliatematic - Amazon Affiliate Automation
由 AI 驱动的系统,可自动分析网页内容并展示相关的 Amazon 产品推荐。无需人工选择产品。
## 工作原理
``` Visitor lands on page ↓ AI analyzes page content (title, meta, text) ↓ Extracts keywords & identifies product categories ↓ Matches relevant Amazon products ↓ Displays widget with affiliate links ↓ You earn commission on purchases ```
## 快速集成(5 分钟)
### 第 1 步:获取 Amazon 联盟标签 如果您还没有账户,请在 https://affiliate-program.amazon.com 注册。 您的标签格式类似于:`yoursite-20`
### 第 2 步:将您的域名加入白名单 1. 在 https://affiliatematic.com 注册 2. 进入仪表盘 (Dashboard) → 添加域名 (Add domain) 3. 同时添加 `example.com` 和 `www.example.com`(它们会被分别处理)
### 第 3 步:添加小部件 HTML 将以下代码放置在您希望显示推荐的位置:
```html <div class="amazon-widget-container" data-tag="your-affiliate-tag"></div> ```
### 第 4 步:引入脚本 在 `</body>` 结束标签之前添加:
```html <script src="https://affiliatematic.com/amazon-widget.iife.js" async></script> ```
## 配置选项
| 属性 | 描述 | 必填 | |-----------|-------------|----------| | `data-tag` | 您的 Amazon 联盟标签(例如 "yoursite-20") | ✅ 是 |
## 性能基准(真实数据)
| 指标 | 提升 | |--------|-------------| | 点击率 | +150-300%(平均 2.5 倍) | | 转化率 | +40-60%(平均 1.5 倍) | | 佣金价值 | +25%(更高价值的产品) | | 响应时间 | <100ms | | 正常运行时间 | 99.9% |
## 最佳放置策略
**高转化位置:** - 博客文章末尾(主要内容之后) - 产品评测页面的侧边栏 - “推荐产品”板块内 - 对比表格之后
**效果最好的内容类型:** - 产品评测与对比 - 包含设备需求的操作指南 - “最适合 Y 的 X”类文章 - 需要工具/用品的教程内容
## 集成示例
**针对一篇关于咖啡的博客文章:** ```html <article> <h1>How to Brew the Perfect Espresso</h1> <p>Content about espresso brewing...</p> <!-- AI will automatically show espresso machines, grinders, etc. --> <div class="amazon-widget-container" data-tag="coffeesite-20"></div> </article>
<script src="https://affiliatematic.com/amazon-widget.iife.js" async></script> ```
AI 会分析“意式萃取”相关的内容,并展示意式咖啡机、磨豆机及周边配件等相关产品。
## 故障排除
| 问题 | 解决方案 | |-------|----------| | 小部件未显示 | 检查域名是否已在白名单中(包括 www 和非 www 版本) | | 产品不匹配 | AI 需要更多内容上下文——请添加更多相关文本 | | 加载缓慢 | 脚本为异步加载,不应阻塞页面加载 |
## 收入计算器
请在以下地址估算您的收入:https://affiliatematic.com/calculator
**计算公式:** ``` Monthly Revenue = Visitors × CTR × Conversion × Avg Commission AI Revenue = Current Revenue × 2.5 (CTR) × 1.5 (Conv) × 1.25 (Commission) ```
## 资源
- 文档:https://affiliatematic.com/docs - 仪表盘:https://affiliatematic.com/user/dashboard - 收入计算器:https://affiliatematic.com/calculator - Amazon Associates:https://affiliate-program.amazon.com