getStatistics<T> method

Future<ApiResponse<T>> getStatistics<T>(
  1. Map<String, Object> params
)

Returns statistics of performance indicators for ads, campaigns, clients or the whole account.

Implementation

Future<ApiResponse<T>> getStatistics<T>(Map<String, Object> params) =>
    _api.request<T>('ads.getStatistics', params);