RegionalPriceMigrationConfig
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"regionCode": string,
"oldestAllowedPriceVersionTime": string,
"priceIncreaseType": enum (PriceIncreaseType )
} |
フィールド |
regionCode |
string
必須。この設定が適用される地域コード。ISO 3166-2 で定義されています。例:「US」。
|
oldestAllowedPriceVersionTime |
string (Timestamp format)
必須。それより前の価格コホートのすべての定期購入者は、現在の価格に移行されます。新しい価格コホートの定期購入者には影響しません。影響を受ける定期購入者には、Google Play から価格改定に関する通知が送信されます。値下げは、定期購入者の次回の請求日に行われます。値上げは、地域と値上げの種類によって異なる通知期間後、定期購入者の次の請求日に行われます。 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-08-22 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-08-22 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."]]],[]]