Search Ads 360 Reporting API החדש זמין עכשיו. כדי להתעדכן לגבי השיפורים והגרסאות שצפויים בקרוב, הצטרפו לקבוצת Google
searchads-api-announcements.
SummaryRowSetting
Enum מתאר את הגדרות השורה של סיכום ההחזרה.
Enums |
UNSPECIFIED |
לא צוין. |
UNKNOWN |
ייצוג ערכים לא ידועים של שורת סיכום החזרה. |
NO_SUMMARY_ROW |
לא להחזיר את שורת הסיכום. |
SUMMARY_ROW_WITH_RESULTS |
יש להחזיר את סיכום הסיכום יחד עם התוצאות. שורת הסיכום תוחזר בפעולה האחרונה בלבד (האצווה האחרונה לא תכלול תוצאות). |
SUMMARY_ROW_ONLY |
השורה של סיכום ההחזרה בלבד ללא החזרת תוצאות. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-04-17 (שעון UTC).
[null,null,["עדכון אחרון: 2024-04-17 (שעון UTC)."],[[["This enum describes settings for the return summary row in data results."],["Options include: not specifying a setting, returning no summary row, returning a summary row with or without results, or returning only the summary row."],["When a summary row is included with results, it's delivered in the final batch separate from the data results."]]],["The provided content defines an enum for return summary row settings, outlining different behaviors for data retrieval. The `UNSPECIFIED` and `UNKNOWN` options denote undefined or unknown states. `NO_SUMMARY_ROW` indicates that no summary row should be returned. `SUMMARY_ROW_WITH_RESULTS` directs the system to return a summary row in the last batch of results, without any actual results in this batch. `SUMMARY_ROW_ONLY` instructs the system to return just a summary row, omitting all other results.\n"]]