importTargetContacts<T> method

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

Imports a list of advertiser's contacts to count VK registered users again st the target group.

Implementation

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