public class CustomTagFilesApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
CustomTagFilesApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomTagFilesAddResponseData |
customTagFilesAdd(Long accountId,
String userIdType,
Long tagId,
File file,
String operationType,
String openAppId)
上传客户标签人群数据文件
|
CustomTagFilesGetResponseData |
customTagFilesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取客户标签人群文件
|
handleResponsepublic CustomTagFilesAddResponseData customTagFilesAdd(Long accountId, String userIdType, Long tagId, File file, String operationType, String openAppId) throws ApiException, TencentAdsResponseException
accountId - (required)userIdType - (required)tagId - (required)file - (required)operationType - (optional)openAppId - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic CustomTagFilesGetResponseData customTagFilesGet(Long accountId, List<FilteringStruct> filtering, Long page, Long pageSize, List<String> fields) throws ApiException, TencentAdsResponseException
accountId - (required)filtering - (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.