Settings & Setup

Brand Customization
Upload your logo, change colors, and set your brand name
Open
Scheduled Email Digest
Configure daily or weekly performance digest emails
Open
AI Suggestions (Claude)
Not configured
Email Delivery
Not configured
How to Configure

All configuration is done in a file called .env in your project folder. Follow these steps:

1
Create your .env file

In your amazon-ads-manager folder, copy the example file:

cp .env.example .env

Then open .env in any text editor (Notepad, TextEdit, etc.)

2
Add your Anthropic API Key (for AI suggestions)

Get a free key at console.anthropic.com → API Keys → Create Key

ANTHROPIC_API_KEY=sk-ant-your-key-here
3
Configure Email (Gmail example)

For Gmail: go to myaccount.google.com/apppasswords, create an App Password, then add:

EMAIL_USER=your-email@gmail.com EMAIL_PASSWORD=your-16-char-app-password EMAIL_FROM_NAME=Your Agency Name
4
Restart the app

After saving .env, stop the app (Ctrl+C) and restart it:

python app.py
How to Download Amazon Reports
  1. Log into Amazon Seller Central or Amazon Advertising Console
  2. Go to Reports → Advertising Reports
  3. Select one of: Campaign Performance, Sponsored Products Search Term, or Targeting Report
  4. Choose your date range (last 30 days recommended)
  5. Click Create report, then download the CSV when ready
  6. Upload the downloaded CSV file using the Upload Report page
Best report to use: The Sponsored Products Search Term Report gives the most detail — it shows exactly which customer search terms triggered your ads.