public class AdcreativePreviewsApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
AdcreativePreviewsApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
AdcreativePreviewsAddResponse |
adcreativePreviewsAdd(AdcreativePreviewsAddRequest data)
创建预览
|
AdcreativePreviewsGetResponseData |
adcreativePreviewsGet(Long accountId,
List<FilteringStruct> filtering,
List<String> fields)
获取预览受众
|
handleResponsepublic AdcreativePreviewsAddResponse adcreativePreviewsAdd(AdcreativePreviewsAddRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic AdcreativePreviewsGetResponseData adcreativePreviewsGet(Long accountId, List<FilteringStruct> filtering, List<String> fields) throws ApiException, TencentAdsResponseException
accountId - (required)filtering - (required)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionCopyright © 2020. All rights reserved.