TC
The Comparator
Academy Wiki / Encyclopedia Guide

Monetization & Affiliate Key Integration

Learn how to inject your affiliate tags (Amazon Associates, Newegg, CJ) into The Comparator widgets, maintain FTC compliance, and maximize conversion rates.

Monetization & Affiliate Key Integration

The Comparator widgets allow media publishers, reviewers, and tech bloggers to monetize hardware recommendation traffic directly. By injecting your custom affiliate tracking tags into our Deal Monitor and comparison embeds, 100% of out-bound clickouts on “Go to offer” buttons carry your affiliate IDs.


1. Supported Affiliate Networks & Parameters

You can append affiliate tags globally via widget configuration or inline via data-affiliate-* attributes:

Store / NetworkTag ParameterExample ValueSupported Networks
Amazon USdata-tag-amazonmytechblog-20Amazon Associates
Newegg USdata-tag-newegg8483920Impact Radius / CJ Affiliate
Best Buydata-tag-bestbuybby-pub-99Impact

Standard Embed Example with Affiliate Tags:

<iframe 
  src="https://thecomparator.tech/widget/deal-monitor/?category=gpu&tag_amazon=myblog-20&tag_newegg=998811" 
  width="100%" 
  height="480" 
  frameborder="0" 
  loading="lazy"
  title="Live GPU Deal Monitor">
</iframe>

2. Compliance & CTA Wording Rules

To protect your publisher domain and maintain FTC compliance:

  1. “Go to offer” vs “Buy Now”:
    • We require all widget CTA buttons to read “Go to offer” (or “View on Amazon”) when prices are dynamic market snapshots.
    • “Buy for $X” is strictly prohibited unless the price is guaranteed in real-time.
  2. Dated Price Snapshots:
    • Every offer price printed inside the widget displays a timestamp (e.g. Prices as of Aug 4, 2026).
  3. Affiliate Disclosure Requirement:
    • Publishers MUST include an inline affiliate disclosure near the widget (e.g., “When you purchase through links on our site, we may earn an affiliate commission.”).

3. Optimizing Click-Through Rates (CTR)

  • Contextual Category Pre-filtering: Embed GPU widgets in graphics card reviews, CPU widgets in processor reviews, and NVMe SSD widgets in storage roundups.
  • Match Preset to Article Context: Use preset=gaming-1440p for gaming articles, or preset=ai-llm for workstation/AI hardware articles.
  • Theme Matching: Use theme=auto so the widget matches your site’s light/dark mode seamlessly.