이 튜토리얼에서는 마케팅 이메일 수신에 대한 사용자의 선택을 받는 방법을 설명합니다.
이 기능을 사용하려면 Actions Center의 마케팅 및 이메일 정책, 자체 서비스 약관 및 개인정보처리방침, 운영 중인 지역의 관련 규정을 준수해야 합니다. 통합에 이 기능이 사용 설정되지 않은 경우에도 'Google 마케팅으로 예약' 체크박스가 사용자에게 계속 표시될 수 있습니다.
사용자 흐름
프로덕션에서는 사용자가 선택할 때까지 모든 결제 흐름에 마케팅 체크박스 (기본적으로 선택 해제됨)가 표시됩니다. 사용자는 Google의 파트너 마케팅 수신 동의 정책에 따라 마케팅 이메일에 포함된 수신 거부 링크를 통해 수신 거부할 때까지 수신 동의 상태로 유지됩니다.
게스트 결제 중이나 대체 계정 정보를 사용하는 사용자에게는 체크박스가 표시되지 않습니다.
사용자가 구독을 취소했습니다. 이 옵션은 현재 작업 센터 UI에서 사용할 수 없습니다. 사용자는 마케팅 이메일의 수신 거부 링크를 통해 수신 거부해야 합니다. 파트너는 파트너 마케팅 선택 동의 정책에 명시된 대로 각 마케팅 이메일에 이 링크를 구현하고 포함해야 합니다. 선택 해제는 액션 센터 외부에서 처리되며 액션 센터에 이 변경사항을 알릴 필요가 없습니다.
선택 안함
전송된 요청 없음
사용자의 최근 정기 결제 상태는 계속 적용됩니다. 사용자가 이전에 구독 상태를 선택하지 않은 경우 (선택 또는 선택 해제) 기본 상태는 '선택 해제'여야 합니다.
이중 수신 동의 요구사항
파트너가 보내는 이메일의 지역 및 유형에 따라 이중 수신 동의가 필요할 수 있습니다. 이 경우 파트너는 사용자에게 선택을 완료할 수 있는 링크가 포함된 이메일을 보내야 합니다. 사용자가 이중 수신 동의 절차를 완료할 때까지는 구독 중인 것으로 간주해서는 안 됩니다.
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eThis tutorial explains how to integrate a marketing email opt-in feature into your Reservations End-to-End integration with Google.\u003c/p\u003e\n"],["\u003cp\u003eUsers can opt in or out of marketing emails via a checkbox during checkout, with the system defaulting to opted-out if no selection is made.\u003c/p\u003e\n"],["\u003cp\u003eThe Actions Center communicates the user's preference to your booking server through the \u003ccode\u003eSetMarketingPreference\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003ePartners may need to implement a double opt-in process where users confirm their subscription via email, depending on regional regulations and email types.\u003c/p\u003e\n"],["\u003cp\u003eFor existing integrations, enabling marketing emails requires contacting Google support through the provided form.\u003c/p\u003e\n"]]],["Users can opt in to marketing emails via a checkbox during checkout. The Actions Center then calls the `SetMarketingPreference` method, sending `true` or `false` based on the user's selection. No selection results in no request, maintaining the user's previous status. Opt-outs are handled via an unsubscribe link in partner marketing emails. Double opt-in may be needed, requiring users to confirm their subscription via email. Enabling marketing emails requires contacting the support team via the provided form.\n"],null,["# Add user marketing preference\n\n| **Note:** Please reach out to our support team via [this](https://actionscenter.google.com/support/cases/open) form if you are interested in enabling marketing emails for your existing Reservations End-to-End integration.\n\nThis tutorial walks through how to get user-opt in for marketing emails.\nUse of this feature is subject to\n[The Actions Center's marketing and email policy](/actions-center/verticals/reservations/e2e/policies/platform-policies#marketing-and-email-policy), your own terms of\nservice and privacy policy, and any applicable regulation of the areas which\nyou operate. If this feature is not enabled for your integration a Reserve\nwith Google marketing checkbox may still be shown to the user.\n\nUser flow\n---------\n\nIn production, users see the marketing checkbox (which will default to\nunchecked) in every checkout flow. until the user opts in. The user will remain opted in until\nthey opt out via the unsubscribe link sent in your marketing emails per our\n[Partner Marketing Opt-ins](/actions-center/verticals/reservations/e2e/policies/platform-policies#partner-marketing-opt-ins) policy.\nThe checkbox will not be shown for users during guest checkout or when they are using alternate\naccount information.\n| **Note:** In sandbox and production, the checkbox shows for every checkout flow for ease of development and testing.\n\nHow it works\n------------\n\n1. The user completes their checkout flow and may or may not check the marketing opt-in box\n2. The Actions Center will call your booking server to complete the checkout (`CreateBooking`)\n3. The Actions Center (depending on the selection of the user), calls the [SetMarketingPreference method](/actions-center/verticals/reservations/e2e/reference/booking-server-api-rest/e2e-methods/setmarketingpreference-method) to `POST /v3/SetMarketingPreference` with the user's selection. Please refer to the below table.\n\n| User checkbox selection | SetMarketingPreferenceRequest | User's subscriptions status |\n|-------------------------|--------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Opt in | `user_to_receive_marketing` set to `true` | User is now subscribed (unless [double opt-in](/actions-center/verticals/reservations/e2e/add-ons/add-marketing-preference#double-opt-in) is required). |\n| Opt out | `user_to_receive_marketing` set to `false` | User is unsubscribed. This option is currently not available on the Actions Center UI. Users should unsubscribe through the unsubscribe link in the marketing emails (the partner must implement and include this link in each marketing email as specified in [Partner Marketing Opt-ins policy](/actions-center/verticals/reservations/e2e/policies/platform-policies#partner-marketing-opt-ins)). Opt-out is handled outside of Actions Center and there is no need to inform the Actions Center of this change. |\n| No selection | No request sent | User's most recent subscription status remains in effect. If the user has not previously made a subscription status selection (opted in or out) then the default status should be \"opted out.\" |\n\n### Double opt-in requirements\n\nDouble opt-in may be required depending on the area and type of emails\npartners send. In this case, the partner must send the user an email with a\nlink to complete their opt-in. Users should not be considered subscribed\nuntil they complete the double opt-in process."]]