public class CustomAudiencesApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
CustomAudiencesApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomAudiencesAddResponseData |
customAudiencesAdd(CustomAudiencesAddRequest data)
创建客户人群
|
CustomAudiencesDeleteResponse |
customAudiencesDelete(CustomAudiencesDeleteRequest data)
删除客户人群
|
CustomAudiencesGetResponseData |
customAudiencesGet(Long accountId,
Long audienceId,
Long page,
Long pageSize,
String platform,
List<String> fields)
获取客户人群
|
CustomAudiencesUpdateResponse |
customAudiencesUpdate(CustomAudiencesUpdateRequest data)
更新客户人群
|
handleResponsepublic CustomAudiencesAddResponseData customAudiencesAdd(CustomAudiencesAddRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic CustomAudiencesDeleteResponse customAudiencesDelete(CustomAudiencesDeleteRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic CustomAudiencesGetResponseData customAudiencesGet(Long accountId, Long audienceId, Long page, Long pageSize, String platform, List<String> fields) throws ApiException, TencentAdsResponseException
accountId - (required)audienceId - (optional)page - (optional)pageSize - (optional)platform - 数据应用,不填写默认为DMP (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic CustomAudiencesUpdateResponse customAudiencesUpdate(CustomAudiencesUpdateRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionCopyright © 2020. All rights reserved.