@revxui/api-clients-ts 0.10.177 → 0.10.178
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/audienceController.service.d.ts +3 -6
- package/api/campaignController.service.d.ts +3 -6
- package/api/catalogController.service.d.ts +9 -18
- package/api/clickDestinationController.service.d.ts +3 -6
- package/api/creativeController.service.d.ts +6 -12
- package/api/creativeSetsController.service.d.ts +11 -16
- package/api/dashboardController.service.d.ts +16 -6
- package/api/pixelController.service.d.ts +3 -6
- package/bundles/revxui-api-clients-ts.umd.js +90 -124
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
- package/esm2015/api/audienceController.service.js +2 -11
- package/esm2015/api/campaignController.service.js +2 -11
- package/esm2015/api/catalogController.service.js +4 -31
- package/esm2015/api/clickDestinationController.service.js +2 -11
- package/esm2015/api/creativeController.service.js +3 -21
- package/esm2015/api/creativeSetsController.service.js +9 -22
- package/esm2015/api/dashboardController.service.js +42 -11
- package/esm2015/api/pixelController.service.js +2 -11
- package/esm2015/model/advertiser.js +1 -1
- package/esm2015/model/advertiserPojo.js +1 -1
- package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm2015/model/audienceDTO.js +1 -1
- package/esm2015/model/audienceESDTO.js +1 -1
- package/esm2015/model/campaignDTO.js +1 -1
- package/esm2015/model/campaignESDTO.js +1 -1
- package/esm2015/model/clickDestination.js +1 -1
- package/esm2015/model/creative.js +1 -1
- package/esm2015/model/creativeCompactDTO.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativePerformanceData.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +16 -0
- package/esm2015/model/creativeSetDetails.js +1 -1
- package/esm2015/model/creativeSetResponse.js +16 -1
- package/esm2015/model/dashboardData.js +1 -1
- package/esm2015/model/models.js +3 -2
- package/esm2015/model/parentBasedObject.js +1 -1
- package/esm2015/model/pixel.js +1 -1
- package/esm2015/model/reportingResponse.js +1 -1
- package/esm2015/model/strategy.js +1 -1
- package/esm2015/model/strategyDTO.js +1 -1
- package/esm5/api/audienceController.service.js +2 -11
- package/esm5/api/campaignController.service.js +2 -11
- package/esm5/api/catalogController.service.js +4 -31
- package/esm5/api/clickDestinationController.service.js +2 -11
- package/esm5/api/creativeController.service.js +3 -21
- package/esm5/api/creativeSetsController.service.js +9 -22
- package/esm5/api/dashboardController.service.js +44 -11
- package/esm5/api/pixelController.service.js +2 -11
- package/esm5/model/advertiser.js +1 -1
- package/esm5/model/advertiserPojo.js +1 -1
- package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm5/model/audienceDTO.js +1 -1
- package/esm5/model/audienceESDTO.js +1 -1
- package/esm5/model/campaignDTO.js +1 -1
- package/esm5/model/campaignESDTO.js +1 -1
- package/esm5/model/clickDestination.js +1 -1
- package/esm5/model/creative.js +1 -1
- package/esm5/model/creativeCompactDTO.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativePerformanceData.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +16 -0
- package/esm5/model/creativeSetDetails.js +1 -1
- package/esm5/model/creativeSetResponse.js +16 -1
- package/esm5/model/dashboardData.js +1 -1
- package/esm5/model/models.js +3 -2
- package/esm5/model/parentBasedObject.js +1 -1
- package/esm5/model/pixel.js +1 -1
- package/esm5/model/reportingResponse.js +1 -1
- package/esm5/model/strategy.js +1 -1
- package/esm5/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +90 -126
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +92 -126
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiser.d.ts +1 -0
- package/model/advertiserPojo.d.ts +1 -0
- package/model/{apiListResponseCreativeSetsListDashboardData.d.ts → apiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
- package/model/{apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts → apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
- package/model/audienceDTO.d.ts +1 -0
- package/model/audienceESDTO.d.ts +1 -0
- package/model/campaignDTO.d.ts +1 -0
- package/model/campaignESDTO.d.ts +1 -0
- package/model/clickDestination.d.ts +1 -0
- package/model/creative.d.ts +1 -0
- package/model/creativeCompactDTO.d.ts +1 -0
- package/model/creativeDTO.d.ts +1 -0
- package/model/creativePerformanceData.d.ts +3 -0
- package/model/{creativeSetsListDashboardData.d.ts → creativeSetDashboardMetric.d.ts} +4 -3
- package/model/creativeSetDetails.d.ts +11 -10
- package/model/creativeSetRequest.d.ts +10 -10
- package/model/creativeSetResponse.d.ts +18 -0
- package/model/dashboardData.d.ts +1 -0
- package/model/models.d.ts +3 -3
- package/model/parentBasedObject.d.ts +1 -0
- package/model/pixel.d.ts +1 -0
- package/model/reportingResponse.d.ts +1 -0
- package/model/strategy.d.ts +1 -0
- package/model/strategyDTO.d.ts +1 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm2015/model/creativeSetsListDashboardData.js +0 -16
- package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm5/model/creativeSetsListDashboardData.js +0 -16
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.178
|
|
2
2
|
|
|
3
3
|
### Building
|
|
4
4
|
|
|
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
|
19
19
|
_published:_
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
npm install @revxui/api-clients-ts@0.10.
|
|
22
|
+
npm install @revxui/api-clients-ts@0.10.178 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -127,19 +127,16 @@ export declare class AudienceControllerService {
|
|
|
127
127
|
* Api to get All Audience
|
|
128
128
|
*
|
|
129
129
|
* @param advertiser_id advertiser_id
|
|
130
|
-
* @param pageNumber pageNumber
|
|
131
|
-
* @param pageSize pageSize
|
|
132
130
|
* @param refresh refresh
|
|
133
131
|
* @param reqId request id
|
|
134
132
|
* @param search search
|
|
135
|
-
* @param sort sort
|
|
136
133
|
* @param token Auth Token
|
|
137
134
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
138
135
|
* @param reportProgress flag to report request and response progress.
|
|
139
136
|
*/
|
|
140
|
-
getAllAudienceUsingPOST(advertiser_id?: number,
|
|
141
|
-
getAllAudienceUsingPOST(advertiser_id?: number,
|
|
142
|
-
getAllAudienceUsingPOST(advertiser_id?: number,
|
|
137
|
+
getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseAudienceESDTO>;
|
|
138
|
+
getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseAudienceESDTO>>;
|
|
139
|
+
getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseAudienceESDTO>>;
|
|
143
140
|
/**
|
|
144
141
|
* Api to get Affle DMP Audience List
|
|
145
142
|
*
|
|
@@ -67,19 +67,16 @@ export declare class CampaignControllerService {
|
|
|
67
67
|
* Api to get All Campaign for given Adv Id
|
|
68
68
|
*
|
|
69
69
|
* @param advertiser_id advertiser_id
|
|
70
|
-
* @param pageNumber pageNumber
|
|
71
|
-
* @param pageSize pageSize
|
|
72
70
|
* @param refresh refresh
|
|
73
71
|
* @param reqId request id
|
|
74
72
|
* @param search search
|
|
75
|
-
* @param sort sort
|
|
76
73
|
* @param token Auth Token
|
|
77
74
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
78
75
|
* @param reportProgress flag to report request and response progress.
|
|
79
76
|
*/
|
|
80
|
-
getAllCampaignUsingGET(advertiser_id: number,
|
|
81
|
-
getAllCampaignUsingGET(advertiser_id: number,
|
|
82
|
-
getAllCampaignUsingGET(advertiser_id: number,
|
|
77
|
+
getAllCampaignUsingGET(advertiser_id: number, refresh?: boolean, reqId?: string, search?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListCampaignDTO>;
|
|
78
|
+
getAllCampaignUsingGET(advertiser_id: number, refresh?: boolean, reqId?: string, search?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListCampaignDTO>>;
|
|
79
|
+
getAllCampaignUsingGET(advertiser_id: number, refresh?: boolean, reqId?: string, search?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListCampaignDTO>>;
|
|
83
80
|
/**
|
|
84
81
|
* Api to get Campaign by Id
|
|
85
82
|
*
|
|
@@ -44,51 +44,42 @@ export declare class CatalogControllerService {
|
|
|
44
44
|
* get List of catalog Feeds for given advertiserId
|
|
45
45
|
*
|
|
46
46
|
* @param advertiser_id advertiser_id
|
|
47
|
-
* @param pageNumber pageNumber
|
|
48
|
-
* @param pageSize pageSize
|
|
49
47
|
* @param refresh refresh
|
|
50
48
|
* @param reqId request id
|
|
51
49
|
* @param search search
|
|
52
|
-
* @param sort sort
|
|
53
50
|
* @param token Auth Token
|
|
54
51
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
55
52
|
* @param reportProgress flag to report request and response progress.
|
|
56
53
|
*/
|
|
57
|
-
getCatalogFeedsUsingPOST(advertiser_id: number,
|
|
58
|
-
getCatalogFeedsUsingPOST(advertiser_id: number,
|
|
59
|
-
getCatalogFeedsUsingPOST(advertiser_id: number,
|
|
54
|
+
getCatalogFeedsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseCatalogFeed>;
|
|
55
|
+
getCatalogFeedsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseCatalogFeed>>;
|
|
56
|
+
getCatalogFeedsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseCatalogFeed>>;
|
|
60
57
|
/**
|
|
61
58
|
* get List of catalog macros for given advertiserId
|
|
62
59
|
*
|
|
63
60
|
* @param advertiser_id advertiser_id
|
|
64
|
-
* @param pageNumber pageNumber
|
|
65
|
-
* @param pageSize pageSize
|
|
66
61
|
* @param refresh refresh
|
|
67
62
|
* @param reqId request id
|
|
68
63
|
* @param search search
|
|
69
|
-
* @param sort sort
|
|
70
64
|
* @param token Auth Token
|
|
71
65
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
72
66
|
* @param reportProgress flag to report request and response progress.
|
|
73
67
|
*/
|
|
74
|
-
getMacrosUsingPOST(advertiser_id: number,
|
|
75
|
-
getMacrosUsingPOST(advertiser_id: number,
|
|
76
|
-
getMacrosUsingPOST(advertiser_id: number,
|
|
68
|
+
getMacrosUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseMacro>;
|
|
69
|
+
getMacrosUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseMacro>>;
|
|
70
|
+
getMacrosUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseMacro>>;
|
|
77
71
|
/**
|
|
78
72
|
* get List of catalog Variable Mappings for given feedId
|
|
79
73
|
*
|
|
80
74
|
* @param feedId feedId
|
|
81
|
-
* @param pageNumber pageNumber
|
|
82
|
-
* @param pageSize pageSize
|
|
83
75
|
* @param refresh refresh
|
|
84
76
|
* @param reqId request id
|
|
85
77
|
* @param search search
|
|
86
|
-
* @param sort sort
|
|
87
78
|
* @param token Auth Token
|
|
88
79
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
89
80
|
* @param reportProgress flag to report request and response progress.
|
|
90
81
|
*/
|
|
91
|
-
getVariableMappingsUsingPOST(feedId: number,
|
|
92
|
-
getVariableMappingsUsingPOST(feedId: number,
|
|
93
|
-
getVariableMappingsUsingPOST(feedId: number,
|
|
82
|
+
getVariableMappingsUsingPOST(feedId: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseVariablesMappingDTO>;
|
|
83
|
+
getVariableMappingsUsingPOST(feedId: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseVariablesMappingDTO>>;
|
|
84
|
+
getVariableMappingsUsingPOST(feedId: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseVariablesMappingDTO>>;
|
|
94
85
|
}
|
|
@@ -44,19 +44,16 @@ export declare class ClickDestinationControllerService {
|
|
|
44
44
|
* Api to get all click destination
|
|
45
45
|
*
|
|
46
46
|
* @param advertiser_id advertiser_id
|
|
47
|
-
* @param pageNumber pageNumber
|
|
48
|
-
* @param pageSize pageSize
|
|
49
47
|
* @param refresh refresh
|
|
50
48
|
* @param reqId request id
|
|
51
49
|
* @param search search
|
|
52
|
-
* @param sort sort
|
|
53
50
|
* @param token Auth Token
|
|
54
51
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
55
52
|
* @param reportProgress flag to report request and response progress.
|
|
56
53
|
*/
|
|
57
|
-
getAllClickDestinationUsingPOST(advertiser_id: number,
|
|
58
|
-
getAllClickDestinationUsingPOST(advertiser_id: number,
|
|
59
|
-
getAllClickDestinationUsingPOST(advertiser_id: number,
|
|
54
|
+
getAllClickDestinationUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseClickDestination>;
|
|
55
|
+
getAllClickDestinationUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseClickDestination>>;
|
|
56
|
+
getAllClickDestinationUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseClickDestination>>;
|
|
60
57
|
/**
|
|
61
58
|
* Api to get click destination by Id
|
|
62
59
|
*
|
|
@@ -136,35 +136,29 @@ export declare class CreativeControllerService {
|
|
|
136
136
|
* get/search creatives compacts
|
|
137
137
|
*
|
|
138
138
|
* @param search search
|
|
139
|
-
* @param pageNumber pageNumber
|
|
140
|
-
* @param pageSize pageSize
|
|
141
139
|
* @param refresh refresh
|
|
142
140
|
* @param reqId request id
|
|
143
141
|
* @param skadtarget skadtarget
|
|
144
|
-
* @param sort sort
|
|
145
142
|
* @param token Auth Token
|
|
146
143
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
147
144
|
* @param reportProgress flag to report request and response progress.
|
|
148
145
|
*/
|
|
149
|
-
searchCreativesCompactUsingPOST(search: SearchRequest,
|
|
150
|
-
searchCreativesCompactUsingPOST(search: SearchRequest,
|
|
151
|
-
searchCreativesCompactUsingPOST(search: SearchRequest,
|
|
146
|
+
searchCreativesCompactUsingPOST(search: SearchRequest, refresh?: boolean, reqId?: string, skadtarget?: boolean, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseCreativeCompactDTO>;
|
|
147
|
+
searchCreativesCompactUsingPOST(search: SearchRequest, refresh?: boolean, reqId?: string, skadtarget?: boolean, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseCreativeCompactDTO>>;
|
|
148
|
+
searchCreativesCompactUsingPOST(search: SearchRequest, refresh?: boolean, reqId?: string, skadtarget?: boolean, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseCreativeCompactDTO>>;
|
|
152
149
|
/**
|
|
153
150
|
* get/search creatives
|
|
154
151
|
*
|
|
155
152
|
* @param search search
|
|
156
|
-
* @param pageNumber pageNumber
|
|
157
|
-
* @param pageSize pageSize
|
|
158
153
|
* @param refresh refresh
|
|
159
154
|
* @param reqId request id
|
|
160
|
-
* @param sort sort
|
|
161
155
|
* @param token Auth Token
|
|
162
156
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
163
157
|
* @param reportProgress flag to report request and response progress.
|
|
164
158
|
*/
|
|
165
|
-
searchCreativesUsingPOST(search: DashboardRequest,
|
|
166
|
-
searchCreativesUsingPOST(search: DashboardRequest,
|
|
167
|
-
searchCreativesUsingPOST(search: DashboardRequest,
|
|
159
|
+
searchCreativesUsingPOST(search: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseCreativeDTO>;
|
|
160
|
+
searchCreativesUsingPOST(search: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseCreativeDTO>>;
|
|
161
|
+
searchCreativesUsingPOST(search: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseCreativeDTO>>;
|
|
168
162
|
/**
|
|
169
163
|
* update Creative
|
|
170
164
|
*
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
13
|
import { Observable } from 'rxjs';
|
|
14
14
|
import { ApiResponseObjectAdvertiserDynamicDetails } from '../model/apiResponseObjectAdvertiserDynamicDetails';
|
|
15
|
-
import {
|
|
15
|
+
import { ApiResponseObjectApiListResponseCreativeSetDashboardMetric } from '../model/apiResponseObjectApiListResponseCreativeSetDashboardMetric';
|
|
16
16
|
import { ApiResponseObjectCreativeSetDetails } from '../model/apiResponseObjectCreativeSetDetails';
|
|
17
17
|
import { ApiResponseObjectCreativeSetResponse } from '../model/apiResponseObjectCreativeSetResponse';
|
|
18
18
|
import { ApiResponseObjectDashboardMetrics } from '../model/apiResponseObjectDashboardMetrics';
|
|
@@ -59,47 +59,42 @@ export declare class CreativeSetsControllerService {
|
|
|
59
59
|
* Api to get creative sets
|
|
60
60
|
*
|
|
61
61
|
* @param id id
|
|
62
|
+
* @param refresh refresh
|
|
62
63
|
* @param reqId request id
|
|
63
64
|
* @param token Auth Token
|
|
64
65
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
65
66
|
* @param reportProgress flag to report request and response progress.
|
|
66
67
|
*/
|
|
67
|
-
getByIdUsingGET3(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeSetDetails>;
|
|
68
|
-
getByIdUsingGET3(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeSetDetails>>;
|
|
69
|
-
getByIdUsingGET3(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeSetDetails>>;
|
|
68
|
+
getByIdUsingGET3(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeSetDetails>;
|
|
69
|
+
getByIdUsingGET3(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeSetDetails>>;
|
|
70
|
+
getByIdUsingGET3(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeSetDetails>>;
|
|
70
71
|
/**
|
|
71
72
|
* Api to get list of creative sets with performance
|
|
72
73
|
*
|
|
73
74
|
* @param dashboardRequest dashboardRequest
|
|
74
|
-
* @param pageNumber pageNumber
|
|
75
|
-
* @param pageSize pageSize
|
|
76
75
|
* @param refresh refresh
|
|
77
76
|
* @param reqId request id
|
|
78
|
-
* @param sort sort
|
|
79
77
|
* @param token Auth Token
|
|
80
78
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
81
79
|
* @param reportProgress flag to report request and response progress.
|
|
82
80
|
*/
|
|
83
|
-
getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest,
|
|
84
|
-
getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest,
|
|
85
|
-
getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest,
|
|
81
|
+
getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseCreativeSetDashboardMetric>;
|
|
82
|
+
getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseCreativeSetDashboardMetric>>;
|
|
83
|
+
getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseCreativeSetDashboardMetric>>;
|
|
86
84
|
/**
|
|
87
85
|
* Api to get individual creative performance
|
|
88
86
|
*
|
|
89
87
|
* @param dashboardRequest dashboardRequest
|
|
90
88
|
* @param id id
|
|
91
|
-
* @param pageNumber pageNumber
|
|
92
|
-
* @param pageSize pageSize
|
|
93
89
|
* @param refresh refresh
|
|
94
90
|
* @param reqId request id
|
|
95
|
-
* @param sort sort
|
|
96
91
|
* @param token Auth Token
|
|
97
92
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
98
93
|
* @param reportProgress flag to report request and response progress.
|
|
99
94
|
*/
|
|
100
|
-
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number,
|
|
101
|
-
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number,
|
|
102
|
-
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number,
|
|
95
|
+
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
|
|
96
|
+
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
|
|
97
|
+
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
|
|
103
98
|
/**
|
|
104
99
|
* Api to get individual creative set performance
|
|
105
100
|
*
|
|
@@ -36,6 +36,19 @@ export declare class DashboardControllerService {
|
|
|
36
36
|
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
37
37
|
*/
|
|
38
38
|
private canConsumeForm;
|
|
39
|
+
/**
|
|
40
|
+
* DashBoard Api For archiving dashboard entities
|
|
41
|
+
*
|
|
42
|
+
* @param id id
|
|
43
|
+
* @param tableEntity tableEntity
|
|
44
|
+
* @param reqId request id
|
|
45
|
+
* @param token Auth Token
|
|
46
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
47
|
+
* @param reportProgress flag to report request and response progress.
|
|
48
|
+
*/
|
|
49
|
+
archiveEntitiesUsingPOST(id: Array<number>, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListMapintResponseMessage>;
|
|
50
|
+
archiveEntitiesUsingPOST(id: Array<number>, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListMapintResponseMessage>>;
|
|
51
|
+
archiveEntitiesUsingPOST(id: Array<number>, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListMapintResponseMessage>>;
|
|
39
52
|
/**
|
|
40
53
|
* getById
|
|
41
54
|
*
|
|
@@ -119,18 +132,15 @@ export declare class DashboardControllerService {
|
|
|
119
132
|
* @param dashboardRequest dashboardRequest
|
|
120
133
|
* @param entity entity
|
|
121
134
|
* @param showuu showuu
|
|
122
|
-
* @param pageNumber pageNumber
|
|
123
|
-
* @param pageSize pageSize
|
|
124
135
|
* @param refresh refresh
|
|
125
136
|
* @param reqId request id
|
|
126
|
-
* @param sort sort
|
|
127
137
|
* @param token Auth Token
|
|
128
138
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
129
139
|
* @param reportProgress flag to report request and response progress.
|
|
130
140
|
*/
|
|
131
|
-
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', showuu: boolean,
|
|
132
|
-
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', showuu: boolean,
|
|
133
|
-
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', showuu: boolean,
|
|
141
|
+
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
|
|
142
|
+
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
|
|
143
|
+
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
|
|
134
144
|
/**
|
|
135
145
|
* getDetailById
|
|
136
146
|
*
|
|
@@ -93,19 +93,16 @@ export declare class PixelControllerService {
|
|
|
93
93
|
* get/search pixels
|
|
94
94
|
*
|
|
95
95
|
* @param advertiser_id advertiser_id
|
|
96
|
-
* @param pageNumber pageNumber
|
|
97
|
-
* @param pageSize pageSize
|
|
98
96
|
* @param refresh refresh
|
|
99
97
|
* @param reqId request id
|
|
100
98
|
* @param search search
|
|
101
|
-
* @param sort sort
|
|
102
99
|
* @param token Auth Token
|
|
103
100
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
104
101
|
* @param reportProgress flag to report request and response progress.
|
|
105
102
|
*/
|
|
106
|
-
searchPixelsUsingPOST(advertiser_id: number,
|
|
107
|
-
searchPixelsUsingPOST(advertiser_id: number,
|
|
108
|
-
searchPixelsUsingPOST(advertiser_id: number,
|
|
103
|
+
searchPixelsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponsePixel>;
|
|
104
|
+
searchPixelsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponsePixel>>;
|
|
105
|
+
searchPixelsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponsePixel>>;
|
|
109
106
|
/**
|
|
110
107
|
* update Pixel
|
|
111
108
|
*
|