Merchant API를 사용하여 판매자 센터 계정의 전환 소스를 관리하는 방법은 다음과 같습니다.
판매자 센터 전환 소스를 사용하면 판매자 센터 계정에서 무료 등록정보 및 웹사이트의 전환 데이터를 볼 수 있습니다.
Merchant API로 전환 소스를 관리하려면 먼저 판매자 센터 계정에 대해 자동 태그 추가를 설정하고 웹사이트의 소유권을 주장해야 합니다. 판매자 센터 계정은 최대 200개의 전환 소스를 보유할 수 있습니다.
Google 애널리틱스 연결
Google 애널리틱스를 사용하여 무료 등록정보 및 웹사이트에서 발생한 전환을 추적할 수 있습니다.
Google 애널리틱스 속성에 대한 관리 액세스 권한이 있는 경우 Google 애널리틱스 전환 소스를 만들어 속성을 판매자 센터 계정에 연결할 수 있습니다.
다음 API 요청은 Google 애널리틱스의 판매자 센터 계정 아래에 새 ConversionSource 객체를 만듭니다.
POST https://merchantapi.googleapis.com/conversions/v1/accounts/ACCOUNT_ID/conversionSources{ "googleAnalyticsLink": { "propertyId": PROPERTY_ID }}
다음 샘플 응답에는 ConversionSource 객체가 포함되어 있습니다. Google 애널리틱스 전환 소스에는 googleAnalyticsLink 필드가 설정되어 있으며 이름은 accounts/{ACCOUNT}/conversionSources/galk:{PROPERTY_ID}를 따릅니다.
Google 애널리틱스 속성이 없는 경우 Google 태그로 웹사이트 전환 소스를 만들어 전환 데이터를 판매자 센터 계정으로 직접 전송할 수 있습니다.
Google 태그 관리자 API를 사용하여 기존 Google 태그를 설정하거나 새 웹사이트 전환 소스를 추가할 때 자동으로 생성되는 새 태그를 사용할 수 있습니다.
POST https://merchantapi.googleapis.com/conversions/v1/accounts/ACCOUNT_ID/conversionSources{ "merchantCenterDestination": { "attributionSettings": { "attributionLookbackWindowDays": 30, "attributionModel": "CROSS_CHANNEL_LAST_CLICK" }, "displayName": "My tag destination", "currencyCode": "CHF" }}
다음은 ConversionSource 객체가 포함된 샘플 응답입니다. 웹사이트 전환 소스에는 merchantCenterDestination 필드가 설정되어 있으며 이름은 accounts/{ACCOUNT_ID}/conversionSources/mcdn:{PROPERTY_ID}를 따릅니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-08(UTC)"],[[["\u003cp\u003eThe Merchant API allows you to manage conversion sources for your Merchant Center account, enabling you to view data from free listings and your website.\u003c/p\u003e\n"],["\u003cp\u003eBefore managing conversion sources, ensure auto-tagging is set up and a website is claimed for your Merchant Center account, with a limit of 200 conversion sources per account.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Analytics can be linked to track conversions by creating a Google Analytics conversion source if you have administrator access to a Google Analytics property.\u003c/p\u003e\n"],["\u003cp\u003eAlternatively, if you don't have a Google Analytics property, you can send conversion data directly to your Merchant Center account by creating a website conversion source with a Google tag.\u003c/p\u003e\n"],["\u003cp\u003eAfter creating a conversion source, you can use its \u003ccode\u003edestination\u003c/code\u003e with a Google tag to receive conversion data directly from your website.\u003c/p\u003e\n"]]],["To manage conversion data for free listings and websites in a merchant account, use the Merchant API. First, set up autotagging and claim your website. You can link a Google Analytics property by creating a `ConversionSource` object using a POST request, specifying the property ID. Alternatively, for website tracking without Google Analytics, create a `ConversionSource` with a Google tag via another POST request. A merchant account can have up to 200 conversion sources. Once set, use the conversion source's `destination` with a Google Tag.\n"],null,["# Manage conversion sources\n\nHere's how to use the Merchant API to manage the conversion sources for your\nMerchant Center account.\n\nMerchant Center conversion sources let you view conversion data from\n[free listings](//support.google.com/merchants/answer/13889434), and from [your website](//support.google.com/merchants/answer/13071753), in your\nMerchant Center account.\n\nBefore you can manage conversion sources with the Merchant API, you need to\n[set up autotagging](//support.google.com/merchants/answer/11127659) and [claim a website](//support.google.com/merchants/answer/176793) for your\nmerchant center center account. A Merchant Center account can have up to 200\nconversion sources.\n\nLink Google Analytics\n---------------------\n\nYou can use [Google Analytics](//support.google.com/merchants/answer/12046446) to track conversions on your free\nlistings and your website.\n\nIf you have administrator access to a Google Analytics property, you can link\nthe property to your Merchant Center account by creating a Google Analytics\nconversion source.\n\nThe following API request creates a new\n[`ConversionSource`](/merchant/api/reference/rest/conversions_v1/accounts.conversionSources#resource:-conversionsource) object under your Merchant Center\naccount for Google Analytics: \n\n POST https://merchantapi.googleapis.com/conversions/v1/accounts/\u003cvar translate=\"no\"\u003eACCOUNT_ID\u003c/var\u003e/conversionSources\n\n {\n \"googleAnalyticsLink\": {\n \"propertyId\": \u003cvar translate=\"no\"\u003ePROPERTY_ID\u003c/var\u003e\n }\n }\n\nThe following sample response contains a `ConversionSource` object. Google\nAnalytics conversion sources have the field `googleAnalyticsLink` set and their\nname follows the `accounts/`\u003cvar translate=\"no\"\u003e{ACCOUNT}\u003c/var\u003e`/conversionSources/galk:`\u003cvar translate=\"no\"\u003e{PROPERTY_ID}\u003c/var\u003e. \n\n {\n \"name\": \"accounts/\u003cvar translate=\"no\"\u003e{ACCOUNT_ID}\u003c/var\u003e/conversionSources/galk:\u003cvar translate=\"no\"\u003ePROPERTY_ID\u003c/var\u003e\"\n \"googleAnalyticsLink\": {\n \"propertyId\": \"\u003cvar translate=\"no\"\u003ePROPERTY_ID\u003c/var\u003e\",\n \"attributionSettings\": {\n \"attributionLookbackWindowDays\": 30,\n \"atributionModel\": \"CROSS_CHANNEL_DATA_DRIVEN\",\n \"conversionType\": [\n {\n \"name\": \"purchase\",\n \"report\": true\n }\n ]\n },\n \"propertyName\": \"My Property Name\"\n },\n \"state\": \"ACTIVE\",\n \"controller\": \"MERCHANT\"\n }\n\nUse a Google tag\n----------------\n\nIf you don't have a Google Analytics property, you can send conversion data\ndirectly to your Merchant Center account by\n[creating a website conversion source with a Google tag](//support.google.com/merchants/answer/13071753).\nYou can use the [Google Tag Manager API](/tag-platform/tag-manager/api/v2) to set up an existing\nGoogle tag, or use the new tag that is automatically created when you add a new\nwebsite conversion source.\n\nHere's a sample that creates a new\n[`accounts.conversionSources`](/merchant/api/reference/rest/conversions_v1/accounts.conversionSources)\nobject for website tracking under your Merchant Center account: \n\n POST https://merchantapi.googleapis.com/conversions/v1/accounts/\u003cvar translate=\"no\"\u003eACCOUNT_ID\u003c/var\u003e/conversionSources\n\n {\n \"merchantCenterDestination\": {\n \"attributionSettings\": {\n \"attributionLookbackWindowDays\": 30,\n \"attributionModel\": \"CROSS_CHANNEL_LAST_CLICK\"\n },\n \"displayName\": \"My tag destination\",\n \"currencyCode\": \"CHF\"\n }\n }\n\nHere's a sample response that contains a `ConversionSource` object. Website\nconversion sources have the field `merchantCenterDestination` set and their name\nfollows the `accounts/`\u003cvar translate=\"no\"\u003e{ACCOUNT_ID}\u003c/var\u003e`/conversionSources/mcdn:`\u003cvar translate=\"no\"\u003e{PROPERTY_ID}\u003c/var\u003e. \n\n {\n \"name\": \"accounts/\u003cvar translate=\"no\"\u003e{ACCOUNT_ID}\u003c/var\u003e/conversionSources/mcdn:\u003cvar translate=\"no\"\u003e{PROPERTY_ID}\u003c/var\u003e\",\n \"merchantCenterDestination\": {\n \"destination\": \"MC-ABCD1234\",\n \"attributionSettings\": {\n \"attributionLookbackWindowDays\": 30,\n \"attributionModel\": \"CROSS_CHANNEL_LAST_CLICK\"\n },\n \"displayName\": \"My tag destination\",\n \"currencyCode\": \"CHF\"\n },\n \"state\": \"ACTIVE\",\n \"controller\": \"MERCHANT\"\n }\n\nOnce created, you can use the conversion source's `destination` with a\n[Google tag](/tag-platform/tag-manager) to get conversion data directly from your website.\n\nLearn more\n----------\n\nTo learn about migrating from Content API for Shopping, see\n[Migrate conversion sources management](/merchant/api/guides/compatibility/conversion-sources)."]]