Intelligence Briefing

    Missing GTIN, Brand & Identifier Errors: A Deep Dive into Unique Product Identifiers

    February 13, 2026
    42feeds Editorial
    Reading time: 5 minutes

    In the ecosystem of Google Shopping and Meta Ads, data isn't just a description of what you sell—it is a signal that helps platforms understand what the product is. The most important signals for this purpose are Unique Product Identifiers (UPIs).

    When you see a "Missing GTIN" or "Limited performance due to missing identifiers" warning in your Google Merchant Center dashboard, it is easy to view it as just another technical hurdle. However, these errors are actually signals from Google's matching engine. If Google cannot uniquely identify your product, it cannot group you with other sellers of the same item, it cannot show your product reviews accurately, and it cannot place you in the "Shopping" tab's comparison features.

    This guide explores the structural logic of product identifiers and how to resolve missing data issues without compromising your feed's integrity.

    The Three Pillars: GTIN, Brand, and MPN

    Google recognizes three primary types of unique product identifiers. Depending on the product category and the country you are targeting, you typically need to provide at least two of these.

    1. GTIN (Global Trade Item Number)

    The GTIN is the "gold standard" of identifiers. It is the numerical version of the barcode (UPC in the US, EAN in Europe). Because GTINs are managed by GS1, they are globally unique. Google uses the GTIN to find a "master version" of your product in its global catalog.

    • The Constraint: Google validates GTINs against the GS1 database. You cannot "invent" a GTIN or use a placeholder like "123456". If the checksum is wrong, the product will be disapproved.
    • The Impact: Providing a valid GTIN is the single most effective way to increase your impressions in Google Shopping.

    2. Brand

    The brand attribute is required for all products that have a clearly defined brand or manufacturer. Even if you are the manufacturer, you should provide your own company name as the brand.

    3. MPN (Manufacturer Part Number)

    The MPN is a code assigned by the manufacturer to identify a specific product within their own lineup. It is especially critical in industries like automotive parts or electronics, where different versions of a product might look identical but have different technical specs.

    The Logic of ,[object Object]

    One of the most common causes of confusion is the identifier_exists attribute. This is a boolean signal that tells Google whether the product should have a GTIN or MPN.

    • If identifier_exists is true (default): Google expects a GTIN and/or an MPN + Brand.
    • If identifier_exists is false: Google accepts that the product is unique (e.g., custom jewelry, vintage clothing, or handmade furniture) and will not penalize you for missing GTINs.

    Anti-Pattern: Setting identifier_exists to false for a branded product that actually has a GTIN (like a pair of Nike shoes) to bypass an error. Google’s algorithms are smart enough to recognize known brands. If you claim a GTIN doesn't exist for a product Google knows has one, your product will likely still receive "Limited performance" or be disapproved for policy violation.

    Understanding "Limited Performance" vs. Disapproval

    Unlike a price mismatch, which usually leads to a hard disapproval, missing identifiers often result in a Warning (Yellow Label): "Limited performance due to missing identifiers."

    • What it means: Your product is eligible to show in ads, but it is "throttled." It won't appear in comparison features, it won't be eligible for automated price drops or reviews, and it will generally lose out in the auction to competitors who did provide identifiers.
    • The Solution: Treat these warnings as high-priority tasks. The difference in reach between a product with a GTIN and one without can be as high as 40-50%.

    How to Resolve Missing Identifier Errors

    Resolving these issues requires a mix of source data cleanup and transformation rules.

    Step 1: Audit the Source

    Check your ecommerce platform (Shopify, WooCommerce, etc.). Often, the GTIN is present in the database but isn't being exported because it is mapped to a "Barcode" field that the feed plugin isn't looking at. Ensure your field mapping is pointing to the correct source attribute.

    Step 2: Use Supplemental Feeds for Gaps

    If your main CMS is missing GTINs, don't manually edit thousands of products in the backend. Use a supplemental feed (like a Google Sheet) containing your SKUs and the corresponding GTINs. Your feed management tool can then merge this data automatically.

    Step 3: Implement Fallback Logic

    For products where you have an MPN but no GTIN, ensure your feed logic is set up to provide the MPN and Brand correctly. If you sell a mix of custom and branded goods, use a transformation rule to set identifier_exists to false only for specific categories or brands.

    The Role of Feed Management Tools

    A dedicated feed layer like 42feeds allows you to handle identifiers with much more nuance than a standard CMS plugin.

    • Identifier Validation: Catch invalid GTIN formats before they reach Google Merchant Center.
    • Conditional Mapping: Automatically set identifier_exists based on the product type or vendor name.
    • Multi-Source Joining: Easily join a spreadsheet of barcodes to your main product feed without touching your shop's database.

    As we discussed in the Product Feed Optimization Checklist, managing identifiers is not a one-time fix but a core part of your taxonomy of product feed errors management.

    Summary

    Unique Product Identifiers are the DNA of your product feed. They allow the machines at Google and Meta to understand the context of what you are selling. While "Missing GTIN" errors might seem like a minor annoyance, resolving them is often the lowest-hanging fruit for improving your ad performance and visibility.

    By moving from a "bypass" mindset to a "data enrichment" mindset, you ensure your products are fully eligible for every feature the Shopping ecosystem offers.

    Frequently Asked Questions