| 程序包 | 说明 |
|---|---|
| com.tencent.ads.api | |
| com.tencent.ads.model |
| 限定符和类型 | 方法和说明 |
|---|---|
PagesGetResponse |
PagesApi.pagesGet(Long accountId,
String promotedObjectType,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取落地页列表
|
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResponse<PagesGetResponse> |
PagesApi.pagesGetWithHttpInfo(Long accountId,
String promotedObjectType,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取落地页列表
|
| 限定符和类型 | 方法和说明 |
|---|---|
com.squareup.okhttp.Call |
PagesApi.pagesGetAsync(Long accountId,
String promotedObjectType,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<PagesGetResponse> callback)
获取落地页列表 (asynchronously)
|
| 限定符和类型 | 方法和说明 |
|---|---|
PagesGetResponse |
PagesGetResponse.addErrorsItem(ApiErrorStruct errorsItem) |
PagesGetResponse |
PagesGetResponse.code(Long code) |
PagesGetResponse |
PagesGetResponse.data(PagesGetResponseData data) |
PagesGetResponse |
PagesGetResponse.errors(List<ApiErrorStruct> errors) |
PagesGetResponse |
PagesGetResponse.message(String message) |
PagesGetResponse |
PagesGetResponse.messageCn(String messageCn) |
Copyright © 2020. All rights reserved.