コンバージョンの発生元を管理する

Content API for Shopping を使用してコンバージョンの発生元を管理する方法は次のとおりです。 ご確認ください

Merchant Center のコンバージョンの発生元を使用すると、コンバージョン データを無料で リスティング、および ウェブサイト、 あります。

Content API for Shopping でコンバージョンの発生元を管理するには、事前に次の作業が必要です。 自動タグ設定が必要 およびウェブサイトを申請して、 。

Google アナリティクスを使用する を使って無料リスティングとウェブサイトでのコンバージョンをトラッキングできます。

Google アナリティクスのプロパティの管理者権限をお持ちの場合は、 Google アナリティクスのコンバージョンを作成して、プロパティを販売アカウントに あります。

以下は、新しい Pod を作成する 販売者の下にある ConversionSource オブジェクト 次のとおりです。

POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionsources/
{
 "googleAnalyticsLink": {
   "propertyId": {propertyId}
  }
}

ConversionSource オブジェクトを含むレスポンスの例を次に示します。Google アナリティクスのコンバージョンの発生元にフィールド「googleAnalyticsLink」が設定されており、 galk: で始まる conversionSourceId

{
  "conversionSourceId": "galk:{propertyId}",
  "googleAnalyticsLink": {
    "propertyId": "{propertyId}",
    "attributionSettings": {
       "attributionLookbackWindowInDays": 90,
       "atributionModel": "CROSS_CHANNEL_DATA_DRIVEN",
       "conversionType": [
        {
           "name": "purchase",
           "includeInReporting": true
        }
       ]
   },
   "propertyName": "My Property Name"
  },
 "state": "ACTIVE",
 "controller": "MERCHANT"
}

Google タグを使用する

Google アナリティクスのプロパティをお持ちでない場合は、コンバージョン データを送信できます 販売アカウントに直接リンクするには、 Google タグ:こちらの Google Tag Manager API: 既存のタグを設定する Google タグを使用するか、新しいタグを追加したときに自動的に作成される新しいタグを使用します。 ウェブサイト コンバージョンの発生元

以下は、ウェブサイト用の新しい ConversionSource オブジェクトを作成するサンプルです。 確認できます。

POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionsources/
{
  "merchantCenterDestination": {
    "displayName": "My tag destination",
    "attributionSettings": {
      "attributionLookbackWindowInDays": 60,
      "attributionModel": "CROSS_CHANNEL_LAST_CLICK"
    },
    "currencyCode": "CHF"
  }
}

ConversionSource オブジェクトを含むレスポンスの例を次に示します。ウェブサイト コンバージョンの発生元に [merchantCenterDestination] フィールドが設定され、 mcdn: で始まる conversionSourceId

{
  "conversionSourceId": "mcdn:12341241234",
  "merchantCenterDestination": {
    "destinationId": "MC-ABCD1234",
    "attributionSettings": {
      "attributionLookbackWindowInDays": 60,
      "attributionModel": "CROSS_CHANNEL_LAST_CLICK"
    },
    "displayName": "My tag destination",
    "currencyCode": "CHF"
  },
  "state": "ACTIVE",
  "controller": "MERCHANT"
}

作成したコンバージョンの発生元の destinationId は、Google タグを使用して、コンバージョン データを 確認できます