StatsResource class

Constructors

StatsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
index StatsIndexResource
no setter
query StatsQueryResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session StatsSessionResource
no setter
user StatsUserResource
no setter

Methods

getIndex({int? fromDate_day, int? fromDate_month, int? fromDate_year, int? toDate_day, int? toDate_month, int? toDate_year, String? $fields}) Future<GetCustomerIndexStatsResponse>
Gets indexed item statistics aggreggated across all data sources.
getQuery({int? fromDate_day, int? fromDate_month, int? fromDate_year, int? toDate_day, int? toDate_month, int? toDate_year, String? $fields}) Future<GetCustomerQueryStatsResponse>
Get the query statistics for customer.
getSearchapplication({int? endDate_day, int? endDate_month, int? endDate_year, int? startDate_day, int? startDate_month, int? startDate_year, String? $fields}) Future<GetCustomerSearchApplicationStatsResponse>
Get search application stats for customer.
getSession({int? fromDate_day, int? fromDate_month, int? fromDate_year, int? toDate_day, int? toDate_month, int? toDate_year, String? $fields}) Future<GetCustomerSessionStatsResponse>
Get the # of search sessions, % of successful sessions with a click query statistics for customer.
getUser({int? fromDate_day, int? fromDate_month, int? fromDate_year, int? toDate_day, int? toDate_month, int? toDate_year, String? $fields}) Future<GetCustomerUserStatsResponse>
Get the users statistics for customer.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited