Method: stats.getSearchapplication
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הצגת נתונים סטטיסטיים של אפליקציית חיפוש ללקוח. הערה: כדי להפעיל את ה-API הזה, נדרש חשבון משתמש קצה רגיל.
בקשת HTTP
GET https://cloudsearch.googleapis.com/v1/stats/searchapplication
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של שאילתה
פרמטרים |
startDate |
object (Date )
המערכת מחזירה את כל הנתונים הסטטיסטיים הזמינים מ-startDate עד endDate. endDate - startDate <= 6 חודשים.
|
endDate |
object (Date )
תאריך הסיום שבו הנתונים הסטטיסטיים יוחזרו.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
פורמט התגובה לנתונים הסטטיסטיים של בקשות החיפוש של לקוח.
אם הפעולה מצליחה, גוף התגובה מכיל נתונים במבנה הבא:
שדות |
stats[] |
object (CustomerSearchApplicationStats )
חיפוש נתונים סטטיסטיים של אפליקציות לפי תאריך.
|
averageSearchApplicationCount |
string (int64 format)
מספר הבקשות הממוצע לחיפוש בטווח התאריכים הנתון.
|
היקפי הרשאה
נדרש אחד מהיקפי ההרשאות הבאים של OAuth:
https://www.googleapis.com/auth/cloud_search.stats.indexing
https://www.googleapis.com/auth/cloud_search.stats
https://www.googleapis.com/auth/cloud_search
מידע נוסף זמין במדריך ההרשאות.
CustomerSearchApplicationStats
חיפוש נתונים סטטיסטיים של בקשות של לקוח בתאריך נתון.
ייצוג ב-JSON |
{
"date": {
object (Date )
},
"count": string
} |
שדות |
date |
object (Date )
התאריך שבו חושבו הנתונים הסטטיסטיים של אפליקציית החיפוש.
|
count |
string (int64 format)
מספר בקשות החיפוש בתאריך.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],[],null,["# Method: stats.getSearchapplication\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.GetCustomerSearchApplicationStatsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [CustomerSearchApplicationStats](#CustomerSearchApplicationStats)\n - [JSON representation](#CustomerSearchApplicationStats.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nGet search application stats for customer. **Note:** This API requires a standard end user account to execute.\n\n### HTTP request\n\n`GET https://cloudsearch.googleapis.com/v1/stats/searchapplication`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n| Parameters ||\n|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `startDate` | `object (`[Date](/workspace/cloud-search/docs/reference/rest/v1/Date)`)` All available stats from startDate to endDate are returned. endDate - startDate \\\u003c= 6 months. |\n| `endDate` | `object (`[Date](/workspace/cloud-search/docs/reference/rest/v1/Date)`)` End date upto which stats are going to be returned. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse format for search application stats for a customer.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"stats\": [ { object (/workspace/cloud-search/docs/reference/rest/v1/stats/getSearchapplication#CustomerSearchApplicationStats) } ], \"averageSearchApplicationCount\": string } ``` |\n\n| Fields ||\n|---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `stats[]` | `object (`[CustomerSearchApplicationStats](/workspace/cloud-search/docs/reference/rest/v1/stats/getSearchapplication#CustomerSearchApplicationStats)`)` Search application stats by date. |\n| `averageSearchApplicationCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Average search application count for the given date range. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud_search.stats.indexing`\n- `https://www.googleapis.com/auth/cloud_search.stats`\n- `https://www.googleapis.com/auth/cloud_search`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent).\n\nCustomerSearchApplicationStats\n------------------------------\n\nSearch application stats for a customer for the given date.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------|\n| ``` { \"date\": { object (/workspace/cloud-search/docs/reference/rest/v1/Date) }, \"count\": string } ``` |\n\n| Fields ||\n|---------|---------------------------------------------------------------------------------------------------------------------------------------|\n| `date` | `object (`[Date](/workspace/cloud-search/docs/reference/rest/v1/Date)`)` The date for which search application stats were calculated. |\n| `count` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The count of search applications for the date. |"]]