Dostępny jest już nowy interfejs Search Ads 360 Reporting API. Dołącz do grupy dyskusyjnej Google searchads-api-announcements, aby na bieżąco otrzymywać informacje o nadchodzących ulepszeniach i wersjach.
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Enum z opisem ustawień wiersza podsumowania zwrotu.
Wartości w polu enum
UNSPECIFIED
Nie określono.
UNKNOWN
Reprezentować nieznane wartości wiersza podsumowania zwrotu.
NO_SUMMARY_ROW
Nie zwracaj wiersza podsumowania.
SUMMARY_ROW_WITH_RESULTS
Zwróć podsumowanie wiersza wraz z wynikami. Wiersz podsumowania zostanie zwrócony tylko w ostatniej partii (ostatnia grupa nie będzie zawierać żadnych wyników).
SUMMARY_ROW_ONLY
Wyświetl tylko wiersz podsumowania zwrotu i brak wyników.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]