@revxui/intellibid-client-ts 1.0.2 → 1.0.3
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/api.d.ts +15 -15
- package/api/businessGeoController.service.d.ts +28 -28
- package/api/campaignController.service.d.ts +67 -67
- package/api/countryController.service.d.ts +28 -28
- package/api/dpaCampaignController.service.d.ts +52 -52
- package/api/dpaEngagementController.service.d.ts +126 -126
- package/api/facebookEngagementController.service.d.ts +77 -77
- package/api/packageDetailController.service.d.ts +45 -45
- package/api.module.d.ts +11 -11
- package/configuration.d.ts +48 -48
- package/encoder.d.ts +10 -10
- package/esm2020/api/api.mjs +15 -15
- package/esm2020/api/businessGeoController.service.mjs +77 -77
- package/esm2020/api/campaignController.service.mjs +178 -178
- package/esm2020/api/countryController.service.mjs +77 -77
- package/esm2020/api/dpaCampaignController.service.mjs +144 -144
- package/esm2020/api/dpaEngagementController.service.mjs +326 -326
- package/esm2020/api/facebookEngagementController.service.mjs +213 -213
- package/esm2020/api/packageDetailController.service.mjs +122 -122
- package/esm2020/api.module.mjs +62 -62
- package/esm2020/configuration.mjs +58 -58
- package/esm2020/encoder.mjs +16 -16
- package/esm2020/index.mjs +5 -5
- package/esm2020/model/adSetDetails.mjs +19 -19
- package/esm2020/model/audienceDetails.mjs +12 -12
- package/esm2020/model/businessGeoResponse.mjs +12 -12
- package/esm2020/model/campaignResponse.mjs +31 -31
- package/esm2020/model/countryResponse.mjs +12 -12
- package/esm2020/model/createCampaignRequest.mjs +12 -12
- package/esm2020/model/creativeDetails.mjs +1 -1
- package/esm2020/model/dpaCampaignRequest.mjs +1 -1
- package/esm2020/model/dpaCampaignResponse.mjs +10 -10
- package/esm2020/model/dpaEngagementRequest.mjs +1 -1
- package/esm2020/model/dpaEngagementResponse.mjs +31 -31
- package/esm2020/model/entitySearchResponse.mjs +12 -12
- package/esm2020/model/exclusionRule.mjs +12 -12
- package/esm2020/model/facebookDetails.mjs +1 -1
- package/esm2020/model/facebookEngagementRequest.mjs +12 -12
- package/esm2020/model/facebookEngagementResponse.mjs +20 -20
- package/esm2020/model/imageOverlaySpecDetails.mjs +12 -12
- package/esm2020/model/models.mjs +25 -25
- package/esm2020/model/packageDetailResponse.mjs +12 -12
- package/esm2020/model/pageCampaignResponse.mjs +1 -1
- package/esm2020/model/pageDpaEngagementResponse.mjs +1 -1
- package/esm2020/model/pageFacebookEngagementResponse.mjs +1 -1
- package/esm2020/model/pagePackageDetailResponse.mjs +1 -1
- package/esm2020/model/pageableObject.mjs +1 -1
- package/esm2020/model/sortObject.mjs +12 -12
- package/esm2020/model/updateDailyBudgetRequest.mjs +12 -12
- package/esm2020/revxui-intellibid-client-ts.mjs +4 -4
- package/esm2020/variables.mjs +8 -8
- package/fesm2015/revxui-intellibid-client-ts.mjs +1328 -1328
- package/fesm2020/revxui-intellibid-client-ts.mjs +1422 -1422
- package/index.d.ts +5 -5
- package/model/adSetDetails.d.ts +28 -28
- package/model/audienceDetails.d.ts +22 -22
- package/model/businessGeoResponse.d.ts +15 -15
- package/model/campaignResponse.d.ts +117 -117
- package/model/countryResponse.d.ts +16 -16
- package/model/createCampaignRequest.d.ts +16 -16
- package/model/creativeDetails.d.ts +21 -21
- package/model/dpaCampaignRequest.d.ts +17 -17
- package/model/dpaCampaignResponse.d.ts +35 -35
- package/model/dpaEngagementRequest.d.ts +29 -29
- package/model/dpaEngagementResponse.d.ts +90 -90
- package/model/entitySearchResponse.d.ts +15 -15
- package/model/exclusionRule.d.ts +15 -15
- package/model/facebookDetails.d.ts +27 -27
- package/model/facebookEngagementRequest.d.ts +24 -24
- package/model/facebookEngagementResponse.d.ts +39 -39
- package/model/imageOverlaySpecDetails.d.ts +20 -20
- package/model/models.d.ts +25 -25
- package/model/packageDetailResponse.d.ts +16 -16
- package/model/pageCampaignResponse.d.ts +27 -27
- package/model/pageDpaEngagementResponse.d.ts +27 -27
- package/model/pageFacebookEngagementResponse.d.ts +27 -27
- package/model/pagePackageDetailResponse.d.ts +27 -27
- package/model/pageableObject.d.ts +20 -20
- package/model/sortObject.d.ts +18 -18
- package/model/updateDailyBudgetRequest.d.ts +14 -14
- package/package.json +1 -1
- package/variables.d.ts +8 -8
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './api/api';
|
|
2
|
-
export * from './model/models';
|
|
3
|
-
export * from './variables';
|
|
4
|
-
export * from './configuration';
|
|
5
|
-
export * from './api.module';
|
|
1
|
+
export * from './api/api';
|
|
2
|
+
export * from './model/models';
|
|
3
|
+
export * from './variables';
|
|
4
|
+
export * from './configuration';
|
|
5
|
+
export * from './api.module';
|
package/model/adSetDetails.d.ts
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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
|
-
export interface AdSetDetails {
|
|
13
|
-
name?: string;
|
|
14
|
-
id?: string;
|
|
15
|
-
type?: AdSetDetails.TypeEnum;
|
|
16
|
-
audienceId?: string;
|
|
17
|
-
cvrBucket?: string;
|
|
18
|
-
hsdoBucket?: string;
|
|
19
|
-
placementBucket?: string;
|
|
20
|
-
}
|
|
21
|
-
export declare namespace AdSetDetails {
|
|
22
|
-
type TypeEnum = 'IB' | 'Engage' | 'Default';
|
|
23
|
-
const TypeEnum: {
|
|
24
|
-
IB: TypeEnum;
|
|
25
|
-
Engage: TypeEnum;
|
|
26
|
-
Default: TypeEnum;
|
|
27
|
-
};
|
|
28
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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
|
+
export interface AdSetDetails {
|
|
13
|
+
name?: string;
|
|
14
|
+
id?: string;
|
|
15
|
+
type?: AdSetDetails.TypeEnum;
|
|
16
|
+
audienceId?: string;
|
|
17
|
+
cvrBucket?: string;
|
|
18
|
+
hsdoBucket?: string;
|
|
19
|
+
placementBucket?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace AdSetDetails {
|
|
22
|
+
type TypeEnum = 'IB' | 'Engage' | 'Default';
|
|
23
|
+
const TypeEnum: {
|
|
24
|
+
IB: TypeEnum;
|
|
25
|
+
Engage: TypeEnum;
|
|
26
|
+
Default: TypeEnum;
|
|
27
|
+
};
|
|
28
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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
|
-
export interface AudienceDetails {
|
|
13
|
-
id?: string;
|
|
14
|
-
name?: string;
|
|
15
|
-
cvrBucket?: string;
|
|
16
|
-
hsdoBucket?: string;
|
|
17
|
-
stage?: string;
|
|
18
|
-
segmentId?: string;
|
|
19
|
-
bannerId?: string;
|
|
20
|
-
engageAudienceType?: string;
|
|
21
|
-
size?: number;
|
|
22
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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
|
+
export interface AudienceDetails {
|
|
13
|
+
id?: string;
|
|
14
|
+
name?: string;
|
|
15
|
+
cvrBucket?: string;
|
|
16
|
+
hsdoBucket?: string;
|
|
17
|
+
stage?: string;
|
|
18
|
+
segmentId?: string;
|
|
19
|
+
bannerId?: string;
|
|
20
|
+
engageAudienceType?: string;
|
|
21
|
+
size?: number;
|
|
22
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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
|
-
export interface BusinessGeoResponse {
|
|
13
|
-
code?: string;
|
|
14
|
-
name?: string;
|
|
15
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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
|
+
export interface BusinessGeoResponse {
|
|
13
|
+
code?: string;
|
|
14
|
+
name?: string;
|
|
15
|
+
}
|
|
@@ -1,117 +1,117 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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
|
-
export interface CampaignResponse {
|
|
13
|
-
id?: number;
|
|
14
|
-
advertiserId?: number;
|
|
15
|
-
name?: string;
|
|
16
|
-
vizVrmId?: string;
|
|
17
|
-
impressionCap?: number;
|
|
18
|
-
priority?: number;
|
|
19
|
-
resetImpressionCount?: boolean;
|
|
20
|
-
payoutTypeId?: number;
|
|
21
|
-
payoutValue?: number;
|
|
22
|
-
payoutCurrencyCode?: string;
|
|
23
|
-
status?: CampaignResponse.StatusEnum;
|
|
24
|
-
httpBatchSize?: number;
|
|
25
|
-
httpsBatchSize?: number;
|
|
26
|
-
httpPixelListenerDomainId?: number;
|
|
27
|
-
httpsPixelListenerDomainId?: number;
|
|
28
|
-
impressionTrackerUrl?: string;
|
|
29
|
-
clickTrackerUrl?: string;
|
|
30
|
-
tagFileName?: string;
|
|
31
|
-
feedCode?: string;
|
|
32
|
-
dateFormat?: string;
|
|
33
|
-
bannerDisplayDateFormat?: string;
|
|
34
|
-
isCrossSell?: boolean;
|
|
35
|
-
orderCurrencyCode?: string;
|
|
36
|
-
optOutLandingPage?: string;
|
|
37
|
-
businessGeoCode?: string;
|
|
38
|
-
intelliRecSplitPercentage?: number;
|
|
39
|
-
intelliRecSplitPercentageFacebook?: number;
|
|
40
|
-
isMobileCampaign?: boolean;
|
|
41
|
-
isAppCampaign?: boolean;
|
|
42
|
-
isCategoryPricingEnabled?: boolean;
|
|
43
|
-
isCategoryPricingVisibleToClient?: boolean;
|
|
44
|
-
isFirstPartyCookieTrackable?: boolean;
|
|
45
|
-
isDsp?: boolean;
|
|
46
|
-
isBannerWeightAutomationEnabled?: boolean;
|
|
47
|
-
ppaLimit?: number;
|
|
48
|
-
isGeoPublisherPrioritizationEnabled?: boolean;
|
|
49
|
-
averageOrderSizeForPublisherPrioritization?: number;
|
|
50
|
-
autoGenerateDefaultProducts?: boolean;
|
|
51
|
-
defaultLandingPage?: string;
|
|
52
|
-
cdnDomain?: string;
|
|
53
|
-
cdnPath?: string;
|
|
54
|
-
enableDefaultCityMappingLookup?: boolean;
|
|
55
|
-
isSelfServe?: boolean;
|
|
56
|
-
campaignVerticalId?: number;
|
|
57
|
-
isEncodingPOCEnabled?: boolean;
|
|
58
|
-
isLandingPagePluginEnabled?: boolean;
|
|
59
|
-
lastActivationDate?: string;
|
|
60
|
-
isIntelliRecEnabled?: boolean;
|
|
61
|
-
isOptOutEnabled?: boolean;
|
|
62
|
-
isVizard?: boolean;
|
|
63
|
-
isDMP?: boolean;
|
|
64
|
-
createdOn?: Date;
|
|
65
|
-
createdBy?: number;
|
|
66
|
-
updatedOn?: Date;
|
|
67
|
-
updatedBy?: number;
|
|
68
|
-
landingPageTemplate?: string;
|
|
69
|
-
priceUpperLimit?: number;
|
|
70
|
-
language?: string;
|
|
71
|
-
isReferralURLCheckEnabled?: boolean;
|
|
72
|
-
isThankYouProductsEnabled?: boolean;
|
|
73
|
-
timezoneId?: number;
|
|
74
|
-
isMobileDMP?: boolean;
|
|
75
|
-
isBfsi?: boolean;
|
|
76
|
-
segDbType?: CampaignResponse.SegDbTypeEnum;
|
|
77
|
-
vizardPackageId?: number;
|
|
78
|
-
isRealtimeSeg?: boolean;
|
|
79
|
-
isFLIP?: boolean;
|
|
80
|
-
displayName?: string;
|
|
81
|
-
nbaTTLHours?: number;
|
|
82
|
-
defaultNBA?: string;
|
|
83
|
-
skipPixelTimeout?: boolean;
|
|
84
|
-
isFlightPriceEnabled?: boolean;
|
|
85
|
-
discardExpiredClicks?: boolean;
|
|
86
|
-
isTFARequired?: boolean;
|
|
87
|
-
isInstall?: boolean;
|
|
88
|
-
campaignType?: CampaignResponse.CampaignTypeEnum;
|
|
89
|
-
startDate?: Date;
|
|
90
|
-
endDate?: Date;
|
|
91
|
-
isEcFaceBook?: number;
|
|
92
|
-
isEcRtb?: number;
|
|
93
|
-
isEcOnsite?: number;
|
|
94
|
-
isIpCapturingEnabled?: boolean;
|
|
95
|
-
}
|
|
96
|
-
export declare namespace CampaignResponse {
|
|
97
|
-
type StatusEnum = 'INACTIVE' | 'PAUSED' | 'ACTIVE' | 'SOFTPAUSE';
|
|
98
|
-
const StatusEnum: {
|
|
99
|
-
INACTIVE: StatusEnum;
|
|
100
|
-
PAUSED: StatusEnum;
|
|
101
|
-
ACTIVE: StatusEnum;
|
|
102
|
-
SOFTPAUSE: StatusEnum;
|
|
103
|
-
};
|
|
104
|
-
type SegDbTypeEnum = 'SEGMENTATION' | 'COUNT';
|
|
105
|
-
const SegDbTypeEnum: {
|
|
106
|
-
SEGMENTATION: SegDbTypeEnum;
|
|
107
|
-
COUNT: SegDbTypeEnum;
|
|
108
|
-
};
|
|
109
|
-
type CampaignTypeEnum = 'BRANDING' | 'UA' | 'RETARGETING' | 'DSP' | 'DMP';
|
|
110
|
-
const CampaignTypeEnum: {
|
|
111
|
-
BRANDING: CampaignTypeEnum;
|
|
112
|
-
UA: CampaignTypeEnum;
|
|
113
|
-
RETARGETING: CampaignTypeEnum;
|
|
114
|
-
DSP: CampaignTypeEnum;
|
|
115
|
-
DMP: CampaignTypeEnum;
|
|
116
|
-
};
|
|
117
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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
|
+
export interface CampaignResponse {
|
|
13
|
+
id?: number;
|
|
14
|
+
advertiserId?: number;
|
|
15
|
+
name?: string;
|
|
16
|
+
vizVrmId?: string;
|
|
17
|
+
impressionCap?: number;
|
|
18
|
+
priority?: number;
|
|
19
|
+
resetImpressionCount?: boolean;
|
|
20
|
+
payoutTypeId?: number;
|
|
21
|
+
payoutValue?: number;
|
|
22
|
+
payoutCurrencyCode?: string;
|
|
23
|
+
status?: CampaignResponse.StatusEnum;
|
|
24
|
+
httpBatchSize?: number;
|
|
25
|
+
httpsBatchSize?: number;
|
|
26
|
+
httpPixelListenerDomainId?: number;
|
|
27
|
+
httpsPixelListenerDomainId?: number;
|
|
28
|
+
impressionTrackerUrl?: string;
|
|
29
|
+
clickTrackerUrl?: string;
|
|
30
|
+
tagFileName?: string;
|
|
31
|
+
feedCode?: string;
|
|
32
|
+
dateFormat?: string;
|
|
33
|
+
bannerDisplayDateFormat?: string;
|
|
34
|
+
isCrossSell?: boolean;
|
|
35
|
+
orderCurrencyCode?: string;
|
|
36
|
+
optOutLandingPage?: string;
|
|
37
|
+
businessGeoCode?: string;
|
|
38
|
+
intelliRecSplitPercentage?: number;
|
|
39
|
+
intelliRecSplitPercentageFacebook?: number;
|
|
40
|
+
isMobileCampaign?: boolean;
|
|
41
|
+
isAppCampaign?: boolean;
|
|
42
|
+
isCategoryPricingEnabled?: boolean;
|
|
43
|
+
isCategoryPricingVisibleToClient?: boolean;
|
|
44
|
+
isFirstPartyCookieTrackable?: boolean;
|
|
45
|
+
isDsp?: boolean;
|
|
46
|
+
isBannerWeightAutomationEnabled?: boolean;
|
|
47
|
+
ppaLimit?: number;
|
|
48
|
+
isGeoPublisherPrioritizationEnabled?: boolean;
|
|
49
|
+
averageOrderSizeForPublisherPrioritization?: number;
|
|
50
|
+
autoGenerateDefaultProducts?: boolean;
|
|
51
|
+
defaultLandingPage?: string;
|
|
52
|
+
cdnDomain?: string;
|
|
53
|
+
cdnPath?: string;
|
|
54
|
+
enableDefaultCityMappingLookup?: boolean;
|
|
55
|
+
isSelfServe?: boolean;
|
|
56
|
+
campaignVerticalId?: number;
|
|
57
|
+
isEncodingPOCEnabled?: boolean;
|
|
58
|
+
isLandingPagePluginEnabled?: boolean;
|
|
59
|
+
lastActivationDate?: string;
|
|
60
|
+
isIntelliRecEnabled?: boolean;
|
|
61
|
+
isOptOutEnabled?: boolean;
|
|
62
|
+
isVizard?: boolean;
|
|
63
|
+
isDMP?: boolean;
|
|
64
|
+
createdOn?: Date;
|
|
65
|
+
createdBy?: number;
|
|
66
|
+
updatedOn?: Date;
|
|
67
|
+
updatedBy?: number;
|
|
68
|
+
landingPageTemplate?: string;
|
|
69
|
+
priceUpperLimit?: number;
|
|
70
|
+
language?: string;
|
|
71
|
+
isReferralURLCheckEnabled?: boolean;
|
|
72
|
+
isThankYouProductsEnabled?: boolean;
|
|
73
|
+
timezoneId?: number;
|
|
74
|
+
isMobileDMP?: boolean;
|
|
75
|
+
isBfsi?: boolean;
|
|
76
|
+
segDbType?: CampaignResponse.SegDbTypeEnum;
|
|
77
|
+
vizardPackageId?: number;
|
|
78
|
+
isRealtimeSeg?: boolean;
|
|
79
|
+
isFLIP?: boolean;
|
|
80
|
+
displayName?: string;
|
|
81
|
+
nbaTTLHours?: number;
|
|
82
|
+
defaultNBA?: string;
|
|
83
|
+
skipPixelTimeout?: boolean;
|
|
84
|
+
isFlightPriceEnabled?: boolean;
|
|
85
|
+
discardExpiredClicks?: boolean;
|
|
86
|
+
isTFARequired?: boolean;
|
|
87
|
+
isInstall?: boolean;
|
|
88
|
+
campaignType?: CampaignResponse.CampaignTypeEnum;
|
|
89
|
+
startDate?: Date;
|
|
90
|
+
endDate?: Date;
|
|
91
|
+
isEcFaceBook?: number;
|
|
92
|
+
isEcRtb?: number;
|
|
93
|
+
isEcOnsite?: number;
|
|
94
|
+
isIpCapturingEnabled?: boolean;
|
|
95
|
+
}
|
|
96
|
+
export declare namespace CampaignResponse {
|
|
97
|
+
type StatusEnum = 'INACTIVE' | 'PAUSED' | 'ACTIVE' | 'SOFTPAUSE';
|
|
98
|
+
const StatusEnum: {
|
|
99
|
+
INACTIVE: StatusEnum;
|
|
100
|
+
PAUSED: StatusEnum;
|
|
101
|
+
ACTIVE: StatusEnum;
|
|
102
|
+
SOFTPAUSE: StatusEnum;
|
|
103
|
+
};
|
|
104
|
+
type SegDbTypeEnum = 'SEGMENTATION' | 'COUNT';
|
|
105
|
+
const SegDbTypeEnum: {
|
|
106
|
+
SEGMENTATION: SegDbTypeEnum;
|
|
107
|
+
COUNT: SegDbTypeEnum;
|
|
108
|
+
};
|
|
109
|
+
type CampaignTypeEnum = 'BRANDING' | 'UA' | 'RETARGETING' | 'DSP' | 'DMP';
|
|
110
|
+
const CampaignTypeEnum: {
|
|
111
|
+
BRANDING: CampaignTypeEnum;
|
|
112
|
+
UA: CampaignTypeEnum;
|
|
113
|
+
RETARGETING: CampaignTypeEnum;
|
|
114
|
+
DSP: CampaignTypeEnum;
|
|
115
|
+
DMP: CampaignTypeEnum;
|
|
116
|
+
};
|
|
117
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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
|
-
export interface CountryResponse {
|
|
13
|
-
code?: string;
|
|
14
|
-
name?: string;
|
|
15
|
-
businessGeoCode?: string;
|
|
16
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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
|
+
export interface CountryResponse {
|
|
13
|
+
code?: string;
|
|
14
|
+
name?: string;
|
|
15
|
+
businessGeoCode?: string;
|
|
16
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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
|
-
export interface CreateCampaignRequest {
|
|
13
|
-
name: string;
|
|
14
|
-
vizardPackageId: number;
|
|
15
|
-
businessGeoCode: string;
|
|
16
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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
|
+
export interface CreateCampaignRequest {
|
|
13
|
+
name: string;
|
|
14
|
+
vizardPackageId: number;
|
|
15
|
+
businessGeoCode: string;
|
|
16
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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 { ImageOverlaySpecDetails } from './imageOverlaySpecDetails';
|
|
13
|
-
export interface CreativeDetails {
|
|
14
|
-
button?: string;
|
|
15
|
-
title?: string;
|
|
16
|
-
link?: string;
|
|
17
|
-
name?: string;
|
|
18
|
-
description?: string;
|
|
19
|
-
urlTags?: string;
|
|
20
|
-
imageOverlaySpec?: ImageOverlaySpecDetails;
|
|
21
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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 { ImageOverlaySpecDetails } from './imageOverlaySpecDetails';
|
|
13
|
+
export interface CreativeDetails {
|
|
14
|
+
button?: string;
|
|
15
|
+
title?: string;
|
|
16
|
+
link?: string;
|
|
17
|
+
name?: string;
|
|
18
|
+
description?: string;
|
|
19
|
+
urlTags?: string;
|
|
20
|
+
imageOverlaySpec?: ImageOverlaySpecDetails;
|
|
21
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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 { CreativeDetails } from './creativeDetails';
|
|
13
|
-
import { FacebookDetails } from './facebookDetails';
|
|
14
|
-
export interface DpaCampaignRequest {
|
|
15
|
-
fbDetails?: FacebookDetails;
|
|
16
|
-
creativeDetails?: CreativeDetails;
|
|
17
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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 { CreativeDetails } from './creativeDetails';
|
|
13
|
+
import { FacebookDetails } from './facebookDetails';
|
|
14
|
+
export interface DpaCampaignRequest {
|
|
15
|
+
fbDetails?: FacebookDetails;
|
|
16
|
+
creativeDetails?: CreativeDetails;
|
|
17
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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 { CreativeDetails } from './creativeDetails';
|
|
13
|
-
import { ExclusionRule } from './exclusionRule';
|
|
14
|
-
import { FacebookDetails } from './facebookDetails';
|
|
15
|
-
export interface DpaCampaignResponse {
|
|
16
|
-
campaignId?: number;
|
|
17
|
-
publisherId?: number;
|
|
18
|
-
exclusionRules?: Array<ExclusionRule>;
|
|
19
|
-
status?: DpaCampaignResponse.StatusEnum;
|
|
20
|
-
targetCountries?: Array<string>;
|
|
21
|
-
adPlacements?: Array<string>;
|
|
22
|
-
mobileOSs?: Array<string>;
|
|
23
|
-
fbDetails?: FacebookDetails;
|
|
24
|
-
creativeDetails?: CreativeDetails;
|
|
25
|
-
}
|
|
26
|
-
export declare namespace DpaCampaignResponse {
|
|
27
|
-
type StatusEnum = 'DRAFT' | 'INITIALIZED' | 'RUNNING' | 'UPDATING' | 'PAUSED';
|
|
28
|
-
const StatusEnum: {
|
|
29
|
-
DRAFT: StatusEnum;
|
|
30
|
-
INITIALIZED: StatusEnum;
|
|
31
|
-
RUNNING: StatusEnum;
|
|
32
|
-
UPDATING: StatusEnum;
|
|
33
|
-
PAUSED: StatusEnum;
|
|
34
|
-
};
|
|
35
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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 { CreativeDetails } from './creativeDetails';
|
|
13
|
+
import { ExclusionRule } from './exclusionRule';
|
|
14
|
+
import { FacebookDetails } from './facebookDetails';
|
|
15
|
+
export interface DpaCampaignResponse {
|
|
16
|
+
campaignId?: number;
|
|
17
|
+
publisherId?: number;
|
|
18
|
+
exclusionRules?: Array<ExclusionRule>;
|
|
19
|
+
status?: DpaCampaignResponse.StatusEnum;
|
|
20
|
+
targetCountries?: Array<string>;
|
|
21
|
+
adPlacements?: Array<string>;
|
|
22
|
+
mobileOSs?: Array<string>;
|
|
23
|
+
fbDetails?: FacebookDetails;
|
|
24
|
+
creativeDetails?: CreativeDetails;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace DpaCampaignResponse {
|
|
27
|
+
type StatusEnum = 'DRAFT' | 'INITIALIZED' | 'RUNNING' | 'UPDATING' | 'PAUSED';
|
|
28
|
+
const StatusEnum: {
|
|
29
|
+
DRAFT: StatusEnum;
|
|
30
|
+
INITIALIZED: StatusEnum;
|
|
31
|
+
RUNNING: StatusEnum;
|
|
32
|
+
UPDATING: StatusEnum;
|
|
33
|
+
PAUSED: StatusEnum;
|
|
34
|
+
};
|
|
35
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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 { CreativeDetails } from './creativeDetails';
|
|
13
|
-
import { ExclusionRule } from './exclusionRule';
|
|
14
|
-
export interface DpaEngagementRequest {
|
|
15
|
-
campaignId: number;
|
|
16
|
-
name: string;
|
|
17
|
-
bidValue: number;
|
|
18
|
-
dailyBudget: number;
|
|
19
|
-
audienceCategories: Array<string>;
|
|
20
|
-
adPlacements: Array<string>;
|
|
21
|
-
targetCountries: Array<string>;
|
|
22
|
-
audienceMinimumAge: number;
|
|
23
|
-
audienceMaximumAge: number;
|
|
24
|
-
mobileOSs: Array<string>;
|
|
25
|
-
audienceGenders: Array<string>;
|
|
26
|
-
exclusionRules: Array<ExclusionRule>;
|
|
27
|
-
creativeFormat: string;
|
|
28
|
-
creativeDetails?: CreativeDetails;
|
|
29
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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 { CreativeDetails } from './creativeDetails';
|
|
13
|
+
import { ExclusionRule } from './exclusionRule';
|
|
14
|
+
export interface DpaEngagementRequest {
|
|
15
|
+
campaignId: number;
|
|
16
|
+
name: string;
|
|
17
|
+
bidValue: number;
|
|
18
|
+
dailyBudget: number;
|
|
19
|
+
audienceCategories: Array<string>;
|
|
20
|
+
adPlacements: Array<string>;
|
|
21
|
+
targetCountries: Array<string>;
|
|
22
|
+
audienceMinimumAge: number;
|
|
23
|
+
audienceMaximumAge: number;
|
|
24
|
+
mobileOSs: Array<string>;
|
|
25
|
+
audienceGenders: Array<string>;
|
|
26
|
+
exclusionRules: Array<ExclusionRule>;
|
|
27
|
+
creativeFormat: string;
|
|
28
|
+
creativeDetails?: CreativeDetails;
|
|
29
|
+
}
|