RegionalPriceMigrationConfig
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
पुरानी कीमत पर सदस्यता लेने वाले लोगों के ग्रुप को माइग्रेट करने के लिए कॉन्फ़िगरेशन.
JSON के काेड में दिखाना |
{
"regionCode": string,
"oldestAllowedPriceVersionTime": string,
"priceIncreaseType": enum (PriceIncreaseType )
} |
फ़ील्ड |
regionCode |
string
ज़रूरी है. यह कॉन्फ़िगरेशन, ISO 3166-2 के मुताबिक जिस इलाके पर लागू होता है उसका कोड. जैसे, "US".
|
oldestAllowedPriceVersionTime |
string (Timestamp format)
ज़रूरी है. इस समय से पहले, पुरानी कीमत चुका रहे एक जैसे उपयोगकर्ताओं के सभी ग्रुप को मौजूदा कीमत पर माइग्रेट कर दिया जाएगा. नई कीमत वाले किसी भी कोहॉर्ट में शामिल सदस्यों पर कोई असर नहीं पड़ेगा. जिन सदस्यों पर असर पड़ेगा उन्हें कीमत में हुए बदलाव के बारे में, Google Play से एक या उससे ज़्यादा सूचनाएं मिलेंगी. सदस्यता की कीमत में कटौती, बिलिंग की अगली तारीख से लागू होती है. कीमत में बढ़ोतरी, सदस्यता की अगली बिलिंग की तारीख से लागू होती है. इसके लिए, सदस्य को सूचना देने की एक अवधि तय की जाती है. यह अवधि, देश/इलाके और कीमत में बढ़ोतरी के टाइप के हिसाब से अलग-अलग होती है. आरएफ़सी 3339 का इस्तेमाल करता है. इसमें जनरेट किया गया आउटपुट हमेशा Z-नॉर्मलाइज़्ड होता है और इसमें 0, 3, 6 या 9 दशमलव अंक इस्तेमाल किए जाते हैं. "Z" के अलावा, अन्य ऑफ़सेट भी स्वीकार किए जाते हैं. उदाहरण: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" या "2014-10-02T15:01:23+05:30" .
|
priceIncreaseType |
enum (PriceIncreaseType )
ज़रूरी नहीं. कीमत में बढ़ोतरी का अनुरोध किस तरह का है
|
PriceIncreaseType
कीमत माइग्रेट करने का अनुरोध किस तरह का है.
Enums |
PRICE_INCREASE_TYPE_UNSPECIFIED |
स्थिति की जानकारी नहीं दी गई है. |
PRICE_INCREASE_TYPE_OPT_IN |
सदस्यों को कीमत में हुई बढ़ोतरी को स्वीकार करना होगा या उनकी सदस्यता रद्द कर दी जाएगी. |
PRICE_INCREASE_TYPE_OPT_OUT |
सदस्यों को इसकी सूचना दी जाती है, लेकिन उन्हें कीमत में हुई बढ़ोतरी को स्वीकार करने की ज़रूरत नहीं होती. ऑप्ट-आउट करने पर कीमत में होने वाली बढ़ोतरी, देश/इलाके, फ़्रीक्वेंसी, और कीमत की सीमाओं को पूरा न करने पर, ऑप्ट-इन करने पर कीमत में होने वाली बढ़ोतरी के तौर पर लागू होगी. हर ऐप्लिकेशन के लिए, ऑप्ट-आउट का विकल्प देने के साथ कीमत में पहली बार बढ़ोतरी करने की प्रोसेस, Google Play Console में शुरू की जानी चाहिए. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eDefines the configuration for migrating legacy price cohorts for subscriptions in a specific region.\u003c/p\u003e\n"],["\u003cp\u003eRequires specifying the region and the cutoff time for migrating subscribers from older price cohorts to the current price.\u003c/p\u003e\n"],["\u003cp\u003eAllows for specifying the type of price increase, which impacts how subscribers are notified and whether they need to opt in.\u003c/p\u003e\n"],["\u003cp\u003eSubscribers migrated to the new price will receive notifications, with price changes applied at their next billing date.\u003c/p\u003e\n"],["\u003cp\u003eOpt-out price increases might be converted to opt-in if they exceed regional limits or frequency restrictions.\u003c/p\u003e\n"]]],["This document details the configuration for migrating legacy price cohorts. Key elements include: `regionCode`, a required string indicating the region (e.g., \"US\"); `oldestAllowedPriceVersionTime`, a required timestamp specifying which price cohorts will be migrated; and `priceIncreaseType`, an optional enum. The `priceIncreaseType` defines if subscribers must opt-in or can opt-out of the price increase. The timestamp determines which subscribers will have their pricing changed and receive a notification.\n"],null,["# RegionalPriceMigrationConfig\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [PriceIncreaseType](#PriceIncreaseType)\n\nConfiguration for migration of a legacy price cohort.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"regionCode\": string, \"oldestAllowedPriceVersionTime\": string, \"priceIncreaseType\": enum (/android-publisher/api-ref/rest/v3/RegionalPriceMigrationConfig#PriceIncreaseType) } ``` |\n\n| Fields ||\n|---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `regionCode` | `string` Required. Region code this configuration applies to, as defined by ISO 3166-2, e.g. \"US\". |\n| `oldestAllowedPriceVersionTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Required. Subscribers in all legacy price cohorts before this time will be migrated to the current price. Subscribers in any newer price cohorts are unaffected. Affected subscribers will receive one or more notifications from Google Play about the price change. Price decreases occur at the subscriber's next billing date. Price increases occur at the subscriber's next billing date following a notification period that varies by region and price increase type. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n| `priceIncreaseType` | `enum (`[PriceIncreaseType](/android-publisher/api-ref/rest/v3/RegionalPriceMigrationConfig#PriceIncreaseType)`)` Optional. The requested type of price increase |\n\nPriceIncreaseType\n-----------------\n\nThe requested type of price migration.\n\n| Enums ||\n|-----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `PRICE_INCREASE_TYPE_UNSPECIFIED` | Unspecified state. |\n| `PRICE_INCREASE_TYPE_OPT_IN` | Subscribers must accept the price increase or their subscription is canceled. |\n| `PRICE_INCREASE_TYPE_OPT_OUT` | Subscribers are notified but do not have to accept the price increase. Opt-out price increases not meeting regional, frequency, and amount limits will proceed as opt-in price increase. The first opt-out price increase for each app must be initiated in the Google Play Console. |"]]