public class CustomAudienceFilesApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
CustomAudienceFilesApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomAudienceFilesAddResponseData |
customAudienceFilesAdd(Long accountId,
Long audienceId,
String userIdType,
File file,
String operationType,
String openAppId,
String saltId)
上传客户人群数据文件
|
CustomAudienceFilesGetResponseData |
customAudienceFilesGet(Long accountId,
Long audienceId,
Long customAudienceFileId,
Long page,
Long pageSize,
List<String> fields)
获取客户人群数据文件
|
handleResponsepublic CustomAudienceFilesAddResponseData customAudienceFilesAdd(Long accountId, Long audienceId, String userIdType, File file, String operationType, String openAppId, String saltId) throws ApiException, TencentAdsResponseException
accountId - (required)audienceId - (required)userIdType - (required)file - (required)operationType - (optional)openAppId - (optional)saltId - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic CustomAudienceFilesGetResponseData customAudienceFilesGet(Long accountId, Long audienceId, Long customAudienceFileId, Long page, Long pageSize, List<String> fields) throws ApiException, TencentAdsResponseException
accountId - (required)audienceId - (optional)customAudienceFileId - (optional)page - (optional)pageSize - (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionCopyright © 2020. All rights reserved.