// GMC add-on setup guide
How to set up Advanced Data Source Management in Google Merchant Center
Advanced Data Source Management lets you patch missing product attributes without touching your primary feed. Use supplemental feeds to add GTIN, brand, custom labels, sale prices, or category overrides across thousands of products in minutes.
// Add-on
Advanced Data Source Management
// Impact
Fix feed gaps fast
// Setup time
7 steps · ~15-30 min
// Direct link
Requirements
- ✓ Verified Merchant Center account
- ✓ Primary feed already active
- ✓ Clear list of attributes you want to add/override
- ✓ Google Sheet, FTP-hosted file, or Content API access for feed delivery
Step-by-step setup
-
1Open Data sourcesMerchant Center → Settings → Data sources → click "Add data source".
-
2Choose feed typePick "Supplemental" (not "Primary"). Give it a descriptive name like "GTIN patch" or "Custom labels".
-
3Pick delivery methodGoogle Sheet (easiest), scheduled fetch (host XML/TSV on your server), or Content API (advanced).
-
4Map ID columnThe offer ID column MUST match the primary feed's id column. Wrong offer IDs = orphan rows.
-
5Add attribute columnsOnly include columns you want to add or override. Empty columns don't affect existing values.
-
6Set schedule + country/languageSet delivery frequency (daily typical) + target country + language for the supplemental feed.
-
7Verify in DiagnosticsMerchant Center → Products → click a product → check "Overrides applied" section.
Common issues + how to fix
ID column mismatch
Every supplemental row must have an offer ID that exists in the primary feed. Mismatches show as "unrecognized".
Wrong country/language
A US-targeted supplemental feed won't affect UK products. Match feed target exactly.
Case-sensitive attribute names
Column headers must match Google's spec exactly (e.g., google_product_category, not Google_Product_Category).
Related guides
// Free scanner · No signup
Check your store readiness before you enable this
Our scanner reads your store the way Google reviewers do — 50+ checks in 60 seconds.
Run free scan → Back to dashboard