getStatistics<T> method
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);