@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.
- package/README.md +2 -2
- package/api/advertiserController.service.d.ts +137 -137
- package/api/api.d.ts +11 -11
- package/api/audienceController.service.d.ts +128 -128
- package/api/campaignController.service.d.ts +110 -127
- package/api/insightsController.service.d.ts +33 -33
- package/api/lookupDataController.service.d.ts +58 -58
- package/api.module.d.ts +11 -11
- package/configuration.d.ts +48 -48
- package/encoder.d.ts +10 -10
- package/esm2020/api/advertiserController.service.mjs +327 -327
- package/esm2020/api/api.mjs +11 -11
- package/esm2020/api/audienceController.service.mjs +326 -326
- package/esm2020/api/campaignController.service.mjs +297 -326
- package/esm2020/api/insightsController.service.mjs +107 -107
- package/esm2020/api/lookupDataController.service.mjs +134 -134
- package/esm2020/api.module.mjs +56 -56
- package/esm2020/configuration.mjs +58 -58
- package/esm2020/encoder.mjs +16 -16
- package/esm2020/index.mjs +5 -5
- package/esm2020/model/adAccountResponse.mjs +25 -25
- package/esm2020/model/advertiserMmpConversionEventResponse.mjs +12 -12
- package/esm2020/model/advertiserResponse.mjs +12 -12
- package/esm2020/model/advertiserSearchResponse.mjs +12 -12
- package/esm2020/model/audienceResponse.mjs +16 -16
- package/esm2020/model/blockedEventResponse.mjs +12 -12
- package/esm2020/model/businessZoneResponse.mjs +12 -12
- package/esm2020/model/campaignChangeLogResponse.mjs +23 -23
- package/esm2020/model/campaignInsightRecord.mjs +18 -18
- package/esm2020/model/campaignInsightsResponse.mjs +1 -1
- package/esm2020/model/campaignRequest.mjs +34 -34
- package/esm2020/model/campaignResponse.mjs +26 -26
- package/esm2020/model/campaignSearchResponse.mjs +12 -12
- package/esm2020/model/childAudience.mjs +37 -37
- package/esm2020/model/countryResponse.mjs +12 -12
- package/esm2020/model/createBlockedLiveAudienceRequest.mjs +21 -21
- package/esm2020/model/createBucketizedCustomAudienceRequest.mjs +36 -36
- package/esm2020/model/createBucketizedLiveAudienceRequest.mjs +25 -25
- package/esm2020/model/createDsCustomQueryAudienceRequest.mjs +32 -32
- package/esm2020/model/goalEventOptionDTO.mjs +13 -13
- package/esm2020/model/goalResponse.mjs +12 -12
- package/esm2020/model/models.mjs +37 -38
- package/esm2020/model/oSResponse.mjs +12 -12
- package/esm2020/model/pageAdvertiserResponse.mjs +2 -2
- package/esm2020/model/pageCampaignChangeLogResponse.mjs +2 -2
- package/esm2020/model/pageCampaignResponse.mjs +2 -2
- package/esm2020/model/pageableObject.mjs +1 -1
- package/esm2020/model/platformResponse.mjs +12 -12
- package/esm2020/model/productSetRequest.mjs +21 -21
- package/esm2020/model/productSetResponse.mjs +21 -21
- package/esm2020/model/scheduleUpdateRequest.mjs +18 -18
- package/esm2020/model/scheduledUpdates.mjs +12 -12
- package/esm2020/model/sortObject.mjs +12 -12
- package/esm2020/model/supportedGoalEventsResponseDTO.mjs +1 -1
- package/esm2020/model/updateAudienceNameRequest.mjs +21 -21
- package/esm2020/model/updateDsCustomQuerySqlRequest.mjs +21 -21
- package/esm2020/model/validateDsQueryRequest.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 +1661 -1690
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +1788 -1829
- package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/model/adAccountResponse.d.ts +32 -32
- package/model/advertiserMmpConversionEventResponse.d.ts +15 -15
- package/model/advertiserResponse.d.ts +32 -32
- package/model/advertiserSearchResponse.d.ts +16 -16
- package/model/audienceResponse.d.ts +45 -45
- package/model/blockedEventResponse.d.ts +15 -15
- package/model/businessZoneResponse.d.ts +17 -17
- package/model/campaignChangeLogResponse.d.ts +34 -34
- package/model/campaignInsightRecord.d.ts +56 -56
- package/model/campaignInsightsResponse.d.ts +16 -16
- package/model/campaignRequest.d.ts +55 -55
- package/model/campaignResponse.d.ts +75 -75
- package/model/campaignSearchResponse.d.ts +15 -15
- package/model/childAudience.d.ts +69 -69
- package/model/countryResponse.d.ts +18 -18
- package/model/createBlockedLiveAudienceRequest.d.ts +27 -27
- package/model/createBucketizedCustomAudienceRequest.d.ts +56 -56
- package/model/createBucketizedLiveAudienceRequest.d.ts +40 -40
- package/model/createDsCustomQueryAudienceRequest.d.ts +48 -48
- package/model/goalEventOptionDTO.d.ts +14 -15
- package/model/goalResponse.d.ts +15 -15
- package/model/models.d.ts +36 -37
- package/model/oSResponse.d.ts +15 -15
- package/model/pageAdvertiserResponse.d.ts +27 -27
- package/model/pageCampaignChangeLogResponse.d.ts +27 -27
- package/model/pageCampaignResponse.d.ts +27 -27
- package/model/pageableObject.d.ts +20 -20
- package/model/platformResponse.d.ts +15 -15
- package/model/productSetRequest.d.ts +27 -27
- package/model/productSetResponse.d.ts +27 -27
- package/model/scheduleUpdateRequest.d.ts +22 -22
- package/model/scheduledUpdates.d.ts +15 -15
- package/model/sortObject.d.ts +18 -18
- package/model/supportedGoalEventsResponseDTO.d.ts +19 -19
- package/model/updateAudienceNameRequest.d.ts +26 -26
- package/model/updateDsCustomQuerySqlRequest.d.ts +26 -26
- package/model/validateDsQueryRequest.d.ts +14 -14
- package/package.json +1 -1
- package/variables.d.ts +8 -8
- package/esm2020/model/goalRequest.mjs +0 -13
- package/model/goalRequest.d.ts +0 -17
|
@@ -1,55 +1,55 @@
|
|
|
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
|
-
advertiserGoalEvent?: string;
|
|
15
|
-
sourcePlatform: CampaignRequest.SourcePlatformEnum;
|
|
16
|
-
adAccountId: string;
|
|
17
|
-
platformCampaignId: string;
|
|
18
|
-
payoutType: CampaignRequest.PayoutTypeEnum;
|
|
19
|
-
payoutValue: number;
|
|
20
|
-
startDate: string;
|
|
21
|
-
goal?: CampaignRequest.GoalEnum;
|
|
22
|
-
goalValue?: number;
|
|
23
|
-
marketFeedbackEnabled?: boolean;
|
|
24
|
-
activeOnPlatform?: boolean;
|
|
25
|
-
osId: number;
|
|
26
|
-
mmpConversionEventId: number;
|
|
27
|
-
mmpAttributionSetting: CampaignRequest.MmpAttributionSettingEnum;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
31
|
-
export declare namespace CampaignRequest {
|
|
32
|
-
type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
|
|
33
|
-
const SourcePlatformEnum: {
|
|
34
|
-
META: SourcePlatformEnum;
|
|
35
|
-
TIKTOK: SourcePlatformEnum;
|
|
36
|
-
SNAPCHAT: SourcePlatformEnum;
|
|
37
|
-
GOOGLE: SourcePlatformEnum;
|
|
38
|
-
LYADS: SourcePlatformEnum;
|
|
39
|
-
};
|
|
40
|
-
type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
|
|
41
|
-
const PayoutTypeEnum: {
|
|
42
|
-
DYNAMICMARGIN: PayoutTypeEnum;
|
|
43
|
-
PAYOUTPERCONVERSION: PayoutTypeEnum;
|
|
44
|
-
};
|
|
45
|
-
type GoalEnum = 'COST_PER_RESULT' | 'ROAS';
|
|
46
|
-
const GoalEnum: {
|
|
47
|
-
COSTPERRESULT: GoalEnum;
|
|
48
|
-
ROAS: GoalEnum;
|
|
49
|
-
};
|
|
50
|
-
type MmpAttributionSettingEnum = 'CTA' | 'CTA_AND_VTA';
|
|
51
|
-
const MmpAttributionSettingEnum: {
|
|
52
|
-
CTA: MmpAttributionSettingEnum;
|
|
53
|
-
CTAANDVTA: MmpAttributionSettingEnum;
|
|
54
|
-
};
|
|
55
|
-
}
|
|
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
|
+
advertiserGoalEvent?: string;
|
|
15
|
+
sourcePlatform: CampaignRequest.SourcePlatformEnum;
|
|
16
|
+
adAccountId: string;
|
|
17
|
+
platformCampaignId: string;
|
|
18
|
+
payoutType: CampaignRequest.PayoutTypeEnum;
|
|
19
|
+
payoutValue: number;
|
|
20
|
+
startDate: string;
|
|
21
|
+
goal?: CampaignRequest.GoalEnum;
|
|
22
|
+
goalValue?: number;
|
|
23
|
+
marketFeedbackEnabled?: boolean;
|
|
24
|
+
activeOnPlatform?: boolean;
|
|
25
|
+
osId: number;
|
|
26
|
+
mmpConversionEventId: number;
|
|
27
|
+
mmpAttributionSetting: CampaignRequest.MmpAttributionSettingEnum;
|
|
28
|
+
goalValueConsistent?: boolean;
|
|
29
|
+
payoutValueValidForType?: boolean;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace CampaignRequest {
|
|
32
|
+
type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
|
|
33
|
+
const SourcePlatformEnum: {
|
|
34
|
+
META: SourcePlatformEnum;
|
|
35
|
+
TIKTOK: SourcePlatformEnum;
|
|
36
|
+
SNAPCHAT: SourcePlatformEnum;
|
|
37
|
+
GOOGLE: SourcePlatformEnum;
|
|
38
|
+
LYADS: SourcePlatformEnum;
|
|
39
|
+
};
|
|
40
|
+
type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
|
|
41
|
+
const PayoutTypeEnum: {
|
|
42
|
+
DYNAMICMARGIN: PayoutTypeEnum;
|
|
43
|
+
PAYOUTPERCONVERSION: PayoutTypeEnum;
|
|
44
|
+
};
|
|
45
|
+
type GoalEnum = 'COST_PER_RESULT' | 'ROAS';
|
|
46
|
+
const GoalEnum: {
|
|
47
|
+
COSTPERRESULT: GoalEnum;
|
|
48
|
+
ROAS: GoalEnum;
|
|
49
|
+
};
|
|
50
|
+
type MmpAttributionSettingEnum = 'CTA' | 'CTA_AND_VTA';
|
|
51
|
+
const MmpAttributionSettingEnum: {
|
|
52
|
+
CTA: MmpAttributionSettingEnum;
|
|
53
|
+
CTAANDVTA: MmpAttributionSettingEnum;
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -1,75 +1,75 @@
|
|
|
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 { ScheduledUpdates } from './scheduledUpdates';
|
|
13
|
-
export interface CampaignResponse {
|
|
14
|
-
id?: number;
|
|
15
|
-
name?: string;
|
|
16
|
-
advertiserId?: number;
|
|
17
|
-
sourcePlatform?: CampaignResponse.SourcePlatformEnum;
|
|
18
|
-
platformCampaignId?: string;
|
|
19
|
-
adAccountId?: string;
|
|
20
|
-
adAccountName?: string;
|
|
21
|
-
accountType?: CampaignResponse.AccountTypeEnum;
|
|
22
|
-
marketFeedbackEnabled?: boolean;
|
|
23
|
-
activeOnPlatform?: boolean;
|
|
24
|
-
updating?: boolean;
|
|
25
|
-
payoutType?: CampaignResponse.PayoutTypeEnum;
|
|
26
|
-
payoutValue?: number;
|
|
27
|
-
startDate?: string;
|
|
28
|
-
goal?: CampaignResponse.GoalEnum;
|
|
29
|
-
goalValue?: number;
|
|
30
|
-
dailyAdvertiserBudget?: number;
|
|
31
|
-
osId?: number;
|
|
32
|
-
osName?: string;
|
|
33
|
-
mmpConversionEventId?: number;
|
|
34
|
-
mmpAttributionSetting?: CampaignResponse.MmpAttributionSettingEnum;
|
|
35
|
-
lastErrorCode?: string;
|
|
36
|
-
lastErrorMessage?: string;
|
|
37
|
-
lastSyncAt?: Date;
|
|
38
|
-
createdAt?: Date;
|
|
39
|
-
lastUpdatedAt?: Date;
|
|
40
|
-
createdBy?: string;
|
|
41
|
-
lastUpdatedBy?: string;
|
|
42
|
-
platformCurrency?: string;
|
|
43
|
-
licenseeCurrency?: string;
|
|
44
|
-
scheduledUpdates?: ScheduledUpdates;
|
|
45
|
-
}
|
|
46
|
-
export declare namespace CampaignResponse {
|
|
47
|
-
type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
|
|
48
|
-
const SourcePlatformEnum: {
|
|
49
|
-
META: SourcePlatformEnum;
|
|
50
|
-
TIKTOK: SourcePlatformEnum;
|
|
51
|
-
SNAPCHAT: SourcePlatformEnum;
|
|
52
|
-
GOOGLE: SourcePlatformEnum;
|
|
53
|
-
LYADS: SourcePlatformEnum;
|
|
54
|
-
};
|
|
55
|
-
type AccountTypeEnum = 'SEARCH' | 'DISPLAY';
|
|
56
|
-
const AccountTypeEnum: {
|
|
57
|
-
SEARCH: AccountTypeEnum;
|
|
58
|
-
DISPLAY: AccountTypeEnum;
|
|
59
|
-
};
|
|
60
|
-
type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
|
|
61
|
-
const PayoutTypeEnum: {
|
|
62
|
-
DYNAMICMARGIN: PayoutTypeEnum;
|
|
63
|
-
PAYOUTPERCONVERSION: PayoutTypeEnum;
|
|
64
|
-
};
|
|
65
|
-
type GoalEnum = 'COST_PER_RESULT' | 'ROAS';
|
|
66
|
-
const GoalEnum: {
|
|
67
|
-
COSTPERRESULT: GoalEnum;
|
|
68
|
-
ROAS: GoalEnum;
|
|
69
|
-
};
|
|
70
|
-
type MmpAttributionSettingEnum = 'CTA' | 'CTA_AND_VTA';
|
|
71
|
-
const MmpAttributionSettingEnum: {
|
|
72
|
-
CTA: MmpAttributionSettingEnum;
|
|
73
|
-
CTAANDVTA: MmpAttributionSettingEnum;
|
|
74
|
-
};
|
|
75
|
-
}
|
|
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 { ScheduledUpdates } from './scheduledUpdates';
|
|
13
|
+
export interface CampaignResponse {
|
|
14
|
+
id?: number;
|
|
15
|
+
name?: string;
|
|
16
|
+
advertiserId?: number;
|
|
17
|
+
sourcePlatform?: CampaignResponse.SourcePlatformEnum;
|
|
18
|
+
platformCampaignId?: string;
|
|
19
|
+
adAccountId?: string;
|
|
20
|
+
adAccountName?: string;
|
|
21
|
+
accountType?: CampaignResponse.AccountTypeEnum;
|
|
22
|
+
marketFeedbackEnabled?: boolean;
|
|
23
|
+
activeOnPlatform?: boolean;
|
|
24
|
+
updating?: boolean;
|
|
25
|
+
payoutType?: CampaignResponse.PayoutTypeEnum;
|
|
26
|
+
payoutValue?: number;
|
|
27
|
+
startDate?: string;
|
|
28
|
+
goal?: CampaignResponse.GoalEnum;
|
|
29
|
+
goalValue?: number;
|
|
30
|
+
dailyAdvertiserBudget?: number;
|
|
31
|
+
osId?: number;
|
|
32
|
+
osName?: string;
|
|
33
|
+
mmpConversionEventId?: number;
|
|
34
|
+
mmpAttributionSetting?: CampaignResponse.MmpAttributionSettingEnum;
|
|
35
|
+
lastErrorCode?: string;
|
|
36
|
+
lastErrorMessage?: string;
|
|
37
|
+
lastSyncAt?: Date;
|
|
38
|
+
createdAt?: Date;
|
|
39
|
+
lastUpdatedAt?: Date;
|
|
40
|
+
createdBy?: string;
|
|
41
|
+
lastUpdatedBy?: string;
|
|
42
|
+
platformCurrency?: string;
|
|
43
|
+
licenseeCurrency?: string;
|
|
44
|
+
scheduledUpdates?: ScheduledUpdates;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace CampaignResponse {
|
|
47
|
+
type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
|
|
48
|
+
const SourcePlatformEnum: {
|
|
49
|
+
META: SourcePlatformEnum;
|
|
50
|
+
TIKTOK: SourcePlatformEnum;
|
|
51
|
+
SNAPCHAT: SourcePlatformEnum;
|
|
52
|
+
GOOGLE: SourcePlatformEnum;
|
|
53
|
+
LYADS: SourcePlatformEnum;
|
|
54
|
+
};
|
|
55
|
+
type AccountTypeEnum = 'SEARCH' | 'DISPLAY';
|
|
56
|
+
const AccountTypeEnum: {
|
|
57
|
+
SEARCH: AccountTypeEnum;
|
|
58
|
+
DISPLAY: AccountTypeEnum;
|
|
59
|
+
};
|
|
60
|
+
type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
|
|
61
|
+
const PayoutTypeEnum: {
|
|
62
|
+
DYNAMICMARGIN: PayoutTypeEnum;
|
|
63
|
+
PAYOUTPERCONVERSION: PayoutTypeEnum;
|
|
64
|
+
};
|
|
65
|
+
type GoalEnum = 'COST_PER_RESULT' | 'ROAS';
|
|
66
|
+
const GoalEnum: {
|
|
67
|
+
COSTPERRESULT: GoalEnum;
|
|
68
|
+
ROAS: GoalEnum;
|
|
69
|
+
};
|
|
70
|
+
type MmpAttributionSettingEnum = 'CTA' | 'CTA_AND_VTA';
|
|
71
|
+
const MmpAttributionSettingEnum: {
|
|
72
|
+
CTA: MmpAttributionSettingEnum;
|
|
73
|
+
CTAANDVTA: MmpAttributionSettingEnum;
|
|
74
|
+
};
|
|
75
|
+
}
|
|
@@ -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 CampaignSearchResponse {
|
|
13
|
-
id?: number;
|
|
14
|
-
name?: 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 CampaignSearchResponse {
|
|
13
|
+
id?: number;
|
|
14
|
+
name?: string;
|
|
15
|
+
}
|
package/model/childAudience.d.ts
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
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 ChildAudience {
|
|
13
|
-
id?: number;
|
|
14
|
-
adAccountId?: string;
|
|
15
|
-
platformId?: number;
|
|
16
|
-
userGivenName?: string;
|
|
17
|
-
userDescription?: string;
|
|
18
|
-
generatedName?: string;
|
|
19
|
-
generatedDescription?: string;
|
|
20
|
-
platformAudienceId?: string;
|
|
21
|
-
creationStatus?: string;
|
|
22
|
-
createdAt?: Date;
|
|
23
|
-
updatedAt?: Date;
|
|
24
|
-
audienceType?: ChildAudience.AudienceTypeEnum;
|
|
25
|
-
productSetId?: string;
|
|
26
|
-
eventName?: string;
|
|
27
|
-
audienceSource?: ChildAudience.AudienceSourceEnum;
|
|
28
|
-
uploadMode?: ChildAudience.UploadModeEnum;
|
|
29
|
-
uploadFrequency?: ChildAudience.UploadFrequencyEnum;
|
|
30
|
-
lastRunAt?: Date;
|
|
31
|
-
nextRunAt?: Date;
|
|
32
|
-
lastRunStatus?: string;
|
|
33
|
-
lastRunError?: string;
|
|
34
|
-
dsSql?: string;
|
|
35
|
-
blockedEventConfigId?: number;
|
|
36
|
-
blockingOperator?: ChildAudience.BlockingOperatorEnum;
|
|
37
|
-
blockedPosition?: number;
|
|
38
|
-
blockingDays?: number;
|
|
39
|
-
}
|
|
40
|
-
export declare namespace ChildAudience {
|
|
41
|
-
type AudienceTypeEnum = 'DYNAMIC' | 'CATALOGUE';
|
|
42
|
-
const AudienceTypeEnum: {
|
|
43
|
-
DYNAMIC: AudienceTypeEnum;
|
|
44
|
-
CATALOGUE: AudienceTypeEnum;
|
|
45
|
-
};
|
|
46
|
-
type AudienceSourceEnum = 'INTELLIBID' | 'DS';
|
|
47
|
-
const AudienceSourceEnum: {
|
|
48
|
-
INTELLIBID: AudienceSourceEnum;
|
|
49
|
-
DS: AudienceSourceEnum;
|
|
50
|
-
};
|
|
51
|
-
type UploadModeEnum = 'API' | 'CSV';
|
|
52
|
-
const UploadModeEnum: {
|
|
53
|
-
API: UploadModeEnum;
|
|
54
|
-
CSV: UploadModeEnum;
|
|
55
|
-
};
|
|
56
|
-
type UploadFrequencyEnum = 'ONCE' | 'DAILY' | 'EVERY_2D' | 'WEEKLY' | 'MONTHLY';
|
|
57
|
-
const UploadFrequencyEnum: {
|
|
58
|
-
ONCE: UploadFrequencyEnum;
|
|
59
|
-
DAILY: UploadFrequencyEnum;
|
|
60
|
-
EVERY2D: UploadFrequencyEnum;
|
|
61
|
-
WEEKLY: UploadFrequencyEnum;
|
|
62
|
-
MONTHLY: UploadFrequencyEnum;
|
|
63
|
-
};
|
|
64
|
-
type BlockingOperatorEnum = 'GTE' | 'EQ';
|
|
65
|
-
const BlockingOperatorEnum: {
|
|
66
|
-
GTE: BlockingOperatorEnum;
|
|
67
|
-
EQ: BlockingOperatorEnum;
|
|
68
|
-
};
|
|
69
|
-
}
|
|
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 ChildAudience {
|
|
13
|
+
id?: number;
|
|
14
|
+
adAccountId?: string;
|
|
15
|
+
platformId?: number;
|
|
16
|
+
userGivenName?: string;
|
|
17
|
+
userDescription?: string;
|
|
18
|
+
generatedName?: string;
|
|
19
|
+
generatedDescription?: string;
|
|
20
|
+
platformAudienceId?: string;
|
|
21
|
+
creationStatus?: string;
|
|
22
|
+
createdAt?: Date;
|
|
23
|
+
updatedAt?: Date;
|
|
24
|
+
audienceType?: ChildAudience.AudienceTypeEnum;
|
|
25
|
+
productSetId?: string;
|
|
26
|
+
eventName?: string;
|
|
27
|
+
audienceSource?: ChildAudience.AudienceSourceEnum;
|
|
28
|
+
uploadMode?: ChildAudience.UploadModeEnum;
|
|
29
|
+
uploadFrequency?: ChildAudience.UploadFrequencyEnum;
|
|
30
|
+
lastRunAt?: Date;
|
|
31
|
+
nextRunAt?: Date;
|
|
32
|
+
lastRunStatus?: string;
|
|
33
|
+
lastRunError?: string;
|
|
34
|
+
dsSql?: string;
|
|
35
|
+
blockedEventConfigId?: number;
|
|
36
|
+
blockingOperator?: ChildAudience.BlockingOperatorEnum;
|
|
37
|
+
blockedPosition?: number;
|
|
38
|
+
blockingDays?: number;
|
|
39
|
+
}
|
|
40
|
+
export declare namespace ChildAudience {
|
|
41
|
+
type AudienceTypeEnum = 'DYNAMIC' | 'CATALOGUE';
|
|
42
|
+
const AudienceTypeEnum: {
|
|
43
|
+
DYNAMIC: AudienceTypeEnum;
|
|
44
|
+
CATALOGUE: AudienceTypeEnum;
|
|
45
|
+
};
|
|
46
|
+
type AudienceSourceEnum = 'INTELLIBID' | 'DS';
|
|
47
|
+
const AudienceSourceEnum: {
|
|
48
|
+
INTELLIBID: AudienceSourceEnum;
|
|
49
|
+
DS: AudienceSourceEnum;
|
|
50
|
+
};
|
|
51
|
+
type UploadModeEnum = 'API' | 'CSV';
|
|
52
|
+
const UploadModeEnum: {
|
|
53
|
+
API: UploadModeEnum;
|
|
54
|
+
CSV: UploadModeEnum;
|
|
55
|
+
};
|
|
56
|
+
type UploadFrequencyEnum = 'ONCE' | 'DAILY' | 'EVERY_2D' | 'WEEKLY' | 'MONTHLY';
|
|
57
|
+
const UploadFrequencyEnum: {
|
|
58
|
+
ONCE: UploadFrequencyEnum;
|
|
59
|
+
DAILY: UploadFrequencyEnum;
|
|
60
|
+
EVERY2D: UploadFrequencyEnum;
|
|
61
|
+
WEEKLY: UploadFrequencyEnum;
|
|
62
|
+
MONTHLY: UploadFrequencyEnum;
|
|
63
|
+
};
|
|
64
|
+
type BlockingOperatorEnum = 'GTE' | 'EQ';
|
|
65
|
+
const BlockingOperatorEnum: {
|
|
66
|
+
GTE: BlockingOperatorEnum;
|
|
67
|
+
EQ: BlockingOperatorEnum;
|
|
68
|
+
};
|
|
69
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
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 CountryResponse {
|
|
13
|
-
id?: number;
|
|
14
|
-
name?: string;
|
|
15
|
-
countryCode?: string;
|
|
16
|
-
alternateCountryCode?: string;
|
|
17
|
-
zoneId?: number;
|
|
18
|
-
}
|
|
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 CountryResponse {
|
|
13
|
+
id?: number;
|
|
14
|
+
name?: string;
|
|
15
|
+
countryCode?: string;
|
|
16
|
+
alternateCountryCode?: string;
|
|
17
|
+
zoneId?: number;
|
|
18
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
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 CreateBlockedLiveAudienceRequest {
|
|
13
|
-
advertiserId: number;
|
|
14
|
-
sourcePlatform: CreateBlockedLiveAudienceRequest.SourcePlatformEnum;
|
|
15
|
-
adAccountId: string;
|
|
16
|
-
description?: string;
|
|
17
|
-
}
|
|
18
|
-
export declare namespace CreateBlockedLiveAudienceRequest {
|
|
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
|
-
}
|
|
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 CreateBlockedLiveAudienceRequest {
|
|
13
|
+
advertiserId: number;
|
|
14
|
+
sourcePlatform: CreateBlockedLiveAudienceRequest.SourcePlatformEnum;
|
|
15
|
+
adAccountId: string;
|
|
16
|
+
description?: string;
|
|
17
|
+
}
|
|
18
|
+
export declare namespace CreateBlockedLiveAudienceRequest {
|
|
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
|
+
}
|
|
@@ -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 CreateBucketizedCustomAudienceRequest {
|
|
13
|
-
advertiserId: number;
|
|
14
|
-
sourcePlatform: CreateBucketizedCustomAudienceRequest.SourcePlatformEnum;
|
|
15
|
-
adAccountId: string;
|
|
16
|
-
audienceSource: CreateBucketizedCustomAudienceRequest.AudienceSourceEnum;
|
|
17
|
-
businessZoneId: number;
|
|
18
|
-
goalEventNameId: number;
|
|
19
|
-
osId: number;
|
|
20
|
-
countryIds?: Array<number>;
|
|
21
|
-
targetPurchasersOnly?: boolean;
|
|
22
|
-
name: string;
|
|
23
|
-
description?: string;
|
|
24
|
-
uploadMode: CreateBucketizedCustomAudienceRequest.UploadModeEnum;
|
|
25
|
-
uploadFrequency: CreateBucketizedCustomAudienceRequest.UploadFrequencyEnum;
|
|
26
|
-
dsSql?: string;
|
|
27
|
-
nextRunAt?: Date;
|
|
28
|
-
}
|
|
29
|
-
export declare namespace CreateBucketizedCustomAudienceRequest {
|
|
30
|
-
type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
|
|
31
|
-
const SourcePlatformEnum: {
|
|
32
|
-
META: SourcePlatformEnum;
|
|
33
|
-
TIKTOK: SourcePlatformEnum;
|
|
34
|
-
SNAPCHAT: SourcePlatformEnum;
|
|
35
|
-
GOOGLE: SourcePlatformEnum;
|
|
36
|
-
LYADS: SourcePlatformEnum;
|
|
37
|
-
};
|
|
38
|
-
type AudienceSourceEnum = 'INTELLIBID' | 'DS';
|
|
39
|
-
const AudienceSourceEnum: {
|
|
40
|
-
INTELLIBID: AudienceSourceEnum;
|
|
41
|
-
DS: AudienceSourceEnum;
|
|
42
|
-
};
|
|
43
|
-
type UploadModeEnum = 'API' | 'CSV';
|
|
44
|
-
const UploadModeEnum: {
|
|
45
|
-
API: UploadModeEnum;
|
|
46
|
-
CSV: UploadModeEnum;
|
|
47
|
-
};
|
|
48
|
-
type UploadFrequencyEnum = 'ONCE' | 'DAILY' | 'EVERY_2D' | 'WEEKLY' | 'MONTHLY';
|
|
49
|
-
const UploadFrequencyEnum: {
|
|
50
|
-
ONCE: UploadFrequencyEnum;
|
|
51
|
-
DAILY: UploadFrequencyEnum;
|
|
52
|
-
EVERY2D: UploadFrequencyEnum;
|
|
53
|
-
WEEKLY: UploadFrequencyEnum;
|
|
54
|
-
MONTHLY: UploadFrequencyEnum;
|
|
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 CreateBucketizedCustomAudienceRequest {
|
|
13
|
+
advertiserId: number;
|
|
14
|
+
sourcePlatform: CreateBucketizedCustomAudienceRequest.SourcePlatformEnum;
|
|
15
|
+
adAccountId: string;
|
|
16
|
+
audienceSource: CreateBucketizedCustomAudienceRequest.AudienceSourceEnum;
|
|
17
|
+
businessZoneId: number;
|
|
18
|
+
goalEventNameId: number;
|
|
19
|
+
osId: number;
|
|
20
|
+
countryIds?: Array<number>;
|
|
21
|
+
targetPurchasersOnly?: boolean;
|
|
22
|
+
name: string;
|
|
23
|
+
description?: string;
|
|
24
|
+
uploadMode: CreateBucketizedCustomAudienceRequest.UploadModeEnum;
|
|
25
|
+
uploadFrequency: CreateBucketizedCustomAudienceRequest.UploadFrequencyEnum;
|
|
26
|
+
dsSql?: string;
|
|
27
|
+
nextRunAt?: Date;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace CreateBucketizedCustomAudienceRequest {
|
|
30
|
+
type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
|
|
31
|
+
const SourcePlatformEnum: {
|
|
32
|
+
META: SourcePlatformEnum;
|
|
33
|
+
TIKTOK: SourcePlatformEnum;
|
|
34
|
+
SNAPCHAT: SourcePlatformEnum;
|
|
35
|
+
GOOGLE: SourcePlatformEnum;
|
|
36
|
+
LYADS: SourcePlatformEnum;
|
|
37
|
+
};
|
|
38
|
+
type AudienceSourceEnum = 'INTELLIBID' | 'DS';
|
|
39
|
+
const AudienceSourceEnum: {
|
|
40
|
+
INTELLIBID: AudienceSourceEnum;
|
|
41
|
+
DS: AudienceSourceEnum;
|
|
42
|
+
};
|
|
43
|
+
type UploadModeEnum = 'API' | 'CSV';
|
|
44
|
+
const UploadModeEnum: {
|
|
45
|
+
API: UploadModeEnum;
|
|
46
|
+
CSV: UploadModeEnum;
|
|
47
|
+
};
|
|
48
|
+
type UploadFrequencyEnum = 'ONCE' | 'DAILY' | 'EVERY_2D' | 'WEEKLY' | 'MONTHLY';
|
|
49
|
+
const UploadFrequencyEnum: {
|
|
50
|
+
ONCE: UploadFrequencyEnum;
|
|
51
|
+
DAILY: UploadFrequencyEnum;
|
|
52
|
+
EVERY2D: UploadFrequencyEnum;
|
|
53
|
+
WEEKLY: UploadFrequencyEnum;
|
|
54
|
+
MONTHLY: UploadFrequencyEnum;
|
|
55
|
+
};
|
|
56
|
+
}
|