public class DailyReportsApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
DailyReportsApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
DailyReportsGetResponseData |
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)
获取日报表
|
handleResponsepublic DailyReportsGetResponseData 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) throws ApiException, TencentAdsResponseException
accountId - (required)level - (required)dateRange - (required)filtering - (optional)groupBy - (optional)orderBy - (optional)page - (optional)pageSize - (optional)timeLine - (optional)fields - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionCopyright © 2020. All rights reserved.