SearchTermInsightError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible search term insight errors.
Enums |
UNSPECIFIED
|
Name unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
FILTERING_NOT_ALLOWED_WITH_SEGMENTS
|
Search term insights cannot be filtered by metrics when segmenting. |
LIMIT_NOT_ALLOWED_WITH_SEGMENTS
|
Search term insights cannot have a LIMIT when segmenting. |
MISSING_FIELD_IN_SELECT_CLAUSE
|
A selected field requires another field to be selected with it. |
REQUIRES_FILTER_BY_SINGLE_RESOURCE
|
A selected field/resource requires filtering by a single resource. |
SORTING_NOT_ALLOWED_WITH_SEGMENTS
|
Search term insights cannot be sorted when segmenting. |
SUMMARY_ROW_NOT_ALLOWED_WITH_SEGMENTS
|
Search term insights cannot have a summary row when segmenting. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 UTC."],[[["This enum describes potential errors encountered when retrieving search term insights."],["Errors can arise due to limitations with segmentation, filtering, sorting, and data selection."],["Specific errors highlight restrictions on combining segments with filtering, limits, sorting, or summary rows."],["Some errors indicate dependencies between selected fields or the need to filter by a single resource."],["The enum provides codes for unspecified errors, unknown errors, and those related to improper field selection or filtering."]]],[]]