Add-ons
ASA2 ships with a focused core: managing products, embedding them, and rendering them via templates. Everything that goes beyond that — analytics, image privacy, advanced logging, developer tooling — lives in dedicated add-on plugins. Add-ons hook into the core without modifying it, so you only install the pieces you actually need.
All add-ons are free
Every add-on listed below is available at no cost. Request a license key on the product page (free of charge), download the plugin from your account at getasa2.com, upload it under Plugins → Add New → Upload Plugin, activate it, and enter the key under ASA2 → Licenses. They are independent — each one works on its own, and most of them can be combined.
Available Add-ons
ASA2 Tracking
Track clicks on affiliate links. Built-in self-hosted analytics, with optional Matomo and Google Analytics 4 integration. Know which products, templates, and link elements your visitors actually click.
Open documentation →FreeASA2 Image Proxy
Route external product images through your own server so visitor IPs are never exposed to the image origin. Three cache backends (Filesystem / Redis / Memcached), SSRF protection, and optional signed URLs.
Open documentation →FreeASA2 Advanced Log
Replace the default logger with a Monolog-based system that supports multiple destinations simultaneously — database with built-in viewer, BetterStack, Sentry, and Slack.
Open documentation →FreeASA2 DevTools
Inspect Amazon product data, raw API responses, every available template placeholder, and preview templates against any ASIN at any viewport width.
Open documentation →How Add-ons Integrate
Add-ons hook into ASA2's existing extension points — actions, filters, REST namespaces, template placeholders — rather than patching core files. That means:
- Updating ASA2 Core never breaks an add-on. Each add-on declares the minimum core version it needs.
- Add-ons can be installed and removed independently. Deactivating an add-on cleanly removes its hooks; the rest of ASA2 keeps working.
- You only run what you need. Tracking does not load on sites that don't track; Image Proxy does not run when the master switch is off.
Pick the Right Add-on
| If you want to … | Use |
|---|---|
| See which products and templates your visitors click on | ASA2 Tracking |
| Hide visitor IPs from Amazon CDN and other image origins | ASA2 Image Proxy |
| Keep persistent logs and forward them to BetterStack / Sentry / Slack | ASA2 Advanced Log |
| Inspect API responses, placeholders, and preview templates while building | ASA2 DevTools |
Licensing
All add-ons use ASA2's existing license mechanism. After activating an add-on, enter its license key under ASA2 → Licenses to enable automatic updates and (where applicable) feature activation. ASA2 DevTools is free — its license is optional and only enables auto-updates. See Licensing for details.

