시나리오
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
다음과 같은 사용자 속성을 캡처하기 위해 여러 맞춤 리마케팅 태그 매개변수를 구성한 사이트가 있다고 가정해 보겠습니다.
event
- 사이트의 페이지 카테고리입니다(예: 결제, 장바구니 등).
cartsize
- 사용자의 장바구니에 있는 상품 수입니다.
checkoutdate
- 사용자가 체크아웃한 날짜입니다. 이 매개변수는 사용자가 실제로 구매를 완료한 경우에만 설정합니다.
장바구니에 여러 상품을 추가하고 결제 프로세스를 시작한 사용자에게 더 많은 노출을 표시하고 싶습니다. 또한 11월과 12월에 사이트에서 대대적인 할인을 계획하고 있으므로 이 기간에 구매한 사용자를 찾고 싶습니다.
다음 규칙 중 하나를 사용하여 이 사용자 집합을 설명할 수 있습니다.
- 결제 페이지를 방문하고 장바구니에 상품이 2개 이상 있는 사용자
- 11월 또는 12월에 결제한 사용자
사용자가 카테고리 1 또는 카테고리 2에 속하는 경우 특정 광고 그룹 또는 캠페인에서 입찰가를 25% 인상해야 합니다.
사물
규칙 기반 사용자 목록의 구조를 살펴보세요. 규칙 기반 목록은 Google Ads API에서 rule_based_user_list
로 표시됩니다.
다음 다이어그램은 이 사용 사례의 rule_based_user_list
가 완료되면 어떤 모습일지 보여줍니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-09-05(UTC)
[null,null,["최종 업데이트: 2025-09-05(UTC)"],[[["\u003cp\u003eThis guide demonstrates how to target specific user segments for remarketing using rule-based user lists in Google Ads, based on custom parameters like event, cart size, and checkout date.\u003c/p\u003e\n"],["\u003cp\u003eIt focuses on creating rules to identify high-value users, such as those with large shopping carts who initiated checkout or those who purchased during specific months (November/December).\u003c/p\u003e\n"],["\u003cp\u003eBy implementing these rules, you can effectively increase bids for targeted ad campaigns to re-engage these valuable user segments, potentially leading to higher conversion rates.\u003c/p\u003e\n"],["\u003cp\u003eThe example illustrates how to structure a \u003ccode\u003erule_based_user_list\u003c/code\u003e to capture users fulfilling either of two criteria: having multiple items in their cart and reaching the checkout page, or having completed a purchase in November or December.\u003c/p\u003e\n"]]],[],null,["# Scenario\n\nSay you have a site where you've configured several custom remarketing tag\nparameters to capture the following attributes of users:\n\n- [`event`](//support.google.com/google-ads/answer/7305793) - The category of page on your site, such as checkout, cart, etc.\n- `cartsize` - The number of items in a user's shopping cart.\n- `checkoutdate` - The date on which a user checked out. You only set this parameter when a user has actually completed a purchase.\n\nYou're interested in showing more impressions to users who have placed multiple\nitems in their shopping carts and initiated the checkout process. You also want\nto find users who have made a purchase during November and December because you\nplan to have a big sale on your site during those months.\n\nYou can describe this set of users with either of the following rules:\n\n1. Users who visited the checkout page **and** had more than one item in their cart.\n2. Users who checked out during the months of November or December.\n\nIf a user falls into either category 1 or category 2, you want to increase your\nbids in specific ad groups or campaigns by 25%.\n\nObjects\n-------\n\nTake a look at the structure of a rule-based user list. A rule-based list is\nrepresented in the Google Ads API as a\n[`rule_based_user_list`](/google-ads/api/reference/rpc/v21/UserList#rule_based_user_list).\n\nThe following diagram shows what the\n[`rule_based_user_list`](/google-ads/api/reference/rpc/v21/UserList#rule_based_user_list) for this\nuse case will look like when we're done.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]