혜택이 만료되기 전에 사용자에게 알려주기 위해 48시간 후에 기본 알림이 트리거됩니다.
혜택 만료 전에
알림을 받을 수 있습니다 알림을 트리거하려면 혜택이 다음 기준을 충족해야 합니다.
이전에 사용자 기기에서 만료 알림이 트리거된 적이 없어야 합니다.
미래 시점의 유효한 만료 datetime을 설정해야 합니다.
validTimeInterval.end.date입니다.
쓰기 가능 필드인 disableExpirationNotification이(가) 다음과 같이 설정되어 있지 않아야 합니다.
True입니다. 기본적으로 이 필드는 false로 설정됩니다.
를 통해 개인정보처리방침을 정의할 수 있습니다.
다음 스크린샷은 수정할 수 없는 기본 알림의 예를 보여줍니다.
혜택 만료 (오늘, 내일, [x] 일 후)
class.title
class.titleImage
혜택 만료 알림의 헤더는 맞춤설정할 수 없습니다.
블랙아웃 시간
혜택 만료 알림이 오후 10시에서 오전 6시 사이에 사용자의 지역에 표시되도록 설정된 경우
이 기간 이전 또는 이후에 오퍼가 표시됩니다.
맞춤 쿠폰 만료 알림 시간
다음을 사용하여 Offer 만료 알림이 표시되는 시점을 맞춤설정할 수 있습니다.
OfferObjects의 message.displayInterval.start.date 필드 또는
OfferClasses입니다. 맞춤 알림 시간을 설정하면 만료 알림이 트리거됩니다.
기본 로직 대신 message.displayInterval.start.date에 따라
validTimeInterval.end.date에서 계산됨 다음은 Google Cloud의
만료 알림 시간:
displayInterval.start.date는 알림이 표시되는 시간을 설정합니다. 가능
만료일 최대 30일 전으로 설정할 수 있습니다. 이보다 큰 기간이 지정되면
30일이 되었을 때 알림이 트리거됩니다. 이 메시지에는 헤더와 본문 필드가 필요하지 않습니다.
포함된 항목은 사용되지 않습니다.
[null,null,["최종 업데이트: 2024-09-09(UTC)"],[[["Offers trigger an expiration notification 48 hours before expiry if they have a future expiration date, haven't previously triggered a notification, and don't have `disableExpirationNotification` set to `True`."],["The default notification displays the offer's title, title image, and relative expiration time (today, tomorrow, or in x days)."],["Notifications are prevented from appearing between 10 PM and 6 AM local time, shifting to before or after this window."],["Custom notification times can be set using `message.displayInterval.start.date`, overriding the default 48-hour trigger and allowing scheduling up to 30 days before expiry."],["Only one expiration notification is sent per offer; a custom notification time prevents the default notification from triggering."]]],[]]