getTargetingStats<T> method
Returns the size of targeting audience, and also recommended values for CPC and CPM.
Implementation
Future<ApiResponse<T>> getTargetingStats<T>(Map<String, Object> params) =>
_api.request<T>('ads.getTargetingStats', params);