google-ads-api 20.0.0 → 21.0.0-beta
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 +4 -4
- package/build/src/client.d.ts +1 -0
- package/build/src/client.js +1 -0
- package/build/src/customer.d.ts +8 -2
- package/build/src/customer.js +207 -74
- package/build/src/parserRest.d.ts +4 -0
- package/build/src/parserRest.js +106 -0
- package/build/src/protos/autogen/enums.d.ts +1194 -1043
- package/build/src/protos/autogen/enums.js +1196 -1034
- package/build/src/protos/autogen/fields.d.ts +1 -0
- package/build/src/protos/autogen/fields.js +3 -1
- package/build/src/protos/autogen/serviceFactory.js +1 -1
- package/build/src/protos/index.d.ts +7 -7
- package/build/src/protos/index.js +7 -6
- package/build/src/query.js +1 -1
- package/build/src/service.d.ts +2 -1
- package/build/src/service.js +37 -16
- package/build/src/testUtils.d.ts +38 -0
- package/build/src/testUtils.js +76 -5
- package/build/src/utils.d.ts +0 -5
- package/build/src/utils.js +0 -15
- package/build/src/version.d.ts +1 -1
- package/build/src/version.js +1 -1
- package/package.json +18 -7
|
@@ -6,9 +6,9 @@ exports.enums = void 0;
|
|
|
6
6
|
var enums;
|
|
7
7
|
(function (enums) {
|
|
8
8
|
/**
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
* @name PolicyTopicEntryTypeEnum.PolicyTopicEntryType
|
|
10
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PolicyTopicEntryTypeEnum.PolicyTopicEntryType
|
|
11
|
+
*/
|
|
12
12
|
let PolicyTopicEntryType;
|
|
13
13
|
(function (PolicyTopicEntryType) {
|
|
14
14
|
PolicyTopicEntryType[PolicyTopicEntryType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -21,9 +21,9 @@ var enums;
|
|
|
21
21
|
PolicyTopicEntryType[PolicyTopicEntryType["AREA_OF_INTEREST_ONLY"] = 7] = "AREA_OF_INTEREST_ONLY";
|
|
22
22
|
})(PolicyTopicEntryType = enums.PolicyTopicEntryType || (enums.PolicyTopicEntryType = {}));
|
|
23
23
|
/**
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
* @name PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
|
|
25
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
|
|
26
|
+
*/
|
|
27
27
|
let PolicyTopicEvidenceDestinationMismatchUrlType;
|
|
28
28
|
(function (PolicyTopicEvidenceDestinationMismatchUrlType) {
|
|
29
29
|
PolicyTopicEvidenceDestinationMismatchUrlType[PolicyTopicEvidenceDestinationMismatchUrlType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -35,9 +35,9 @@ var enums;
|
|
|
35
35
|
PolicyTopicEvidenceDestinationMismatchUrlType[PolicyTopicEvidenceDestinationMismatchUrlType["MOBILE_TRACKING_URL"] = 6] = "MOBILE_TRACKING_URL";
|
|
36
36
|
})(PolicyTopicEvidenceDestinationMismatchUrlType = enums.PolicyTopicEvidenceDestinationMismatchUrlType || (enums.PolicyTopicEvidenceDestinationMismatchUrlType = {}));
|
|
37
37
|
/**
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
38
|
+
* @name PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
|
|
39
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
|
|
40
|
+
*/
|
|
41
41
|
let PolicyTopicEvidenceDestinationNotWorkingDevice;
|
|
42
42
|
(function (PolicyTopicEvidenceDestinationNotWorkingDevice) {
|
|
43
43
|
PolicyTopicEvidenceDestinationNotWorkingDevice[PolicyTopicEvidenceDestinationNotWorkingDevice["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -47,9 +47,9 @@ var enums;
|
|
|
47
47
|
PolicyTopicEvidenceDestinationNotWorkingDevice[PolicyTopicEvidenceDestinationNotWorkingDevice["IOS"] = 4] = "IOS";
|
|
48
48
|
})(PolicyTopicEvidenceDestinationNotWorkingDevice = enums.PolicyTopicEvidenceDestinationNotWorkingDevice || (enums.PolicyTopicEvidenceDestinationNotWorkingDevice = {}));
|
|
49
49
|
/**
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
50
|
+
* @name PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
|
|
51
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
|
|
52
|
+
*/
|
|
53
53
|
let PolicyTopicEvidenceDestinationNotWorkingDnsErrorType;
|
|
54
54
|
(function (PolicyTopicEvidenceDestinationNotWorkingDnsErrorType) {
|
|
55
55
|
PolicyTopicEvidenceDestinationNotWorkingDnsErrorType[PolicyTopicEvidenceDestinationNotWorkingDnsErrorType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -58,9 +58,9 @@ var enums;
|
|
|
58
58
|
PolicyTopicEvidenceDestinationNotWorkingDnsErrorType[PolicyTopicEvidenceDestinationNotWorkingDnsErrorType["GOOGLE_CRAWLER_DNS_ISSUE"] = 3] = "GOOGLE_CRAWLER_DNS_ISSUE";
|
|
59
59
|
})(PolicyTopicEvidenceDestinationNotWorkingDnsErrorType = enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType || (enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType = {}));
|
|
60
60
|
/**
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
61
|
+
* @name AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus
|
|
62
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus
|
|
63
|
+
*/
|
|
64
64
|
let AssetLinkPrimaryStatus;
|
|
65
65
|
(function (AssetLinkPrimaryStatus) {
|
|
66
66
|
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -73,9 +73,9 @@ var enums;
|
|
|
73
73
|
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["NOT_ELIGIBLE"] = 7] = "NOT_ELIGIBLE";
|
|
74
74
|
})(AssetLinkPrimaryStatus = enums.AssetLinkPrimaryStatus || (enums.AssetLinkPrimaryStatus = {}));
|
|
75
75
|
/**
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
76
|
+
* @name AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason
|
|
77
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason
|
|
78
|
+
*/
|
|
79
79
|
let AssetLinkPrimaryStatusReason;
|
|
80
80
|
(function (AssetLinkPrimaryStatusReason) {
|
|
81
81
|
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -87,9 +87,9 @@ var enums;
|
|
|
87
87
|
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["ASSET_APPROVED_LABELED"] = 6] = "ASSET_APPROVED_LABELED";
|
|
88
88
|
})(AssetLinkPrimaryStatusReason = enums.AssetLinkPrimaryStatusReason || (enums.AssetLinkPrimaryStatusReason = {}));
|
|
89
89
|
/**
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
90
|
+
* @name AssetOfflineEvaluationErrorReasonsEnum.AssetOfflineEvaluationErrorReasons
|
|
91
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetOfflineEvaluationErrorReasonsEnum.AssetOfflineEvaluationErrorReasons
|
|
92
|
+
*/
|
|
93
93
|
let AssetOfflineEvaluationErrorReasons;
|
|
94
94
|
(function (AssetOfflineEvaluationErrorReasons) {
|
|
95
95
|
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -103,9 +103,9 @@ var enums;
|
|
|
103
103
|
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["PRICE_ASSET_OTHER_ERROR"] = 8] = "PRICE_ASSET_OTHER_ERROR";
|
|
104
104
|
})(AssetOfflineEvaluationErrorReasons = enums.AssetOfflineEvaluationErrorReasons || (enums.AssetOfflineEvaluationErrorReasons = {}));
|
|
105
105
|
/**
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
106
|
+
* @name PolicyApprovalStatusEnum.PolicyApprovalStatus
|
|
107
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PolicyApprovalStatusEnum.PolicyApprovalStatus
|
|
108
|
+
*/
|
|
109
109
|
let PolicyApprovalStatus;
|
|
110
110
|
(function (PolicyApprovalStatus) {
|
|
111
111
|
PolicyApprovalStatus[PolicyApprovalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -116,9 +116,9 @@ var enums;
|
|
|
116
116
|
PolicyApprovalStatus[PolicyApprovalStatus["AREA_OF_INTEREST_ONLY"] = 5] = "AREA_OF_INTEREST_ONLY";
|
|
117
117
|
})(PolicyApprovalStatus = enums.PolicyApprovalStatus || (enums.PolicyApprovalStatus = {}));
|
|
118
118
|
/**
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
119
|
+
* @name PolicyReviewStatusEnum.PolicyReviewStatus
|
|
120
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PolicyReviewStatusEnum.PolicyReviewStatus
|
|
121
|
+
*/
|
|
122
122
|
let PolicyReviewStatus;
|
|
123
123
|
(function (PolicyReviewStatus) {
|
|
124
124
|
PolicyReviewStatus[PolicyReviewStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -129,9 +129,9 @@ var enums;
|
|
|
129
129
|
PolicyReviewStatus[PolicyReviewStatus["ELIGIBLE_MAY_SERVE"] = 5] = "ELIGIBLE_MAY_SERVE";
|
|
130
130
|
})(PolicyReviewStatus = enums.PolicyReviewStatus || (enums.PolicyReviewStatus = {}));
|
|
131
131
|
/**
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
132
|
+
* @name AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
133
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
134
|
+
*/
|
|
135
135
|
let AssetPerformanceLabel;
|
|
136
136
|
(function (AssetPerformanceLabel) {
|
|
137
137
|
AssetPerformanceLabel[AssetPerformanceLabel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -143,9 +143,9 @@ var enums;
|
|
|
143
143
|
AssetPerformanceLabel[AssetPerformanceLabel["BEST"] = 6] = "BEST";
|
|
144
144
|
})(AssetPerformanceLabel = enums.AssetPerformanceLabel || (enums.AssetPerformanceLabel = {}));
|
|
145
145
|
/**
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
146
|
+
* @name ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
147
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
148
|
+
*/
|
|
149
149
|
let ServedAssetFieldType;
|
|
150
150
|
(function (ServedAssetFieldType) {
|
|
151
151
|
ServedAssetFieldType[ServedAssetFieldType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -180,11 +180,12 @@ var enums;
|
|
|
180
180
|
ServedAssetFieldType[ServedAssetFieldType["AD_IMAGE"] = 29] = "AD_IMAGE";
|
|
181
181
|
ServedAssetFieldType[ServedAssetFieldType["LEAD_FORM"] = 30] = "LEAD_FORM";
|
|
182
182
|
ServedAssetFieldType[ServedAssetFieldType["BUSINESS_LOGO"] = 31] = "BUSINESS_LOGO";
|
|
183
|
+
ServedAssetFieldType[ServedAssetFieldType["DESCRIPTION_PREFIX"] = 32] = "DESCRIPTION_PREFIX";
|
|
183
184
|
})(ServedAssetFieldType = enums.ServedAssetFieldType || (enums.ServedAssetFieldType = {}));
|
|
184
185
|
/**
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
186
|
+
* @name CallConversionReportingStateEnum.CallConversionReportingState
|
|
187
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CallConversionReportingStateEnum.CallConversionReportingState
|
|
188
|
+
*/
|
|
188
189
|
let CallConversionReportingState;
|
|
189
190
|
(function (CallConversionReportingState) {
|
|
190
191
|
CallConversionReportingState[CallConversionReportingState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -194,9 +195,9 @@ var enums;
|
|
|
194
195
|
CallConversionReportingState[CallConversionReportingState["USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION"] = 4] = "USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION";
|
|
195
196
|
})(CallConversionReportingState = enums.CallConversionReportingState || (enums.CallConversionReportingState = {}));
|
|
196
197
|
/**
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
198
|
+
* @name DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
199
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
200
|
+
*/
|
|
200
201
|
let DisplayAdFormatSetting;
|
|
201
202
|
(function (DisplayAdFormatSetting) {
|
|
202
203
|
DisplayAdFormatSetting[DisplayAdFormatSetting["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -206,9 +207,9 @@ var enums;
|
|
|
206
207
|
DisplayAdFormatSetting[DisplayAdFormatSetting["NATIVE"] = 4] = "NATIVE";
|
|
207
208
|
})(DisplayAdFormatSetting = enums.DisplayAdFormatSetting || (enums.DisplayAdFormatSetting = {}));
|
|
208
209
|
/**
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
210
|
+
* @name DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
211
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
212
|
+
*/
|
|
212
213
|
let DisplayUploadProductType;
|
|
213
214
|
(function (DisplayUploadProductType) {
|
|
214
215
|
DisplayUploadProductType[DisplayUploadProductType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -225,9 +226,9 @@ var enums;
|
|
|
225
226
|
DisplayUploadProductType[DisplayUploadProductType["DYNAMIC_HTML5_HOTEL_AD"] = 11] = "DYNAMIC_HTML5_HOTEL_AD";
|
|
226
227
|
})(DisplayUploadProductType = enums.DisplayUploadProductType || (enums.DisplayUploadProductType = {}));
|
|
227
228
|
/**
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
229
|
+
* @name LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
230
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
231
|
+
*/
|
|
231
232
|
let LegacyAppInstallAdAppStore;
|
|
232
233
|
(function (LegacyAppInstallAdAppStore) {
|
|
233
234
|
LegacyAppInstallAdAppStore[LegacyAppInstallAdAppStore["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -239,9 +240,9 @@ var enums;
|
|
|
239
240
|
LegacyAppInstallAdAppStore[LegacyAppInstallAdAppStore["CN_APP_STORE"] = 6] = "CN_APP_STORE";
|
|
240
241
|
})(LegacyAppInstallAdAppStore = enums.LegacyAppInstallAdAppStore || (enums.LegacyAppInstallAdAppStore = {}));
|
|
241
242
|
/**
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
243
|
+
* @name MimeTypeEnum.MimeType
|
|
244
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/MimeTypeEnum.MimeType
|
|
245
|
+
*/
|
|
245
246
|
let MimeType;
|
|
246
247
|
(function (MimeType) {
|
|
247
248
|
MimeType[MimeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -260,9 +261,9 @@ var enums;
|
|
|
260
261
|
MimeType[MimeType["HTML5_AD_ZIP"] = 13] = "HTML5_AD_ZIP";
|
|
261
262
|
})(MimeType = enums.MimeType || (enums.MimeType = {}));
|
|
262
263
|
/**
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
264
|
+
* @name VideoThumbnailEnum.VideoThumbnail
|
|
265
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/VideoThumbnailEnum.VideoThumbnail
|
|
266
|
+
*/
|
|
266
267
|
let VideoThumbnail;
|
|
267
268
|
(function (VideoThumbnail) {
|
|
268
269
|
VideoThumbnail[VideoThumbnail["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -273,9 +274,9 @@ var enums;
|
|
|
273
274
|
VideoThumbnail[VideoThumbnail["THUMBNAIL_3"] = 5] = "THUMBNAIL_3";
|
|
274
275
|
})(VideoThumbnail = enums.VideoThumbnail || (enums.VideoThumbnail = {}));
|
|
275
276
|
/**
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
277
|
+
* @name ApplicationInstanceEnum.ApplicationInstance
|
|
278
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ApplicationInstanceEnum.ApplicationInstance
|
|
279
|
+
*/
|
|
279
280
|
let ApplicationInstance;
|
|
280
281
|
(function (ApplicationInstance) {
|
|
281
282
|
ApplicationInstance[ApplicationInstance["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -284,9 +285,9 @@ var enums;
|
|
|
284
285
|
ApplicationInstance[ApplicationInstance["PRODUCTION"] = 3] = "PRODUCTION";
|
|
285
286
|
})(ApplicationInstance = enums.ApplicationInstance || (enums.ApplicationInstance = {}));
|
|
286
287
|
/**
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
288
|
+
* @name ChainRelationshipTypeEnum.ChainRelationshipType
|
|
289
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ChainRelationshipTypeEnum.ChainRelationshipType
|
|
290
|
+
*/
|
|
290
291
|
let ChainRelationshipType;
|
|
291
292
|
(function (ChainRelationshipType) {
|
|
292
293
|
ChainRelationshipType[ChainRelationshipType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -295,9 +296,9 @@ var enums;
|
|
|
295
296
|
ChainRelationshipType[ChainRelationshipType["GENERAL_RETAILERS"] = 3] = "GENERAL_RETAILERS";
|
|
296
297
|
})(ChainRelationshipType = enums.ChainRelationshipType || (enums.ChainRelationshipType = {}));
|
|
297
298
|
/**
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
299
|
+
* @name LocationOwnershipTypeEnum.LocationOwnershipType
|
|
300
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocationOwnershipTypeEnum.LocationOwnershipType
|
|
301
|
+
*/
|
|
301
302
|
let LocationOwnershipType;
|
|
302
303
|
(function (LocationOwnershipType) {
|
|
303
304
|
LocationOwnershipType[LocationOwnershipType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -306,9 +307,9 @@ var enums;
|
|
|
306
307
|
LocationOwnershipType[LocationOwnershipType["AFFILIATE"] = 3] = "AFFILIATE";
|
|
307
308
|
})(LocationOwnershipType = enums.LocationOwnershipType || (enums.LocationOwnershipType = {}));
|
|
308
309
|
/**
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
310
|
+
* @name LocationStringFilterTypeEnum.LocationStringFilterType
|
|
311
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocationStringFilterTypeEnum.LocationStringFilterType
|
|
312
|
+
*/
|
|
312
313
|
let LocationStringFilterType;
|
|
313
314
|
(function (LocationStringFilterType) {
|
|
314
315
|
LocationStringFilterType[LocationStringFilterType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -316,9 +317,9 @@ var enums;
|
|
|
316
317
|
LocationStringFilterType[LocationStringFilterType["EXACT"] = 2] = "EXACT";
|
|
317
318
|
})(LocationStringFilterType = enums.LocationStringFilterType || (enums.LocationStringFilterType = {}));
|
|
318
319
|
/**
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
320
|
+
* @name AgeRangeTypeEnum.AgeRangeType
|
|
321
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AgeRangeTypeEnum.AgeRangeType
|
|
322
|
+
*/
|
|
322
323
|
let AgeRangeType;
|
|
323
324
|
(function (AgeRangeType) {
|
|
324
325
|
AgeRangeType[AgeRangeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -332,9 +333,9 @@ var enums;
|
|
|
332
333
|
AgeRangeType[AgeRangeType["AGE_RANGE_UNDETERMINED"] = 503999] = "AGE_RANGE_UNDETERMINED";
|
|
333
334
|
})(AgeRangeType = enums.AgeRangeType || (enums.AgeRangeType = {}));
|
|
334
335
|
/**
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
336
|
+
* @name AppPaymentModelTypeEnum.AppPaymentModelType
|
|
337
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AppPaymentModelTypeEnum.AppPaymentModelType
|
|
338
|
+
*/
|
|
338
339
|
let AppPaymentModelType;
|
|
339
340
|
(function (AppPaymentModelType) {
|
|
340
341
|
AppPaymentModelType[AppPaymentModelType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -342,9 +343,9 @@ var enums;
|
|
|
342
343
|
AppPaymentModelType[AppPaymentModelType["PAID"] = 30] = "PAID";
|
|
343
344
|
})(AppPaymentModelType = enums.AppPaymentModelType || (enums.AppPaymentModelType = {}));
|
|
344
345
|
/**
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
346
|
+
* @name BrandRequestRejectionReasonEnum.BrandRequestRejectionReason
|
|
347
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BrandRequestRejectionReasonEnum.BrandRequestRejectionReason
|
|
348
|
+
*/
|
|
348
349
|
let BrandRequestRejectionReason;
|
|
349
350
|
(function (BrandRequestRejectionReason) {
|
|
350
351
|
BrandRequestRejectionReason[BrandRequestRejectionReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -355,9 +356,9 @@ var enums;
|
|
|
355
356
|
BrandRequestRejectionReason[BrandRequestRejectionReason["NOT_A_BRAND"] = 5] = "NOT_A_BRAND";
|
|
356
357
|
})(BrandRequestRejectionReason = enums.BrandRequestRejectionReason || (enums.BrandRequestRejectionReason = {}));
|
|
357
358
|
/**
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
359
|
+
* @name BrandStateEnum.BrandState
|
|
360
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BrandStateEnum.BrandState
|
|
361
|
+
*/
|
|
361
362
|
let BrandState;
|
|
362
363
|
(function (BrandState) {
|
|
363
364
|
BrandState[BrandState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -370,9 +371,9 @@ var enums;
|
|
|
370
371
|
BrandState[BrandState["REJECTED"] = 7] = "REJECTED";
|
|
371
372
|
})(BrandState = enums.BrandState || (enums.BrandState = {}));
|
|
372
373
|
/**
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
374
|
+
* @name ContentLabelTypeEnum.ContentLabelType
|
|
375
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ContentLabelTypeEnum.ContentLabelType
|
|
376
|
+
*/
|
|
376
377
|
let ContentLabelType;
|
|
377
378
|
(function (ContentLabelType) {
|
|
378
379
|
ContentLabelType[ContentLabelType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -404,9 +405,9 @@ var enums;
|
|
|
404
405
|
ContentLabelType[ContentLabelType["BRAND_SUITABILITY_RELIGION"] = 27] = "BRAND_SUITABILITY_RELIGION";
|
|
405
406
|
})(ContentLabelType = enums.ContentLabelType || (enums.ContentLabelType = {}));
|
|
406
407
|
/**
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
408
|
+
* @name DayOfWeekEnum.DayOfWeek
|
|
409
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/DayOfWeekEnum.DayOfWeek
|
|
410
|
+
*/
|
|
410
411
|
let DayOfWeek;
|
|
411
412
|
(function (DayOfWeek) {
|
|
412
413
|
DayOfWeek[DayOfWeek["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -420,9 +421,9 @@ var enums;
|
|
|
420
421
|
DayOfWeek[DayOfWeek["SUNDAY"] = 8] = "SUNDAY";
|
|
421
422
|
})(DayOfWeek = enums.DayOfWeek || (enums.DayOfWeek = {}));
|
|
422
423
|
/**
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
424
|
+
* @name DeviceEnum.Device
|
|
425
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/DeviceEnum.Device
|
|
426
|
+
*/
|
|
426
427
|
let Device;
|
|
427
428
|
(function (Device) {
|
|
428
429
|
Device[Device["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -434,9 +435,9 @@ var enums;
|
|
|
434
435
|
Device[Device["OTHER"] = 5] = "OTHER";
|
|
435
436
|
})(Device = enums.Device || (enums.Device = {}));
|
|
436
437
|
/**
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
438
|
+
* @name GenderTypeEnum.GenderType
|
|
439
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/GenderTypeEnum.GenderType
|
|
440
|
+
*/
|
|
440
441
|
let GenderType;
|
|
441
442
|
(function (GenderType) {
|
|
442
443
|
GenderType[GenderType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -446,9 +447,9 @@ var enums;
|
|
|
446
447
|
GenderType[GenderType["UNDETERMINED"] = 20] = "UNDETERMINED";
|
|
447
448
|
})(GenderType = enums.GenderType || (enums.GenderType = {}));
|
|
448
449
|
/**
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
450
|
+
* @name HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
451
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
452
|
+
*/
|
|
452
453
|
let HotelDateSelectionType;
|
|
453
454
|
(function (HotelDateSelectionType) {
|
|
454
455
|
HotelDateSelectionType[HotelDateSelectionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -457,9 +458,9 @@ var enums;
|
|
|
457
458
|
HotelDateSelectionType[HotelDateSelectionType["USER_SELECTED"] = 51] = "USER_SELECTED";
|
|
458
459
|
})(HotelDateSelectionType = enums.HotelDateSelectionType || (enums.HotelDateSelectionType = {}));
|
|
459
460
|
/**
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
461
|
+
* @name IncomeRangeTypeEnum.IncomeRangeType
|
|
462
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/IncomeRangeTypeEnum.IncomeRangeType
|
|
463
|
+
*/
|
|
463
464
|
let IncomeRangeType;
|
|
464
465
|
(function (IncomeRangeType) {
|
|
465
466
|
IncomeRangeType[IncomeRangeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -473,9 +474,9 @@ var enums;
|
|
|
473
474
|
IncomeRangeType[IncomeRangeType["INCOME_RANGE_UNDETERMINED"] = 510000] = "INCOME_RANGE_UNDETERMINED";
|
|
474
475
|
})(IncomeRangeType = enums.IncomeRangeType || (enums.IncomeRangeType = {}));
|
|
475
476
|
/**
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
477
|
+
* @name InteractionTypeEnum.InteractionType
|
|
478
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/InteractionTypeEnum.InteractionType
|
|
479
|
+
*/
|
|
479
480
|
let InteractionType;
|
|
480
481
|
(function (InteractionType) {
|
|
481
482
|
InteractionType[InteractionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -483,9 +484,9 @@ var enums;
|
|
|
483
484
|
InteractionType[InteractionType["CALLS"] = 8000] = "CALLS";
|
|
484
485
|
})(InteractionType = enums.InteractionType || (enums.InteractionType = {}));
|
|
485
486
|
/**
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
487
|
+
* @name KeywordMatchTypeEnum.KeywordMatchType
|
|
488
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/KeywordMatchTypeEnum.KeywordMatchType
|
|
489
|
+
*/
|
|
489
490
|
let KeywordMatchType;
|
|
490
491
|
(function (KeywordMatchType) {
|
|
491
492
|
KeywordMatchType[KeywordMatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -495,9 +496,9 @@ var enums;
|
|
|
495
496
|
KeywordMatchType[KeywordMatchType["BROAD"] = 4] = "BROAD";
|
|
496
497
|
})(KeywordMatchType = enums.KeywordMatchType || (enums.KeywordMatchType = {}));
|
|
497
498
|
/**
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
499
|
+
* @name ListingGroupTypeEnum.ListingGroupType
|
|
500
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ListingGroupTypeEnum.ListingGroupType
|
|
501
|
+
*/
|
|
501
502
|
let ListingGroupType;
|
|
502
503
|
(function (ListingGroupType) {
|
|
503
504
|
ListingGroupType[ListingGroupType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -506,9 +507,9 @@ var enums;
|
|
|
506
507
|
ListingGroupType[ListingGroupType["UNIT"] = 3] = "UNIT";
|
|
507
508
|
})(ListingGroupType = enums.ListingGroupType || (enums.ListingGroupType = {}));
|
|
508
509
|
/**
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
510
|
+
* @name LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
511
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
512
|
+
*/
|
|
512
513
|
let LocationGroupRadiusUnits;
|
|
513
514
|
(function (LocationGroupRadiusUnits) {
|
|
514
515
|
LocationGroupRadiusUnits[LocationGroupRadiusUnits["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -518,9 +519,9 @@ var enums;
|
|
|
518
519
|
LocationGroupRadiusUnits[LocationGroupRadiusUnits["MILLI_MILES"] = 4] = "MILLI_MILES";
|
|
519
520
|
})(LocationGroupRadiusUnits = enums.LocationGroupRadiusUnits || (enums.LocationGroupRadiusUnits = {}));
|
|
520
521
|
/**
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
522
|
+
* @name MinuteOfHourEnum.MinuteOfHour
|
|
523
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/MinuteOfHourEnum.MinuteOfHour
|
|
524
|
+
*/
|
|
524
525
|
let MinuteOfHour;
|
|
525
526
|
(function (MinuteOfHour) {
|
|
526
527
|
MinuteOfHour[MinuteOfHour["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -531,9 +532,9 @@ var enums;
|
|
|
531
532
|
MinuteOfHour[MinuteOfHour["FORTY_FIVE"] = 5] = "FORTY_FIVE";
|
|
532
533
|
})(MinuteOfHour = enums.MinuteOfHour || (enums.MinuteOfHour = {}));
|
|
533
534
|
/**
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
535
|
+
* @name ParentalStatusTypeEnum.ParentalStatusType
|
|
536
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ParentalStatusTypeEnum.ParentalStatusType
|
|
537
|
+
*/
|
|
537
538
|
let ParentalStatusType;
|
|
538
539
|
(function (ParentalStatusType) {
|
|
539
540
|
ParentalStatusType[ParentalStatusType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -543,9 +544,9 @@ var enums;
|
|
|
543
544
|
ParentalStatusType[ParentalStatusType["UNDETERMINED"] = 302] = "UNDETERMINED";
|
|
544
545
|
})(ParentalStatusType = enums.ParentalStatusType || (enums.ParentalStatusType = {}));
|
|
545
546
|
/**
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
547
|
+
* @name ProductCategoryLevelEnum.ProductCategoryLevel
|
|
548
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ProductCategoryLevelEnum.ProductCategoryLevel
|
|
549
|
+
*/
|
|
549
550
|
let ProductCategoryLevel;
|
|
550
551
|
(function (ProductCategoryLevel) {
|
|
551
552
|
ProductCategoryLevel[ProductCategoryLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -557,9 +558,9 @@ var enums;
|
|
|
557
558
|
ProductCategoryLevel[ProductCategoryLevel["LEVEL5"] = 6] = "LEVEL5";
|
|
558
559
|
})(ProductCategoryLevel = enums.ProductCategoryLevel || (enums.ProductCategoryLevel = {}));
|
|
559
560
|
/**
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
561
|
+
* @name ProductChannelEnum.ProductChannel
|
|
562
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ProductChannelEnum.ProductChannel
|
|
563
|
+
*/
|
|
563
564
|
let ProductChannel;
|
|
564
565
|
(function (ProductChannel) {
|
|
565
566
|
ProductChannel[ProductChannel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -568,9 +569,9 @@ var enums;
|
|
|
568
569
|
ProductChannel[ProductChannel["LOCAL"] = 3] = "LOCAL";
|
|
569
570
|
})(ProductChannel = enums.ProductChannel || (enums.ProductChannel = {}));
|
|
570
571
|
/**
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
572
|
+
* @name ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
573
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
574
|
+
*/
|
|
574
575
|
let ProductChannelExclusivity;
|
|
575
576
|
(function (ProductChannelExclusivity) {
|
|
576
577
|
ProductChannelExclusivity[ProductChannelExclusivity["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -579,9 +580,9 @@ var enums;
|
|
|
579
580
|
ProductChannelExclusivity[ProductChannelExclusivity["MULTI_CHANNEL"] = 3] = "MULTI_CHANNEL";
|
|
580
581
|
})(ProductChannelExclusivity = enums.ProductChannelExclusivity || (enums.ProductChannelExclusivity = {}));
|
|
581
582
|
/**
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
583
|
+
* @name ProductConditionEnum.ProductCondition
|
|
584
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ProductConditionEnum.ProductCondition
|
|
585
|
+
*/
|
|
585
586
|
let ProductCondition;
|
|
586
587
|
(function (ProductCondition) {
|
|
587
588
|
ProductCondition[ProductCondition["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -591,9 +592,9 @@ var enums;
|
|
|
591
592
|
ProductCondition[ProductCondition["USED"] = 5] = "USED";
|
|
592
593
|
})(ProductCondition = enums.ProductCondition || (enums.ProductCondition = {}));
|
|
593
594
|
/**
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
595
|
+
* @name ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
596
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
597
|
+
*/
|
|
597
598
|
let ProductCustomAttributeIndex;
|
|
598
599
|
(function (ProductCustomAttributeIndex) {
|
|
599
600
|
ProductCustomAttributeIndex[ProductCustomAttributeIndex["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -605,9 +606,9 @@ var enums;
|
|
|
605
606
|
ProductCustomAttributeIndex[ProductCustomAttributeIndex["INDEX4"] = 11] = "INDEX4";
|
|
606
607
|
})(ProductCustomAttributeIndex = enums.ProductCustomAttributeIndex || (enums.ProductCustomAttributeIndex = {}));
|
|
607
608
|
/**
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
609
|
+
* @name ProductTypeLevelEnum.ProductTypeLevel
|
|
610
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ProductTypeLevelEnum.ProductTypeLevel
|
|
611
|
+
*/
|
|
611
612
|
let ProductTypeLevel;
|
|
612
613
|
(function (ProductTypeLevel) {
|
|
613
614
|
ProductTypeLevel[ProductTypeLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -619,9 +620,9 @@ var enums;
|
|
|
619
620
|
ProductTypeLevel[ProductTypeLevel["LEVEL5"] = 11] = "LEVEL5";
|
|
620
621
|
})(ProductTypeLevel = enums.ProductTypeLevel || (enums.ProductTypeLevel = {}));
|
|
621
622
|
/**
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
623
|
+
* @name ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
624
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
625
|
+
*/
|
|
625
626
|
let ProximityRadiusUnits;
|
|
626
627
|
(function (ProximityRadiusUnits) {
|
|
627
628
|
ProximityRadiusUnits[ProximityRadiusUnits["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -630,9 +631,9 @@ var enums;
|
|
|
630
631
|
ProximityRadiusUnits[ProximityRadiusUnits["KILOMETERS"] = 3] = "KILOMETERS";
|
|
631
632
|
})(ProximityRadiusUnits = enums.ProximityRadiusUnits || (enums.ProximityRadiusUnits = {}));
|
|
632
633
|
/**
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
634
|
+
* @name WebpageConditionOperandEnum.WebpageConditionOperand
|
|
635
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/WebpageConditionOperandEnum.WebpageConditionOperand
|
|
636
|
+
*/
|
|
636
637
|
let WebpageConditionOperand;
|
|
637
638
|
(function (WebpageConditionOperand) {
|
|
638
639
|
WebpageConditionOperand[WebpageConditionOperand["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -644,9 +645,9 @@ var enums;
|
|
|
644
645
|
WebpageConditionOperand[WebpageConditionOperand["CUSTOM_LABEL"] = 6] = "CUSTOM_LABEL";
|
|
645
646
|
})(WebpageConditionOperand = enums.WebpageConditionOperand || (enums.WebpageConditionOperand = {}));
|
|
646
647
|
/**
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
648
|
+
* @name WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
649
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
650
|
+
*/
|
|
650
651
|
let WebpageConditionOperator;
|
|
651
652
|
(function (WebpageConditionOperator) {
|
|
652
653
|
WebpageConditionOperator[WebpageConditionOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -655,9 +656,9 @@ var enums;
|
|
|
655
656
|
WebpageConditionOperator[WebpageConditionOperator["CONTAINS"] = 3] = "CONTAINS";
|
|
656
657
|
})(WebpageConditionOperator = enums.WebpageConditionOperator || (enums.WebpageConditionOperator = {}));
|
|
657
658
|
/**
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
659
|
+
* @name BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType
|
|
660
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType
|
|
661
|
+
*/
|
|
661
662
|
let BusinessMessageCallToActionType;
|
|
662
663
|
(function (BusinessMessageCallToActionType) {
|
|
663
664
|
BusinessMessageCallToActionType[BusinessMessageCallToActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -672,9 +673,9 @@ var enums;
|
|
|
672
673
|
BusinessMessageCallToActionType[BusinessMessageCallToActionType["LEARN_MORE"] = 9] = "LEARN_MORE";
|
|
673
674
|
})(BusinessMessageCallToActionType = enums.BusinessMessageCallToActionType || (enums.BusinessMessageCallToActionType = {}));
|
|
674
675
|
/**
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
676
|
+
* @name BusinessMessageProviderEnum.BusinessMessageProvider
|
|
677
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BusinessMessageProviderEnum.BusinessMessageProvider
|
|
678
|
+
*/
|
|
678
679
|
let BusinessMessageProvider;
|
|
679
680
|
(function (BusinessMessageProvider) {
|
|
680
681
|
BusinessMessageProvider[BusinessMessageProvider["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -682,9 +683,9 @@ var enums;
|
|
|
682
683
|
BusinessMessageProvider[BusinessMessageProvider["WHATSAPP"] = 2] = "WHATSAPP";
|
|
683
684
|
})(BusinessMessageProvider = enums.BusinessMessageProvider || (enums.BusinessMessageProvider = {}));
|
|
684
685
|
/**
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
686
|
+
* @name CallToActionTypeEnum.CallToActionType
|
|
687
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CallToActionTypeEnum.CallToActionType
|
|
688
|
+
*/
|
|
688
689
|
let CallToActionType;
|
|
689
690
|
(function (CallToActionType) {
|
|
690
691
|
CallToActionType[CallToActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -708,9 +709,9 @@ var enums;
|
|
|
708
709
|
CallToActionType[CallToActionType["WATCH_NOW"] = 18] = "WATCH_NOW";
|
|
709
710
|
})(CallToActionType = enums.CallToActionType || (enums.CallToActionType = {}));
|
|
710
711
|
/**
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
712
|
+
* @name LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
713
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
714
|
+
*/
|
|
714
715
|
let LeadFormCallToActionType;
|
|
715
716
|
(function (LeadFormCallToActionType) {
|
|
716
717
|
LeadFormCallToActionType[LeadFormCallToActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -731,9 +732,9 @@ var enums;
|
|
|
731
732
|
LeadFormCallToActionType[LeadFormCallToActionType["GET_STARTED"] = 15] = "GET_STARTED";
|
|
732
733
|
})(LeadFormCallToActionType = enums.LeadFormCallToActionType || (enums.LeadFormCallToActionType = {}));
|
|
733
734
|
/**
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
735
|
+
* @name LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
736
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
737
|
+
*/
|
|
737
738
|
let LeadFormDesiredIntent;
|
|
738
739
|
(function (LeadFormDesiredIntent) {
|
|
739
740
|
LeadFormDesiredIntent[LeadFormDesiredIntent["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -742,9 +743,9 @@ var enums;
|
|
|
742
743
|
LeadFormDesiredIntent[LeadFormDesiredIntent["HIGH_INTENT"] = 3] = "HIGH_INTENT";
|
|
743
744
|
})(LeadFormDesiredIntent = enums.LeadFormDesiredIntent || (enums.LeadFormDesiredIntent = {}));
|
|
744
745
|
/**
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
746
|
+
* @name LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
747
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
748
|
+
*/
|
|
748
749
|
let LeadFormFieldUserInputType;
|
|
749
750
|
(function (LeadFormFieldUserInputType) {
|
|
750
751
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -867,9 +868,9 @@ var enums;
|
|
|
867
868
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["TRAVEL_ACCOMMODATION"] = 1047] = "TRAVEL_ACCOMMODATION";
|
|
868
869
|
})(LeadFormFieldUserInputType = enums.LeadFormFieldUserInputType || (enums.LeadFormFieldUserInputType = {}));
|
|
869
870
|
/**
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
871
|
+
* @name LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
872
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
873
|
+
*/
|
|
873
874
|
let LeadFormPostSubmitCallToActionType;
|
|
874
875
|
(function (LeadFormPostSubmitCallToActionType) {
|
|
875
876
|
LeadFormPostSubmitCallToActionType[LeadFormPostSubmitCallToActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -880,9 +881,9 @@ var enums;
|
|
|
880
881
|
LeadFormPostSubmitCallToActionType[LeadFormPostSubmitCallToActionType["SHOP_NOW"] = 5] = "SHOP_NOW";
|
|
881
882
|
})(LeadFormPostSubmitCallToActionType = enums.LeadFormPostSubmitCallToActionType || (enums.LeadFormPostSubmitCallToActionType = {}));
|
|
882
883
|
/**
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
884
|
+
* @name MobileAppVendorEnum.MobileAppVendor
|
|
885
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/MobileAppVendorEnum.MobileAppVendor
|
|
886
|
+
*/
|
|
886
887
|
let MobileAppVendor;
|
|
887
888
|
(function (MobileAppVendor) {
|
|
888
889
|
MobileAppVendor[MobileAppVendor["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -891,9 +892,9 @@ var enums;
|
|
|
891
892
|
MobileAppVendor[MobileAppVendor["GOOGLE_APP_STORE"] = 3] = "GOOGLE_APP_STORE";
|
|
892
893
|
})(MobileAppVendor = enums.MobileAppVendor || (enums.MobileAppVendor = {}));
|
|
893
894
|
/**
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
895
|
+
* @name PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
896
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
897
|
+
*/
|
|
897
898
|
let PriceExtensionPriceQualifier;
|
|
898
899
|
(function (PriceExtensionPriceQualifier) {
|
|
899
900
|
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -903,9 +904,9 @@ var enums;
|
|
|
903
904
|
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["AVERAGE"] = 4] = "AVERAGE";
|
|
904
905
|
})(PriceExtensionPriceQualifier = enums.PriceExtensionPriceQualifier || (enums.PriceExtensionPriceQualifier = {}));
|
|
905
906
|
/**
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
907
|
+
* @name PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
908
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
909
|
+
*/
|
|
909
910
|
let PriceExtensionPriceUnit;
|
|
910
911
|
(function (PriceExtensionPriceUnit) {
|
|
911
912
|
PriceExtensionPriceUnit[PriceExtensionPriceUnit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -918,9 +919,9 @@ var enums;
|
|
|
918
919
|
PriceExtensionPriceUnit[PriceExtensionPriceUnit["PER_NIGHT"] = 7] = "PER_NIGHT";
|
|
919
920
|
})(PriceExtensionPriceUnit = enums.PriceExtensionPriceUnit || (enums.PriceExtensionPriceUnit = {}));
|
|
920
921
|
/**
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
922
|
+
* @name PriceExtensionTypeEnum.PriceExtensionType
|
|
923
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PriceExtensionTypeEnum.PriceExtensionType
|
|
924
|
+
*/
|
|
924
925
|
let PriceExtensionType;
|
|
925
926
|
(function (PriceExtensionType) {
|
|
926
927
|
PriceExtensionType[PriceExtensionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -936,9 +937,28 @@ var enums;
|
|
|
936
937
|
PriceExtensionType[PriceExtensionType["SERVICE_TIERS"] = 10] = "SERVICE_TIERS";
|
|
937
938
|
})(PriceExtensionType = enums.PriceExtensionType || (enums.PriceExtensionType = {}));
|
|
938
939
|
/**
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
940
|
+
* @name PromotionBarcodeTypeEnum.PromotionBarcodeType
|
|
941
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PromotionBarcodeTypeEnum.PromotionBarcodeType
|
|
942
|
+
*/
|
|
943
|
+
let PromotionBarcodeType;
|
|
944
|
+
(function (PromotionBarcodeType) {
|
|
945
|
+
PromotionBarcodeType[PromotionBarcodeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
946
|
+
PromotionBarcodeType[PromotionBarcodeType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
947
|
+
PromotionBarcodeType[PromotionBarcodeType["AZTEC"] = 2] = "AZTEC";
|
|
948
|
+
PromotionBarcodeType[PromotionBarcodeType["CODABAR"] = 3] = "CODABAR";
|
|
949
|
+
PromotionBarcodeType[PromotionBarcodeType["CODE39"] = 4] = "CODE39";
|
|
950
|
+
PromotionBarcodeType[PromotionBarcodeType["CODE128"] = 5] = "CODE128";
|
|
951
|
+
PromotionBarcodeType[PromotionBarcodeType["DATA_MATRIX"] = 6] = "DATA_MATRIX";
|
|
952
|
+
PromotionBarcodeType[PromotionBarcodeType["EAN8"] = 7] = "EAN8";
|
|
953
|
+
PromotionBarcodeType[PromotionBarcodeType["EAN13"] = 8] = "EAN13";
|
|
954
|
+
PromotionBarcodeType[PromotionBarcodeType["ITF"] = 9] = "ITF";
|
|
955
|
+
PromotionBarcodeType[PromotionBarcodeType["PDF417"] = 10] = "PDF417";
|
|
956
|
+
PromotionBarcodeType[PromotionBarcodeType["UPC_A"] = 11] = "UPC_A";
|
|
957
|
+
})(PromotionBarcodeType = enums.PromotionBarcodeType || (enums.PromotionBarcodeType = {}));
|
|
958
|
+
/**
|
|
959
|
+
* @name PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
960
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
961
|
+
*/
|
|
942
962
|
let PromotionExtensionDiscountModifier;
|
|
943
963
|
(function (PromotionExtensionDiscountModifier) {
|
|
944
964
|
PromotionExtensionDiscountModifier[PromotionExtensionDiscountModifier["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -946,9 +966,9 @@ var enums;
|
|
|
946
966
|
PromotionExtensionDiscountModifier[PromotionExtensionDiscountModifier["UP_TO"] = 2] = "UP_TO";
|
|
947
967
|
})(PromotionExtensionDiscountModifier = enums.PromotionExtensionDiscountModifier || (enums.PromotionExtensionDiscountModifier = {}));
|
|
948
968
|
/**
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
969
|
+
* @name PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
970
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
971
|
+
*/
|
|
952
972
|
let PromotionExtensionOccasion;
|
|
953
973
|
(function (PromotionExtensionOccasion) {
|
|
954
974
|
PromotionExtensionOccasion[PromotionExtensionOccasion["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -992,9 +1012,9 @@ var enums;
|
|
|
992
1012
|
PromotionExtensionOccasion[PromotionExtensionOccasion["YEAR_END_GIFT"] = 38] = "YEAR_END_GIFT";
|
|
993
1013
|
})(PromotionExtensionOccasion = enums.PromotionExtensionOccasion || (enums.PromotionExtensionOccasion = {}));
|
|
994
1014
|
/**
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
1015
|
+
* @name AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
1016
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
1017
|
+
*/
|
|
998
1018
|
let AudienceInsightsDimension;
|
|
999
1019
|
(function (AudienceInsightsDimension) {
|
|
1000
1020
|
AudienceInsightsDimension[AudienceInsightsDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1013,11 +1033,12 @@ var enums;
|
|
|
1013
1033
|
AudienceInsightsDimension[AudienceInsightsDimension["YOUTUBE_VIDEO"] = 14] = "YOUTUBE_VIDEO";
|
|
1014
1034
|
AudienceInsightsDimension[AudienceInsightsDimension["DEVICE"] = 15] = "DEVICE";
|
|
1015
1035
|
AudienceInsightsDimension[AudienceInsightsDimension["YOUTUBE_LINEUP"] = 16] = "YOUTUBE_LINEUP";
|
|
1036
|
+
AudienceInsightsDimension[AudienceInsightsDimension["USER_LIST"] = 17] = "USER_LIST";
|
|
1016
1037
|
})(AudienceInsightsDimension = enums.AudienceInsightsDimension || (enums.AudienceInsightsDimension = {}));
|
|
1017
1038
|
/**
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1039
|
+
* @name InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities
|
|
1040
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities
|
|
1041
|
+
*/
|
|
1021
1042
|
let InsightsKnowledgeGraphEntityCapabilities;
|
|
1022
1043
|
(function (InsightsKnowledgeGraphEntityCapabilities) {
|
|
1023
1044
|
InsightsKnowledgeGraphEntityCapabilities[InsightsKnowledgeGraphEntityCapabilities["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1026,9 +1047,25 @@ var enums;
|
|
|
1026
1047
|
InsightsKnowledgeGraphEntityCapabilities[InsightsKnowledgeGraphEntityCapabilities["CREATOR_ATTRIBUTE"] = 3] = "CREATOR_ATTRIBUTE";
|
|
1027
1048
|
})(InsightsKnowledgeGraphEntityCapabilities = enums.InsightsKnowledgeGraphEntityCapabilities || (enums.InsightsKnowledgeGraphEntityCapabilities = {}));
|
|
1028
1049
|
/**
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1050
|
+
* @name UserListTypeEnum.UserListType
|
|
1051
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserListTypeEnum.UserListType
|
|
1052
|
+
*/
|
|
1053
|
+
let UserListType;
|
|
1054
|
+
(function (UserListType) {
|
|
1055
|
+
UserListType[UserListType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1056
|
+
UserListType[UserListType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1057
|
+
UserListType[UserListType["REMARKETING"] = 2] = "REMARKETING";
|
|
1058
|
+
UserListType[UserListType["LOGICAL"] = 3] = "LOGICAL";
|
|
1059
|
+
UserListType[UserListType["EXTERNAL_REMARKETING"] = 4] = "EXTERNAL_REMARKETING";
|
|
1060
|
+
UserListType[UserListType["RULE_BASED"] = 5] = "RULE_BASED";
|
|
1061
|
+
UserListType[UserListType["SIMILAR"] = 6] = "SIMILAR";
|
|
1062
|
+
UserListType[UserListType["CRM_BASED"] = 7] = "CRM_BASED";
|
|
1063
|
+
UserListType[UserListType["LOOKALIKE"] = 9] = "LOOKALIKE";
|
|
1064
|
+
})(UserListType = enums.UserListType || (enums.UserListType = {}));
|
|
1065
|
+
/**
|
|
1066
|
+
* @name FixedCpmGoalEnum.FixedCpmGoal
|
|
1067
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/FixedCpmGoalEnum.FixedCpmGoal
|
|
1068
|
+
*/
|
|
1032
1069
|
let FixedCpmGoal;
|
|
1033
1070
|
(function (FixedCpmGoal) {
|
|
1034
1071
|
FixedCpmGoal[FixedCpmGoal["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1037,9 +1074,9 @@ var enums;
|
|
|
1037
1074
|
FixedCpmGoal[FixedCpmGoal["TARGET_FREQUENCY"] = 3] = "TARGET_FREQUENCY";
|
|
1038
1075
|
})(FixedCpmGoal = enums.FixedCpmGoal || (enums.FixedCpmGoal = {}));
|
|
1039
1076
|
/**
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1077
|
+
* @name FixedCpmTargetFrequencyTimeUnitEnum.FixedCpmTargetFrequencyTimeUnit
|
|
1078
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/FixedCpmTargetFrequencyTimeUnitEnum.FixedCpmTargetFrequencyTimeUnit
|
|
1079
|
+
*/
|
|
1043
1080
|
let FixedCpmTargetFrequencyTimeUnit;
|
|
1044
1081
|
(function (FixedCpmTargetFrequencyTimeUnit) {
|
|
1045
1082
|
FixedCpmTargetFrequencyTimeUnit[FixedCpmTargetFrequencyTimeUnit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1047,9 +1084,9 @@ var enums;
|
|
|
1047
1084
|
FixedCpmTargetFrequencyTimeUnit[FixedCpmTargetFrequencyTimeUnit["MONTHLY"] = 2] = "MONTHLY";
|
|
1048
1085
|
})(FixedCpmTargetFrequencyTimeUnit = enums.FixedCpmTargetFrequencyTimeUnit || (enums.FixedCpmTargetFrequencyTimeUnit = {}));
|
|
1049
1086
|
/**
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1087
|
+
* @name TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
1088
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
1089
|
+
*/
|
|
1053
1090
|
let TargetFrequencyTimeUnit;
|
|
1054
1091
|
(function (TargetFrequencyTimeUnit) {
|
|
1055
1092
|
TargetFrequencyTimeUnit[TargetFrequencyTimeUnit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1058,9 +1095,9 @@ var enums;
|
|
|
1058
1095
|
TargetFrequencyTimeUnit[TargetFrequencyTimeUnit["MONTHLY"] = 3] = "MONTHLY";
|
|
1059
1096
|
})(TargetFrequencyTimeUnit = enums.TargetFrequencyTimeUnit || (enums.TargetFrequencyTimeUnit = {}));
|
|
1060
1097
|
/**
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1098
|
+
* @name TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
1099
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
1100
|
+
*/
|
|
1064
1101
|
let TargetImpressionShareLocation;
|
|
1065
1102
|
(function (TargetImpressionShareLocation) {
|
|
1066
1103
|
TargetImpressionShareLocation[TargetImpressionShareLocation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1070,9 +1107,9 @@ var enums;
|
|
|
1070
1107
|
TargetImpressionShareLocation[TargetImpressionShareLocation["ABSOLUTE_TOP_OF_PAGE"] = 4] = "ABSOLUTE_TOP_OF_PAGE";
|
|
1071
1108
|
})(TargetImpressionShareLocation = enums.TargetImpressionShareLocation || (enums.TargetImpressionShareLocation = {}));
|
|
1072
1109
|
/**
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1110
|
+
* @name ConsentStatusEnum.ConsentStatus
|
|
1111
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConsentStatusEnum.ConsentStatus
|
|
1112
|
+
*/
|
|
1076
1113
|
let ConsentStatus;
|
|
1077
1114
|
(function (ConsentStatus) {
|
|
1078
1115
|
ConsentStatus[ConsentStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1081,9 +1118,9 @@ var enums;
|
|
|
1081
1118
|
ConsentStatus[ConsentStatus["DENIED"] = 3] = "DENIED";
|
|
1082
1119
|
})(ConsentStatus = enums.ConsentStatus || (enums.ConsentStatus = {}));
|
|
1083
1120
|
/**
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1121
|
+
* @name AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
1122
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
1123
|
+
*/
|
|
1087
1124
|
let AdvertisingChannelSubType;
|
|
1088
1125
|
(function (AdvertisingChannelSubType) {
|
|
1089
1126
|
AdvertisingChannelSubType[AdvertisingChannelSubType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1109,9 +1146,9 @@ var enums;
|
|
|
1109
1146
|
AdvertisingChannelSubType[AdvertisingChannelSubType["YOUTUBE_AUDIO"] = 22] = "YOUTUBE_AUDIO";
|
|
1110
1147
|
})(AdvertisingChannelSubType = enums.AdvertisingChannelSubType || (enums.AdvertisingChannelSubType = {}));
|
|
1111
1148
|
/**
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1149
|
+
* @name AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
1150
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
1151
|
+
*/
|
|
1115
1152
|
let AdvertisingChannelType;
|
|
1116
1153
|
(function (AdvertisingChannelType) {
|
|
1117
1154
|
AdvertisingChannelType[AdvertisingChannelType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1130,9 +1167,9 @@ var enums;
|
|
|
1130
1167
|
AdvertisingChannelType[AdvertisingChannelType["DEMAND_GEN"] = 14] = "DEMAND_GEN";
|
|
1131
1168
|
})(AdvertisingChannelType = enums.AdvertisingChannelType || (enums.AdvertisingChannelType = {}));
|
|
1132
1169
|
/**
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1170
|
+
* @name CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
1171
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
1172
|
+
*/
|
|
1136
1173
|
let CriterionCategoryChannelAvailabilityMode;
|
|
1137
1174
|
(function (CriterionCategoryChannelAvailabilityMode) {
|
|
1138
1175
|
CriterionCategoryChannelAvailabilityMode[CriterionCategoryChannelAvailabilityMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1142,9 +1179,9 @@ var enums;
|
|
|
1142
1179
|
CriterionCategoryChannelAvailabilityMode[CriterionCategoryChannelAvailabilityMode["CHANNEL_TYPE_AND_SUBSET_SUBTYPES"] = 4] = "CHANNEL_TYPE_AND_SUBSET_SUBTYPES";
|
|
1143
1180
|
})(CriterionCategoryChannelAvailabilityMode = enums.CriterionCategoryChannelAvailabilityMode || (enums.CriterionCategoryChannelAvailabilityMode = {}));
|
|
1144
1181
|
/**
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1182
|
+
* @name CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
1183
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
1184
|
+
*/
|
|
1148
1185
|
let CriterionCategoryLocaleAvailabilityMode;
|
|
1149
1186
|
(function (CriterionCategoryLocaleAvailabilityMode) {
|
|
1150
1187
|
CriterionCategoryLocaleAvailabilityMode[CriterionCategoryLocaleAvailabilityMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1155,9 +1192,9 @@ var enums;
|
|
|
1155
1192
|
CriterionCategoryLocaleAvailabilityMode[CriterionCategoryLocaleAvailabilityMode["COUNTRY_AND_LANGUAGE"] = 5] = "COUNTRY_AND_LANGUAGE";
|
|
1156
1193
|
})(CriterionCategoryLocaleAvailabilityMode = enums.CriterionCategoryLocaleAvailabilityMode || (enums.CriterionCategoryLocaleAvailabilityMode = {}));
|
|
1157
1194
|
/**
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1195
|
+
* @name CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
1196
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
1197
|
+
*/
|
|
1161
1198
|
let CustomizerAttributeType;
|
|
1162
1199
|
(function (CustomizerAttributeType) {
|
|
1163
1200
|
CustomizerAttributeType[CustomizerAttributeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1168,9 +1205,9 @@ var enums;
|
|
|
1168
1205
|
CustomizerAttributeType[CustomizerAttributeType["PERCENT"] = 5] = "PERCENT";
|
|
1169
1206
|
})(CustomizerAttributeType = enums.CustomizerAttributeType || (enums.CustomizerAttributeType = {}));
|
|
1170
1207
|
/**
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1208
|
+
* @name MonthOfYearEnum.MonthOfYear
|
|
1209
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/MonthOfYearEnum.MonthOfYear
|
|
1210
|
+
*/
|
|
1174
1211
|
let MonthOfYear;
|
|
1175
1212
|
(function (MonthOfYear) {
|
|
1176
1213
|
MonthOfYear[MonthOfYear["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1189,9 +1226,9 @@ var enums;
|
|
|
1189
1226
|
MonthOfYear[MonthOfYear["DECEMBER"] = 13] = "DECEMBER";
|
|
1190
1227
|
})(MonthOfYear = enums.MonthOfYear || (enums.MonthOfYear = {}));
|
|
1191
1228
|
/**
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1229
|
+
* @name AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
1230
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
1231
|
+
*/
|
|
1195
1232
|
let AppUrlOperatingSystemType;
|
|
1196
1233
|
(function (AppUrlOperatingSystemType) {
|
|
1197
1234
|
AppUrlOperatingSystemType[AppUrlOperatingSystemType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1200,9 +1237,9 @@ var enums;
|
|
|
1200
1237
|
AppUrlOperatingSystemType[AppUrlOperatingSystemType["ANDROID"] = 3] = "ANDROID";
|
|
1201
1238
|
})(AppUrlOperatingSystemType = enums.AppUrlOperatingSystemType || (enums.AppUrlOperatingSystemType = {}));
|
|
1202
1239
|
/**
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1240
|
+
* @name FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
1241
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
1242
|
+
*/
|
|
1206
1243
|
let FrequencyCapEventType;
|
|
1207
1244
|
(function (FrequencyCapEventType) {
|
|
1208
1245
|
FrequencyCapEventType[FrequencyCapEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1211,9 +1248,9 @@ var enums;
|
|
|
1211
1248
|
FrequencyCapEventType[FrequencyCapEventType["VIDEO_VIEW"] = 3] = "VIDEO_VIEW";
|
|
1212
1249
|
})(FrequencyCapEventType = enums.FrequencyCapEventType || (enums.FrequencyCapEventType = {}));
|
|
1213
1250
|
/**
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1251
|
+
* @name FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1252
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1253
|
+
*/
|
|
1217
1254
|
let FrequencyCapLevel;
|
|
1218
1255
|
(function (FrequencyCapLevel) {
|
|
1219
1256
|
FrequencyCapLevel[FrequencyCapLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1223,9 +1260,9 @@ var enums;
|
|
|
1223
1260
|
FrequencyCapLevel[FrequencyCapLevel["CAMPAIGN"] = 4] = "CAMPAIGN";
|
|
1224
1261
|
})(FrequencyCapLevel = enums.FrequencyCapLevel || (enums.FrequencyCapLevel = {}));
|
|
1225
1262
|
/**
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1263
|
+
* @name FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1264
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1265
|
+
*/
|
|
1229
1266
|
let FrequencyCapTimeUnit;
|
|
1230
1267
|
(function (FrequencyCapTimeUnit) {
|
|
1231
1268
|
FrequencyCapTimeUnit[FrequencyCapTimeUnit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1235,9 +1272,9 @@ var enums;
|
|
|
1235
1272
|
FrequencyCapTimeUnit[FrequencyCapTimeUnit["MONTH"] = 4] = "MONTH";
|
|
1236
1273
|
})(FrequencyCapTimeUnit = enums.FrequencyCapTimeUnit || (enums.FrequencyCapTimeUnit = {}));
|
|
1237
1274
|
/**
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1275
|
+
* @name KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1276
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1277
|
+
*/
|
|
1241
1278
|
let KeywordPlanAggregateMetricType;
|
|
1242
1279
|
(function (KeywordPlanAggregateMetricType) {
|
|
1243
1280
|
KeywordPlanAggregateMetricType[KeywordPlanAggregateMetricType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1245,9 +1282,9 @@ var enums;
|
|
|
1245
1282
|
KeywordPlanAggregateMetricType[KeywordPlanAggregateMetricType["DEVICE"] = 2] = "DEVICE";
|
|
1246
1283
|
})(KeywordPlanAggregateMetricType = enums.KeywordPlanAggregateMetricType || (enums.KeywordPlanAggregateMetricType = {}));
|
|
1247
1284
|
/**
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1285
|
+
* @name KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1286
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1287
|
+
*/
|
|
1251
1288
|
let KeywordPlanCompetitionLevel;
|
|
1252
1289
|
(function (KeywordPlanCompetitionLevel) {
|
|
1253
1290
|
KeywordPlanCompetitionLevel[KeywordPlanCompetitionLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1257,9 +1294,9 @@ var enums;
|
|
|
1257
1294
|
KeywordPlanCompetitionLevel[KeywordPlanCompetitionLevel["HIGH"] = 4] = "HIGH";
|
|
1258
1295
|
})(KeywordPlanCompetitionLevel = enums.KeywordPlanCompetitionLevel || (enums.KeywordPlanCompetitionLevel = {}));
|
|
1259
1296
|
/**
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1297
|
+
* @name KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1298
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1299
|
+
*/
|
|
1263
1300
|
let KeywordPlanConceptGroupType;
|
|
1264
1301
|
(function (KeywordPlanConceptGroupType) {
|
|
1265
1302
|
KeywordPlanConceptGroupType[KeywordPlanConceptGroupType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1269,9 +1306,9 @@ var enums;
|
|
|
1269
1306
|
KeywordPlanConceptGroupType[KeywordPlanConceptGroupType["NON_BRAND"] = 4] = "NON_BRAND";
|
|
1270
1307
|
})(KeywordPlanConceptGroupType = enums.KeywordPlanConceptGroupType || (enums.KeywordPlanConceptGroupType = {}));
|
|
1271
1308
|
/**
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1309
|
+
* @name ExperimentMetricEnum.ExperimentMetric
|
|
1310
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ExperimentMetricEnum.ExperimentMetric
|
|
1311
|
+
*/
|
|
1275
1312
|
let ExperimentMetric;
|
|
1276
1313
|
(function (ExperimentMetric) {
|
|
1277
1314
|
ExperimentMetric[ExperimentMetric["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1291,9 +1328,9 @@ var enums;
|
|
|
1291
1328
|
ExperimentMetric[ExperimentMetric["CONVERSION_VALUE"] = 14] = "CONVERSION_VALUE";
|
|
1292
1329
|
})(ExperimentMetric = enums.ExperimentMetric || (enums.ExperimentMetric = {}));
|
|
1293
1330
|
/**
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1331
|
+
* @name ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1332
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1333
|
+
*/
|
|
1297
1334
|
let ExperimentMetricDirection;
|
|
1298
1335
|
(function (ExperimentMetricDirection) {
|
|
1299
1336
|
ExperimentMetricDirection[ExperimentMetricDirection["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1305,9 +1342,9 @@ var enums;
|
|
|
1305
1342
|
ExperimentMetricDirection[ExperimentMetricDirection["NO_CHANGE_OR_DECREASE"] = 6] = "NO_CHANGE_OR_DECREASE";
|
|
1306
1343
|
})(ExperimentMetricDirection = enums.ExperimentMetricDirection || (enums.ExperimentMetricDirection = {}));
|
|
1307
1344
|
/**
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1345
|
+
* @name InteractionEventTypeEnum.InteractionEventType
|
|
1346
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/InteractionEventTypeEnum.InteractionEventType
|
|
1347
|
+
*/
|
|
1311
1348
|
let InteractionEventType;
|
|
1312
1349
|
(function (InteractionEventType) {
|
|
1313
1350
|
InteractionEventType[InteractionEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1318,9 +1355,9 @@ var enums;
|
|
|
1318
1355
|
InteractionEventType[InteractionEventType["NONE"] = 5] = "NONE";
|
|
1319
1356
|
})(InteractionEventType = enums.InteractionEventType || (enums.InteractionEventType = {}));
|
|
1320
1357
|
/**
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1358
|
+
* @name QualityScoreBucketEnum.QualityScoreBucket
|
|
1359
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/QualityScoreBucketEnum.QualityScoreBucket
|
|
1360
|
+
*/
|
|
1324
1361
|
let QualityScoreBucket;
|
|
1325
1362
|
(function (QualityScoreBucket) {
|
|
1326
1363
|
QualityScoreBucket[QualityScoreBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1330,9 +1367,9 @@ var enums;
|
|
|
1330
1367
|
QualityScoreBucket[QualityScoreBucket["ABOVE_AVERAGE"] = 4] = "ABOVE_AVERAGE";
|
|
1331
1368
|
})(QualityScoreBucket = enums.QualityScoreBucket || (enums.QualityScoreBucket = {}));
|
|
1332
1369
|
/**
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1370
|
+
* @name UserIdentifierSourceEnum.UserIdentifierSource
|
|
1371
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserIdentifierSourceEnum.UserIdentifierSource
|
|
1372
|
+
*/
|
|
1336
1373
|
let UserIdentifierSource;
|
|
1337
1374
|
(function (UserIdentifierSource) {
|
|
1338
1375
|
UserIdentifierSource[UserIdentifierSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1341,9 +1378,9 @@ var enums;
|
|
|
1341
1378
|
UserIdentifierSource[UserIdentifierSource["THIRD_PARTY"] = 3] = "THIRD_PARTY";
|
|
1342
1379
|
})(UserIdentifierSource = enums.UserIdentifierSource || (enums.UserIdentifierSource = {}));
|
|
1343
1380
|
/**
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1381
|
+
* @name AdDestinationTypeEnum.AdDestinationType
|
|
1382
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdDestinationTypeEnum.AdDestinationType
|
|
1383
|
+
*/
|
|
1347
1384
|
let AdDestinationType;
|
|
1348
1385
|
(function (AdDestinationType) {
|
|
1349
1386
|
AdDestinationType[AdDestinationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1361,9 +1398,9 @@ var enums;
|
|
|
1361
1398
|
AdDestinationType[AdDestinationType["UNMODELED_FOR_CONVERSIONS"] = 12] = "UNMODELED_FOR_CONVERSIONS";
|
|
1362
1399
|
})(AdDestinationType = enums.AdDestinationType || (enums.AdDestinationType = {}));
|
|
1363
1400
|
/**
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1401
|
+
* @name AdFormatTypeEnum.AdFormatType
|
|
1402
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdFormatTypeEnum.AdFormatType
|
|
1403
|
+
*/
|
|
1367
1404
|
let AdFormatType;
|
|
1368
1405
|
(function (AdFormatType) {
|
|
1369
1406
|
AdFormatType[AdFormatType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1381,9 +1418,9 @@ var enums;
|
|
|
1381
1418
|
AdFormatType[AdFormatType["PAUSE"] = 12] = "PAUSE";
|
|
1382
1419
|
})(AdFormatType = enums.AdFormatType || (enums.AdFormatType = {}));
|
|
1383
1420
|
/**
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1421
|
+
* @name AdNetworkTypeEnum.AdNetworkType
|
|
1422
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdNetworkTypeEnum.AdNetworkType
|
|
1423
|
+
*/
|
|
1387
1424
|
let AdNetworkType;
|
|
1388
1425
|
(function (AdNetworkType) {
|
|
1389
1426
|
AdNetworkType[AdNetworkType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1400,9 +1437,9 @@ var enums;
|
|
|
1400
1437
|
AdNetworkType[AdNetworkType["MAPS"] = 13] = "MAPS";
|
|
1401
1438
|
})(AdNetworkType = enums.AdNetworkType || (enums.AdNetworkType = {}));
|
|
1402
1439
|
/**
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1440
|
+
* @name BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1441
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1442
|
+
*/
|
|
1406
1443
|
let BudgetCampaignAssociationStatus;
|
|
1407
1444
|
(function (BudgetCampaignAssociationStatus) {
|
|
1408
1445
|
BudgetCampaignAssociationStatus[BudgetCampaignAssociationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1411,9 +1448,9 @@ var enums;
|
|
|
1411
1448
|
BudgetCampaignAssociationStatus[BudgetCampaignAssociationStatus["REMOVED"] = 3] = "REMOVED";
|
|
1412
1449
|
})(BudgetCampaignAssociationStatus = enums.BudgetCampaignAssociationStatus || (enums.BudgetCampaignAssociationStatus = {}));
|
|
1413
1450
|
/**
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1451
|
+
* @name ClickTypeEnum.ClickType
|
|
1452
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ClickTypeEnum.ClickType
|
|
1453
|
+
*/
|
|
1417
1454
|
let ClickType;
|
|
1418
1455
|
(function (ClickType) {
|
|
1419
1456
|
ClickType[ClickType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1474,11 +1511,15 @@ var enums;
|
|
|
1474
1511
|
ClickType[ClickType["CROSS_NETWORK"] = 57] = "CROSS_NETWORK";
|
|
1475
1512
|
ClickType[ClickType["AD_IMAGE"] = 58] = "AD_IMAGE";
|
|
1476
1513
|
ClickType[ClickType["TRAVEL_ASSETS"] = 59] = "TRAVEL_ASSETS";
|
|
1514
|
+
ClickType[ClickType["VEHICLE_ASSETS"] = 60] = "VEHICLE_ASSETS";
|
|
1515
|
+
ClickType[ClickType["PRODUCT_ASSETS"] = 61] = "PRODUCT_ASSETS";
|
|
1516
|
+
ClickType[ClickType["VIDEO_CHANNEL_CLICK"] = 62] = "VIDEO_CHANNEL_CLICK";
|
|
1517
|
+
ClickType[ClickType["VIDEO_RELATED_VIDEOS_CLICK"] = 63] = "VIDEO_RELATED_VIDEOS_CLICK";
|
|
1477
1518
|
})(ClickType = enums.ClickType || (enums.ClickType = {}));
|
|
1478
1519
|
/**
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1520
|
+
* @name ConversionActionCategoryEnum.ConversionActionCategory
|
|
1521
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionActionCategoryEnum.ConversionActionCategory
|
|
1522
|
+
*/
|
|
1482
1523
|
let ConversionActionCategory;
|
|
1483
1524
|
(function (ConversionActionCategory) {
|
|
1484
1525
|
ConversionActionCategory[ConversionActionCategory["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1506,20 +1547,21 @@ var enums;
|
|
|
1506
1547
|
ConversionActionCategory[ConversionActionCategory["CONVERTED_LEAD"] = 23] = "CONVERTED_LEAD";
|
|
1507
1548
|
})(ConversionActionCategory = enums.ConversionActionCategory || (enums.ConversionActionCategory = {}));
|
|
1508
1549
|
/**
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1550
|
+
* @name ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1551
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1552
|
+
*/
|
|
1512
1553
|
let ConversionAttributionEventType;
|
|
1513
1554
|
(function (ConversionAttributionEventType) {
|
|
1514
1555
|
ConversionAttributionEventType[ConversionAttributionEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1515
1556
|
ConversionAttributionEventType[ConversionAttributionEventType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1516
1557
|
ConversionAttributionEventType[ConversionAttributionEventType["IMPRESSION"] = 2] = "IMPRESSION";
|
|
1517
1558
|
ConversionAttributionEventType[ConversionAttributionEventType["INTERACTION"] = 3] = "INTERACTION";
|
|
1559
|
+
ConversionAttributionEventType[ConversionAttributionEventType["ENGAGED_VIEW"] = 4] = "ENGAGED_VIEW";
|
|
1518
1560
|
})(ConversionAttributionEventType = enums.ConversionAttributionEventType || (enums.ConversionAttributionEventType = {}));
|
|
1519
1561
|
/**
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1562
|
+
* @name ConversionLagBucketEnum.ConversionLagBucket
|
|
1563
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionLagBucketEnum.ConversionLagBucket
|
|
1564
|
+
*/
|
|
1523
1565
|
let ConversionLagBucket;
|
|
1524
1566
|
(function (ConversionLagBucket) {
|
|
1525
1567
|
ConversionLagBucket[ConversionLagBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1545,9 +1587,9 @@ var enums;
|
|
|
1545
1587
|
ConversionLagBucket[ConversionLagBucket["SIXTY_TO_NINETY_DAYS"] = 20] = "SIXTY_TO_NINETY_DAYS";
|
|
1546
1588
|
})(ConversionLagBucket = enums.ConversionLagBucket || (enums.ConversionLagBucket = {}));
|
|
1547
1589
|
/**
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1590
|
+
* @name ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1591
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1592
|
+
*/
|
|
1551
1593
|
let ConversionOrAdjustmentLagBucket;
|
|
1552
1594
|
(function (ConversionOrAdjustmentLagBucket) {
|
|
1553
1595
|
ConversionOrAdjustmentLagBucket[ConversionOrAdjustmentLagBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1595,9 +1637,9 @@ var enums;
|
|
|
1595
1637
|
ConversionOrAdjustmentLagBucket[ConversionOrAdjustmentLagBucket["ADJUSTMENT_UNKNOWN"] = 42] = "ADJUSTMENT_UNKNOWN";
|
|
1596
1638
|
})(ConversionOrAdjustmentLagBucket = enums.ConversionOrAdjustmentLagBucket || (enums.ConversionOrAdjustmentLagBucket = {}));
|
|
1597
1639
|
/**
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1640
|
+
* @name ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1641
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1642
|
+
*/
|
|
1601
1643
|
let ConversionValueRulePrimaryDimension;
|
|
1602
1644
|
(function (ConversionValueRulePrimaryDimension) {
|
|
1603
1645
|
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1612,9 +1654,9 @@ var enums;
|
|
|
1612
1654
|
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["ITINERARY"] = 9] = "ITINERARY";
|
|
1613
1655
|
})(ConversionValueRulePrimaryDimension = enums.ConversionValueRulePrimaryDimension || (enums.ConversionValueRulePrimaryDimension = {}));
|
|
1614
1656
|
/**
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1657
|
+
* @name ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
|
|
1658
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
|
|
1659
|
+
*/
|
|
1618
1660
|
let ConvertingUserPriorEngagementTypeAndLtvBucket;
|
|
1619
1661
|
(function (ConvertingUserPriorEngagementTypeAndLtvBucket) {
|
|
1620
1662
|
ConvertingUserPriorEngagementTypeAndLtvBucket[ConvertingUserPriorEngagementTypeAndLtvBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1624,9 +1666,9 @@ var enums;
|
|
|
1624
1666
|
ConvertingUserPriorEngagementTypeAndLtvBucket[ConvertingUserPriorEngagementTypeAndLtvBucket["NEW_AND_HIGH_LTV"] = 4] = "NEW_AND_HIGH_LTV";
|
|
1625
1667
|
})(ConvertingUserPriorEngagementTypeAndLtvBucket = enums.ConvertingUserPriorEngagementTypeAndLtvBucket || (enums.ConvertingUserPriorEngagementTypeAndLtvBucket = {}));
|
|
1626
1668
|
/**
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1669
|
+
* @name ExternalConversionSourceEnum.ExternalConversionSource
|
|
1670
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ExternalConversionSourceEnum.ExternalConversionSource
|
|
1671
|
+
*/
|
|
1630
1672
|
let ExternalConversionSource;
|
|
1631
1673
|
(function (ExternalConversionSource) {
|
|
1632
1674
|
ExternalConversionSource[ExternalConversionSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1661,9 +1703,9 @@ var enums;
|
|
|
1661
1703
|
ExternalConversionSource[ExternalConversionSource["DISPLAY_AND_VIDEO_360_FLOODLIGHT"] = 34] = "DISPLAY_AND_VIDEO_360_FLOODLIGHT";
|
|
1662
1704
|
})(ExternalConversionSource = enums.ExternalConversionSource || (enums.ExternalConversionSource = {}));
|
|
1663
1705
|
/**
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1706
|
+
* @name HotelPriceBucketEnum.HotelPriceBucket
|
|
1707
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/HotelPriceBucketEnum.HotelPriceBucket
|
|
1708
|
+
*/
|
|
1667
1709
|
let HotelPriceBucket;
|
|
1668
1710
|
(function (HotelPriceBucket) {
|
|
1669
1711
|
HotelPriceBucket[HotelPriceBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1674,9 +1716,9 @@ var enums;
|
|
|
1674
1716
|
HotelPriceBucket[HotelPriceBucket["ONLY_PARTNER_SHOWN"] = 5] = "ONLY_PARTNER_SHOWN";
|
|
1675
1717
|
})(HotelPriceBucket = enums.HotelPriceBucket || (enums.HotelPriceBucket = {}));
|
|
1676
1718
|
/**
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1719
|
+
* @name HotelRateTypeEnum.HotelRateType
|
|
1720
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/HotelRateTypeEnum.HotelRateType
|
|
1721
|
+
*/
|
|
1680
1722
|
let HotelRateType;
|
|
1681
1723
|
(function (HotelRateType) {
|
|
1682
1724
|
HotelRateType[HotelRateType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1687,9 +1729,33 @@ var enums;
|
|
|
1687
1729
|
HotelRateType[HotelRateType["PRIVATE_RATE"] = 5] = "PRIVATE_RATE";
|
|
1688
1730
|
})(HotelRateType = enums.HotelRateType || (enums.HotelRateType = {}));
|
|
1689
1731
|
/**
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1732
|
+
* @name LandingPageSourceEnum.LandingPageSource
|
|
1733
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LandingPageSourceEnum.LandingPageSource
|
|
1734
|
+
*/
|
|
1735
|
+
let LandingPageSource;
|
|
1736
|
+
(function (LandingPageSource) {
|
|
1737
|
+
LandingPageSource[LandingPageSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1738
|
+
LandingPageSource[LandingPageSource["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1739
|
+
LandingPageSource[LandingPageSource["ADVERTISER"] = 2] = "ADVERTISER";
|
|
1740
|
+
LandingPageSource[LandingPageSource["AUTOMATIC"] = 3] = "AUTOMATIC";
|
|
1741
|
+
})(LandingPageSource = enums.LandingPageSource || (enums.LandingPageSource = {}));
|
|
1742
|
+
/**
|
|
1743
|
+
* @name MatchTypeEnum.MatchType
|
|
1744
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/MatchTypeEnum.MatchType
|
|
1745
|
+
*/
|
|
1746
|
+
let MatchType;
|
|
1747
|
+
(function (MatchType) {
|
|
1748
|
+
MatchType[MatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1749
|
+
MatchType[MatchType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1750
|
+
MatchType[MatchType["BROAD"] = 2] = "BROAD";
|
|
1751
|
+
MatchType[MatchType["EXACT"] = 3] = "EXACT";
|
|
1752
|
+
MatchType[MatchType["PHRASE"] = 4] = "PHRASE";
|
|
1753
|
+
MatchType[MatchType["AI_MAX"] = 5] = "AI_MAX";
|
|
1754
|
+
})(MatchType = enums.MatchType || (enums.MatchType = {}));
|
|
1755
|
+
/**
|
|
1756
|
+
* @name RecommendationTypeEnum.RecommendationType
|
|
1757
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/RecommendationTypeEnum.RecommendationType
|
|
1758
|
+
*/
|
|
1693
1759
|
let RecommendationType;
|
|
1694
1760
|
(function (RecommendationType) {
|
|
1695
1761
|
RecommendationType[RecommendationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1750,9 +1816,9 @@ var enums;
|
|
|
1750
1816
|
RecommendationType[RecommendationType["IMPROVE_DEMAND_GEN_AD_STRENGTH"] = 58] = "IMPROVE_DEMAND_GEN_AD_STRENGTH";
|
|
1751
1817
|
})(RecommendationType = enums.RecommendationType || (enums.RecommendationType = {}));
|
|
1752
1818
|
/**
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1819
|
+
* @name SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1820
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1821
|
+
*/
|
|
1756
1822
|
let SearchEngineResultsPageType;
|
|
1757
1823
|
(function (SearchEngineResultsPageType) {
|
|
1758
1824
|
SearchEngineResultsPageType[SearchEngineResultsPageType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1762,9 +1828,23 @@ var enums;
|
|
|
1762
1828
|
SearchEngineResultsPageType[SearchEngineResultsPageType["ADS_AND_ORGANIC"] = 4] = "ADS_AND_ORGANIC";
|
|
1763
1829
|
})(SearchEngineResultsPageType = enums.SearchEngineResultsPageType || (enums.SearchEngineResultsPageType = {}));
|
|
1764
1830
|
/**
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1831
|
+
* @name SearchTermMatchSourceEnum.SearchTermMatchSource
|
|
1832
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SearchTermMatchSourceEnum.SearchTermMatchSource
|
|
1833
|
+
*/
|
|
1834
|
+
let SearchTermMatchSource;
|
|
1835
|
+
(function (SearchTermMatchSource) {
|
|
1836
|
+
SearchTermMatchSource[SearchTermMatchSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1837
|
+
SearchTermMatchSource[SearchTermMatchSource["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1838
|
+
SearchTermMatchSource[SearchTermMatchSource["ADVERTISER_PROVIDED_KEYWORD"] = 2] = "ADVERTISER_PROVIDED_KEYWORD";
|
|
1839
|
+
SearchTermMatchSource[SearchTermMatchSource["AI_MAX_KEYWORDLESS"] = 3] = "AI_MAX_KEYWORDLESS";
|
|
1840
|
+
SearchTermMatchSource[SearchTermMatchSource["AI_MAX_BROAD_MATCH"] = 4] = "AI_MAX_BROAD_MATCH";
|
|
1841
|
+
SearchTermMatchSource[SearchTermMatchSource["DYNAMIC_SEARCH_ADS"] = 5] = "DYNAMIC_SEARCH_ADS";
|
|
1842
|
+
SearchTermMatchSource[SearchTermMatchSource["PERFORMANCE_MAX"] = 6] = "PERFORMANCE_MAX";
|
|
1843
|
+
})(SearchTermMatchSource = enums.SearchTermMatchSource || (enums.SearchTermMatchSource = {}));
|
|
1844
|
+
/**
|
|
1845
|
+
* @name SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1846
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1847
|
+
*/
|
|
1768
1848
|
let SearchTermMatchType;
|
|
1769
1849
|
(function (SearchTermMatchType) {
|
|
1770
1850
|
SearchTermMatchType[SearchTermMatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1774,11 +1854,26 @@ var enums;
|
|
|
1774
1854
|
SearchTermMatchType[SearchTermMatchType["PHRASE"] = 4] = "PHRASE";
|
|
1775
1855
|
SearchTermMatchType[SearchTermMatchType["NEAR_EXACT"] = 5] = "NEAR_EXACT";
|
|
1776
1856
|
SearchTermMatchType[SearchTermMatchType["NEAR_PHRASE"] = 6] = "NEAR_PHRASE";
|
|
1857
|
+
SearchTermMatchType[SearchTermMatchType["AI_MAX"] = 7] = "AI_MAX";
|
|
1858
|
+
SearchTermMatchType[SearchTermMatchType["PERFORMANCE_MAX"] = 8] = "PERFORMANCE_MAX";
|
|
1777
1859
|
})(SearchTermMatchType = enums.SearchTermMatchType || (enums.SearchTermMatchType = {}));
|
|
1778
1860
|
/**
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1861
|
+
* @name SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
1862
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
1863
|
+
*/
|
|
1864
|
+
let SearchTermTargetingStatus;
|
|
1865
|
+
(function (SearchTermTargetingStatus) {
|
|
1866
|
+
SearchTermTargetingStatus[SearchTermTargetingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1867
|
+
SearchTermTargetingStatus[SearchTermTargetingStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1868
|
+
SearchTermTargetingStatus[SearchTermTargetingStatus["ADDED"] = 2] = "ADDED";
|
|
1869
|
+
SearchTermTargetingStatus[SearchTermTargetingStatus["EXCLUDED"] = 3] = "EXCLUDED";
|
|
1870
|
+
SearchTermTargetingStatus[SearchTermTargetingStatus["ADDED_EXCLUDED"] = 4] = "ADDED_EXCLUDED";
|
|
1871
|
+
SearchTermTargetingStatus[SearchTermTargetingStatus["NONE"] = 5] = "NONE";
|
|
1872
|
+
})(SearchTermTargetingStatus = enums.SearchTermTargetingStatus || (enums.SearchTermTargetingStatus = {}));
|
|
1873
|
+
/**
|
|
1874
|
+
* @name SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1875
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1876
|
+
*/
|
|
1782
1877
|
let SkAdNetworkAdEventType;
|
|
1783
1878
|
(function (SkAdNetworkAdEventType) {
|
|
1784
1879
|
SkAdNetworkAdEventType[SkAdNetworkAdEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1788,9 +1883,9 @@ var enums;
|
|
|
1788
1883
|
SkAdNetworkAdEventType[SkAdNetworkAdEventType["VIEW"] = 4] = "VIEW";
|
|
1789
1884
|
})(SkAdNetworkAdEventType = enums.SkAdNetworkAdEventType || (enums.SkAdNetworkAdEventType = {}));
|
|
1790
1885
|
/**
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1886
|
+
* @name SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1887
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1888
|
+
*/
|
|
1794
1889
|
let SkAdNetworkAttributionCredit;
|
|
1795
1890
|
(function (SkAdNetworkAttributionCredit) {
|
|
1796
1891
|
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1800,9 +1895,9 @@ var enums;
|
|
|
1800
1895
|
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["CONTRIBUTED"] = 4] = "CONTRIBUTED";
|
|
1801
1896
|
})(SkAdNetworkAttributionCredit = enums.SkAdNetworkAttributionCredit || (enums.SkAdNetworkAttributionCredit = {}));
|
|
1802
1897
|
/**
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1898
|
+
* @name SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
|
|
1899
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
|
|
1900
|
+
*/
|
|
1806
1901
|
let SkAdNetworkCoarseConversionValue;
|
|
1807
1902
|
(function (SkAdNetworkCoarseConversionValue) {
|
|
1808
1903
|
SkAdNetworkCoarseConversionValue[SkAdNetworkCoarseConversionValue["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1814,9 +1909,9 @@ var enums;
|
|
|
1814
1909
|
SkAdNetworkCoarseConversionValue[SkAdNetworkCoarseConversionValue["NONE"] = 6] = "NONE";
|
|
1815
1910
|
})(SkAdNetworkCoarseConversionValue = enums.SkAdNetworkCoarseConversionValue || (enums.SkAdNetworkCoarseConversionValue = {}));
|
|
1816
1911
|
/**
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1912
|
+
* @name SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
|
|
1913
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
|
|
1914
|
+
*/
|
|
1820
1915
|
let SkAdNetworkSourceType;
|
|
1821
1916
|
(function (SkAdNetworkSourceType) {
|
|
1822
1917
|
SkAdNetworkSourceType[SkAdNetworkSourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1826,9 +1921,9 @@ var enums;
|
|
|
1826
1921
|
SkAdNetworkSourceType[SkAdNetworkSourceType["MOBILE_APPLICATION"] = 4] = "MOBILE_APPLICATION";
|
|
1827
1922
|
})(SkAdNetworkSourceType = enums.SkAdNetworkSourceType || (enums.SkAdNetworkSourceType = {}));
|
|
1828
1923
|
/**
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1924
|
+
* @name SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1925
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1926
|
+
*/
|
|
1832
1927
|
let SkAdNetworkUserType;
|
|
1833
1928
|
(function (SkAdNetworkUserType) {
|
|
1834
1929
|
SkAdNetworkUserType[SkAdNetworkUserType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1838,9 +1933,9 @@ var enums;
|
|
|
1838
1933
|
SkAdNetworkUserType[SkAdNetworkUserType["REINSTALLER"] = 4] = "REINSTALLER";
|
|
1839
1934
|
})(SkAdNetworkUserType = enums.SkAdNetworkUserType || (enums.SkAdNetworkUserType = {}));
|
|
1840
1935
|
/**
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1936
|
+
* @name SlotEnum.Slot
|
|
1937
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SlotEnum.Slot
|
|
1938
|
+
*/
|
|
1844
1939
|
let Slot;
|
|
1845
1940
|
(function (Slot) {
|
|
1846
1941
|
Slot[Slot["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1854,9 +1949,9 @@ var enums;
|
|
|
1854
1949
|
Slot[Slot["MIXED"] = 8] = "MIXED";
|
|
1855
1950
|
})(Slot = enums.Slot || (enums.Slot = {}));
|
|
1856
1951
|
/**
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1952
|
+
* @name TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1953
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1954
|
+
*/
|
|
1860
1955
|
let TrackingCodePageFormat;
|
|
1861
1956
|
(function (TrackingCodePageFormat) {
|
|
1862
1957
|
TrackingCodePageFormat[TrackingCodePageFormat["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1865,9 +1960,9 @@ var enums;
|
|
|
1865
1960
|
TrackingCodePageFormat[TrackingCodePageFormat["AMP"] = 3] = "AMP";
|
|
1866
1961
|
})(TrackingCodePageFormat = enums.TrackingCodePageFormat || (enums.TrackingCodePageFormat = {}));
|
|
1867
1962
|
/**
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1963
|
+
* @name TrackingCodeTypeEnum.TrackingCodeType
|
|
1964
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/TrackingCodeTypeEnum.TrackingCodeType
|
|
1965
|
+
*/
|
|
1871
1966
|
let TrackingCodeType;
|
|
1872
1967
|
(function (TrackingCodeType) {
|
|
1873
1968
|
TrackingCodeType[TrackingCodeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1878,9 +1973,9 @@ var enums;
|
|
|
1878
1973
|
TrackingCodeType[TrackingCodeType["WEBSITE_CALL"] = 5] = "WEBSITE_CALL";
|
|
1879
1974
|
})(TrackingCodeType = enums.TrackingCodeType || (enums.TrackingCodeType = {}));
|
|
1880
1975
|
/**
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1976
|
+
* @name TargetingDimensionEnum.TargetingDimension
|
|
1977
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/TargetingDimensionEnum.TargetingDimension
|
|
1978
|
+
*/
|
|
1884
1979
|
let TargetingDimension;
|
|
1885
1980
|
(function (TargetingDimension) {
|
|
1886
1981
|
TargetingDimension[TargetingDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1895,9 +1990,63 @@ var enums;
|
|
|
1895
1990
|
TargetingDimension[TargetingDimension["INCOME_RANGE"] = 9] = "INCOME_RANGE";
|
|
1896
1991
|
})(TargetingDimension = enums.TargetingDimension || (enums.TargetingDimension = {}));
|
|
1897
1992
|
/**
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1993
|
+
* @name ThirdPartyBrandLiftIntegrationPartnerEnum.ThirdPartyBrandLiftIntegrationPartner
|
|
1994
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ThirdPartyBrandLiftIntegrationPartnerEnum.ThirdPartyBrandLiftIntegrationPartner
|
|
1995
|
+
*/
|
|
1996
|
+
let ThirdPartyBrandLiftIntegrationPartner;
|
|
1997
|
+
(function (ThirdPartyBrandLiftIntegrationPartner) {
|
|
1998
|
+
ThirdPartyBrandLiftIntegrationPartner[ThirdPartyBrandLiftIntegrationPartner["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1999
|
+
ThirdPartyBrandLiftIntegrationPartner[ThirdPartyBrandLiftIntegrationPartner["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2000
|
+
ThirdPartyBrandLiftIntegrationPartner[ThirdPartyBrandLiftIntegrationPartner["KANTAR_MILLWARD_BROWN"] = 2] = "KANTAR_MILLWARD_BROWN";
|
|
2001
|
+
ThirdPartyBrandLiftIntegrationPartner[ThirdPartyBrandLiftIntegrationPartner["DYNATA"] = 3] = "DYNATA";
|
|
2002
|
+
ThirdPartyBrandLiftIntegrationPartner[ThirdPartyBrandLiftIntegrationPartner["INTAGE"] = 4] = "INTAGE";
|
|
2003
|
+
ThirdPartyBrandLiftIntegrationPartner[ThirdPartyBrandLiftIntegrationPartner["MACROMILL"] = 5] = "MACROMILL";
|
|
2004
|
+
})(ThirdPartyBrandLiftIntegrationPartner = enums.ThirdPartyBrandLiftIntegrationPartner || (enums.ThirdPartyBrandLiftIntegrationPartner = {}));
|
|
2005
|
+
/**
|
|
2006
|
+
* @name ThirdPartyBrandSafetyIntegrationPartnerEnum.ThirdPartyBrandSafetyIntegrationPartner
|
|
2007
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ThirdPartyBrandSafetyIntegrationPartnerEnum.ThirdPartyBrandSafetyIntegrationPartner
|
|
2008
|
+
*/
|
|
2009
|
+
let ThirdPartyBrandSafetyIntegrationPartner;
|
|
2010
|
+
(function (ThirdPartyBrandSafetyIntegrationPartner) {
|
|
2011
|
+
ThirdPartyBrandSafetyIntegrationPartner[ThirdPartyBrandSafetyIntegrationPartner["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2012
|
+
ThirdPartyBrandSafetyIntegrationPartner[ThirdPartyBrandSafetyIntegrationPartner["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2013
|
+
ThirdPartyBrandSafetyIntegrationPartner[ThirdPartyBrandSafetyIntegrationPartner["DOUBLE_VERIFY"] = 2] = "DOUBLE_VERIFY";
|
|
2014
|
+
ThirdPartyBrandSafetyIntegrationPartner[ThirdPartyBrandSafetyIntegrationPartner["INTEGRAL_AD_SCIENCE"] = 3] = "INTEGRAL_AD_SCIENCE";
|
|
2015
|
+
ThirdPartyBrandSafetyIntegrationPartner[ThirdPartyBrandSafetyIntegrationPartner["ZEFR"] = 4] = "ZEFR";
|
|
2016
|
+
})(ThirdPartyBrandSafetyIntegrationPartner = enums.ThirdPartyBrandSafetyIntegrationPartner || (enums.ThirdPartyBrandSafetyIntegrationPartner = {}));
|
|
2017
|
+
/**
|
|
2018
|
+
* @name ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner
|
|
2019
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner
|
|
2020
|
+
*/
|
|
2021
|
+
let ThirdPartyReachIntegrationPartner;
|
|
2022
|
+
(function (ThirdPartyReachIntegrationPartner) {
|
|
2023
|
+
ThirdPartyReachIntegrationPartner[ThirdPartyReachIntegrationPartner["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2024
|
+
ThirdPartyReachIntegrationPartner[ThirdPartyReachIntegrationPartner["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2025
|
+
ThirdPartyReachIntegrationPartner[ThirdPartyReachIntegrationPartner["NIELSEN"] = 2] = "NIELSEN";
|
|
2026
|
+
ThirdPartyReachIntegrationPartner[ThirdPartyReachIntegrationPartner["COMSCORE"] = 3] = "COMSCORE";
|
|
2027
|
+
ThirdPartyReachIntegrationPartner[ThirdPartyReachIntegrationPartner["KANTAR_MILLWARD_BROWN"] = 4] = "KANTAR_MILLWARD_BROWN";
|
|
2028
|
+
ThirdPartyReachIntegrationPartner[ThirdPartyReachIntegrationPartner["VIDEO_RESEARCH"] = 5] = "VIDEO_RESEARCH";
|
|
2029
|
+
ThirdPartyReachIntegrationPartner[ThirdPartyReachIntegrationPartner["GEMIUS"] = 6] = "GEMIUS";
|
|
2030
|
+
ThirdPartyReachIntegrationPartner[ThirdPartyReachIntegrationPartner["MEDIA_SCOPE"] = 7] = "MEDIA_SCOPE";
|
|
2031
|
+
ThirdPartyReachIntegrationPartner[ThirdPartyReachIntegrationPartner["AUDIENCE_PROJECT"] = 8] = "AUDIENCE_PROJECT";
|
|
2032
|
+
ThirdPartyReachIntegrationPartner[ThirdPartyReachIntegrationPartner["VIDEO_AMP"] = 9] = "VIDEO_AMP";
|
|
2033
|
+
ThirdPartyReachIntegrationPartner[ThirdPartyReachIntegrationPartner["ISPOT_TV"] = 10] = "ISPOT_TV";
|
|
2034
|
+
})(ThirdPartyReachIntegrationPartner = enums.ThirdPartyReachIntegrationPartner || (enums.ThirdPartyReachIntegrationPartner = {}));
|
|
2035
|
+
/**
|
|
2036
|
+
* @name ThirdPartyViewabilityIntegrationPartnerEnum.ThirdPartyViewabilityIntegrationPartner
|
|
2037
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ThirdPartyViewabilityIntegrationPartnerEnum.ThirdPartyViewabilityIntegrationPartner
|
|
2038
|
+
*/
|
|
2039
|
+
let ThirdPartyViewabilityIntegrationPartner;
|
|
2040
|
+
(function (ThirdPartyViewabilityIntegrationPartner) {
|
|
2041
|
+
ThirdPartyViewabilityIntegrationPartner[ThirdPartyViewabilityIntegrationPartner["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2042
|
+
ThirdPartyViewabilityIntegrationPartner[ThirdPartyViewabilityIntegrationPartner["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2043
|
+
ThirdPartyViewabilityIntegrationPartner[ThirdPartyViewabilityIntegrationPartner["DOUBLE_VERIFY"] = 2] = "DOUBLE_VERIFY";
|
|
2044
|
+
ThirdPartyViewabilityIntegrationPartner[ThirdPartyViewabilityIntegrationPartner["INTEGRAL_AD_SCIENCE"] = 3] = "INTEGRAL_AD_SCIENCE";
|
|
2045
|
+
})(ThirdPartyViewabilityIntegrationPartner = enums.ThirdPartyViewabilityIntegrationPartner || (enums.ThirdPartyViewabilityIntegrationPartner = {}));
|
|
2046
|
+
/**
|
|
2047
|
+
* @name CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
2048
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
2049
|
+
*/
|
|
1901
2050
|
let CustomerMatchUploadKeyType;
|
|
1902
2051
|
(function (CustomerMatchUploadKeyType) {
|
|
1903
2052
|
CustomerMatchUploadKeyType[CustomerMatchUploadKeyType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1907,9 +2056,9 @@ var enums;
|
|
|
1907
2056
|
CustomerMatchUploadKeyType[CustomerMatchUploadKeyType["MOBILE_ADVERTISING_ID"] = 4] = "MOBILE_ADVERTISING_ID";
|
|
1908
2057
|
})(CustomerMatchUploadKeyType = enums.CustomerMatchUploadKeyType || (enums.CustomerMatchUploadKeyType = {}));
|
|
1909
2058
|
/**
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
2059
|
+
* @name LookalikeExpansionLevelEnum.LookalikeExpansionLevel
|
|
2060
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LookalikeExpansionLevelEnum.LookalikeExpansionLevel
|
|
2061
|
+
*/
|
|
1913
2062
|
let LookalikeExpansionLevel;
|
|
1914
2063
|
(function (LookalikeExpansionLevel) {
|
|
1915
2064
|
LookalikeExpansionLevel[LookalikeExpansionLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1919,9 +2068,9 @@ var enums;
|
|
|
1919
2068
|
LookalikeExpansionLevel[LookalikeExpansionLevel["BROAD"] = 4] = "BROAD";
|
|
1920
2069
|
})(LookalikeExpansionLevel = enums.LookalikeExpansionLevel || (enums.LookalikeExpansionLevel = {}));
|
|
1921
2070
|
/**
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
2071
|
+
* @name UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
2072
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
2073
|
+
*/
|
|
1925
2074
|
let UserListCrmDataSourceType;
|
|
1926
2075
|
(function (UserListCrmDataSourceType) {
|
|
1927
2076
|
UserListCrmDataSourceType[UserListCrmDataSourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1931,9 +2080,9 @@ var enums;
|
|
|
1931
2080
|
UserListCrmDataSourceType[UserListCrmDataSourceType["THIRD_PARTY_VOTER_FILE"] = 4] = "THIRD_PARTY_VOTER_FILE";
|
|
1932
2081
|
})(UserListCrmDataSourceType = enums.UserListCrmDataSourceType || (enums.UserListCrmDataSourceType = {}));
|
|
1933
2082
|
/**
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
2083
|
+
* @name UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
2084
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
2085
|
+
*/
|
|
1937
2086
|
let UserListDateRuleItemOperator;
|
|
1938
2087
|
(function (UserListDateRuleItemOperator) {
|
|
1939
2088
|
UserListDateRuleItemOperator[UserListDateRuleItemOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1944,9 +2093,9 @@ var enums;
|
|
|
1944
2093
|
UserListDateRuleItemOperator[UserListDateRuleItemOperator["AFTER"] = 5] = "AFTER";
|
|
1945
2094
|
})(UserListDateRuleItemOperator = enums.UserListDateRuleItemOperator || (enums.UserListDateRuleItemOperator = {}));
|
|
1946
2095
|
/**
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
2096
|
+
* @name UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
2097
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
2098
|
+
*/
|
|
1950
2099
|
let UserListFlexibleRuleOperator;
|
|
1951
2100
|
(function (UserListFlexibleRuleOperator) {
|
|
1952
2101
|
UserListFlexibleRuleOperator[UserListFlexibleRuleOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1955,9 +2104,9 @@ var enums;
|
|
|
1955
2104
|
UserListFlexibleRuleOperator[UserListFlexibleRuleOperator["OR"] = 3] = "OR";
|
|
1956
2105
|
})(UserListFlexibleRuleOperator = enums.UserListFlexibleRuleOperator || (enums.UserListFlexibleRuleOperator = {}));
|
|
1957
2106
|
/**
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
2107
|
+
* @name UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
2108
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
2109
|
+
*/
|
|
1961
2110
|
let UserListLogicalRuleOperator;
|
|
1962
2111
|
(function (UserListLogicalRuleOperator) {
|
|
1963
2112
|
UserListLogicalRuleOperator[UserListLogicalRuleOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1967,9 +2116,9 @@ var enums;
|
|
|
1967
2116
|
UserListLogicalRuleOperator[UserListLogicalRuleOperator["NONE"] = 4] = "NONE";
|
|
1968
2117
|
})(UserListLogicalRuleOperator = enums.UserListLogicalRuleOperator || (enums.UserListLogicalRuleOperator = {}));
|
|
1969
2118
|
/**
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
2119
|
+
* @name UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
2120
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
2121
|
+
*/
|
|
1973
2122
|
let UserListNumberRuleItemOperator;
|
|
1974
2123
|
(function (UserListNumberRuleItemOperator) {
|
|
1975
2124
|
UserListNumberRuleItemOperator[UserListNumberRuleItemOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1982,9 +2131,9 @@ var enums;
|
|
|
1982
2131
|
UserListNumberRuleItemOperator[UserListNumberRuleItemOperator["LESS_THAN_OR_EQUAL"] = 7] = "LESS_THAN_OR_EQUAL";
|
|
1983
2132
|
})(UserListNumberRuleItemOperator = enums.UserListNumberRuleItemOperator || (enums.UserListNumberRuleItemOperator = {}));
|
|
1984
2133
|
/**
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
2134
|
+
* @name UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
2135
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
2136
|
+
*/
|
|
1988
2137
|
let UserListPrepopulationStatus;
|
|
1989
2138
|
(function (UserListPrepopulationStatus) {
|
|
1990
2139
|
UserListPrepopulationStatus[UserListPrepopulationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1994,9 +2143,9 @@ var enums;
|
|
|
1994
2143
|
UserListPrepopulationStatus[UserListPrepopulationStatus["FAILED"] = 4] = "FAILED";
|
|
1995
2144
|
})(UserListPrepopulationStatus = enums.UserListPrepopulationStatus || (enums.UserListPrepopulationStatus = {}));
|
|
1996
2145
|
/**
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2146
|
+
* @name UserListRuleTypeEnum.UserListRuleType
|
|
2147
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserListRuleTypeEnum.UserListRuleType
|
|
2148
|
+
*/
|
|
2000
2149
|
let UserListRuleType;
|
|
2001
2150
|
(function (UserListRuleType) {
|
|
2002
2151
|
UserListRuleType[UserListRuleType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2005,9 +2154,9 @@ var enums;
|
|
|
2005
2154
|
UserListRuleType[UserListRuleType["OR_OF_ANDS"] = 3] = "OR_OF_ANDS";
|
|
2006
2155
|
})(UserListRuleType = enums.UserListRuleType || (enums.UserListRuleType = {}));
|
|
2007
2156
|
/**
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2157
|
+
* @name UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
2158
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
2159
|
+
*/
|
|
2011
2160
|
let UserListStringRuleItemOperator;
|
|
2012
2161
|
(function (UserListStringRuleItemOperator) {
|
|
2013
2162
|
UserListStringRuleItemOperator[UserListStringRuleItemOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2022,9 +2171,9 @@ var enums;
|
|
|
2022
2171
|
UserListStringRuleItemOperator[UserListStringRuleItemOperator["NOT_ENDS_WITH"] = 9] = "NOT_ENDS_WITH";
|
|
2023
2172
|
})(UserListStringRuleItemOperator = enums.UserListStringRuleItemOperator || (enums.UserListStringRuleItemOperator = {}));
|
|
2024
2173
|
/**
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2174
|
+
* @name AccessInvitationStatusEnum.AccessInvitationStatus
|
|
2175
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AccessInvitationStatusEnum.AccessInvitationStatus
|
|
2176
|
+
*/
|
|
2028
2177
|
let AccessInvitationStatus;
|
|
2029
2178
|
(function (AccessInvitationStatus) {
|
|
2030
2179
|
AccessInvitationStatus[AccessInvitationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2034,9 +2183,9 @@ var enums;
|
|
|
2034
2183
|
AccessInvitationStatus[AccessInvitationStatus["EXPIRED"] = 4] = "EXPIRED";
|
|
2035
2184
|
})(AccessInvitationStatus = enums.AccessInvitationStatus || (enums.AccessInvitationStatus = {}));
|
|
2036
2185
|
/**
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2186
|
+
* @name AccessReasonEnum.AccessReason
|
|
2187
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AccessReasonEnum.AccessReason
|
|
2188
|
+
*/
|
|
2040
2189
|
let AccessReason;
|
|
2041
2190
|
(function (AccessReason) {
|
|
2042
2191
|
AccessReason[AccessReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2048,9 +2197,9 @@ var enums;
|
|
|
2048
2197
|
AccessReason[AccessReason["AFFILIATED"] = 6] = "AFFILIATED";
|
|
2049
2198
|
})(AccessReason = enums.AccessReason || (enums.AccessReason = {}));
|
|
2050
2199
|
/**
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2200
|
+
* @name AccessRoleEnum.AccessRole
|
|
2201
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AccessRoleEnum.AccessRole
|
|
2202
|
+
*/
|
|
2054
2203
|
let AccessRole;
|
|
2055
2204
|
(function (AccessRole) {
|
|
2056
2205
|
AccessRole[AccessRole["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2061,9 +2210,9 @@ var enums;
|
|
|
2061
2210
|
AccessRole[AccessRole["EMAIL_ONLY"] = 5] = "EMAIL_ONLY";
|
|
2062
2211
|
})(AccessRole = enums.AccessRole || (enums.AccessRole = {}));
|
|
2063
2212
|
/**
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2213
|
+
* @name AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
2214
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
2215
|
+
*/
|
|
2067
2216
|
let AccountBudgetProposalStatus;
|
|
2068
2217
|
(function (AccountBudgetProposalStatus) {
|
|
2069
2218
|
AccountBudgetProposalStatus[AccountBudgetProposalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2075,9 +2224,9 @@ var enums;
|
|
|
2075
2224
|
AccountBudgetProposalStatus[AccountBudgetProposalStatus["REJECTED"] = 6] = "REJECTED";
|
|
2076
2225
|
})(AccountBudgetProposalStatus = enums.AccountBudgetProposalStatus || (enums.AccountBudgetProposalStatus = {}));
|
|
2077
2226
|
/**
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2227
|
+
* @name AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
2228
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
2229
|
+
*/
|
|
2081
2230
|
let AccountBudgetProposalType;
|
|
2082
2231
|
(function (AccountBudgetProposalType) {
|
|
2083
2232
|
AccountBudgetProposalType[AccountBudgetProposalType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2088,9 +2237,9 @@ var enums;
|
|
|
2088
2237
|
AccountBudgetProposalType[AccountBudgetProposalType["REMOVE"] = 5] = "REMOVE";
|
|
2089
2238
|
})(AccountBudgetProposalType = enums.AccountBudgetProposalType || (enums.AccountBudgetProposalType = {}));
|
|
2090
2239
|
/**
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2240
|
+
* @name AccountBudgetStatusEnum.AccountBudgetStatus
|
|
2241
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AccountBudgetStatusEnum.AccountBudgetStatus
|
|
2242
|
+
*/
|
|
2094
2243
|
let AccountBudgetStatus;
|
|
2095
2244
|
(function (AccountBudgetStatus) {
|
|
2096
2245
|
AccountBudgetStatus[AccountBudgetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2100,9 +2249,9 @@ var enums;
|
|
|
2100
2249
|
AccountBudgetStatus[AccountBudgetStatus["CANCELLED"] = 4] = "CANCELLED";
|
|
2101
2250
|
})(AccountBudgetStatus = enums.AccountBudgetStatus || (enums.AccountBudgetStatus = {}));
|
|
2102
2251
|
/**
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2252
|
+
* @name AccountLinkStatusEnum.AccountLinkStatus
|
|
2253
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AccountLinkStatusEnum.AccountLinkStatus
|
|
2254
|
+
*/
|
|
2106
2255
|
let AccountLinkStatus;
|
|
2107
2256
|
(function (AccountLinkStatus) {
|
|
2108
2257
|
AccountLinkStatus[AccountLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2115,9 +2264,9 @@ var enums;
|
|
|
2115
2264
|
AccountLinkStatus[AccountLinkStatus["REVOKED"] = 7] = "REVOKED";
|
|
2116
2265
|
})(AccountLinkStatus = enums.AccountLinkStatus || (enums.AccountLinkStatus = {}));
|
|
2117
2266
|
/**
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2267
|
+
* @name AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
|
|
2268
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
|
|
2269
|
+
*/
|
|
2121
2270
|
let AdGroupAdPrimaryStatus;
|
|
2122
2271
|
(function (AdGroupAdPrimaryStatus) {
|
|
2123
2272
|
AdGroupAdPrimaryStatus[AdGroupAdPrimaryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2130,9 +2279,9 @@ var enums;
|
|
|
2130
2279
|
AdGroupAdPrimaryStatus[AdGroupAdPrimaryStatus["NOT_ELIGIBLE"] = 7] = "NOT_ELIGIBLE";
|
|
2131
2280
|
})(AdGroupAdPrimaryStatus = enums.AdGroupAdPrimaryStatus || (enums.AdGroupAdPrimaryStatus = {}));
|
|
2132
2281
|
/**
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2282
|
+
* @name AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
|
|
2283
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
|
|
2284
|
+
*/
|
|
2136
2285
|
let AdGroupAdPrimaryStatusReason;
|
|
2137
2286
|
(function (AdGroupAdPrimaryStatusReason) {
|
|
2138
2287
|
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2154,9 +2303,9 @@ var enums;
|
|
|
2154
2303
|
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["AD_GROUP_AD_UNDER_APPEAL"] = 16] = "AD_GROUP_AD_UNDER_APPEAL";
|
|
2155
2304
|
})(AdGroupAdPrimaryStatusReason = enums.AdGroupAdPrimaryStatusReason || (enums.AdGroupAdPrimaryStatusReason = {}));
|
|
2156
2305
|
/**
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2306
|
+
* @name AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
2307
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
2308
|
+
*/
|
|
2160
2309
|
let AdGroupAdRotationMode;
|
|
2161
2310
|
(function (AdGroupAdRotationMode) {
|
|
2162
2311
|
AdGroupAdRotationMode[AdGroupAdRotationMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2165,9 +2314,9 @@ var enums;
|
|
|
2165
2314
|
AdGroupAdRotationMode[AdGroupAdRotationMode["ROTATE_FOREVER"] = 3] = "ROTATE_FOREVER";
|
|
2166
2315
|
})(AdGroupAdRotationMode = enums.AdGroupAdRotationMode || (enums.AdGroupAdRotationMode = {}));
|
|
2167
2316
|
/**
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2317
|
+
* @name AdGroupAdStatusEnum.AdGroupAdStatus
|
|
2318
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdGroupAdStatusEnum.AdGroupAdStatus
|
|
2319
|
+
*/
|
|
2171
2320
|
let AdGroupAdStatus;
|
|
2172
2321
|
(function (AdGroupAdStatus) {
|
|
2173
2322
|
AdGroupAdStatus[AdGroupAdStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2177,9 +2326,9 @@ var enums;
|
|
|
2177
2326
|
AdGroupAdStatus[AdGroupAdStatus["REMOVED"] = 4] = "REMOVED";
|
|
2178
2327
|
})(AdGroupAdStatus = enums.AdGroupAdStatus || (enums.AdGroupAdStatus = {}));
|
|
2179
2328
|
/**
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2329
|
+
* @name AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
2330
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
2331
|
+
*/
|
|
2183
2332
|
let AdGroupCriterionApprovalStatus;
|
|
2184
2333
|
(function (AdGroupCriterionApprovalStatus) {
|
|
2185
2334
|
AdGroupCriterionApprovalStatus[AdGroupCriterionApprovalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2190,9 +2339,9 @@ var enums;
|
|
|
2190
2339
|
AdGroupCriterionApprovalStatus[AdGroupCriterionApprovalStatus["UNDER_REVIEW"] = 5] = "UNDER_REVIEW";
|
|
2191
2340
|
})(AdGroupCriterionApprovalStatus = enums.AdGroupCriterionApprovalStatus || (enums.AdGroupCriterionApprovalStatus = {}));
|
|
2192
2341
|
/**
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2342
|
+
* @name AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus
|
|
2343
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus
|
|
2344
|
+
*/
|
|
2196
2345
|
let AdGroupCriterionPrimaryStatus;
|
|
2197
2346
|
(function (AdGroupCriterionPrimaryStatus) {
|
|
2198
2347
|
AdGroupCriterionPrimaryStatus[AdGroupCriterionPrimaryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2204,9 +2353,9 @@ var enums;
|
|
|
2204
2353
|
AdGroupCriterionPrimaryStatus[AdGroupCriterionPrimaryStatus["NOT_ELIGIBLE"] = 6] = "NOT_ELIGIBLE";
|
|
2205
2354
|
})(AdGroupCriterionPrimaryStatus = enums.AdGroupCriterionPrimaryStatus || (enums.AdGroupCriterionPrimaryStatus = {}));
|
|
2206
2355
|
/**
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2356
|
+
* @name AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason
|
|
2357
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason
|
|
2358
|
+
*/
|
|
2210
2359
|
let AdGroupCriterionPrimaryStatusReason;
|
|
2211
2360
|
(function (AdGroupCriterionPrimaryStatusReason) {
|
|
2212
2361
|
AdGroupCriterionPrimaryStatusReason[AdGroupCriterionPrimaryStatusReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2231,9 +2380,9 @@ var enums;
|
|
|
2231
2380
|
AdGroupCriterionPrimaryStatusReason[AdGroupCriterionPrimaryStatusReason["AD_GROUP_CRITERION_REMOVED"] = 19] = "AD_GROUP_CRITERION_REMOVED";
|
|
2232
2381
|
})(AdGroupCriterionPrimaryStatusReason = enums.AdGroupCriterionPrimaryStatusReason || (enums.AdGroupCriterionPrimaryStatusReason = {}));
|
|
2233
2382
|
/**
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2383
|
+
* @name AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
2384
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
2385
|
+
*/
|
|
2237
2386
|
let AdGroupCriterionStatus;
|
|
2238
2387
|
(function (AdGroupCriterionStatus) {
|
|
2239
2388
|
AdGroupCriterionStatus[AdGroupCriterionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2243,9 +2392,9 @@ var enums;
|
|
|
2243
2392
|
AdGroupCriterionStatus[AdGroupCriterionStatus["REMOVED"] = 4] = "REMOVED";
|
|
2244
2393
|
})(AdGroupCriterionStatus = enums.AdGroupCriterionStatus || (enums.AdGroupCriterionStatus = {}));
|
|
2245
2394
|
/**
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2395
|
+
* @name AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
|
|
2396
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
|
|
2397
|
+
*/
|
|
2249
2398
|
let AdGroupPrimaryStatus;
|
|
2250
2399
|
(function (AdGroupPrimaryStatus) {
|
|
2251
2400
|
AdGroupPrimaryStatus[AdGroupPrimaryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2258,9 +2407,9 @@ var enums;
|
|
|
2258
2407
|
AdGroupPrimaryStatus[AdGroupPrimaryStatus["LIMITED"] = 7] = "LIMITED";
|
|
2259
2408
|
})(AdGroupPrimaryStatus = enums.AdGroupPrimaryStatus || (enums.AdGroupPrimaryStatus = {}));
|
|
2260
2409
|
/**
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2410
|
+
* @name AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
|
|
2411
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
|
|
2412
|
+
*/
|
|
2264
2413
|
let AdGroupPrimaryStatusReason;
|
|
2265
2414
|
(function (AdGroupPrimaryStatusReason) {
|
|
2266
2415
|
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2283,9 +2432,9 @@ var enums;
|
|
|
2283
2432
|
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITY"] = 19] = "AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITY";
|
|
2284
2433
|
})(AdGroupPrimaryStatusReason = enums.AdGroupPrimaryStatusReason || (enums.AdGroupPrimaryStatusReason = {}));
|
|
2285
2434
|
/**
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2435
|
+
* @name AdGroupStatusEnum.AdGroupStatus
|
|
2436
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdGroupStatusEnum.AdGroupStatus
|
|
2437
|
+
*/
|
|
2289
2438
|
let AdGroupStatus;
|
|
2290
2439
|
(function (AdGroupStatus) {
|
|
2291
2440
|
AdGroupStatus[AdGroupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2295,9 +2444,9 @@ var enums;
|
|
|
2295
2444
|
AdGroupStatus[AdGroupStatus["REMOVED"] = 4] = "REMOVED";
|
|
2296
2445
|
})(AdGroupStatus = enums.AdGroupStatus || (enums.AdGroupStatus = {}));
|
|
2297
2446
|
/**
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2447
|
+
* @name AdGroupTypeEnum.AdGroupType
|
|
2448
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdGroupTypeEnum.AdGroupType
|
|
2449
|
+
*/
|
|
2301
2450
|
let AdGroupType;
|
|
2302
2451
|
(function (AdGroupType) {
|
|
2303
2452
|
AdGroupType[AdGroupType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2321,9 +2470,9 @@ var enums;
|
|
|
2321
2470
|
AdGroupType[AdGroupType["YOUTUBE_AUDIO"] = 20] = "YOUTUBE_AUDIO";
|
|
2322
2471
|
})(AdGroupType = enums.AdGroupType || (enums.AdGroupType = {}));
|
|
2323
2472
|
/**
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2473
|
+
* @name AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
2474
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
2475
|
+
*/
|
|
2327
2476
|
let AdServingOptimizationStatus;
|
|
2328
2477
|
(function (AdServingOptimizationStatus) {
|
|
2329
2478
|
AdServingOptimizationStatus[AdServingOptimizationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2335,9 +2484,9 @@ var enums;
|
|
|
2335
2484
|
AdServingOptimizationStatus[AdServingOptimizationStatus["UNAVAILABLE"] = 6] = "UNAVAILABLE";
|
|
2336
2485
|
})(AdServingOptimizationStatus = enums.AdServingOptimizationStatus || (enums.AdServingOptimizationStatus = {}));
|
|
2337
2486
|
/**
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2487
|
+
* @name AdStrengthEnum.AdStrength
|
|
2488
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdStrengthEnum.AdStrength
|
|
2489
|
+
*/
|
|
2341
2490
|
let AdStrength;
|
|
2342
2491
|
(function (AdStrength) {
|
|
2343
2492
|
AdStrength[AdStrength["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2350,9 +2499,9 @@ var enums;
|
|
|
2350
2499
|
AdStrength[AdStrength["EXCELLENT"] = 7] = "EXCELLENT";
|
|
2351
2500
|
})(AdStrength = enums.AdStrength || (enums.AdStrength = {}));
|
|
2352
2501
|
/**
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2502
|
+
* @name AdStrengthActionItemTypeEnum.AdStrengthActionItemType
|
|
2503
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdStrengthActionItemTypeEnum.AdStrengthActionItemType
|
|
2504
|
+
*/
|
|
2356
2505
|
let AdStrengthActionItemType;
|
|
2357
2506
|
(function (AdStrengthActionItemType) {
|
|
2358
2507
|
AdStrengthActionItemType[AdStrengthActionItemType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2360,9 +2509,9 @@ var enums;
|
|
|
2360
2509
|
AdStrengthActionItemType[AdStrengthActionItemType["ADD_ASSET"] = 2] = "ADD_ASSET";
|
|
2361
2510
|
})(AdStrengthActionItemType = enums.AdStrengthActionItemType || (enums.AdStrengthActionItemType = {}));
|
|
2362
2511
|
/**
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2512
|
+
* @name AdTypeEnum.AdType
|
|
2513
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AdTypeEnum.AdType
|
|
2514
|
+
*/
|
|
2366
2515
|
let AdType;
|
|
2367
2516
|
(function (AdType) {
|
|
2368
2517
|
AdType[AdType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2401,9 +2550,9 @@ var enums;
|
|
|
2401
2550
|
AdType[AdType["YOUTUBE_AUDIO_AD"] = 44] = "YOUTUBE_AUDIO_AD";
|
|
2402
2551
|
})(AdType = enums.AdType || (enums.AdType = {}));
|
|
2403
2552
|
/**
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2553
|
+
* @name AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
|
|
2554
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
|
|
2555
|
+
*/
|
|
2407
2556
|
let AndroidPrivacyInteractionType;
|
|
2408
2557
|
(function (AndroidPrivacyInteractionType) {
|
|
2409
2558
|
AndroidPrivacyInteractionType[AndroidPrivacyInteractionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2413,9 +2562,9 @@ var enums;
|
|
|
2413
2562
|
AndroidPrivacyInteractionType[AndroidPrivacyInteractionType["VIEW"] = 4] = "VIEW";
|
|
2414
2563
|
})(AndroidPrivacyInteractionType = enums.AndroidPrivacyInteractionType || (enums.AndroidPrivacyInteractionType = {}));
|
|
2415
2564
|
/**
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2565
|
+
* @name AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
|
|
2566
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
|
|
2567
|
+
*/
|
|
2419
2568
|
let AndroidPrivacyNetworkType;
|
|
2420
2569
|
(function (AndroidPrivacyNetworkType) {
|
|
2421
2570
|
AndroidPrivacyNetworkType[AndroidPrivacyNetworkType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2425,9 +2574,9 @@ var enums;
|
|
|
2425
2574
|
AndroidPrivacyNetworkType[AndroidPrivacyNetworkType["YOUTUBE"] = 4] = "YOUTUBE";
|
|
2426
2575
|
})(AndroidPrivacyNetworkType = enums.AndroidPrivacyNetworkType || (enums.AndroidPrivacyNetworkType = {}));
|
|
2427
2576
|
/**
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2577
|
+
* @name AppBiddingGoalEnum.AppBiddingGoal
|
|
2578
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AppBiddingGoalEnum.AppBiddingGoal
|
|
2579
|
+
*/
|
|
2431
2580
|
let AppBiddingGoal;
|
|
2432
2581
|
(function (AppBiddingGoal) {
|
|
2433
2582
|
AppBiddingGoal[AppBiddingGoal["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2441,9 +2590,9 @@ var enums;
|
|
|
2441
2590
|
AppBiddingGoal[AppBiddingGoal["OPTIMIZE_FOR_PRE_REGISTRATION_CONVERSION_VOLUME"] = 8] = "OPTIMIZE_FOR_PRE_REGISTRATION_CONVERSION_VOLUME";
|
|
2442
2591
|
})(AppBiddingGoal = enums.AppBiddingGoal || (enums.AppBiddingGoal = {}));
|
|
2443
2592
|
/**
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2593
|
+
* @name AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2594
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2595
|
+
*/
|
|
2447
2596
|
let AppCampaignAppStore;
|
|
2448
2597
|
(function (AppCampaignAppStore) {
|
|
2449
2598
|
AppCampaignAppStore[AppCampaignAppStore["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2452,9 +2601,9 @@ var enums;
|
|
|
2452
2601
|
AppCampaignAppStore[AppCampaignAppStore["GOOGLE_APP_STORE"] = 3] = "GOOGLE_APP_STORE";
|
|
2453
2602
|
})(AppCampaignAppStore = enums.AppCampaignAppStore || (enums.AppCampaignAppStore = {}));
|
|
2454
2603
|
/**
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2604
|
+
* @name AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2605
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2606
|
+
*/
|
|
2458
2607
|
let AppCampaignBiddingStrategyGoalType;
|
|
2459
2608
|
(function (AppCampaignBiddingStrategyGoalType) {
|
|
2460
2609
|
AppCampaignBiddingStrategyGoalType[AppCampaignBiddingStrategyGoalType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2467,9 +2616,9 @@ var enums;
|
|
|
2467
2616
|
AppCampaignBiddingStrategyGoalType[AppCampaignBiddingStrategyGoalType["OPTIMIZE_INSTALLS_WITHOUT_TARGET_INSTALL_COST"] = 7] = "OPTIMIZE_INSTALLS_WITHOUT_TARGET_INSTALL_COST";
|
|
2468
2617
|
})(AppCampaignBiddingStrategyGoalType = enums.AppCampaignBiddingStrategyGoalType || (enums.AppCampaignBiddingStrategyGoalType = {}));
|
|
2469
2618
|
/**
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2619
|
+
* @name AssetAutomationStatusEnum.AssetAutomationStatus
|
|
2620
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetAutomationStatusEnum.AssetAutomationStatus
|
|
2621
|
+
*/
|
|
2473
2622
|
let AssetAutomationStatus;
|
|
2474
2623
|
(function (AssetAutomationStatus) {
|
|
2475
2624
|
AssetAutomationStatus[AssetAutomationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2478,9 +2627,9 @@ var enums;
|
|
|
2478
2627
|
AssetAutomationStatus[AssetAutomationStatus["OPTED_OUT"] = 3] = "OPTED_OUT";
|
|
2479
2628
|
})(AssetAutomationStatus = enums.AssetAutomationStatus || (enums.AssetAutomationStatus = {}));
|
|
2480
2629
|
/**
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2630
|
+
* @name AssetAutomationTypeEnum.AssetAutomationType
|
|
2631
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetAutomationTypeEnum.AssetAutomationType
|
|
2632
|
+
*/
|
|
2484
2633
|
let AssetAutomationType;
|
|
2485
2634
|
(function (AssetAutomationType) {
|
|
2486
2635
|
AssetAutomationType[AssetAutomationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2490,11 +2639,12 @@ var enums;
|
|
|
2490
2639
|
AssetAutomationType[AssetAutomationType["GENERATE_SHORTER_YOUTUBE_VIDEOS"] = 4] = "GENERATE_SHORTER_YOUTUBE_VIDEOS";
|
|
2491
2640
|
AssetAutomationType[AssetAutomationType["GENERATE_LANDING_PAGE_PREVIEW"] = 5] = "GENERATE_LANDING_PAGE_PREVIEW";
|
|
2492
2641
|
AssetAutomationType[AssetAutomationType["GENERATE_ENHANCED_YOUTUBE_VIDEOS"] = 6] = "GENERATE_ENHANCED_YOUTUBE_VIDEOS";
|
|
2642
|
+
AssetAutomationType[AssetAutomationType["FINAL_URL_EXPANSION_TEXT_ASSET_AUTOMATION"] = 11] = "FINAL_URL_EXPANSION_TEXT_ASSET_AUTOMATION";
|
|
2493
2643
|
})(AssetAutomationType = enums.AssetAutomationType || (enums.AssetAutomationType = {}));
|
|
2494
2644
|
/**
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2645
|
+
* @name AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement
|
|
2646
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement
|
|
2647
|
+
*/
|
|
2498
2648
|
let AssetCoverageVideoAspectRatioRequirement;
|
|
2499
2649
|
(function (AssetCoverageVideoAspectRatioRequirement) {
|
|
2500
2650
|
AssetCoverageVideoAspectRatioRequirement[AssetCoverageVideoAspectRatioRequirement["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2504,9 +2654,9 @@ var enums;
|
|
|
2504
2654
|
AssetCoverageVideoAspectRatioRequirement[AssetCoverageVideoAspectRatioRequirement["VERTICAL"] = 4] = "VERTICAL";
|
|
2505
2655
|
})(AssetCoverageVideoAspectRatioRequirement = enums.AssetCoverageVideoAspectRatioRequirement || (enums.AssetCoverageVideoAspectRatioRequirement = {}));
|
|
2506
2656
|
/**
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2657
|
+
* @name AssetFieldTypeEnum.AssetFieldType
|
|
2658
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetFieldTypeEnum.AssetFieldType
|
|
2659
|
+
*/
|
|
2510
2660
|
let AssetFieldType;
|
|
2511
2661
|
(function (AssetFieldType) {
|
|
2512
2662
|
AssetFieldType[AssetFieldType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2541,11 +2691,12 @@ var enums;
|
|
|
2541
2691
|
AssetFieldType[AssetFieldType["DEMAND_GEN_CAROUSEL_CARD"] = 30] = "DEMAND_GEN_CAROUSEL_CARD";
|
|
2542
2692
|
AssetFieldType[AssetFieldType["BUSINESS_MESSAGE"] = 31] = "BUSINESS_MESSAGE";
|
|
2543
2693
|
AssetFieldType[AssetFieldType["TALL_PORTRAIT_MARKETING_IMAGE"] = 32] = "TALL_PORTRAIT_MARKETING_IMAGE";
|
|
2694
|
+
AssetFieldType[AssetFieldType["RELATED_YOUTUBE_VIDEOS"] = 33] = "RELATED_YOUTUBE_VIDEOS";
|
|
2544
2695
|
})(AssetFieldType = enums.AssetFieldType || (enums.AssetFieldType = {}));
|
|
2545
2696
|
/**
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2697
|
+
* @name AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
|
|
2698
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
|
|
2699
|
+
*/
|
|
2549
2700
|
let AssetGroupPrimaryStatus;
|
|
2550
2701
|
(function (AssetGroupPrimaryStatus) {
|
|
2551
2702
|
AssetGroupPrimaryStatus[AssetGroupPrimaryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2558,9 +2709,9 @@ var enums;
|
|
|
2558
2709
|
AssetGroupPrimaryStatus[AssetGroupPrimaryStatus["PENDING"] = 7] = "PENDING";
|
|
2559
2710
|
})(AssetGroupPrimaryStatus = enums.AssetGroupPrimaryStatus || (enums.AssetGroupPrimaryStatus = {}));
|
|
2560
2711
|
/**
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2712
|
+
* @name AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
|
|
2713
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
|
|
2714
|
+
*/
|
|
2564
2715
|
let AssetGroupPrimaryStatusReason;
|
|
2565
2716
|
(function (AssetGroupPrimaryStatusReason) {
|
|
2566
2717
|
AssetGroupPrimaryStatusReason[AssetGroupPrimaryStatusReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2576,9 +2727,9 @@ var enums;
|
|
|
2576
2727
|
AssetGroupPrimaryStatusReason[AssetGroupPrimaryStatusReason["ASSET_GROUP_UNDER_REVIEW"] = 10] = "ASSET_GROUP_UNDER_REVIEW";
|
|
2577
2728
|
})(AssetGroupPrimaryStatusReason = enums.AssetGroupPrimaryStatusReason || (enums.AssetGroupPrimaryStatusReason = {}));
|
|
2578
2729
|
/**
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2730
|
+
* @name AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
|
|
2731
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
|
|
2732
|
+
*/
|
|
2582
2733
|
let AssetGroupSignalApprovalStatus;
|
|
2583
2734
|
(function (AssetGroupSignalApprovalStatus) {
|
|
2584
2735
|
AssetGroupSignalApprovalStatus[AssetGroupSignalApprovalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2589,9 +2740,9 @@ var enums;
|
|
|
2589
2740
|
AssetGroupSignalApprovalStatus[AssetGroupSignalApprovalStatus["UNDER_REVIEW"] = 5] = "UNDER_REVIEW";
|
|
2590
2741
|
})(AssetGroupSignalApprovalStatus = enums.AssetGroupSignalApprovalStatus || (enums.AssetGroupSignalApprovalStatus = {}));
|
|
2591
2742
|
/**
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2743
|
+
* @name AssetGroupStatusEnum.AssetGroupStatus
|
|
2744
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetGroupStatusEnum.AssetGroupStatus
|
|
2745
|
+
*/
|
|
2595
2746
|
let AssetGroupStatus;
|
|
2596
2747
|
(function (AssetGroupStatus) {
|
|
2597
2748
|
AssetGroupStatus[AssetGroupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2601,9 +2752,9 @@ var enums;
|
|
|
2601
2752
|
AssetGroupStatus[AssetGroupStatus["REMOVED"] = 4] = "REMOVED";
|
|
2602
2753
|
})(AssetGroupStatus = enums.AssetGroupStatus || (enums.AssetGroupStatus = {}));
|
|
2603
2754
|
/**
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2755
|
+
* @name AssetLinkStatusEnum.AssetLinkStatus
|
|
2756
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetLinkStatusEnum.AssetLinkStatus
|
|
2757
|
+
*/
|
|
2607
2758
|
let AssetLinkStatus;
|
|
2608
2759
|
(function (AssetLinkStatus) {
|
|
2609
2760
|
AssetLinkStatus[AssetLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2613,9 +2764,9 @@ var enums;
|
|
|
2613
2764
|
AssetLinkStatus[AssetLinkStatus["PAUSED"] = 4] = "PAUSED";
|
|
2614
2765
|
})(AssetLinkStatus = enums.AssetLinkStatus || (enums.AssetLinkStatus = {}));
|
|
2615
2766
|
/**
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2767
|
+
* @name AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2768
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2769
|
+
*/
|
|
2619
2770
|
let AssetSetAssetStatus;
|
|
2620
2771
|
(function (AssetSetAssetStatus) {
|
|
2621
2772
|
AssetSetAssetStatus[AssetSetAssetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2624,9 +2775,9 @@ var enums;
|
|
|
2624
2775
|
AssetSetAssetStatus[AssetSetAssetStatus["REMOVED"] = 3] = "REMOVED";
|
|
2625
2776
|
})(AssetSetAssetStatus = enums.AssetSetAssetStatus || (enums.AssetSetAssetStatus = {}));
|
|
2626
2777
|
/**
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2778
|
+
* @name AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2779
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2780
|
+
*/
|
|
2630
2781
|
let AssetSetLinkStatus;
|
|
2631
2782
|
(function (AssetSetLinkStatus) {
|
|
2632
2783
|
AssetSetLinkStatus[AssetSetLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2635,9 +2786,9 @@ var enums;
|
|
|
2635
2786
|
AssetSetLinkStatus[AssetSetLinkStatus["REMOVED"] = 3] = "REMOVED";
|
|
2636
2787
|
})(AssetSetLinkStatus = enums.AssetSetLinkStatus || (enums.AssetSetLinkStatus = {}));
|
|
2637
2788
|
/**
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2789
|
+
* @name AssetSetStatusEnum.AssetSetStatus
|
|
2790
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetSetStatusEnum.AssetSetStatus
|
|
2791
|
+
*/
|
|
2641
2792
|
let AssetSetStatus;
|
|
2642
2793
|
(function (AssetSetStatus) {
|
|
2643
2794
|
AssetSetStatus[AssetSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2646,9 +2797,9 @@ var enums;
|
|
|
2646
2797
|
AssetSetStatus[AssetSetStatus["REMOVED"] = 3] = "REMOVED";
|
|
2647
2798
|
})(AssetSetStatus = enums.AssetSetStatus || (enums.AssetSetStatus = {}));
|
|
2648
2799
|
/**
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2800
|
+
* @name AssetSetTypeEnum.AssetSetType
|
|
2801
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetSetTypeEnum.AssetSetType
|
|
2802
|
+
*/
|
|
2652
2803
|
let AssetSetType;
|
|
2653
2804
|
(function (AssetSetType) {
|
|
2654
2805
|
AssetSetType[AssetSetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2671,9 +2822,9 @@ var enums;
|
|
|
2671
2822
|
AssetSetType[AssetSetType["TRAVEL_FEED"] = 17] = "TRAVEL_FEED";
|
|
2672
2823
|
})(AssetSetType = enums.AssetSetType || (enums.AssetSetType = {}));
|
|
2673
2824
|
/**
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2825
|
+
* @name AssetSourceEnum.AssetSource
|
|
2826
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetSourceEnum.AssetSource
|
|
2827
|
+
*/
|
|
2677
2828
|
let AssetSource;
|
|
2678
2829
|
(function (AssetSource) {
|
|
2679
2830
|
AssetSource[AssetSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2682,9 +2833,9 @@ var enums;
|
|
|
2682
2833
|
AssetSource[AssetSource["AUTOMATICALLY_CREATED"] = 3] = "AUTOMATICALLY_CREATED";
|
|
2683
2834
|
})(AssetSource = enums.AssetSource || (enums.AssetSource = {}));
|
|
2684
2835
|
/**
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2836
|
+
* @name AssetTypeEnum.AssetType
|
|
2837
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AssetTypeEnum.AssetType
|
|
2838
|
+
*/
|
|
2688
2839
|
let AssetType;
|
|
2689
2840
|
(function (AssetType) {
|
|
2690
2841
|
AssetType[AssetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2718,11 +2869,12 @@ var enums;
|
|
|
2718
2869
|
AssetType[AssetType["DEMAND_GEN_CAROUSEL_CARD"] = 29] = "DEMAND_GEN_CAROUSEL_CARD";
|
|
2719
2870
|
AssetType[AssetType["BUSINESS_MESSAGE"] = 30] = "BUSINESS_MESSAGE";
|
|
2720
2871
|
AssetType[AssetType["APP_DEEP_LINK"] = 31] = "APP_DEEP_LINK";
|
|
2872
|
+
AssetType[AssetType["YOUTUBE_VIDEO_LIST"] = 32] = "YOUTUBE_VIDEO_LIST";
|
|
2721
2873
|
})(AssetType = enums.AssetType || (enums.AssetType = {}));
|
|
2722
2874
|
/**
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2875
|
+
* @name AsyncActionStatusEnum.AsyncActionStatus
|
|
2876
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AsyncActionStatusEnum.AsyncActionStatus
|
|
2877
|
+
*/
|
|
2726
2878
|
let AsyncActionStatus;
|
|
2727
2879
|
(function (AsyncActionStatus) {
|
|
2728
2880
|
AsyncActionStatus[AsyncActionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2734,9 +2886,9 @@ var enums;
|
|
|
2734
2886
|
AsyncActionStatus[AsyncActionStatus["COMPLETED_WITH_WARNING"] = 6] = "COMPLETED_WITH_WARNING";
|
|
2735
2887
|
})(AsyncActionStatus = enums.AsyncActionStatus || (enums.AsyncActionStatus = {}));
|
|
2736
2888
|
/**
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2889
|
+
* @name AttributionModelEnum.AttributionModel
|
|
2890
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AttributionModelEnum.AttributionModel
|
|
2891
|
+
*/
|
|
2740
2892
|
let AttributionModel;
|
|
2741
2893
|
(function (AttributionModel) {
|
|
2742
2894
|
AttributionModel[AttributionModel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2750,9 +2902,9 @@ var enums;
|
|
|
2750
2902
|
AttributionModel[AttributionModel["GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN"] = 106] = "GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN";
|
|
2751
2903
|
})(AttributionModel = enums.AttributionModel || (enums.AttributionModel = {}));
|
|
2752
2904
|
/**
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2905
|
+
* @name AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective
|
|
2906
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective
|
|
2907
|
+
*/
|
|
2756
2908
|
let AudienceInsightsMarketingObjective;
|
|
2757
2909
|
(function (AudienceInsightsMarketingObjective) {
|
|
2758
2910
|
AudienceInsightsMarketingObjective[AudienceInsightsMarketingObjective["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2761,9 +2913,9 @@ var enums;
|
|
|
2761
2913
|
AudienceInsightsMarketingObjective[AudienceInsightsMarketingObjective["CONSIDERATION"] = 3] = "CONSIDERATION";
|
|
2762
2914
|
})(AudienceInsightsMarketingObjective = enums.AudienceInsightsMarketingObjective || (enums.AudienceInsightsMarketingObjective = {}));
|
|
2763
2915
|
/**
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2916
|
+
* @name AudienceScopeEnum.AudienceScope
|
|
2917
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AudienceScopeEnum.AudienceScope
|
|
2918
|
+
*/
|
|
2767
2919
|
let AudienceScope;
|
|
2768
2920
|
(function (AudienceScope) {
|
|
2769
2921
|
AudienceScope[AudienceScope["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2772,9 +2924,9 @@ var enums;
|
|
|
2772
2924
|
AudienceScope[AudienceScope["ASSET_GROUP"] = 3] = "ASSET_GROUP";
|
|
2773
2925
|
})(AudienceScope = enums.AudienceScope || (enums.AudienceScope = {}));
|
|
2774
2926
|
/**
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2927
|
+
* @name AudienceStatusEnum.AudienceStatus
|
|
2928
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/AudienceStatusEnum.AudienceStatus
|
|
2929
|
+
*/
|
|
2778
2930
|
let AudienceStatus;
|
|
2779
2931
|
(function (AudienceStatus) {
|
|
2780
2932
|
AudienceStatus[AudienceStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2783,9 +2935,9 @@ var enums;
|
|
|
2783
2935
|
AudienceStatus[AudienceStatus["REMOVED"] = 3] = "REMOVED";
|
|
2784
2936
|
})(AudienceStatus = enums.AudienceStatus || (enums.AudienceStatus = {}));
|
|
2785
2937
|
/**
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2938
|
+
* @name BatchJobStatusEnum.BatchJobStatus
|
|
2939
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BatchJobStatusEnum.BatchJobStatus
|
|
2940
|
+
*/
|
|
2789
2941
|
let BatchJobStatus;
|
|
2790
2942
|
(function (BatchJobStatus) {
|
|
2791
2943
|
BatchJobStatus[BatchJobStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2795,9 +2947,9 @@ var enums;
|
|
|
2795
2947
|
BatchJobStatus[BatchJobStatus["DONE"] = 4] = "DONE";
|
|
2796
2948
|
})(BatchJobStatus = enums.BatchJobStatus || (enums.BatchJobStatus = {}));
|
|
2797
2949
|
/**
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2950
|
+
* @name BidModifierSourceEnum.BidModifierSource
|
|
2951
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BidModifierSourceEnum.BidModifierSource
|
|
2952
|
+
*/
|
|
2801
2953
|
let BidModifierSource;
|
|
2802
2954
|
(function (BidModifierSource) {
|
|
2803
2955
|
BidModifierSource[BidModifierSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2806,9 +2958,9 @@ var enums;
|
|
|
2806
2958
|
BidModifierSource[BidModifierSource["AD_GROUP"] = 3] = "AD_GROUP";
|
|
2807
2959
|
})(BidModifierSource = enums.BidModifierSource || (enums.BidModifierSource = {}));
|
|
2808
2960
|
/**
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2961
|
+
* @name BiddingSourceEnum.BiddingSource
|
|
2962
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BiddingSourceEnum.BiddingSource
|
|
2963
|
+
*/
|
|
2812
2964
|
let BiddingSource;
|
|
2813
2965
|
(function (BiddingSource) {
|
|
2814
2966
|
BiddingSource[BiddingSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2818,9 +2970,9 @@ var enums;
|
|
|
2818
2970
|
BiddingSource[BiddingSource["AD_GROUP_CRITERION"] = 7] = "AD_GROUP_CRITERION";
|
|
2819
2971
|
})(BiddingSource = enums.BiddingSource || (enums.BiddingSource = {}));
|
|
2820
2972
|
/**
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2973
|
+
* @name BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2974
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2975
|
+
*/
|
|
2824
2976
|
let BiddingStrategyStatus;
|
|
2825
2977
|
(function (BiddingStrategyStatus) {
|
|
2826
2978
|
BiddingStrategyStatus[BiddingStrategyStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2829,9 +2981,9 @@ var enums;
|
|
|
2829
2981
|
BiddingStrategyStatus[BiddingStrategyStatus["REMOVED"] = 4] = "REMOVED";
|
|
2830
2982
|
})(BiddingStrategyStatus = enums.BiddingStrategyStatus || (enums.BiddingStrategyStatus = {}));
|
|
2831
2983
|
/**
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2984
|
+
* @name BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2985
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2986
|
+
*/
|
|
2835
2987
|
let BiddingStrategySystemStatus;
|
|
2836
2988
|
(function (BiddingStrategySystemStatus) {
|
|
2837
2989
|
BiddingStrategySystemStatus[BiddingStrategySystemStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2863,9 +3015,9 @@ var enums;
|
|
|
2863
3015
|
BiddingStrategySystemStatus[BiddingStrategySystemStatus["MULTIPLE"] = 26] = "MULTIPLE";
|
|
2864
3016
|
})(BiddingStrategySystemStatus = enums.BiddingStrategySystemStatus || (enums.BiddingStrategySystemStatus = {}));
|
|
2865
3017
|
/**
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
3018
|
+
* @name BiddingStrategyTypeEnum.BiddingStrategyType
|
|
3019
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BiddingStrategyTypeEnum.BiddingStrategyType
|
|
3020
|
+
*/
|
|
2869
3021
|
let BiddingStrategyType;
|
|
2870
3022
|
(function (BiddingStrategyType) {
|
|
2871
3023
|
BiddingStrategyType[BiddingStrategyType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2891,9 +3043,9 @@ var enums;
|
|
|
2891
3043
|
BiddingStrategyType[BiddingStrategyType["TARGET_SPEND"] = 9] = "TARGET_SPEND";
|
|
2892
3044
|
})(BiddingStrategyType = enums.BiddingStrategyType || (enums.BiddingStrategyType = {}));
|
|
2893
3045
|
/**
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
3046
|
+
* @name BillingSetupStatusEnum.BillingSetupStatus
|
|
3047
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BillingSetupStatusEnum.BillingSetupStatus
|
|
3048
|
+
*/
|
|
2897
3049
|
let BillingSetupStatus;
|
|
2898
3050
|
(function (BillingSetupStatus) {
|
|
2899
3051
|
BillingSetupStatus[BillingSetupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2904,9 +3056,9 @@ var enums;
|
|
|
2904
3056
|
BillingSetupStatus[BillingSetupStatus["CANCELLED"] = 5] = "CANCELLED";
|
|
2905
3057
|
})(BillingSetupStatus = enums.BillingSetupStatus || (enums.BillingSetupStatus = {}));
|
|
2906
3058
|
/**
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
3059
|
+
* @name BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
3060
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
3061
|
+
*/
|
|
2910
3062
|
let BrandSafetySuitability;
|
|
2911
3063
|
(function (BrandSafetySuitability) {
|
|
2912
3064
|
BrandSafetySuitability[BrandSafetySuitability["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2916,9 +3068,9 @@ var enums;
|
|
|
2916
3068
|
BrandSafetySuitability[BrandSafetySuitability["LIMITED_INVENTORY"] = 4] = "LIMITED_INVENTORY";
|
|
2917
3069
|
})(BrandSafetySuitability = enums.BrandSafetySuitability || (enums.BrandSafetySuitability = {}));
|
|
2918
3070
|
/**
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
3071
|
+
* @name BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
3072
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
3073
|
+
*/
|
|
2922
3074
|
let BudgetDeliveryMethod;
|
|
2923
3075
|
(function (BudgetDeliveryMethod) {
|
|
2924
3076
|
BudgetDeliveryMethod[BudgetDeliveryMethod["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2927,9 +3079,9 @@ var enums;
|
|
|
2927
3079
|
BudgetDeliveryMethod[BudgetDeliveryMethod["ACCELERATED"] = 3] = "ACCELERATED";
|
|
2928
3080
|
})(BudgetDeliveryMethod = enums.BudgetDeliveryMethod || (enums.BudgetDeliveryMethod = {}));
|
|
2929
3081
|
/**
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
3082
|
+
* @name BudgetPeriodEnum.BudgetPeriod
|
|
3083
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BudgetPeriodEnum.BudgetPeriod
|
|
3084
|
+
*/
|
|
2933
3085
|
let BudgetPeriod;
|
|
2934
3086
|
(function (BudgetPeriod) {
|
|
2935
3087
|
BudgetPeriod[BudgetPeriod["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2938,9 +3090,9 @@ var enums;
|
|
|
2938
3090
|
BudgetPeriod[BudgetPeriod["CUSTOM_PERIOD"] = 5] = "CUSTOM_PERIOD";
|
|
2939
3091
|
})(BudgetPeriod = enums.BudgetPeriod || (enums.BudgetPeriod = {}));
|
|
2940
3092
|
/**
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
3093
|
+
* @name BudgetStatusEnum.BudgetStatus
|
|
3094
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BudgetStatusEnum.BudgetStatus
|
|
3095
|
+
*/
|
|
2944
3096
|
let BudgetStatus;
|
|
2945
3097
|
(function (BudgetStatus) {
|
|
2946
3098
|
BudgetStatus[BudgetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2949,9 +3101,9 @@ var enums;
|
|
|
2949
3101
|
BudgetStatus[BudgetStatus["REMOVED"] = 3] = "REMOVED";
|
|
2950
3102
|
})(BudgetStatus = enums.BudgetStatus || (enums.BudgetStatus = {}));
|
|
2951
3103
|
/**
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
3104
|
+
* @name BudgetTypeEnum.BudgetType
|
|
3105
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/BudgetTypeEnum.BudgetType
|
|
3106
|
+
*/
|
|
2955
3107
|
let BudgetType;
|
|
2956
3108
|
(function (BudgetType) {
|
|
2957
3109
|
BudgetType[BudgetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2962,9 +3114,9 @@ var enums;
|
|
|
2962
3114
|
BudgetType[BudgetType["LOCAL_SERVICES"] = 6] = "LOCAL_SERVICES";
|
|
2963
3115
|
})(BudgetType = enums.BudgetType || (enums.BudgetType = {}));
|
|
2964
3116
|
/**
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
3117
|
+
* @name CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
3118
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
3119
|
+
*/
|
|
2968
3120
|
let CallTrackingDisplayLocation;
|
|
2969
3121
|
(function (CallTrackingDisplayLocation) {
|
|
2970
3122
|
CallTrackingDisplayLocation[CallTrackingDisplayLocation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2973,9 +3125,9 @@ var enums;
|
|
|
2973
3125
|
CallTrackingDisplayLocation[CallTrackingDisplayLocation["LANDING_PAGE"] = 3] = "LANDING_PAGE";
|
|
2974
3126
|
})(CallTrackingDisplayLocation = enums.CallTrackingDisplayLocation || (enums.CallTrackingDisplayLocation = {}));
|
|
2975
3127
|
/**
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
3128
|
+
* @name CallTypeEnum.CallType
|
|
3129
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CallTypeEnum.CallType
|
|
3130
|
+
*/
|
|
2979
3131
|
let CallType;
|
|
2980
3132
|
(function (CallType) {
|
|
2981
3133
|
CallType[CallType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2984,9 +3136,9 @@ var enums;
|
|
|
2984
3136
|
CallType[CallType["HIGH_END_MOBILE_SEARCH"] = 3] = "HIGH_END_MOBILE_SEARCH";
|
|
2985
3137
|
})(CallType = enums.CallType || (enums.CallType = {}));
|
|
2986
3138
|
/**
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
3139
|
+
* @name CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
3140
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
3141
|
+
*/
|
|
2990
3142
|
let CampaignCriterionStatus;
|
|
2991
3143
|
(function (CampaignCriterionStatus) {
|
|
2992
3144
|
CampaignCriterionStatus[CampaignCriterionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2996,9 +3148,9 @@ var enums;
|
|
|
2996
3148
|
CampaignCriterionStatus[CampaignCriterionStatus["REMOVED"] = 4] = "REMOVED";
|
|
2997
3149
|
})(CampaignCriterionStatus = enums.CampaignCriterionStatus || (enums.CampaignCriterionStatus = {}));
|
|
2998
3150
|
/**
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3151
|
+
* @name CampaignDraftStatusEnum.CampaignDraftStatus
|
|
3152
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CampaignDraftStatusEnum.CampaignDraftStatus
|
|
3153
|
+
*/
|
|
3002
3154
|
let CampaignDraftStatus;
|
|
3003
3155
|
(function (CampaignDraftStatus) {
|
|
3004
3156
|
CampaignDraftStatus[CampaignDraftStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3010,9 +3162,9 @@ var enums;
|
|
|
3010
3162
|
CampaignDraftStatus[CampaignDraftStatus["PROMOTE_FAILED"] = 6] = "PROMOTE_FAILED";
|
|
3011
3163
|
})(CampaignDraftStatus = enums.CampaignDraftStatus || (enums.CampaignDraftStatus = {}));
|
|
3012
3164
|
/**
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3165
|
+
* @name CampaignExperimentTypeEnum.CampaignExperimentType
|
|
3166
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CampaignExperimentTypeEnum.CampaignExperimentType
|
|
3167
|
+
*/
|
|
3016
3168
|
let CampaignExperimentType;
|
|
3017
3169
|
(function (CampaignExperimentType) {
|
|
3018
3170
|
CampaignExperimentType[CampaignExperimentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3022,9 +3174,9 @@ var enums;
|
|
|
3022
3174
|
CampaignExperimentType[CampaignExperimentType["EXPERIMENT"] = 4] = "EXPERIMENT";
|
|
3023
3175
|
})(CampaignExperimentType = enums.CampaignExperimentType || (enums.CampaignExperimentType = {}));
|
|
3024
3176
|
/**
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3177
|
+
* @name CampaignGroupStatusEnum.CampaignGroupStatus
|
|
3178
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CampaignGroupStatusEnum.CampaignGroupStatus
|
|
3179
|
+
*/
|
|
3028
3180
|
let CampaignGroupStatus;
|
|
3029
3181
|
(function (CampaignGroupStatus) {
|
|
3030
3182
|
CampaignGroupStatus[CampaignGroupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3033,9 +3185,9 @@ var enums;
|
|
|
3033
3185
|
CampaignGroupStatus[CampaignGroupStatus["REMOVED"] = 3] = "REMOVED";
|
|
3034
3186
|
})(CampaignGroupStatus = enums.CampaignGroupStatus || (enums.CampaignGroupStatus = {}));
|
|
3035
3187
|
/**
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3188
|
+
* @name CampaignKeywordMatchTypeEnum.CampaignKeywordMatchType
|
|
3189
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CampaignKeywordMatchTypeEnum.CampaignKeywordMatchType
|
|
3190
|
+
*/
|
|
3039
3191
|
let CampaignKeywordMatchType;
|
|
3040
3192
|
(function (CampaignKeywordMatchType) {
|
|
3041
3193
|
CampaignKeywordMatchType[CampaignKeywordMatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3043,9 +3195,9 @@ var enums;
|
|
|
3043
3195
|
CampaignKeywordMatchType[CampaignKeywordMatchType["BROAD"] = 2] = "BROAD";
|
|
3044
3196
|
})(CampaignKeywordMatchType = enums.CampaignKeywordMatchType || (enums.CampaignKeywordMatchType = {}));
|
|
3045
3197
|
/**
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3198
|
+
* @name CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
3199
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
3200
|
+
*/
|
|
3049
3201
|
let CampaignPrimaryStatus;
|
|
3050
3202
|
(function (CampaignPrimaryStatus) {
|
|
3051
3203
|
CampaignPrimaryStatus[CampaignPrimaryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3061,9 +3213,9 @@ var enums;
|
|
|
3061
3213
|
CampaignPrimaryStatus[CampaignPrimaryStatus["NOT_ELIGIBLE"] = 10] = "NOT_ELIGIBLE";
|
|
3062
3214
|
})(CampaignPrimaryStatus = enums.CampaignPrimaryStatus || (enums.CampaignPrimaryStatus = {}));
|
|
3063
3215
|
/**
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3216
|
+
* @name CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
3217
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
3218
|
+
*/
|
|
3067
3219
|
let CampaignPrimaryStatusReason;
|
|
3068
3220
|
(function (CampaignPrimaryStatusReason) {
|
|
3069
3221
|
CampaignPrimaryStatusReason[CampaignPrimaryStatusReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3105,11 +3257,12 @@ var enums;
|
|
|
3105
3257
|
CampaignPrimaryStatusReason[CampaignPrimaryStatusReason["MOST_ASSET_GROUPS_UNDER_REVIEW"] = 36] = "MOST_ASSET_GROUPS_UNDER_REVIEW";
|
|
3106
3258
|
CampaignPrimaryStatusReason[CampaignPrimaryStatusReason["NO_ASSET_GROUPS"] = 37] = "NO_ASSET_GROUPS";
|
|
3107
3259
|
CampaignPrimaryStatusReason[CampaignPrimaryStatusReason["ASSET_GROUPS_PAUSED"] = 38] = "ASSET_GROUPS_PAUSED";
|
|
3260
|
+
CampaignPrimaryStatusReason[CampaignPrimaryStatusReason["MISSING_LOCATION_TARGETING"] = 39] = "MISSING_LOCATION_TARGETING";
|
|
3108
3261
|
})(CampaignPrimaryStatusReason = enums.CampaignPrimaryStatusReason || (enums.CampaignPrimaryStatusReason = {}));
|
|
3109
3262
|
/**
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3263
|
+
* @name CampaignServingStatusEnum.CampaignServingStatus
|
|
3264
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CampaignServingStatusEnum.CampaignServingStatus
|
|
3265
|
+
*/
|
|
3113
3266
|
let CampaignServingStatus;
|
|
3114
3267
|
(function (CampaignServingStatus) {
|
|
3115
3268
|
CampaignServingStatus[CampaignServingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3121,9 +3274,9 @@ var enums;
|
|
|
3121
3274
|
CampaignServingStatus[CampaignServingStatus["SUSPENDED"] = 6] = "SUSPENDED";
|
|
3122
3275
|
})(CampaignServingStatus = enums.CampaignServingStatus || (enums.CampaignServingStatus = {}));
|
|
3123
3276
|
/**
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3277
|
+
* @name CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
3278
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
3279
|
+
*/
|
|
3127
3280
|
let CampaignSharedSetStatus;
|
|
3128
3281
|
(function (CampaignSharedSetStatus) {
|
|
3129
3282
|
CampaignSharedSetStatus[CampaignSharedSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3132,9 +3285,9 @@ var enums;
|
|
|
3132
3285
|
CampaignSharedSetStatus[CampaignSharedSetStatus["REMOVED"] = 3] = "REMOVED";
|
|
3133
3286
|
})(CampaignSharedSetStatus = enums.CampaignSharedSetStatus || (enums.CampaignSharedSetStatus = {}));
|
|
3134
3287
|
/**
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3288
|
+
* @name CampaignStatusEnum.CampaignStatus
|
|
3289
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CampaignStatusEnum.CampaignStatus
|
|
3290
|
+
*/
|
|
3138
3291
|
let CampaignStatus;
|
|
3139
3292
|
(function (CampaignStatus) {
|
|
3140
3293
|
CampaignStatus[CampaignStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3144,9 +3297,9 @@ var enums;
|
|
|
3144
3297
|
CampaignStatus[CampaignStatus["REMOVED"] = 4] = "REMOVED";
|
|
3145
3298
|
})(CampaignStatus = enums.CampaignStatus || (enums.CampaignStatus = {}));
|
|
3146
3299
|
/**
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3300
|
+
* @name ChangeClientTypeEnum.ChangeClientType
|
|
3301
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ChangeClientTypeEnum.ChangeClientType
|
|
3302
|
+
*/
|
|
3150
3303
|
let ChangeClientType;
|
|
3151
3304
|
(function (ChangeClientType) {
|
|
3152
3305
|
ChangeClientType[ChangeClientType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3166,9 +3319,9 @@ var enums;
|
|
|
3166
3319
|
ChangeClientType[ChangeClientType["GOOGLE_ADS_RECOMMENDATIONS_SUBSCRIPTION"] = 14] = "GOOGLE_ADS_RECOMMENDATIONS_SUBSCRIPTION";
|
|
3167
3320
|
})(ChangeClientType = enums.ChangeClientType || (enums.ChangeClientType = {}));
|
|
3168
3321
|
/**
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3322
|
+
* @name ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
3323
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
3324
|
+
*/
|
|
3172
3325
|
let ChangeEventResourceType;
|
|
3173
3326
|
(function (ChangeEventResourceType) {
|
|
3174
3327
|
ChangeEventResourceType[ChangeEventResourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3194,9 +3347,9 @@ var enums;
|
|
|
3194
3347
|
ChangeEventResourceType[ChangeEventResourceType["CAMPAIGN_ASSET_SET"] = 20] = "CAMPAIGN_ASSET_SET";
|
|
3195
3348
|
})(ChangeEventResourceType = enums.ChangeEventResourceType || (enums.ChangeEventResourceType = {}));
|
|
3196
3349
|
/**
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3350
|
+
* @name ChangeStatusOperationEnum.ChangeStatusOperation
|
|
3351
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ChangeStatusOperationEnum.ChangeStatusOperation
|
|
3352
|
+
*/
|
|
3200
3353
|
let ChangeStatusOperation;
|
|
3201
3354
|
(function (ChangeStatusOperation) {
|
|
3202
3355
|
ChangeStatusOperation[ChangeStatusOperation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3206,9 +3359,9 @@ var enums;
|
|
|
3206
3359
|
ChangeStatusOperation[ChangeStatusOperation["REMOVED"] = 4] = "REMOVED";
|
|
3207
3360
|
})(ChangeStatusOperation = enums.ChangeStatusOperation || (enums.ChangeStatusOperation = {}));
|
|
3208
3361
|
/**
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3362
|
+
* @name ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
3363
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
3364
|
+
*/
|
|
3212
3365
|
let ChangeStatusResourceType;
|
|
3213
3366
|
(function (ChangeStatusResourceType) {
|
|
3214
3367
|
ChangeStatusResourceType[ChangeStatusResourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3236,9 +3389,9 @@ var enums;
|
|
|
3236
3389
|
ChangeStatusResourceType[ChangeStatusResourceType["CAMPAIGN_ASSET_SET"] = 23] = "CAMPAIGN_ASSET_SET";
|
|
3237
3390
|
})(ChangeStatusResourceType = enums.ChangeStatusResourceType || (enums.ChangeStatusResourceType = {}));
|
|
3238
3391
|
/**
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3392
|
+
* @name CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
3393
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
3394
|
+
*/
|
|
3242
3395
|
let CombinedAudienceStatus;
|
|
3243
3396
|
(function (CombinedAudienceStatus) {
|
|
3244
3397
|
CombinedAudienceStatus[CombinedAudienceStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3247,9 +3400,9 @@ var enums;
|
|
|
3247
3400
|
CombinedAudienceStatus[CombinedAudienceStatus["REMOVED"] = 3] = "REMOVED";
|
|
3248
3401
|
})(CombinedAudienceStatus = enums.CombinedAudienceStatus || (enums.CombinedAudienceStatus = {}));
|
|
3249
3402
|
/**
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3403
|
+
* @name ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
3404
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
3405
|
+
*/
|
|
3253
3406
|
let ConversionActionCountingType;
|
|
3254
3407
|
(function (ConversionActionCountingType) {
|
|
3255
3408
|
ConversionActionCountingType[ConversionActionCountingType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3258,9 +3411,9 @@ var enums;
|
|
|
3258
3411
|
ConversionActionCountingType[ConversionActionCountingType["MANY_PER_CLICK"] = 3] = "MANY_PER_CLICK";
|
|
3259
3412
|
})(ConversionActionCountingType = enums.ConversionActionCountingType || (enums.ConversionActionCountingType = {}));
|
|
3260
3413
|
/**
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3414
|
+
* @name ConversionActionStatusEnum.ConversionActionStatus
|
|
3415
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionActionStatusEnum.ConversionActionStatus
|
|
3416
|
+
*/
|
|
3264
3417
|
let ConversionActionStatus;
|
|
3265
3418
|
(function (ConversionActionStatus) {
|
|
3266
3419
|
ConversionActionStatus[ConversionActionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3270,9 +3423,9 @@ var enums;
|
|
|
3270
3423
|
ConversionActionStatus[ConversionActionStatus["HIDDEN"] = 4] = "HIDDEN";
|
|
3271
3424
|
})(ConversionActionStatus = enums.ConversionActionStatus || (enums.ConversionActionStatus = {}));
|
|
3272
3425
|
/**
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3426
|
+
* @name ConversionActionTypeEnum.ConversionActionType
|
|
3427
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionActionTypeEnum.ConversionActionType
|
|
3428
|
+
*/
|
|
3276
3429
|
let ConversionActionType;
|
|
3277
3430
|
(function (ConversionActionType) {
|
|
3278
3431
|
ConversionActionType[ConversionActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3319,9 +3472,9 @@ var enums;
|
|
|
3319
3472
|
ConversionActionType[ConversionActionType["GOOGLE_ANALYTICS_4_PURCHASE"] = 41] = "GOOGLE_ANALYTICS_4_PURCHASE";
|
|
3320
3473
|
})(ConversionActionType = enums.ConversionActionType || (enums.ConversionActionType = {}));
|
|
3321
3474
|
/**
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3475
|
+
* @name ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
3476
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
3477
|
+
*/
|
|
3325
3478
|
let ConversionAdjustmentType;
|
|
3326
3479
|
(function (ConversionAdjustmentType) {
|
|
3327
3480
|
ConversionAdjustmentType[ConversionAdjustmentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3331,9 +3484,9 @@ var enums;
|
|
|
3331
3484
|
ConversionAdjustmentType[ConversionAdjustmentType["ENHANCEMENT"] = 4] = "ENHANCEMENT";
|
|
3332
3485
|
})(ConversionAdjustmentType = enums.ConversionAdjustmentType || (enums.ConversionAdjustmentType = {}));
|
|
3333
3486
|
/**
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3487
|
+
* @name ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
3488
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
3489
|
+
*/
|
|
3337
3490
|
let ConversionCustomVariableStatus;
|
|
3338
3491
|
(function (ConversionCustomVariableStatus) {
|
|
3339
3492
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3343,9 +3496,9 @@ var enums;
|
|
|
3343
3496
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["PAUSED"] = 4] = "PAUSED";
|
|
3344
3497
|
})(ConversionCustomVariableStatus = enums.ConversionCustomVariableStatus || (enums.ConversionCustomVariableStatus = {}));
|
|
3345
3498
|
/**
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3499
|
+
* @name ConversionCustomerTypeEnum.ConversionCustomerType
|
|
3500
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionCustomerTypeEnum.ConversionCustomerType
|
|
3501
|
+
*/
|
|
3349
3502
|
let ConversionCustomerType;
|
|
3350
3503
|
(function (ConversionCustomerType) {
|
|
3351
3504
|
ConversionCustomerType[ConversionCustomerType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3354,9 +3507,9 @@ var enums;
|
|
|
3354
3507
|
ConversionCustomerType[ConversionCustomerType["RETURNING"] = 3] = "RETURNING";
|
|
3355
3508
|
})(ConversionCustomerType = enums.ConversionCustomerType || (enums.ConversionCustomerType = {}));
|
|
3356
3509
|
/**
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3510
|
+
* @name ConversionEnvironmentEnum.ConversionEnvironment
|
|
3511
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionEnvironmentEnum.ConversionEnvironment
|
|
3512
|
+
*/
|
|
3360
3513
|
let ConversionEnvironment;
|
|
3361
3514
|
(function (ConversionEnvironment) {
|
|
3362
3515
|
ConversionEnvironment[ConversionEnvironment["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3365,9 +3518,9 @@ var enums;
|
|
|
3365
3518
|
ConversionEnvironment[ConversionEnvironment["WEB"] = 3] = "WEB";
|
|
3366
3519
|
})(ConversionEnvironment = enums.ConversionEnvironment || (enums.ConversionEnvironment = {}));
|
|
3367
3520
|
/**
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3521
|
+
* @name ConversionOriginEnum.ConversionOrigin
|
|
3522
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionOriginEnum.ConversionOrigin
|
|
3523
|
+
*/
|
|
3371
3524
|
let ConversionOrigin;
|
|
3372
3525
|
(function (ConversionOrigin) {
|
|
3373
3526
|
ConversionOrigin[ConversionOrigin["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3380,9 +3533,9 @@ var enums;
|
|
|
3380
3533
|
ConversionOrigin[ConversionOrigin["YOUTUBE_HOSTED"] = 7] = "YOUTUBE_HOSTED";
|
|
3381
3534
|
})(ConversionOrigin = enums.ConversionOrigin || (enums.ConversionOrigin = {}));
|
|
3382
3535
|
/**
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3536
|
+
* @name ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
3537
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
3538
|
+
*/
|
|
3386
3539
|
let ConversionTrackingStatus;
|
|
3387
3540
|
(function (ConversionTrackingStatus) {
|
|
3388
3541
|
ConversionTrackingStatus[ConversionTrackingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3393,9 +3546,9 @@ var enums;
|
|
|
3393
3546
|
ConversionTrackingStatus[ConversionTrackingStatus["CONVERSION_TRACKING_MANAGED_BY_ANOTHER_MANAGER"] = 5] = "CONVERSION_TRACKING_MANAGED_BY_ANOTHER_MANAGER";
|
|
3394
3547
|
})(ConversionTrackingStatus = enums.ConversionTrackingStatus || (enums.ConversionTrackingStatus = {}));
|
|
3395
3548
|
/**
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3549
|
+
* @name ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
3550
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
3551
|
+
*/
|
|
3399
3552
|
let ConversionValueRuleSetStatus;
|
|
3400
3553
|
(function (ConversionValueRuleSetStatus) {
|
|
3401
3554
|
ConversionValueRuleSetStatus[ConversionValueRuleSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3405,9 +3558,9 @@ var enums;
|
|
|
3405
3558
|
ConversionValueRuleSetStatus[ConversionValueRuleSetStatus["PAUSED"] = 4] = "PAUSED";
|
|
3406
3559
|
})(ConversionValueRuleSetStatus = enums.ConversionValueRuleSetStatus || (enums.ConversionValueRuleSetStatus = {}));
|
|
3407
3560
|
/**
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3561
|
+
* @name ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
3562
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
3563
|
+
*/
|
|
3411
3564
|
let ConversionValueRuleStatus;
|
|
3412
3565
|
(function (ConversionValueRuleStatus) {
|
|
3413
3566
|
ConversionValueRuleStatus[ConversionValueRuleStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3417,9 +3570,9 @@ var enums;
|
|
|
3417
3570
|
ConversionValueRuleStatus[ConversionValueRuleStatus["PAUSED"] = 4] = "PAUSED";
|
|
3418
3571
|
})(ConversionValueRuleStatus = enums.ConversionValueRuleStatus || (enums.ConversionValueRuleStatus = {}));
|
|
3419
3572
|
/**
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3573
|
+
* @name CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
3574
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
3575
|
+
*/
|
|
3423
3576
|
let CriterionSystemServingStatus;
|
|
3424
3577
|
(function (CriterionSystemServingStatus) {
|
|
3425
3578
|
CriterionSystemServingStatus[CriterionSystemServingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3428,9 +3581,9 @@ var enums;
|
|
|
3428
3581
|
CriterionSystemServingStatus[CriterionSystemServingStatus["RARELY_SERVED"] = 3] = "RARELY_SERVED";
|
|
3429
3582
|
})(CriterionSystemServingStatus = enums.CriterionSystemServingStatus || (enums.CriterionSystemServingStatus = {}));
|
|
3430
3583
|
/**
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3584
|
+
* @name CriterionTypeEnum.CriterionType
|
|
3585
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CriterionTypeEnum.CriterionType
|
|
3586
|
+
*/
|
|
3434
3587
|
let CriterionType;
|
|
3435
3588
|
(function (CriterionType) {
|
|
3436
3589
|
CriterionType[CriterionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3476,11 +3629,13 @@ var enums;
|
|
|
3476
3629
|
CriterionType[CriterionType["BRAND_LIST"] = 40] = "BRAND_LIST";
|
|
3477
3630
|
CriterionType[CriterionType["LIFE_EVENT"] = 41] = "LIFE_EVENT";
|
|
3478
3631
|
CriterionType[CriterionType["WEBPAGE_LIST"] = 42] = "WEBPAGE_LIST";
|
|
3632
|
+
CriterionType[CriterionType["VIDEO_LINEUP"] = 43] = "VIDEO_LINEUP";
|
|
3633
|
+
CriterionType[CriterionType["PLACEMENT_LIST"] = 44] = "PLACEMENT_LIST";
|
|
3479
3634
|
})(CriterionType = enums.CriterionType || (enums.CriterionType = {}));
|
|
3480
3635
|
/**
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3636
|
+
* @name CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
3637
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
3638
|
+
*/
|
|
3484
3639
|
let CustomAudienceMemberType;
|
|
3485
3640
|
(function (CustomAudienceMemberType) {
|
|
3486
3641
|
CustomAudienceMemberType[CustomAudienceMemberType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3491,9 +3646,9 @@ var enums;
|
|
|
3491
3646
|
CustomAudienceMemberType[CustomAudienceMemberType["APP"] = 5] = "APP";
|
|
3492
3647
|
})(CustomAudienceMemberType = enums.CustomAudienceMemberType || (enums.CustomAudienceMemberType = {}));
|
|
3493
3648
|
/**
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3649
|
+
* @name CustomAudienceStatusEnum.CustomAudienceStatus
|
|
3650
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CustomAudienceStatusEnum.CustomAudienceStatus
|
|
3651
|
+
*/
|
|
3497
3652
|
let CustomAudienceStatus;
|
|
3498
3653
|
(function (CustomAudienceStatus) {
|
|
3499
3654
|
CustomAudienceStatus[CustomAudienceStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3502,9 +3657,9 @@ var enums;
|
|
|
3502
3657
|
CustomAudienceStatus[CustomAudienceStatus["REMOVED"] = 3] = "REMOVED";
|
|
3503
3658
|
})(CustomAudienceStatus = enums.CustomAudienceStatus || (enums.CustomAudienceStatus = {}));
|
|
3504
3659
|
/**
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3660
|
+
* @name CustomAudienceTypeEnum.CustomAudienceType
|
|
3661
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CustomAudienceTypeEnum.CustomAudienceType
|
|
3662
|
+
*/
|
|
3508
3663
|
let CustomAudienceType;
|
|
3509
3664
|
(function (CustomAudienceType) {
|
|
3510
3665
|
CustomAudienceType[CustomAudienceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3515,9 +3670,9 @@ var enums;
|
|
|
3515
3670
|
CustomAudienceType[CustomAudienceType["SEARCH"] = 5] = "SEARCH";
|
|
3516
3671
|
})(CustomAudienceType = enums.CustomAudienceType || (enums.CustomAudienceType = {}));
|
|
3517
3672
|
/**
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3673
|
+
* @name CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
3674
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
3675
|
+
*/
|
|
3521
3676
|
let CustomConversionGoalStatus;
|
|
3522
3677
|
(function (CustomConversionGoalStatus) {
|
|
3523
3678
|
CustomConversionGoalStatus[CustomConversionGoalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3526,9 +3681,9 @@ var enums;
|
|
|
3526
3681
|
CustomConversionGoalStatus[CustomConversionGoalStatus["REMOVED"] = 3] = "REMOVED";
|
|
3527
3682
|
})(CustomConversionGoalStatus = enums.CustomConversionGoalStatus || (enums.CustomConversionGoalStatus = {}));
|
|
3528
3683
|
/**
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3684
|
+
* @name CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3685
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3686
|
+
*/
|
|
3532
3687
|
let CustomInterestMemberType;
|
|
3533
3688
|
(function (CustomInterestMemberType) {
|
|
3534
3689
|
CustomInterestMemberType[CustomInterestMemberType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3537,9 +3692,9 @@ var enums;
|
|
|
3537
3692
|
CustomInterestMemberType[CustomInterestMemberType["URL"] = 3] = "URL";
|
|
3538
3693
|
})(CustomInterestMemberType = enums.CustomInterestMemberType || (enums.CustomInterestMemberType = {}));
|
|
3539
3694
|
/**
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3695
|
+
* @name CustomInterestStatusEnum.CustomInterestStatus
|
|
3696
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CustomInterestStatusEnum.CustomInterestStatus
|
|
3697
|
+
*/
|
|
3543
3698
|
let CustomInterestStatus;
|
|
3544
3699
|
(function (CustomInterestStatus) {
|
|
3545
3700
|
CustomInterestStatus[CustomInterestStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3548,9 +3703,9 @@ var enums;
|
|
|
3548
3703
|
CustomInterestStatus[CustomInterestStatus["REMOVED"] = 3] = "REMOVED";
|
|
3549
3704
|
})(CustomInterestStatus = enums.CustomInterestStatus || (enums.CustomInterestStatus = {}));
|
|
3550
3705
|
/**
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3706
|
+
* @name CustomInterestTypeEnum.CustomInterestType
|
|
3707
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CustomInterestTypeEnum.CustomInterestType
|
|
3708
|
+
*/
|
|
3554
3709
|
let CustomInterestType;
|
|
3555
3710
|
(function (CustomInterestType) {
|
|
3556
3711
|
CustomInterestType[CustomInterestType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3559,9 +3714,9 @@ var enums;
|
|
|
3559
3714
|
CustomInterestType[CustomInterestType["CUSTOM_INTENT"] = 3] = "CUSTOM_INTENT";
|
|
3560
3715
|
})(CustomInterestType = enums.CustomInterestType || (enums.CustomInterestType = {}));
|
|
3561
3716
|
/**
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3717
|
+
* @name CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
|
|
3718
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
|
|
3719
|
+
*/
|
|
3565
3720
|
let CustomerAcquisitionOptimizationMode;
|
|
3566
3721
|
(function (CustomerAcquisitionOptimizationMode) {
|
|
3567
3722
|
CustomerAcquisitionOptimizationMode[CustomerAcquisitionOptimizationMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3571,9 +3726,9 @@ var enums;
|
|
|
3571
3726
|
CustomerAcquisitionOptimizationMode[CustomerAcquisitionOptimizationMode["TARGET_NEW_CUSTOMER"] = 4] = "TARGET_NEW_CUSTOMER";
|
|
3572
3727
|
})(CustomerAcquisitionOptimizationMode = enums.CustomerAcquisitionOptimizationMode || (enums.CustomerAcquisitionOptimizationMode = {}));
|
|
3573
3728
|
/**
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3729
|
+
* @name CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3730
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3731
|
+
*/
|
|
3577
3732
|
let CustomerPayPerConversionEligibilityFailureReason;
|
|
3578
3733
|
(function (CustomerPayPerConversionEligibilityFailureReason) {
|
|
3579
3734
|
CustomerPayPerConversionEligibilityFailureReason[CustomerPayPerConversionEligibilityFailureReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3587,9 +3742,9 @@ var enums;
|
|
|
3587
3742
|
CustomerPayPerConversionEligibilityFailureReason[CustomerPayPerConversionEligibilityFailureReason["OTHER"] = 8] = "OTHER";
|
|
3588
3743
|
})(CustomerPayPerConversionEligibilityFailureReason = enums.CustomerPayPerConversionEligibilityFailureReason || (enums.CustomerPayPerConversionEligibilityFailureReason = {}));
|
|
3589
3744
|
/**
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3745
|
+
* @name CustomerStatusEnum.CustomerStatus
|
|
3746
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CustomerStatusEnum.CustomerStatus
|
|
3747
|
+
*/
|
|
3593
3748
|
let CustomerStatus;
|
|
3594
3749
|
(function (CustomerStatus) {
|
|
3595
3750
|
CustomerStatus[CustomerStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3600,9 +3755,9 @@ var enums;
|
|
|
3600
3755
|
CustomerStatus[CustomerStatus["CLOSED"] = 5] = "CLOSED";
|
|
3601
3756
|
})(CustomerStatus = enums.CustomerStatus || (enums.CustomerStatus = {}));
|
|
3602
3757
|
/**
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3758
|
+
* @name CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3759
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3760
|
+
*/
|
|
3606
3761
|
let CustomizerAttributeStatus;
|
|
3607
3762
|
(function (CustomizerAttributeStatus) {
|
|
3608
3763
|
CustomizerAttributeStatus[CustomizerAttributeStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3611,9 +3766,9 @@ var enums;
|
|
|
3611
3766
|
CustomizerAttributeStatus[CustomizerAttributeStatus["REMOVED"] = 3] = "REMOVED";
|
|
3612
3767
|
})(CustomizerAttributeStatus = enums.CustomizerAttributeStatus || (enums.CustomizerAttributeStatus = {}));
|
|
3613
3768
|
/**
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3769
|
+
* @name CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3770
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3771
|
+
*/
|
|
3617
3772
|
let CustomizerValueStatus;
|
|
3618
3773
|
(function (CustomizerValueStatus) {
|
|
3619
3774
|
CustomizerValueStatus[CustomizerValueStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3622,9 +3777,9 @@ var enums;
|
|
|
3622
3777
|
CustomizerValueStatus[CustomizerValueStatus["REMOVED"] = 3] = "REMOVED";
|
|
3623
3778
|
})(CustomizerValueStatus = enums.CustomizerValueStatus || (enums.CustomizerValueStatus = {}));
|
|
3624
3779
|
/**
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3780
|
+
* @name DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3781
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3782
|
+
*/
|
|
3628
3783
|
let DataDrivenModelStatus;
|
|
3629
3784
|
(function (DataDrivenModelStatus) {
|
|
3630
3785
|
DataDrivenModelStatus[DataDrivenModelStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3635,9 +3790,9 @@ var enums;
|
|
|
3635
3790
|
DataDrivenModelStatus[DataDrivenModelStatus["NEVER_GENERATED"] = 5] = "NEVER_GENERATED";
|
|
3636
3791
|
})(DataDrivenModelStatus = enums.DataDrivenModelStatus || (enums.DataDrivenModelStatus = {}));
|
|
3637
3792
|
/**
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3793
|
+
* @name DataLinkStatusEnum.DataLinkStatus
|
|
3794
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/DataLinkStatusEnum.DataLinkStatus
|
|
3795
|
+
*/
|
|
3641
3796
|
let DataLinkStatus;
|
|
3642
3797
|
(function (DataLinkStatus) {
|
|
3643
3798
|
DataLinkStatus[DataLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3650,9 +3805,9 @@ var enums;
|
|
|
3650
3805
|
DataLinkStatus[DataLinkStatus["REJECTED"] = 7] = "REJECTED";
|
|
3651
3806
|
})(DataLinkStatus = enums.DataLinkStatus || (enums.DataLinkStatus = {}));
|
|
3652
3807
|
/**
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3808
|
+
* @name DataLinkTypeEnum.DataLinkType
|
|
3809
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/DataLinkTypeEnum.DataLinkType
|
|
3810
|
+
*/
|
|
3656
3811
|
let DataLinkType;
|
|
3657
3812
|
(function (DataLinkType) {
|
|
3658
3813
|
DataLinkType[DataLinkType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3660,9 +3815,9 @@ var enums;
|
|
|
3660
3815
|
DataLinkType[DataLinkType["VIDEO"] = 2] = "VIDEO";
|
|
3661
3816
|
})(DataLinkType = enums.DataLinkType || (enums.DataLinkType = {}));
|
|
3662
3817
|
/**
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3818
|
+
* @name DemandGenChannelConfigEnum.DemandGenChannelConfig
|
|
3819
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/DemandGenChannelConfigEnum.DemandGenChannelConfig
|
|
3820
|
+
*/
|
|
3666
3821
|
let DemandGenChannelConfig;
|
|
3667
3822
|
(function (DemandGenChannelConfig) {
|
|
3668
3823
|
DemandGenChannelConfig[DemandGenChannelConfig["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3671,9 +3826,9 @@ var enums;
|
|
|
3671
3826
|
DemandGenChannelConfig[DemandGenChannelConfig["SELECTED_CHANNELS"] = 3] = "SELECTED_CHANNELS";
|
|
3672
3827
|
})(DemandGenChannelConfig = enums.DemandGenChannelConfig || (enums.DemandGenChannelConfig = {}));
|
|
3673
3828
|
/**
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3829
|
+
* @name DemandGenChannelStrategyEnum.DemandGenChannelStrategy
|
|
3830
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/DemandGenChannelStrategyEnum.DemandGenChannelStrategy
|
|
3831
|
+
*/
|
|
3677
3832
|
let DemandGenChannelStrategy;
|
|
3678
3833
|
(function (DemandGenChannelStrategy) {
|
|
3679
3834
|
DemandGenChannelStrategy[DemandGenChannelStrategy["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3682,9 +3837,9 @@ var enums;
|
|
|
3682
3837
|
DemandGenChannelStrategy[DemandGenChannelStrategy["ALL_OWNED_AND_OPERATED_CHANNELS"] = 3] = "ALL_OWNED_AND_OPERATED_CHANNELS";
|
|
3683
3838
|
})(DemandGenChannelStrategy = enums.DemandGenChannelStrategy || (enums.DemandGenChannelStrategy = {}));
|
|
3684
3839
|
/**
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3840
|
+
* @name DistanceBucketEnum.DistanceBucket
|
|
3841
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/DistanceBucketEnum.DistanceBucket
|
|
3842
|
+
*/
|
|
3688
3843
|
let DistanceBucket;
|
|
3689
3844
|
(function (DistanceBucket) {
|
|
3690
3845
|
DistanceBucket[DistanceBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3718,9 +3873,20 @@ var enums;
|
|
|
3718
3873
|
DistanceBucket[DistanceBucket["BEYOND_40MILES"] = 28] = "BEYOND_40MILES";
|
|
3719
3874
|
})(DistanceBucket = enums.DistanceBucket || (enums.DistanceBucket = {}));
|
|
3720
3875
|
/**
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3876
|
+
* @name EuPoliticalAdvertisingStatusEnum.EuPoliticalAdvertisingStatus
|
|
3877
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/EuPoliticalAdvertisingStatusEnum.EuPoliticalAdvertisingStatus
|
|
3878
|
+
*/
|
|
3879
|
+
let EuPoliticalAdvertisingStatus;
|
|
3880
|
+
(function (EuPoliticalAdvertisingStatus) {
|
|
3881
|
+
EuPoliticalAdvertisingStatus[EuPoliticalAdvertisingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3882
|
+
EuPoliticalAdvertisingStatus[EuPoliticalAdvertisingStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3883
|
+
EuPoliticalAdvertisingStatus[EuPoliticalAdvertisingStatus["CONTAINS_EU_POLITICAL_ADVERTISING"] = 2] = "CONTAINS_EU_POLITICAL_ADVERTISING";
|
|
3884
|
+
EuPoliticalAdvertisingStatus[EuPoliticalAdvertisingStatus["DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING"] = 3] = "DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING";
|
|
3885
|
+
})(EuPoliticalAdvertisingStatus = enums.EuPoliticalAdvertisingStatus || (enums.EuPoliticalAdvertisingStatus = {}));
|
|
3886
|
+
/**
|
|
3887
|
+
* @name ExperimentStatusEnum.ExperimentStatus
|
|
3888
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ExperimentStatusEnum.ExperimentStatus
|
|
3889
|
+
*/
|
|
3724
3890
|
let ExperimentStatus;
|
|
3725
3891
|
(function (ExperimentStatus) {
|
|
3726
3892
|
ExperimentStatus[ExperimentStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3734,9 +3900,9 @@ var enums;
|
|
|
3734
3900
|
ExperimentStatus[ExperimentStatus["GRADUATED"] = 8] = "GRADUATED";
|
|
3735
3901
|
})(ExperimentStatus = enums.ExperimentStatus || (enums.ExperimentStatus = {}));
|
|
3736
3902
|
/**
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3903
|
+
* @name ExperimentTypeEnum.ExperimentType
|
|
3904
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ExperimentTypeEnum.ExperimentType
|
|
3905
|
+
*/
|
|
3740
3906
|
let ExperimentType;
|
|
3741
3907
|
(function (ExperimentType) {
|
|
3742
3908
|
ExperimentType[ExperimentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3753,9 +3919,9 @@ var enums;
|
|
|
3753
3919
|
ExperimentType[ExperimentType["HOTEL_CUSTOM"] = 12] = "HOTEL_CUSTOM";
|
|
3754
3920
|
})(ExperimentType = enums.ExperimentType || (enums.ExperimentType = {}));
|
|
3755
3921
|
/**
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3922
|
+
* @name GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3923
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3924
|
+
*/
|
|
3759
3925
|
let GeoTargetConstantStatus;
|
|
3760
3926
|
(function (GeoTargetConstantStatus) {
|
|
3761
3927
|
GeoTargetConstantStatus[GeoTargetConstantStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3764,9 +3930,9 @@ var enums;
|
|
|
3764
3930
|
GeoTargetConstantStatus[GeoTargetConstantStatus["REMOVAL_PLANNED"] = 3] = "REMOVAL_PLANNED";
|
|
3765
3931
|
})(GeoTargetConstantStatus = enums.GeoTargetConstantStatus || (enums.GeoTargetConstantStatus = {}));
|
|
3766
3932
|
/**
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3933
|
+
* @name GeoTargetingTypeEnum.GeoTargetingType
|
|
3934
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/GeoTargetingTypeEnum.GeoTargetingType
|
|
3935
|
+
*/
|
|
3770
3936
|
let GeoTargetingType;
|
|
3771
3937
|
(function (GeoTargetingType) {
|
|
3772
3938
|
GeoTargetingType[GeoTargetingType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3775,9 +3941,9 @@ var enums;
|
|
|
3775
3941
|
GeoTargetingType[GeoTargetingType["LOCATION_OF_PRESENCE"] = 3] = "LOCATION_OF_PRESENCE";
|
|
3776
3942
|
})(GeoTargetingType = enums.GeoTargetingType || (enums.GeoTargetingType = {}));
|
|
3777
3943
|
/**
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3944
|
+
* @name GoalConfigLevelEnum.GoalConfigLevel
|
|
3945
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/GoalConfigLevelEnum.GoalConfigLevel
|
|
3946
|
+
*/
|
|
3781
3947
|
let GoalConfigLevel;
|
|
3782
3948
|
(function (GoalConfigLevel) {
|
|
3783
3949
|
GoalConfigLevel[GoalConfigLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3786,9 +3952,9 @@ var enums;
|
|
|
3786
3952
|
GoalConfigLevel[GoalConfigLevel["CAMPAIGN"] = 3] = "CAMPAIGN";
|
|
3787
3953
|
})(GoalConfigLevel = enums.GoalConfigLevel || (enums.GoalConfigLevel = {}));
|
|
3788
3954
|
/**
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3955
|
+
* @name GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3956
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3957
|
+
*/
|
|
3792
3958
|
let GoogleAdsFieldCategory;
|
|
3793
3959
|
(function (GoogleAdsFieldCategory) {
|
|
3794
3960
|
GoogleAdsFieldCategory[GoogleAdsFieldCategory["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3799,9 +3965,9 @@ var enums;
|
|
|
3799
3965
|
GoogleAdsFieldCategory[GoogleAdsFieldCategory["METRIC"] = 6] = "METRIC";
|
|
3800
3966
|
})(GoogleAdsFieldCategory = enums.GoogleAdsFieldCategory || (enums.GoogleAdsFieldCategory = {}));
|
|
3801
3967
|
/**
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3968
|
+
* @name GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3969
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3970
|
+
*/
|
|
3805
3971
|
let GoogleAdsFieldDataType;
|
|
3806
3972
|
(function (GoogleAdsFieldDataType) {
|
|
3807
3973
|
GoogleAdsFieldDataType[GoogleAdsFieldDataType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3819,9 +3985,9 @@ var enums;
|
|
|
3819
3985
|
GoogleAdsFieldDataType[GoogleAdsFieldDataType["UINT64"] = 12] = "UINT64";
|
|
3820
3986
|
})(GoogleAdsFieldDataType = enums.GoogleAdsFieldDataType || (enums.GoogleAdsFieldDataType = {}));
|
|
3821
3987
|
/**
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3988
|
+
* @name GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3989
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3990
|
+
*/
|
|
3825
3991
|
let GoogleVoiceCallStatus;
|
|
3826
3992
|
(function (GoogleVoiceCallStatus) {
|
|
3827
3993
|
GoogleVoiceCallStatus[GoogleVoiceCallStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3830,9 +3996,9 @@ var enums;
|
|
|
3830
3996
|
GoogleVoiceCallStatus[GoogleVoiceCallStatus["RECEIVED"] = 3] = "RECEIVED";
|
|
3831
3997
|
})(GoogleVoiceCallStatus = enums.GoogleVoiceCallStatus || (enums.GoogleVoiceCallStatus = {}));
|
|
3832
3998
|
/**
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3999
|
+
* @name HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
4000
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
4001
|
+
*/
|
|
3836
4002
|
let HotelAssetSuggestionStatus;
|
|
3837
4003
|
(function (HotelAssetSuggestionStatus) {
|
|
3838
4004
|
HotelAssetSuggestionStatus[HotelAssetSuggestionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3842,9 +4008,9 @@ var enums;
|
|
|
3842
4008
|
HotelAssetSuggestionStatus[HotelAssetSuggestionStatus["INVALID_PLACE_ID"] = 4] = "INVALID_PLACE_ID";
|
|
3843
4009
|
})(HotelAssetSuggestionStatus = enums.HotelAssetSuggestionStatus || (enums.HotelAssetSuggestionStatus = {}));
|
|
3844
4010
|
/**
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
4011
|
+
* @name HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
4012
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
4013
|
+
*/
|
|
3848
4014
|
let HotelReconciliationStatus;
|
|
3849
4015
|
(function (HotelReconciliationStatus) {
|
|
3850
4016
|
HotelReconciliationStatus[HotelReconciliationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3855,9 +4021,9 @@ var enums;
|
|
|
3855
4021
|
HotelReconciliationStatus[HotelReconciliationStatus["CANCELED"] = 5] = "CANCELED";
|
|
3856
4022
|
})(HotelReconciliationStatus = enums.HotelReconciliationStatus || (enums.HotelReconciliationStatus = {}));
|
|
3857
4023
|
/**
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
4024
|
+
* @name IdentityVerificationProgramEnum.IdentityVerificationProgram
|
|
4025
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/IdentityVerificationProgramEnum.IdentityVerificationProgram
|
|
4026
|
+
*/
|
|
3861
4027
|
let IdentityVerificationProgram;
|
|
3862
4028
|
(function (IdentityVerificationProgram) {
|
|
3863
4029
|
IdentityVerificationProgram[IdentityVerificationProgram["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3865,9 +4031,9 @@ var enums;
|
|
|
3865
4031
|
IdentityVerificationProgram[IdentityVerificationProgram["ADVERTISER_IDENTITY_VERIFICATION"] = 2] = "ADVERTISER_IDENTITY_VERIFICATION";
|
|
3866
4032
|
})(IdentityVerificationProgram = enums.IdentityVerificationProgram || (enums.IdentityVerificationProgram = {}));
|
|
3867
4033
|
/**
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
4034
|
+
* @name IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
|
|
4035
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
|
|
4036
|
+
*/
|
|
3871
4037
|
let IdentityVerificationProgramStatus;
|
|
3872
4038
|
(function (IdentityVerificationProgramStatus) {
|
|
3873
4039
|
IdentityVerificationProgramStatus[IdentityVerificationProgramStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3878,9 +4044,9 @@ var enums;
|
|
|
3878
4044
|
IdentityVerificationProgramStatus[IdentityVerificationProgramStatus["FAILURE"] = 5] = "FAILURE";
|
|
3879
4045
|
})(IdentityVerificationProgramStatus = enums.IdentityVerificationProgramStatus || (enums.IdentityVerificationProgramStatus = {}));
|
|
3880
4046
|
/**
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
4047
|
+
* @name InsightsTrendEnum.InsightsTrend
|
|
4048
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/InsightsTrendEnum.InsightsTrend
|
|
4049
|
+
*/
|
|
3884
4050
|
let InsightsTrend;
|
|
3885
4051
|
(function (InsightsTrend) {
|
|
3886
4052
|
InsightsTrend[InsightsTrend["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3891,9 +4057,9 @@ var enums;
|
|
|
3891
4057
|
InsightsTrend[InsightsTrend["DECLINING"] = 5] = "DECLINING";
|
|
3892
4058
|
})(InsightsTrend = enums.InsightsTrend || (enums.InsightsTrend = {}));
|
|
3893
4059
|
/**
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
4060
|
+
* @name InvoiceTypeEnum.InvoiceType
|
|
4061
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/InvoiceTypeEnum.InvoiceType
|
|
4062
|
+
*/
|
|
3897
4063
|
let InvoiceType;
|
|
3898
4064
|
(function (InvoiceType) {
|
|
3899
4065
|
InvoiceType[InvoiceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3902,9 +4068,9 @@ var enums;
|
|
|
3902
4068
|
InvoiceType[InvoiceType["INVOICE"] = 3] = "INVOICE";
|
|
3903
4069
|
})(InvoiceType = enums.InvoiceType || (enums.InvoiceType = {}));
|
|
3904
4070
|
/**
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
4071
|
+
* @name KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
4072
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
4073
|
+
*/
|
|
3908
4074
|
let KeywordPlanForecastInterval;
|
|
3909
4075
|
(function (KeywordPlanForecastInterval) {
|
|
3910
4076
|
KeywordPlanForecastInterval[KeywordPlanForecastInterval["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3914,9 +4080,9 @@ var enums;
|
|
|
3914
4080
|
KeywordPlanForecastInterval[KeywordPlanForecastInterval["NEXT_QUARTER"] = 5] = "NEXT_QUARTER";
|
|
3915
4081
|
})(KeywordPlanForecastInterval = enums.KeywordPlanForecastInterval || (enums.KeywordPlanForecastInterval = {}));
|
|
3916
4082
|
/**
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
4083
|
+
* @name KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
4084
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
4085
|
+
*/
|
|
3920
4086
|
let KeywordPlanKeywordAnnotation;
|
|
3921
4087
|
(function (KeywordPlanKeywordAnnotation) {
|
|
3922
4088
|
KeywordPlanKeywordAnnotation[KeywordPlanKeywordAnnotation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3924,9 +4090,9 @@ var enums;
|
|
|
3924
4090
|
KeywordPlanKeywordAnnotation[KeywordPlanKeywordAnnotation["KEYWORD_CONCEPT"] = 2] = "KEYWORD_CONCEPT";
|
|
3925
4091
|
})(KeywordPlanKeywordAnnotation = enums.KeywordPlanKeywordAnnotation || (enums.KeywordPlanKeywordAnnotation = {}));
|
|
3926
4092
|
/**
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
|
|
4093
|
+
* @name KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
4094
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
4095
|
+
*/
|
|
3930
4096
|
let KeywordPlanNetwork;
|
|
3931
4097
|
(function (KeywordPlanNetwork) {
|
|
3932
4098
|
KeywordPlanNetwork[KeywordPlanNetwork["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3935,9 +4101,9 @@ var enums;
|
|
|
3935
4101
|
KeywordPlanNetwork[KeywordPlanNetwork["GOOGLE_SEARCH_AND_PARTNERS"] = 3] = "GOOGLE_SEARCH_AND_PARTNERS";
|
|
3936
4102
|
})(KeywordPlanNetwork = enums.KeywordPlanNetwork || (enums.KeywordPlanNetwork = {}));
|
|
3937
4103
|
/**
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
4104
|
+
* @name LabelStatusEnum.LabelStatus
|
|
4105
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LabelStatusEnum.LabelStatus
|
|
4106
|
+
*/
|
|
3941
4107
|
let LabelStatus;
|
|
3942
4108
|
(function (LabelStatus) {
|
|
3943
4109
|
LabelStatus[LabelStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3946,9 +4112,9 @@ var enums;
|
|
|
3946
4112
|
LabelStatus[LabelStatus["REMOVED"] = 3] = "REMOVED";
|
|
3947
4113
|
})(LabelStatus = enums.LabelStatus || (enums.LabelStatus = {}));
|
|
3948
4114
|
/**
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
4115
|
+
* @name LinkedAccountTypeEnum.LinkedAccountType
|
|
4116
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LinkedAccountTypeEnum.LinkedAccountType
|
|
4117
|
+
*/
|
|
3952
4118
|
let LinkedAccountType;
|
|
3953
4119
|
(function (LinkedAccountType) {
|
|
3954
4120
|
LinkedAccountType[LinkedAccountType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3956,9 +4122,9 @@ var enums;
|
|
|
3956
4122
|
LinkedAccountType[LinkedAccountType["THIRD_PARTY_APP_ANALYTICS"] = 2] = "THIRD_PARTY_APP_ANALYTICS";
|
|
3957
4123
|
})(LinkedAccountType = enums.LinkedAccountType || (enums.LinkedAccountType = {}));
|
|
3958
4124
|
/**
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
4125
|
+
* @name LinkedProductTypeEnum.LinkedProductType
|
|
4126
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LinkedProductTypeEnum.LinkedProductType
|
|
4127
|
+
*/
|
|
3962
4128
|
let LinkedProductType;
|
|
3963
4129
|
(function (LinkedProductType) {
|
|
3964
4130
|
LinkedProductType[LinkedProductType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3970,9 +4136,9 @@ var enums;
|
|
|
3970
4136
|
LinkedProductType[LinkedProductType["ADVERTISING_PARTNER"] = 9] = "ADVERTISING_PARTNER";
|
|
3971
4137
|
})(LinkedProductType = enums.LinkedProductType || (enums.LinkedProductType = {}));
|
|
3972
4138
|
/**
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
4139
|
+
* @name ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
4140
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
4141
|
+
*/
|
|
3976
4142
|
let ListingGroupFilterCustomAttributeIndex;
|
|
3977
4143
|
(function (ListingGroupFilterCustomAttributeIndex) {
|
|
3978
4144
|
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3984,9 +4150,9 @@ var enums;
|
|
|
3984
4150
|
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["INDEX4"] = 6] = "INDEX4";
|
|
3985
4151
|
})(ListingGroupFilterCustomAttributeIndex = enums.ListingGroupFilterCustomAttributeIndex || (enums.ListingGroupFilterCustomAttributeIndex = {}));
|
|
3986
4152
|
/**
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
4153
|
+
* @name ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
|
|
4154
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
|
|
4155
|
+
*/
|
|
3990
4156
|
let ListingGroupFilterListingSource;
|
|
3991
4157
|
(function (ListingGroupFilterListingSource) {
|
|
3992
4158
|
ListingGroupFilterListingSource[ListingGroupFilterListingSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3995,9 +4161,9 @@ var enums;
|
|
|
3995
4161
|
ListingGroupFilterListingSource[ListingGroupFilterListingSource["WEBPAGE"] = 3] = "WEBPAGE";
|
|
3996
4162
|
})(ListingGroupFilterListingSource = enums.ListingGroupFilterListingSource || (enums.ListingGroupFilterListingSource = {}));
|
|
3997
4163
|
/**
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4164
|
+
* @name ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
|
|
4165
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
|
|
4166
|
+
*/
|
|
4001
4167
|
let ListingGroupFilterProductCategoryLevel;
|
|
4002
4168
|
(function (ListingGroupFilterProductCategoryLevel) {
|
|
4003
4169
|
ListingGroupFilterProductCategoryLevel[ListingGroupFilterProductCategoryLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4009,9 +4175,9 @@ var enums;
|
|
|
4009
4175
|
ListingGroupFilterProductCategoryLevel[ListingGroupFilterProductCategoryLevel["LEVEL5"] = 6] = "LEVEL5";
|
|
4010
4176
|
})(ListingGroupFilterProductCategoryLevel = enums.ListingGroupFilterProductCategoryLevel || (enums.ListingGroupFilterProductCategoryLevel = {}));
|
|
4011
4177
|
/**
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
4178
|
+
* @name ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
4179
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
4180
|
+
*/
|
|
4015
4181
|
let ListingGroupFilterProductChannel;
|
|
4016
4182
|
(function (ListingGroupFilterProductChannel) {
|
|
4017
4183
|
ListingGroupFilterProductChannel[ListingGroupFilterProductChannel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4020,9 +4186,9 @@ var enums;
|
|
|
4020
4186
|
ListingGroupFilterProductChannel[ListingGroupFilterProductChannel["LOCAL"] = 3] = "LOCAL";
|
|
4021
4187
|
})(ListingGroupFilterProductChannel = enums.ListingGroupFilterProductChannel || (enums.ListingGroupFilterProductChannel = {}));
|
|
4022
4188
|
/**
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4189
|
+
* @name ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
4190
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
4191
|
+
*/
|
|
4026
4192
|
let ListingGroupFilterProductCondition;
|
|
4027
4193
|
(function (ListingGroupFilterProductCondition) {
|
|
4028
4194
|
ListingGroupFilterProductCondition[ListingGroupFilterProductCondition["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4032,9 +4198,9 @@ var enums;
|
|
|
4032
4198
|
ListingGroupFilterProductCondition[ListingGroupFilterProductCondition["USED"] = 4] = "USED";
|
|
4033
4199
|
})(ListingGroupFilterProductCondition = enums.ListingGroupFilterProductCondition || (enums.ListingGroupFilterProductCondition = {}));
|
|
4034
4200
|
/**
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4201
|
+
* @name ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
4202
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
4203
|
+
*/
|
|
4038
4204
|
let ListingGroupFilterProductTypeLevel;
|
|
4039
4205
|
(function (ListingGroupFilterProductTypeLevel) {
|
|
4040
4206
|
ListingGroupFilterProductTypeLevel[ListingGroupFilterProductTypeLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4046,9 +4212,9 @@ var enums;
|
|
|
4046
4212
|
ListingGroupFilterProductTypeLevel[ListingGroupFilterProductTypeLevel["LEVEL5"] = 6] = "LEVEL5";
|
|
4047
4213
|
})(ListingGroupFilterProductTypeLevel = enums.ListingGroupFilterProductTypeLevel || (enums.ListingGroupFilterProductTypeLevel = {}));
|
|
4048
4214
|
/**
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4215
|
+
* @name ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
4216
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
4217
|
+
*/
|
|
4052
4218
|
let ListingGroupFilterType;
|
|
4053
4219
|
(function (ListingGroupFilterType) {
|
|
4054
4220
|
ListingGroupFilterType[ListingGroupFilterType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4058,9 +4224,9 @@ var enums;
|
|
|
4058
4224
|
ListingGroupFilterType[ListingGroupFilterType["UNIT_EXCLUDED"] = 4] = "UNIT_EXCLUDED";
|
|
4059
4225
|
})(ListingGroupFilterType = enums.ListingGroupFilterType || (enums.ListingGroupFilterType = {}));
|
|
4060
4226
|
/**
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4227
|
+
* @name ListingTypeEnum.ListingType
|
|
4228
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ListingTypeEnum.ListingType
|
|
4229
|
+
*/
|
|
4064
4230
|
let ListingType;
|
|
4065
4231
|
(function (ListingType) {
|
|
4066
4232
|
ListingType[ListingType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4068,9 +4234,9 @@ var enums;
|
|
|
4068
4234
|
ListingType[ListingType["VEHICLES"] = 2] = "VEHICLES";
|
|
4069
4235
|
})(ListingType = enums.ListingType || (enums.ListingType = {}));
|
|
4070
4236
|
/**
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4237
|
+
* @name LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
|
|
4238
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
|
|
4239
|
+
*/
|
|
4074
4240
|
let LocalServicesBusinessRegistrationCheckRejectionReason;
|
|
4075
4241
|
(function (LocalServicesBusinessRegistrationCheckRejectionReason) {
|
|
4076
4242
|
LocalServicesBusinessRegistrationCheckRejectionReason[LocalServicesBusinessRegistrationCheckRejectionReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4086,9 +4252,9 @@ var enums;
|
|
|
4086
4252
|
LocalServicesBusinessRegistrationCheckRejectionReason[LocalServicesBusinessRegistrationCheckRejectionReason["OTHER"] = 10] = "OTHER";
|
|
4087
4253
|
})(LocalServicesBusinessRegistrationCheckRejectionReason = enums.LocalServicesBusinessRegistrationCheckRejectionReason || (enums.LocalServicesBusinessRegistrationCheckRejectionReason = {}));
|
|
4088
4254
|
/**
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
|
|
4255
|
+
* @name LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
|
|
4256
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
|
|
4257
|
+
*/
|
|
4092
4258
|
let LocalServicesBusinessRegistrationType;
|
|
4093
4259
|
(function (LocalServicesBusinessRegistrationType) {
|
|
4094
4260
|
LocalServicesBusinessRegistrationType[LocalServicesBusinessRegistrationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4097,9 +4263,9 @@ var enums;
|
|
|
4097
4263
|
LocalServicesBusinessRegistrationType[LocalServicesBusinessRegistrationType["DOCUMENT"] = 3] = "DOCUMENT";
|
|
4098
4264
|
})(LocalServicesBusinessRegistrationType = enums.LocalServicesBusinessRegistrationType || (enums.LocalServicesBusinessRegistrationType = {}));
|
|
4099
4265
|
/**
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
|
|
4266
|
+
* @name LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
|
|
4267
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
|
|
4268
|
+
*/
|
|
4103
4269
|
let LocalServicesLeadConversationType;
|
|
4104
4270
|
(function (LocalServicesLeadConversationType) {
|
|
4105
4271
|
LocalServicesLeadConversationType[LocalServicesLeadConversationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4113,9 +4279,9 @@ var enums;
|
|
|
4113
4279
|
LocalServicesLeadConversationType[LocalServicesLeadConversationType["ADS_API"] = 8] = "ADS_API";
|
|
4114
4280
|
})(LocalServicesLeadConversationType = enums.LocalServicesLeadConversationType || (enums.LocalServicesLeadConversationType = {}));
|
|
4115
4281
|
/**
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4282
|
+
* @name LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
|
|
4283
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
|
|
4284
|
+
*/
|
|
4119
4285
|
let LocalServicesEmployeeStatus;
|
|
4120
4286
|
(function (LocalServicesEmployeeStatus) {
|
|
4121
4287
|
LocalServicesEmployeeStatus[LocalServicesEmployeeStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4124,9 +4290,9 @@ var enums;
|
|
|
4124
4290
|
LocalServicesEmployeeStatus[LocalServicesEmployeeStatus["REMOVED"] = 3] = "REMOVED";
|
|
4125
4291
|
})(LocalServicesEmployeeStatus = enums.LocalServicesEmployeeStatus || (enums.LocalServicesEmployeeStatus = {}));
|
|
4126
4292
|
/**
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
|
|
4293
|
+
* @name LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
|
|
4294
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
|
|
4295
|
+
*/
|
|
4130
4296
|
let LocalServicesEmployeeType;
|
|
4131
4297
|
(function (LocalServicesEmployeeType) {
|
|
4132
4298
|
LocalServicesEmployeeType[LocalServicesEmployeeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4135,9 +4301,9 @@ var enums;
|
|
|
4135
4301
|
LocalServicesEmployeeType[LocalServicesEmployeeType["EMPLOYEE"] = 3] = "EMPLOYEE";
|
|
4136
4302
|
})(LocalServicesEmployeeType = enums.LocalServicesEmployeeType || (enums.LocalServicesEmployeeType = {}));
|
|
4137
4303
|
/**
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4304
|
+
* @name LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
|
|
4305
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
|
|
4306
|
+
*/
|
|
4141
4307
|
let LocalServicesInsuranceRejectionReason;
|
|
4142
4308
|
(function (LocalServicesInsuranceRejectionReason) {
|
|
4143
4309
|
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4158,9 +4324,9 @@ var enums;
|
|
|
4158
4324
|
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["OTHER"] = 15] = "OTHER";
|
|
4159
4325
|
})(LocalServicesInsuranceRejectionReason = enums.LocalServicesInsuranceRejectionReason || (enums.LocalServicesInsuranceRejectionReason = {}));
|
|
4160
4326
|
/**
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4327
|
+
* @name LocalServicesLeadCreditIssuanceDecisionEnum.LocalServicesLeadCreditIssuanceDecision
|
|
4328
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesLeadCreditIssuanceDecisionEnum.LocalServicesLeadCreditIssuanceDecision
|
|
4329
|
+
*/
|
|
4164
4330
|
let LocalServicesLeadCreditIssuanceDecision;
|
|
4165
4331
|
(function (LocalServicesLeadCreditIssuanceDecision) {
|
|
4166
4332
|
LocalServicesLeadCreditIssuanceDecision[LocalServicesLeadCreditIssuanceDecision["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4171,9 +4337,9 @@ var enums;
|
|
|
4171
4337
|
LocalServicesLeadCreditIssuanceDecision[LocalServicesLeadCreditIssuanceDecision["FAIL_NOT_ELIGIBLE"] = 5] = "FAIL_NOT_ELIGIBLE";
|
|
4172
4338
|
})(LocalServicesLeadCreditIssuanceDecision = enums.LocalServicesLeadCreditIssuanceDecision || (enums.LocalServicesLeadCreditIssuanceDecision = {}));
|
|
4173
4339
|
/**
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4340
|
+
* @name LocalServicesCreditStateEnum.LocalServicesCreditState
|
|
4341
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesCreditStateEnum.LocalServicesCreditState
|
|
4342
|
+
*/
|
|
4177
4343
|
let LocalServicesCreditState;
|
|
4178
4344
|
(function (LocalServicesCreditState) {
|
|
4179
4345
|
LocalServicesCreditState[LocalServicesCreditState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4182,9 +4348,9 @@ var enums;
|
|
|
4182
4348
|
LocalServicesCreditState[LocalServicesCreditState["CREDITED"] = 3] = "CREDITED";
|
|
4183
4349
|
})(LocalServicesCreditState = enums.LocalServicesCreditState || (enums.LocalServicesCreditState = {}));
|
|
4184
4350
|
/**
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
|
|
4351
|
+
* @name LocalServicesLeadStatusEnum.LocalServicesLeadStatus
|
|
4352
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesLeadStatusEnum.LocalServicesLeadStatus
|
|
4353
|
+
*/
|
|
4188
4354
|
let LocalServicesLeadStatus;
|
|
4189
4355
|
(function (LocalServicesLeadStatus) {
|
|
4190
4356
|
LocalServicesLeadStatus[LocalServicesLeadStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4199,9 +4365,9 @@ var enums;
|
|
|
4199
4365
|
LocalServicesLeadStatus[LocalServicesLeadStatus["WIPED_OUT"] = 9] = "WIPED_OUT";
|
|
4200
4366
|
})(LocalServicesLeadStatus = enums.LocalServicesLeadStatus || (enums.LocalServicesLeadStatus = {}));
|
|
4201
4367
|
/**
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
|
|
4368
|
+
* @name LocalServicesLeadSurveyAnswerEnum.LocalServicesLeadSurveyAnswer
|
|
4369
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesLeadSurveyAnswerEnum.LocalServicesLeadSurveyAnswer
|
|
4370
|
+
*/
|
|
4205
4371
|
let LocalServicesLeadSurveyAnswer;
|
|
4206
4372
|
(function (LocalServicesLeadSurveyAnswer) {
|
|
4207
4373
|
LocalServicesLeadSurveyAnswer[LocalServicesLeadSurveyAnswer["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4213,9 +4379,9 @@ var enums;
|
|
|
4213
4379
|
LocalServicesLeadSurveyAnswer[LocalServicesLeadSurveyAnswer["VERY_DISSATISFIED"] = 6] = "VERY_DISSATISFIED";
|
|
4214
4380
|
})(LocalServicesLeadSurveyAnswer = enums.LocalServicesLeadSurveyAnswer || (enums.LocalServicesLeadSurveyAnswer = {}));
|
|
4215
4381
|
/**
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4382
|
+
* @name LocalServicesLeadSurveyDissatisfiedReasonEnum.LocalServicesLeadSurveyDissatisfiedReason
|
|
4383
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesLeadSurveyDissatisfiedReasonEnum.LocalServicesLeadSurveyDissatisfiedReason
|
|
4384
|
+
*/
|
|
4219
4385
|
let LocalServicesLeadSurveyDissatisfiedReason;
|
|
4220
4386
|
(function (LocalServicesLeadSurveyDissatisfiedReason) {
|
|
4221
4387
|
LocalServicesLeadSurveyDissatisfiedReason[LocalServicesLeadSurveyDissatisfiedReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4229,9 +4395,9 @@ var enums;
|
|
|
4229
4395
|
LocalServicesLeadSurveyDissatisfiedReason[LocalServicesLeadSurveyDissatisfiedReason["SOLICITATION"] = 8] = "SOLICITATION";
|
|
4230
4396
|
})(LocalServicesLeadSurveyDissatisfiedReason = enums.LocalServicesLeadSurveyDissatisfiedReason || (enums.LocalServicesLeadSurveyDissatisfiedReason = {}));
|
|
4231
4397
|
/**
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4398
|
+
* @name LocalServicesLeadSurveySatisfiedReasonEnum.LocalServicesLeadSurveySatisfiedReason
|
|
4399
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesLeadSurveySatisfiedReasonEnum.LocalServicesLeadSurveySatisfiedReason
|
|
4400
|
+
*/
|
|
4235
4401
|
let LocalServicesLeadSurveySatisfiedReason;
|
|
4236
4402
|
(function (LocalServicesLeadSurveySatisfiedReason) {
|
|
4237
4403
|
LocalServicesLeadSurveySatisfiedReason[LocalServicesLeadSurveySatisfiedReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4243,9 +4409,9 @@ var enums;
|
|
|
4243
4409
|
LocalServicesLeadSurveySatisfiedReason[LocalServicesLeadSurveySatisfiedReason["HIGH_VALUE_SERVICE"] = 6] = "HIGH_VALUE_SERVICE";
|
|
4244
4410
|
})(LocalServicesLeadSurveySatisfiedReason = enums.LocalServicesLeadSurveySatisfiedReason || (enums.LocalServicesLeadSurveySatisfiedReason = {}));
|
|
4245
4411
|
/**
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4412
|
+
* @name LocalServicesLeadTypeEnum.LocalServicesLeadType
|
|
4413
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesLeadTypeEnum.LocalServicesLeadType
|
|
4414
|
+
*/
|
|
4249
4415
|
let LocalServicesLeadType;
|
|
4250
4416
|
(function (LocalServicesLeadType) {
|
|
4251
4417
|
LocalServicesLeadType[LocalServicesLeadType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4255,9 +4421,9 @@ var enums;
|
|
|
4255
4421
|
LocalServicesLeadType[LocalServicesLeadType["BOOKING"] = 4] = "BOOKING";
|
|
4256
4422
|
})(LocalServicesLeadType = enums.LocalServicesLeadType || (enums.LocalServicesLeadType = {}));
|
|
4257
4423
|
/**
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4424
|
+
* @name LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
|
|
4425
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
|
|
4426
|
+
*/
|
|
4261
4427
|
let LocalServicesLicenseRejectionReason;
|
|
4262
4428
|
(function (LocalServicesLicenseRejectionReason) {
|
|
4263
4429
|
LocalServicesLicenseRejectionReason[LocalServicesLicenseRejectionReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4271,9 +4437,9 @@ var enums;
|
|
|
4271
4437
|
LocalServicesLicenseRejectionReason[LocalServicesLicenseRejectionReason["OTHER"] = 8] = "OTHER";
|
|
4272
4438
|
})(LocalServicesLicenseRejectionReason = enums.LocalServicesLicenseRejectionReason || (enums.LocalServicesLicenseRejectionReason = {}));
|
|
4273
4439
|
/**
|
|
4274
|
-
|
|
4275
|
-
|
|
4276
|
-
|
|
4440
|
+
* @name LocalServicesParticipantTypeEnum.LocalServicesParticipantType
|
|
4441
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesParticipantTypeEnum.LocalServicesParticipantType
|
|
4442
|
+
*/
|
|
4277
4443
|
let LocalServicesParticipantType;
|
|
4278
4444
|
(function (LocalServicesParticipantType) {
|
|
4279
4445
|
LocalServicesParticipantType[LocalServicesParticipantType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4282,9 +4448,9 @@ var enums;
|
|
|
4282
4448
|
LocalServicesParticipantType[LocalServicesParticipantType["CONSUMER"] = 3] = "CONSUMER";
|
|
4283
4449
|
})(LocalServicesParticipantType = enums.LocalServicesParticipantType || (enums.LocalServicesParticipantType = {}));
|
|
4284
4450
|
/**
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
|
|
4451
|
+
* @name LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
|
|
4452
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
|
|
4453
|
+
*/
|
|
4288
4454
|
let LocalServicesVerificationArtifactStatus;
|
|
4289
4455
|
(function (LocalServicesVerificationArtifactStatus) {
|
|
4290
4456
|
LocalServicesVerificationArtifactStatus[LocalServicesVerificationArtifactStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4296,9 +4462,9 @@ var enums;
|
|
|
4296
4462
|
LocalServicesVerificationArtifactStatus[LocalServicesVerificationArtifactStatus["CANCELLED"] = 6] = "CANCELLED";
|
|
4297
4463
|
})(LocalServicesVerificationArtifactStatus = enums.LocalServicesVerificationArtifactStatus || (enums.LocalServicesVerificationArtifactStatus = {}));
|
|
4298
4464
|
/**
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4465
|
+
* @name LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
|
|
4466
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
|
|
4467
|
+
*/
|
|
4302
4468
|
let LocalServicesVerificationArtifactType;
|
|
4303
4469
|
(function (LocalServicesVerificationArtifactType) {
|
|
4304
4470
|
LocalServicesVerificationArtifactType[LocalServicesVerificationArtifactType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4309,9 +4475,9 @@ var enums;
|
|
|
4309
4475
|
LocalServicesVerificationArtifactType[LocalServicesVerificationArtifactType["BUSINESS_REGISTRATION_CHECK"] = 5] = "BUSINESS_REGISTRATION_CHECK";
|
|
4310
4476
|
})(LocalServicesVerificationArtifactType = enums.LocalServicesVerificationArtifactType || (enums.LocalServicesVerificationArtifactType = {}));
|
|
4311
4477
|
/**
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
4478
|
+
* @name LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
|
|
4479
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
|
|
4480
|
+
*/
|
|
4315
4481
|
let LocalServicesVerificationStatus;
|
|
4316
4482
|
(function (LocalServicesVerificationStatus) {
|
|
4317
4483
|
LocalServicesVerificationStatus[LocalServicesVerificationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4325,9 +4491,9 @@ var enums;
|
|
|
4325
4491
|
LocalServicesVerificationStatus[LocalServicesVerificationStatus["PENDING_ESCALATION"] = 8] = "PENDING_ESCALATION";
|
|
4326
4492
|
})(LocalServicesVerificationStatus = enums.LocalServicesVerificationStatus || (enums.LocalServicesVerificationStatus = {}));
|
|
4327
4493
|
/**
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4494
|
+
* @name LocationSourceTypeEnum.LocationSourceType
|
|
4495
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/LocationSourceTypeEnum.LocationSourceType
|
|
4496
|
+
*/
|
|
4331
4497
|
let LocationSourceType;
|
|
4332
4498
|
(function (LocationSourceType) {
|
|
4333
4499
|
LocationSourceType[LocationSourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4336,9 +4502,9 @@ var enums;
|
|
|
4336
4502
|
LocationSourceType[LocationSourceType["AFFILIATE"] = 3] = "AFFILIATE";
|
|
4337
4503
|
})(LocationSourceType = enums.LocationSourceType || (enums.LocationSourceType = {}));
|
|
4338
4504
|
/**
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4505
|
+
* @name ManagerLinkStatusEnum.ManagerLinkStatus
|
|
4506
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ManagerLinkStatusEnum.ManagerLinkStatus
|
|
4507
|
+
*/
|
|
4342
4508
|
let ManagerLinkStatus;
|
|
4343
4509
|
(function (ManagerLinkStatus) {
|
|
4344
4510
|
ManagerLinkStatus[ManagerLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4350,9 +4516,9 @@ var enums;
|
|
|
4350
4516
|
ManagerLinkStatus[ManagerLinkStatus["CANCELED"] = 6] = "CANCELED";
|
|
4351
4517
|
})(ManagerLinkStatus = enums.ManagerLinkStatus || (enums.ManagerLinkStatus = {}));
|
|
4352
4518
|
/**
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4519
|
+
* @name MediaTypeEnum.MediaType
|
|
4520
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/MediaTypeEnum.MediaType
|
|
4521
|
+
*/
|
|
4356
4522
|
let MediaType;
|
|
4357
4523
|
(function (MediaType) {
|
|
4358
4524
|
MediaType[MediaType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4365,9 +4531,9 @@ var enums;
|
|
|
4365
4531
|
MediaType[MediaType["DYNAMIC_IMAGE"] = 7] = "DYNAMIC_IMAGE";
|
|
4366
4532
|
})(MediaType = enums.MediaType || (enums.MediaType = {}));
|
|
4367
4533
|
/**
|
|
4368
|
-
|
|
4369
|
-
|
|
4370
|
-
|
|
4534
|
+
* @name MobileDeviceTypeEnum.MobileDeviceType
|
|
4535
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/MobileDeviceTypeEnum.MobileDeviceType
|
|
4536
|
+
*/
|
|
4371
4537
|
let MobileDeviceType;
|
|
4372
4538
|
(function (MobileDeviceType) {
|
|
4373
4539
|
MobileDeviceType[MobileDeviceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4376,9 +4542,9 @@ var enums;
|
|
|
4376
4542
|
MobileDeviceType[MobileDeviceType["TABLET"] = 3] = "TABLET";
|
|
4377
4543
|
})(MobileDeviceType = enums.MobileDeviceType || (enums.MobileDeviceType = {}));
|
|
4378
4544
|
/**
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4545
|
+
* @name NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
4546
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
4547
|
+
*/
|
|
4382
4548
|
let NegativeGeoTargetType;
|
|
4383
4549
|
(function (NegativeGeoTargetType) {
|
|
4384
4550
|
NegativeGeoTargetType[NegativeGeoTargetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4387,9 +4553,9 @@ var enums;
|
|
|
4387
4553
|
NegativeGeoTargetType[NegativeGeoTargetType["PRESENCE"] = 5] = "PRESENCE";
|
|
4388
4554
|
})(NegativeGeoTargetType = enums.NegativeGeoTargetType || (enums.NegativeGeoTargetType = {}));
|
|
4389
4555
|
/**
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4556
|
+
* @name NonSkippableMaxDurationEnum.NonSkippableMaxDuration
|
|
4557
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/NonSkippableMaxDurationEnum.NonSkippableMaxDuration
|
|
4558
|
+
*/
|
|
4393
4559
|
let NonSkippableMaxDuration;
|
|
4394
4560
|
(function (NonSkippableMaxDuration) {
|
|
4395
4561
|
NonSkippableMaxDuration[NonSkippableMaxDuration["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4399,9 +4565,9 @@ var enums;
|
|
|
4399
4565
|
NonSkippableMaxDuration[NonSkippableMaxDuration["MAX_DURATION_SIXTY_SECONDS"] = 4] = "MAX_DURATION_SIXTY_SECONDS";
|
|
4400
4566
|
})(NonSkippableMaxDuration = enums.NonSkippableMaxDuration || (enums.NonSkippableMaxDuration = {}));
|
|
4401
4567
|
/**
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4568
|
+
* @name NonSkippableMinDurationEnum.NonSkippableMinDuration
|
|
4569
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/NonSkippableMinDurationEnum.NonSkippableMinDuration
|
|
4570
|
+
*/
|
|
4405
4571
|
let NonSkippableMinDuration;
|
|
4406
4572
|
(function (NonSkippableMinDuration) {
|
|
4407
4573
|
NonSkippableMinDuration[NonSkippableMinDuration["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4412,9 +4578,9 @@ var enums;
|
|
|
4412
4578
|
NonSkippableMinDuration[NonSkippableMinDuration["MIN_DURATION_THIRTY_ONE_SECONDS"] = 5] = "MIN_DURATION_THIRTY_ONE_SECONDS";
|
|
4413
4579
|
})(NonSkippableMinDuration = enums.NonSkippableMinDuration || (enums.NonSkippableMinDuration = {}));
|
|
4414
4580
|
/**
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
|
|
4581
|
+
* @name OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
|
|
4582
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
|
|
4583
|
+
*/
|
|
4418
4584
|
let OfflineConversionDiagnosticStatus;
|
|
4419
4585
|
(function (OfflineConversionDiagnosticStatus) {
|
|
4420
4586
|
OfflineConversionDiagnosticStatus[OfflineConversionDiagnosticStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4425,9 +4591,9 @@ var enums;
|
|
|
4425
4591
|
OfflineConversionDiagnosticStatus[OfflineConversionDiagnosticStatus["NO_RECENT_UPLOAD"] = 6] = "NO_RECENT_UPLOAD";
|
|
4426
4592
|
})(OfflineConversionDiagnosticStatus = enums.OfflineConversionDiagnosticStatus || (enums.OfflineConversionDiagnosticStatus = {}));
|
|
4427
4593
|
/**
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4594
|
+
* @name OfflineEventUploadClientEnum.OfflineEventUploadClient
|
|
4595
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/OfflineEventUploadClientEnum.OfflineEventUploadClient
|
|
4596
|
+
*/
|
|
4431
4597
|
let OfflineEventUploadClient;
|
|
4432
4598
|
(function (OfflineEventUploadClient) {
|
|
4433
4599
|
OfflineEventUploadClient[OfflineEventUploadClient["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4437,9 +4603,9 @@ var enums;
|
|
|
4437
4603
|
OfflineEventUploadClient[OfflineEventUploadClient["ADS_DATA_CONNECTOR"] = 4] = "ADS_DATA_CONNECTOR";
|
|
4438
4604
|
})(OfflineEventUploadClient = enums.OfflineEventUploadClient || (enums.OfflineEventUploadClient = {}));
|
|
4439
4605
|
/**
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4606
|
+
* @name OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
4607
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
4608
|
+
*/
|
|
4443
4609
|
let OfflineUserDataJobFailureReason;
|
|
4444
4610
|
(function (OfflineUserDataJobFailureReason) {
|
|
4445
4611
|
OfflineUserDataJobFailureReason[OfflineUserDataJobFailureReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4451,9 +4617,9 @@ var enums;
|
|
|
4451
4617
|
OfflineUserDataJobFailureReason[OfflineUserDataJobFailureReason["NEWLY_OBSERVED_CURRENCY_CODE"] = 6] = "NEWLY_OBSERVED_CURRENCY_CODE";
|
|
4452
4618
|
})(OfflineUserDataJobFailureReason = enums.OfflineUserDataJobFailureReason || (enums.OfflineUserDataJobFailureReason = {}));
|
|
4453
4619
|
/**
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4620
|
+
* @name OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
4621
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
4622
|
+
*/
|
|
4457
4623
|
let OfflineUserDataJobMatchRateRange;
|
|
4458
4624
|
(function (OfflineUserDataJobMatchRateRange) {
|
|
4459
4625
|
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4469,9 +4635,9 @@ var enums;
|
|
|
4469
4635
|
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["MATCH_RANGE_91_TO_100"] = 10] = "MATCH_RANGE_91_TO_100";
|
|
4470
4636
|
})(OfflineUserDataJobMatchRateRange = enums.OfflineUserDataJobMatchRateRange || (enums.OfflineUserDataJobMatchRateRange = {}));
|
|
4471
4637
|
/**
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4638
|
+
* @name OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
4639
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
4640
|
+
*/
|
|
4475
4641
|
let OfflineUserDataJobStatus;
|
|
4476
4642
|
(function (OfflineUserDataJobStatus) {
|
|
4477
4643
|
OfflineUserDataJobStatus[OfflineUserDataJobStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4482,9 +4648,9 @@ var enums;
|
|
|
4482
4648
|
OfflineUserDataJobStatus[OfflineUserDataJobStatus["FAILED"] = 5] = "FAILED";
|
|
4483
4649
|
})(OfflineUserDataJobStatus = enums.OfflineUserDataJobStatus || (enums.OfflineUserDataJobStatus = {}));
|
|
4484
4650
|
/**
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4651
|
+
* @name OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
4652
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
4653
|
+
*/
|
|
4488
4654
|
let OfflineUserDataJobType;
|
|
4489
4655
|
(function (OfflineUserDataJobType) {
|
|
4490
4656
|
OfflineUserDataJobType[OfflineUserDataJobType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4495,9 +4661,9 @@ var enums;
|
|
|
4495
4661
|
OfflineUserDataJobType[OfflineUserDataJobType["CUSTOMER_MATCH_WITH_ATTRIBUTES"] = 5] = "CUSTOMER_MATCH_WITH_ATTRIBUTES";
|
|
4496
4662
|
})(OfflineUserDataJobType = enums.OfflineUserDataJobType || (enums.OfflineUserDataJobType = {}));
|
|
4497
4663
|
/**
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4664
|
+
* @name OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
4665
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
4666
|
+
*/
|
|
4501
4667
|
let OperatingSystemVersionOperatorType;
|
|
4502
4668
|
(function (OperatingSystemVersionOperatorType) {
|
|
4503
4669
|
OperatingSystemVersionOperatorType[OperatingSystemVersionOperatorType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4506,9 +4672,9 @@ var enums;
|
|
|
4506
4672
|
OperatingSystemVersionOperatorType[OperatingSystemVersionOperatorType["GREATER_THAN_EQUALS_TO"] = 4] = "GREATER_THAN_EQUALS_TO";
|
|
4507
4673
|
})(OperatingSystemVersionOperatorType = enums.OperatingSystemVersionOperatorType || (enums.OperatingSystemVersionOperatorType = {}));
|
|
4508
4674
|
/**
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4675
|
+
* @name OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4676
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4677
|
+
*/
|
|
4512
4678
|
let OptimizationGoalType;
|
|
4513
4679
|
(function (OptimizationGoalType) {
|
|
4514
4680
|
OptimizationGoalType[OptimizationGoalType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4518,9 +4684,9 @@ var enums;
|
|
|
4518
4684
|
OptimizationGoalType[OptimizationGoalType["APP_PRE_REGISTRATION"] = 4] = "APP_PRE_REGISTRATION";
|
|
4519
4685
|
})(OptimizationGoalType = enums.OptimizationGoalType || (enums.OptimizationGoalType = {}));
|
|
4520
4686
|
/**
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4687
|
+
* @name PaymentModeEnum.PaymentMode
|
|
4688
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PaymentModeEnum.PaymentMode
|
|
4689
|
+
*/
|
|
4524
4690
|
let PaymentMode;
|
|
4525
4691
|
(function (PaymentMode) {
|
|
4526
4692
|
PaymentMode[PaymentMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4531,9 +4697,9 @@ var enums;
|
|
|
4531
4697
|
PaymentMode[PaymentMode["GUEST_STAY"] = 7] = "GUEST_STAY";
|
|
4532
4698
|
})(PaymentMode = enums.PaymentMode || (enums.PaymentMode = {}));
|
|
4533
4699
|
/**
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4700
|
+
* @name PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4701
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4702
|
+
*/
|
|
4537
4703
|
let PerformanceMaxUpgradeStatus;
|
|
4538
4704
|
(function (PerformanceMaxUpgradeStatus) {
|
|
4539
4705
|
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4544,9 +4710,9 @@ var enums;
|
|
|
4544
4710
|
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UPGRADE_ELIGIBLE"] = 6] = "UPGRADE_ELIGIBLE";
|
|
4545
4711
|
})(PerformanceMaxUpgradeStatus = enums.PerformanceMaxUpgradeStatus || (enums.PerformanceMaxUpgradeStatus = {}));
|
|
4546
4712
|
/**
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4713
|
+
* @name PlacementTypeEnum.PlacementType
|
|
4714
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PlacementTypeEnum.PlacementType
|
|
4715
|
+
*/
|
|
4550
4716
|
let PlacementType;
|
|
4551
4717
|
(function (PlacementType) {
|
|
4552
4718
|
PlacementType[PlacementType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4559,9 +4725,9 @@ var enums;
|
|
|
4559
4725
|
PlacementType[PlacementType["GOOGLE_PRODUCTS"] = 7] = "GOOGLE_PRODUCTS";
|
|
4560
4726
|
})(PlacementType = enums.PlacementType || (enums.PlacementType = {}));
|
|
4561
4727
|
/**
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4728
|
+
* @name PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4729
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4730
|
+
*/
|
|
4565
4731
|
let PositiveGeoTargetType;
|
|
4566
4732
|
(function (PositiveGeoTargetType) {
|
|
4567
4733
|
PositiveGeoTargetType[PositiveGeoTargetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4571,9 +4737,9 @@ var enums;
|
|
|
4571
4737
|
PositiveGeoTargetType[PositiveGeoTargetType["PRESENCE"] = 7] = "PRESENCE";
|
|
4572
4738
|
})(PositiveGeoTargetType = enums.PositiveGeoTargetType || (enums.PositiveGeoTargetType = {}));
|
|
4573
4739
|
/**
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4740
|
+
* @name ProductAvailabilityEnum.ProductAvailability
|
|
4741
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ProductAvailabilityEnum.ProductAvailability
|
|
4742
|
+
*/
|
|
4577
4743
|
let ProductAvailability;
|
|
4578
4744
|
(function (ProductAvailability) {
|
|
4579
4745
|
ProductAvailability[ProductAvailability["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4583,9 +4749,9 @@ var enums;
|
|
|
4583
4749
|
ProductAvailability[ProductAvailability["PREORDER"] = 4] = "PREORDER";
|
|
4584
4750
|
})(ProductAvailability = enums.ProductAvailability || (enums.ProductAvailability = {}));
|
|
4585
4751
|
/**
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4752
|
+
* @name ProductCategoryStateEnum.ProductCategoryState
|
|
4753
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ProductCategoryStateEnum.ProductCategoryState
|
|
4754
|
+
*/
|
|
4589
4755
|
let ProductCategoryState;
|
|
4590
4756
|
(function (ProductCategoryState) {
|
|
4591
4757
|
ProductCategoryState[ProductCategoryState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4594,9 +4760,9 @@ var enums;
|
|
|
4594
4760
|
ProductCategoryState[ProductCategoryState["OBSOLETE"] = 3] = "OBSOLETE";
|
|
4595
4761
|
})(ProductCategoryState = enums.ProductCategoryState || (enums.ProductCategoryState = {}));
|
|
4596
4762
|
/**
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4763
|
+
* @name ProductIssueSeverityEnum.ProductIssueSeverity
|
|
4764
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ProductIssueSeverityEnum.ProductIssueSeverity
|
|
4765
|
+
*/
|
|
4600
4766
|
let ProductIssueSeverity;
|
|
4601
4767
|
(function (ProductIssueSeverity) {
|
|
4602
4768
|
ProductIssueSeverity[ProductIssueSeverity["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4605,9 +4771,9 @@ var enums;
|
|
|
4605
4771
|
ProductIssueSeverity[ProductIssueSeverity["ERROR"] = 3] = "ERROR";
|
|
4606
4772
|
})(ProductIssueSeverity = enums.ProductIssueSeverity || (enums.ProductIssueSeverity = {}));
|
|
4607
4773
|
/**
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4774
|
+
* @name ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
|
|
4775
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
|
|
4776
|
+
*/
|
|
4611
4777
|
let ProductLinkInvitationStatus;
|
|
4612
4778
|
(function (ProductLinkInvitationStatus) {
|
|
4613
4779
|
ProductLinkInvitationStatus[ProductLinkInvitationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4620,9 +4786,9 @@ var enums;
|
|
|
4620
4786
|
ProductLinkInvitationStatus[ProductLinkInvitationStatus["EXPIRED"] = 7] = "EXPIRED";
|
|
4621
4787
|
})(ProductLinkInvitationStatus = enums.ProductLinkInvitationStatus || (enums.ProductLinkInvitationStatus = {}));
|
|
4622
4788
|
/**
|
|
4623
|
-
|
|
4624
|
-
|
|
4625
|
-
|
|
4789
|
+
* @name ProductStatusEnum.ProductStatus
|
|
4790
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ProductStatusEnum.ProductStatus
|
|
4791
|
+
*/
|
|
4626
4792
|
let ProductStatus;
|
|
4627
4793
|
(function (ProductStatus) {
|
|
4628
4794
|
ProductStatus[ProductStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4632,9 +4798,9 @@ var enums;
|
|
|
4632
4798
|
ProductStatus[ProductStatus["ELIGIBLE"] = 4] = "ELIGIBLE";
|
|
4633
4799
|
})(ProductStatus = enums.ProductStatus || (enums.ProductStatus = {}));
|
|
4634
4800
|
/**
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
4801
|
+
* @name ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4802
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4803
|
+
*/
|
|
4638
4804
|
let ReachPlanAgeRange;
|
|
4639
4805
|
(function (ReachPlanAgeRange) {
|
|
4640
4806
|
ReachPlanAgeRange[ReachPlanAgeRange["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4667,9 +4833,9 @@ var enums;
|
|
|
4667
4833
|
ReachPlanAgeRange[ReachPlanAgeRange["AGE_RANGE_65_UP"] = 503006] = "AGE_RANGE_65_UP";
|
|
4668
4834
|
})(ReachPlanAgeRange = enums.ReachPlanAgeRange || (enums.ReachPlanAgeRange = {}));
|
|
4669
4835
|
/**
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4836
|
+
* @name ReachPlanConversionRateModelEnum.ReachPlanConversionRateModel
|
|
4837
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ReachPlanConversionRateModelEnum.ReachPlanConversionRateModel
|
|
4838
|
+
*/
|
|
4673
4839
|
let ReachPlanConversionRateModel;
|
|
4674
4840
|
(function (ReachPlanConversionRateModel) {
|
|
4675
4841
|
ReachPlanConversionRateModel[ReachPlanConversionRateModel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4680,9 +4846,9 @@ var enums;
|
|
|
4680
4846
|
ReachPlanConversionRateModel[ReachPlanConversionRateModel["INVENTORY_MEDIAN"] = 5] = "INVENTORY_MEDIAN";
|
|
4681
4847
|
})(ReachPlanConversionRateModel = enums.ReachPlanConversionRateModel || (enums.ReachPlanConversionRateModel = {}));
|
|
4682
4848
|
/**
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
|
|
4849
|
+
* @name ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4850
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4851
|
+
*/
|
|
4686
4852
|
let ReachPlanNetwork;
|
|
4687
4853
|
(function (ReachPlanNetwork) {
|
|
4688
4854
|
ReachPlanNetwork[ReachPlanNetwork["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4692,9 +4858,9 @@ var enums;
|
|
|
4692
4858
|
ReachPlanNetwork[ReachPlanNetwork["YOUTUBE_AND_GOOGLE_VIDEO_PARTNERS"] = 4] = "YOUTUBE_AND_GOOGLE_VIDEO_PARTNERS";
|
|
4693
4859
|
})(ReachPlanNetwork = enums.ReachPlanNetwork || (enums.ReachPlanNetwork = {}));
|
|
4694
4860
|
/**
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
|
|
4861
|
+
* @name ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus
|
|
4862
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus
|
|
4863
|
+
*/
|
|
4698
4864
|
let ReachPlanPlannableUserListStatus;
|
|
4699
4865
|
(function (ReachPlanPlannableUserListStatus) {
|
|
4700
4866
|
ReachPlanPlannableUserListStatus[ReachPlanPlannableUserListStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4703,9 +4869,9 @@ var enums;
|
|
|
4703
4869
|
ReachPlanPlannableUserListStatus[ReachPlanPlannableUserListStatus["UNPLANNABLE"] = 3] = "UNPLANNABLE";
|
|
4704
4870
|
})(ReachPlanPlannableUserListStatus = enums.ReachPlanPlannableUserListStatus || (enums.ReachPlanPlannableUserListStatus = {}));
|
|
4705
4871
|
/**
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
|
|
4872
|
+
* @name ReachPlanSurfaceEnum.ReachPlanSurface
|
|
4873
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ReachPlanSurfaceEnum.ReachPlanSurface
|
|
4874
|
+
*/
|
|
4709
4875
|
let ReachPlanSurface;
|
|
4710
4876
|
(function (ReachPlanSurface) {
|
|
4711
4877
|
ReachPlanSurface[ReachPlanSurface["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4719,9 +4885,9 @@ var enums;
|
|
|
4719
4885
|
ReachPlanSurface[ReachPlanSurface["SHORTS"] = 6] = "SHORTS";
|
|
4720
4886
|
})(ReachPlanSurface = enums.ReachPlanSurface || (enums.ReachPlanSurface = {}));
|
|
4721
4887
|
/**
|
|
4722
|
-
|
|
4723
|
-
|
|
4724
|
-
|
|
4888
|
+
* @name RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
|
|
4889
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
|
|
4890
|
+
*/
|
|
4725
4891
|
let RecommendationSubscriptionStatus;
|
|
4726
4892
|
(function (RecommendationSubscriptionStatus) {
|
|
4727
4893
|
RecommendationSubscriptionStatus[RecommendationSubscriptionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4730,9 +4896,9 @@ var enums;
|
|
|
4730
4896
|
RecommendationSubscriptionStatus[RecommendationSubscriptionStatus["PAUSED"] = 3] = "PAUSED";
|
|
4731
4897
|
})(RecommendationSubscriptionStatus = enums.RecommendationSubscriptionStatus || (enums.RecommendationSubscriptionStatus = {}));
|
|
4732
4898
|
/**
|
|
4733
|
-
|
|
4734
|
-
|
|
4735
|
-
|
|
4899
|
+
* @name ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4900
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4901
|
+
*/
|
|
4736
4902
|
let ResourceChangeOperation;
|
|
4737
4903
|
(function (ResourceChangeOperation) {
|
|
4738
4904
|
ResourceChangeOperation[ResourceChangeOperation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4742,9 +4908,9 @@ var enums;
|
|
|
4742
4908
|
ResourceChangeOperation[ResourceChangeOperation["REMOVE"] = 4] = "REMOVE";
|
|
4743
4909
|
})(ResourceChangeOperation = enums.ResourceChangeOperation || (enums.ResourceChangeOperation = {}));
|
|
4744
4910
|
/**
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4911
|
+
* @name ResourceLimitTypeEnum.ResourceLimitType
|
|
4912
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ResourceLimitTypeEnum.ResourceLimitType
|
|
4913
|
+
*/
|
|
4748
4914
|
let ResourceLimitType;
|
|
4749
4915
|
(function (ResourceLimitType) {
|
|
4750
4916
|
ResourceLimitType[ResourceLimitType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4895,11 +5061,12 @@ var enums;
|
|
|
4895
5061
|
ResourceLimitType[ResourceLimitType["BUSINESS_MESSAGE_ASSET_LINKS_PER_CUSTOMER"] = 188] = "BUSINESS_MESSAGE_ASSET_LINKS_PER_CUSTOMER";
|
|
4896
5062
|
ResourceLimitType[ResourceLimitType["WHATSAPP_BUSINESS_MESSAGE_ASSET_LINKS_PER_CAMPAIGN"] = 189] = "WHATSAPP_BUSINESS_MESSAGE_ASSET_LINKS_PER_CAMPAIGN";
|
|
4897
5063
|
ResourceLimitType[ResourceLimitType["WHATSAPP_BUSINESS_MESSAGE_ASSET_LINKS_PER_AD_GROUP"] = 190] = "WHATSAPP_BUSINESS_MESSAGE_ASSET_LINKS_PER_AD_GROUP";
|
|
5064
|
+
ResourceLimitType[ResourceLimitType["BRAND_LIST_CRITERIA_PER_AD_GROUP"] = 193] = "BRAND_LIST_CRITERIA_PER_AD_GROUP";
|
|
4898
5065
|
})(ResourceLimitType = enums.ResourceLimitType || (enums.ResourceLimitType = {}));
|
|
4899
5066
|
/**
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
5067
|
+
* @name ResponseContentTypeEnum.ResponseContentType
|
|
5068
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ResponseContentTypeEnum.ResponseContentType
|
|
5069
|
+
*/
|
|
4903
5070
|
let ResponseContentType;
|
|
4904
5071
|
(function (ResponseContentType) {
|
|
4905
5072
|
ResponseContentType[ResponseContentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4907,22 +5074,9 @@ var enums;
|
|
|
4907
5074
|
ResponseContentType[ResponseContentType["MUTABLE_RESOURCE"] = 2] = "MUTABLE_RESOURCE";
|
|
4908
5075
|
})(ResponseContentType = enums.ResponseContentType || (enums.ResponseContentType = {}));
|
|
4909
5076
|
/**
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
let SearchTermTargetingStatus;
|
|
4914
|
-
(function (SearchTermTargetingStatus) {
|
|
4915
|
-
SearchTermTargetingStatus[SearchTermTargetingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4916
|
-
SearchTermTargetingStatus[SearchTermTargetingStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4917
|
-
SearchTermTargetingStatus[SearchTermTargetingStatus["ADDED"] = 2] = "ADDED";
|
|
4918
|
-
SearchTermTargetingStatus[SearchTermTargetingStatus["EXCLUDED"] = 3] = "EXCLUDED";
|
|
4919
|
-
SearchTermTargetingStatus[SearchTermTargetingStatus["ADDED_EXCLUDED"] = 4] = "ADDED_EXCLUDED";
|
|
4920
|
-
SearchTermTargetingStatus[SearchTermTargetingStatus["NONE"] = 5] = "NONE";
|
|
4921
|
-
})(SearchTermTargetingStatus = enums.SearchTermTargetingStatus || (enums.SearchTermTargetingStatus = {}));
|
|
4922
|
-
/**
|
|
4923
|
-
* @name SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4924
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4925
|
-
*/
|
|
5077
|
+
* @name SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
5078
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
5079
|
+
*/
|
|
4926
5080
|
let SeasonalityEventScope;
|
|
4927
5081
|
(function (SeasonalityEventScope) {
|
|
4928
5082
|
SeasonalityEventScope[SeasonalityEventScope["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4932,9 +5086,9 @@ var enums;
|
|
|
4932
5086
|
SeasonalityEventScope[SeasonalityEventScope["CHANNEL"] = 5] = "CHANNEL";
|
|
4933
5087
|
})(SeasonalityEventScope = enums.SeasonalityEventScope || (enums.SeasonalityEventScope = {}));
|
|
4934
5088
|
/**
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
5089
|
+
* @name SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
5090
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
5091
|
+
*/
|
|
4938
5092
|
let SeasonalityEventStatus;
|
|
4939
5093
|
(function (SeasonalityEventStatus) {
|
|
4940
5094
|
SeasonalityEventStatus[SeasonalityEventStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4943,9 +5097,9 @@ var enums;
|
|
|
4943
5097
|
SeasonalityEventStatus[SeasonalityEventStatus["REMOVED"] = 4] = "REMOVED";
|
|
4944
5098
|
})(SeasonalityEventStatus = enums.SeasonalityEventStatus || (enums.SeasonalityEventStatus = {}));
|
|
4945
5099
|
/**
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
5100
|
+
* @name SharedSetStatusEnum.SharedSetStatus
|
|
5101
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SharedSetStatusEnum.SharedSetStatus
|
|
5102
|
+
*/
|
|
4949
5103
|
let SharedSetStatus;
|
|
4950
5104
|
(function (SharedSetStatus) {
|
|
4951
5105
|
SharedSetStatus[SharedSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4954,9 +5108,9 @@ var enums;
|
|
|
4954
5108
|
SharedSetStatus[SharedSetStatus["REMOVED"] = 3] = "REMOVED";
|
|
4955
5109
|
})(SharedSetStatus = enums.SharedSetStatus || (enums.SharedSetStatus = {}));
|
|
4956
5110
|
/**
|
|
4957
|
-
|
|
4958
|
-
|
|
4959
|
-
|
|
5111
|
+
* @name SharedSetTypeEnum.SharedSetType
|
|
5112
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SharedSetTypeEnum.SharedSetType
|
|
5113
|
+
*/
|
|
4960
5114
|
let SharedSetType;
|
|
4961
5115
|
(function (SharedSetType) {
|
|
4962
5116
|
SharedSetType[SharedSetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4968,9 +5122,9 @@ var enums;
|
|
|
4968
5122
|
SharedSetType[SharedSetType["WEBPAGES"] = 6] = "WEBPAGES";
|
|
4969
5123
|
})(SharedSetType = enums.SharedSetType || (enums.SharedSetType = {}));
|
|
4970
5124
|
/**
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
|
|
5125
|
+
* @name ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
|
|
5126
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
|
|
5127
|
+
*/
|
|
4974
5128
|
let ShoppingAddProductsToCampaignRecommendation;
|
|
4975
5129
|
(function (ShoppingAddProductsToCampaignRecommendation) {
|
|
4976
5130
|
ShoppingAddProductsToCampaignRecommendation[ShoppingAddProductsToCampaignRecommendation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4981,9 +5135,9 @@ var enums;
|
|
|
4981
5135
|
ShoppingAddProductsToCampaignRecommendation[ShoppingAddProductsToCampaignRecommendation["ALL_PRODUCTS_ARE_EXCLUDED_FROM_CAMPAIGN"] = 5] = "ALL_PRODUCTS_ARE_EXCLUDED_FROM_CAMPAIGN";
|
|
4982
5136
|
})(ShoppingAddProductsToCampaignRecommendation = enums.ShoppingAddProductsToCampaignRecommendation || (enums.ShoppingAddProductsToCampaignRecommendation = {}));
|
|
4983
5137
|
/**
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
|
|
5138
|
+
* @name SimulationModificationMethodEnum.SimulationModificationMethod
|
|
5139
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SimulationModificationMethodEnum.SimulationModificationMethod
|
|
5140
|
+
*/
|
|
4987
5141
|
let SimulationModificationMethod;
|
|
4988
5142
|
(function (SimulationModificationMethod) {
|
|
4989
5143
|
SimulationModificationMethod[SimulationModificationMethod["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4993,9 +5147,9 @@ var enums;
|
|
|
4993
5147
|
SimulationModificationMethod[SimulationModificationMethod["SCALING"] = 4] = "SCALING";
|
|
4994
5148
|
})(SimulationModificationMethod = enums.SimulationModificationMethod || (enums.SimulationModificationMethod = {}));
|
|
4995
5149
|
/**
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
|
|
5150
|
+
* @name SimulationTypeEnum.SimulationType
|
|
5151
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SimulationTypeEnum.SimulationType
|
|
5152
|
+
*/
|
|
4999
5153
|
let SimulationType;
|
|
5000
5154
|
(function (SimulationType) {
|
|
5001
5155
|
SimulationType[SimulationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5010,9 +5164,9 @@ var enums;
|
|
|
5010
5164
|
SimulationType[SimulationType["BUDGET"] = 9] = "BUDGET";
|
|
5011
5165
|
})(SimulationType = enums.SimulationType || (enums.SimulationType = {}));
|
|
5012
5166
|
/**
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
|
|
5167
|
+
* @name SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
5168
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
5169
|
+
*/
|
|
5016
5170
|
let SmartCampaignNotEligibleReason;
|
|
5017
5171
|
(function (SmartCampaignNotEligibleReason) {
|
|
5018
5172
|
SmartCampaignNotEligibleReason[SmartCampaignNotEligibleReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5023,9 +5177,9 @@ var enums;
|
|
|
5023
5177
|
SmartCampaignNotEligibleReason[SmartCampaignNotEligibleReason["ALL_ADS_DISAPPROVED"] = 5] = "ALL_ADS_DISAPPROVED";
|
|
5024
5178
|
})(SmartCampaignNotEligibleReason = enums.SmartCampaignNotEligibleReason || (enums.SmartCampaignNotEligibleReason = {}));
|
|
5025
5179
|
/**
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
|
|
5180
|
+
* @name SmartCampaignStatusEnum.SmartCampaignStatus
|
|
5181
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SmartCampaignStatusEnum.SmartCampaignStatus
|
|
5182
|
+
*/
|
|
5029
5183
|
let SmartCampaignStatus;
|
|
5030
5184
|
(function (SmartCampaignStatus) {
|
|
5031
5185
|
SmartCampaignStatus[SmartCampaignStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5038,9 +5192,9 @@ var enums;
|
|
|
5038
5192
|
SmartCampaignStatus[SmartCampaignStatus["ENDED"] = 7] = "ENDED";
|
|
5039
5193
|
})(SmartCampaignStatus = enums.SmartCampaignStatus || (enums.SmartCampaignStatus = {}));
|
|
5040
5194
|
/**
|
|
5041
|
-
|
|
5042
|
-
|
|
5043
|
-
|
|
5195
|
+
* @name SpendingLimitTypeEnum.SpendingLimitType
|
|
5196
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SpendingLimitTypeEnum.SpendingLimitType
|
|
5197
|
+
*/
|
|
5044
5198
|
let SpendingLimitType;
|
|
5045
5199
|
(function (SpendingLimitType) {
|
|
5046
5200
|
SpendingLimitType[SpendingLimitType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5048,9 +5202,9 @@ var enums;
|
|
|
5048
5202
|
SpendingLimitType[SpendingLimitType["INFINITE"] = 2] = "INFINITE";
|
|
5049
5203
|
})(SpendingLimitType = enums.SpendingLimitType || (enums.SpendingLimitType = {}));
|
|
5050
5204
|
/**
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5205
|
+
* @name SummaryRowSettingEnum.SummaryRowSetting
|
|
5206
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SummaryRowSettingEnum.SummaryRowSetting
|
|
5207
|
+
*/
|
|
5054
5208
|
let SummaryRowSetting;
|
|
5055
5209
|
(function (SummaryRowSetting) {
|
|
5056
5210
|
SummaryRowSetting[SummaryRowSetting["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5060,9 +5214,9 @@ var enums;
|
|
|
5060
5214
|
SummaryRowSetting[SummaryRowSetting["SUMMARY_ROW_ONLY"] = 4] = "SUMMARY_ROW_ONLY";
|
|
5061
5215
|
})(SummaryRowSetting = enums.SummaryRowSetting || (enums.SummaryRowSetting = {}));
|
|
5062
5216
|
/**
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5217
|
+
* @name SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
5218
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
5219
|
+
*/
|
|
5066
5220
|
let SystemManagedResourceSource;
|
|
5067
5221
|
(function (SystemManagedResourceSource) {
|
|
5068
5222
|
SystemManagedResourceSource[SystemManagedResourceSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5070,9 +5224,9 @@ var enums;
|
|
|
5070
5224
|
SystemManagedResourceSource[SystemManagedResourceSource["AD_VARIATIONS"] = 2] = "AD_VARIATIONS";
|
|
5071
5225
|
})(SystemManagedResourceSource = enums.SystemManagedResourceSource || (enums.SystemManagedResourceSource = {}));
|
|
5072
5226
|
/**
|
|
5073
|
-
|
|
5074
|
-
|
|
5075
|
-
|
|
5227
|
+
* @name TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
5228
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
5229
|
+
*/
|
|
5076
5230
|
let TargetCpaOptInRecommendationGoal;
|
|
5077
5231
|
(function (TargetCpaOptInRecommendationGoal) {
|
|
5078
5232
|
TargetCpaOptInRecommendationGoal[TargetCpaOptInRecommendationGoal["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5083,9 +5237,9 @@ var enums;
|
|
|
5083
5237
|
TargetCpaOptInRecommendationGoal[TargetCpaOptInRecommendationGoal["CLOSEST_CPA"] = 5] = "CLOSEST_CPA";
|
|
5084
5238
|
})(TargetCpaOptInRecommendationGoal = enums.TargetCpaOptInRecommendationGoal || (enums.TargetCpaOptInRecommendationGoal = {}));
|
|
5085
5239
|
/**
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
|
|
5240
|
+
* @name TimeTypeEnum.TimeType
|
|
5241
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/TimeTypeEnum.TimeType
|
|
5242
|
+
*/
|
|
5089
5243
|
let TimeType;
|
|
5090
5244
|
(function (TimeType) {
|
|
5091
5245
|
TimeType[TimeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5094,9 +5248,9 @@ var enums;
|
|
|
5094
5248
|
TimeType[TimeType["FOREVER"] = 3] = "FOREVER";
|
|
5095
5249
|
})(TimeType = enums.TimeType || (enums.TimeType = {}));
|
|
5096
5250
|
/**
|
|
5097
|
-
|
|
5098
|
-
|
|
5099
|
-
|
|
5251
|
+
* @name UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
5252
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
5253
|
+
*/
|
|
5100
5254
|
let UserInterestTaxonomyType;
|
|
5101
5255
|
(function (UserInterestTaxonomyType) {
|
|
5102
5256
|
UserInterestTaxonomyType[UserInterestTaxonomyType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5108,9 +5262,9 @@ var enums;
|
|
|
5108
5262
|
UserInterestTaxonomyType[UserInterestTaxonomyType["NEW_SMART_PHONE_USER"] = 6] = "NEW_SMART_PHONE_USER";
|
|
5109
5263
|
})(UserInterestTaxonomyType = enums.UserInterestTaxonomyType || (enums.UserInterestTaxonomyType = {}));
|
|
5110
5264
|
/**
|
|
5111
|
-
|
|
5112
|
-
|
|
5113
|
-
|
|
5265
|
+
* @name UserListAccessStatusEnum.UserListAccessStatus
|
|
5266
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserListAccessStatusEnum.UserListAccessStatus
|
|
5267
|
+
*/
|
|
5114
5268
|
let UserListAccessStatus;
|
|
5115
5269
|
(function (UserListAccessStatus) {
|
|
5116
5270
|
UserListAccessStatus[UserListAccessStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5119,9 +5273,9 @@ var enums;
|
|
|
5119
5273
|
UserListAccessStatus[UserListAccessStatus["DISABLED"] = 3] = "DISABLED";
|
|
5120
5274
|
})(UserListAccessStatus = enums.UserListAccessStatus || (enums.UserListAccessStatus = {}));
|
|
5121
5275
|
/**
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5276
|
+
* @name UserListClosingReasonEnum.UserListClosingReason
|
|
5277
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserListClosingReasonEnum.UserListClosingReason
|
|
5278
|
+
*/
|
|
5125
5279
|
let UserListClosingReason;
|
|
5126
5280
|
(function (UserListClosingReason) {
|
|
5127
5281
|
UserListClosingReason[UserListClosingReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5129,9 +5283,9 @@ var enums;
|
|
|
5129
5283
|
UserListClosingReason[UserListClosingReason["UNUSED"] = 2] = "UNUSED";
|
|
5130
5284
|
})(UserListClosingReason = enums.UserListClosingReason || (enums.UserListClosingReason = {}));
|
|
5131
5285
|
/**
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5286
|
+
* @name UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
|
|
5287
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
|
|
5288
|
+
*/
|
|
5135
5289
|
let UserListCustomerTypeCategory;
|
|
5136
5290
|
(function (UserListCustomerTypeCategory) {
|
|
5137
5291
|
UserListCustomerTypeCategory[UserListCustomerTypeCategory["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5154,9 +5308,9 @@ var enums;
|
|
|
5154
5308
|
UserListCustomerTypeCategory[UserListCustomerTypeCategory["LOYALTY_TIER_7_MEMBERS"] = 17] = "LOYALTY_TIER_7_MEMBERS";
|
|
5155
5309
|
})(UserListCustomerTypeCategory = enums.UserListCustomerTypeCategory || (enums.UserListCustomerTypeCategory = {}));
|
|
5156
5310
|
/**
|
|
5157
|
-
|
|
5158
|
-
|
|
5159
|
-
|
|
5311
|
+
* @name UserListMembershipStatusEnum.UserListMembershipStatus
|
|
5312
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserListMembershipStatusEnum.UserListMembershipStatus
|
|
5313
|
+
*/
|
|
5160
5314
|
let UserListMembershipStatus;
|
|
5161
5315
|
(function (UserListMembershipStatus) {
|
|
5162
5316
|
UserListMembershipStatus[UserListMembershipStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5165,9 +5319,9 @@ var enums;
|
|
|
5165
5319
|
UserListMembershipStatus[UserListMembershipStatus["CLOSED"] = 3] = "CLOSED";
|
|
5166
5320
|
})(UserListMembershipStatus = enums.UserListMembershipStatus || (enums.UserListMembershipStatus = {}));
|
|
5167
5321
|
/**
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
|
|
5322
|
+
* @name UserListSizeRangeEnum.UserListSizeRange
|
|
5323
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/UserListSizeRangeEnum.UserListSizeRange
|
|
5324
|
+
*/
|
|
5171
5325
|
let UserListSizeRange;
|
|
5172
5326
|
(function (UserListSizeRange) {
|
|
5173
5327
|
UserListSizeRange[UserListSizeRange["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5190,25 +5344,9 @@ var enums;
|
|
|
5190
5344
|
UserListSizeRange[UserListSizeRange["OVER_FIFTY_MILLION"] = 17] = "OVER_FIFTY_MILLION";
|
|
5191
5345
|
})(UserListSizeRange = enums.UserListSizeRange || (enums.UserListSizeRange = {}));
|
|
5192
5346
|
/**
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
|
|
5196
|
-
let UserListType;
|
|
5197
|
-
(function (UserListType) {
|
|
5198
|
-
UserListType[UserListType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
5199
|
-
UserListType[UserListType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
5200
|
-
UserListType[UserListType["REMARKETING"] = 2] = "REMARKETING";
|
|
5201
|
-
UserListType[UserListType["LOGICAL"] = 3] = "LOGICAL";
|
|
5202
|
-
UserListType[UserListType["EXTERNAL_REMARKETING"] = 4] = "EXTERNAL_REMARKETING";
|
|
5203
|
-
UserListType[UserListType["RULE_BASED"] = 5] = "RULE_BASED";
|
|
5204
|
-
UserListType[UserListType["SIMILAR"] = 6] = "SIMILAR";
|
|
5205
|
-
UserListType[UserListType["CRM_BASED"] = 7] = "CRM_BASED";
|
|
5206
|
-
UserListType[UserListType["LOOKALIKE"] = 9] = "LOOKALIKE";
|
|
5207
|
-
})(UserListType = enums.UserListType || (enums.UserListType = {}));
|
|
5208
|
-
/**
|
|
5209
|
-
* @name ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
5210
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
5211
|
-
*/
|
|
5347
|
+
* @name ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
5348
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
5349
|
+
*/
|
|
5212
5350
|
let ValueRuleDeviceType;
|
|
5213
5351
|
(function (ValueRuleDeviceType) {
|
|
5214
5352
|
ValueRuleDeviceType[ValueRuleDeviceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5218,9 +5356,9 @@ var enums;
|
|
|
5218
5356
|
ValueRuleDeviceType[ValueRuleDeviceType["TABLET"] = 4] = "TABLET";
|
|
5219
5357
|
})(ValueRuleDeviceType = enums.ValueRuleDeviceType || (enums.ValueRuleDeviceType = {}));
|
|
5220
5358
|
/**
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
|
|
5359
|
+
* @name ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
5360
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
5361
|
+
*/
|
|
5224
5362
|
let ValueRuleGeoLocationMatchType;
|
|
5225
5363
|
(function (ValueRuleGeoLocationMatchType) {
|
|
5226
5364
|
ValueRuleGeoLocationMatchType[ValueRuleGeoLocationMatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5229,9 +5367,9 @@ var enums;
|
|
|
5229
5367
|
ValueRuleGeoLocationMatchType[ValueRuleGeoLocationMatchType["LOCATION_OF_PRESENCE"] = 3] = "LOCATION_OF_PRESENCE";
|
|
5230
5368
|
})(ValueRuleGeoLocationMatchType = enums.ValueRuleGeoLocationMatchType || (enums.ValueRuleGeoLocationMatchType = {}));
|
|
5231
5369
|
/**
|
|
5232
|
-
|
|
5233
|
-
|
|
5234
|
-
|
|
5370
|
+
* @name ValueRuleOperationEnum.ValueRuleOperation
|
|
5371
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ValueRuleOperationEnum.ValueRuleOperation
|
|
5372
|
+
*/
|
|
5235
5373
|
let ValueRuleOperation;
|
|
5236
5374
|
(function (ValueRuleOperation) {
|
|
5237
5375
|
ValueRuleOperation[ValueRuleOperation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5241,9 +5379,9 @@ var enums;
|
|
|
5241
5379
|
ValueRuleOperation[ValueRuleOperation["SET"] = 4] = "SET";
|
|
5242
5380
|
})(ValueRuleOperation = enums.ValueRuleOperation || (enums.ValueRuleOperation = {}));
|
|
5243
5381
|
/**
|
|
5244
|
-
|
|
5245
|
-
|
|
5246
|
-
|
|
5382
|
+
* @name ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
5383
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
5384
|
+
*/
|
|
5247
5385
|
let ValueRuleSetAttachmentType;
|
|
5248
5386
|
(function (ValueRuleSetAttachmentType) {
|
|
5249
5387
|
ValueRuleSetAttachmentType[ValueRuleSetAttachmentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5252,9 +5390,9 @@ var enums;
|
|
|
5252
5390
|
ValueRuleSetAttachmentType[ValueRuleSetAttachmentType["CAMPAIGN"] = 3] = "CAMPAIGN";
|
|
5253
5391
|
})(ValueRuleSetAttachmentType = enums.ValueRuleSetAttachmentType || (enums.ValueRuleSetAttachmentType = {}));
|
|
5254
5392
|
/**
|
|
5255
|
-
|
|
5256
|
-
|
|
5257
|
-
|
|
5393
|
+
* @name ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
5394
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
5395
|
+
*/
|
|
5258
5396
|
let ValueRuleSetDimension;
|
|
5259
5397
|
(function (ValueRuleSetDimension) {
|
|
5260
5398
|
ValueRuleSetDimension[ValueRuleSetDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5266,9 +5404,9 @@ var enums;
|
|
|
5266
5404
|
ValueRuleSetDimension[ValueRuleSetDimension["ITINERARY"] = 6] = "ITINERARY";
|
|
5267
5405
|
})(ValueRuleSetDimension = enums.ValueRuleSetDimension || (enums.ValueRuleSetDimension = {}));
|
|
5268
5406
|
/**
|
|
5269
|
-
|
|
5270
|
-
|
|
5271
|
-
|
|
5407
|
+
* @name VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
5408
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
5409
|
+
*/
|
|
5272
5410
|
let VanityPharmaDisplayUrlMode;
|
|
5273
5411
|
(function (VanityPharmaDisplayUrlMode) {
|
|
5274
5412
|
VanityPharmaDisplayUrlMode[VanityPharmaDisplayUrlMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5277,9 +5415,9 @@ var enums;
|
|
|
5277
5415
|
VanityPharmaDisplayUrlMode[VanityPharmaDisplayUrlMode["WEBSITE_DESCRIPTION"] = 3] = "WEBSITE_DESCRIPTION";
|
|
5278
5416
|
})(VanityPharmaDisplayUrlMode = enums.VanityPharmaDisplayUrlMode || (enums.VanityPharmaDisplayUrlMode = {}));
|
|
5279
5417
|
/**
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
|
|
5418
|
+
* @name VanityPharmaTextEnum.VanityPharmaText
|
|
5419
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/VanityPharmaTextEnum.VanityPharmaText
|
|
5420
|
+
*/
|
|
5283
5421
|
let VanityPharmaText;
|
|
5284
5422
|
(function (VanityPharmaText) {
|
|
5285
5423
|
VanityPharmaText[VanityPharmaText["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5298,13 +5436,37 @@ var enums;
|
|
|
5298
5436
|
VanityPharmaText[VanityPharmaText["PRESCRIPTION_VACCINE_WEBSITE_ES"] = 13] = "PRESCRIPTION_VACCINE_WEBSITE_ES";
|
|
5299
5437
|
})(VanityPharmaText = enums.VanityPharmaText || (enums.VanityPharmaText = {}));
|
|
5300
5438
|
/**
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5439
|
+
* @name VideoAdFormatRestrictionEnum.VideoAdFormatRestriction
|
|
5440
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/VideoAdFormatRestrictionEnum.VideoAdFormatRestriction
|
|
5441
|
+
*/
|
|
5304
5442
|
let VideoAdFormatRestriction;
|
|
5305
5443
|
(function (VideoAdFormatRestriction) {
|
|
5306
5444
|
VideoAdFormatRestriction[VideoAdFormatRestriction["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
5307
5445
|
VideoAdFormatRestriction[VideoAdFormatRestriction["UNKNOWN"] = 1] = "UNKNOWN";
|
|
5308
5446
|
VideoAdFormatRestriction[VideoAdFormatRestriction["NON_SKIPPABLE_IN_STREAM"] = 2] = "NON_SKIPPABLE_IN_STREAM";
|
|
5309
5447
|
})(VideoAdFormatRestriction = enums.VideoAdFormatRestriction || (enums.VideoAdFormatRestriction = {}));
|
|
5448
|
+
/**
|
|
5449
|
+
* @name VideoAdSequenceInteractionTypeEnum.VideoAdSequenceInteractionType
|
|
5450
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/VideoAdSequenceInteractionTypeEnum.VideoAdSequenceInteractionType
|
|
5451
|
+
*/
|
|
5452
|
+
let VideoAdSequenceInteractionType;
|
|
5453
|
+
(function (VideoAdSequenceInteractionType) {
|
|
5454
|
+
VideoAdSequenceInteractionType[VideoAdSequenceInteractionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
5455
|
+
VideoAdSequenceInteractionType[VideoAdSequenceInteractionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
5456
|
+
VideoAdSequenceInteractionType[VideoAdSequenceInteractionType["PAID_VIEW"] = 2] = "PAID_VIEW";
|
|
5457
|
+
VideoAdSequenceInteractionType[VideoAdSequenceInteractionType["SKIP"] = 3] = "SKIP";
|
|
5458
|
+
VideoAdSequenceInteractionType[VideoAdSequenceInteractionType["IMPRESSION"] = 4] = "IMPRESSION";
|
|
5459
|
+
VideoAdSequenceInteractionType[VideoAdSequenceInteractionType["ENGAGED_IMPRESSION"] = 5] = "ENGAGED_IMPRESSION";
|
|
5460
|
+
})(VideoAdSequenceInteractionType = enums.VideoAdSequenceInteractionType || (enums.VideoAdSequenceInteractionType = {}));
|
|
5461
|
+
/**
|
|
5462
|
+
* @name VideoAdSequenceMinimumDurationEnum.VideoAdSequenceMinimumDuration
|
|
5463
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v21/VideoAdSequenceMinimumDurationEnum.VideoAdSequenceMinimumDuration
|
|
5464
|
+
*/
|
|
5465
|
+
let VideoAdSequenceMinimumDuration;
|
|
5466
|
+
(function (VideoAdSequenceMinimumDuration) {
|
|
5467
|
+
VideoAdSequenceMinimumDuration[VideoAdSequenceMinimumDuration["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
5468
|
+
VideoAdSequenceMinimumDuration[VideoAdSequenceMinimumDuration["UNKNOWN"] = 1] = "UNKNOWN";
|
|
5469
|
+
VideoAdSequenceMinimumDuration[VideoAdSequenceMinimumDuration["WEEK"] = 2] = "WEEK";
|
|
5470
|
+
VideoAdSequenceMinimumDuration[VideoAdSequenceMinimumDuration["MONTH"] = 3] = "MONTH";
|
|
5471
|
+
})(VideoAdSequenceMinimumDuration = enums.VideoAdSequenceMinimumDuration || (enums.VideoAdSequenceMinimumDuration = {}));
|
|
5310
5472
|
})(enums || (exports.enums = enums = {}));
|