Feed Log Grid - Monitor Feed Health
The Feed Log grid in Spotler Activate Search shows the history of all feed generations. Use it to monitor feed health, download feeds, and troubleshoot issues.
Location: Spotler > Feed Log (in admin menu)
Grid Overview
The grid displays one row per feed generation attempt.
Columns
| Column | Description |
|---|---|
| ID | Unique generation ID |
| Store View | Which store view the feed was generated for |
| Result | Success message or error description |
| Products | Whether products were included (Yes/No) |
| CMS Pages | Whether CMS pages were included (Yes/No) |
| Categories | Whether categories were included (Yes/No) |
| Type | Feed type (Full) |
| Executed By | How the generation was triggered (Cron, CLI, Admin) |
| Started At | When generation began |
| Finished At | When generation completed |
Filtering
Use the filters at the top of each column to narrow results:
- Store View - Filter by specific store
- Executed By - Filter by trigger source (Cron, CLI, Admin)
- Date Range - Filter by generation date
Actions
Generate Feed Button
Click Generate Feed at the top of the grid to manually trigger a new feed generation for all enabled store views.
Row Actions
Each row has an Actions dropdown:
| Action | Description |
|---|---|
| Download | Download the generated XML feed file |
| Delete | Remove this log entry |
Mass Actions
Select multiple rows using checkboxes, then use Actions dropdown:
| Action | Description |
|---|---|
| Delete Feeds | Remove selected log entries and their feed files |
How Items Enter the Grid
Feed entries are created when:
- Cron runs - Automatic scheduled generation (based on Cron Frequency setting)
- CLI command - Running
bin/magento sooqr:feed:create - Admin generation - Clicking "Generate Feed" button in the grid
Each generation creates a new log entry regardless of success or failure.
Interpreting Results
Successful Generation
Result: Feed generated successfully
Products: Yes
CMS Pages: Yes (if enabled)
Categories: Yes (if enabled)
Failed Generation
Result: [Error message describing the failure]
Common error messages:
- Memory exhausted - Lower batch size
- Database connection error - Check database status
- Permission denied - Check file permissions on media folder
Using the Feed Log
Daily Health Check
- Filter by today's date
- Verify cron generated feeds successfully
- Check product counts match expectations
After Configuration Changes
- Manually generate feed
- Check Result column for success
- Download and inspect feed if needed
Troubleshooting Missing Products
- Find the latest successful generation
- Download the feed
- Search for missing product SKU in the XML
- If missing, check product filters and visibility
Feed File Location
Generated feeds are stored at:
pub/media/sooqr/[filename].xml
The filename is configurable in Data > General > Filename.
Need More Help?
Documentation:
- All Help Articles - Complete documentation overview
Support:
- Contact Support - Get help from our team