SearchAnalyticsQueryRequest class
Properties
-
aggregationType
↔ String?
-
[Optional; Default is "auto"] How data is aggregated.
getter/setter pair
-
dataState
↔ String?
-
The data state to be fetched, can be full or all, the latter including
full and partial data.
Possible string values are:
getter/setter pair
-
dimensionFilterGroups
↔ List<ApiDimensionFilterGroup>?
-
Zero or more filters to apply to the dimension grouping values; for
example, 'query contains "buy"' to see only data where the query string
contains the substring "buy" (not case-sensitive).
getter/setter pair
-
dimensions
↔ List<String>?
-
Zero or more dimensions to group results by.
getter/setter pair
-
endDate
↔ String?
-
End date of the requested date range, in YYYY-MM-DD format, in PST (UTC -
8:00).
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
rowLimit
↔ int?
-
[Optional; Default is 1000] The maximum number of rows to return.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
searchType
↔ String?
-
[Optional; Default is "web"] The search type to filter for.
Possible string values are:
getter/setter pair
-
startDate
↔ String?
-
[Required] Start date of the requested date range, in YYYY-MM-DD format,
in PST time (UTC - 8:00).
getter/setter pair
-
startRow
↔ int?
-
[Optional; Default is 0] Zero-based index of the first row in the
response.
getter/setter pair
-
type
↔ String?
-
[Optional; Default is "web"] Type of report: search type, or either
Discover or Gnews.
getter/setter pair