RegionalPriceMigrationConfig
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Eski fiyat grubunun taşınması için yapılandırma.
JSON gösterimi |
{
"regionCode": string,
"oldestAllowedPriceVersionTime": string,
"priceIncreaseType": enum (PriceIncreaseType )
} |
Alanlar |
regionCode |
string
Zorunlu. ISO 3166-2 tarafından tanımlandığı üzere bu yapılandırmanın geçerli olduğu bölge kodu (ör. "US").
|
oldestAllowedPriceVersionTime |
string (Timestamp format)
Zorunlu. Bu tarihten önceki tüm eski fiyat gruplarındaki aboneler mevcut fiyata taşınır. Daha yeni fiyat gruplarındaki aboneler bu durumdan etkilenmez. Etkilenen aboneler, Google Play'den fiyat değişikliğiyle ilgili bir veya daha fazla bildirim alır. Fiyat düşüşleri, abonenin bir sonraki fatura tarihinde gerçekleşir. Fiyat artışları, bölgeye ve fiyat artışı türüne göre değişen bir bildirim döneminin ardından abonenin bir sonraki fatura tarihinde gerçekleşir. Oluşturulan çıktının her zaman Z normalleştirileceği ve 0, 3, 6 veya 9 kesirli basamak kullanacağı RFC 3339'u kullanır. "Z" dışındaki ofsetler de kabul edilir. Örnekler: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" veya "2014-10-02T15:01:23+05:30" .
|
priceIncreaseType |
enum (PriceIncreaseType )
İsteğe bağlı. İstenen fiyat artışı türü
|
PriceIncreaseType
İstenen fiyat taşıma türü.
Sıralamalar |
PRICE_INCREASE_TYPE_UNSPECIFIED |
Belirtilmemiş durum. |
PRICE_INCREASE_TYPE_OPT_IN |
Abonelerin fiyat artışını kabul etmesi gerekir. Aksi halde abonelikleri iptal edilir. |
PRICE_INCREASE_TYPE_OPT_OUT |
Abonelere bildirim gönderilir ancak fiyat artışını kabul etmeleri gerekmez. Bölge, sıklık ve tutar sınırlarını karşılamayan kullanıcı onayı istenmeyen fiyat artışları, kullanıcı onayı istenen fiyat artışı olarak uygulanır. Her uygulama için ilk kullanıcı onayı istenmeyen fiyat artışı Google Play Console'da başlatılmalıdır. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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,[]]