getTargetingStats<T> method

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

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);