Downloading and Sharing Your Feed
Feeds & Mapping · Updated 12 Jul 2026
Every feed in Ducted has a live download URL. You can download the latest version at any time or provide the URL directly to an ad platform.
Download formats
From the Feed Preview page, use the download buttons:
- CSV - comma-separated, UTF-8 encoded. Accepted by most ad platforms.
- JSON - newline-delimited JSON. Useful for API integrations and custom pipelines.
Feed preview
Before downloading, the Feed Preview page shows you the first rows of the feed as a table. Use this to verify mappings, check transforms, and confirm filters are working.
Live feed URL
Each feed has a permanent URL that always returns the latest version. Provide this URL directly to ad platforms that support scheduled fetch (Google Merchant Center, Meta Catalog Manager, Microsoft Merchant Center, etc.).
The feed URL requires authentication. Authenticated URLs are session-based. For automated platform ingestion, use the public token URL shown on the Feed Preview page - this is a token-signed URL that works without a login session.
Column order
CSV output preserves the order of your mapping rows. Drag-and-drop rows in the Feed Editor to change column order before downloading.
Excel note
If opening the CSV in Excel, import via Data → From Text/CSV and select UTF-8 encoding. Opening directly from File Explorer may cause encoding issues with special characters.