RateDetails
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ייצוג JSON |
{
"rateType": enum (RateType ),
"rate": {
object (Money )
},
"unitsPurchasedCount": string
} |
שדות |
rateType |
enum (RateType )
סוג התעריף. חובה.
|
rate |
object (Money )
התעריף. חובה. חייב להיות ערך חיובי.
|
unitsPurchasedCount |
string (int64 format)
נדרש עבור מוצר מסוג עסקה שמור. לא רלוונטי למוצר מסוג עסקה שלא הוזמן. היחידות שנרכשו מייצגות את מספר היחידות הניתנות לחיוב בערבות של בית העסק.
|
RateType
טיפוסים בני מנייה (enum) |
RATE_TYPE_UNSPECIFIED |
סוג התעריף לא צוין או לא ידוע בגרסה זו. ערך הקלט לא חוקי. |
CPM |
סוג התעריף הוא עלות לאלף חשיפות (CPM) (עלות ליחידות שניתנות לחיוב). |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון 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"]],["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],["The rate details config is defined using a JSON structure with \"rateType,\" \"rate,\" and \"unitsPurchasedCount.\" \"rateType\" specifies the type of rate, selected from the `RateType` enum (e.g., CPM). \"rate\" represents the monetary value and must be positive. \"unitsPurchasedCount\" denotes the guaranteed billable units for reserved transactions. `RATE_TYPE_UNSPECIFIED` is an invalid input, CPM means cost per thousand.\n"]]