RegionalPriceMigrationConfig
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"regionCode": string,
"oldestAllowedPriceVersionTime": string,
"priceIncreaseType": enum (PriceIncreaseType )
} |
フィールド |
regionCode |
string
必須。この設定が適用される地域コード(ISO 3166-2 で定義。例: 「US」)。
|
oldestAllowedPriceVersionTime |
string (Timestamp format)
必須。この日付より前のすべての以前の価格コホートの定期購入者は、現在の価格に移行されます。新しい価格コホートの定期購入者には影響しません。影響を受ける定期購入者には、Google Play から料金改定に関する通知が 1 通以上届きます。値下げは、定期購入者の次回の請求日に適用されます。値上げは、地域と値上げの種類によって異なる通知期間の後に、定期購入者の次回の請求日に実施されます。 RFC3339 UTC「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 Console で始める必要があります。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-18 UTC。
[[["わかりやすい","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 UTC。"],[[["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."]]],[]]