> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.adnabu.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Google Merchant Centerで製品IDパターンを見つける方法

この記事では、Google Merchant Centerで**商品IDを見つける**方法と、その可能な形式を理解するのに役立ちます。

### ステップ1: Google Merchant Centerにアクセス
* ブラウザを開き、[Google Merchant Center](https://merchants.google.com/)にアクセスします。
* ストアに接続されているGoogleアカウントでサインインします。

### ステップ2: 「商品」セクションを開く
* 左側のメニューで、**商品 & ストア**をクリックします。
* 次に、**商品**タブをクリックします。

![](https://storage.crisp.chat/users/helpdesk/website/-/e/b/1/4/eb146ac45ce84800/image_1eoc8jy.png)

### ステップ3: 商品リストを表示
* Merchant Centerで利用可能な**すべての商品リスト**を表示するためにスクロールダウンします。
* いくつかの列が表示され、「商品ID」列を見つける必要があります。

### ステップ4: 「商品ID」列を見つける
* **商品ID**列には、各商品の一意のIDが表示されます。
* このIDは、Googleがあなたの製品データをウェブサイトや広告と一致させるのに役立ちます。

![](https://storage.crisp.chat/users/helpdesk/website/-/e/b/1/4/eb146ac45ce84800/image_6dbvyc.png)

## 一般的な商品IDパターン

商品IDは、Shopifyの設定やアプリの統合に応じて異なる形式で表示されることがあります。

以下は、見られる可能性のある**一般的なパターン**です:

### パターン1:
```
shopify_{country}_{product_id}_{variant_id}

```

**例:**
```
shopify_US_6856369832023_40112111124567

```

### パターン2:
```
{product_id}_{variant_id}

```

**例:**
```
6856369832023_40112111124567

```

### その他の可能なパターン

ストアの設定に応じて、以下のようなパターンも見られることがあります:
```
custom_{product_id}_{variant_id}
store_{product_id}_{variant_id}
feed_{product_id}_{variant_id}

```

また、場合によっては以下のような形式もあります:
```
{sku}
{country}_{sku}
{product_id}_{variant_id}_{sku}
{store_name}_{country}_{product_id}_{variant_id}
gid://shopify/Product/{product_id}/variant/{variant_id}
```


## ヒント
ストアがどのパターンを使用しているかわからない場合は、Merchant Centerの**商品ID**をShopifyストアの**商品リンク**と比較してください。
通常、商品とバリアントIDは同じ番号を共有しています。
