@revxui/intellibid-client-ts 1.0.68 → 1.0.70

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 (105) hide show
  1. package/README.md +2 -2
  2. package/api/advertiserController.service.d.ts +137 -137
  3. package/api/api.d.ts +11 -11
  4. package/api/audienceController.service.d.ts +128 -128
  5. package/api/campaignController.service.d.ts +110 -127
  6. package/api/insightsController.service.d.ts +33 -33
  7. package/api/lookupDataController.service.d.ts +58 -58
  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 +327 -327
  12. package/esm2020/api/api.mjs +11 -11
  13. package/esm2020/api/audienceController.service.mjs +326 -326
  14. package/esm2020/api/campaignController.service.mjs +297 -326
  15. package/esm2020/api/insightsController.service.mjs +107 -107
  16. package/esm2020/api/lookupDataController.service.mjs +134 -134
  17. package/esm2020/api.module.mjs +56 -56
  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/adAccountResponse.mjs +25 -25
  22. package/esm2020/model/advertiserMmpConversionEventResponse.mjs +12 -12
  23. package/esm2020/model/advertiserResponse.mjs +12 -12
  24. package/esm2020/model/advertiserSearchResponse.mjs +12 -12
  25. package/esm2020/model/audienceResponse.mjs +16 -16
  26. package/esm2020/model/blockedEventResponse.mjs +12 -12
  27. package/esm2020/model/businessZoneResponse.mjs +12 -12
  28. package/esm2020/model/campaignChangeLogResponse.mjs +23 -23
  29. package/esm2020/model/campaignInsightRecord.mjs +18 -18
  30. package/esm2020/model/campaignInsightsResponse.mjs +1 -1
  31. package/esm2020/model/campaignRequest.mjs +34 -34
  32. package/esm2020/model/campaignResponse.mjs +26 -26
  33. package/esm2020/model/campaignSearchResponse.mjs +12 -12
  34. package/esm2020/model/childAudience.mjs +37 -37
  35. package/esm2020/model/countryResponse.mjs +12 -12
  36. package/esm2020/model/createBlockedLiveAudienceRequest.mjs +21 -21
  37. package/esm2020/model/createBucketizedCustomAudienceRequest.mjs +36 -36
  38. package/esm2020/model/createBucketizedLiveAudienceRequest.mjs +25 -25
  39. package/esm2020/model/createDsCustomQueryAudienceRequest.mjs +32 -32
  40. package/esm2020/model/goalEventOptionDTO.mjs +13 -13
  41. package/esm2020/model/goalResponse.mjs +12 -12
  42. package/esm2020/model/models.mjs +37 -38
  43. package/esm2020/model/oSResponse.mjs +12 -12
  44. package/esm2020/model/pageAdvertiserResponse.mjs +2 -2
  45. package/esm2020/model/pageCampaignChangeLogResponse.mjs +2 -2
  46. package/esm2020/model/pageCampaignResponse.mjs +2 -2
  47. package/esm2020/model/pageableObject.mjs +1 -1
  48. package/esm2020/model/platformResponse.mjs +12 -12
  49. package/esm2020/model/productSetRequest.mjs +21 -21
  50. package/esm2020/model/productSetResponse.mjs +21 -21
  51. package/esm2020/model/scheduleUpdateRequest.mjs +18 -18
  52. package/esm2020/model/scheduledUpdates.mjs +12 -12
  53. package/esm2020/model/sortObject.mjs +12 -12
  54. package/esm2020/model/supportedGoalEventsResponseDTO.mjs +1 -1
  55. package/esm2020/model/updateAudienceNameRequest.mjs +21 -21
  56. package/esm2020/model/updateDsCustomQuerySqlRequest.mjs +21 -21
  57. package/esm2020/model/validateDsQueryRequest.mjs +12 -12
  58. package/esm2020/revxui-intellibid-client-ts.mjs +4 -4
  59. package/esm2020/variables.mjs +8 -8
  60. package/fesm2015/revxui-intellibid-client-ts.mjs +1661 -1690
  61. package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
  62. package/fesm2020/revxui-intellibid-client-ts.mjs +1788 -1829
  63. package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
  64. package/index.d.ts +5 -5
  65. package/model/adAccountResponse.d.ts +32 -32
  66. package/model/advertiserMmpConversionEventResponse.d.ts +15 -15
  67. package/model/advertiserResponse.d.ts +32 -32
  68. package/model/advertiserSearchResponse.d.ts +16 -16
  69. package/model/audienceResponse.d.ts +45 -45
  70. package/model/blockedEventResponse.d.ts +15 -15
  71. package/model/businessZoneResponse.d.ts +17 -17
  72. package/model/campaignChangeLogResponse.d.ts +34 -34
  73. package/model/campaignInsightRecord.d.ts +56 -56
  74. package/model/campaignInsightsResponse.d.ts +16 -16
  75. package/model/campaignRequest.d.ts +55 -55
  76. package/model/campaignResponse.d.ts +75 -75
  77. package/model/campaignSearchResponse.d.ts +15 -15
  78. package/model/childAudience.d.ts +69 -69
  79. package/model/countryResponse.d.ts +18 -18
  80. package/model/createBlockedLiveAudienceRequest.d.ts +27 -27
  81. package/model/createBucketizedCustomAudienceRequest.d.ts +56 -56
  82. package/model/createBucketizedLiveAudienceRequest.d.ts +40 -40
  83. package/model/createDsCustomQueryAudienceRequest.d.ts +48 -48
  84. package/model/goalEventOptionDTO.d.ts +14 -15
  85. package/model/goalResponse.d.ts +15 -15
  86. package/model/models.d.ts +36 -37
  87. package/model/oSResponse.d.ts +15 -15
  88. package/model/pageAdvertiserResponse.d.ts +27 -27
  89. package/model/pageCampaignChangeLogResponse.d.ts +27 -27
  90. package/model/pageCampaignResponse.d.ts +27 -27
  91. package/model/pageableObject.d.ts +20 -20
  92. package/model/platformResponse.d.ts +15 -15
  93. package/model/productSetRequest.d.ts +27 -27
  94. package/model/productSetResponse.d.ts +27 -27
  95. package/model/scheduleUpdateRequest.d.ts +22 -22
  96. package/model/scheduledUpdates.d.ts +15 -15
  97. package/model/sortObject.d.ts +18 -18
  98. package/model/supportedGoalEventsResponseDTO.d.ts +19 -19
  99. package/model/updateAudienceNameRequest.d.ts +26 -26
  100. package/model/updateDsCustomQuerySqlRequest.d.ts +26 -26
  101. package/model/validateDsQueryRequest.d.ts +14 -14
  102. package/package.json +1 -1
  103. package/variables.d.ts +8 -8
  104. package/esm2020/model/goalRequest.mjs +0 -13
  105. package/model/goalRequest.d.ts +0 -17
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';
@@ -1,32 +1,32 @@
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 AdAccountResponse {
13
- accountId?: string;
14
- accountName?: string;
15
- sourcePlatform?: AdAccountResponse.SourcePlatformEnum;
16
- accountType?: AdAccountResponse.AccountTypeEnum;
17
- }
18
- export declare namespace AdAccountResponse {
19
- type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
20
- const SourcePlatformEnum: {
21
- META: SourcePlatformEnum;
22
- TIKTOK: SourcePlatformEnum;
23
- SNAPCHAT: SourcePlatformEnum;
24
- GOOGLE: SourcePlatformEnum;
25
- LYADS: SourcePlatformEnum;
26
- };
27
- type AccountTypeEnum = 'SEARCH' | 'DISPLAY';
28
- const AccountTypeEnum: {
29
- SEARCH: AccountTypeEnum;
30
- DISPLAY: AccountTypeEnum;
31
- };
32
- }
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 AdAccountResponse {
13
+ accountId?: string;
14
+ accountName?: string;
15
+ sourcePlatform?: AdAccountResponse.SourcePlatformEnum;
16
+ accountType?: AdAccountResponse.AccountTypeEnum;
17
+ }
18
+ export declare namespace AdAccountResponse {
19
+ type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
20
+ const SourcePlatformEnum: {
21
+ META: SourcePlatformEnum;
22
+ TIKTOK: SourcePlatformEnum;
23
+ SNAPCHAT: SourcePlatformEnum;
24
+ GOOGLE: SourcePlatformEnum;
25
+ LYADS: SourcePlatformEnum;
26
+ };
27
+ type AccountTypeEnum = 'SEARCH' | 'DISPLAY';
28
+ const AccountTypeEnum: {
29
+ SEARCH: AccountTypeEnum;
30
+ DISPLAY: AccountTypeEnum;
31
+ };
32
+ }
@@ -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,32 +1,32 @@
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
- emailIdAvailable?: boolean;
22
- phoneNoAvailable?: boolean;
23
- websiteUrl?: string;
24
- iosAppStoreUrl?: string;
25
- iosAppId?: string;
26
- iosAppName?: string;
27
- androidAppStoreUrl?: string;
28
- androidAppId?: string;
29
- androidAppName?: string;
30
- createdAt?: Date;
31
- updatedAt?: Date;
32
- }
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
+ emailIdAvailable?: boolean;
22
+ phoneNoAvailable?: boolean;
23
+ websiteUrl?: string;
24
+ iosAppStoreUrl?: string;
25
+ iosAppId?: string;
26
+ iosAppName?: string;
27
+ androidAppStoreUrl?: string;
28
+ androidAppId?: string;
29
+ androidAppName?: string;
30
+ createdAt?: Date;
31
+ updatedAt?: Date;
32
+ }
@@ -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
+ }
@@ -1,45 +1,45 @@
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 { ChildAudience } from './childAudience';
13
- export interface AudienceResponse {
14
- groupId?: number;
15
- groupType?: AudienceResponse.GroupTypeEnum;
16
- advertiserId?: number;
17
- businessZoneId?: number;
18
- goalEventNameId?: number;
19
- osId?: number;
20
- targetedCountryIds?: string;
21
- syncStatus?: AudienceResponse.SyncStatusEnum;
22
- lastSyncOperationId?: string;
23
- lastSyncError?: string;
24
- childCount?: number;
25
- children?: Array<ChildAudience>;
26
- createdAt?: Date;
27
- updatedAt?: Date;
28
- }
29
- export declare namespace AudienceResponse {
30
- type GroupTypeEnum = 'BUCKETIZED_LIVE' | 'BLOCKED_LIVE' | 'BUCKETIZED_CUSTOM' | 'DS_CUSTOM_QUERY';
31
- const GroupTypeEnum: {
32
- BUCKETIZEDLIVE: GroupTypeEnum;
33
- BLOCKEDLIVE: GroupTypeEnum;
34
- BUCKETIZEDCUSTOM: GroupTypeEnum;
35
- DSCUSTOMQUERY: GroupTypeEnum;
36
- };
37
- type SyncStatusEnum = 'IDLE' | 'SYNCING' | 'PARTIAL' | 'FAILED' | 'GAVE_UP';
38
- const SyncStatusEnum: {
39
- IDLE: SyncStatusEnum;
40
- SYNCING: SyncStatusEnum;
41
- PARTIAL: SyncStatusEnum;
42
- FAILED: SyncStatusEnum;
43
- GAVEUP: SyncStatusEnum;
44
- };
45
- }
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 { ChildAudience } from './childAudience';
13
+ export interface AudienceResponse {
14
+ groupId?: number;
15
+ groupType?: AudienceResponse.GroupTypeEnum;
16
+ advertiserId?: number;
17
+ businessZoneId?: number;
18
+ goalEventNameId?: number;
19
+ osId?: number;
20
+ targetedCountryIds?: string;
21
+ syncStatus?: AudienceResponse.SyncStatusEnum;
22
+ lastSyncOperationId?: string;
23
+ lastSyncError?: string;
24
+ childCount?: number;
25
+ children?: Array<ChildAudience>;
26
+ createdAt?: Date;
27
+ updatedAt?: Date;
28
+ }
29
+ export declare namespace AudienceResponse {
30
+ type GroupTypeEnum = 'BUCKETIZED_LIVE' | 'BLOCKED_LIVE' | 'BUCKETIZED_CUSTOM' | 'DS_CUSTOM_QUERY';
31
+ const GroupTypeEnum: {
32
+ BUCKETIZEDLIVE: GroupTypeEnum;
33
+ BLOCKEDLIVE: GroupTypeEnum;
34
+ BUCKETIZEDCUSTOM: GroupTypeEnum;
35
+ DSCUSTOMQUERY: GroupTypeEnum;
36
+ };
37
+ type SyncStatusEnum = 'IDLE' | 'SYNCING' | 'PARTIAL' | 'FAILED' | 'GAVE_UP';
38
+ const SyncStatusEnum: {
39
+ IDLE: SyncStatusEnum;
40
+ SYNCING: SyncStatusEnum;
41
+ PARTIAL: SyncStatusEnum;
42
+ FAILED: SyncStatusEnum;
43
+ GAVEUP: SyncStatusEnum;
44
+ };
45
+ }
@@ -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 BlockedEventResponse {
13
- eventName?: string;
14
- blockingDays?: number;
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,17 +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
- export interface BusinessZoneResponse {
13
- id?: number;
14
- code?: string;
15
- name?: string;
16
- label?: string;
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
+ 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,56 +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
- 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
+ /**
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
+ }