RegionalPriceMigrationConfig
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
JSON 表示法 |
{
"regionCode": string,
"oldestAllowedPriceVersionTime": string,
"priceIncreaseType": enum (PriceIncreaseType )
} |
欄位 |
regionCode |
string
必要欄位。這項設定適用的區域代碼 (根據 ISO 3166-2 的定義),例如「US」。
|
oldestAllowedPriceVersionTime |
string (Timestamp format)
必要欄位。屆時所有舊版價格同類群組的訂閱者都將改成目前價格。新價格同類群組的訂閱者不受影響。受影響的訂閱者會收到一或多則 Google Play 關於價格異動的通知。訂閱者的下次帳單日期開始降價。訂閱價格會在通知期結束後的下次收費日期生效,具體時間視地區和漲價類型而定。 RFC3339 世界標準時間「Zulu」的時間戳記格式,解析度為奈秒,且最多 9 個小數位數。範例:"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-08-22 (世界標準時間)。
[[["容易理解","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-08-22 (世界標準時間)。"],[[["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."]]],[]]