@revxui/api-clients-ts 1.1.84 → 1.1.86
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/creativeSetsController.service.d.ts +28 -0
- package/api/dashboardController.service.d.ts +24 -24
- package/api/strategyController.service.d.ts +10 -10
- package/bundles/revxui-api-clients-ts.umd.js +150 -49
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/esm2015/api/adminController.service.js +2 -2
- package/esm2015/api/advertiserController.service.js +2 -2
- package/esm2015/api/appSettingsController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +2 -2
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +80 -2
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/customerReportingController.service.js +2 -2
- package/esm2015/api/dashboardController.service.js +2 -2
- package/esm2015/api/notificationsController.service.js +2 -2
- package/esm2015/api/pixelController.service.js +2 -2
- package/esm2015/api/reportingController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/strategyTemplateController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/apiListResponseCreativePerformanceList.js +2 -0
- package/esm2015/model/apiListResponseCreativeSetPerformanceList.js +2 -0
- package/esm2015/model/apiListResponseStrategyTargettingPerformanceData.js +2 -0
- package/esm2015/model/apiResponseObjectApiListResponseCreativePerformanceList.js +2 -0
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.js +2 -0
- package/esm2015/model/baseModelWithCreativeSetType.js +2 -3
- package/esm2015/model/creativeCompactDTO.js +2 -3
- package/esm2015/model/creativeDTO.js +2 -3
- package/esm2015/model/creativeDetails.js +2 -3
- package/esm2015/model/creativeFileForSet.js +2 -3
- package/esm2015/model/creativeFiles.js +2 -3
- package/esm2015/model/creativeHtmlFileForSet.js +2 -3
- package/esm2015/model/creativePerformanceList.js +8 -0
- package/esm2015/model/creativeSetDashboardMetric.js +2 -3
- package/esm2015/model/creativeSetDetails.js +2 -3
- package/esm2015/model/creativeSetPerformanceList.js +23 -0
- package/esm2015/model/creativeSetRequest.js +2 -3
- package/esm2015/model/creativeSetResponse.js +2 -3
- package/esm2015/model/duplicateCreativeSetResponse.js +2 -3
- package/esm2015/model/models.js +8 -3
- package/esm2015/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +147 -50
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/apiListResponseCreativePerformanceList.d.ts +16 -0
- package/model/apiListResponseCreativeSetPerformanceList.d.ts +16 -0
- package/model/{strategyOptRecommendationResponse.d.ts → apiListResponseStrategyTargettingPerformanceData.d.ts} +3 -3
- package/model/{apiResponseObjectStrategyOptRecommendationResponse.d.ts → apiResponseObjectApiListResponseCreativePerformanceList.d.ts} +3 -3
- package/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.d.ts +17 -0
- package/model/baseModelWithCreativeSetType.d.ts +1 -2
- package/model/creativeCompactDTO.d.ts +1 -2
- package/model/creativeDTO.d.ts +1 -2
- package/model/creativeDetails.d.ts +1 -2
- package/model/creativeFileForSet.d.ts +1 -2
- package/model/creativeFiles.d.ts +1 -2
- package/model/creativeHtmlFileForSet.d.ts +1 -2
- package/model/creativePerformanceList.d.ts +78 -0
- package/model/creativeSetDashboardMetric.d.ts +1 -2
- package/model/creativeSetDetails.d.ts +1 -2
- package/model/creativeSetPerformanceList.d.ts +93 -0
- package/model/creativeSetRequest.d.ts +1 -2
- package/model/creativeSetResponse.d.ts +1 -2
- package/model/duplicateCreativeSetResponse.d.ts +1 -2
- package/model/models.d.ts +7 -2
- package/model/strategyDTO.d.ts +0 -1
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectStrategyOptRecommendationResponse.js +0 -2
- package/esm2015/model/strategyOptRecommendationResponse.js +0 -2
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { CreativePerformanceList } from './creativePerformanceList';
|
|
13
|
+
export interface ApiListResponseCreativePerformanceList {
|
|
14
|
+
data?: Array<CreativePerformanceList>;
|
|
15
|
+
totalNoOfRecords?: number;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { CreativeSetPerformanceList } from './creativeSetPerformanceList';
|
|
13
|
+
export interface ApiListResponseCreativeSetPerformanceList {
|
|
14
|
+
data?: Array<CreativeSetPerformanceList>;
|
|
15
|
+
totalNoOfRecords?: number;
|
|
16
|
+
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { StrategyTargettingPerformanceData } from './strategyTargettingPerformanceData';
|
|
13
|
-
export interface
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
export interface ApiListResponseStrategyTargettingPerformanceData {
|
|
14
|
+
data?: Array<StrategyTargettingPerformanceData>;
|
|
15
|
+
totalNoOfRecords?: number;
|
|
16
16
|
}
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
13
|
-
export interface
|
|
12
|
+
import { ApiListResponseCreativePerformanceList } from './apiListResponseCreativePerformanceList';
|
|
13
|
+
export interface ApiResponseObjectApiListResponseCreativePerformanceList {
|
|
14
14
|
error?: Error;
|
|
15
15
|
respId?: string;
|
|
16
|
-
respObject?:
|
|
16
|
+
respObject?: ApiListResponseCreativePerformanceList;
|
|
17
17
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ApiListResponseCreativeSetPerformanceList } from './apiListResponseCreativeSetPerformanceList';
|
|
13
|
+
export interface ApiResponseObjectApiListResponseCreativeSetPerformanceList {
|
|
14
|
+
error?: Error;
|
|
15
|
+
respId?: string;
|
|
16
|
+
respObject?: ApiListResponseCreativeSetPerformanceList;
|
|
17
|
+
}
|
|
@@ -15,7 +15,7 @@ export interface BaseModelWithCreativeSetType {
|
|
|
15
15
|
name?: string;
|
|
16
16
|
}
|
|
17
17
|
export declare namespace BaseModelWithCreativeSetType {
|
|
18
|
-
type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
18
|
+
type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS';
|
|
19
19
|
const CreativeSetTypeEnum: {
|
|
20
20
|
IMAGE: CreativeSetTypeEnum;
|
|
21
21
|
VIDEO: CreativeSetTypeEnum;
|
|
@@ -30,6 +30,5 @@ export declare namespace BaseModelWithCreativeSetType {
|
|
|
30
30
|
HYBRIDSTATICAD: CreativeSetTypeEnum;
|
|
31
31
|
HYBRIDDYNAMICAD: CreativeSetTypeEnum;
|
|
32
32
|
THIRDPARTYVIDEOADTAGS: CreativeSetTypeEnum;
|
|
33
|
-
ICON: CreativeSetTypeEnum;
|
|
34
33
|
};
|
|
35
34
|
}
|
|
@@ -31,7 +31,7 @@ export interface CreativeCompactDTO {
|
|
|
31
31
|
urlPath?: string;
|
|
32
32
|
}
|
|
33
33
|
export declare namespace CreativeCompactDTO {
|
|
34
|
-
type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed'
|
|
34
|
+
type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed';
|
|
35
35
|
const TypeEnum: {
|
|
36
36
|
Image: TypeEnum;
|
|
37
37
|
Html: TypeEnum;
|
|
@@ -47,6 +47,5 @@ export declare namespace CreativeCompactDTO {
|
|
|
47
47
|
FbAppEngagement: TypeEnum;
|
|
48
48
|
ClickTracker: TypeEnum;
|
|
49
49
|
FbxImageNewsFeed: TypeEnum;
|
|
50
|
-
NativeIcon: TypeEnum;
|
|
51
50
|
};
|
|
52
51
|
}
|
package/model/creativeDTO.d.ts
CHANGED
|
@@ -86,7 +86,7 @@ export declare namespace CreativeDTO {
|
|
|
86
86
|
CSV: ContentTypeEnum;
|
|
87
87
|
UNKNOWN: ContentTypeEnum;
|
|
88
88
|
};
|
|
89
|
-
type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed'
|
|
89
|
+
type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed';
|
|
90
90
|
const TypeEnum: {
|
|
91
91
|
Image: TypeEnum;
|
|
92
92
|
Html: TypeEnum;
|
|
@@ -102,7 +102,6 @@ export declare namespace CreativeDTO {
|
|
|
102
102
|
FbAppEngagement: TypeEnum;
|
|
103
103
|
ClickTracker: TypeEnum;
|
|
104
104
|
FbxImageNewsFeed: TypeEnum;
|
|
105
|
-
NativeIcon: TypeEnum;
|
|
106
105
|
};
|
|
107
106
|
type VideoUploadTypeEnum = 'VIDEO' | 'VAST_WRAPPER';
|
|
108
107
|
const VideoUploadTypeEnum: {
|
|
@@ -21,7 +21,7 @@ export interface CreativeDetails {
|
|
|
21
21
|
name?: string;
|
|
22
22
|
}
|
|
23
23
|
export declare namespace CreativeDetails {
|
|
24
|
-
type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
24
|
+
type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS';
|
|
25
25
|
const CreativeSetTypeEnum: {
|
|
26
26
|
IMAGE: CreativeSetTypeEnum;
|
|
27
27
|
VIDEO: CreativeSetTypeEnum;
|
|
@@ -36,6 +36,5 @@ export declare namespace CreativeDetails {
|
|
|
36
36
|
HYBRIDSTATICAD: CreativeSetTypeEnum;
|
|
37
37
|
HYBRIDDYNAMICAD: CreativeSetTypeEnum;
|
|
38
38
|
THIRDPARTYVIDEOADTAGS: CreativeSetTypeEnum;
|
|
39
|
-
ICON: CreativeSetTypeEnum;
|
|
40
39
|
};
|
|
41
40
|
}
|
|
@@ -38,7 +38,7 @@ export interface CreativeFileForSet {
|
|
|
38
38
|
width?: number;
|
|
39
39
|
}
|
|
40
40
|
export declare namespace CreativeFileForSet {
|
|
41
|
-
type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed'
|
|
41
|
+
type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed';
|
|
42
42
|
const TypeEnum: {
|
|
43
43
|
Image: TypeEnum;
|
|
44
44
|
Html: TypeEnum;
|
|
@@ -54,6 +54,5 @@ export declare namespace CreativeFileForSet {
|
|
|
54
54
|
FbAppEngagement: TypeEnum;
|
|
55
55
|
ClickTracker: TypeEnum;
|
|
56
56
|
FbxImageNewsFeed: TypeEnum;
|
|
57
|
-
NativeIcon: TypeEnum;
|
|
58
57
|
};
|
|
59
58
|
}
|
package/model/creativeFiles.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export interface CreativeFiles {
|
|
|
33
33
|
width?: number;
|
|
34
34
|
}
|
|
35
35
|
export declare namespace CreativeFiles {
|
|
36
|
-
type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed'
|
|
36
|
+
type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed';
|
|
37
37
|
const TypeEnum: {
|
|
38
38
|
Image: TypeEnum;
|
|
39
39
|
Html: TypeEnum;
|
|
@@ -49,6 +49,5 @@ export declare namespace CreativeFiles {
|
|
|
49
49
|
FbAppEngagement: TypeEnum;
|
|
50
50
|
ClickTracker: TypeEnum;
|
|
51
51
|
FbxImageNewsFeed: TypeEnum;
|
|
52
|
-
NativeIcon: TypeEnum;
|
|
53
52
|
};
|
|
54
53
|
}
|
|
@@ -36,7 +36,7 @@ export declare namespace CreativeHtmlFileForSet {
|
|
|
36
36
|
HYBRIDSTATICAD: TemplateTypeEnum;
|
|
37
37
|
HYBRIDDYNAMICAD: TemplateTypeEnum;
|
|
38
38
|
};
|
|
39
|
-
type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed'
|
|
39
|
+
type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed';
|
|
40
40
|
const TypeEnum: {
|
|
41
41
|
Image: TypeEnum;
|
|
42
42
|
Html: TypeEnum;
|
|
@@ -52,6 +52,5 @@ export declare namespace CreativeHtmlFileForSet {
|
|
|
52
52
|
FbAppEngagement: TypeEnum;
|
|
53
53
|
ClickTracker: TypeEnum;
|
|
54
54
|
FbxImageNewsFeed: TypeEnum;
|
|
55
|
-
NativeIcon: TypeEnum;
|
|
56
55
|
};
|
|
57
56
|
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { BaseModel } from './baseModel';
|
|
13
|
+
import { Size } from './size';
|
|
14
|
+
export interface CreativePerformanceList {
|
|
15
|
+
advRevenue?: number;
|
|
16
|
+
advertiserId?: number;
|
|
17
|
+
appopen?: number;
|
|
18
|
+
archived?: boolean;
|
|
19
|
+
bidsPlaced?: number;
|
|
20
|
+
clickConversions?: number;
|
|
21
|
+
clickInstalls?: number;
|
|
22
|
+
clickappopen?: number;
|
|
23
|
+
clicks?: number;
|
|
24
|
+
conversions?: number;
|
|
25
|
+
cost?: number;
|
|
26
|
+
createdBy?: number;
|
|
27
|
+
createdOn?: number;
|
|
28
|
+
ctc?: number;
|
|
29
|
+
ctr?: number;
|
|
30
|
+
currencyId?: string;
|
|
31
|
+
cvr?: number;
|
|
32
|
+
dailyUU?: number;
|
|
33
|
+
ecpa?: number;
|
|
34
|
+
ecpc?: number;
|
|
35
|
+
ecpi?: number;
|
|
36
|
+
ecpm?: number;
|
|
37
|
+
ecpo?: number;
|
|
38
|
+
eligibleBids?: number;
|
|
39
|
+
eligibleUniqUsers?: number;
|
|
40
|
+
endTime?: number;
|
|
41
|
+
erpa?: number;
|
|
42
|
+
erpc?: number;
|
|
43
|
+
erpi?: number;
|
|
44
|
+
erpm?: number;
|
|
45
|
+
erpo?: number;
|
|
46
|
+
id?: number;
|
|
47
|
+
impInstalls?: number;
|
|
48
|
+
impressionUniqUsers?: number;
|
|
49
|
+
impressions?: number;
|
|
50
|
+
installs?: number;
|
|
51
|
+
invalidClicks?: number;
|
|
52
|
+
iti?: number;
|
|
53
|
+
licenseeId?: number;
|
|
54
|
+
margin?: number;
|
|
55
|
+
modifiedBy?: number;
|
|
56
|
+
modifiedTime?: number;
|
|
57
|
+
name?: string;
|
|
58
|
+
placebo?: boolean;
|
|
59
|
+
previewUrl?: string;
|
|
60
|
+
revenue?: number;
|
|
61
|
+
roi?: number;
|
|
62
|
+
size?: Size;
|
|
63
|
+
startTime?: number;
|
|
64
|
+
status?: CreativePerformanceList.StatusEnum;
|
|
65
|
+
timezone?: BaseModel;
|
|
66
|
+
totalUU?: number;
|
|
67
|
+
type?: string;
|
|
68
|
+
userReach?: number;
|
|
69
|
+
viewConversions?: number;
|
|
70
|
+
viewappopen?: number;
|
|
71
|
+
}
|
|
72
|
+
export declare namespace CreativePerformanceList {
|
|
73
|
+
type StatusEnum = 'active' | 'inactive';
|
|
74
|
+
const StatusEnum: {
|
|
75
|
+
Active: StatusEnum;
|
|
76
|
+
Inactive: StatusEnum;
|
|
77
|
+
};
|
|
78
|
+
}
|
|
@@ -66,7 +66,7 @@ export interface CreativeSetDashboardMetric {
|
|
|
66
66
|
viewappopen?: number;
|
|
67
67
|
}
|
|
68
68
|
export declare namespace CreativeSetDashboardMetric {
|
|
69
|
-
type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
69
|
+
type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS';
|
|
70
70
|
const CreativeSetTypeEnum: {
|
|
71
71
|
IMAGE: CreativeSetTypeEnum;
|
|
72
72
|
VIDEO: CreativeSetTypeEnum;
|
|
@@ -81,6 +81,5 @@ export declare namespace CreativeSetDashboardMetric {
|
|
|
81
81
|
HYBRIDSTATICAD: CreativeSetTypeEnum;
|
|
82
82
|
HYBRIDDYNAMICAD: CreativeSetTypeEnum;
|
|
83
83
|
THIRDPARTYVIDEOADTAGS: CreativeSetTypeEnum;
|
|
84
|
-
ICON: CreativeSetTypeEnum;
|
|
85
84
|
};
|
|
86
85
|
}
|
|
@@ -41,7 +41,7 @@ export interface CreativeSetDetails {
|
|
|
41
41
|
type?: CreativeSetDetails.TypeEnum;
|
|
42
42
|
}
|
|
43
43
|
export declare namespace CreativeSetDetails {
|
|
44
|
-
type TypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
44
|
+
type TypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS';
|
|
45
45
|
const TypeEnum: {
|
|
46
46
|
IMAGE: TypeEnum;
|
|
47
47
|
VIDEO: TypeEnum;
|
|
@@ -56,6 +56,5 @@ export declare namespace CreativeSetDetails {
|
|
|
56
56
|
HYBRIDSTATICAD: TypeEnum;
|
|
57
57
|
HYBRIDDYNAMICAD: TypeEnum;
|
|
58
58
|
THIRDPARTYVIDEOADTAGS: TypeEnum;
|
|
59
|
-
ICON: TypeEnum;
|
|
60
59
|
};
|
|
61
60
|
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { BaseModel } from './baseModel';
|
|
13
|
+
import { Size } from './size';
|
|
14
|
+
export interface CreativeSetPerformanceList {
|
|
15
|
+
advRevenue?: number;
|
|
16
|
+
advertiserId?: number;
|
|
17
|
+
appopen?: number;
|
|
18
|
+
archived?: boolean;
|
|
19
|
+
bidsPlaced?: number;
|
|
20
|
+
clickConversions?: number;
|
|
21
|
+
clickInstalls?: number;
|
|
22
|
+
clickappopen?: number;
|
|
23
|
+
clicks?: number;
|
|
24
|
+
conversions?: number;
|
|
25
|
+
cost?: number;
|
|
26
|
+
createdBy?: number;
|
|
27
|
+
createdOn?: number;
|
|
28
|
+
ctc?: number;
|
|
29
|
+
ctr?: number;
|
|
30
|
+
currencyId?: string;
|
|
31
|
+
cvr?: number;
|
|
32
|
+
dailyUU?: number;
|
|
33
|
+
ecpa?: number;
|
|
34
|
+
ecpc?: number;
|
|
35
|
+
ecpi?: number;
|
|
36
|
+
ecpm?: number;
|
|
37
|
+
ecpo?: number;
|
|
38
|
+
eligibleBids?: number;
|
|
39
|
+
eligibleUniqUsers?: number;
|
|
40
|
+
endTime?: number;
|
|
41
|
+
erpa?: number;
|
|
42
|
+
erpc?: number;
|
|
43
|
+
erpi?: number;
|
|
44
|
+
erpm?: number;
|
|
45
|
+
erpo?: number;
|
|
46
|
+
id?: number;
|
|
47
|
+
impInstalls?: number;
|
|
48
|
+
impressionUniqUsers?: number;
|
|
49
|
+
impressions?: number;
|
|
50
|
+
installs?: number;
|
|
51
|
+
invalidClicks?: number;
|
|
52
|
+
iti?: number;
|
|
53
|
+
licenseeId?: number;
|
|
54
|
+
margin?: number;
|
|
55
|
+
modifiedBy?: number;
|
|
56
|
+
modifiedTime?: number;
|
|
57
|
+
name?: string;
|
|
58
|
+
placebo?: boolean;
|
|
59
|
+
revenue?: number;
|
|
60
|
+
roi?: number;
|
|
61
|
+
sizes?: Array<Size>;
|
|
62
|
+
startTime?: number;
|
|
63
|
+
status?: CreativeSetPerformanceList.StatusEnum;
|
|
64
|
+
timezone?: BaseModel;
|
|
65
|
+
totalUU?: number;
|
|
66
|
+
type?: CreativeSetPerformanceList.TypeEnum;
|
|
67
|
+
userReach?: number;
|
|
68
|
+
viewConversions?: number;
|
|
69
|
+
viewappopen?: number;
|
|
70
|
+
}
|
|
71
|
+
export declare namespace CreativeSetPerformanceList {
|
|
72
|
+
type StatusEnum = 'active' | 'inactive';
|
|
73
|
+
const StatusEnum: {
|
|
74
|
+
Active: StatusEnum;
|
|
75
|
+
Inactive: StatusEnum;
|
|
76
|
+
};
|
|
77
|
+
type TypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS';
|
|
78
|
+
const TypeEnum: {
|
|
79
|
+
IMAGE: TypeEnum;
|
|
80
|
+
VIDEO: TypeEnum;
|
|
81
|
+
THIRDPARTYADTAGS: TypeEnum;
|
|
82
|
+
ZIPPEDHTML: TypeEnum;
|
|
83
|
+
NATIVEIMAGE: TypeEnum;
|
|
84
|
+
NATIVEVIDEO: TypeEnum;
|
|
85
|
+
DYNAMICIMAGE: TypeEnum;
|
|
86
|
+
DYNAMICMACRO: TypeEnum;
|
|
87
|
+
DYNAMICHTML: TypeEnum;
|
|
88
|
+
DYNAMICVIDEO: TypeEnum;
|
|
89
|
+
HYBRIDSTATICAD: TypeEnum;
|
|
90
|
+
HYBRIDDYNAMICAD: TypeEnum;
|
|
91
|
+
THIRDPARTYVIDEOADTAGS: TypeEnum;
|
|
92
|
+
};
|
|
93
|
+
}
|
|
@@ -45,7 +45,7 @@ export interface CreativeSetRequest {
|
|
|
45
45
|
urlPath?: string;
|
|
46
46
|
}
|
|
47
47
|
export declare namespace CreativeSetRequest {
|
|
48
|
-
type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
48
|
+
type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS';
|
|
49
49
|
const CreativeSetTypeEnum: {
|
|
50
50
|
IMAGE: CreativeSetTypeEnum;
|
|
51
51
|
VIDEO: CreativeSetTypeEnum;
|
|
@@ -60,6 +60,5 @@ export declare namespace CreativeSetRequest {
|
|
|
60
60
|
HYBRIDSTATICAD: CreativeSetTypeEnum;
|
|
61
61
|
HYBRIDDYNAMICAD: CreativeSetTypeEnum;
|
|
62
62
|
THIRDPARTYVIDEOADTAGS: CreativeSetTypeEnum;
|
|
63
|
-
ICON: CreativeSetTypeEnum;
|
|
64
63
|
};
|
|
65
64
|
}
|
|
@@ -16,7 +16,7 @@ export interface CreativeSetResponse {
|
|
|
16
16
|
otherCreativeSetType?: CreativeSetResponse.OtherCreativeSetTypeEnum;
|
|
17
17
|
}
|
|
18
18
|
export declare namespace CreativeSetResponse {
|
|
19
|
-
type OtherCreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
19
|
+
type OtherCreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS';
|
|
20
20
|
const OtherCreativeSetTypeEnum: {
|
|
21
21
|
IMAGE: OtherCreativeSetTypeEnum;
|
|
22
22
|
VIDEO: OtherCreativeSetTypeEnum;
|
|
@@ -31,6 +31,5 @@ export declare namespace CreativeSetResponse {
|
|
|
31
31
|
HYBRIDSTATICAD: OtherCreativeSetTypeEnum;
|
|
32
32
|
HYBRIDDYNAMICAD: OtherCreativeSetTypeEnum;
|
|
33
33
|
THIRDPARTYVIDEOADTAGS: OtherCreativeSetTypeEnum;
|
|
34
|
-
ICON: OtherCreativeSetTypeEnum;
|
|
35
34
|
};
|
|
36
35
|
}
|
|
@@ -17,7 +17,7 @@ export interface DuplicateCreativeSetResponse {
|
|
|
17
17
|
otherCreativeSetType?: DuplicateCreativeSetResponse.OtherCreativeSetTypeEnum;
|
|
18
18
|
}
|
|
19
19
|
export declare namespace DuplicateCreativeSetResponse {
|
|
20
|
-
type OtherCreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
20
|
+
type OtherCreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS';
|
|
21
21
|
const OtherCreativeSetTypeEnum: {
|
|
22
22
|
IMAGE: OtherCreativeSetTypeEnum;
|
|
23
23
|
VIDEO: OtherCreativeSetTypeEnum;
|
|
@@ -32,6 +32,5 @@ export declare namespace DuplicateCreativeSetResponse {
|
|
|
32
32
|
HYBRIDSTATICAD: OtherCreativeSetTypeEnum;
|
|
33
33
|
HYBRIDDYNAMICAD: OtherCreativeSetTypeEnum;
|
|
34
34
|
THIRDPARTYVIDEOADTAGS: OtherCreativeSetTypeEnum;
|
|
35
|
-
ICON: OtherCreativeSetTypeEnum;
|
|
36
35
|
};
|
|
37
36
|
}
|
package/model/models.d.ts
CHANGED
|
@@ -18,11 +18,14 @@ export * from './apiListResponseCatalogFeed';
|
|
|
18
18
|
export * from './apiListResponseClickDestination';
|
|
19
19
|
export * from './apiListResponseCreativeCompactDTO';
|
|
20
20
|
export * from './apiListResponseCreativeDTO';
|
|
21
|
+
export * from './apiListResponseCreativePerformanceList';
|
|
21
22
|
export * from './apiListResponseCreativeSetDashboardMetric';
|
|
23
|
+
export * from './apiListResponseCreativeSetPerformanceList';
|
|
22
24
|
export * from './apiListResponseCreativeTemplateDTO';
|
|
23
25
|
export * from './apiListResponseMacro';
|
|
24
26
|
export * from './apiListResponsePixel';
|
|
25
27
|
export * from './apiListResponseSizeWithPreview';
|
|
28
|
+
export * from './apiListResponseStrategyTargettingPerformanceData';
|
|
26
29
|
export * from './apiListResponseStrategyTemplateResponse';
|
|
27
30
|
export * from './apiListResponseVariablesMappingDTO';
|
|
28
31
|
export * from './apiResponseObjectABTestDTO';
|
|
@@ -37,7 +40,9 @@ export * from './apiResponseObjectApiListResponseCatalogFeed';
|
|
|
37
40
|
export * from './apiResponseObjectApiListResponseClickDestination';
|
|
38
41
|
export * from './apiResponseObjectApiListResponseCreativeCompactDTO';
|
|
39
42
|
export * from './apiResponseObjectApiListResponseCreativeDTO';
|
|
43
|
+
export * from './apiResponseObjectApiListResponseCreativePerformanceList';
|
|
40
44
|
export * from './apiResponseObjectApiListResponseCreativeSetDashboardMetric';
|
|
45
|
+
export * from './apiResponseObjectApiListResponseCreativeSetPerformanceList';
|
|
41
46
|
export * from './apiResponseObjectApiListResponseCreativeTemplateDTO';
|
|
42
47
|
export * from './apiResponseObjectApiListResponsePixel';
|
|
43
48
|
export * from './apiResponseObjectApiListResponseVariablesMappingDTO';
|
|
@@ -97,7 +102,6 @@ export * from './apiResponseObjectSlicexChartResponse';
|
|
|
97
102
|
export * from './apiResponseObjectSlicexListResponse';
|
|
98
103
|
export * from './apiResponseObjectStrategyCreativeAssociationResponseDTO';
|
|
99
104
|
export * from './apiResponseObjectStrategyDTO';
|
|
100
|
-
export * from './apiResponseObjectStrategyOptRecommendationResponse';
|
|
101
105
|
export * from './apiResponseObjectStrategyOptimizationDataResponse';
|
|
102
106
|
export * from './apiResponseObjectStrategyQuickEditDTO';
|
|
103
107
|
export * from './apiResponseObjectTag';
|
|
@@ -163,9 +167,11 @@ export * from './creativeHtmlMockupDTO';
|
|
|
163
167
|
export * from './creativeListEditField';
|
|
164
168
|
export * from './creativeMockUpsDTO';
|
|
165
169
|
export * from './creativePerformanceData';
|
|
170
|
+
export * from './creativePerformanceList';
|
|
166
171
|
export * from './creativeSetDashboardMetric';
|
|
167
172
|
export * from './creativeSetDetails';
|
|
168
173
|
export * from './creativeSetListEditField';
|
|
174
|
+
export * from './creativeSetPerformanceList';
|
|
169
175
|
export * from './creativeSetRequest';
|
|
170
176
|
export * from './creativeSetRescheduleRequest';
|
|
171
177
|
export * from './creativeSetResponse';
|
|
@@ -271,7 +277,6 @@ export * from './strategyDTO';
|
|
|
271
277
|
export * from './strategyInlineDTO';
|
|
272
278
|
export * from './strategyListEditField';
|
|
273
279
|
export * from './strategyOptBlockTargetingReq';
|
|
274
|
-
export * from './strategyOptRecommendationResponse';
|
|
275
280
|
export * from './strategyOptimizationDataResponse';
|
|
276
281
|
export * from './strategyQuickEditDTO';
|
|
277
282
|
export * from './strategyTargettingPerformanceData';
|
package/model/strategyDTO.d.ts
CHANGED
|
@@ -80,7 +80,6 @@ export interface StrategyDTO {
|
|
|
80
80
|
pricingType?: BaseModel;
|
|
81
81
|
pricingTypeId?: number;
|
|
82
82
|
pricingValue?: number;
|
|
83
|
-
productFeedTargeting?: Array<BaseModel>;
|
|
84
83
|
productSelectionPolicy?: StrategyDTO.ProductSelectionPolicyEnum;
|
|
85
84
|
publisherTypes?: Array<StrategyDTO.PublisherTypesEnum>;
|
|
86
85
|
roiTargetType?: BaseModel;
|