@revxui/intellibid-client-ts 1.0.57 → 1.0.59

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.
Files changed (100) hide show
  1. package/README.md +2 -2
  2. package/api/advertiserController.service.d.ts +111 -66
  3. package/api/api.d.ts +11 -11
  4. package/api/audienceController.service.d.ts +41 -63
  5. package/api/campaignController.service.d.ts +110 -110
  6. package/api/insightsController.service.d.ts +33 -32
  7. package/api/lookupDataController.service.d.ts +58 -0
  8. package/api.module.d.ts +11 -11
  9. package/configuration.d.ts +48 -48
  10. package/encoder.d.ts +10 -10
  11. package/esm2020/api/advertiserController.service.mjs +267 -169
  12. package/esm2020/api/api.mjs +12 -12
  13. package/esm2020/api/audienceController.service.mjs +110 -174
  14. package/esm2020/api/campaignController.service.mjs +296 -296
  15. package/esm2020/api/insightsController.service.mjs +108 -105
  16. package/esm2020/api/lookupDataController.service.mjs +135 -0
  17. package/esm2020/api.module.mjs +57 -57
  18. package/esm2020/configuration.mjs +58 -58
  19. package/esm2020/encoder.mjs +16 -16
  20. package/esm2020/index.mjs +5 -5
  21. package/esm2020/model/advertiserMmpConversionEventResponse.mjs +12 -12
  22. package/esm2020/model/advertiserResponse.mjs +12 -12
  23. package/esm2020/model/advertiserSearchResponse.mjs +12 -12
  24. package/esm2020/model/audienceChildStatusDTO.mjs +22 -0
  25. package/esm2020/model/audienceGroupStatusResponse.mjs +16 -0
  26. package/esm2020/model/blockedEventResponse.mjs +13 -0
  27. package/esm2020/model/businessZoneResponse.mjs +13 -0
  28. package/esm2020/model/campaignChangeLogResponse.mjs +23 -23
  29. package/esm2020/model/campaignInsightRecord.mjs +19 -19
  30. package/esm2020/model/campaignInsightsResponse.mjs +1 -1
  31. package/esm2020/model/campaignRequest.mjs +32 -32
  32. package/esm2020/model/campaignResponse.mjs +21 -21
  33. package/esm2020/model/campaignSearchResponse.mjs +12 -12
  34. package/esm2020/model/childPreviewDTO.mjs +13 -0
  35. package/esm2020/model/countryResponse.mjs +13 -0
  36. package/esm2020/model/createBucketizedLiveAudienceRequest.mjs +19 -0
  37. package/esm2020/model/createBucketizedLiveAudienceResponse.mjs +10 -0
  38. package/esm2020/model/goalResponse.mjs +13 -0
  39. package/esm2020/model/models.mjs +30 -24
  40. package/esm2020/model/oSResponse.mjs +12 -12
  41. package/esm2020/model/pageAdvertiserResponse.mjs +1 -1
  42. package/esm2020/model/pageCampaignChangeLogResponse.mjs +1 -1
  43. package/esm2020/model/pageCampaignResponse.mjs +1 -1
  44. package/esm2020/model/pageableObject.mjs +1 -1
  45. package/esm2020/model/platformResponse.mjs +13 -0
  46. package/esm2020/model/productSetResponse.mjs +13 -0
  47. package/esm2020/model/scheduleUpdateRequest.mjs +18 -18
  48. package/esm2020/model/scheduledUpdates.mjs +12 -12
  49. package/esm2020/model/sortObject.mjs +12 -12
  50. package/esm2020/model/upsertProductSetRequest.mjs +13 -0
  51. package/esm2020/revxui-intellibid-client-ts.mjs +4 -4
  52. package/esm2020/variables.mjs +8 -8
  53. package/fesm2015/revxui-intellibid-client-ts.mjs +1180 -1081
  54. package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
  55. package/fesm2020/revxui-intellibid-client-ts.mjs +1326 -1143
  56. package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
  57. package/index.d.ts +5 -5
  58. package/model/advertiserMmpConversionEventResponse.d.ts +15 -15
  59. package/model/advertiserResponse.d.ts +30 -30
  60. package/model/advertiserSearchResponse.d.ts +16 -16
  61. package/model/audienceChildStatusDTO.d.ts +31 -0
  62. package/model/audienceGroupStatusResponse.d.ts +42 -0
  63. package/model/{audienceListResponse.d.ts → blockedEventResponse.d.ts} +15 -15
  64. package/model/{audienceResponseDTO.d.ts → businessZoneResponse.d.ts} +17 -20
  65. package/model/campaignChangeLogResponse.d.ts +34 -34
  66. package/model/campaignInsightRecord.d.ts +56 -47
  67. package/model/campaignInsightsResponse.d.ts +16 -16
  68. package/model/campaignRequest.d.ts +52 -52
  69. package/model/campaignResponse.d.ts +66 -66
  70. package/model/campaignSearchResponse.d.ts +15 -15
  71. package/model/childPreviewDTO.d.ts +19 -0
  72. package/model/countryResponse.d.ts +18 -0
  73. package/model/createBucketizedLiveAudienceRequest.d.ts +33 -0
  74. package/model/createBucketizedLiveAudienceResponse.d.ts +28 -0
  75. package/model/goalResponse.d.ts +17 -0
  76. package/model/models.d.ts +29 -23
  77. package/model/oSResponse.d.ts +15 -15
  78. package/model/pageAdvertiserResponse.d.ts +27 -27
  79. package/model/pageCampaignChangeLogResponse.d.ts +27 -27
  80. package/model/pageCampaignResponse.d.ts +27 -27
  81. package/model/pageableObject.d.ts +20 -20
  82. package/model/{configItemDTO.d.ts → platformResponse.d.ts} +15 -15
  83. package/model/productSetResponse.d.ts +16 -0
  84. package/model/scheduleUpdateRequest.d.ts +22 -22
  85. package/model/scheduledUpdates.d.ts +15 -15
  86. package/model/sortObject.d.ts +18 -18
  87. package/model/upsertProductSetRequest.d.ts +15 -0
  88. package/package.json +1 -1
  89. package/variables.d.ts +8 -8
  90. package/api/osMasterController.service.d.ts +0 -28
  91. package/esm2020/api/osMasterController.service.mjs +0 -78
  92. package/esm2020/model/audienceListResponse.mjs +0 -2
  93. package/esm2020/model/audienceResponseDTO.mjs +0 -2
  94. package/esm2020/model/configItemDTO.mjs +0 -13
  95. package/esm2020/model/createBlockedAudienceRequest.mjs +0 -21
  96. package/esm2020/model/createDynamicAudienceRequest.mjs +0 -21
  97. package/esm2020/model/createStaticAudienceRequest.mjs +0 -21
  98. package/model/createBlockedAudienceRequest.d.ts +0 -24
  99. package/model/createDynamicAudienceRequest.d.ts +0 -26
  100. package/model/createStaticAudienceRequest.d.ts +0 -24
@@ -1,15 +1,15 @@
1
- /**
2
- * Intellibid API
3
- * API documentation for the Intellibid platform
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
- export interface AdvertiserMmpConversionEventResponse {
13
- id?: number;
14
- eventLabel?: string;
15
- }
1
+ /**
2
+ * Intellibid API
3
+ * API documentation for the Intellibid platform
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
+ export interface AdvertiserMmpConversionEventResponse {
13
+ id?: number;
14
+ eventLabel?: string;
15
+ }
@@ -1,30 +1,30 @@
1
- /**
2
- * Intellibid API
3
- * API documentation for the Intellibid platform
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
- export interface AdvertiserResponse {
13
- id?: number;
14
- licenseeId?: number;
15
- name?: string;
16
- timezoneId?: number;
17
- active?: boolean;
18
- currencyId?: number;
19
- verticalId?: number;
20
- mmpId?: number;
21
- websiteUrl?: string;
22
- iosAppStoreUrl?: string;
23
- iosAppId?: string;
24
- iosAppName?: string;
25
- androidAppStoreUrl?: string;
26
- androidAppId?: string;
27
- androidAppName?: string;
28
- createdAt?: Date;
29
- updatedAt?: Date;
30
- }
1
+ /**
2
+ * Intellibid API
3
+ * API documentation for the Intellibid platform
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
+ export interface AdvertiserResponse {
13
+ id?: number;
14
+ licenseeId?: number;
15
+ name?: string;
16
+ timezoneId?: number;
17
+ active?: boolean;
18
+ currencyId?: number;
19
+ verticalId?: number;
20
+ mmpId?: number;
21
+ websiteUrl?: string;
22
+ iosAppStoreUrl?: string;
23
+ iosAppId?: string;
24
+ iosAppName?: string;
25
+ androidAppStoreUrl?: string;
26
+ androidAppId?: string;
27
+ androidAppName?: string;
28
+ createdAt?: Date;
29
+ updatedAt?: Date;
30
+ }
@@ -1,16 +1,16 @@
1
- /**
2
- * Intellibid API
3
- * API documentation for the Intellibid platform
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
- export interface AdvertiserSearchResponse {
13
- id?: number;
14
- name?: string;
15
- licenseeId?: number;
16
- }
1
+ /**
2
+ * Intellibid API
3
+ * API documentation for the Intellibid platform
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
+ export interface AdvertiserSearchResponse {
13
+ id?: number;
14
+ name?: string;
15
+ licenseeId?: number;
16
+ }
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Intellibid API
3
+ * API documentation for the Intellibid platform
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
+ export interface AudienceChildStatusDTO {
13
+ childId?: number;
14
+ childKeyHash?: string;
15
+ computedName?: string;
16
+ platformAudienceId?: string;
17
+ status?: AudienceChildStatusDTO.StatusEnum;
18
+ lastError?: string;
19
+ cvrBucketLabel?: string;
20
+ retentionBucketLabel?: string;
21
+ }
22
+ export declare namespace AudienceChildStatusDTO {
23
+ type StatusEnum = 'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'FAILED';
24
+ const StatusEnum: {
25
+ CREATING: StatusEnum;
26
+ ACTIVE: StatusEnum;
27
+ UPDATING: StatusEnum;
28
+ DELETING: StatusEnum;
29
+ FAILED: StatusEnum;
30
+ };
31
+ }
@@ -0,0 +1,42 @@
1
+ /**
2
+ * Intellibid API
3
+ * API documentation for the Intellibid platform
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 { AudienceChildStatusDTO } from './audienceChildStatusDTO';
13
+ export interface AudienceGroupStatusResponse {
14
+ groupId?: number;
15
+ groupType?: AudienceGroupStatusResponse.GroupTypeEnum;
16
+ advertiserId?: number;
17
+ platformId?: number;
18
+ businessZoneId?: number;
19
+ syncStatus?: AudienceGroupStatusResponse.SyncStatusEnum;
20
+ lastSyncOperationId?: string;
21
+ lastSyncError?: string;
22
+ lastConfigAppliedAt?: Date;
23
+ createdAt?: Date;
24
+ updatedAt?: Date;
25
+ children?: Array<AudienceChildStatusDTO>;
26
+ }
27
+ export declare namespace AudienceGroupStatusResponse {
28
+ type GroupTypeEnum = 'BUCKETIZED_LIVE' | 'BLOCKED_LIVE' | 'BUCKETIZED_CUSTOM' | 'DS_CUSTOM_QUERY';
29
+ const GroupTypeEnum: {
30
+ BUCKETIZEDLIVE: GroupTypeEnum;
31
+ BLOCKEDLIVE: GroupTypeEnum;
32
+ BUCKETIZEDCUSTOM: GroupTypeEnum;
33
+ DSCUSTOMQUERY: GroupTypeEnum;
34
+ };
35
+ type SyncStatusEnum = 'IDLE' | 'SYNCING' | 'PARTIAL' | 'FAILED';
36
+ const SyncStatusEnum: {
37
+ IDLE: SyncStatusEnum;
38
+ SYNCING: SyncStatusEnum;
39
+ PARTIAL: SyncStatusEnum;
40
+ FAILED: SyncStatusEnum;
41
+ };
42
+ }
@@ -1,15 +1,15 @@
1
- /**
2
- * Intellibid API
3
- * API documentation for the Intellibid platform
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 { AudienceResponseDTO } from './audienceResponseDTO';
13
- export interface AudienceListResponse {
14
- audiences?: Array<AudienceResponseDTO>;
15
- }
1
+ /**
2
+ * Intellibid API
3
+ * API documentation for the Intellibid platform
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
+ export interface BlockedEventResponse {
13
+ eventName?: string;
14
+ blockingDays?: number;
15
+ }
@@ -1,20 +1,17 @@
1
- /**
2
- * Intellibid API
3
- * API documentation for the Intellibid platform
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 { ConfigItemDTO } from './configItemDTO';
13
- export interface AudienceResponseDTO {
14
- audienceId?: number;
15
- audienceName?: string;
16
- audienceType?: string;
17
- platformAudienceId?: string;
18
- createdAt?: string;
19
- configs?: Array<ConfigItemDTO>;
20
- }
1
+ /**
2
+ * Intellibid API
3
+ * API documentation for the Intellibid platform
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
+ export interface BusinessZoneResponse {
13
+ id?: number;
14
+ code?: string;
15
+ name?: string;
16
+ label?: string;
17
+ }
@@ -1,34 +1,34 @@
1
- /**
2
- * Intellibid API
3
- * API documentation for the Intellibid platform
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
- export interface CampaignChangeLogResponse {
13
- id?: number;
14
- campaignId?: number;
15
- entityChanged?: CampaignChangeLogResponse.EntityChangedEnum;
16
- status?: CampaignChangeLogResponse.StatusEnum;
17
- oldValue?: string;
18
- newValue?: string;
19
- createdAt?: Date;
20
- createdBy?: string;
21
- }
22
- export declare namespace CampaignChangeLogResponse {
23
- type EntityChangedEnum = 'STATUS' | 'BUDGET' | 'PAYOUT_VALUE';
24
- const EntityChangedEnum: {
25
- STATUS: EntityChangedEnum;
26
- BUDGET: EntityChangedEnum;
27
- PAYOUTVALUE: EntityChangedEnum;
28
- };
29
- type StatusEnum = 'SUCCESS' | 'FAILED';
30
- const StatusEnum: {
31
- SUCCESS: StatusEnum;
32
- FAILED: StatusEnum;
33
- };
34
- }
1
+ /**
2
+ * Intellibid API
3
+ * API documentation for the Intellibid platform
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
+ export interface CampaignChangeLogResponse {
13
+ id?: number;
14
+ campaignId?: number;
15
+ entityChanged?: CampaignChangeLogResponse.EntityChangedEnum;
16
+ status?: CampaignChangeLogResponse.StatusEnum;
17
+ oldValue?: string;
18
+ newValue?: string;
19
+ createdAt?: Date;
20
+ createdBy?: string;
21
+ }
22
+ export declare namespace CampaignChangeLogResponse {
23
+ type EntityChangedEnum = 'STATUS' | 'BUDGET' | 'PAYOUT_VALUE';
24
+ const EntityChangedEnum: {
25
+ STATUS: EntityChangedEnum;
26
+ BUDGET: EntityChangedEnum;
27
+ PAYOUTVALUE: EntityChangedEnum;
28
+ };
29
+ type StatusEnum = 'SUCCESS' | 'FAILED';
30
+ const StatusEnum: {
31
+ SUCCESS: StatusEnum;
32
+ FAILED: StatusEnum;
33
+ };
34
+ }
@@ -1,47 +1,56 @@
1
- /**
2
- * Intellibid API
3
- * API documentation for the Intellibid platform
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
- export interface CampaignInsightRecord {
13
- campaignActive?: boolean;
14
- campaignName?: string;
15
- advertiserName?: string;
16
- attributionSettings?: string;
17
- payoutType?: CampaignInsightRecord.PayoutTypeEnum;
18
- payoutValue?: number;
19
- dailyMediaBudget?: number;
20
- dailyAdvertiserBudget?: number;
21
- impressions?: number;
22
- clicks?: number;
23
- conversions?: number;
24
- installs?: number;
25
- mediaSpend?: number;
26
- advertiserSpend?: number;
27
- cumulativeMargin?: number;
28
- netMarginPercent?: number;
29
- netPayoutMargin?: number;
30
- cpm?: number;
31
- ctr?: number;
32
- cpc?: number;
33
- cpr?: number;
34
- cpi?: number;
35
- ecpm?: number;
36
- ecpc?: number;
37
- ecpr?: number;
38
- ecpi?: number;
39
- scheduledUpdates?: string;
40
- }
41
- export declare namespace CampaignInsightRecord {
42
- type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
43
- const PayoutTypeEnum: {
44
- DYNAMICMARGIN: PayoutTypeEnum;
45
- PAYOUTPERCONVERSION: PayoutTypeEnum;
46
- };
47
- }
1
+ /**
2
+ * Intellibid API
3
+ * API documentation for the Intellibid platform
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
+ export interface CampaignInsightRecord {
13
+ campaignActive?: boolean;
14
+ campaignName?: string;
15
+ advertiserName?: string;
16
+ attributionSettings?: string;
17
+ payoutType?: CampaignInsightRecord.PayoutTypeEnum;
18
+ payoutValue?: number;
19
+ dailyMediaBudget?: number;
20
+ dailyAdvertiserBudget?: number;
21
+ impressions?: number;
22
+ clicks?: number;
23
+ conversions?: number;
24
+ installs?: number;
25
+ mediaSpend?: number;
26
+ advertiserSpend?: number;
27
+ cumulativeMargin?: number;
28
+ netMarginPercent?: number;
29
+ netPayoutMargin?: number;
30
+ cpm?: number;
31
+ ctr?: number;
32
+ cpc?: number;
33
+ cpr?: number;
34
+ cpi?: number;
35
+ ecpm?: number;
36
+ ecpc?: number;
37
+ ecpr?: number;
38
+ ecpi?: number;
39
+ mmpConversions?: number;
40
+ mmpInstalls?: number;
41
+ mmpTotalRevenue?: number;
42
+ mmpCpr?: number;
43
+ mmpEcpr?: number;
44
+ mmpCpi?: number;
45
+ mmpEcpi?: number;
46
+ mmpRoas?: number;
47
+ mmpERoas?: number;
48
+ scheduledUpdates?: string;
49
+ }
50
+ export declare namespace CampaignInsightRecord {
51
+ type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
52
+ const PayoutTypeEnum: {
53
+ DYNAMICMARGIN: PayoutTypeEnum;
54
+ PAYOUTPERCONVERSION: PayoutTypeEnum;
55
+ };
56
+ }
@@ -1,16 +1,16 @@
1
- /**
2
- * Intellibid API
3
- * API documentation for the Intellibid platform
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 { CampaignInsightRecord } from './campaignInsightRecord';
13
- export interface CampaignInsightsResponse {
14
- data?: Array<CampaignInsightRecord>;
15
- lastUpdatedTimeStamp?: string;
16
- }
1
+ /**
2
+ * Intellibid API
3
+ * API documentation for the Intellibid platform
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 { CampaignInsightRecord } from './campaignInsightRecord';
13
+ export interface CampaignInsightsResponse {
14
+ data?: Array<CampaignInsightRecord>;
15
+ lastUpdatedTimeStamp?: string;
16
+ }
@@ -1,52 +1,52 @@
1
- /**
2
- * Intellibid API
3
- * API documentation for the Intellibid platform
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
- export interface CampaignRequest {
13
- advertiserId: number;
14
- sourcePlatform: CampaignRequest.SourcePlatformEnum;
15
- platformCampaignId: string;
16
- payoutType: CampaignRequest.PayoutTypeEnum;
17
- payoutValue: number;
18
- startDate: string;
19
- goal?: CampaignRequest.GoalEnum;
20
- goalValue?: number;
21
- marketFeedbackEnabled?: boolean;
22
- activeOnPlatform?: boolean;
23
- osId: number;
24
- mmpConversionEventId: number;
25
- mmpAttributionSetting: CampaignRequest.MmpAttributionSettingEnum;
26
- payoutValueValidForType?: boolean;
27
- goalValueConsistent?: boolean;
28
- }
29
- export declare namespace CampaignRequest {
30
- type SourcePlatformEnum = 'META' | 'TIKTOK' | 'GOOGLE' | 'SNAPCHAT';
31
- const SourcePlatformEnum: {
32
- META: SourcePlatformEnum;
33
- TIKTOK: SourcePlatformEnum;
34
- GOOGLE: SourcePlatformEnum;
35
- SNAPCHAT: SourcePlatformEnum;
36
- };
37
- type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
38
- const PayoutTypeEnum: {
39
- DYNAMICMARGIN: PayoutTypeEnum;
40
- PAYOUTPERCONVERSION: PayoutTypeEnum;
41
- };
42
- type GoalEnum = 'COST_PER_RESULT' | 'ROAS';
43
- const GoalEnum: {
44
- COSTPERRESULT: GoalEnum;
45
- ROAS: GoalEnum;
46
- };
47
- type MmpAttributionSettingEnum = 'CTA' | 'CTA_AND_VTA';
48
- const MmpAttributionSettingEnum: {
49
- CTA: MmpAttributionSettingEnum;
50
- CTAANDVTA: MmpAttributionSettingEnum;
51
- };
52
- }
1
+ /**
2
+ * Intellibid API
3
+ * API documentation for the Intellibid platform
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
+ export interface CampaignRequest {
13
+ advertiserId: number;
14
+ sourcePlatform: CampaignRequest.SourcePlatformEnum;
15
+ platformCampaignId: string;
16
+ payoutType: CampaignRequest.PayoutTypeEnum;
17
+ payoutValue: number;
18
+ startDate: string;
19
+ goal?: CampaignRequest.GoalEnum;
20
+ goalValue?: number;
21
+ marketFeedbackEnabled?: boolean;
22
+ activeOnPlatform?: boolean;
23
+ osId: number;
24
+ mmpConversionEventId: number;
25
+ mmpAttributionSetting: CampaignRequest.MmpAttributionSettingEnum;
26
+ payoutValueValidForType?: boolean;
27
+ goalValueConsistent?: boolean;
28
+ }
29
+ export declare namespace CampaignRequest {
30
+ type SourcePlatformEnum = 'META' | 'TIKTOK' | 'GOOGLE' | 'SNAPCHAT';
31
+ const SourcePlatformEnum: {
32
+ META: SourcePlatformEnum;
33
+ TIKTOK: SourcePlatformEnum;
34
+ GOOGLE: SourcePlatformEnum;
35
+ SNAPCHAT: SourcePlatformEnum;
36
+ };
37
+ type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
38
+ const PayoutTypeEnum: {
39
+ DYNAMICMARGIN: PayoutTypeEnum;
40
+ PAYOUTPERCONVERSION: PayoutTypeEnum;
41
+ };
42
+ type GoalEnum = 'COST_PER_RESULT' | 'ROAS';
43
+ const GoalEnum: {
44
+ COSTPERRESULT: GoalEnum;
45
+ ROAS: GoalEnum;
46
+ };
47
+ type MmpAttributionSettingEnum = 'CTA' | 'CTA_AND_VTA';
48
+ const MmpAttributionSettingEnum: {
49
+ CTA: MmpAttributionSettingEnum;
50
+ CTAANDVTA: MmpAttributionSettingEnum;
51
+ };
52
+ }