Settings & Setup
Brand Customization
Upload your logo, change colors, and set your brand name
Scheduled Email Digest
Configure daily or weekly performance digest emails
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
- Log into Amazon Seller Central or Amazon Advertising Console
- Go to Reports → Advertising Reports
- Select one of: Campaign Performance, Sponsored Products Search Term, or Targeting Report
- Choose your date range (last 30 days recommended)
- Click Create report, then download the CSV when ready
- 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.