public class CustomTagsApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
CustomTagsApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomTagsAddResponseData |
customTagsAdd(CustomTagsAddRequest data)
创建客户标签
|
CustomTagsDeleteResponse |
customTagsDelete(CustomTagsDeleteRequest data)
删除客户标签
|
CustomTagsGetResponseData |
customTagsGet(Long accountId,
Long parentTagId,
Long tagId,
String tagCode,
String platform,
Long page,
Long pageSize,
List<String> fields)
获取客户标签
|
CustomTagsUpdateResponse |
customTagsUpdate(CustomTagsUpdateRequest data)
更新客户标签
|
handleResponsepublic CustomTagsAddResponseData customTagsAdd(CustomTagsAddRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic CustomTagsDeleteResponse customTagsDelete(CustomTagsDeleteRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic CustomTagsGetResponseData customTagsGet(Long accountId, Long parentTagId, Long tagId, String tagCode, String platform, Long page, Long pageSize, List<String> fields) throws ApiException, TencentAdsResponseException
accountId - (required)parentTagId - 父节点Id,parent_tag_id,tag_code,tag_id只能有一个存在 (optional)tagId - 标签id,parent_tag_id,tag_code,tag_id只能有一个存在 (optional)tagCode - 广告主对标签在自己系统里的编码,parent_tag_id,tag_code,tag_id只能有一个存在 (optional)platform - 数据应用,不填写默认为DMP (optional)page - (optional)pageSize - (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic CustomTagsUpdateResponse customTagsUpdate(CustomTagsUpdateRequest 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.