| 限定符和类型 | 方法和说明 |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| 限定符和类型 | 方法和说明 |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and the Content-Type
response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's class and the
request Content-Type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AdcreativePreviewsAddResponse |
AdcreativePreviewsApi.adcreativePreviewsAdd(AdcreativePreviewsAddRequest data)
创建预览
|
com.squareup.okhttp.Call |
AdcreativePreviewsApi.adcreativePreviewsAddAsync(AdcreativePreviewsAddRequest data,
ApiCallback<AdcreativePreviewsAddResponse> callback)
创建预览 (asynchronously)
|
com.squareup.okhttp.Call |
AdcreativePreviewsApi.adcreativePreviewsAddCall(AdcreativePreviewsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adcreativePreviewsAdd
|
ApiResponse<AdcreativePreviewsAddResponse> |
AdcreativePreviewsApi.adcreativePreviewsAddWithHttpInfo(AdcreativePreviewsAddRequest data)
创建预览
|
AdcreativePreviewsGetResponse |
AdcreativePreviewsApi.adcreativePreviewsGet(Long accountId,
List<FilteringStruct> filtering,
List<String> fields)
获取预览受众
|
com.squareup.okhttp.Call |
AdcreativePreviewsApi.adcreativePreviewsGetAsync(Long accountId,
List<FilteringStruct> filtering,
List<String> fields,
ApiCallback<AdcreativePreviewsGetResponse> callback)
获取预览受众 (asynchronously)
|
com.squareup.okhttp.Call |
AdcreativePreviewsApi.adcreativePreviewsGetCall(Long accountId,
List<FilteringStruct> filtering,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adcreativePreviewsGet
|
ApiResponse<AdcreativePreviewsGetResponse> |
AdcreativePreviewsApi.adcreativePreviewsGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
List<String> fields)
获取预览受众
|
AdcreativesAddResponse |
AdcreativesApi.adcreativesAdd(AdcreativesAddRequest data)
创建广告创意
|
com.squareup.okhttp.Call |
AdcreativesApi.adcreativesAddAsync(AdcreativesAddRequest data,
ApiCallback<AdcreativesAddResponse> callback)
创建广告创意 (asynchronously)
|
com.squareup.okhttp.Call |
AdcreativesApi.adcreativesAddCall(AdcreativesAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adcreativesAdd
|
ApiResponse<AdcreativesAddResponse> |
AdcreativesApi.adcreativesAddWithHttpInfo(AdcreativesAddRequest data)
创建广告创意
|
AdcreativesDeleteResponse |
AdcreativesApi.adcreativesDelete(AdcreativesDeleteRequest data)
删除广告创意
|
com.squareup.okhttp.Call |
AdcreativesApi.adcreativesDeleteAsync(AdcreativesDeleteRequest data,
ApiCallback<AdcreativesDeleteResponse> callback)
删除广告创意 (asynchronously)
|
com.squareup.okhttp.Call |
AdcreativesApi.adcreativesDeleteCall(AdcreativesDeleteRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adcreativesDelete
|
ApiResponse<AdcreativesDeleteResponse> |
AdcreativesApi.adcreativesDeleteWithHttpInfo(AdcreativesDeleteRequest data)
删除广告创意
|
AdcreativesGetResponse |
AdcreativesApi.adcreativesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
Boolean linkPageTypeCompatible,
List<String> fields)
获取广告创意
|
com.squareup.okhttp.Call |
AdcreativesApi.adcreativesGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
Boolean linkPageTypeCompatible,
List<String> fields,
ApiCallback<AdcreativesGetResponse> callback)
获取广告创意 (asynchronously)
|
com.squareup.okhttp.Call |
AdcreativesApi.adcreativesGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
Boolean linkPageTypeCompatible,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adcreativesGet
|
ApiResponse<AdcreativesGetResponse> |
AdcreativesApi.adcreativesGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
Boolean linkPageTypeCompatible,
List<String> fields)
获取广告创意
|
AdcreativesRelatedCapabilityGetResponse |
AdcreativesRelatedCapabilityApi.adcreativesRelatedCapabilityGet(Long accountId,
Long adId,
List<String> fields)
检查广告创意是否可以修改
|
com.squareup.okhttp.Call |
AdcreativesRelatedCapabilityApi.adcreativesRelatedCapabilityGetAsync(Long accountId,
Long adId,
List<String> fields,
ApiCallback<AdcreativesRelatedCapabilityGetResponse> callback)
检查广告创意是否可以修改 (asynchronously)
|
com.squareup.okhttp.Call |
AdcreativesRelatedCapabilityApi.adcreativesRelatedCapabilityGetCall(Long accountId,
Long adId,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adcreativesRelatedCapabilityGet
|
ApiResponse<AdcreativesRelatedCapabilityGetResponse> |
AdcreativesRelatedCapabilityApi.adcreativesRelatedCapabilityGetWithHttpInfo(Long accountId,
Long adId,
List<String> fields)
检查广告创意是否可以修改
|
AdcreativesUpdateResponse |
AdcreativesApi.adcreativesUpdate(AdcreativesUpdateRequest data)
更新广告创意
|
com.squareup.okhttp.Call |
AdcreativesApi.adcreativesUpdateAsync(AdcreativesUpdateRequest data,
ApiCallback<AdcreativesUpdateResponse> callback)
更新广告创意 (asynchronously)
|
com.squareup.okhttp.Call |
AdcreativesApi.adcreativesUpdateCall(AdcreativesUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adcreativesUpdate
|
ApiResponse<AdcreativesUpdateResponse> |
AdcreativesApi.adcreativesUpdateWithHttpInfo(AdcreativesUpdateRequest data)
更新广告创意
|
AdcreativeTemplateDetailGetResponse |
AdcreativeTemplateDetailApi.adcreativeTemplateDetailGet(Long adcreativeTemplateId,
String promotedObjectType,
Long accountId,
Boolean automaticSiteEnabled,
List<String> siteSet,
Boolean isDynamicCreativeAd,
List<String> fields)
获取创意规格信息
|
com.squareup.okhttp.Call |
AdcreativeTemplateDetailApi.adcreativeTemplateDetailGetAsync(Long adcreativeTemplateId,
String promotedObjectType,
Long accountId,
Boolean automaticSiteEnabled,
List<String> siteSet,
Boolean isDynamicCreativeAd,
List<String> fields,
ApiCallback<AdcreativeTemplateDetailGetResponse> callback)
获取创意规格信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdcreativeTemplateDetailApi.adcreativeTemplateDetailGetCall(Long adcreativeTemplateId,
String promotedObjectType,
Long accountId,
Boolean automaticSiteEnabled,
List<String> siteSet,
Boolean isDynamicCreativeAd,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adcreativeTemplateDetailGet
|
ApiResponse<AdcreativeTemplateDetailGetResponse> |
AdcreativeTemplateDetailApi.adcreativeTemplateDetailGetWithHttpInfo(Long adcreativeTemplateId,
String promotedObjectType,
Long accountId,
Boolean automaticSiteEnabled,
List<String> siteSet,
Boolean isDynamicCreativeAd,
List<String> fields)
获取创意规格信息
|
AdcreativeTemplatePreviewGetResponse |
AdcreativeTemplatePreviewApi.adcreativeTemplatePreviewGet(AdcreativeTemplatePreviewGetRequest data)
获取广告创意预览(待废弃)
|
com.squareup.okhttp.Call |
AdcreativeTemplatePreviewApi.adcreativeTemplatePreviewGetAsync(AdcreativeTemplatePreviewGetRequest data,
ApiCallback<AdcreativeTemplatePreviewGetResponse> callback)
获取广告创意预览(待废弃) (asynchronously)
|
com.squareup.okhttp.Call |
AdcreativeTemplatePreviewApi.adcreativeTemplatePreviewGetCall(AdcreativeTemplatePreviewGetRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adcreativeTemplatePreviewGet
|
ApiResponse<AdcreativeTemplatePreviewGetResponse> |
AdcreativeTemplatePreviewApi.adcreativeTemplatePreviewGetWithHttpInfo(AdcreativeTemplatePreviewGetRequest data)
获取广告创意预览(待废弃)
|
AdcreativeTemplatePreviewsGetResponse |
AdcreativeTemplatePreviewsApi.adcreativeTemplatePreviewsGet(AdcreativeTemplatePreviewsGetRequest data)
获取广告创意预览
|
com.squareup.okhttp.Call |
AdcreativeTemplatePreviewsApi.adcreativeTemplatePreviewsGetAsync(AdcreativeTemplatePreviewsGetRequest data,
ApiCallback<AdcreativeTemplatePreviewsGetResponse> callback)
获取广告创意预览 (asynchronously)
|
com.squareup.okhttp.Call |
AdcreativeTemplatePreviewsApi.adcreativeTemplatePreviewsGetCall(AdcreativeTemplatePreviewsGetRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adcreativeTemplatePreviewsGet
|
ApiResponse<AdcreativeTemplatePreviewsGetResponse> |
AdcreativeTemplatePreviewsApi.adcreativeTemplatePreviewsGetWithHttpInfo(AdcreativeTemplatePreviewsGetRequest data)
获取广告创意预览
|
AdcreativeTemplatesGetResponse |
AdcreativeTemplatesApi.adcreativeTemplatesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取创意规格信息
|
com.squareup.okhttp.Call |
AdcreativeTemplatesApi.adcreativeTemplatesGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<AdcreativeTemplatesGetResponse> callback)
获取创意规格信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdcreativeTemplatesApi.adcreativeTemplatesGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adcreativeTemplatesGet
|
ApiResponse<AdcreativeTemplatesGetResponse> |
AdcreativeTemplatesApi.adcreativeTemplatesGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取创意规格信息
|
AdDiagnosisGetResponse |
AdDiagnosisApi.adDiagnosisGet(AdDiagnosisGetRequest data)
获取广告诊断信息
|
com.squareup.okhttp.Call |
AdDiagnosisApi.adDiagnosisGetAsync(AdDiagnosisGetRequest data,
ApiCallback<AdDiagnosisGetResponse> callback)
获取广告诊断信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdDiagnosisApi.adDiagnosisGetCall(AdDiagnosisGetRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adDiagnosisGet
|
ApiResponse<AdDiagnosisGetResponse> |
AdDiagnosisApi.adDiagnosisGetWithHttpInfo(AdDiagnosisGetRequest data)
获取广告诊断信息
|
AdgroupsAddResponse |
AdgroupsApi.adgroupsAdd(AdgroupsAddRequest data)
创建广告组
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsAddAsync(AdgroupsAddRequest data,
ApiCallback<AdgroupsAddResponse> callback)
创建广告组 (asynchronously)
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsAddCall(AdgroupsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adgroupsAdd
|
ApiResponse<AdgroupsAddResponse> |
AdgroupsApi.adgroupsAddWithHttpInfo(AdgroupsAddRequest data)
创建广告组
|
AdgroupsDeleteResponse |
AdgroupsApi.adgroupsDelete(AdgroupsDeleteRequest data)
删除广告组
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsDeleteAsync(AdgroupsDeleteRequest data,
ApiCallback<AdgroupsDeleteResponse> callback)
删除广告组 (asynchronously)
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsDeleteCall(AdgroupsDeleteRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adgroupsDelete
|
ApiResponse<AdgroupsDeleteResponse> |
AdgroupsApi.adgroupsDeleteWithHttpInfo(AdgroupsDeleteRequest data)
删除广告组
|
AdgroupsGetResponse |
AdgroupsApi.adgroupsGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields)
获取广告组
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields,
ApiCallback<AdgroupsGetResponse> callback)
获取广告组 (asynchronously)
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adgroupsGet
|
ApiResponse<AdgroupsGetResponse> |
AdgroupsApi.adgroupsGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields)
获取广告组
|
AdgroupsUpdateResponse |
AdgroupsApi.adgroupsUpdate(AdgroupsUpdateRequest data)
更新广告组
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsUpdateAsync(AdgroupsUpdateRequest data,
ApiCallback<AdgroupsUpdateResponse> callback)
更新广告组 (asynchronously)
|
AdgroupsUpdateBidAmountResponse |
AdgroupsApi.adgroupsUpdateBidAmount(AdgroupsUpdateBidAmountRequest data)
更新广告组出价
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsUpdateBidAmountAsync(AdgroupsUpdateBidAmountRequest data,
ApiCallback<AdgroupsUpdateBidAmountResponse> callback)
更新广告组出价 (asynchronously)
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsUpdateBidAmountCall(AdgroupsUpdateBidAmountRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adgroupsUpdateBidAmount
|
ApiResponse<AdgroupsUpdateBidAmountResponse> |
AdgroupsApi.adgroupsUpdateBidAmountWithHttpInfo(AdgroupsUpdateBidAmountRequest data)
更新广告组出价
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsUpdateCall(AdgroupsUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adgroupsUpdate
|
AdgroupsUpdateConfiguredStatusResponse |
AdgroupsApi.adgroupsUpdateConfiguredStatus(AdgroupsUpdateConfiguredStatusRequest data)
更新广告组状态
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsUpdateConfiguredStatusAsync(AdgroupsUpdateConfiguredStatusRequest data,
ApiCallback<AdgroupsUpdateConfiguredStatusResponse> callback)
更新广告组状态 (asynchronously)
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsUpdateConfiguredStatusCall(AdgroupsUpdateConfiguredStatusRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adgroupsUpdateConfiguredStatus
|
ApiResponse<AdgroupsUpdateConfiguredStatusResponse> |
AdgroupsApi.adgroupsUpdateConfiguredStatusWithHttpInfo(AdgroupsUpdateConfiguredStatusRequest data)
更新广告组状态
|
AdgroupsUpdateDailyBudgetResponse |
AdgroupsApi.adgroupsUpdateDailyBudget(AdgroupsUpdateDailyBudgetRequest data)
更新广告组日限额信息
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsUpdateDailyBudgetAsync(AdgroupsUpdateDailyBudgetRequest data,
ApiCallback<AdgroupsUpdateDailyBudgetResponse> callback)
更新广告组日限额信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsUpdateDailyBudgetCall(AdgroupsUpdateDailyBudgetRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adgroupsUpdateDailyBudget
|
ApiResponse<AdgroupsUpdateDailyBudgetResponse> |
AdgroupsApi.adgroupsUpdateDailyBudgetWithHttpInfo(AdgroupsUpdateDailyBudgetRequest data)
更新广告组日限额信息
|
AdgroupsUpdateDatetimeResponse |
AdgroupsApi.adgroupsUpdateDatetime(AdgroupsUpdateDatetimeRequest data)
更新广告组投放时间
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsUpdateDatetimeAsync(AdgroupsUpdateDatetimeRequest data,
ApiCallback<AdgroupsUpdateDatetimeResponse> callback)
更新广告组投放时间 (asynchronously)
|
com.squareup.okhttp.Call |
AdgroupsApi.adgroupsUpdateDatetimeCall(AdgroupsUpdateDatetimeRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adgroupsUpdateDatetime
|
ApiResponse<AdgroupsUpdateDatetimeResponse> |
AdgroupsApi.adgroupsUpdateDatetimeWithHttpInfo(AdgroupsUpdateDatetimeRequest data)
更新广告组投放时间
|
ApiResponse<AdgroupsUpdateResponse> |
AdgroupsApi.adgroupsUpdateWithHttpInfo(AdgroupsUpdateRequest data)
更新广告组
|
AdsAddResponse |
AdsApi.adsAdd(AdsAddRequest data)
创建广告
|
com.squareup.okhttp.Call |
AdsApi.adsAddAsync(AdsAddRequest data,
ApiCallback<AdsAddResponse> callback)
创建广告 (asynchronously)
|
com.squareup.okhttp.Call |
AdsApi.adsAddCall(AdsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adsAdd
|
ApiResponse<AdsAddResponse> |
AdsApi.adsAddWithHttpInfo(AdsAddRequest data)
创建广告
|
AdsDeleteResponse |
AdsApi.adsDelete(AdsDeleteRequest data)
删除广告
|
com.squareup.okhttp.Call |
AdsApi.adsDeleteAsync(AdsDeleteRequest data,
ApiCallback<AdsDeleteResponse> callback)
删除广告 (asynchronously)
|
com.squareup.okhttp.Call |
AdsApi.adsDeleteCall(AdsDeleteRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adsDelete
|
ApiResponse<AdsDeleteResponse> |
AdsApi.adsDeleteWithHttpInfo(AdsDeleteRequest data)
删除广告
|
AdsGetResponse |
AdsApi.adsGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields)
获取广告
|
com.squareup.okhttp.Call |
AdsApi.adsGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields,
ApiCallback<AdsGetResponse> callback)
获取广告 (asynchronously)
|
com.squareup.okhttp.Call |
AdsApi.adsGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adsGet
|
ApiResponse<AdsGetResponse> |
AdsApi.adsGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields)
获取广告
|
AdsUpdateResponse |
AdsApi.adsUpdate(AdsUpdateRequest data)
更新广告
|
com.squareup.okhttp.Call |
AdsApi.adsUpdateAsync(AdsUpdateRequest data,
ApiCallback<AdsUpdateResponse> callback)
更新广告 (asynchronously)
|
com.squareup.okhttp.Call |
AdsApi.adsUpdateCall(AdsUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adsUpdate
|
AdsUpdateConfiguredStatusResponse |
AdsApi.adsUpdateConfiguredStatus(AdsUpdateConfiguredStatusRequest data)
更新广告状态
|
com.squareup.okhttp.Call |
AdsApi.adsUpdateConfiguredStatusAsync(AdsUpdateConfiguredStatusRequest data,
ApiCallback<AdsUpdateConfiguredStatusResponse> callback)
更新广告状态 (asynchronously)
|
com.squareup.okhttp.Call |
AdsApi.adsUpdateConfiguredStatusCall(AdsUpdateConfiguredStatusRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adsUpdateConfiguredStatus
|
ApiResponse<AdsUpdateConfiguredStatusResponse> |
AdsApi.adsUpdateConfiguredStatusWithHttpInfo(AdsUpdateConfiguredStatusRequest data)
更新广告状态
|
ApiResponse<AdsUpdateResponse> |
AdsApi.adsUpdateWithHttpInfo(AdsUpdateRequest data)
更新广告
|
AdvertiserAddResponse |
AdvertiserApi.advertiserAdd(AdvertiserAddRequest data)
添加腾讯广告服务商子客
|
com.squareup.okhttp.Call |
AdvertiserApi.advertiserAddAsync(AdvertiserAddRequest data,
ApiCallback<AdvertiserAddResponse> callback)
添加腾讯广告服务商子客 (asynchronously)
|
com.squareup.okhttp.Call |
AdvertiserApi.advertiserAddCall(AdvertiserAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for advertiserAdd
|
ApiResponse<AdvertiserAddResponse> |
AdvertiserApi.advertiserAddWithHttpInfo(AdvertiserAddRequest data)
添加腾讯广告服务商子客
|
AdvertiserGetResponse |
AdvertiserApi.advertiserGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
查询腾讯广告广告主信息
|
com.squareup.okhttp.Call |
AdvertiserApi.advertiserGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<AdvertiserGetResponse> callback)
查询腾讯广告广告主信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdvertiserApi.advertiserGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for advertiserGet
|
ApiResponse<AdvertiserGetResponse> |
AdvertiserApi.advertiserGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
查询腾讯广告广告主信息
|
AdvertiserUpdateResponse |
AdvertiserApi.advertiserUpdate(AdvertiserUpdateRequest data)
更新腾讯广告广告主信息
|
com.squareup.okhttp.Call |
AdvertiserApi.advertiserUpdateAsync(AdvertiserUpdateRequest data,
ApiCallback<AdvertiserUpdateResponse> callback)
更新腾讯广告广告主信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdvertiserApi.advertiserUpdateCall(AdvertiserUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for advertiserUpdate
|
AdvertiserUpdateDailyBudgetResponse |
AdvertiserApi.advertiserUpdateDailyBudget(AdvertiserUpdateDailyBudgetRequest data)
更新广告主日限额信息
|
com.squareup.okhttp.Call |
AdvertiserApi.advertiserUpdateDailyBudgetAsync(AdvertiserUpdateDailyBudgetRequest data,
ApiCallback<AdvertiserUpdateDailyBudgetResponse> callback)
更新广告主日限额信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdvertiserApi.advertiserUpdateDailyBudgetCall(AdvertiserUpdateDailyBudgetRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for advertiserUpdateDailyBudget
|
ApiResponse<AdvertiserUpdateDailyBudgetResponse> |
AdvertiserApi.advertiserUpdateDailyBudgetWithHttpInfo(AdvertiserUpdateDailyBudgetRequest data)
更新广告主日限额信息
|
ApiResponse<AdvertiserUpdateResponse> |
AdvertiserApi.advertiserUpdateWithHttpInfo(AdvertiserUpdateRequest data)
更新腾讯广告广告主信息
|
AndroidChannelPackagesGetResponse |
AndroidChannelPackagesApi.androidChannelPackagesGet(Long accountId,
String myappAuthKey,
Long androidAppId,
Long page,
Long pageSize,
List<String> fields)
获取应用宝渠道包
|
com.squareup.okhttp.Call |
AndroidChannelPackagesApi.androidChannelPackagesGetAsync(Long accountId,
String myappAuthKey,
Long androidAppId,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<AndroidChannelPackagesGetResponse> callback)
获取应用宝渠道包 (asynchronously)
|
com.squareup.okhttp.Call |
AndroidChannelPackagesApi.androidChannelPackagesGetCall(Long accountId,
String myappAuthKey,
Long androidAppId,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for androidChannelPackagesGet
|
ApiResponse<AndroidChannelPackagesGetResponse> |
AndroidChannelPackagesApi.androidChannelPackagesGetWithHttpInfo(Long accountId,
String myappAuthKey,
Long androidAppId,
Long page,
Long pageSize,
List<String> fields)
获取应用宝渠道包
|
AndroidUnionChannelPackagesAddResponse |
AndroidUnionChannelPackagesApi.androidUnionChannelPackagesAdd(AndroidUnionChannelPackagesAddRequest data)
添加广告渠道包
|
com.squareup.okhttp.Call |
AndroidUnionChannelPackagesApi.androidUnionChannelPackagesAddAsync(AndroidUnionChannelPackagesAddRequest data,
ApiCallback<AndroidUnionChannelPackagesAddResponse> callback)
添加广告渠道包 (asynchronously)
|
com.squareup.okhttp.Call |
AndroidUnionChannelPackagesApi.androidUnionChannelPackagesAddCall(AndroidUnionChannelPackagesAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for androidUnionChannelPackagesAdd
|
ApiResponse<AndroidUnionChannelPackagesAddResponse> |
AndroidUnionChannelPackagesApi.androidUnionChannelPackagesAddWithHttpInfo(AndroidUnionChannelPackagesAddRequest data)
添加广告渠道包
|
AndroidUnionChannelPackagesGetResponse |
AndroidUnionChannelPackagesApi.androidUnionChannelPackagesGet(Long accountId,
Long androidUnionAppId,
Long page,
Long pageSize,
List<String> fields)
获取广告渠道包
|
com.squareup.okhttp.Call |
AndroidUnionChannelPackagesApi.androidUnionChannelPackagesGetAsync(Long accountId,
Long androidUnionAppId,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<AndroidUnionChannelPackagesGetResponse> callback)
获取广告渠道包 (asynchronously)
|
com.squareup.okhttp.Call |
AndroidUnionChannelPackagesApi.androidUnionChannelPackagesGetCall(Long accountId,
Long androidUnionAppId,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for androidUnionChannelPackagesGet
|
ApiResponse<AndroidUnionChannelPackagesGetResponse> |
AndroidUnionChannelPackagesApi.androidUnionChannelPackagesGetWithHttpInfo(Long accountId,
Long androidUnionAppId,
Long page,
Long pageSize,
List<String> fields)
获取广告渠道包
|
AssetPermissionsAddResponse |
AssetPermissionsApi.assetPermissionsAdd(AssetPermissionsAddRequest data)
资产权限授予
|
com.squareup.okhttp.Call |
AssetPermissionsApi.assetPermissionsAddAsync(AssetPermissionsAddRequest data,
ApiCallback<AssetPermissionsAddResponse> callback)
资产权限授予 (asynchronously)
|
com.squareup.okhttp.Call |
AssetPermissionsApi.assetPermissionsAddCall(AssetPermissionsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for assetPermissionsAdd
|
ApiResponse<AssetPermissionsAddResponse> |
AssetPermissionsApi.assetPermissionsAddWithHttpInfo(AssetPermissionsAddRequest data)
资产权限授予
|
AssetPermissionsDeleteResponse |
AssetPermissionsApi.assetPermissionsDelete(AssetPermissionsDeleteRequest data)
资产权限回收
|
com.squareup.okhttp.Call |
AssetPermissionsApi.assetPermissionsDeleteAsync(AssetPermissionsDeleteRequest data,
ApiCallback<AssetPermissionsDeleteResponse> callback)
资产权限回收 (asynchronously)
|
com.squareup.okhttp.Call |
AssetPermissionsApi.assetPermissionsDeleteCall(AssetPermissionsDeleteRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for assetPermissionsDelete
|
ApiResponse<AssetPermissionsDeleteResponse> |
AssetPermissionsApi.assetPermissionsDeleteWithHttpInfo(AssetPermissionsDeleteRequest data)
资产权限回收
|
String |
AsyncReportFilesApi.asyncReportFilesGet(Long accountId,
Long taskId,
Long fileId,
List<String> fields)
获取文件接口
|
com.squareup.okhttp.Call |
AsyncReportFilesApi.asyncReportFilesGetAsync(Long accountId,
Long taskId,
Long fileId,
List<String> fields,
ApiCallback<String> callback)
获取文件接口 (asynchronously)
|
com.squareup.okhttp.Call |
AsyncReportFilesApi.asyncReportFilesGetCall(Long accountId,
Long taskId,
Long fileId,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for asyncReportFilesGet
|
ApiResponse<String> |
AsyncReportFilesApi.asyncReportFilesGetWithHttpInfo(Long accountId,
Long taskId,
Long fileId,
List<String> fields)
获取文件接口
|
AsyncReportsAddResponse |
AsyncReportsApi.asyncReportsAdd(AsyncReportsAddRequest data)
创建异步报表任务
|
com.squareup.okhttp.Call |
AsyncReportsApi.asyncReportsAddAsync(AsyncReportsAddRequest data,
ApiCallback<AsyncReportsAddResponse> callback)
创建异步报表任务 (asynchronously)
|
com.squareup.okhttp.Call |
AsyncReportsApi.asyncReportsAddCall(AsyncReportsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for asyncReportsAdd
|
ApiResponse<AsyncReportsAddResponse> |
AsyncReportsApi.asyncReportsAddWithHttpInfo(AsyncReportsAddRequest data)
创建异步报表任务
|
AsyncReportsGetResponse |
AsyncReportsApi.asyncReportsGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取异步报表任务
|
com.squareup.okhttp.Call |
AsyncReportsApi.asyncReportsGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<AsyncReportsGetResponse> callback)
获取异步报表任务 (asynchronously)
|
com.squareup.okhttp.Call |
AsyncReportsApi.asyncReportsGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for asyncReportsGet
|
ApiResponse<AsyncReportsGetResponse> |
AsyncReportsApi.asyncReportsGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取异步报表任务
|
String |
AsyncTaskFilesApi.asyncTaskFilesGet(Long accountId,
Long taskId,
Long fileId,
List<String> fields)
获取文件接口
|
com.squareup.okhttp.Call |
AsyncTaskFilesApi.asyncTaskFilesGetAsync(Long accountId,
Long taskId,
Long fileId,
List<String> fields,
ApiCallback<String> callback)
获取文件接口 (asynchronously)
|
com.squareup.okhttp.Call |
AsyncTaskFilesApi.asyncTaskFilesGetCall(Long accountId,
Long taskId,
Long fileId,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for asyncTaskFilesGet
|
ApiResponse<String> |
AsyncTaskFilesApi.asyncTaskFilesGetWithHttpInfo(Long accountId,
Long taskId,
Long fileId,
List<String> fields)
获取文件接口
|
AsyncTasksAddResponse |
AsyncTasksApi.asyncTasksAdd(AsyncTasksAddRequest data)
创建异步任务
|
com.squareup.okhttp.Call |
AsyncTasksApi.asyncTasksAddAsync(AsyncTasksAddRequest data,
ApiCallback<AsyncTasksAddResponse> callback)
创建异步任务 (asynchronously)
|
com.squareup.okhttp.Call |
AsyncTasksApi.asyncTasksAddCall(AsyncTasksAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for asyncTasksAdd
|
ApiResponse<AsyncTasksAddResponse> |
AsyncTasksApi.asyncTasksAddWithHttpInfo(AsyncTasksAddRequest data)
创建异步任务
|
AsyncTasksGetResponse |
AsyncTasksApi.asyncTasksGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取异步任务
|
com.squareup.okhttp.Call |
AsyncTasksApi.asyncTasksGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<AsyncTasksGetResponse> callback)
获取异步任务 (asynchronously)
|
com.squareup.okhttp.Call |
AsyncTasksApi.asyncTasksGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for asyncTasksGet
|
ApiResponse<AsyncTasksGetResponse> |
AsyncTasksApi.asyncTasksGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取异步任务
|
AudienceGrantRelationsAddResponse |
AudienceGrantRelationsApi.audienceGrantRelationsAdd(AudienceGrantRelationsAddRequest data)
添加人群授权
|
com.squareup.okhttp.Call |
AudienceGrantRelationsApi.audienceGrantRelationsAddAsync(AudienceGrantRelationsAddRequest data,
ApiCallback<AudienceGrantRelationsAddResponse> callback)
添加人群授权 (asynchronously)
|
com.squareup.okhttp.Call |
AudienceGrantRelationsApi.audienceGrantRelationsAddCall(AudienceGrantRelationsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for audienceGrantRelationsAdd
|
ApiResponse<AudienceGrantRelationsAddResponse> |
AudienceGrantRelationsApi.audienceGrantRelationsAddWithHttpInfo(AudienceGrantRelationsAddRequest data)
添加人群授权
|
AudienceGrantRelationsGetResponse |
AudienceGrantRelationsApi.audienceGrantRelationsGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取人群授权信息
|
com.squareup.okhttp.Call |
AudienceGrantRelationsApi.audienceGrantRelationsGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<AudienceGrantRelationsGetResponse> callback)
获取人群授权信息 (asynchronously)
|
com.squareup.okhttp.Call |
AudienceGrantRelationsApi.audienceGrantRelationsGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for audienceGrantRelationsGet
|
ApiResponse<AudienceGrantRelationsGetResponse> |
AudienceGrantRelationsApi.audienceGrantRelationsGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取人群授权信息
|
String |
AuthorizationApi.authorizationWechatBind(String accessToken,
String redirectUri,
Long accountId,
String wechatAccountId,
List<String> fields)
绑定微信公众号(待废弃)
|
com.squareup.okhttp.Call |
AuthorizationApi.authorizationWechatBindAsync(String accessToken,
String redirectUri,
Long accountId,
String wechatAccountId,
List<String> fields,
ApiCallback<String> callback)
绑定微信公众号(待废弃) (asynchronously)
|
com.squareup.okhttp.Call |
AuthorizationApi.authorizationWechatBindCall(String accessToken,
String redirectUri,
Long accountId,
String wechatAccountId,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorizationWechatBind
|
ApiResponse<String> |
AuthorizationApi.authorizationWechatBindWithHttpInfo(String accessToken,
String redirectUri,
Long accountId,
String wechatAccountId,
List<String> fields)
绑定微信公众号(待废弃)
|
BatchOperationAddResponse |
BatchOperationApi.batchOperationAdd(BatchOperationAddRequest data)
创建批量操作(待废弃)
|
com.squareup.okhttp.Call |
BatchOperationApi.batchOperationAddAsync(BatchOperationAddRequest data,
ApiCallback<BatchOperationAddResponse> callback)
创建批量操作(待废弃) (asynchronously)
|
com.squareup.okhttp.Call |
BatchOperationApi.batchOperationAddCall(BatchOperationAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for batchOperationAdd
|
ApiResponse<BatchOperationAddResponse> |
BatchOperationApi.batchOperationAddWithHttpInfo(BatchOperationAddRequest data)
创建批量操作(待废弃)
|
BatchRequestsAddResponse |
BatchRequestsApi.batchRequestsAdd(BatchRequestsAddRequest data)
创建批量请求
|
com.squareup.okhttp.Call |
BatchRequestsApi.batchRequestsAddAsync(BatchRequestsAddRequest data,
ApiCallback<BatchRequestsAddResponse> callback)
创建批量请求 (asynchronously)
|
com.squareup.okhttp.Call |
BatchRequestsApi.batchRequestsAddCall(BatchRequestsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for batchRequestsAdd
|
ApiResponse<BatchRequestsAddResponse> |
BatchRequestsApi.batchRequestsAddWithHttpInfo(BatchRequestsAddRequest data)
创建批量请求
|
BidSimulationGetResponse |
BidSimulationApi.bidSimulationGet(BidSimulationGetRequest data)
获取出价模拟信息
|
com.squareup.okhttp.Call |
BidSimulationApi.bidSimulationGetAsync(BidSimulationGetRequest data,
ApiCallback<BidSimulationGetResponse> callback)
获取出价模拟信息 (asynchronously)
|
com.squareup.okhttp.Call |
BidSimulationApi.bidSimulationGetCall(BidSimulationGetRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for bidSimulationGet
|
ApiResponse<BidSimulationGetResponse> |
BidSimulationApi.bidSimulationGetWithHttpInfo(BidSimulationGetRequest data)
获取出价模拟信息
|
BrandAddResponse |
BrandApi.brandAdd(Long accountId,
String name,
File brandImageFile)
创建品牌形象
|
com.squareup.okhttp.Call |
BrandApi.brandAddAsync(Long accountId,
String name,
File brandImageFile,
ApiCallback<BrandAddResponse> callback)
创建品牌形象 (asynchronously)
|
com.squareup.okhttp.Call |
BrandApi.brandAddCall(Long accountId,
String name,
File brandImageFile,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for brandAdd
|
ApiResponse<BrandAddResponse> |
BrandApi.brandAddWithHttpInfo(Long accountId,
String name,
File brandImageFile)
创建品牌形象
|
BrandGetResponse |
BrandApi.brandGet(Long accountId,
Long page,
Long pageSize,
List<String> fields)
获取品牌形象列表
|
com.squareup.okhttp.Call |
BrandApi.brandGetAsync(Long accountId,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<BrandGetResponse> callback)
获取品牌形象列表 (asynchronously)
|
com.squareup.okhttp.Call |
BrandApi.brandGetCall(Long accountId,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for brandGet
|
ApiResponse<BrandGetResponse> |
BrandApi.brandGetWithHttpInfo(Long accountId,
Long page,
Long pageSize,
List<String> fields)
获取品牌形象列表
|
BusinessManagerRelationsGetResponse |
BusinessManagerRelationsApi.businessManagerRelationsGet(Long page,
Long pageSize,
List<String> fields)
查询商务管家账号下广告主信息
|
com.squareup.okhttp.Call |
BusinessManagerRelationsApi.businessManagerRelationsGetAsync(Long page,
Long pageSize,
List<String> fields,
ApiCallback<BusinessManagerRelationsGetResponse> callback)
查询商务管家账号下广告主信息 (asynchronously)
|
com.squareup.okhttp.Call |
BusinessManagerRelationsApi.businessManagerRelationsGetCall(Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for businessManagerRelationsGet
|
ApiResponse<BusinessManagerRelationsGetResponse> |
BusinessManagerRelationsApi.businessManagerRelationsGetWithHttpInfo(Long page,
Long pageSize,
List<String> fields)
查询商务管家账号下广告主信息
|
CampaignsAddResponse |
CampaignsApi.campaignsAdd(CampaignsAddRequest data)
创建推广计划
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAddAsync(CampaignsAddRequest data,
ApiCallback<CampaignsAddResponse> callback)
创建推广计划 (asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAddCall(CampaignsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsAdd
|
ApiResponse<CampaignsAddResponse> |
CampaignsApi.campaignsAddWithHttpInfo(CampaignsAddRequest data)
创建推广计划
|
CampaignsDeleteResponse |
CampaignsApi.campaignsDelete(CampaignsDeleteRequest data)
删除推广计划
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsDeleteAsync(CampaignsDeleteRequest data,
ApiCallback<CampaignsDeleteResponse> callback)
删除推广计划 (asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsDeleteCall(CampaignsDeleteRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsDelete
|
ApiResponse<CampaignsDeleteResponse> |
CampaignsApi.campaignsDeleteWithHttpInfo(CampaignsDeleteRequest data)
删除推广计划
|
CampaignsGetResponse |
CampaignsApi.campaignsGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields)
获取推广计划
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields,
ApiCallback<CampaignsGetResponse> callback)
获取推广计划 (asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsGet
|
ApiResponse<CampaignsGetResponse> |
CampaignsApi.campaignsGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields)
获取推广计划
|
CampaignsUpdateResponse |
CampaignsApi.campaignsUpdate(CampaignsUpdateRequest data)
更新推广计划
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsUpdateAsync(CampaignsUpdateRequest data,
ApiCallback<CampaignsUpdateResponse> callback)
更新推广计划 (asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsUpdateCall(CampaignsUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsUpdate
|
CampaignsUpdateConfiguredStatusResponse |
CampaignsApi.campaignsUpdateConfiguredStatus(CampaignsUpdateConfiguredStatusRequest data)
更新推广计划状态
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsUpdateConfiguredStatusAsync(CampaignsUpdateConfiguredStatusRequest data,
ApiCallback<CampaignsUpdateConfiguredStatusResponse> callback)
更新推广计划状态 (asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsUpdateConfiguredStatusCall(CampaignsUpdateConfiguredStatusRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsUpdateConfiguredStatus
|
ApiResponse<CampaignsUpdateConfiguredStatusResponse> |
CampaignsApi.campaignsUpdateConfiguredStatusWithHttpInfo(CampaignsUpdateConfiguredStatusRequest data)
更新推广计划状态
|
CampaignsUpdateDailyBudgetResponse |
CampaignsApi.campaignsUpdateDailyBudget(CampaignsUpdateDailyBudgetRequest data)
更新推广计划日限额信息
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsUpdateDailyBudgetAsync(CampaignsUpdateDailyBudgetRequest data,
ApiCallback<CampaignsUpdateDailyBudgetResponse> callback)
更新推广计划日限额信息 (asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsUpdateDailyBudgetCall(CampaignsUpdateDailyBudgetRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsUpdateDailyBudget
|
ApiResponse<CampaignsUpdateDailyBudgetResponse> |
CampaignsApi.campaignsUpdateDailyBudgetWithHttpInfo(CampaignsUpdateDailyBudgetRequest data)
更新推广计划日限额信息
|
ApiResponse<CampaignsUpdateResponse> |
CampaignsApi.campaignsUpdateWithHttpInfo(CampaignsUpdateRequest data)
更新推广计划
|
CapabilitiesGetResponse |
CapabilitiesApi.capabilitiesGet(Long accountId,
String capability,
CapabilitiesGetQuerySpec querySpec,
List<String> fields)
查询广告相关权限(待废弃)
|
com.squareup.okhttp.Call |
CapabilitiesApi.capabilitiesGetAsync(Long accountId,
String capability,
CapabilitiesGetQuerySpec querySpec,
List<String> fields,
ApiCallback<CapabilitiesGetResponse> callback)
查询广告相关权限(待废弃) (asynchronously)
|
com.squareup.okhttp.Call |
CapabilitiesApi.capabilitiesGetCall(Long accountId,
String capability,
CapabilitiesGetQuerySpec querySpec,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for capabilitiesGet
|
ApiResponse<CapabilitiesGetResponse> |
CapabilitiesApi.capabilitiesGetWithHttpInfo(Long accountId,
String capability,
CapabilitiesGetQuerySpec querySpec,
List<String> fields)
查询广告相关权限(待废弃)
|
ComplianceValidationGetResponse |
ComplianceValidationApi.complianceValidationGet(ComplianceValidationGetRequest data)
获取广告素材预审结果
|
com.squareup.okhttp.Call |
ComplianceValidationApi.complianceValidationGetAsync(ComplianceValidationGetRequest data,
ApiCallback<ComplianceValidationGetResponse> callback)
获取广告素材预审结果 (asynchronously)
|
com.squareup.okhttp.Call |
ComplianceValidationApi.complianceValidationGetCall(ComplianceValidationGetRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for complianceValidationGet
|
ApiResponse<ComplianceValidationGetResponse> |
ComplianceValidationApi.complianceValidationGetWithHttpInfo(ComplianceValidationGetRequest data)
获取广告素材预审结果
|
ConversionsAddResponse |
ConversionsApi.conversionsAdd(ConversionsAddRequest data)
新增转化归因
|
com.squareup.okhttp.Call |
ConversionsApi.conversionsAddAsync(ConversionsAddRequest data,
ApiCallback<ConversionsAddResponse> callback)
新增转化归因 (asynchronously)
|
com.squareup.okhttp.Call |
ConversionsApi.conversionsAddCall(ConversionsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for conversionsAdd
|
ApiResponse<ConversionsAddResponse> |
ConversionsApi.conversionsAddWithHttpInfo(ConversionsAddRequest data)
新增转化归因
|
ConversionsGetResponse |
ConversionsApi.conversionsGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取转化归因
|
com.squareup.okhttp.Call |
ConversionsApi.conversionsGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<ConversionsGetResponse> callback)
获取转化归因 (asynchronously)
|
com.squareup.okhttp.Call |
ConversionsApi.conversionsGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for conversionsGet
|
ApiResponse<ConversionsGetResponse> |
ConversionsApi.conversionsGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取转化归因
|
CustomAudienceEstimationsGetResponse |
CustomAudienceEstimationsApi.customAudienceEstimationsGet(CustomAudienceEstimationsGetRequest data)
人群覆盖数预估
|
com.squareup.okhttp.Call |
CustomAudienceEstimationsApi.customAudienceEstimationsGetAsync(CustomAudienceEstimationsGetRequest data,
ApiCallback<CustomAudienceEstimationsGetResponse> callback)
人群覆盖数预估 (asynchronously)
|
com.squareup.okhttp.Call |
CustomAudienceEstimationsApi.customAudienceEstimationsGetCall(CustomAudienceEstimationsGetRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customAudienceEstimationsGet
|
ApiResponse<CustomAudienceEstimationsGetResponse> |
CustomAudienceEstimationsApi.customAudienceEstimationsGetWithHttpInfo(CustomAudienceEstimationsGetRequest data)
人群覆盖数预估
|
CustomAudienceFilesAddResponse |
CustomAudienceFilesApi.customAudienceFilesAdd(Long accountId,
Long audienceId,
String userIdType,
File file,
String operationType,
String openAppId,
String saltId)
上传客户人群数据文件
|
com.squareup.okhttp.Call |
CustomAudienceFilesApi.customAudienceFilesAddAsync(Long accountId,
Long audienceId,
String userIdType,
File file,
String operationType,
String openAppId,
String saltId,
ApiCallback<CustomAudienceFilesAddResponse> callback)
上传客户人群数据文件 (asynchronously)
|
com.squareup.okhttp.Call |
CustomAudienceFilesApi.customAudienceFilesAddCall(Long accountId,
Long audienceId,
String userIdType,
File file,
String operationType,
String openAppId,
String saltId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customAudienceFilesAdd
|
ApiResponse<CustomAudienceFilesAddResponse> |
CustomAudienceFilesApi.customAudienceFilesAddWithHttpInfo(Long accountId,
Long audienceId,
String userIdType,
File file,
String operationType,
String openAppId,
String saltId)
上传客户人群数据文件
|
CustomAudienceFilesGetResponse |
CustomAudienceFilesApi.customAudienceFilesGet(Long accountId,
Long audienceId,
Long customAudienceFileId,
Long page,
Long pageSize,
List<String> fields)
获取客户人群数据文件
|
com.squareup.okhttp.Call |
CustomAudienceFilesApi.customAudienceFilesGetAsync(Long accountId,
Long audienceId,
Long customAudienceFileId,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<CustomAudienceFilesGetResponse> callback)
获取客户人群数据文件 (asynchronously)
|
com.squareup.okhttp.Call |
CustomAudienceFilesApi.customAudienceFilesGetCall(Long accountId,
Long audienceId,
Long customAudienceFileId,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customAudienceFilesGet
|
ApiResponse<CustomAudienceFilesGetResponse> |
CustomAudienceFilesApi.customAudienceFilesGetWithHttpInfo(Long accountId,
Long audienceId,
Long customAudienceFileId,
Long page,
Long pageSize,
List<String> fields)
获取客户人群数据文件
|
CustomAudienceInsightsGetResponse |
CustomAudienceInsightsApi.customAudienceInsightsGet(Long accountId,
Long audienceId,
List<String> dimensionType,
List<String> fields)
人群洞察分析
|
com.squareup.okhttp.Call |
CustomAudienceInsightsApi.customAudienceInsightsGetAsync(Long accountId,
Long audienceId,
List<String> dimensionType,
List<String> fields,
ApiCallback<CustomAudienceInsightsGetResponse> callback)
人群洞察分析 (asynchronously)
|
com.squareup.okhttp.Call |
CustomAudienceInsightsApi.customAudienceInsightsGetCall(Long accountId,
Long audienceId,
List<String> dimensionType,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customAudienceInsightsGet
|
ApiResponse<CustomAudienceInsightsGetResponse> |
CustomAudienceInsightsApi.customAudienceInsightsGetWithHttpInfo(Long accountId,
Long audienceId,
List<String> dimensionType,
List<String> fields)
人群洞察分析
|
CustomAudienceReportsGetResponse |
CustomAudienceReportsApi.customAudienceReportsGet(Long accountId,
List<FilteringStruct> filtering,
DateRange dateRange,
List<String> groupBy,
List<String> fields)
人群报表
|
com.squareup.okhttp.Call |
CustomAudienceReportsApi.customAudienceReportsGetAsync(Long accountId,
List<FilteringStruct> filtering,
DateRange dateRange,
List<String> groupBy,
List<String> fields,
ApiCallback<CustomAudienceReportsGetResponse> callback)
人群报表 (asynchronously)
|
com.squareup.okhttp.Call |
CustomAudienceReportsApi.customAudienceReportsGetCall(Long accountId,
List<FilteringStruct> filtering,
DateRange dateRange,
List<String> groupBy,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customAudienceReportsGet
|
ApiResponse<CustomAudienceReportsGetResponse> |
CustomAudienceReportsApi.customAudienceReportsGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
DateRange dateRange,
List<String> groupBy,
List<String> fields)
人群报表
|
CustomAudiencesAddResponse |
CustomAudiencesApi.customAudiencesAdd(CustomAudiencesAddRequest data)
创建客户人群
|
com.squareup.okhttp.Call |
CustomAudiencesApi.customAudiencesAddAsync(CustomAudiencesAddRequest data,
ApiCallback<CustomAudiencesAddResponse> callback)
创建客户人群 (asynchronously)
|
com.squareup.okhttp.Call |
CustomAudiencesApi.customAudiencesAddCall(CustomAudiencesAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customAudiencesAdd
|
ApiResponse<CustomAudiencesAddResponse> |
CustomAudiencesApi.customAudiencesAddWithHttpInfo(CustomAudiencesAddRequest data)
创建客户人群
|
CustomAudiencesDeleteResponse |
CustomAudiencesApi.customAudiencesDelete(CustomAudiencesDeleteRequest data)
删除客户人群
|
com.squareup.okhttp.Call |
CustomAudiencesApi.customAudiencesDeleteAsync(CustomAudiencesDeleteRequest data,
ApiCallback<CustomAudiencesDeleteResponse> callback)
删除客户人群 (asynchronously)
|
com.squareup.okhttp.Call |
CustomAudiencesApi.customAudiencesDeleteCall(CustomAudiencesDeleteRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customAudiencesDelete
|
ApiResponse<CustomAudiencesDeleteResponse> |
CustomAudiencesApi.customAudiencesDeleteWithHttpInfo(CustomAudiencesDeleteRequest data)
删除客户人群
|
CustomAudiencesGetResponse |
CustomAudiencesApi.customAudiencesGet(Long accountId,
Long audienceId,
Long page,
Long pageSize,
String platform,
List<String> fields)
获取客户人群
|
com.squareup.okhttp.Call |
CustomAudiencesApi.customAudiencesGetAsync(Long accountId,
Long audienceId,
Long page,
Long pageSize,
String platform,
List<String> fields,
ApiCallback<CustomAudiencesGetResponse> callback)
获取客户人群 (asynchronously)
|
com.squareup.okhttp.Call |
CustomAudiencesApi.customAudiencesGetCall(Long accountId,
Long audienceId,
Long page,
Long pageSize,
String platform,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customAudiencesGet
|
ApiResponse<CustomAudiencesGetResponse> |
CustomAudiencesApi.customAudiencesGetWithHttpInfo(Long accountId,
Long audienceId,
Long page,
Long pageSize,
String platform,
List<String> fields)
获取客户人群
|
CustomAudiencesUpdateResponse |
CustomAudiencesApi.customAudiencesUpdate(CustomAudiencesUpdateRequest data)
更新客户人群
|
com.squareup.okhttp.Call |
CustomAudiencesApi.customAudiencesUpdateAsync(CustomAudiencesUpdateRequest data,
ApiCallback<CustomAudiencesUpdateResponse> callback)
更新客户人群 (asynchronously)
|
com.squareup.okhttp.Call |
CustomAudiencesApi.customAudiencesUpdateCall(CustomAudiencesUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customAudiencesUpdate
|
ApiResponse<CustomAudiencesUpdateResponse> |
CustomAudiencesApi.customAudiencesUpdateWithHttpInfo(CustomAudiencesUpdateRequest data)
更新客户人群
|
CustomDataSaltGetResponse |
CustomDataSaltApi.customDataSaltGet(CustomDataSaltGetRequest data)
获取盐列表
|
com.squareup.okhttp.Call |
CustomDataSaltApi.customDataSaltGetAsync(CustomDataSaltGetRequest data,
ApiCallback<CustomDataSaltGetResponse> callback)
获取盐列表 (asynchronously)
|
com.squareup.okhttp.Call |
CustomDataSaltApi.customDataSaltGetCall(CustomDataSaltGetRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customDataSaltGet
|
ApiResponse<CustomDataSaltGetResponse> |
CustomDataSaltApi.customDataSaltGetWithHttpInfo(CustomDataSaltGetRequest data)
获取盐列表
|
CustomFeaturesGetResponse |
CustomFeaturesApi.customFeaturesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取自定义特征
|
com.squareup.okhttp.Call |
CustomFeaturesApi.customFeaturesGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<CustomFeaturesGetResponse> callback)
获取自定义特征 (asynchronously)
|
com.squareup.okhttp.Call |
CustomFeaturesApi.customFeaturesGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customFeaturesGet
|
ApiResponse<CustomFeaturesGetResponse> |
CustomFeaturesApi.customFeaturesGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取自定义特征
|
CustomTagFilesAddResponse |
CustomTagFilesApi.customTagFilesAdd(Long accountId,
String userIdType,
Long tagId,
File file,
String operationType,
String openAppId)
上传客户标签人群数据文件
|
com.squareup.okhttp.Call |
CustomTagFilesApi.customTagFilesAddAsync(Long accountId,
String userIdType,
Long tagId,
File file,
String operationType,
String openAppId,
ApiCallback<CustomTagFilesAddResponse> callback)
上传客户标签人群数据文件 (asynchronously)
|
com.squareup.okhttp.Call |
CustomTagFilesApi.customTagFilesAddCall(Long accountId,
String userIdType,
Long tagId,
File file,
String operationType,
String openAppId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customTagFilesAdd
|
ApiResponse<CustomTagFilesAddResponse> |
CustomTagFilesApi.customTagFilesAddWithHttpInfo(Long accountId,
String userIdType,
Long tagId,
File file,
String operationType,
String openAppId)
上传客户标签人群数据文件
|
CustomTagFilesGetResponse |
CustomTagFilesApi.customTagFilesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取客户标签人群文件
|
com.squareup.okhttp.Call |
CustomTagFilesApi.customTagFilesGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<CustomTagFilesGetResponse> callback)
获取客户标签人群文件 (asynchronously)
|
com.squareup.okhttp.Call |
CustomTagFilesApi.customTagFilesGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customTagFilesGet
|
ApiResponse<CustomTagFilesGetResponse> |
CustomTagFilesApi.customTagFilesGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取客户标签人群文件
|
CustomTagsAddResponse |
CustomTagsApi.customTagsAdd(CustomTagsAddRequest data)
创建客户标签
|
com.squareup.okhttp.Call |
CustomTagsApi.customTagsAddAsync(CustomTagsAddRequest data,
ApiCallback<CustomTagsAddResponse> callback)
创建客户标签 (asynchronously)
|
com.squareup.okhttp.Call |
CustomTagsApi.customTagsAddCall(CustomTagsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customTagsAdd
|
ApiResponse<CustomTagsAddResponse> |
CustomTagsApi.customTagsAddWithHttpInfo(CustomTagsAddRequest data)
创建客户标签
|
CustomTagsDeleteResponse |
CustomTagsApi.customTagsDelete(CustomTagsDeleteRequest data)
删除客户标签
|
com.squareup.okhttp.Call |
CustomTagsApi.customTagsDeleteAsync(CustomTagsDeleteRequest data,
ApiCallback<CustomTagsDeleteResponse> callback)
删除客户标签 (asynchronously)
|
com.squareup.okhttp.Call |
CustomTagsApi.customTagsDeleteCall(CustomTagsDeleteRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customTagsDelete
|
ApiResponse<CustomTagsDeleteResponse> |
CustomTagsApi.customTagsDeleteWithHttpInfo(CustomTagsDeleteRequest data)
删除客户标签
|
CustomTagsGetResponse |
CustomTagsApi.customTagsGet(Long accountId,
Long parentTagId,
Long tagId,
String tagCode,
String platform,
Long page,
Long pageSize,
List<String> fields)
获取客户标签
|
com.squareup.okhttp.Call |
CustomTagsApi.customTagsGetAsync(Long accountId,
Long parentTagId,
Long tagId,
String tagCode,
String platform,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<CustomTagsGetResponse> callback)
获取客户标签 (asynchronously)
|
com.squareup.okhttp.Call |
CustomTagsApi.customTagsGetCall(Long accountId,
Long parentTagId,
Long tagId,
String tagCode,
String platform,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customTagsGet
|
ApiResponse<CustomTagsGetResponse> |
CustomTagsApi.customTagsGetWithHttpInfo(Long accountId,
Long parentTagId,
Long tagId,
String tagCode,
String platform,
Long page,
Long pageSize,
List<String> fields)
获取客户标签
|
CustomTagsUpdateResponse |
CustomTagsApi.customTagsUpdate(CustomTagsUpdateRequest data)
更新客户标签
|
com.squareup.okhttp.Call |
CustomTagsApi.customTagsUpdateAsync(CustomTagsUpdateRequest data,
ApiCallback<CustomTagsUpdateResponse> callback)
更新客户标签 (asynchronously)
|
com.squareup.okhttp.Call |
CustomTagsApi.customTagsUpdateCall(CustomTagsUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customTagsUpdate
|
ApiResponse<CustomTagsUpdateResponse> |
CustomTagsApi.customTagsUpdateWithHttpInfo(CustomTagsUpdateRequest data)
更新客户标签
|
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)
获取日报表
|
DiagnosisGetResponse |
DiagnosisApi.diagnosisGet(Long accountId,
List<Long> adgroupIdList,
TimeRange timeRange,
List<String> fields)
广告诊断分析工具
|
com.squareup.okhttp.Call |
DiagnosisApi.diagnosisGetAsync(Long accountId,
List<Long> adgroupIdList,
TimeRange timeRange,
List<String> fields,
ApiCallback<DiagnosisGetResponse> callback)
广告诊断分析工具 (asynchronously)
|
com.squareup.okhttp.Call |
DiagnosisApi.diagnosisGetCall(Long accountId,
List<Long> adgroupIdList,
TimeRange timeRange,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for diagnosisGet
|
ApiResponse<DiagnosisGetResponse> |
DiagnosisApi.diagnosisGetWithHttpInfo(Long accountId,
List<Long> adgroupIdList,
TimeRange timeRange,
List<String> fields)
广告诊断分析工具
|
DynamicAdImagesAddResponse |
DynamicAdImagesApi.dynamicAdImagesAdd(DynamicAdImagesAddRequest data)
创建用于广告投放的动态广告图片
|
com.squareup.okhttp.Call |
DynamicAdImagesApi.dynamicAdImagesAddAsync(DynamicAdImagesAddRequest data,
ApiCallback<DynamicAdImagesAddResponse> callback)
创建用于广告投放的动态广告图片 (asynchronously)
|
com.squareup.okhttp.Call |
DynamicAdImagesApi.dynamicAdImagesAddCall(DynamicAdImagesAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for dynamicAdImagesAdd
|
ApiResponse<DynamicAdImagesAddResponse> |
DynamicAdImagesApi.dynamicAdImagesAddWithHttpInfo(DynamicAdImagesAddRequest data)
创建用于广告投放的动态广告图片
|
DynamicAdImagesGetResponse |
DynamicAdImagesApi.dynamicAdImagesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取动态广告图片信息
|
com.squareup.okhttp.Call |
DynamicAdImagesApi.dynamicAdImagesGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<DynamicAdImagesGetResponse> callback)
获取动态广告图片信息 (asynchronously)
|
com.squareup.okhttp.Call |
DynamicAdImagesApi.dynamicAdImagesGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for dynamicAdImagesGet
|
ApiResponse<DynamicAdImagesGetResponse> |
DynamicAdImagesApi.dynamicAdImagesGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取动态广告图片信息
|
DynamicAdTemplatesGetResponse |
DynamicAdTemplatesApi.dynamicAdTemplatesGet(Long accountId,
Long productCatalogId,
Long dynamicAdTemplateWidth,
Long dynamicAdTemplateHeight,
String dynamicAdTemplateType,
String dynamicAdTemplateOwnershipType,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取动态模板信息
|
com.squareup.okhttp.Call |
DynamicAdTemplatesApi.dynamicAdTemplatesGetAsync(Long accountId,
Long productCatalogId,
Long dynamicAdTemplateWidth,
Long dynamicAdTemplateHeight,
String dynamicAdTemplateType,
String dynamicAdTemplateOwnershipType,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<DynamicAdTemplatesGetResponse> callback)
获取动态模板信息 (asynchronously)
|
com.squareup.okhttp.Call |
DynamicAdTemplatesApi.dynamicAdTemplatesGetCall(Long accountId,
Long productCatalogId,
Long dynamicAdTemplateWidth,
Long dynamicAdTemplateHeight,
String dynamicAdTemplateType,
String dynamicAdTemplateOwnershipType,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for dynamicAdTemplatesGet
|
ApiResponse<DynamicAdTemplatesGetResponse> |
DynamicAdTemplatesApi.dynamicAdTemplatesGetWithHttpInfo(Long accountId,
Long productCatalogId,
Long dynamicAdTemplateWidth,
Long dynamicAdTemplateHeight,
String dynamicAdTemplateType,
String dynamicAdTemplateOwnershipType,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取动态模板信息
|
DynamicAdVideoAddResponse |
DynamicAdVideoApi.dynamicAdVideoAdd(DynamicAdVideoAddRequest data)
创建用于广告投放的动态广告视频
|
com.squareup.okhttp.Call |
DynamicAdVideoApi.dynamicAdVideoAddAsync(DynamicAdVideoAddRequest data,
ApiCallback<DynamicAdVideoAddResponse> callback)
创建用于广告投放的动态广告视频 (asynchronously)
|
com.squareup.okhttp.Call |
DynamicAdVideoApi.dynamicAdVideoAddCall(DynamicAdVideoAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for dynamicAdVideoAdd
|
ApiResponse<DynamicAdVideoAddResponse> |
DynamicAdVideoApi.dynamicAdVideoAddWithHttpInfo(DynamicAdVideoAddRequest data)
创建用于广告投放的动态广告视频
|
DynamicCreativesAddResponse |
DynamicCreativesApi.dynamicCreativesAdd(DynamicCreativesAddRequest data)
创建动态创意
|
com.squareup.okhttp.Call |
DynamicCreativesApi.dynamicCreativesAddAsync(DynamicCreativesAddRequest data,
ApiCallback<DynamicCreativesAddResponse> callback)
创建动态创意 (asynchronously)
|
com.squareup.okhttp.Call |
DynamicCreativesApi.dynamicCreativesAddCall(DynamicCreativesAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for dynamicCreativesAdd
|
ApiResponse<DynamicCreativesAddResponse> |
DynamicCreativesApi.dynamicCreativesAddWithHttpInfo(DynamicCreativesAddRequest data)
创建动态创意
|
DynamicCreativesGetResponse |
DynamicCreativesApi.dynamicCreativesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取动态广告创意列表
|
com.squareup.okhttp.Call |
DynamicCreativesApi.dynamicCreativesGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<DynamicCreativesGetResponse> callback)
获取动态广告创意列表 (asynchronously)
|
com.squareup.okhttp.Call |
DynamicCreativesApi.dynamicCreativesGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for dynamicCreativesGet
|
ApiResponse<DynamicCreativesGetResponse> |
DynamicCreativesApi.dynamicCreativesGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取动态广告创意列表
|
DynamicCreativesUpdateResponse |
DynamicCreativesApi.dynamicCreativesUpdate(DynamicCreativesUpdateRequest data)
更新动态创意
|
com.squareup.okhttp.Call |
DynamicCreativesApi.dynamicCreativesUpdateAsync(DynamicCreativesUpdateRequest data,
ApiCallback<DynamicCreativesUpdateResponse> callback)
更新动态创意 (asynchronously)
|
com.squareup.okhttp.Call |
DynamicCreativesApi.dynamicCreativesUpdateCall(DynamicCreativesUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for dynamicCreativesUpdate
|
ApiResponse<DynamicCreativesUpdateResponse> |
DynamicCreativesApi.dynamicCreativesUpdateWithHttpInfo(DynamicCreativesUpdateRequest data)
更新动态创意
|
EcommerceOrderGetResponse |
EcommerceOrderApi.ecommerceOrderGet(Long accountId,
DateRange dateRange,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取订单
|
com.squareup.okhttp.Call |
EcommerceOrderApi.ecommerceOrderGetAsync(Long accountId,
DateRange dateRange,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<EcommerceOrderGetResponse> callback)
获取订单 (asynchronously)
|
com.squareup.okhttp.Call |
EcommerceOrderApi.ecommerceOrderGetCall(Long accountId,
DateRange dateRange,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for ecommerceOrderGet
|
ApiResponse<EcommerceOrderGetResponse> |
EcommerceOrderApi.ecommerceOrderGetWithHttpInfo(Long accountId,
DateRange dateRange,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取订单
|
EcommerceOrderUpdateResponse |
EcommerceOrderApi.ecommerceOrderUpdate(EcommerceOrderUpdateRequest data)
更新订单
|
com.squareup.okhttp.Call |
EcommerceOrderApi.ecommerceOrderUpdateAsync(EcommerceOrderUpdateRequest data,
ApiCallback<EcommerceOrderUpdateResponse> callback)
更新订单 (asynchronously)
|
com.squareup.okhttp.Call |
EcommerceOrderApi.ecommerceOrderUpdateCall(EcommerceOrderUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for ecommerceOrderUpdate
|
ApiResponse<EcommerceOrderUpdateResponse> |
EcommerceOrderApi.ecommerceOrderUpdateWithHttpInfo(EcommerceOrderUpdateRequest data)
更新订单
|
EstimationGetResponse |
EstimationApi.estimationGet(EstimationGetRequest data)
预估覆盖人数
|
com.squareup.okhttp.Call |
EstimationApi.estimationGetAsync(EstimationGetRequest data,
ApiCallback<EstimationGetResponse> callback)
预估覆盖人数 (asynchronously)
|
com.squareup.okhttp.Call |
EstimationApi.estimationGetCall(EstimationGetRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for estimationGet
|
ApiResponse<EstimationGetResponse> |
EstimationApi.estimationGetWithHttpInfo(EstimationGetRequest data)
预估覆盖人数
|
FundsGetResponse |
FundsApi.fundsGet(Long accountId,
List<String> fields)
获取资金账户信息
|
com.squareup.okhttp.Call |
FundsApi.fundsGetAsync(Long accountId,
List<String> fields,
ApiCallback<FundsGetResponse> callback)
获取资金账户信息 (asynchronously)
|
com.squareup.okhttp.Call |
FundsApi.fundsGetCall(Long accountId,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for fundsGet
|
ApiResponse<FundsGetResponse> |
FundsApi.fundsGetWithHttpInfo(Long accountId,
List<String> fields)
获取资金账户信息
|
FundStatementsDailyGetResponse |
FundStatementsDailyApi.fundStatementsDailyGet(Long accountId,
String fundType,
DateRange dateRange,
String tradeType,
List<String> fields)
获取资金账户日结明细
|
com.squareup.okhttp.Call |
FundStatementsDailyApi.fundStatementsDailyGetAsync(Long accountId,
String fundType,
DateRange dateRange,
String tradeType,
List<String> fields,
ApiCallback<FundStatementsDailyGetResponse> callback)
获取资金账户日结明细 (asynchronously)
|
com.squareup.okhttp.Call |
FundStatementsDailyApi.fundStatementsDailyGetCall(Long accountId,
String fundType,
DateRange dateRange,
String tradeType,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for fundStatementsDailyGet
|
ApiResponse<FundStatementsDailyGetResponse> |
FundStatementsDailyApi.fundStatementsDailyGetWithHttpInfo(Long accountId,
String fundType,
DateRange dateRange,
String tradeType,
List<String> fields)
获取资金账户日结明细
|
FundStatementsDetailedGetResponse |
FundStatementsDetailedApi.fundStatementsDetailedGet(Long accountId,
String fundType,
DateRangeTransaction dateRange,
Long page,
Long pageSize,
List<String> fields)
获取资金流水
|
com.squareup.okhttp.Call |
FundStatementsDetailedApi.fundStatementsDetailedGetAsync(Long accountId,
String fundType,
DateRangeTransaction dateRange,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<FundStatementsDetailedGetResponse> callback)
获取资金流水 (asynchronously)
|
com.squareup.okhttp.Call |
FundStatementsDetailedApi.fundStatementsDetailedGetCall(Long accountId,
String fundType,
DateRangeTransaction dateRange,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for fundStatementsDetailedGet
|
ApiResponse<FundStatementsDetailedGetResponse> |
FundStatementsDetailedApi.fundStatementsDetailedGetWithHttpInfo(Long accountId,
String fundType,
DateRangeTransaction dateRange,
Long page,
Long pageSize,
List<String> fields)
获取资金流水
|
FundTransferAddResponse |
FundTransferApi.fundTransferAdd(FundTransferAddRequest data)
发起代理商与子客户之间转账
|
com.squareup.okhttp.Call |
FundTransferApi.fundTransferAddAsync(FundTransferAddRequest data,
ApiCallback<FundTransferAddResponse> callback)
发起代理商与子客户之间转账 (asynchronously)
|
com.squareup.okhttp.Call |
FundTransferApi.fundTransferAddCall(FundTransferAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for fundTransferAdd
|
ApiResponse<FundTransferAddResponse> |
FundTransferApi.fundTransferAddWithHttpInfo(FundTransferAddRequest data)
发起代理商与子客户之间转账
|
HourlyReportsGetResponse |
HourlyReportsApi.hourlyReportsGet(Long accountId,
String level,
DateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields)
获取小时报表
|
com.squareup.okhttp.Call |
HourlyReportsApi.hourlyReportsGetAsync(Long accountId,
String level,
DateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields,
ApiCallback<HourlyReportsGetResponse> callback)
获取小时报表 (asynchronously)
|
com.squareup.okhttp.Call |
HourlyReportsApi.hourlyReportsGetCall(Long accountId,
String level,
DateRange 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 hourlyReportsGet
|
ApiResponse<HourlyReportsGetResponse> |
HourlyReportsApi.hourlyReportsGetWithHttpInfo(Long accountId,
String level,
DateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields)
获取小时报表
|
ImageProcessingAddResponse |
ImageProcessingApi.imageProcessingAdd(ImageProcessingAddRequest data)
进行图片处理
|
com.squareup.okhttp.Call |
ImageProcessingApi.imageProcessingAddAsync(ImageProcessingAddRequest data,
ApiCallback<ImageProcessingAddResponse> callback)
进行图片处理 (asynchronously)
|
com.squareup.okhttp.Call |
ImageProcessingApi.imageProcessingAddCall(ImageProcessingAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for imageProcessingAdd
|
ApiResponse<ImageProcessingAddResponse> |
ImageProcessingApi.imageProcessingAddWithHttpInfo(ImageProcessingAddRequest data)
进行图片处理
|
ImagesAddResponse |
ImagesApi.imagesAdd(Long accountId,
String uploadType,
String signature,
File file,
String bytes,
String description)
添加图片文件
|
com.squareup.okhttp.Call |
ImagesApi.imagesAddAsync(Long accountId,
String uploadType,
String signature,
File file,
String bytes,
String description,
ApiCallback<ImagesAddResponse> callback)
添加图片文件 (asynchronously)
|
com.squareup.okhttp.Call |
ImagesApi.imagesAddCall(Long accountId,
String uploadType,
String signature,
File file,
String bytes,
String description,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for imagesAdd
|
ApiResponse<ImagesAddResponse> |
ImagesApi.imagesAddWithHttpInfo(Long accountId,
String uploadType,
String signature,
File file,
String bytes,
String description)
添加图片文件
|
ImagesGetResponse |
ImagesApi.imagesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取图片信息
|
com.squareup.okhttp.Call |
ImagesApi.imagesGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<ImagesGetResponse> callback)
获取图片信息 (asynchronously)
|
com.squareup.okhttp.Call |
ImagesApi.imagesGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for imagesGet
|
ApiResponse<ImagesGetResponse> |
ImagesApi.imagesGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取图片信息
|
LabelAudiencesAddResponse |
LabelAudiencesApi.labelAudiencesAdd(LabelAudiencesAddRequest data)
标签添加到人群列表
|
com.squareup.okhttp.Call |
LabelAudiencesApi.labelAudiencesAddAsync(LabelAudiencesAddRequest data,
ApiCallback<LabelAudiencesAddResponse> callback)
标签添加到人群列表 (asynchronously)
|
com.squareup.okhttp.Call |
LabelAudiencesApi.labelAudiencesAddCall(LabelAudiencesAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for labelAudiencesAdd
|
ApiResponse<LabelAudiencesAddResponse> |
LabelAudiencesApi.labelAudiencesAddWithHttpInfo(LabelAudiencesAddRequest data)
标签添加到人群列表
|
LabelsGetResponse |
LabelsApi.labelsGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
标签广场标签获取
|
com.squareup.okhttp.Call |
LabelsApi.labelsGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<LabelsGetResponse> callback)
标签广场标签获取 (asynchronously)
|
com.squareup.okhttp.Call |
LabelsApi.labelsGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for labelsGet
|
ApiResponse<LabelsGetResponse> |
LabelsApi.labelsGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
标签广场标签获取
|
LeadCluesGetResponse |
LeadCluesApi.leadCluesGet(LeadCluesGetRequest data)
获取线索列表
|
com.squareup.okhttp.Call |
LeadCluesApi.leadCluesGetAsync(LeadCluesGetRequest data,
ApiCallback<LeadCluesGetResponse> callback)
获取线索列表 (asynchronously)
|
com.squareup.okhttp.Call |
LeadCluesApi.leadCluesGetCall(LeadCluesGetRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for leadCluesGet
|
ApiResponse<LeadCluesGetResponse> |
LeadCluesApi.leadCluesGetWithHttpInfo(LeadCluesGetRequest data)
获取线索列表
|
LeadCluesUpdateResponse |
LeadCluesApi.leadCluesUpdate(LeadCluesUpdateRequest data)
回传线索信息
|
com.squareup.okhttp.Call |
LeadCluesApi.leadCluesUpdateAsync(LeadCluesUpdateRequest data,
ApiCallback<LeadCluesUpdateResponse> callback)
回传线索信息 (asynchronously)
|
com.squareup.okhttp.Call |
LeadCluesApi.leadCluesUpdateCall(LeadCluesUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for leadCluesUpdate
|
ApiResponse<LeadCluesUpdateResponse> |
LeadCluesApi.leadCluesUpdateWithHttpInfo(LeadCluesUpdateRequest data)
回传线索信息
|
LeadsGetResponse |
LeadsApi.leadsGet(Long accountId,
TimeRange timeRange,
String positionType,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取销售线索(待废弃)
|
com.squareup.okhttp.Call |
LeadsApi.leadsGetAsync(Long accountId,
TimeRange timeRange,
String positionType,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<LeadsGetResponse> callback)
获取销售线索(待废弃) (asynchronously)
|
com.squareup.okhttp.Call |
LeadsApi.leadsGetCall(Long accountId,
TimeRange timeRange,
String positionType,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for leadsGet
|
ApiResponse<LeadsGetResponse> |
LeadsApi.leadsGetWithHttpInfo(Long accountId,
TimeRange timeRange,
String positionType,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取销售线索(待废弃)
|
String |
OauthApi.oauthAuthorize(Long clientId,
String redirectUri,
String state,
String scope,
String accountType,
Long accountDisplayNumber,
List<String> fields)
获取Authorization Code
|
com.squareup.okhttp.Call |
OauthApi.oauthAuthorizeAsync(Long clientId,
String redirectUri,
String state,
String scope,
String accountType,
Long accountDisplayNumber,
List<String> fields,
ApiCallback<String> callback)
获取Authorization Code (asynchronously)
|
com.squareup.okhttp.Call |
OauthApi.oauthAuthorizeCall(Long clientId,
String redirectUri,
String state,
String scope,
String accountType,
Long accountDisplayNumber,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for oauthAuthorize
|
ApiResponse<String> |
OauthApi.oauthAuthorizeWithHttpInfo(Long clientId,
String redirectUri,
String state,
String scope,
String accountType,
Long accountDisplayNumber,
List<String> fields)
获取Authorization Code
|
OauthTokenResponse |
OauthApi.oauthToken(Long clientId,
String clientSecret,
String grantType,
String authorizationCode,
String refreshToken,
String redirectUri)
通过Authorization Code获取Access Token或刷新Access Token
|
com.squareup.okhttp.Call |
OauthApi.oauthTokenAsync(Long clientId,
String clientSecret,
String grantType,
String authorizationCode,
String refreshToken,
String redirectUri,
ApiCallback<OauthTokenResponse> callback)
通过Authorization Code获取Access Token或刷新Access Token (asynchronously)
|
com.squareup.okhttp.Call |
OauthApi.oauthTokenCall(Long clientId,
String clientSecret,
String grantType,
String authorizationCode,
String refreshToken,
String redirectUri,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for oauthToken
|
ApiResponse<OauthTokenResponse> |
OauthApi.oauthTokenWithHttpInfo(Long clientId,
String clientSecret,
String grantType,
String authorizationCode,
String refreshToken,
String redirectUri)
通过Authorization Code获取Access Token或刷新Access Token
|
OptimizationGoalPermissionsGetResponse |
OptimizationGoalPermissionsApi.optimizationGoalPermissionsGet(Long accountId,
List<String> siteSet,
String promotedObjectType,
List<String> fields)
查询优化目标权限(待废弃)
|
com.squareup.okhttp.Call |
OptimizationGoalPermissionsApi.optimizationGoalPermissionsGetAsync(Long accountId,
List<String> siteSet,
String promotedObjectType,
List<String> fields,
ApiCallback<OptimizationGoalPermissionsGetResponse> callback)
查询优化目标权限(待废弃) (asynchronously)
|
com.squareup.okhttp.Call |
OptimizationGoalPermissionsApi.optimizationGoalPermissionsGetCall(Long accountId,
List<String> siteSet,
String promotedObjectType,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for optimizationGoalPermissionsGet
|
ApiResponse<OptimizationGoalPermissionsGetResponse> |
OptimizationGoalPermissionsApi.optimizationGoalPermissionsGetWithHttpInfo(Long accountId,
List<String> siteSet,
String promotedObjectType,
List<String> fields)
查询优化目标权限(待废弃)
|
PagesGetResponse |
PagesApi.pagesGet(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)
|
com.squareup.okhttp.Call |
PagesApi.pagesGetCall(Long accountId,
String promotedObjectType,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for pagesGet
|
ApiResponse<PagesGetResponse> |
PagesApi.pagesGetWithHttpInfo(Long accountId,
String promotedObjectType,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取落地页列表
|
PlayablePagesAddResponse |
PlayablePagesApi.playablePagesAdd(Long accountId,
String playablePageName,
File materialFile)
添加互动推广页
|
com.squareup.okhttp.Call |
PlayablePagesApi.playablePagesAddAsync(Long accountId,
String playablePageName,
File materialFile,
ApiCallback<PlayablePagesAddResponse> callback)
添加互动推广页 (asynchronously)
|
com.squareup.okhttp.Call |
PlayablePagesApi.playablePagesAddCall(Long accountId,
String playablePageName,
File materialFile,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for playablePagesAdd
|
ApiResponse<PlayablePagesAddResponse> |
PlayablePagesApi.playablePagesAddWithHttpInfo(Long accountId,
String playablePageName,
File materialFile)
添加互动推广页
|
PlayablePagesGetResponse |
PlayablePagesApi.playablePagesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取互动推广页
|
com.squareup.okhttp.Call |
PlayablePagesApi.playablePagesGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<PlayablePagesGetResponse> callback)
获取互动推广页 (asynchronously)
|
com.squareup.okhttp.Call |
PlayablePagesApi.playablePagesGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for playablePagesGet
|
ApiResponse<PlayablePagesGetResponse> |
PlayablePagesApi.playablePagesGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取互动推广页
|
ProductCatalogsAddResponse |
ProductCatalogsApi.productCatalogsAdd(ProductCatalogsAddRequest data)
创建商品库
|
com.squareup.okhttp.Call |
ProductCatalogsApi.productCatalogsAddAsync(ProductCatalogsAddRequest data,
ApiCallback<ProductCatalogsAddResponse> callback)
创建商品库 (asynchronously)
|
com.squareup.okhttp.Call |
ProductCatalogsApi.productCatalogsAddCall(ProductCatalogsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for productCatalogsAdd
|
ApiResponse<ProductCatalogsAddResponse> |
ProductCatalogsApi.productCatalogsAddWithHttpInfo(ProductCatalogsAddRequest data)
创建商品库
|
ProductCatalogsGetResponse |
ProductCatalogsApi.productCatalogsGet(Long accountId,
Long page,
Long pageSize,
List<String> fields)
获取商品目录信息
|
com.squareup.okhttp.Call |
ProductCatalogsApi.productCatalogsGetAsync(Long accountId,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<ProductCatalogsGetResponse> callback)
获取商品目录信息 (asynchronously)
|
com.squareup.okhttp.Call |
ProductCatalogsApi.productCatalogsGetCall(Long accountId,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for productCatalogsGet
|
ApiResponse<ProductCatalogsGetResponse> |
ProductCatalogsApi.productCatalogsGetWithHttpInfo(Long accountId,
Long page,
Long pageSize,
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)
获取商品库报表
|
ProductCategoriesListGetResponse |
ProductCategoriesListApi.productCategoriesListGet(Long accountId,
Long productCatalogId,
String categoryName,
List<String> fields)
获取商品类目
|
com.squareup.okhttp.Call |
ProductCategoriesListApi.productCategoriesListGetAsync(Long accountId,
Long productCatalogId,
String categoryName,
List<String> fields,
ApiCallback<ProductCategoriesListGetResponse> callback)
获取商品类目 (asynchronously)
|
com.squareup.okhttp.Call |
ProductCategoriesListApi.productCategoriesListGetCall(Long accountId,
Long productCatalogId,
String categoryName,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for productCategoriesListGet
|
ApiResponse<ProductCategoriesListGetResponse> |
ProductCategoriesListApi.productCategoriesListGetWithHttpInfo(Long accountId,
Long productCatalogId,
String categoryName,
List<String> fields)
获取商品类目
|
ProductItemsAddResponse |
ProductItemsApi.productItemsAdd(ProductItemsAddRequest data)
添加商品
|
com.squareup.okhttp.Call |
ProductItemsApi.productItemsAddAsync(ProductItemsAddRequest data,
ApiCallback<ProductItemsAddResponse> callback)
添加商品 (asynchronously)
|
com.squareup.okhttp.Call |
ProductItemsApi.productItemsAddCall(ProductItemsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for productItemsAdd
|
ApiResponse<ProductItemsAddResponse> |
ProductItemsApi.productItemsAddWithHttpInfo(ProductItemsAddRequest data)
添加商品
|
ProductItemsDetailGetResponse |
ProductItemsDetailApi.productItemsDetailGet(Long accountId,
Long productCatalogId,
String productOuterId,
List<String> fields)
获取商品详情
|
com.squareup.okhttp.Call |
ProductItemsDetailApi.productItemsDetailGetAsync(Long accountId,
Long productCatalogId,
String productOuterId,
List<String> fields,
ApiCallback<ProductItemsDetailGetResponse> callback)
获取商品详情 (asynchronously)
|
com.squareup.okhttp.Call |
ProductItemsDetailApi.productItemsDetailGetCall(Long accountId,
Long productCatalogId,
String productOuterId,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for productItemsDetailGet
|
ApiResponse<ProductItemsDetailGetResponse> |
ProductItemsDetailApi.productItemsDetailGetWithHttpInfo(Long accountId,
Long productCatalogId,
String productOuterId,
List<String> fields)
获取商品详情
|
ProductItemsGetResponse |
ProductItemsApi.productItemsGet(Long accountId,
Long productCatalogId,
List<FilteringStruct> filtering,
List<String> fields)
获取商品
|
com.squareup.okhttp.Call |
ProductItemsApi.productItemsGetAsync(Long accountId,
Long productCatalogId,
List<FilteringStruct> filtering,
List<String> fields,
ApiCallback<ProductItemsGetResponse> callback)
获取商品 (asynchronously)
|
com.squareup.okhttp.Call |
ProductItemsApi.productItemsGetCall(Long accountId,
Long productCatalogId,
List<FilteringStruct> filtering,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for productItemsGet
|
ApiResponse<ProductItemsGetResponse> |
ProductItemsApi.productItemsGetWithHttpInfo(Long accountId,
Long productCatalogId,
List<FilteringStruct> filtering,
List<String> fields)
获取商品
|
ProductItemsListGetResponse |
ProductItemsListApi.productItemsListGet(Long accountId,
Long productCatalogId,
Long pageSize,
Long page,
String sortByProductLastModTime,
String sortByProductName,
List<String> fields)
商品列表
|
com.squareup.okhttp.Call |
ProductItemsListApi.productItemsListGetAsync(Long accountId,
Long productCatalogId,
Long pageSize,
Long page,
String sortByProductLastModTime,
String sortByProductName,
List<String> fields,
ApiCallback<ProductItemsListGetResponse> callback)
商品列表 (asynchronously)
|
com.squareup.okhttp.Call |
ProductItemsListApi.productItemsListGetCall(Long accountId,
Long productCatalogId,
Long pageSize,
Long page,
String sortByProductLastModTime,
String sortByProductName,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for productItemsListGet
|
ApiResponse<ProductItemsListGetResponse> |
ProductItemsListApi.productItemsListGetWithHttpInfo(Long accountId,
Long productCatalogId,
Long pageSize,
Long page,
String sortByProductLastModTime,
String sortByProductName,
List<String> fields)
商品列表
|
ProductItemsUpdateResponse |
ProductItemsApi.productItemsUpdate(ProductItemsUpdateRequest data)
更新商品信息
|
com.squareup.okhttp.Call |
ProductItemsApi.productItemsUpdateAsync(ProductItemsUpdateRequest data,
ApiCallback<ProductItemsUpdateResponse> callback)
更新商品信息 (asynchronously)
|
com.squareup.okhttp.Call |
ProductItemsApi.productItemsUpdateCall(ProductItemsUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for productItemsUpdate
|
ApiResponse<ProductItemsUpdateResponse> |
ProductItemsApi.productItemsUpdateWithHttpInfo(ProductItemsUpdateRequest data)
更新商品信息
|
ProductsSystemStatusGetResponse |
ProductsSystemStatusApi.productsSystemStatusGet(Long accountId,
Long productCatalogId,
Long feedId,
Long page,
Long pageSize,
List<String> fields)
获取审核失败的商品
|
com.squareup.okhttp.Call |
ProductsSystemStatusApi.productsSystemStatusGetAsync(Long accountId,
Long productCatalogId,
Long feedId,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<ProductsSystemStatusGetResponse> callback)
获取审核失败的商品 (asynchronously)
|
com.squareup.okhttp.Call |
ProductsSystemStatusApi.productsSystemStatusGetCall(Long accountId,
Long productCatalogId,
Long feedId,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for productsSystemStatusGet
|
ApiResponse<ProductsSystemStatusGetResponse> |
ProductsSystemStatusApi.productsSystemStatusGetWithHttpInfo(Long accountId,
Long productCatalogId,
Long feedId,
Long page,
Long pageSize,
List<String> fields)
获取审核失败的商品
|
ProfilesAddResponse |
ProfilesApi.profilesAdd(ProfilesAddRequest data)
创建朋友圈头像昵称跳转页
|
com.squareup.okhttp.Call |
ProfilesApi.profilesAddAsync(ProfilesAddRequest data,
ApiCallback<ProfilesAddResponse> callback)
创建朋友圈头像昵称跳转页 (asynchronously)
|
com.squareup.okhttp.Call |
ProfilesApi.profilesAddCall(ProfilesAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for profilesAdd
|
ApiResponse<ProfilesAddResponse> |
ProfilesApi.profilesAddWithHttpInfo(ProfilesAddRequest data)
创建朋友圈头像昵称跳转页
|
ProfilesDeleteResponse |
ProfilesApi.profilesDelete(ProfilesDeleteRequest data)
删除朋友圈头像昵称跳转页
|
com.squareup.okhttp.Call |
ProfilesApi.profilesDeleteAsync(ProfilesDeleteRequest data,
ApiCallback<ProfilesDeleteResponse> callback)
删除朋友圈头像昵称跳转页 (asynchronously)
|
com.squareup.okhttp.Call |
ProfilesApi.profilesDeleteCall(ProfilesDeleteRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for profilesDelete
|
ApiResponse<ProfilesDeleteResponse> |
ProfilesApi.profilesDeleteWithHttpInfo(ProfilesDeleteRequest data)
删除朋友圈头像昵称跳转页
|
ProfilesGetResponse |
ProfilesApi.profilesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取朋友圈头像昵称跳转页
|
com.squareup.okhttp.Call |
ProfilesApi.profilesGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<ProfilesGetResponse> callback)
获取朋友圈头像昵称跳转页 (asynchronously)
|
com.squareup.okhttp.Call |
ProfilesApi.profilesGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for profilesGet
|
ApiResponse<ProfilesGetResponse> |
ProfilesApi.profilesGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取朋友圈头像昵称跳转页
|
PromotedObjectsAddResponse |
PromotedObjectsApi.promotedObjectsAdd(PromotedObjectsAddRequest data)
创建推广目标
|
com.squareup.okhttp.Call |
PromotedObjectsApi.promotedObjectsAddAsync(PromotedObjectsAddRequest data,
ApiCallback<PromotedObjectsAddResponse> callback)
创建推广目标 (asynchronously)
|
com.squareup.okhttp.Call |
PromotedObjectsApi.promotedObjectsAddCall(PromotedObjectsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for promotedObjectsAdd
|
ApiResponse<PromotedObjectsAddResponse> |
PromotedObjectsApi.promotedObjectsAddWithHttpInfo(PromotedObjectsAddRequest data)
创建推广目标
|
PromotedObjectsGetResponse |
PromotedObjectsApi.promotedObjectsGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取推广目标
|
com.squareup.okhttp.Call |
PromotedObjectsApi.promotedObjectsGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<PromotedObjectsGetResponse> callback)
获取推广目标 (asynchronously)
|
com.squareup.okhttp.Call |
PromotedObjectsApi.promotedObjectsGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for promotedObjectsGet
|
ApiResponse<PromotedObjectsGetResponse> |
PromotedObjectsApi.promotedObjectsGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取推广目标
|
PromotedObjectsUpdateResponse |
PromotedObjectsApi.promotedObjectsUpdate(PromotedObjectsUpdateRequest data)
更新推广目标
|
com.squareup.okhttp.Call |
PromotedObjectsApi.promotedObjectsUpdateAsync(PromotedObjectsUpdateRequest data,
ApiCallback<PromotedObjectsUpdateResponse> callback)
更新推广目标 (asynchronously)
|
com.squareup.okhttp.Call |
PromotedObjectsApi.promotedObjectsUpdateCall(PromotedObjectsUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for promotedObjectsUpdate
|
ApiResponse<PromotedObjectsUpdateResponse> |
PromotedObjectsApi.promotedObjectsUpdateWithHttpInfo(PromotedObjectsUpdateRequest data)
更新推广目标
|
QualificationsAddResponse |
QualificationsApi.qualificationsAdd(QualificationsAddRequest data)
创建广告主资质
|
com.squareup.okhttp.Call |
QualificationsApi.qualificationsAddAsync(QualificationsAddRequest data,
ApiCallback<QualificationsAddResponse> callback)
创建广告主资质 (asynchronously)
|
com.squareup.okhttp.Call |
QualificationsApi.qualificationsAddCall(QualificationsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for qualificationsAdd
|
ApiResponse<QualificationsAddResponse> |
QualificationsApi.qualificationsAddWithHttpInfo(QualificationsAddRequest data)
创建广告主资质
|
QualificationsDeleteResponse |
QualificationsApi.qualificationsDelete(QualificationsDeleteRequest data)
删除广告主资质
|
com.squareup.okhttp.Call |
QualificationsApi.qualificationsDeleteAsync(QualificationsDeleteRequest data,
ApiCallback<QualificationsDeleteResponse> callback)
删除广告主资质 (asynchronously)
|
com.squareup.okhttp.Call |
QualificationsApi.qualificationsDeleteCall(QualificationsDeleteRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for qualificationsDelete
|
ApiResponse<QualificationsDeleteResponse> |
QualificationsApi.qualificationsDeleteWithHttpInfo(QualificationsDeleteRequest data)
删除广告主资质
|
QualificationsGetResponse |
QualificationsApi.qualificationsGet(Long accountId,
String qualificationType,
List<FilteringStruct> filtering,
List<String> fields)
获取广告主资质
|
com.squareup.okhttp.Call |
QualificationsApi.qualificationsGetAsync(Long accountId,
String qualificationType,
List<FilteringStruct> filtering,
List<String> fields,
ApiCallback<QualificationsGetResponse> callback)
获取广告主资质 (asynchronously)
|
com.squareup.okhttp.Call |
QualificationsApi.qualificationsGetCall(Long accountId,
String qualificationType,
List<FilteringStruct> filtering,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for qualificationsGet
|
ApiResponse<QualificationsGetResponse> |
QualificationsApi.qualificationsGetWithHttpInfo(Long accountId,
String qualificationType,
List<FilteringStruct> filtering,
List<String> fields)
获取广告主资质
|
QualificationsUpdateResponse |
QualificationsApi.qualificationsUpdate(QualificationsUpdateRequest data)
更新广告主资质
|
com.squareup.okhttp.Call |
QualificationsApi.qualificationsUpdateAsync(QualificationsUpdateRequest data,
ApiCallback<QualificationsUpdateResponse> callback)
更新广告主资质 (asynchronously)
|
com.squareup.okhttp.Call |
QualificationsApi.qualificationsUpdateCall(QualificationsUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for qualificationsUpdate
|
ApiResponse<QualificationsUpdateResponse> |
QualificationsApi.qualificationsUpdateWithHttpInfo(QualificationsUpdateRequest data)
更新广告主资质
|
RealtimeCostGetResponse |
RealtimeCostApi.realtimeCostGet(Long accountId,
String level,
String date,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取实时消耗
|
com.squareup.okhttp.Call |
RealtimeCostApi.realtimeCostGetAsync(Long accountId,
String level,
String date,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<RealtimeCostGetResponse> callback)
获取实时消耗 (asynchronously)
|
com.squareup.okhttp.Call |
RealtimeCostApi.realtimeCostGetCall(Long accountId,
String level,
String date,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for realtimeCostGet
|
ApiResponse<RealtimeCostGetResponse> |
RealtimeCostApi.realtimeCostGetWithHttpInfo(Long accountId,
String level,
String date,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取实时消耗
|
SplitTestsAddResponse |
SplitTestsApi.splitTestsAdd(SplitTestsAddRequest data)
创建拆分对比实验
|
com.squareup.okhttp.Call |
SplitTestsApi.splitTestsAddAsync(SplitTestsAddRequest data,
ApiCallback<SplitTestsAddResponse> callback)
创建拆分对比实验 (asynchronously)
|
com.squareup.okhttp.Call |
SplitTestsApi.splitTestsAddCall(SplitTestsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for splitTestsAdd
|
ApiResponse<SplitTestsAddResponse> |
SplitTestsApi.splitTestsAddWithHttpInfo(SplitTestsAddRequest data)
创建拆分对比实验
|
SplitTestsDeleteResponse |
SplitTestsApi.splitTestsDelete(SplitTestsDeleteRequest data)
删除拆分对比实验
|
com.squareup.okhttp.Call |
SplitTestsApi.splitTestsDeleteAsync(SplitTestsDeleteRequest data,
ApiCallback<SplitTestsDeleteResponse> callback)
删除拆分对比实验 (asynchronously)
|
com.squareup.okhttp.Call |
SplitTestsApi.splitTestsDeleteCall(SplitTestsDeleteRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for splitTestsDelete
|
ApiResponse<SplitTestsDeleteResponse> |
SplitTestsApi.splitTestsDeleteWithHttpInfo(SplitTestsDeleteRequest data)
删除拆分对比实验
|
SplitTestsGetResponse |
SplitTestsApi.splitTestsGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取拆分对比实验
|
com.squareup.okhttp.Call |
SplitTestsApi.splitTestsGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<SplitTestsGetResponse> callback)
获取拆分对比实验 (asynchronously)
|
com.squareup.okhttp.Call |
SplitTestsApi.splitTestsGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for splitTestsGet
|
ApiResponse<SplitTestsGetResponse> |
SplitTestsApi.splitTestsGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取拆分对比实验
|
SplitTestsUpdateResponse |
SplitTestsApi.splitTestsUpdate(SplitTestsUpdateRequest data)
更新拆分对比实验
|
com.squareup.okhttp.Call |
SplitTestsApi.splitTestsUpdateAsync(SplitTestsUpdateRequest data,
ApiCallback<SplitTestsUpdateResponse> callback)
更新拆分对比实验 (asynchronously)
|
com.squareup.okhttp.Call |
SplitTestsApi.splitTestsUpdateCall(SplitTestsUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for splitTestsUpdate
|
ApiResponse<SplitTestsUpdateResponse> |
SplitTestsApi.splitTestsUpdateWithHttpInfo(SplitTestsUpdateRequest data)
更新拆分对比实验
|
SystemStatusGetResponse |
SystemStatusApi.systemStatusGet(Long accountId,
String statusType,
StatusSpec statusSpec,
List<String> fields)
获取广告组系统状态信息
|
com.squareup.okhttp.Call |
SystemStatusApi.systemStatusGetAsync(Long accountId,
String statusType,
StatusSpec statusSpec,
List<String> fields,
ApiCallback<SystemStatusGetResponse> callback)
获取广告组系统状态信息 (asynchronously)
|
com.squareup.okhttp.Call |
SystemStatusApi.systemStatusGetCall(Long accountId,
String statusType,
StatusSpec statusSpec,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for systemStatusGet
|
ApiResponse<SystemStatusGetResponse> |
SystemStatusApi.systemStatusGetWithHttpInfo(Long accountId,
String statusType,
StatusSpec statusSpec,
List<String> fields)
获取广告组系统状态信息
|
TargetingsAddResponse |
TargetingsApi.targetingsAdd(TargetingsAddRequest data)
创建定向
|
com.squareup.okhttp.Call |
TargetingsApi.targetingsAddAsync(TargetingsAddRequest data,
ApiCallback<TargetingsAddResponse> callback)
创建定向 (asynchronously)
|
com.squareup.okhttp.Call |
TargetingsApi.targetingsAddCall(TargetingsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for targetingsAdd
|
ApiResponse<TargetingsAddResponse> |
TargetingsApi.targetingsAddWithHttpInfo(TargetingsAddRequest data)
创建定向
|
TargetingsDeleteResponse |
TargetingsApi.targetingsDelete(TargetingsDeleteRequest data)
删除定向
|
com.squareup.okhttp.Call |
TargetingsApi.targetingsDeleteAsync(TargetingsDeleteRequest data,
ApiCallback<TargetingsDeleteResponse> callback)
删除定向 (asynchronously)
|
com.squareup.okhttp.Call |
TargetingsApi.targetingsDeleteCall(TargetingsDeleteRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for targetingsDelete
|
ApiResponse<TargetingsDeleteResponse> |
TargetingsApi.targetingsDeleteWithHttpInfo(TargetingsDeleteRequest data)
删除定向
|
TargetingsGetResponse |
TargetingsApi.targetingsGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取定向
|
com.squareup.okhttp.Call |
TargetingsApi.targetingsGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<TargetingsGetResponse> callback)
获取定向 (asynchronously)
|
com.squareup.okhttp.Call |
TargetingsApi.targetingsGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for targetingsGet
|
ApiResponse<TargetingsGetResponse> |
TargetingsApi.targetingsGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取定向
|
TargetingsUpdateResponse |
TargetingsApi.targetingsUpdate(TargetingsUpdateRequest data)
更新定向
|
com.squareup.okhttp.Call |
TargetingsApi.targetingsUpdateAsync(TargetingsUpdateRequest data,
ApiCallback<TargetingsUpdateResponse> callback)
更新定向 (asynchronously)
|
com.squareup.okhttp.Call |
TargetingsApi.targetingsUpdateCall(TargetingsUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for targetingsUpdate
|
ApiResponse<TargetingsUpdateResponse> |
TargetingsApi.targetingsUpdateWithHttpInfo(TargetingsUpdateRequest data)
更新定向
|
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)
获取定向标签报表
|
TargetingTagsGetResponse |
TargetingTagsApi.targetingTagsGet(String type,
Long accountId,
TagSpec tagSpec,
List<String> fields)
获取定向标签
|
com.squareup.okhttp.Call |
TargetingTagsApi.targetingTagsGetAsync(String type,
Long accountId,
TagSpec tagSpec,
List<String> fields,
ApiCallback<TargetingTagsGetResponse> callback)
获取定向标签 (asynchronously)
|
com.squareup.okhttp.Call |
TargetingTagsApi.targetingTagsGetCall(String type,
Long accountId,
TagSpec tagSpec,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for targetingTagsGet
|
ApiResponse<TargetingTagsGetResponse> |
TargetingTagsApi.targetingTagsGetWithHttpInfo(String type,
Long accountId,
TagSpec tagSpec,
List<String> fields)
获取定向标签
|
TrackingReportsGetResponse |
TrackingReportsApi.trackingReportsGet(Long accountId,
DateRange dateRange,
String timeGranularity,
String promotedObjectType,
String promotedObjectId,
String feedbackUrl,
Long page,
Long pageSize,
List<String> fields)
点击追踪报表
|
com.squareup.okhttp.Call |
TrackingReportsApi.trackingReportsGetAsync(Long accountId,
DateRange dateRange,
String timeGranularity,
String promotedObjectType,
String promotedObjectId,
String feedbackUrl,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<TrackingReportsGetResponse> callback)
点击追踪报表 (asynchronously)
|
com.squareup.okhttp.Call |
TrackingReportsApi.trackingReportsGetCall(Long accountId,
DateRange dateRange,
String timeGranularity,
String promotedObjectType,
String promotedObjectId,
String feedbackUrl,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for trackingReportsGet
|
ApiResponse<TrackingReportsGetResponse> |
TrackingReportsApi.trackingReportsGetWithHttpInfo(Long accountId,
DateRange dateRange,
String timeGranularity,
String promotedObjectType,
String promotedObjectId,
String feedbackUrl,
Long page,
Long pageSize,
List<String> fields)
点击追踪报表
|
UnionPositionPackagesAddResponse |
UnionPositionPackagesApi.unionPositionPackagesAdd(UnionPositionPackagesAddRequest data)
联盟流量包模块
|
com.squareup.okhttp.Call |
UnionPositionPackagesApi.unionPositionPackagesAddAsync(UnionPositionPackagesAddRequest data,
ApiCallback<UnionPositionPackagesAddResponse> callback)
联盟流量包模块 (asynchronously)
|
com.squareup.okhttp.Call |
UnionPositionPackagesApi.unionPositionPackagesAddCall(UnionPositionPackagesAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for unionPositionPackagesAdd
|
ApiResponse<UnionPositionPackagesAddResponse> |
UnionPositionPackagesApi.unionPositionPackagesAddWithHttpInfo(UnionPositionPackagesAddRequest data)
联盟流量包模块
|
UnionPositionPackagesDeleteResponse |
UnionPositionPackagesApi.unionPositionPackagesDelete(UnionPositionPackagesDeleteRequest data)
联盟流量包删除接口
|
com.squareup.okhttp.Call |
UnionPositionPackagesApi.unionPositionPackagesDeleteAsync(UnionPositionPackagesDeleteRequest data,
ApiCallback<UnionPositionPackagesDeleteResponse> callback)
联盟流量包删除接口 (asynchronously)
|
com.squareup.okhttp.Call |
UnionPositionPackagesApi.unionPositionPackagesDeleteCall(UnionPositionPackagesDeleteRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for unionPositionPackagesDelete
|
ApiResponse<UnionPositionPackagesDeleteResponse> |
UnionPositionPackagesApi.unionPositionPackagesDeleteWithHttpInfo(UnionPositionPackagesDeleteRequest data)
联盟流量包删除接口
|
UnionPositionPackagesGetResponse |
UnionPositionPackagesApi.unionPositionPackagesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
联盟流量包获取接口
|
com.squareup.okhttp.Call |
UnionPositionPackagesApi.unionPositionPackagesGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<UnionPositionPackagesGetResponse> callback)
联盟流量包获取接口 (asynchronously)
|
com.squareup.okhttp.Call |
UnionPositionPackagesApi.unionPositionPackagesGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for unionPositionPackagesGet
|
ApiResponse<UnionPositionPackagesGetResponse> |
UnionPositionPackagesApi.unionPositionPackagesGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
联盟流量包获取接口
|
UserActionsAddResponse |
UserActionsApi.userActionsAdd(UserActionsAddRequest data)
上传用户行为数据
|
com.squareup.okhttp.Call |
UserActionsApi.userActionsAddAsync(UserActionsAddRequest data,
ApiCallback<UserActionsAddResponse> callback)
上传用户行为数据 (asynchronously)
|
com.squareup.okhttp.Call |
UserActionsApi.userActionsAddCall(UserActionsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userActionsAdd
|
ApiResponse<UserActionsAddResponse> |
UserActionsApi.userActionsAddWithHttpInfo(UserActionsAddRequest data)
上传用户行为数据
|
UserActionSetReportsGetResponse |
UserActionSetReportsApi.userActionSetReportsGet(Long accountId,
Long userActionSetId,
DateRange dateRange,
String timeGranularity,
String aggregation,
List<String> fields)
获取用户行为数据源报表
|
com.squareup.okhttp.Call |
UserActionSetReportsApi.userActionSetReportsGetAsync(Long accountId,
Long userActionSetId,
DateRange dateRange,
String timeGranularity,
String aggregation,
List<String> fields,
ApiCallback<UserActionSetReportsGetResponse> callback)
获取用户行为数据源报表 (asynchronously)
|
com.squareup.okhttp.Call |
UserActionSetReportsApi.userActionSetReportsGetCall(Long accountId,
Long userActionSetId,
DateRange dateRange,
String timeGranularity,
String aggregation,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userActionSetReportsGet
|
ApiResponse<UserActionSetReportsGetResponse> |
UserActionSetReportsApi.userActionSetReportsGetWithHttpInfo(Long accountId,
Long userActionSetId,
DateRange dateRange,
String timeGranularity,
String aggregation,
List<String> fields)
获取用户行为数据源报表
|
UserActionSetsAddResponse |
UserActionSetsApi.userActionSetsAdd(UserActionSetsAddRequest data)
创建用户行为数据源
|
com.squareup.okhttp.Call |
UserActionSetsApi.userActionSetsAddAsync(UserActionSetsAddRequest data,
ApiCallback<UserActionSetsAddResponse> callback)
创建用户行为数据源 (asynchronously)
|
com.squareup.okhttp.Call |
UserActionSetsApi.userActionSetsAddCall(UserActionSetsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userActionSetsAdd
|
ApiResponse<UserActionSetsAddResponse> |
UserActionSetsApi.userActionSetsAddWithHttpInfo(UserActionSetsAddRequest data)
创建用户行为数据源
|
UserActionSetsGetResponse |
UserActionSetsApi.userActionSetsGet(Long accountId,
Long userActionSetId,
List<String> fields)
获取用户行为数据源
|
com.squareup.okhttp.Call |
UserActionSetsApi.userActionSetsGetAsync(Long accountId,
Long userActionSetId,
List<String> fields,
ApiCallback<UserActionSetsGetResponse> callback)
获取用户行为数据源 (asynchronously)
|
com.squareup.okhttp.Call |
UserActionSetsApi.userActionSetsGetCall(Long accountId,
Long userActionSetId,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userActionSetsGet
|
ApiResponse<UserActionSetsGetResponse> |
UserActionSetsApi.userActionSetsGetWithHttpInfo(Long accountId,
Long userActionSetId,
List<String> fields)
获取用户行为数据源
|
UserPropertiesAddResponse |
UserPropertiesApi.userPropertiesAdd(UserPropertiesAddRequest data)
上传用户属性数据
|
com.squareup.okhttp.Call |
UserPropertiesApi.userPropertiesAddAsync(UserPropertiesAddRequest data,
ApiCallback<UserPropertiesAddResponse> callback)
上传用户属性数据 (asynchronously)
|
com.squareup.okhttp.Call |
UserPropertiesApi.userPropertiesAddCall(UserPropertiesAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userPropertiesAdd
|
ApiResponse<UserPropertiesAddResponse> |
UserPropertiesApi.userPropertiesAddWithHttpInfo(UserPropertiesAddRequest data)
上传用户属性数据
|
UserPropertySetsAddResponse |
UserPropertySetsApi.userPropertySetsAdd(UserPropertySetsAddRequest data)
创建用户属性数据源
|
com.squareup.okhttp.Call |
UserPropertySetsApi.userPropertySetsAddAsync(UserPropertySetsAddRequest data,
ApiCallback<UserPropertySetsAddResponse> callback)
创建用户属性数据源 (asynchronously)
|
com.squareup.okhttp.Call |
UserPropertySetsApi.userPropertySetsAddCall(UserPropertySetsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userPropertySetsAdd
|
ApiResponse<UserPropertySetsAddResponse> |
UserPropertySetsApi.userPropertySetsAddWithHttpInfo(UserPropertySetsAddRequest data)
创建用户属性数据源
|
UserPropertySetsGetResponse |
UserPropertySetsApi.userPropertySetsGet(Long accountId,
Long userPropertySetId,
List<String> fields)
获取用户属性数据源
|
com.squareup.okhttp.Call |
UserPropertySetsApi.userPropertySetsGetAsync(Long accountId,
Long userPropertySetId,
List<String> fields,
ApiCallback<UserPropertySetsGetResponse> callback)
获取用户属性数据源 (asynchronously)
|
com.squareup.okhttp.Call |
UserPropertySetsApi.userPropertySetsGetCall(Long accountId,
Long userPropertySetId,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userPropertySetsGet
|
ApiResponse<UserPropertySetsGetResponse> |
UserPropertySetsApi.userPropertySetsGetWithHttpInfo(Long accountId,
Long userPropertySetId,
List<String> fields)
获取用户属性数据源
|
UserPropertySetsUpdateResponse |
UserPropertySetsApi.userPropertySetsUpdate(UserPropertySetsUpdateRequest data)
更新用户属性数据源
|
com.squareup.okhttp.Call |
UserPropertySetsApi.userPropertySetsUpdateAsync(UserPropertySetsUpdateRequest data,
ApiCallback<UserPropertySetsUpdateResponse> callback)
更新用户属性数据源 (asynchronously)
|
com.squareup.okhttp.Call |
UserPropertySetsApi.userPropertySetsUpdateCall(UserPropertySetsUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userPropertySetsUpdate
|
ApiResponse<UserPropertySetsUpdateResponse> |
UserPropertySetsApi.userPropertySetsUpdateWithHttpInfo(UserPropertySetsUpdateRequest data)
更新用户属性数据源
|
VideosAddResponse |
VideosApi.videosAdd(Long accountId,
File videoFile,
String signature,
String description,
Long adcreativeTemplateId)
添加视频文件
|
com.squareup.okhttp.Call |
VideosApi.videosAddAsync(Long accountId,
File videoFile,
String signature,
String description,
Long adcreativeTemplateId,
ApiCallback<VideosAddResponse> callback)
添加视频文件 (asynchronously)
|
com.squareup.okhttp.Call |
VideosApi.videosAddCall(Long accountId,
File videoFile,
String signature,
String description,
Long adcreativeTemplateId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for videosAdd
|
ApiResponse<VideosAddResponse> |
VideosApi.videosAddWithHttpInfo(Long accountId,
File videoFile,
String signature,
String description,
Long adcreativeTemplateId)
添加视频文件
|
VideosGetResponse |
VideosApi.videosGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取视频文件
|
com.squareup.okhttp.Call |
VideosApi.videosGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<VideosGetResponse> callback)
获取视频文件 (asynchronously)
|
com.squareup.okhttp.Call |
VideosApi.videosGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for videosGet
|
ApiResponse<VideosGetResponse> |
VideosApi.videosGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取视频文件
|
WechatAdFollowersGetResponse |
WechatAdFollowersApi.wechatAdFollowersGet(TimeRange timeRange,
Long page,
Long pageSize,
List<String> fields)
获取微信广告关注信息
|
com.squareup.okhttp.Call |
WechatAdFollowersApi.wechatAdFollowersGetAsync(TimeRange timeRange,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<WechatAdFollowersGetResponse> callback)
获取微信广告关注信息 (asynchronously)
|
com.squareup.okhttp.Call |
WechatAdFollowersApi.wechatAdFollowersGetCall(TimeRange timeRange,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for wechatAdFollowersGet
|
ApiResponse<WechatAdFollowersGetResponse> |
WechatAdFollowersApi.wechatAdFollowersGetWithHttpInfo(TimeRange timeRange,
Long page,
Long pageSize,
List<String> fields)
获取微信广告关注信息
|
WechatAdLabelsGetResponse |
WechatAdLabelsApi.wechatAdLabelsGet(Long accountId,
List<String> fields)
获取微信广告标签
|
com.squareup.okhttp.Call |
WechatAdLabelsApi.wechatAdLabelsGetAsync(Long accountId,
List<String> fields,
ApiCallback<WechatAdLabelsGetResponse> callback)
获取微信广告标签 (asynchronously)
|
com.squareup.okhttp.Call |
WechatAdLabelsApi.wechatAdLabelsGetCall(Long accountId,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for wechatAdLabelsGet
|
ApiResponse<WechatAdLabelsGetResponse> |
WechatAdLabelsApi.wechatAdLabelsGetWithHttpInfo(Long accountId,
List<String> fields)
获取微信广告标签
|
WechatAdvertiserDetailGetResponse |
WechatAdvertiserDetailApi.wechatAdvertiserDetailGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
【待废弃,请使用新接口wechat_advertiser_specification/get】查询微信公众平台广告主详情信息
|
com.squareup.okhttp.Call |
WechatAdvertiserDetailApi.wechatAdvertiserDetailGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<WechatAdvertiserDetailGetResponse> callback)
【待废弃,请使用新接口wechat_advertiser_specification/get】查询微信公众平台广告主详情信息 (asynchronously)
|
com.squareup.okhttp.Call |
WechatAdvertiserDetailApi.wechatAdvertiserDetailGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for wechatAdvertiserDetailGet
|
ApiResponse<WechatAdvertiserDetailGetResponse> |
WechatAdvertiserDetailApi.wechatAdvertiserDetailGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
【待废弃,请使用新接口wechat_advertiser_specification/get】查询微信公众平台广告主详情信息
|
WechatAdvertiserGetResponse |
WechatAdvertiserApi.wechatAdvertiserGet(Long page,
Long pageSize,
List<String> fields)
查询微信公众平台广告主基础信息
|
com.squareup.okhttp.Call |
WechatAdvertiserApi.wechatAdvertiserGetAsync(Long page,
Long pageSize,
List<String> fields,
ApiCallback<WechatAdvertiserGetResponse> callback)
查询微信公众平台广告主基础信息 (asynchronously)
|
com.squareup.okhttp.Call |
WechatAdvertiserApi.wechatAdvertiserGetCall(Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for wechatAdvertiserGet
|
ApiResponse<WechatAdvertiserGetResponse> |
WechatAdvertiserApi.wechatAdvertiserGetWithHttpInfo(Long page,
Long pageSize,
List<String> fields)
查询微信公众平台广告主基础信息
|
WechatAdvertiserSpecificationGetResponse |
WechatAdvertiserSpecificationApi.wechatAdvertiserSpecificationGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
查询微信公众平台广告主详情信息
|
com.squareup.okhttp.Call |
WechatAdvertiserSpecificationApi.wechatAdvertiserSpecificationGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<WechatAdvertiserSpecificationGetResponse> callback)
查询微信公众平台广告主详情信息 (asynchronously)
|
com.squareup.okhttp.Call |
WechatAdvertiserSpecificationApi.wechatAdvertiserSpecificationGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for wechatAdvertiserSpecificationGet
|
ApiResponse<WechatAdvertiserSpecificationGetResponse> |
WechatAdvertiserSpecificationApi.wechatAdvertiserSpecificationGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
查询微信公众平台广告主详情信息
|
WechatAgencyGetResponse |
WechatAgencyApi.wechatAgencyGet(Long accountId,
List<String> fields)
查询微信公众平台服务商详情信息
|
com.squareup.okhttp.Call |
WechatAgencyApi.wechatAgencyGetAsync(Long accountId,
List<String> fields,
ApiCallback<WechatAgencyGetResponse> callback)
查询微信公众平台服务商详情信息 (asynchronously)
|
com.squareup.okhttp.Call |
WechatAgencyApi.wechatAgencyGetCall(Long accountId,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for wechatAgencyGet
|
ApiResponse<WechatAgencyGetResponse> |
WechatAgencyApi.wechatAgencyGetWithHttpInfo(Long accountId,
List<String> fields)
查询微信公众平台服务商详情信息
|
WechatDailyCostGetResponse |
WechatDailyCostApi.wechatDailyCostGet(DateRange dateRange,
Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取微信账户实时消耗
|
com.squareup.okhttp.Call |
WechatDailyCostApi.wechatDailyCostGetAsync(DateRange dateRange,
Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<WechatDailyCostGetResponse> callback)
获取微信账户实时消耗 (asynchronously)
|
com.squareup.okhttp.Call |
WechatDailyCostApi.wechatDailyCostGetCall(DateRange dateRange,
Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for wechatDailyCostGet
|
ApiResponse<WechatDailyCostGetResponse> |
WechatDailyCostApi.wechatDailyCostGetWithHttpInfo(DateRange dateRange,
Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取微信账户实时消耗
|
WechatFundsGetResponse |
WechatFundsApi.wechatFundsGet(Long accountId,
List<String> fields)
获取微信资金账户信息
|
com.squareup.okhttp.Call |
WechatFundsApi.wechatFundsGetAsync(Long accountId,
List<String> fields,
ApiCallback<WechatFundsGetResponse> callback)
获取微信资金账户信息 (asynchronously)
|
com.squareup.okhttp.Call |
WechatFundsApi.wechatFundsGetCall(Long accountId,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for wechatFundsGet
|
ApiResponse<WechatFundsGetResponse> |
WechatFundsApi.wechatFundsGetWithHttpInfo(Long accountId,
List<String> fields)
获取微信资金账户信息
|
WechatFundStatementsDetailedGetResponse |
WechatFundStatementsDetailedApi.wechatFundStatementsDetailedGet(String tradeType,
DateRange dateRange,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取微信资金账户流水信息
|
com.squareup.okhttp.Call |
WechatFundStatementsDetailedApi.wechatFundStatementsDetailedGetAsync(String tradeType,
DateRange dateRange,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<WechatFundStatementsDetailedGetResponse> callback)
获取微信资金账户流水信息 (asynchronously)
|
com.squareup.okhttp.Call |
WechatFundStatementsDetailedApi.wechatFundStatementsDetailedGetCall(String tradeType,
DateRange dateRange,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for wechatFundStatementsDetailedGet
|
ApiResponse<WechatFundStatementsDetailedGetResponse> |
WechatFundStatementsDetailedApi.wechatFundStatementsDetailedGetWithHttpInfo(String tradeType,
DateRange dateRange,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取微信资金账户流水信息
|
WechatLeadsGetResponse |
WechatLeadsApi.wechatLeadsGet(DateRange dateRange,
TimeRange timeRange,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取销售线索(待废弃)
|
com.squareup.okhttp.Call |
WechatLeadsApi.wechatLeadsGetAsync(DateRange dateRange,
TimeRange timeRange,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<WechatLeadsGetResponse> callback)
获取销售线索(待废弃) (asynchronously)
|
com.squareup.okhttp.Call |
WechatLeadsApi.wechatLeadsGetCall(DateRange dateRange,
TimeRange timeRange,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for wechatLeadsGet
|
ApiResponse<WechatLeadsGetResponse> |
WechatLeadsApi.wechatLeadsGetWithHttpInfo(DateRange dateRange,
TimeRange timeRange,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取销售线索(待废弃)
|
WechatPagesAddResponse |
WechatPagesApi.wechatPagesAdd(WechatPagesAddRequest data)
创建微信落地页
|
com.squareup.okhttp.Call |
WechatPagesApi.wechatPagesAddAsync(WechatPagesAddRequest data,
ApiCallback<WechatPagesAddResponse> callback)
创建微信落地页 (asynchronously)
|
com.squareup.okhttp.Call |
WechatPagesApi.wechatPagesAddCall(WechatPagesAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for wechatPagesAdd
|
ApiResponse<WechatPagesAddResponse> |
WechatPagesApi.wechatPagesAddWithHttpInfo(WechatPagesAddRequest data)
创建微信落地页
|
WechatPagesDeleteResponse |
WechatPagesApi.wechatPagesDelete(WechatPagesDeleteRequest data)
删除微信落地页
|
com.squareup.okhttp.Call |
WechatPagesApi.wechatPagesDeleteAsync(WechatPagesDeleteRequest data,
ApiCallback<WechatPagesDeleteResponse> callback)
删除微信落地页 (asynchronously)
|
com.squareup.okhttp.Call |
WechatPagesApi.wechatPagesDeleteCall(WechatPagesDeleteRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for wechatPagesDelete
|
ApiResponse<WechatPagesDeleteResponse> |
WechatPagesApi.wechatPagesDeleteWithHttpInfo(WechatPagesDeleteRequest data)
删除微信落地页
|
WechatPagesGetResponse |
WechatPagesApi.wechatPagesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取微信落地页列表
|
com.squareup.okhttp.Call |
WechatPagesApi.wechatPagesGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<WechatPagesGetResponse> callback)
获取微信落地页列表 (asynchronously)
|
com.squareup.okhttp.Call |
WechatPagesApi.wechatPagesGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for wechatPagesGet
|
ApiResponse<WechatPagesGetResponse> |
WechatPagesApi.wechatPagesGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取微信落地页列表
|
XijingPageAddResponse |
XijingPageApi.xijingPageAdd(XijingPageAddRequest data)
基于模板创建落地页
|
com.squareup.okhttp.Call |
XijingPageApi.xijingPageAddAsync(XijingPageAddRequest data,
ApiCallback<XijingPageAddResponse> callback)
基于模板创建落地页 (asynchronously)
|
com.squareup.okhttp.Call |
XijingPageApi.xijingPageAddCall(XijingPageAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for xijingPageAdd
|
ApiResponse<XijingPageAddResponse> |
XijingPageApi.xijingPageAddWithHttpInfo(XijingPageAddRequest data)
基于模板创建落地页
|
XijingPageByComponentsAddResponse |
XijingPageByComponentsApi.xijingPageByComponentsAdd(XijingPageByComponentsAddRequest data)
基于组件创建落地页
|
com.squareup.okhttp.Call |
XijingPageByComponentsApi.xijingPageByComponentsAddAsync(XijingPageByComponentsAddRequest data,
ApiCallback<XijingPageByComponentsAddResponse> callback)
基于组件创建落地页 (asynchronously)
|
com.squareup.okhttp.Call |
XijingPageByComponentsApi.xijingPageByComponentsAddCall(XijingPageByComponentsAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for xijingPageByComponentsAdd
|
ApiResponse<XijingPageByComponentsAddResponse> |
XijingPageByComponentsApi.xijingPageByComponentsAddWithHttpInfo(XijingPageByComponentsAddRequest data)
基于组件创建落地页
|
XijingPageDeleteResponse |
XijingPageApi.xijingPageDelete(XijingPageDeleteRequest data)
送审落地页
|
com.squareup.okhttp.Call |
XijingPageApi.xijingPageDeleteAsync(XijingPageDeleteRequest data,
ApiCallback<XijingPageDeleteResponse> callback)
送审落地页 (asynchronously)
|
com.squareup.okhttp.Call |
XijingPageApi.xijingPageDeleteCall(XijingPageDeleteRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for xijingPageDelete
|
ApiResponse<XijingPageDeleteResponse> |
XijingPageApi.xijingPageDeleteWithHttpInfo(XijingPageDeleteRequest data)
送审落地页
|
XijingPageUpdateResponse |
XijingPageApi.xijingPageUpdate(XijingPageUpdateRequest data)
送审落地页
|
com.squareup.okhttp.Call |
XijingPageApi.xijingPageUpdateAsync(XijingPageUpdateRequest data,
ApiCallback<XijingPageUpdateResponse> callback)
送审落地页 (asynchronously)
|
com.squareup.okhttp.Call |
XijingPageApi.xijingPageUpdateCall(XijingPageUpdateRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for xijingPageUpdate
|
ApiResponse<XijingPageUpdateResponse> |
XijingPageApi.xijingPageUpdateWithHttpInfo(XijingPageUpdateRequest data)
送审落地页
|
XijingTemplateGetResponse |
XijingTemplateApi.xijingTemplateGet(Long accountId,
String templateId,
List<String> fields)
获取蹊径落地页模板
|
com.squareup.okhttp.Call |
XijingTemplateApi.xijingTemplateGetAsync(Long accountId,
String templateId,
List<String> fields,
ApiCallback<XijingTemplateGetResponse> callback)
获取蹊径落地页模板 (asynchronously)
|
com.squareup.okhttp.Call |
XijingTemplateApi.xijingTemplateGetCall(Long accountId,
String templateId,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for xijingTemplateGet
|
ApiResponse<XijingTemplateGetResponse> |
XijingTemplateApi.xijingTemplateGetWithHttpInfo(Long accountId,
String templateId,
List<String> fields)
获取蹊径落地页模板
|
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
AddComplexTargetings.addComplexTargetings()
创建定向
|
protected Long |
AddComplexTargetings.addCustomAudience(String audienceFilePath)
从IMEI文件上传一个新的人群包
|
protected Long |
AddComplexTargetings.addTargeting(List<Long> regionIdList,
Long positionAudiences,
Long negativeAudiences)
创建一个定向包
|
protected List<Long> |
AddComplexTargetings.getTargetingRegion(List<String> regionNameList)
从区域名称得到区域定向ID
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
GetAccessToken.getAccessToken() |
String |
RefreshAccessToken.refreshAccessToken() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Long |
AddLeadsAds.addAd(Long adgroupId,
Long adcreativeId)
创建广告
|
protected Long |
AddLeadsAds.addAdcreative(Long adcreativeTemplateId,
String pageUrl,
PromotedObjectType promotedObjectType,
String creativeElementsTitle,
String creativeElementsDesc,
Long campaignId,
List<String> imageIdList,
List<String> siteSet,
Long profileId) |
protected Long |
AddLeadsAds.addAdgroups(Long campaignId,
PromotedObjectType promotedObjectType,
List<String> siteSet)
创建广告组
|
protected Long |
AddLeadsAds.addCampaign(CampaignType campaignType,
PromotedObjectType promotedObjectType)
创建推广计划
|
protected Long |
AddLeadsAds.addProfile(PromotedObjectType promotedObjectType,
String imageId)
创建朋友圈头像昵称跳转页
|
Copyright © 2020. All rights reserved.