# Fixing insufficient identifiers for a Google Shopping feed

There are some common issues that you may encounter when setting up a Google Shopping feed.

### **Brand, EAN/GTIN and MPN**

Google requires that two or three of these fields to be filled for each product. Fill 'brand' 100% for every product and to try to either fill EAN or MPN (you can also use SKU here). If you can't fill two out of three of the brand, GTIN or MPN field, you'll get an error when [uploading the feed into Google Merchant Center](/list-advertise/google/how-to-add-products-to-google-merchant-center.md). You'll need to fix this with the `g:identifier_exists` field ('Fixing insufficient identifiers' in this article).

{% hint style="success" %}
**Tip:** Make sure you know how to [add and map fields](https://helpcenter.channable.com/hc/en-us/articles/360011026539) in Channable.
{% endhint %}

### **Fixing insufficient identifiers**

Shopping Ads uses several identifiers. In Europe and North America these are usually: BRAND, MPN and GTIN/EAN. At least two of those need to be provided. It is not uncommon to have one or two out of the three identifiers available. In order to send products that do not have enough identifiers, the field `g:identifier_exists` needs to be set to 'FALSE'.

The `g:identifier_exists` field is not one that is commonly included in product feeds, so you'll usually need to create it first. Call this new field 'identifier\_exists' so that you can easily identify it. Then, in the **Rules** step of your Google Shopping feed, [create a new rule](/manage-improve-product-data/rules-bulk-edit-and-enrich/rules-in-channable.md) where you set 'identifier\_exists' to 'FALSE'.

Be sure to map your new field to 'g:identifier\_exists' and update the feed to see the results.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://helpcenter.channable.com/list-advertise/google/list-items-on-google-shopping/set-up-a-google-shopping-feed/fixing-insufficient-identifiers-for-a-google-shopping-feed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
