| Package | Description |
|---|---|
| com.criteo.marketing | |
| com.criteo.marketing.api |
| Modifier and Type | Method and Description |
|---|---|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
java.lang.reflect.Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<GetPortfolioResponse> |
AdvertiserApi.apiPortfolioGetWithHttpInfo()
Use this call to fetch a list of all advertisers in your account.
|
ApiResponse<NewAudienceResponse> |
AudienceApi.createAudienceWithHttpInfo(NewAudienceRequest newAudienceRequest)
Create an Audience for an Advertiser
|
ApiResponse<JwtModel> |
OAuthApi.createTokenWithHttpInfo(java.lang.String clientId,
java.lang.String clientSecret,
java.lang.String grantType)
Creates a token when the supplied client credentials are valid
|
ApiResponse<DeleteAudienceContactListResponse> |
AudienceApi.deleteIdentifiersWithHttpInfo(java.lang.String audienceId)
delete all identifiers from an Audience
|
ApiResponse<byte[]> |
AnalyticsApi.getAdsetReportWithHttpInfo(StatisticsReportQueryMessage statisticsReportQueryMessage)
This Statistics endpoint provides adset related data.
|
ApiResponse<ResponseReadAdSet> |
CampaignApi.getAdSetWithHttpInfo(java.lang.String adSetId)
Get the data for the specified ad set
|
ApiResponse<GetAudiencesResponse> |
AudienceApi.getAudiencesWithHttpInfo(java.lang.String advertiserId)
Get a list of all the audiences for the user or for the given advertiser_id
|
ApiResponse<java.util.List<CampaignBidMessage>> |
CampaignApi.getBidsWithHttpInfo(java.lang.String campaignIds,
java.lang.String advertiserIds,
java.lang.String categoryHashCodes,
java.lang.String bidType,
java.lang.String campaignStatus,
java.lang.Boolean pendingChanges)
Gets a the bids for campaigns and their categories
Get the campaigns' bids, as well as the bids of their categories
|
ApiResponse<CategoryMessage> |
CampaignApi.getCategoriesWithHttpInfo(java.lang.Integer campaignId,
java.lang.Boolean enabledOnly)
Gets categories
Get the list of categories linked to the requested campaign.
|
ApiResponse<java.util.List<CategoryMessage>> |
AdvertiserApi.getCategoriesWithHttpInfo(java.lang.Integer advertiserId,
java.lang.Boolean enabledOnly)
Gets all advertiser's categories
Get the list of all the categories linked to the requested advertiser.
|
ApiResponse<java.util.List<CategoryMessage>> |
CategoryApi.getCategoriesWithHttpInfo(java.lang.String campaignIds,
java.lang.String advertiserIds,
java.lang.String categoryHashCodes,
java.lang.Boolean enabledOnly)
Gets categories
Get the list of categories with the specified filters.
|
ApiResponse<CategoryMessage> |
CampaignApi.getCategoryWithHttpInfo(java.lang.Integer campaignId,
java.lang.Integer categoryHashCode)
Gets a specific category
Get a specific category linked to the requested campaign.
|
ApiResponse<java.util.List<CategoryMessage>> |
AdvertiserApi.getCategoryWithHttpInfo(java.lang.Integer advertiserId,
java.lang.Integer categoryHashCode)
Gets a specific advertiser's category
Get a specific category linked to the requested advertiser.
|
ApiResponse<byte[]> |
AnalyticsApi.getTransactionsReportWithHttpInfo(TransactionsReportQueryDataMessage transactionsReportQueryDataMessage)
This Transactions endpoint provides transactions id related data.
|
ApiResponse<ModifyAudienceResponse> |
AudienceApi.modifyAudienceUsersWithHttpInfo(java.lang.String audienceId,
ContactlistAmendmentRequest contactlistAmendmentRequest)
Add/remove users to or from an audience
|
ApiResponse<ReplaceAudienceResponse> |
AudienceApi.modifyAudienceWithHttpInfo(java.lang.String audienceId,
ReplaceAudienceRequest replaceAudienceRequest)
Update user audience specified by the audience id
|
ApiResponse<ResponseAdSetId> |
CampaignApi.patchAdSetsWithHttpInfo(RequestsPatchAdSet requestsPatchAdSet)
Patch a list of AdSets.
|
ApiResponse<DeleteAudienceResponse> |
AudienceApi.removeAudienceWithHttpInfo(java.lang.String audienceId)
Delete an audience by id
|
ApiResponse<ResponsesReadAdSet> |
CampaignApi.searchAdSetsWithHttpInfo(RequestAdSetSearch requestAdSetSearch)
Search for ad sets
|
ApiResponse<ResponsesAdSetId> |
CampaignApi.startAdSetsWithHttpInfo(RequestsAdSetId requestsAdSetId)
Start the specified list of ad sets
|
ApiResponse<ResponsesAdSetId> |
CampaignApi.stopAdSetsWithHttpInfo(RequestsAdSetId requestsAdSetId)
Stop the specified list of ad sets
|
ApiResponse<java.util.List<CampaignMessage>> |
CampaignApi.updateBidsWithHttpInfo(java.util.List<CampaignBidChangeRequest> bidChanges)
Update bids for campaigns and their categories
If a campaign bid is updated, all (if any) category bids for this campaign will be updated with the new value if they are initially equal to the campaign bid.
|
ApiResponse<java.util.List<CategoryUpdatesPerCatalog>> |
CategoryApi.updateCategoriesWithHttpInfo(java.util.List<CategoryUpdatesPerCatalog> categoriesPerCatalog)
Enables/disables categories
Update categories for multiple catalogs.<br /> Please note that all validations need to pass before applying the requested changes; the subsequent validation error messages will be returned in the response.<br /> Please note that bidding will still happen for disabled categories, but using the Camapign's bid.
|
Copyright © 2021. All rights reserved.