RegionalPriceMigrationConfig
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הגדרה להעברה של קבוצת משתמשים בעלת מאפייני מחיר מדור קודם.
ייצוג ב-JSON |
{
"regionCode": string,
"oldestAllowedPriceVersionTime": string,
"priceIncreaseType": enum (PriceIncreaseType )
} |
שדות |
regionCode |
string
חובה. קוד האזור שאליו ההגדרה הזו חלה, כפי שמוגדר בתקן ISO 3166-2, למשל 'US'.
|
oldestAllowedPriceVersionTime |
string (Timestamp format)
חובה. מנויים בכל קבוצות המנויים עם המחירים הקודמים לפני המועד הזה יועברו למחיר הנוכחי. מנויים בקבוצות מחירים חדשות יותר לא יושפעו. המנויים הרלוונטיים יקבלו התראה אחת או יותר מ-Google Play על שינוי המחיר. ירידות במחיר מתרחשות בתאריך החיוב הבא של המנוי. העלאות המחירים מתרחשות בתאריך החיוב הבא של המנוי, לאחר תקופת הודעה שמשך הזמן שלה משתנה בהתאם לאזור ולסוג העלייה במחיר. חותמת זמן בפורמט UTC 'Zulu' של RFC3339, עם רזולוציה של ננו-שנייה ועד תשע ספרות עשרוניות. דוגמאות: "2014-10-02T15:01:23Z" ו-"2014-10-02T15:01:23.045123456Z" .
|
priceIncreaseType |
enum (PriceIncreaseType )
זה שינוי אופציונלי. סוג העלייה במחיר המבוקש
|
PriceIncreaseType
סוג העברת המחירים המבוקש.
טיפוסים בני מנייה (enum) |
PRICE_INCREASE_TYPE_UNSPECIFIED |
הסטטוס לא צוין. |
PRICE_INCREASE_TYPE_OPT_IN |
המנויים חייבים לאשר את העלאת המחיר, אחרת המינוי שלהם יבוטל. |
PRICE_INCREASE_TYPE_OPT_OUT |
המנויים יקבלו הודעה, אבל הם לא חייבים לאשר את העלאת המחיר. העלאות מחירים עם אפשרות לסירוב שלא עומדות במגבלות האזוריות, בתדירות ובסכום, יבוצעו כעלאות מחירים בכפוף להסכמה. העלאת המחיר הראשונה שתבוטל בהתאם להסכמה שלכם תתבצע דרך Google Play Console לכל אפליקציה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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."]]],["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"]]