| 程序包 | 说明 |
|---|---|
| com.tencent.ads.api | |
| com.tencent.ads.container | |
| com.tencent.ads.examples.BasicOperations.Account | |
| com.tencent.ads.examples.BasicOperations.Insights | |
| com.tencent.ads.model |
| 限定符和类型 | 方法和说明 |
|---|---|
DailyCostGetResponse |
DailyCostApi.dailyCostGet(ReportDateRange dateRange,
Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
【待废弃,请使用新接口wechat_daily_cost/get】获取微信账户实时消耗
|
com.squareup.okhttp.Call |
DailyCostApi.dailyCostGetAsync(ReportDateRange dateRange,
Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<DailyCostGetResponse> callback)
【待废弃,请使用新接口wechat_daily_cost/get】获取微信账户实时消耗 (asynchronously)
|
com.squareup.okhttp.Call |
DailyCostApi.dailyCostGetCall(ReportDateRange dateRange,
Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for dailyCostGet
|
ApiResponse<DailyCostGetResponse> |
DailyCostApi.dailyCostGetWithHttpInfo(ReportDateRange dateRange,
Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
【待废弃,请使用新接口wechat_daily_cost/get】获取微信账户实时消耗
|
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)
获取日报表
|
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)
|
com.squareup.okhttp.Call |
DailyReportsApi.dailyReportsGetCall(Long accountId,
String level,
ReportDateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for dailyReportsGet
|
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)
获取日报表
|
ProductCatalogsReportsGetResponse |
ProductCatalogsReportsApi.productCatalogsReportsGet(Long accountId,
Long productCatalogId,
ReportDateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
List<String> fields)
获取商品库报表
|
com.squareup.okhttp.Call |
ProductCatalogsReportsApi.productCatalogsReportsGetAsync(Long accountId,
Long productCatalogId,
ReportDateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
List<String> fields,
ApiCallback<ProductCatalogsReportsGetResponse> callback)
获取商品库报表 (asynchronously)
|
com.squareup.okhttp.Call |
ProductCatalogsReportsApi.productCatalogsReportsGetCall(Long accountId,
Long productCatalogId,
ReportDateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for productCatalogsReportsGet
|
ApiResponse<ProductCatalogsReportsGetResponse> |
ProductCatalogsReportsApi.productCatalogsReportsGetWithHttpInfo(Long accountId,
Long productCatalogId,
ReportDateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
List<String> fields)
获取商品库报表
|
TargetingTagReportsGetResponse |
TargetingTagReportsApi.targetingTagReportsGet(Long accountId,
String type,
String level,
ReportDateRange dateRange,
String posType,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields)
获取定向标签报表
|
com.squareup.okhttp.Call |
TargetingTagReportsApi.targetingTagReportsGetAsync(Long accountId,
String type,
String level,
ReportDateRange dateRange,
String posType,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields,
ApiCallback<TargetingTagReportsGetResponse> callback)
获取定向标签报表 (asynchronously)
|
com.squareup.okhttp.Call |
TargetingTagReportsApi.targetingTagReportsGetCall(Long accountId,
String type,
String level,
ReportDateRange dateRange,
String posType,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for targetingTagReportsGet
|
ApiResponse<TargetingTagReportsGetResponse> |
TargetingTagReportsApi.targetingTagReportsGetWithHttpInfo(Long accountId,
String type,
String level,
ReportDateRange dateRange,
String posType,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields)
获取定向标签报表
|
| 限定符和类型 | 方法和说明 |
|---|---|
DailyCostGetResponseData |
DailyCostApiContainer.dailyCostGet(ReportDateRange dateRange,
Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
【待废弃,请使用新接口wechat_daily_cost/get】获取微信账户实时消耗
|
DailyReportsGetResponseData |
DailyReportsApiContainer.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)
获取日报表
|
ProductCatalogsReportsGetResponseData |
ProductCatalogsReportsApiContainer.productCatalogsReportsGet(Long accountId,
Long productCatalogId,
ReportDateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
List<String> fields)
获取商品库报表
|
TargetingTagReportsGetResponseData |
TargetingTagReportsApiContainer.targetingTagReportsGet(Long accountId,
String type,
String level,
ReportDateRange dateRange,
String posType,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields)
获取定向标签报表
|
| 限定符和类型 | 字段和说明 |
|---|---|
ReportDateRange |
GetDailyCost.dateRange |
| 限定符和类型 | 字段和说明 |
|---|---|
ReportDateRange |
GetDailyReports.dateRange |
ReportDateRange |
GetProductCatalogsReports.dateRange |
ReportDateRange |
GetTargetingTagReports.dateRange |
| 限定符和类型 | 方法和说明 |
|---|---|
ReportDateRange |
ReportDateRange.endDate(String endDate) |
ReportDateRange |
ReportDateRange.startDate(String startDate) |
Copyright © 2020. All rights reserved.