| 程序包 | 说明 |
|---|---|
| com.tencent.ads.api | |
| com.tencent.ads.model |
| 限定符和类型 | 方法和说明 |
|---|---|
DailyReportsGetResponse |
DailyReportsApi.dailyReportsGet(Long accountId,
String level,
ReportDateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields)
获取日报表
|
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResponse<DailyReportsGetResponse> |
DailyReportsApi.dailyReportsGetWithHttpInfo(Long accountId,
String level,
ReportDateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields)
获取日报表
|
| 限定符和类型 | 方法和说明 |
|---|---|
com.squareup.okhttp.Call |
DailyReportsApi.dailyReportsGetAsync(Long accountId,
String level,
ReportDateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields,
ApiCallback<DailyReportsGetResponse> callback)
获取日报表 (asynchronously)
|
| 限定符和类型 | 方法和说明 |
|---|---|
DailyReportsGetResponse |
DailyReportsGetResponse.addErrorsItem(ApiErrorStruct errorsItem) |
DailyReportsGetResponse |
DailyReportsGetResponse.code(Long code) |
DailyReportsGetResponse |
DailyReportsGetResponse.data(DailyReportsGetResponseData data) |
DailyReportsGetResponse |
DailyReportsGetResponse.errors(List<ApiErrorStruct> errors) |
DailyReportsGetResponse |
DailyReportsGetResponse.message(String message) |
DailyReportsGetResponse |
DailyReportsGetResponse.messageCn(String messageCn) |
Copyright © 2020. All rights reserved.