RegionalPriceMigrationConfig
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
JSON 表示法 |
{
"regionCode": string,
"oldestAllowedPriceVersionTime": string,
"priceIncreaseType": enum (PriceIncreaseType )
} |
欄位 |
regionCode |
string
必要欄位。這項設定適用的區域代碼,請參考 ISO 3166-2 的定義,例如「US」。
|
oldestAllowedPriceVersionTime |
string (Timestamp format)
必要欄位。在此之前,所有舊版價格同類群組的訂閱者都會改為採用目前價格。任何較新的價格同類群組中的訂閱者都不會受到影響。受影響的訂閱者會收到一或多則 Google Play 通知,說明價格異動情形。系統會在訂閱者的下一個帳單日調降價格。在通知期過後,訂閱者會在下一個帳單日期收到漲價通知,通知期長度會因地區和漲價類型而異。 RFC3339 世界標準時間「Zulu」格式的時間戳記,精確度達奈秒單位,最多九個小數位數。例如 "2014-10-02T15:01:23Z" 和 "2014-10-02T15:01:23.045123456Z" 。
|
priceIncreaseType |
enum (PriceIncreaseType )
選用設定。要求的漲價類型
|
PriceIncreaseType
列舉 |
PRICE_INCREASE_TYPE_UNSPECIFIED |
未指定狀態。 |
PRICE_INCREASE_TYPE_OPT_IN |
訂閱者必須接受漲價方案,否則系統會取消訂閱。 |
PRICE_INCREASE_TYPE_OPT_OUT |
訂閱者會收到通知,但不必接受漲價。若漲價方案不符合地區、頻率和金額限制,系統會改採主動接受型漲價方案。每個應用程式首次採用被動接受型漲價方案時,都必須在 Google Play 管理中心啟用。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-18 (世界標準時間)。
[[["容易理解","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"]],["上次更新時間:2024-12-18 (世界標準時間)。"],[[["Defines the configuration for migrating legacy price cohorts for subscriptions in a specific region."],["Requires specifying the region and the cutoff time for migrating subscribers from older price cohorts to the current price."],["Allows for specifying the type of price increase, which impacts how subscribers are notified and whether they need to opt in."],["Subscribers migrated to the new price will receive notifications, with price changes applied at their next billing date."],["Opt-out price increases might be converted to opt-in if they exceed regional limits or frequency restrictions."]]],[]]