google-ads-api 20.0.0 → 20.0.1
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 +203 -73
- package/build/src/parserRest.d.ts +4 -0
- package/build/src/parserRest.js +88 -0
- package/build/src/protos/autogen/enums.d.ts +1011 -1011
- package/build/src/protos/autogen/enums.js +1011 -1011
- 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 +1 -1
- package/build/src/protos/index.js +2 -1
- package/build/src/query.js +1 -1
- package/build/src/service.d.ts +1 -0
- package/build/src/service.js +35 -14
- 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/package.json +16 -6
|
@@ -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/v20/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/v20/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/v20/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/v20/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/v20/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/v20/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/v20/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/v20/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/v20/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/v20/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/v20/ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
148
|
+
*/
|
|
149
149
|
let ServedAssetFieldType;
|
|
150
150
|
(function (ServedAssetFieldType) {
|
|
151
151
|
ServedAssetFieldType[ServedAssetFieldType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -182,9 +182,9 @@ var enums;
|
|
|
182
182
|
ServedAssetFieldType[ServedAssetFieldType["BUSINESS_LOGO"] = 31] = "BUSINESS_LOGO";
|
|
183
183
|
})(ServedAssetFieldType = enums.ServedAssetFieldType || (enums.ServedAssetFieldType = {}));
|
|
184
184
|
/**
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
185
|
+
* @name CallConversionReportingStateEnum.CallConversionReportingState
|
|
186
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CallConversionReportingStateEnum.CallConversionReportingState
|
|
187
|
+
*/
|
|
188
188
|
let CallConversionReportingState;
|
|
189
189
|
(function (CallConversionReportingState) {
|
|
190
190
|
CallConversionReportingState[CallConversionReportingState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -194,9 +194,9 @@ var enums;
|
|
|
194
194
|
CallConversionReportingState[CallConversionReportingState["USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION"] = 4] = "USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION";
|
|
195
195
|
})(CallConversionReportingState = enums.CallConversionReportingState || (enums.CallConversionReportingState = {}));
|
|
196
196
|
/**
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
197
|
+
* @name DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
198
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
199
|
+
*/
|
|
200
200
|
let DisplayAdFormatSetting;
|
|
201
201
|
(function (DisplayAdFormatSetting) {
|
|
202
202
|
DisplayAdFormatSetting[DisplayAdFormatSetting["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -206,9 +206,9 @@ var enums;
|
|
|
206
206
|
DisplayAdFormatSetting[DisplayAdFormatSetting["NATIVE"] = 4] = "NATIVE";
|
|
207
207
|
})(DisplayAdFormatSetting = enums.DisplayAdFormatSetting || (enums.DisplayAdFormatSetting = {}));
|
|
208
208
|
/**
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
209
|
+
* @name DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
210
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
211
|
+
*/
|
|
212
212
|
let DisplayUploadProductType;
|
|
213
213
|
(function (DisplayUploadProductType) {
|
|
214
214
|
DisplayUploadProductType[DisplayUploadProductType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -225,9 +225,9 @@ var enums;
|
|
|
225
225
|
DisplayUploadProductType[DisplayUploadProductType["DYNAMIC_HTML5_HOTEL_AD"] = 11] = "DYNAMIC_HTML5_HOTEL_AD";
|
|
226
226
|
})(DisplayUploadProductType = enums.DisplayUploadProductType || (enums.DisplayUploadProductType = {}));
|
|
227
227
|
/**
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
228
|
+
* @name LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
229
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
230
|
+
*/
|
|
231
231
|
let LegacyAppInstallAdAppStore;
|
|
232
232
|
(function (LegacyAppInstallAdAppStore) {
|
|
233
233
|
LegacyAppInstallAdAppStore[LegacyAppInstallAdAppStore["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -239,9 +239,9 @@ var enums;
|
|
|
239
239
|
LegacyAppInstallAdAppStore[LegacyAppInstallAdAppStore["CN_APP_STORE"] = 6] = "CN_APP_STORE";
|
|
240
240
|
})(LegacyAppInstallAdAppStore = enums.LegacyAppInstallAdAppStore || (enums.LegacyAppInstallAdAppStore = {}));
|
|
241
241
|
/**
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
242
|
+
* @name MimeTypeEnum.MimeType
|
|
243
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/MimeTypeEnum.MimeType
|
|
244
|
+
*/
|
|
245
245
|
let MimeType;
|
|
246
246
|
(function (MimeType) {
|
|
247
247
|
MimeType[MimeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -260,9 +260,9 @@ var enums;
|
|
|
260
260
|
MimeType[MimeType["HTML5_AD_ZIP"] = 13] = "HTML5_AD_ZIP";
|
|
261
261
|
})(MimeType = enums.MimeType || (enums.MimeType = {}));
|
|
262
262
|
/**
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
263
|
+
* @name VideoThumbnailEnum.VideoThumbnail
|
|
264
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/VideoThumbnailEnum.VideoThumbnail
|
|
265
|
+
*/
|
|
266
266
|
let VideoThumbnail;
|
|
267
267
|
(function (VideoThumbnail) {
|
|
268
268
|
VideoThumbnail[VideoThumbnail["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -273,9 +273,9 @@ var enums;
|
|
|
273
273
|
VideoThumbnail[VideoThumbnail["THUMBNAIL_3"] = 5] = "THUMBNAIL_3";
|
|
274
274
|
})(VideoThumbnail = enums.VideoThumbnail || (enums.VideoThumbnail = {}));
|
|
275
275
|
/**
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
276
|
+
* @name ApplicationInstanceEnum.ApplicationInstance
|
|
277
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ApplicationInstanceEnum.ApplicationInstance
|
|
278
|
+
*/
|
|
279
279
|
let ApplicationInstance;
|
|
280
280
|
(function (ApplicationInstance) {
|
|
281
281
|
ApplicationInstance[ApplicationInstance["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -284,9 +284,9 @@ var enums;
|
|
|
284
284
|
ApplicationInstance[ApplicationInstance["PRODUCTION"] = 3] = "PRODUCTION";
|
|
285
285
|
})(ApplicationInstance = enums.ApplicationInstance || (enums.ApplicationInstance = {}));
|
|
286
286
|
/**
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
287
|
+
* @name ChainRelationshipTypeEnum.ChainRelationshipType
|
|
288
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ChainRelationshipTypeEnum.ChainRelationshipType
|
|
289
|
+
*/
|
|
290
290
|
let ChainRelationshipType;
|
|
291
291
|
(function (ChainRelationshipType) {
|
|
292
292
|
ChainRelationshipType[ChainRelationshipType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -295,9 +295,9 @@ var enums;
|
|
|
295
295
|
ChainRelationshipType[ChainRelationshipType["GENERAL_RETAILERS"] = 3] = "GENERAL_RETAILERS";
|
|
296
296
|
})(ChainRelationshipType = enums.ChainRelationshipType || (enums.ChainRelationshipType = {}));
|
|
297
297
|
/**
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
298
|
+
* @name LocationOwnershipTypeEnum.LocationOwnershipType
|
|
299
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocationOwnershipTypeEnum.LocationOwnershipType
|
|
300
|
+
*/
|
|
301
301
|
let LocationOwnershipType;
|
|
302
302
|
(function (LocationOwnershipType) {
|
|
303
303
|
LocationOwnershipType[LocationOwnershipType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -306,9 +306,9 @@ var enums;
|
|
|
306
306
|
LocationOwnershipType[LocationOwnershipType["AFFILIATE"] = 3] = "AFFILIATE";
|
|
307
307
|
})(LocationOwnershipType = enums.LocationOwnershipType || (enums.LocationOwnershipType = {}));
|
|
308
308
|
/**
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
309
|
+
* @name LocationStringFilterTypeEnum.LocationStringFilterType
|
|
310
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocationStringFilterTypeEnum.LocationStringFilterType
|
|
311
|
+
*/
|
|
312
312
|
let LocationStringFilterType;
|
|
313
313
|
(function (LocationStringFilterType) {
|
|
314
314
|
LocationStringFilterType[LocationStringFilterType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -316,9 +316,9 @@ var enums;
|
|
|
316
316
|
LocationStringFilterType[LocationStringFilterType["EXACT"] = 2] = "EXACT";
|
|
317
317
|
})(LocationStringFilterType = enums.LocationStringFilterType || (enums.LocationStringFilterType = {}));
|
|
318
318
|
/**
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
319
|
+
* @name AgeRangeTypeEnum.AgeRangeType
|
|
320
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AgeRangeTypeEnum.AgeRangeType
|
|
321
|
+
*/
|
|
322
322
|
let AgeRangeType;
|
|
323
323
|
(function (AgeRangeType) {
|
|
324
324
|
AgeRangeType[AgeRangeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -332,9 +332,9 @@ var enums;
|
|
|
332
332
|
AgeRangeType[AgeRangeType["AGE_RANGE_UNDETERMINED"] = 503999] = "AGE_RANGE_UNDETERMINED";
|
|
333
333
|
})(AgeRangeType = enums.AgeRangeType || (enums.AgeRangeType = {}));
|
|
334
334
|
/**
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
335
|
+
* @name AppPaymentModelTypeEnum.AppPaymentModelType
|
|
336
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AppPaymentModelTypeEnum.AppPaymentModelType
|
|
337
|
+
*/
|
|
338
338
|
let AppPaymentModelType;
|
|
339
339
|
(function (AppPaymentModelType) {
|
|
340
340
|
AppPaymentModelType[AppPaymentModelType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -342,9 +342,9 @@ var enums;
|
|
|
342
342
|
AppPaymentModelType[AppPaymentModelType["PAID"] = 30] = "PAID";
|
|
343
343
|
})(AppPaymentModelType = enums.AppPaymentModelType || (enums.AppPaymentModelType = {}));
|
|
344
344
|
/**
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
345
|
+
* @name BrandRequestRejectionReasonEnum.BrandRequestRejectionReason
|
|
346
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BrandRequestRejectionReasonEnum.BrandRequestRejectionReason
|
|
347
|
+
*/
|
|
348
348
|
let BrandRequestRejectionReason;
|
|
349
349
|
(function (BrandRequestRejectionReason) {
|
|
350
350
|
BrandRequestRejectionReason[BrandRequestRejectionReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -355,9 +355,9 @@ var enums;
|
|
|
355
355
|
BrandRequestRejectionReason[BrandRequestRejectionReason["NOT_A_BRAND"] = 5] = "NOT_A_BRAND";
|
|
356
356
|
})(BrandRequestRejectionReason = enums.BrandRequestRejectionReason || (enums.BrandRequestRejectionReason = {}));
|
|
357
357
|
/**
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
358
|
+
* @name BrandStateEnum.BrandState
|
|
359
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BrandStateEnum.BrandState
|
|
360
|
+
*/
|
|
361
361
|
let BrandState;
|
|
362
362
|
(function (BrandState) {
|
|
363
363
|
BrandState[BrandState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -370,9 +370,9 @@ var enums;
|
|
|
370
370
|
BrandState[BrandState["REJECTED"] = 7] = "REJECTED";
|
|
371
371
|
})(BrandState = enums.BrandState || (enums.BrandState = {}));
|
|
372
372
|
/**
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
373
|
+
* @name ContentLabelTypeEnum.ContentLabelType
|
|
374
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ContentLabelTypeEnum.ContentLabelType
|
|
375
|
+
*/
|
|
376
376
|
let ContentLabelType;
|
|
377
377
|
(function (ContentLabelType) {
|
|
378
378
|
ContentLabelType[ContentLabelType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -404,9 +404,9 @@ var enums;
|
|
|
404
404
|
ContentLabelType[ContentLabelType["BRAND_SUITABILITY_RELIGION"] = 27] = "BRAND_SUITABILITY_RELIGION";
|
|
405
405
|
})(ContentLabelType = enums.ContentLabelType || (enums.ContentLabelType = {}));
|
|
406
406
|
/**
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
407
|
+
* @name DayOfWeekEnum.DayOfWeek
|
|
408
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DayOfWeekEnum.DayOfWeek
|
|
409
|
+
*/
|
|
410
410
|
let DayOfWeek;
|
|
411
411
|
(function (DayOfWeek) {
|
|
412
412
|
DayOfWeek[DayOfWeek["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -420,9 +420,9 @@ var enums;
|
|
|
420
420
|
DayOfWeek[DayOfWeek["SUNDAY"] = 8] = "SUNDAY";
|
|
421
421
|
})(DayOfWeek = enums.DayOfWeek || (enums.DayOfWeek = {}));
|
|
422
422
|
/**
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
423
|
+
* @name DeviceEnum.Device
|
|
424
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DeviceEnum.Device
|
|
425
|
+
*/
|
|
426
426
|
let Device;
|
|
427
427
|
(function (Device) {
|
|
428
428
|
Device[Device["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -434,9 +434,9 @@ var enums;
|
|
|
434
434
|
Device[Device["OTHER"] = 5] = "OTHER";
|
|
435
435
|
})(Device = enums.Device || (enums.Device = {}));
|
|
436
436
|
/**
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
437
|
+
* @name GenderTypeEnum.GenderType
|
|
438
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/GenderTypeEnum.GenderType
|
|
439
|
+
*/
|
|
440
440
|
let GenderType;
|
|
441
441
|
(function (GenderType) {
|
|
442
442
|
GenderType[GenderType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -446,9 +446,9 @@ var enums;
|
|
|
446
446
|
GenderType[GenderType["UNDETERMINED"] = 20] = "UNDETERMINED";
|
|
447
447
|
})(GenderType = enums.GenderType || (enums.GenderType = {}));
|
|
448
448
|
/**
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
449
|
+
* @name HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
450
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
451
|
+
*/
|
|
452
452
|
let HotelDateSelectionType;
|
|
453
453
|
(function (HotelDateSelectionType) {
|
|
454
454
|
HotelDateSelectionType[HotelDateSelectionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -457,9 +457,9 @@ var enums;
|
|
|
457
457
|
HotelDateSelectionType[HotelDateSelectionType["USER_SELECTED"] = 51] = "USER_SELECTED";
|
|
458
458
|
})(HotelDateSelectionType = enums.HotelDateSelectionType || (enums.HotelDateSelectionType = {}));
|
|
459
459
|
/**
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
460
|
+
* @name IncomeRangeTypeEnum.IncomeRangeType
|
|
461
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/IncomeRangeTypeEnum.IncomeRangeType
|
|
462
|
+
*/
|
|
463
463
|
let IncomeRangeType;
|
|
464
464
|
(function (IncomeRangeType) {
|
|
465
465
|
IncomeRangeType[IncomeRangeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -473,9 +473,9 @@ var enums;
|
|
|
473
473
|
IncomeRangeType[IncomeRangeType["INCOME_RANGE_UNDETERMINED"] = 510000] = "INCOME_RANGE_UNDETERMINED";
|
|
474
474
|
})(IncomeRangeType = enums.IncomeRangeType || (enums.IncomeRangeType = {}));
|
|
475
475
|
/**
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
476
|
+
* @name InteractionTypeEnum.InteractionType
|
|
477
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/InteractionTypeEnum.InteractionType
|
|
478
|
+
*/
|
|
479
479
|
let InteractionType;
|
|
480
480
|
(function (InteractionType) {
|
|
481
481
|
InteractionType[InteractionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -483,9 +483,9 @@ var enums;
|
|
|
483
483
|
InteractionType[InteractionType["CALLS"] = 8000] = "CALLS";
|
|
484
484
|
})(InteractionType = enums.InteractionType || (enums.InteractionType = {}));
|
|
485
485
|
/**
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
486
|
+
* @name KeywordMatchTypeEnum.KeywordMatchType
|
|
487
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/KeywordMatchTypeEnum.KeywordMatchType
|
|
488
|
+
*/
|
|
489
489
|
let KeywordMatchType;
|
|
490
490
|
(function (KeywordMatchType) {
|
|
491
491
|
KeywordMatchType[KeywordMatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -495,9 +495,9 @@ var enums;
|
|
|
495
495
|
KeywordMatchType[KeywordMatchType["BROAD"] = 4] = "BROAD";
|
|
496
496
|
})(KeywordMatchType = enums.KeywordMatchType || (enums.KeywordMatchType = {}));
|
|
497
497
|
/**
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
498
|
+
* @name ListingGroupTypeEnum.ListingGroupType
|
|
499
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupTypeEnum.ListingGroupType
|
|
500
|
+
*/
|
|
501
501
|
let ListingGroupType;
|
|
502
502
|
(function (ListingGroupType) {
|
|
503
503
|
ListingGroupType[ListingGroupType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -506,9 +506,9 @@ var enums;
|
|
|
506
506
|
ListingGroupType[ListingGroupType["UNIT"] = 3] = "UNIT";
|
|
507
507
|
})(ListingGroupType = enums.ListingGroupType || (enums.ListingGroupType = {}));
|
|
508
508
|
/**
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
509
|
+
* @name LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
510
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
511
|
+
*/
|
|
512
512
|
let LocationGroupRadiusUnits;
|
|
513
513
|
(function (LocationGroupRadiusUnits) {
|
|
514
514
|
LocationGroupRadiusUnits[LocationGroupRadiusUnits["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -518,9 +518,9 @@ var enums;
|
|
|
518
518
|
LocationGroupRadiusUnits[LocationGroupRadiusUnits["MILLI_MILES"] = 4] = "MILLI_MILES";
|
|
519
519
|
})(LocationGroupRadiusUnits = enums.LocationGroupRadiusUnits || (enums.LocationGroupRadiusUnits = {}));
|
|
520
520
|
/**
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
521
|
+
* @name MinuteOfHourEnum.MinuteOfHour
|
|
522
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/MinuteOfHourEnum.MinuteOfHour
|
|
523
|
+
*/
|
|
524
524
|
let MinuteOfHour;
|
|
525
525
|
(function (MinuteOfHour) {
|
|
526
526
|
MinuteOfHour[MinuteOfHour["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -531,9 +531,9 @@ var enums;
|
|
|
531
531
|
MinuteOfHour[MinuteOfHour["FORTY_FIVE"] = 5] = "FORTY_FIVE";
|
|
532
532
|
})(MinuteOfHour = enums.MinuteOfHour || (enums.MinuteOfHour = {}));
|
|
533
533
|
/**
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
534
|
+
* @name ParentalStatusTypeEnum.ParentalStatusType
|
|
535
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ParentalStatusTypeEnum.ParentalStatusType
|
|
536
|
+
*/
|
|
537
537
|
let ParentalStatusType;
|
|
538
538
|
(function (ParentalStatusType) {
|
|
539
539
|
ParentalStatusType[ParentalStatusType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -543,9 +543,9 @@ var enums;
|
|
|
543
543
|
ParentalStatusType[ParentalStatusType["UNDETERMINED"] = 302] = "UNDETERMINED";
|
|
544
544
|
})(ParentalStatusType = enums.ParentalStatusType || (enums.ParentalStatusType = {}));
|
|
545
545
|
/**
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
546
|
+
* @name ProductCategoryLevelEnum.ProductCategoryLevel
|
|
547
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductCategoryLevelEnum.ProductCategoryLevel
|
|
548
|
+
*/
|
|
549
549
|
let ProductCategoryLevel;
|
|
550
550
|
(function (ProductCategoryLevel) {
|
|
551
551
|
ProductCategoryLevel[ProductCategoryLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -557,9 +557,9 @@ var enums;
|
|
|
557
557
|
ProductCategoryLevel[ProductCategoryLevel["LEVEL5"] = 6] = "LEVEL5";
|
|
558
558
|
})(ProductCategoryLevel = enums.ProductCategoryLevel || (enums.ProductCategoryLevel = {}));
|
|
559
559
|
/**
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
560
|
+
* @name ProductChannelEnum.ProductChannel
|
|
561
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductChannelEnum.ProductChannel
|
|
562
|
+
*/
|
|
563
563
|
let ProductChannel;
|
|
564
564
|
(function (ProductChannel) {
|
|
565
565
|
ProductChannel[ProductChannel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -568,9 +568,9 @@ var enums;
|
|
|
568
568
|
ProductChannel[ProductChannel["LOCAL"] = 3] = "LOCAL";
|
|
569
569
|
})(ProductChannel = enums.ProductChannel || (enums.ProductChannel = {}));
|
|
570
570
|
/**
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
571
|
+
* @name ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
572
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
573
|
+
*/
|
|
574
574
|
let ProductChannelExclusivity;
|
|
575
575
|
(function (ProductChannelExclusivity) {
|
|
576
576
|
ProductChannelExclusivity[ProductChannelExclusivity["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -579,9 +579,9 @@ var enums;
|
|
|
579
579
|
ProductChannelExclusivity[ProductChannelExclusivity["MULTI_CHANNEL"] = 3] = "MULTI_CHANNEL";
|
|
580
580
|
})(ProductChannelExclusivity = enums.ProductChannelExclusivity || (enums.ProductChannelExclusivity = {}));
|
|
581
581
|
/**
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
582
|
+
* @name ProductConditionEnum.ProductCondition
|
|
583
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductConditionEnum.ProductCondition
|
|
584
|
+
*/
|
|
585
585
|
let ProductCondition;
|
|
586
586
|
(function (ProductCondition) {
|
|
587
587
|
ProductCondition[ProductCondition["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -591,9 +591,9 @@ var enums;
|
|
|
591
591
|
ProductCondition[ProductCondition["USED"] = 5] = "USED";
|
|
592
592
|
})(ProductCondition = enums.ProductCondition || (enums.ProductCondition = {}));
|
|
593
593
|
/**
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
594
|
+
* @name ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
595
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
596
|
+
*/
|
|
597
597
|
let ProductCustomAttributeIndex;
|
|
598
598
|
(function (ProductCustomAttributeIndex) {
|
|
599
599
|
ProductCustomAttributeIndex[ProductCustomAttributeIndex["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -605,9 +605,9 @@ var enums;
|
|
|
605
605
|
ProductCustomAttributeIndex[ProductCustomAttributeIndex["INDEX4"] = 11] = "INDEX4";
|
|
606
606
|
})(ProductCustomAttributeIndex = enums.ProductCustomAttributeIndex || (enums.ProductCustomAttributeIndex = {}));
|
|
607
607
|
/**
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
608
|
+
* @name ProductTypeLevelEnum.ProductTypeLevel
|
|
609
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductTypeLevelEnum.ProductTypeLevel
|
|
610
|
+
*/
|
|
611
611
|
let ProductTypeLevel;
|
|
612
612
|
(function (ProductTypeLevel) {
|
|
613
613
|
ProductTypeLevel[ProductTypeLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -619,9 +619,9 @@ var enums;
|
|
|
619
619
|
ProductTypeLevel[ProductTypeLevel["LEVEL5"] = 11] = "LEVEL5";
|
|
620
620
|
})(ProductTypeLevel = enums.ProductTypeLevel || (enums.ProductTypeLevel = {}));
|
|
621
621
|
/**
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
622
|
+
* @name ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
623
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
624
|
+
*/
|
|
625
625
|
let ProximityRadiusUnits;
|
|
626
626
|
(function (ProximityRadiusUnits) {
|
|
627
627
|
ProximityRadiusUnits[ProximityRadiusUnits["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -630,9 +630,9 @@ var enums;
|
|
|
630
630
|
ProximityRadiusUnits[ProximityRadiusUnits["KILOMETERS"] = 3] = "KILOMETERS";
|
|
631
631
|
})(ProximityRadiusUnits = enums.ProximityRadiusUnits || (enums.ProximityRadiusUnits = {}));
|
|
632
632
|
/**
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
633
|
+
* @name WebpageConditionOperandEnum.WebpageConditionOperand
|
|
634
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/WebpageConditionOperandEnum.WebpageConditionOperand
|
|
635
|
+
*/
|
|
636
636
|
let WebpageConditionOperand;
|
|
637
637
|
(function (WebpageConditionOperand) {
|
|
638
638
|
WebpageConditionOperand[WebpageConditionOperand["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -644,9 +644,9 @@ var enums;
|
|
|
644
644
|
WebpageConditionOperand[WebpageConditionOperand["CUSTOM_LABEL"] = 6] = "CUSTOM_LABEL";
|
|
645
645
|
})(WebpageConditionOperand = enums.WebpageConditionOperand || (enums.WebpageConditionOperand = {}));
|
|
646
646
|
/**
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
647
|
+
* @name WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
648
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
649
|
+
*/
|
|
650
650
|
let WebpageConditionOperator;
|
|
651
651
|
(function (WebpageConditionOperator) {
|
|
652
652
|
WebpageConditionOperator[WebpageConditionOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -655,9 +655,9 @@ var enums;
|
|
|
655
655
|
WebpageConditionOperator[WebpageConditionOperator["CONTAINS"] = 3] = "CONTAINS";
|
|
656
656
|
})(WebpageConditionOperator = enums.WebpageConditionOperator || (enums.WebpageConditionOperator = {}));
|
|
657
657
|
/**
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
658
|
+
* @name BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType
|
|
659
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType
|
|
660
|
+
*/
|
|
661
661
|
let BusinessMessageCallToActionType;
|
|
662
662
|
(function (BusinessMessageCallToActionType) {
|
|
663
663
|
BusinessMessageCallToActionType[BusinessMessageCallToActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -672,9 +672,9 @@ var enums;
|
|
|
672
672
|
BusinessMessageCallToActionType[BusinessMessageCallToActionType["LEARN_MORE"] = 9] = "LEARN_MORE";
|
|
673
673
|
})(BusinessMessageCallToActionType = enums.BusinessMessageCallToActionType || (enums.BusinessMessageCallToActionType = {}));
|
|
674
674
|
/**
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
675
|
+
* @name BusinessMessageProviderEnum.BusinessMessageProvider
|
|
676
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BusinessMessageProviderEnum.BusinessMessageProvider
|
|
677
|
+
*/
|
|
678
678
|
let BusinessMessageProvider;
|
|
679
679
|
(function (BusinessMessageProvider) {
|
|
680
680
|
BusinessMessageProvider[BusinessMessageProvider["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -682,9 +682,9 @@ var enums;
|
|
|
682
682
|
BusinessMessageProvider[BusinessMessageProvider["WHATSAPP"] = 2] = "WHATSAPP";
|
|
683
683
|
})(BusinessMessageProvider = enums.BusinessMessageProvider || (enums.BusinessMessageProvider = {}));
|
|
684
684
|
/**
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
685
|
+
* @name CallToActionTypeEnum.CallToActionType
|
|
686
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CallToActionTypeEnum.CallToActionType
|
|
687
|
+
*/
|
|
688
688
|
let CallToActionType;
|
|
689
689
|
(function (CallToActionType) {
|
|
690
690
|
CallToActionType[CallToActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -708,9 +708,9 @@ var enums;
|
|
|
708
708
|
CallToActionType[CallToActionType["WATCH_NOW"] = 18] = "WATCH_NOW";
|
|
709
709
|
})(CallToActionType = enums.CallToActionType || (enums.CallToActionType = {}));
|
|
710
710
|
/**
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
711
|
+
* @name LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
712
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
713
|
+
*/
|
|
714
714
|
let LeadFormCallToActionType;
|
|
715
715
|
(function (LeadFormCallToActionType) {
|
|
716
716
|
LeadFormCallToActionType[LeadFormCallToActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -731,9 +731,9 @@ var enums;
|
|
|
731
731
|
LeadFormCallToActionType[LeadFormCallToActionType["GET_STARTED"] = 15] = "GET_STARTED";
|
|
732
732
|
})(LeadFormCallToActionType = enums.LeadFormCallToActionType || (enums.LeadFormCallToActionType = {}));
|
|
733
733
|
/**
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
734
|
+
* @name LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
735
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
736
|
+
*/
|
|
737
737
|
let LeadFormDesiredIntent;
|
|
738
738
|
(function (LeadFormDesiredIntent) {
|
|
739
739
|
LeadFormDesiredIntent[LeadFormDesiredIntent["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -742,9 +742,9 @@ var enums;
|
|
|
742
742
|
LeadFormDesiredIntent[LeadFormDesiredIntent["HIGH_INTENT"] = 3] = "HIGH_INTENT";
|
|
743
743
|
})(LeadFormDesiredIntent = enums.LeadFormDesiredIntent || (enums.LeadFormDesiredIntent = {}));
|
|
744
744
|
/**
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
745
|
+
* @name LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
746
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
747
|
+
*/
|
|
748
748
|
let LeadFormFieldUserInputType;
|
|
749
749
|
(function (LeadFormFieldUserInputType) {
|
|
750
750
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -867,9 +867,9 @@ var enums;
|
|
|
867
867
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["TRAVEL_ACCOMMODATION"] = 1047] = "TRAVEL_ACCOMMODATION";
|
|
868
868
|
})(LeadFormFieldUserInputType = enums.LeadFormFieldUserInputType || (enums.LeadFormFieldUserInputType = {}));
|
|
869
869
|
/**
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
870
|
+
* @name LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
871
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
872
|
+
*/
|
|
873
873
|
let LeadFormPostSubmitCallToActionType;
|
|
874
874
|
(function (LeadFormPostSubmitCallToActionType) {
|
|
875
875
|
LeadFormPostSubmitCallToActionType[LeadFormPostSubmitCallToActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -880,9 +880,9 @@ var enums;
|
|
|
880
880
|
LeadFormPostSubmitCallToActionType[LeadFormPostSubmitCallToActionType["SHOP_NOW"] = 5] = "SHOP_NOW";
|
|
881
881
|
})(LeadFormPostSubmitCallToActionType = enums.LeadFormPostSubmitCallToActionType || (enums.LeadFormPostSubmitCallToActionType = {}));
|
|
882
882
|
/**
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
883
|
+
* @name MobileAppVendorEnum.MobileAppVendor
|
|
884
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/MobileAppVendorEnum.MobileAppVendor
|
|
885
|
+
*/
|
|
886
886
|
let MobileAppVendor;
|
|
887
887
|
(function (MobileAppVendor) {
|
|
888
888
|
MobileAppVendor[MobileAppVendor["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -891,9 +891,9 @@ var enums;
|
|
|
891
891
|
MobileAppVendor[MobileAppVendor["GOOGLE_APP_STORE"] = 3] = "GOOGLE_APP_STORE";
|
|
892
892
|
})(MobileAppVendor = enums.MobileAppVendor || (enums.MobileAppVendor = {}));
|
|
893
893
|
/**
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
894
|
+
* @name PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
895
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
896
|
+
*/
|
|
897
897
|
let PriceExtensionPriceQualifier;
|
|
898
898
|
(function (PriceExtensionPriceQualifier) {
|
|
899
899
|
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -903,9 +903,9 @@ var enums;
|
|
|
903
903
|
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["AVERAGE"] = 4] = "AVERAGE";
|
|
904
904
|
})(PriceExtensionPriceQualifier = enums.PriceExtensionPriceQualifier || (enums.PriceExtensionPriceQualifier = {}));
|
|
905
905
|
/**
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
906
|
+
* @name PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
907
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
908
|
+
*/
|
|
909
909
|
let PriceExtensionPriceUnit;
|
|
910
910
|
(function (PriceExtensionPriceUnit) {
|
|
911
911
|
PriceExtensionPriceUnit[PriceExtensionPriceUnit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -918,9 +918,9 @@ var enums;
|
|
|
918
918
|
PriceExtensionPriceUnit[PriceExtensionPriceUnit["PER_NIGHT"] = 7] = "PER_NIGHT";
|
|
919
919
|
})(PriceExtensionPriceUnit = enums.PriceExtensionPriceUnit || (enums.PriceExtensionPriceUnit = {}));
|
|
920
920
|
/**
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
921
|
+
* @name PriceExtensionTypeEnum.PriceExtensionType
|
|
922
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PriceExtensionTypeEnum.PriceExtensionType
|
|
923
|
+
*/
|
|
924
924
|
let PriceExtensionType;
|
|
925
925
|
(function (PriceExtensionType) {
|
|
926
926
|
PriceExtensionType[PriceExtensionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -936,9 +936,9 @@ var enums;
|
|
|
936
936
|
PriceExtensionType[PriceExtensionType["SERVICE_TIERS"] = 10] = "SERVICE_TIERS";
|
|
937
937
|
})(PriceExtensionType = enums.PriceExtensionType || (enums.PriceExtensionType = {}));
|
|
938
938
|
/**
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
939
|
+
* @name PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
940
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
941
|
+
*/
|
|
942
942
|
let PromotionExtensionDiscountModifier;
|
|
943
943
|
(function (PromotionExtensionDiscountModifier) {
|
|
944
944
|
PromotionExtensionDiscountModifier[PromotionExtensionDiscountModifier["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -946,9 +946,9 @@ var enums;
|
|
|
946
946
|
PromotionExtensionDiscountModifier[PromotionExtensionDiscountModifier["UP_TO"] = 2] = "UP_TO";
|
|
947
947
|
})(PromotionExtensionDiscountModifier = enums.PromotionExtensionDiscountModifier || (enums.PromotionExtensionDiscountModifier = {}));
|
|
948
948
|
/**
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
949
|
+
* @name PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
950
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
951
|
+
*/
|
|
952
952
|
let PromotionExtensionOccasion;
|
|
953
953
|
(function (PromotionExtensionOccasion) {
|
|
954
954
|
PromotionExtensionOccasion[PromotionExtensionOccasion["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -992,9 +992,9 @@ var enums;
|
|
|
992
992
|
PromotionExtensionOccasion[PromotionExtensionOccasion["YEAR_END_GIFT"] = 38] = "YEAR_END_GIFT";
|
|
993
993
|
})(PromotionExtensionOccasion = enums.PromotionExtensionOccasion || (enums.PromotionExtensionOccasion = {}));
|
|
994
994
|
/**
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
995
|
+
* @name AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
996
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
997
|
+
*/
|
|
998
998
|
let AudienceInsightsDimension;
|
|
999
999
|
(function (AudienceInsightsDimension) {
|
|
1000
1000
|
AudienceInsightsDimension[AudienceInsightsDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1015,9 +1015,9 @@ var enums;
|
|
|
1015
1015
|
AudienceInsightsDimension[AudienceInsightsDimension["YOUTUBE_LINEUP"] = 16] = "YOUTUBE_LINEUP";
|
|
1016
1016
|
})(AudienceInsightsDimension = enums.AudienceInsightsDimension || (enums.AudienceInsightsDimension = {}));
|
|
1017
1017
|
/**
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1018
|
+
* @name InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities
|
|
1019
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities
|
|
1020
|
+
*/
|
|
1021
1021
|
let InsightsKnowledgeGraphEntityCapabilities;
|
|
1022
1022
|
(function (InsightsKnowledgeGraphEntityCapabilities) {
|
|
1023
1023
|
InsightsKnowledgeGraphEntityCapabilities[InsightsKnowledgeGraphEntityCapabilities["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1026,9 +1026,9 @@ var enums;
|
|
|
1026
1026
|
InsightsKnowledgeGraphEntityCapabilities[InsightsKnowledgeGraphEntityCapabilities["CREATOR_ATTRIBUTE"] = 3] = "CREATOR_ATTRIBUTE";
|
|
1027
1027
|
})(InsightsKnowledgeGraphEntityCapabilities = enums.InsightsKnowledgeGraphEntityCapabilities || (enums.InsightsKnowledgeGraphEntityCapabilities = {}));
|
|
1028
1028
|
/**
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1029
|
+
* @name FixedCpmGoalEnum.FixedCpmGoal
|
|
1030
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/FixedCpmGoalEnum.FixedCpmGoal
|
|
1031
|
+
*/
|
|
1032
1032
|
let FixedCpmGoal;
|
|
1033
1033
|
(function (FixedCpmGoal) {
|
|
1034
1034
|
FixedCpmGoal[FixedCpmGoal["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1037,9 +1037,9 @@ var enums;
|
|
|
1037
1037
|
FixedCpmGoal[FixedCpmGoal["TARGET_FREQUENCY"] = 3] = "TARGET_FREQUENCY";
|
|
1038
1038
|
})(FixedCpmGoal = enums.FixedCpmGoal || (enums.FixedCpmGoal = {}));
|
|
1039
1039
|
/**
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1040
|
+
* @name FixedCpmTargetFrequencyTimeUnitEnum.FixedCpmTargetFrequencyTimeUnit
|
|
1041
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/FixedCpmTargetFrequencyTimeUnitEnum.FixedCpmTargetFrequencyTimeUnit
|
|
1042
|
+
*/
|
|
1043
1043
|
let FixedCpmTargetFrequencyTimeUnit;
|
|
1044
1044
|
(function (FixedCpmTargetFrequencyTimeUnit) {
|
|
1045
1045
|
FixedCpmTargetFrequencyTimeUnit[FixedCpmTargetFrequencyTimeUnit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1047,9 +1047,9 @@ var enums;
|
|
|
1047
1047
|
FixedCpmTargetFrequencyTimeUnit[FixedCpmTargetFrequencyTimeUnit["MONTHLY"] = 2] = "MONTHLY";
|
|
1048
1048
|
})(FixedCpmTargetFrequencyTimeUnit = enums.FixedCpmTargetFrequencyTimeUnit || (enums.FixedCpmTargetFrequencyTimeUnit = {}));
|
|
1049
1049
|
/**
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1050
|
+
* @name TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
1051
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
1052
|
+
*/
|
|
1053
1053
|
let TargetFrequencyTimeUnit;
|
|
1054
1054
|
(function (TargetFrequencyTimeUnit) {
|
|
1055
1055
|
TargetFrequencyTimeUnit[TargetFrequencyTimeUnit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1058,9 +1058,9 @@ var enums;
|
|
|
1058
1058
|
TargetFrequencyTimeUnit[TargetFrequencyTimeUnit["MONTHLY"] = 3] = "MONTHLY";
|
|
1059
1059
|
})(TargetFrequencyTimeUnit = enums.TargetFrequencyTimeUnit || (enums.TargetFrequencyTimeUnit = {}));
|
|
1060
1060
|
/**
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1061
|
+
* @name TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
1062
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
1063
|
+
*/
|
|
1064
1064
|
let TargetImpressionShareLocation;
|
|
1065
1065
|
(function (TargetImpressionShareLocation) {
|
|
1066
1066
|
TargetImpressionShareLocation[TargetImpressionShareLocation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1070,9 +1070,9 @@ var enums;
|
|
|
1070
1070
|
TargetImpressionShareLocation[TargetImpressionShareLocation["ABSOLUTE_TOP_OF_PAGE"] = 4] = "ABSOLUTE_TOP_OF_PAGE";
|
|
1071
1071
|
})(TargetImpressionShareLocation = enums.TargetImpressionShareLocation || (enums.TargetImpressionShareLocation = {}));
|
|
1072
1072
|
/**
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1073
|
+
* @name ConsentStatusEnum.ConsentStatus
|
|
1074
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConsentStatusEnum.ConsentStatus
|
|
1075
|
+
*/
|
|
1076
1076
|
let ConsentStatus;
|
|
1077
1077
|
(function (ConsentStatus) {
|
|
1078
1078
|
ConsentStatus[ConsentStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1081,9 +1081,9 @@ var enums;
|
|
|
1081
1081
|
ConsentStatus[ConsentStatus["DENIED"] = 3] = "DENIED";
|
|
1082
1082
|
})(ConsentStatus = enums.ConsentStatus || (enums.ConsentStatus = {}));
|
|
1083
1083
|
/**
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1084
|
+
* @name AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
1085
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
1086
|
+
*/
|
|
1087
1087
|
let AdvertisingChannelSubType;
|
|
1088
1088
|
(function (AdvertisingChannelSubType) {
|
|
1089
1089
|
AdvertisingChannelSubType[AdvertisingChannelSubType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1109,9 +1109,9 @@ var enums;
|
|
|
1109
1109
|
AdvertisingChannelSubType[AdvertisingChannelSubType["YOUTUBE_AUDIO"] = 22] = "YOUTUBE_AUDIO";
|
|
1110
1110
|
})(AdvertisingChannelSubType = enums.AdvertisingChannelSubType || (enums.AdvertisingChannelSubType = {}));
|
|
1111
1111
|
/**
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1112
|
+
* @name AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
1113
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
1114
|
+
*/
|
|
1115
1115
|
let AdvertisingChannelType;
|
|
1116
1116
|
(function (AdvertisingChannelType) {
|
|
1117
1117
|
AdvertisingChannelType[AdvertisingChannelType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1130,9 +1130,9 @@ var enums;
|
|
|
1130
1130
|
AdvertisingChannelType[AdvertisingChannelType["DEMAND_GEN"] = 14] = "DEMAND_GEN";
|
|
1131
1131
|
})(AdvertisingChannelType = enums.AdvertisingChannelType || (enums.AdvertisingChannelType = {}));
|
|
1132
1132
|
/**
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1133
|
+
* @name CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
1134
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
1135
|
+
*/
|
|
1136
1136
|
let CriterionCategoryChannelAvailabilityMode;
|
|
1137
1137
|
(function (CriterionCategoryChannelAvailabilityMode) {
|
|
1138
1138
|
CriterionCategoryChannelAvailabilityMode[CriterionCategoryChannelAvailabilityMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1142,9 +1142,9 @@ var enums;
|
|
|
1142
1142
|
CriterionCategoryChannelAvailabilityMode[CriterionCategoryChannelAvailabilityMode["CHANNEL_TYPE_AND_SUBSET_SUBTYPES"] = 4] = "CHANNEL_TYPE_AND_SUBSET_SUBTYPES";
|
|
1143
1143
|
})(CriterionCategoryChannelAvailabilityMode = enums.CriterionCategoryChannelAvailabilityMode || (enums.CriterionCategoryChannelAvailabilityMode = {}));
|
|
1144
1144
|
/**
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1145
|
+
* @name CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
1146
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
1147
|
+
*/
|
|
1148
1148
|
let CriterionCategoryLocaleAvailabilityMode;
|
|
1149
1149
|
(function (CriterionCategoryLocaleAvailabilityMode) {
|
|
1150
1150
|
CriterionCategoryLocaleAvailabilityMode[CriterionCategoryLocaleAvailabilityMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1155,9 +1155,9 @@ var enums;
|
|
|
1155
1155
|
CriterionCategoryLocaleAvailabilityMode[CriterionCategoryLocaleAvailabilityMode["COUNTRY_AND_LANGUAGE"] = 5] = "COUNTRY_AND_LANGUAGE";
|
|
1156
1156
|
})(CriterionCategoryLocaleAvailabilityMode = enums.CriterionCategoryLocaleAvailabilityMode || (enums.CriterionCategoryLocaleAvailabilityMode = {}));
|
|
1157
1157
|
/**
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1158
|
+
* @name CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
1159
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
1160
|
+
*/
|
|
1161
1161
|
let CustomizerAttributeType;
|
|
1162
1162
|
(function (CustomizerAttributeType) {
|
|
1163
1163
|
CustomizerAttributeType[CustomizerAttributeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1168,9 +1168,9 @@ var enums;
|
|
|
1168
1168
|
CustomizerAttributeType[CustomizerAttributeType["PERCENT"] = 5] = "PERCENT";
|
|
1169
1169
|
})(CustomizerAttributeType = enums.CustomizerAttributeType || (enums.CustomizerAttributeType = {}));
|
|
1170
1170
|
/**
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1171
|
+
* @name MonthOfYearEnum.MonthOfYear
|
|
1172
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/MonthOfYearEnum.MonthOfYear
|
|
1173
|
+
*/
|
|
1174
1174
|
let MonthOfYear;
|
|
1175
1175
|
(function (MonthOfYear) {
|
|
1176
1176
|
MonthOfYear[MonthOfYear["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1189,9 +1189,9 @@ var enums;
|
|
|
1189
1189
|
MonthOfYear[MonthOfYear["DECEMBER"] = 13] = "DECEMBER";
|
|
1190
1190
|
})(MonthOfYear = enums.MonthOfYear || (enums.MonthOfYear = {}));
|
|
1191
1191
|
/**
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1192
|
+
* @name AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
1193
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
1194
|
+
*/
|
|
1195
1195
|
let AppUrlOperatingSystemType;
|
|
1196
1196
|
(function (AppUrlOperatingSystemType) {
|
|
1197
1197
|
AppUrlOperatingSystemType[AppUrlOperatingSystemType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1200,9 +1200,9 @@ var enums;
|
|
|
1200
1200
|
AppUrlOperatingSystemType[AppUrlOperatingSystemType["ANDROID"] = 3] = "ANDROID";
|
|
1201
1201
|
})(AppUrlOperatingSystemType = enums.AppUrlOperatingSystemType || (enums.AppUrlOperatingSystemType = {}));
|
|
1202
1202
|
/**
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1203
|
+
* @name FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
1204
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
1205
|
+
*/
|
|
1206
1206
|
let FrequencyCapEventType;
|
|
1207
1207
|
(function (FrequencyCapEventType) {
|
|
1208
1208
|
FrequencyCapEventType[FrequencyCapEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1211,9 +1211,9 @@ var enums;
|
|
|
1211
1211
|
FrequencyCapEventType[FrequencyCapEventType["VIDEO_VIEW"] = 3] = "VIDEO_VIEW";
|
|
1212
1212
|
})(FrequencyCapEventType = enums.FrequencyCapEventType || (enums.FrequencyCapEventType = {}));
|
|
1213
1213
|
/**
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1214
|
+
* @name FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1215
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1216
|
+
*/
|
|
1217
1217
|
let FrequencyCapLevel;
|
|
1218
1218
|
(function (FrequencyCapLevel) {
|
|
1219
1219
|
FrequencyCapLevel[FrequencyCapLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1223,9 +1223,9 @@ var enums;
|
|
|
1223
1223
|
FrequencyCapLevel[FrequencyCapLevel["CAMPAIGN"] = 4] = "CAMPAIGN";
|
|
1224
1224
|
})(FrequencyCapLevel = enums.FrequencyCapLevel || (enums.FrequencyCapLevel = {}));
|
|
1225
1225
|
/**
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1226
|
+
* @name FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1227
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1228
|
+
*/
|
|
1229
1229
|
let FrequencyCapTimeUnit;
|
|
1230
1230
|
(function (FrequencyCapTimeUnit) {
|
|
1231
1231
|
FrequencyCapTimeUnit[FrequencyCapTimeUnit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1235,9 +1235,9 @@ var enums;
|
|
|
1235
1235
|
FrequencyCapTimeUnit[FrequencyCapTimeUnit["MONTH"] = 4] = "MONTH";
|
|
1236
1236
|
})(FrequencyCapTimeUnit = enums.FrequencyCapTimeUnit || (enums.FrequencyCapTimeUnit = {}));
|
|
1237
1237
|
/**
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1238
|
+
* @name KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1239
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1240
|
+
*/
|
|
1241
1241
|
let KeywordPlanAggregateMetricType;
|
|
1242
1242
|
(function (KeywordPlanAggregateMetricType) {
|
|
1243
1243
|
KeywordPlanAggregateMetricType[KeywordPlanAggregateMetricType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1245,9 +1245,9 @@ var enums;
|
|
|
1245
1245
|
KeywordPlanAggregateMetricType[KeywordPlanAggregateMetricType["DEVICE"] = 2] = "DEVICE";
|
|
1246
1246
|
})(KeywordPlanAggregateMetricType = enums.KeywordPlanAggregateMetricType || (enums.KeywordPlanAggregateMetricType = {}));
|
|
1247
1247
|
/**
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1248
|
+
* @name KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1249
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1250
|
+
*/
|
|
1251
1251
|
let KeywordPlanCompetitionLevel;
|
|
1252
1252
|
(function (KeywordPlanCompetitionLevel) {
|
|
1253
1253
|
KeywordPlanCompetitionLevel[KeywordPlanCompetitionLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1257,9 +1257,9 @@ var enums;
|
|
|
1257
1257
|
KeywordPlanCompetitionLevel[KeywordPlanCompetitionLevel["HIGH"] = 4] = "HIGH";
|
|
1258
1258
|
})(KeywordPlanCompetitionLevel = enums.KeywordPlanCompetitionLevel || (enums.KeywordPlanCompetitionLevel = {}));
|
|
1259
1259
|
/**
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1260
|
+
* @name KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1261
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1262
|
+
*/
|
|
1263
1263
|
let KeywordPlanConceptGroupType;
|
|
1264
1264
|
(function (KeywordPlanConceptGroupType) {
|
|
1265
1265
|
KeywordPlanConceptGroupType[KeywordPlanConceptGroupType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1269,9 +1269,9 @@ var enums;
|
|
|
1269
1269
|
KeywordPlanConceptGroupType[KeywordPlanConceptGroupType["NON_BRAND"] = 4] = "NON_BRAND";
|
|
1270
1270
|
})(KeywordPlanConceptGroupType = enums.KeywordPlanConceptGroupType || (enums.KeywordPlanConceptGroupType = {}));
|
|
1271
1271
|
/**
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1272
|
+
* @name ExperimentMetricEnum.ExperimentMetric
|
|
1273
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ExperimentMetricEnum.ExperimentMetric
|
|
1274
|
+
*/
|
|
1275
1275
|
let ExperimentMetric;
|
|
1276
1276
|
(function (ExperimentMetric) {
|
|
1277
1277
|
ExperimentMetric[ExperimentMetric["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1291,9 +1291,9 @@ var enums;
|
|
|
1291
1291
|
ExperimentMetric[ExperimentMetric["CONVERSION_VALUE"] = 14] = "CONVERSION_VALUE";
|
|
1292
1292
|
})(ExperimentMetric = enums.ExperimentMetric || (enums.ExperimentMetric = {}));
|
|
1293
1293
|
/**
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1294
|
+
* @name ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1295
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1296
|
+
*/
|
|
1297
1297
|
let ExperimentMetricDirection;
|
|
1298
1298
|
(function (ExperimentMetricDirection) {
|
|
1299
1299
|
ExperimentMetricDirection[ExperimentMetricDirection["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1305,9 +1305,9 @@ var enums;
|
|
|
1305
1305
|
ExperimentMetricDirection[ExperimentMetricDirection["NO_CHANGE_OR_DECREASE"] = 6] = "NO_CHANGE_OR_DECREASE";
|
|
1306
1306
|
})(ExperimentMetricDirection = enums.ExperimentMetricDirection || (enums.ExperimentMetricDirection = {}));
|
|
1307
1307
|
/**
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1308
|
+
* @name InteractionEventTypeEnum.InteractionEventType
|
|
1309
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/InteractionEventTypeEnum.InteractionEventType
|
|
1310
|
+
*/
|
|
1311
1311
|
let InteractionEventType;
|
|
1312
1312
|
(function (InteractionEventType) {
|
|
1313
1313
|
InteractionEventType[InteractionEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1318,9 +1318,9 @@ var enums;
|
|
|
1318
1318
|
InteractionEventType[InteractionEventType["NONE"] = 5] = "NONE";
|
|
1319
1319
|
})(InteractionEventType = enums.InteractionEventType || (enums.InteractionEventType = {}));
|
|
1320
1320
|
/**
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1321
|
+
* @name QualityScoreBucketEnum.QualityScoreBucket
|
|
1322
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/QualityScoreBucketEnum.QualityScoreBucket
|
|
1323
|
+
*/
|
|
1324
1324
|
let QualityScoreBucket;
|
|
1325
1325
|
(function (QualityScoreBucket) {
|
|
1326
1326
|
QualityScoreBucket[QualityScoreBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1330,9 +1330,9 @@ var enums;
|
|
|
1330
1330
|
QualityScoreBucket[QualityScoreBucket["ABOVE_AVERAGE"] = 4] = "ABOVE_AVERAGE";
|
|
1331
1331
|
})(QualityScoreBucket = enums.QualityScoreBucket || (enums.QualityScoreBucket = {}));
|
|
1332
1332
|
/**
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1333
|
+
* @name UserIdentifierSourceEnum.UserIdentifierSource
|
|
1334
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserIdentifierSourceEnum.UserIdentifierSource
|
|
1335
|
+
*/
|
|
1336
1336
|
let UserIdentifierSource;
|
|
1337
1337
|
(function (UserIdentifierSource) {
|
|
1338
1338
|
UserIdentifierSource[UserIdentifierSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1341,9 +1341,9 @@ var enums;
|
|
|
1341
1341
|
UserIdentifierSource[UserIdentifierSource["THIRD_PARTY"] = 3] = "THIRD_PARTY";
|
|
1342
1342
|
})(UserIdentifierSource = enums.UserIdentifierSource || (enums.UserIdentifierSource = {}));
|
|
1343
1343
|
/**
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1344
|
+
* @name AdDestinationTypeEnum.AdDestinationType
|
|
1345
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdDestinationTypeEnum.AdDestinationType
|
|
1346
|
+
*/
|
|
1347
1347
|
let AdDestinationType;
|
|
1348
1348
|
(function (AdDestinationType) {
|
|
1349
1349
|
AdDestinationType[AdDestinationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1361,9 +1361,9 @@ var enums;
|
|
|
1361
1361
|
AdDestinationType[AdDestinationType["UNMODELED_FOR_CONVERSIONS"] = 12] = "UNMODELED_FOR_CONVERSIONS";
|
|
1362
1362
|
})(AdDestinationType = enums.AdDestinationType || (enums.AdDestinationType = {}));
|
|
1363
1363
|
/**
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1364
|
+
* @name AdFormatTypeEnum.AdFormatType
|
|
1365
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdFormatTypeEnum.AdFormatType
|
|
1366
|
+
*/
|
|
1367
1367
|
let AdFormatType;
|
|
1368
1368
|
(function (AdFormatType) {
|
|
1369
1369
|
AdFormatType[AdFormatType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1381,9 +1381,9 @@ var enums;
|
|
|
1381
1381
|
AdFormatType[AdFormatType["PAUSE"] = 12] = "PAUSE";
|
|
1382
1382
|
})(AdFormatType = enums.AdFormatType || (enums.AdFormatType = {}));
|
|
1383
1383
|
/**
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1384
|
+
* @name AdNetworkTypeEnum.AdNetworkType
|
|
1385
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdNetworkTypeEnum.AdNetworkType
|
|
1386
|
+
*/
|
|
1387
1387
|
let AdNetworkType;
|
|
1388
1388
|
(function (AdNetworkType) {
|
|
1389
1389
|
AdNetworkType[AdNetworkType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1400,9 +1400,9 @@ var enums;
|
|
|
1400
1400
|
AdNetworkType[AdNetworkType["MAPS"] = 13] = "MAPS";
|
|
1401
1401
|
})(AdNetworkType = enums.AdNetworkType || (enums.AdNetworkType = {}));
|
|
1402
1402
|
/**
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1403
|
+
* @name BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1404
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1405
|
+
*/
|
|
1406
1406
|
let BudgetCampaignAssociationStatus;
|
|
1407
1407
|
(function (BudgetCampaignAssociationStatus) {
|
|
1408
1408
|
BudgetCampaignAssociationStatus[BudgetCampaignAssociationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1411,9 +1411,9 @@ var enums;
|
|
|
1411
1411
|
BudgetCampaignAssociationStatus[BudgetCampaignAssociationStatus["REMOVED"] = 3] = "REMOVED";
|
|
1412
1412
|
})(BudgetCampaignAssociationStatus = enums.BudgetCampaignAssociationStatus || (enums.BudgetCampaignAssociationStatus = {}));
|
|
1413
1413
|
/**
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1414
|
+
* @name ClickTypeEnum.ClickType
|
|
1415
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ClickTypeEnum.ClickType
|
|
1416
|
+
*/
|
|
1417
1417
|
let ClickType;
|
|
1418
1418
|
(function (ClickType) {
|
|
1419
1419
|
ClickType[ClickType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1476,9 +1476,9 @@ var enums;
|
|
|
1476
1476
|
ClickType[ClickType["TRAVEL_ASSETS"] = 59] = "TRAVEL_ASSETS";
|
|
1477
1477
|
})(ClickType = enums.ClickType || (enums.ClickType = {}));
|
|
1478
1478
|
/**
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1479
|
+
* @name ConversionActionCategoryEnum.ConversionActionCategory
|
|
1480
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionActionCategoryEnum.ConversionActionCategory
|
|
1481
|
+
*/
|
|
1482
1482
|
let ConversionActionCategory;
|
|
1483
1483
|
(function (ConversionActionCategory) {
|
|
1484
1484
|
ConversionActionCategory[ConversionActionCategory["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1506,9 +1506,9 @@ var enums;
|
|
|
1506
1506
|
ConversionActionCategory[ConversionActionCategory["CONVERTED_LEAD"] = 23] = "CONVERTED_LEAD";
|
|
1507
1507
|
})(ConversionActionCategory = enums.ConversionActionCategory || (enums.ConversionActionCategory = {}));
|
|
1508
1508
|
/**
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1509
|
+
* @name ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1510
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1511
|
+
*/
|
|
1512
1512
|
let ConversionAttributionEventType;
|
|
1513
1513
|
(function (ConversionAttributionEventType) {
|
|
1514
1514
|
ConversionAttributionEventType[ConversionAttributionEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1517,9 +1517,9 @@ var enums;
|
|
|
1517
1517
|
ConversionAttributionEventType[ConversionAttributionEventType["INTERACTION"] = 3] = "INTERACTION";
|
|
1518
1518
|
})(ConversionAttributionEventType = enums.ConversionAttributionEventType || (enums.ConversionAttributionEventType = {}));
|
|
1519
1519
|
/**
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1520
|
+
* @name ConversionLagBucketEnum.ConversionLagBucket
|
|
1521
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionLagBucketEnum.ConversionLagBucket
|
|
1522
|
+
*/
|
|
1523
1523
|
let ConversionLagBucket;
|
|
1524
1524
|
(function (ConversionLagBucket) {
|
|
1525
1525
|
ConversionLagBucket[ConversionLagBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1545,9 +1545,9 @@ var enums;
|
|
|
1545
1545
|
ConversionLagBucket[ConversionLagBucket["SIXTY_TO_NINETY_DAYS"] = 20] = "SIXTY_TO_NINETY_DAYS";
|
|
1546
1546
|
})(ConversionLagBucket = enums.ConversionLagBucket || (enums.ConversionLagBucket = {}));
|
|
1547
1547
|
/**
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1548
|
+
* @name ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1549
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1550
|
+
*/
|
|
1551
1551
|
let ConversionOrAdjustmentLagBucket;
|
|
1552
1552
|
(function (ConversionOrAdjustmentLagBucket) {
|
|
1553
1553
|
ConversionOrAdjustmentLagBucket[ConversionOrAdjustmentLagBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1595,9 +1595,9 @@ var enums;
|
|
|
1595
1595
|
ConversionOrAdjustmentLagBucket[ConversionOrAdjustmentLagBucket["ADJUSTMENT_UNKNOWN"] = 42] = "ADJUSTMENT_UNKNOWN";
|
|
1596
1596
|
})(ConversionOrAdjustmentLagBucket = enums.ConversionOrAdjustmentLagBucket || (enums.ConversionOrAdjustmentLagBucket = {}));
|
|
1597
1597
|
/**
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1598
|
+
* @name ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1599
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1600
|
+
*/
|
|
1601
1601
|
let ConversionValueRulePrimaryDimension;
|
|
1602
1602
|
(function (ConversionValueRulePrimaryDimension) {
|
|
1603
1603
|
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1612,9 +1612,9 @@ var enums;
|
|
|
1612
1612
|
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["ITINERARY"] = 9] = "ITINERARY";
|
|
1613
1613
|
})(ConversionValueRulePrimaryDimension = enums.ConversionValueRulePrimaryDimension || (enums.ConversionValueRulePrimaryDimension = {}));
|
|
1614
1614
|
/**
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1615
|
+
* @name ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
|
|
1616
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
|
|
1617
|
+
*/
|
|
1618
1618
|
let ConvertingUserPriorEngagementTypeAndLtvBucket;
|
|
1619
1619
|
(function (ConvertingUserPriorEngagementTypeAndLtvBucket) {
|
|
1620
1620
|
ConvertingUserPriorEngagementTypeAndLtvBucket[ConvertingUserPriorEngagementTypeAndLtvBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1624,9 +1624,9 @@ var enums;
|
|
|
1624
1624
|
ConvertingUserPriorEngagementTypeAndLtvBucket[ConvertingUserPriorEngagementTypeAndLtvBucket["NEW_AND_HIGH_LTV"] = 4] = "NEW_AND_HIGH_LTV";
|
|
1625
1625
|
})(ConvertingUserPriorEngagementTypeAndLtvBucket = enums.ConvertingUserPriorEngagementTypeAndLtvBucket || (enums.ConvertingUserPriorEngagementTypeAndLtvBucket = {}));
|
|
1626
1626
|
/**
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1627
|
+
* @name ExternalConversionSourceEnum.ExternalConversionSource
|
|
1628
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ExternalConversionSourceEnum.ExternalConversionSource
|
|
1629
|
+
*/
|
|
1630
1630
|
let ExternalConversionSource;
|
|
1631
1631
|
(function (ExternalConversionSource) {
|
|
1632
1632
|
ExternalConversionSource[ExternalConversionSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1661,9 +1661,9 @@ var enums;
|
|
|
1661
1661
|
ExternalConversionSource[ExternalConversionSource["DISPLAY_AND_VIDEO_360_FLOODLIGHT"] = 34] = "DISPLAY_AND_VIDEO_360_FLOODLIGHT";
|
|
1662
1662
|
})(ExternalConversionSource = enums.ExternalConversionSource || (enums.ExternalConversionSource = {}));
|
|
1663
1663
|
/**
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1664
|
+
* @name HotelPriceBucketEnum.HotelPriceBucket
|
|
1665
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/HotelPriceBucketEnum.HotelPriceBucket
|
|
1666
|
+
*/
|
|
1667
1667
|
let HotelPriceBucket;
|
|
1668
1668
|
(function (HotelPriceBucket) {
|
|
1669
1669
|
HotelPriceBucket[HotelPriceBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1674,9 +1674,9 @@ var enums;
|
|
|
1674
1674
|
HotelPriceBucket[HotelPriceBucket["ONLY_PARTNER_SHOWN"] = 5] = "ONLY_PARTNER_SHOWN";
|
|
1675
1675
|
})(HotelPriceBucket = enums.HotelPriceBucket || (enums.HotelPriceBucket = {}));
|
|
1676
1676
|
/**
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1677
|
+
* @name HotelRateTypeEnum.HotelRateType
|
|
1678
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/HotelRateTypeEnum.HotelRateType
|
|
1679
|
+
*/
|
|
1680
1680
|
let HotelRateType;
|
|
1681
1681
|
(function (HotelRateType) {
|
|
1682
1682
|
HotelRateType[HotelRateType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1687,9 +1687,9 @@ var enums;
|
|
|
1687
1687
|
HotelRateType[HotelRateType["PRIVATE_RATE"] = 5] = "PRIVATE_RATE";
|
|
1688
1688
|
})(HotelRateType = enums.HotelRateType || (enums.HotelRateType = {}));
|
|
1689
1689
|
/**
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1690
|
+
* @name RecommendationTypeEnum.RecommendationType
|
|
1691
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/RecommendationTypeEnum.RecommendationType
|
|
1692
|
+
*/
|
|
1693
1693
|
let RecommendationType;
|
|
1694
1694
|
(function (RecommendationType) {
|
|
1695
1695
|
RecommendationType[RecommendationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1750,9 +1750,9 @@ var enums;
|
|
|
1750
1750
|
RecommendationType[RecommendationType["IMPROVE_DEMAND_GEN_AD_STRENGTH"] = 58] = "IMPROVE_DEMAND_GEN_AD_STRENGTH";
|
|
1751
1751
|
})(RecommendationType = enums.RecommendationType || (enums.RecommendationType = {}));
|
|
1752
1752
|
/**
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1753
|
+
* @name SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1754
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1755
|
+
*/
|
|
1756
1756
|
let SearchEngineResultsPageType;
|
|
1757
1757
|
(function (SearchEngineResultsPageType) {
|
|
1758
1758
|
SearchEngineResultsPageType[SearchEngineResultsPageType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1762,9 +1762,9 @@ var enums;
|
|
|
1762
1762
|
SearchEngineResultsPageType[SearchEngineResultsPageType["ADS_AND_ORGANIC"] = 4] = "ADS_AND_ORGANIC";
|
|
1763
1763
|
})(SearchEngineResultsPageType = enums.SearchEngineResultsPageType || (enums.SearchEngineResultsPageType = {}));
|
|
1764
1764
|
/**
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1765
|
+
* @name SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1766
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1767
|
+
*/
|
|
1768
1768
|
let SearchTermMatchType;
|
|
1769
1769
|
(function (SearchTermMatchType) {
|
|
1770
1770
|
SearchTermMatchType[SearchTermMatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1776,9 +1776,9 @@ var enums;
|
|
|
1776
1776
|
SearchTermMatchType[SearchTermMatchType["NEAR_PHRASE"] = 6] = "NEAR_PHRASE";
|
|
1777
1777
|
})(SearchTermMatchType = enums.SearchTermMatchType || (enums.SearchTermMatchType = {}));
|
|
1778
1778
|
/**
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1779
|
+
* @name SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1780
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1781
|
+
*/
|
|
1782
1782
|
let SkAdNetworkAdEventType;
|
|
1783
1783
|
(function (SkAdNetworkAdEventType) {
|
|
1784
1784
|
SkAdNetworkAdEventType[SkAdNetworkAdEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1788,9 +1788,9 @@ var enums;
|
|
|
1788
1788
|
SkAdNetworkAdEventType[SkAdNetworkAdEventType["VIEW"] = 4] = "VIEW";
|
|
1789
1789
|
})(SkAdNetworkAdEventType = enums.SkAdNetworkAdEventType || (enums.SkAdNetworkAdEventType = {}));
|
|
1790
1790
|
/**
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1791
|
+
* @name SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1792
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1793
|
+
*/
|
|
1794
1794
|
let SkAdNetworkAttributionCredit;
|
|
1795
1795
|
(function (SkAdNetworkAttributionCredit) {
|
|
1796
1796
|
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1800,9 +1800,9 @@ var enums;
|
|
|
1800
1800
|
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["CONTRIBUTED"] = 4] = "CONTRIBUTED";
|
|
1801
1801
|
})(SkAdNetworkAttributionCredit = enums.SkAdNetworkAttributionCredit || (enums.SkAdNetworkAttributionCredit = {}));
|
|
1802
1802
|
/**
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1803
|
+
* @name SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
|
|
1804
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
|
|
1805
|
+
*/
|
|
1806
1806
|
let SkAdNetworkCoarseConversionValue;
|
|
1807
1807
|
(function (SkAdNetworkCoarseConversionValue) {
|
|
1808
1808
|
SkAdNetworkCoarseConversionValue[SkAdNetworkCoarseConversionValue["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1814,9 +1814,9 @@ var enums;
|
|
|
1814
1814
|
SkAdNetworkCoarseConversionValue[SkAdNetworkCoarseConversionValue["NONE"] = 6] = "NONE";
|
|
1815
1815
|
})(SkAdNetworkCoarseConversionValue = enums.SkAdNetworkCoarseConversionValue || (enums.SkAdNetworkCoarseConversionValue = {}));
|
|
1816
1816
|
/**
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1817
|
+
* @name SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
|
|
1818
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
|
|
1819
|
+
*/
|
|
1820
1820
|
let SkAdNetworkSourceType;
|
|
1821
1821
|
(function (SkAdNetworkSourceType) {
|
|
1822
1822
|
SkAdNetworkSourceType[SkAdNetworkSourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1826,9 +1826,9 @@ var enums;
|
|
|
1826
1826
|
SkAdNetworkSourceType[SkAdNetworkSourceType["MOBILE_APPLICATION"] = 4] = "MOBILE_APPLICATION";
|
|
1827
1827
|
})(SkAdNetworkSourceType = enums.SkAdNetworkSourceType || (enums.SkAdNetworkSourceType = {}));
|
|
1828
1828
|
/**
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1829
|
+
* @name SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1830
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1831
|
+
*/
|
|
1832
1832
|
let SkAdNetworkUserType;
|
|
1833
1833
|
(function (SkAdNetworkUserType) {
|
|
1834
1834
|
SkAdNetworkUserType[SkAdNetworkUserType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1838,9 +1838,9 @@ var enums;
|
|
|
1838
1838
|
SkAdNetworkUserType[SkAdNetworkUserType["REINSTALLER"] = 4] = "REINSTALLER";
|
|
1839
1839
|
})(SkAdNetworkUserType = enums.SkAdNetworkUserType || (enums.SkAdNetworkUserType = {}));
|
|
1840
1840
|
/**
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1841
|
+
* @name SlotEnum.Slot
|
|
1842
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SlotEnum.Slot
|
|
1843
|
+
*/
|
|
1844
1844
|
let Slot;
|
|
1845
1845
|
(function (Slot) {
|
|
1846
1846
|
Slot[Slot["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1854,9 +1854,9 @@ var enums;
|
|
|
1854
1854
|
Slot[Slot["MIXED"] = 8] = "MIXED";
|
|
1855
1855
|
})(Slot = enums.Slot || (enums.Slot = {}));
|
|
1856
1856
|
/**
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1857
|
+
* @name TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1858
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1859
|
+
*/
|
|
1860
1860
|
let TrackingCodePageFormat;
|
|
1861
1861
|
(function (TrackingCodePageFormat) {
|
|
1862
1862
|
TrackingCodePageFormat[TrackingCodePageFormat["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1865,9 +1865,9 @@ var enums;
|
|
|
1865
1865
|
TrackingCodePageFormat[TrackingCodePageFormat["AMP"] = 3] = "AMP";
|
|
1866
1866
|
})(TrackingCodePageFormat = enums.TrackingCodePageFormat || (enums.TrackingCodePageFormat = {}));
|
|
1867
1867
|
/**
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1868
|
+
* @name TrackingCodeTypeEnum.TrackingCodeType
|
|
1869
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/TrackingCodeTypeEnum.TrackingCodeType
|
|
1870
|
+
*/
|
|
1871
1871
|
let TrackingCodeType;
|
|
1872
1872
|
(function (TrackingCodeType) {
|
|
1873
1873
|
TrackingCodeType[TrackingCodeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1878,9 +1878,9 @@ var enums;
|
|
|
1878
1878
|
TrackingCodeType[TrackingCodeType["WEBSITE_CALL"] = 5] = "WEBSITE_CALL";
|
|
1879
1879
|
})(TrackingCodeType = enums.TrackingCodeType || (enums.TrackingCodeType = {}));
|
|
1880
1880
|
/**
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1881
|
+
* @name TargetingDimensionEnum.TargetingDimension
|
|
1882
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/TargetingDimensionEnum.TargetingDimension
|
|
1883
|
+
*/
|
|
1884
1884
|
let TargetingDimension;
|
|
1885
1885
|
(function (TargetingDimension) {
|
|
1886
1886
|
TargetingDimension[TargetingDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1895,9 +1895,9 @@ var enums;
|
|
|
1895
1895
|
TargetingDimension[TargetingDimension["INCOME_RANGE"] = 9] = "INCOME_RANGE";
|
|
1896
1896
|
})(TargetingDimension = enums.TargetingDimension || (enums.TargetingDimension = {}));
|
|
1897
1897
|
/**
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1898
|
+
* @name CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1899
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1900
|
+
*/
|
|
1901
1901
|
let CustomerMatchUploadKeyType;
|
|
1902
1902
|
(function (CustomerMatchUploadKeyType) {
|
|
1903
1903
|
CustomerMatchUploadKeyType[CustomerMatchUploadKeyType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1907,9 +1907,9 @@ var enums;
|
|
|
1907
1907
|
CustomerMatchUploadKeyType[CustomerMatchUploadKeyType["MOBILE_ADVERTISING_ID"] = 4] = "MOBILE_ADVERTISING_ID";
|
|
1908
1908
|
})(CustomerMatchUploadKeyType = enums.CustomerMatchUploadKeyType || (enums.CustomerMatchUploadKeyType = {}));
|
|
1909
1909
|
/**
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1910
|
+
* @name LookalikeExpansionLevelEnum.LookalikeExpansionLevel
|
|
1911
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LookalikeExpansionLevelEnum.LookalikeExpansionLevel
|
|
1912
|
+
*/
|
|
1913
1913
|
let LookalikeExpansionLevel;
|
|
1914
1914
|
(function (LookalikeExpansionLevel) {
|
|
1915
1915
|
LookalikeExpansionLevel[LookalikeExpansionLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1919,9 +1919,9 @@ var enums;
|
|
|
1919
1919
|
LookalikeExpansionLevel[LookalikeExpansionLevel["BROAD"] = 4] = "BROAD";
|
|
1920
1920
|
})(LookalikeExpansionLevel = enums.LookalikeExpansionLevel || (enums.LookalikeExpansionLevel = {}));
|
|
1921
1921
|
/**
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1922
|
+
* @name UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1923
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1924
|
+
*/
|
|
1925
1925
|
let UserListCrmDataSourceType;
|
|
1926
1926
|
(function (UserListCrmDataSourceType) {
|
|
1927
1927
|
UserListCrmDataSourceType[UserListCrmDataSourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1931,9 +1931,9 @@ var enums;
|
|
|
1931
1931
|
UserListCrmDataSourceType[UserListCrmDataSourceType["THIRD_PARTY_VOTER_FILE"] = 4] = "THIRD_PARTY_VOTER_FILE";
|
|
1932
1932
|
})(UserListCrmDataSourceType = enums.UserListCrmDataSourceType || (enums.UserListCrmDataSourceType = {}));
|
|
1933
1933
|
/**
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1934
|
+
* @name UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1935
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1936
|
+
*/
|
|
1937
1937
|
let UserListDateRuleItemOperator;
|
|
1938
1938
|
(function (UserListDateRuleItemOperator) {
|
|
1939
1939
|
UserListDateRuleItemOperator[UserListDateRuleItemOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1944,9 +1944,9 @@ var enums;
|
|
|
1944
1944
|
UserListDateRuleItemOperator[UserListDateRuleItemOperator["AFTER"] = 5] = "AFTER";
|
|
1945
1945
|
})(UserListDateRuleItemOperator = enums.UserListDateRuleItemOperator || (enums.UserListDateRuleItemOperator = {}));
|
|
1946
1946
|
/**
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1947
|
+
* @name UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1948
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1949
|
+
*/
|
|
1950
1950
|
let UserListFlexibleRuleOperator;
|
|
1951
1951
|
(function (UserListFlexibleRuleOperator) {
|
|
1952
1952
|
UserListFlexibleRuleOperator[UserListFlexibleRuleOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1955,9 +1955,9 @@ var enums;
|
|
|
1955
1955
|
UserListFlexibleRuleOperator[UserListFlexibleRuleOperator["OR"] = 3] = "OR";
|
|
1956
1956
|
})(UserListFlexibleRuleOperator = enums.UserListFlexibleRuleOperator || (enums.UserListFlexibleRuleOperator = {}));
|
|
1957
1957
|
/**
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1958
|
+
* @name UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1959
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1960
|
+
*/
|
|
1961
1961
|
let UserListLogicalRuleOperator;
|
|
1962
1962
|
(function (UserListLogicalRuleOperator) {
|
|
1963
1963
|
UserListLogicalRuleOperator[UserListLogicalRuleOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1967,9 +1967,9 @@ var enums;
|
|
|
1967
1967
|
UserListLogicalRuleOperator[UserListLogicalRuleOperator["NONE"] = 4] = "NONE";
|
|
1968
1968
|
})(UserListLogicalRuleOperator = enums.UserListLogicalRuleOperator || (enums.UserListLogicalRuleOperator = {}));
|
|
1969
1969
|
/**
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1970
|
+
* @name UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1971
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1972
|
+
*/
|
|
1973
1973
|
let UserListNumberRuleItemOperator;
|
|
1974
1974
|
(function (UserListNumberRuleItemOperator) {
|
|
1975
1975
|
UserListNumberRuleItemOperator[UserListNumberRuleItemOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1982,9 +1982,9 @@ var enums;
|
|
|
1982
1982
|
UserListNumberRuleItemOperator[UserListNumberRuleItemOperator["LESS_THAN_OR_EQUAL"] = 7] = "LESS_THAN_OR_EQUAL";
|
|
1983
1983
|
})(UserListNumberRuleItemOperator = enums.UserListNumberRuleItemOperator || (enums.UserListNumberRuleItemOperator = {}));
|
|
1984
1984
|
/**
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1985
|
+
* @name UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1986
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1987
|
+
*/
|
|
1988
1988
|
let UserListPrepopulationStatus;
|
|
1989
1989
|
(function (UserListPrepopulationStatus) {
|
|
1990
1990
|
UserListPrepopulationStatus[UserListPrepopulationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -1994,9 +1994,9 @@ var enums;
|
|
|
1994
1994
|
UserListPrepopulationStatus[UserListPrepopulationStatus["FAILED"] = 4] = "FAILED";
|
|
1995
1995
|
})(UserListPrepopulationStatus = enums.UserListPrepopulationStatus || (enums.UserListPrepopulationStatus = {}));
|
|
1996
1996
|
/**
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
1997
|
+
* @name UserListRuleTypeEnum.UserListRuleType
|
|
1998
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListRuleTypeEnum.UserListRuleType
|
|
1999
|
+
*/
|
|
2000
2000
|
let UserListRuleType;
|
|
2001
2001
|
(function (UserListRuleType) {
|
|
2002
2002
|
UserListRuleType[UserListRuleType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2005,9 +2005,9 @@ var enums;
|
|
|
2005
2005
|
UserListRuleType[UserListRuleType["OR_OF_ANDS"] = 3] = "OR_OF_ANDS";
|
|
2006
2006
|
})(UserListRuleType = enums.UserListRuleType || (enums.UserListRuleType = {}));
|
|
2007
2007
|
/**
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2008
|
+
* @name UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
2009
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
2010
|
+
*/
|
|
2011
2011
|
let UserListStringRuleItemOperator;
|
|
2012
2012
|
(function (UserListStringRuleItemOperator) {
|
|
2013
2013
|
UserListStringRuleItemOperator[UserListStringRuleItemOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2022,9 +2022,9 @@ var enums;
|
|
|
2022
2022
|
UserListStringRuleItemOperator[UserListStringRuleItemOperator["NOT_ENDS_WITH"] = 9] = "NOT_ENDS_WITH";
|
|
2023
2023
|
})(UserListStringRuleItemOperator = enums.UserListStringRuleItemOperator || (enums.UserListStringRuleItemOperator = {}));
|
|
2024
2024
|
/**
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2025
|
+
* @name AccessInvitationStatusEnum.AccessInvitationStatus
|
|
2026
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AccessInvitationStatusEnum.AccessInvitationStatus
|
|
2027
|
+
*/
|
|
2028
2028
|
let AccessInvitationStatus;
|
|
2029
2029
|
(function (AccessInvitationStatus) {
|
|
2030
2030
|
AccessInvitationStatus[AccessInvitationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2034,9 +2034,9 @@ var enums;
|
|
|
2034
2034
|
AccessInvitationStatus[AccessInvitationStatus["EXPIRED"] = 4] = "EXPIRED";
|
|
2035
2035
|
})(AccessInvitationStatus = enums.AccessInvitationStatus || (enums.AccessInvitationStatus = {}));
|
|
2036
2036
|
/**
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2037
|
+
* @name AccessReasonEnum.AccessReason
|
|
2038
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AccessReasonEnum.AccessReason
|
|
2039
|
+
*/
|
|
2040
2040
|
let AccessReason;
|
|
2041
2041
|
(function (AccessReason) {
|
|
2042
2042
|
AccessReason[AccessReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2048,9 +2048,9 @@ var enums;
|
|
|
2048
2048
|
AccessReason[AccessReason["AFFILIATED"] = 6] = "AFFILIATED";
|
|
2049
2049
|
})(AccessReason = enums.AccessReason || (enums.AccessReason = {}));
|
|
2050
2050
|
/**
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2051
|
+
* @name AccessRoleEnum.AccessRole
|
|
2052
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AccessRoleEnum.AccessRole
|
|
2053
|
+
*/
|
|
2054
2054
|
let AccessRole;
|
|
2055
2055
|
(function (AccessRole) {
|
|
2056
2056
|
AccessRole[AccessRole["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2061,9 +2061,9 @@ var enums;
|
|
|
2061
2061
|
AccessRole[AccessRole["EMAIL_ONLY"] = 5] = "EMAIL_ONLY";
|
|
2062
2062
|
})(AccessRole = enums.AccessRole || (enums.AccessRole = {}));
|
|
2063
2063
|
/**
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2064
|
+
* @name AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
2065
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
2066
|
+
*/
|
|
2067
2067
|
let AccountBudgetProposalStatus;
|
|
2068
2068
|
(function (AccountBudgetProposalStatus) {
|
|
2069
2069
|
AccountBudgetProposalStatus[AccountBudgetProposalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2075,9 +2075,9 @@ var enums;
|
|
|
2075
2075
|
AccountBudgetProposalStatus[AccountBudgetProposalStatus["REJECTED"] = 6] = "REJECTED";
|
|
2076
2076
|
})(AccountBudgetProposalStatus = enums.AccountBudgetProposalStatus || (enums.AccountBudgetProposalStatus = {}));
|
|
2077
2077
|
/**
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2078
|
+
* @name AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
2079
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
2080
|
+
*/
|
|
2081
2081
|
let AccountBudgetProposalType;
|
|
2082
2082
|
(function (AccountBudgetProposalType) {
|
|
2083
2083
|
AccountBudgetProposalType[AccountBudgetProposalType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2088,9 +2088,9 @@ var enums;
|
|
|
2088
2088
|
AccountBudgetProposalType[AccountBudgetProposalType["REMOVE"] = 5] = "REMOVE";
|
|
2089
2089
|
})(AccountBudgetProposalType = enums.AccountBudgetProposalType || (enums.AccountBudgetProposalType = {}));
|
|
2090
2090
|
/**
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2091
|
+
* @name AccountBudgetStatusEnum.AccountBudgetStatus
|
|
2092
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AccountBudgetStatusEnum.AccountBudgetStatus
|
|
2093
|
+
*/
|
|
2094
2094
|
let AccountBudgetStatus;
|
|
2095
2095
|
(function (AccountBudgetStatus) {
|
|
2096
2096
|
AccountBudgetStatus[AccountBudgetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2100,9 +2100,9 @@ var enums;
|
|
|
2100
2100
|
AccountBudgetStatus[AccountBudgetStatus["CANCELLED"] = 4] = "CANCELLED";
|
|
2101
2101
|
})(AccountBudgetStatus = enums.AccountBudgetStatus || (enums.AccountBudgetStatus = {}));
|
|
2102
2102
|
/**
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2103
|
+
* @name AccountLinkStatusEnum.AccountLinkStatus
|
|
2104
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AccountLinkStatusEnum.AccountLinkStatus
|
|
2105
|
+
*/
|
|
2106
2106
|
let AccountLinkStatus;
|
|
2107
2107
|
(function (AccountLinkStatus) {
|
|
2108
2108
|
AccountLinkStatus[AccountLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2115,9 +2115,9 @@ var enums;
|
|
|
2115
2115
|
AccountLinkStatus[AccountLinkStatus["REVOKED"] = 7] = "REVOKED";
|
|
2116
2116
|
})(AccountLinkStatus = enums.AccountLinkStatus || (enums.AccountLinkStatus = {}));
|
|
2117
2117
|
/**
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2118
|
+
* @name AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
|
|
2119
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
|
|
2120
|
+
*/
|
|
2121
2121
|
let AdGroupAdPrimaryStatus;
|
|
2122
2122
|
(function (AdGroupAdPrimaryStatus) {
|
|
2123
2123
|
AdGroupAdPrimaryStatus[AdGroupAdPrimaryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2130,9 +2130,9 @@ var enums;
|
|
|
2130
2130
|
AdGroupAdPrimaryStatus[AdGroupAdPrimaryStatus["NOT_ELIGIBLE"] = 7] = "NOT_ELIGIBLE";
|
|
2131
2131
|
})(AdGroupAdPrimaryStatus = enums.AdGroupAdPrimaryStatus || (enums.AdGroupAdPrimaryStatus = {}));
|
|
2132
2132
|
/**
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2133
|
+
* @name AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
|
|
2134
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
|
|
2135
|
+
*/
|
|
2136
2136
|
let AdGroupAdPrimaryStatusReason;
|
|
2137
2137
|
(function (AdGroupAdPrimaryStatusReason) {
|
|
2138
2138
|
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2154,9 +2154,9 @@ var enums;
|
|
|
2154
2154
|
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["AD_GROUP_AD_UNDER_APPEAL"] = 16] = "AD_GROUP_AD_UNDER_APPEAL";
|
|
2155
2155
|
})(AdGroupAdPrimaryStatusReason = enums.AdGroupAdPrimaryStatusReason || (enums.AdGroupAdPrimaryStatusReason = {}));
|
|
2156
2156
|
/**
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2157
|
+
* @name AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
2158
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
2159
|
+
*/
|
|
2160
2160
|
let AdGroupAdRotationMode;
|
|
2161
2161
|
(function (AdGroupAdRotationMode) {
|
|
2162
2162
|
AdGroupAdRotationMode[AdGroupAdRotationMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2165,9 +2165,9 @@ var enums;
|
|
|
2165
2165
|
AdGroupAdRotationMode[AdGroupAdRotationMode["ROTATE_FOREVER"] = 3] = "ROTATE_FOREVER";
|
|
2166
2166
|
})(AdGroupAdRotationMode = enums.AdGroupAdRotationMode || (enums.AdGroupAdRotationMode = {}));
|
|
2167
2167
|
/**
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2168
|
+
* @name AdGroupAdStatusEnum.AdGroupAdStatus
|
|
2169
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupAdStatusEnum.AdGroupAdStatus
|
|
2170
|
+
*/
|
|
2171
2171
|
let AdGroupAdStatus;
|
|
2172
2172
|
(function (AdGroupAdStatus) {
|
|
2173
2173
|
AdGroupAdStatus[AdGroupAdStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2177,9 +2177,9 @@ var enums;
|
|
|
2177
2177
|
AdGroupAdStatus[AdGroupAdStatus["REMOVED"] = 4] = "REMOVED";
|
|
2178
2178
|
})(AdGroupAdStatus = enums.AdGroupAdStatus || (enums.AdGroupAdStatus = {}));
|
|
2179
2179
|
/**
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2180
|
+
* @name AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
2181
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
2182
|
+
*/
|
|
2183
2183
|
let AdGroupCriterionApprovalStatus;
|
|
2184
2184
|
(function (AdGroupCriterionApprovalStatus) {
|
|
2185
2185
|
AdGroupCriterionApprovalStatus[AdGroupCriterionApprovalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2190,9 +2190,9 @@ var enums;
|
|
|
2190
2190
|
AdGroupCriterionApprovalStatus[AdGroupCriterionApprovalStatus["UNDER_REVIEW"] = 5] = "UNDER_REVIEW";
|
|
2191
2191
|
})(AdGroupCriterionApprovalStatus = enums.AdGroupCriterionApprovalStatus || (enums.AdGroupCriterionApprovalStatus = {}));
|
|
2192
2192
|
/**
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2193
|
+
* @name AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus
|
|
2194
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus
|
|
2195
|
+
*/
|
|
2196
2196
|
let AdGroupCriterionPrimaryStatus;
|
|
2197
2197
|
(function (AdGroupCriterionPrimaryStatus) {
|
|
2198
2198
|
AdGroupCriterionPrimaryStatus[AdGroupCriterionPrimaryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2204,9 +2204,9 @@ var enums;
|
|
|
2204
2204
|
AdGroupCriterionPrimaryStatus[AdGroupCriterionPrimaryStatus["NOT_ELIGIBLE"] = 6] = "NOT_ELIGIBLE";
|
|
2205
2205
|
})(AdGroupCriterionPrimaryStatus = enums.AdGroupCriterionPrimaryStatus || (enums.AdGroupCriterionPrimaryStatus = {}));
|
|
2206
2206
|
/**
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2207
|
+
* @name AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason
|
|
2208
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason
|
|
2209
|
+
*/
|
|
2210
2210
|
let AdGroupCriterionPrimaryStatusReason;
|
|
2211
2211
|
(function (AdGroupCriterionPrimaryStatusReason) {
|
|
2212
2212
|
AdGroupCriterionPrimaryStatusReason[AdGroupCriterionPrimaryStatusReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2231,9 +2231,9 @@ var enums;
|
|
|
2231
2231
|
AdGroupCriterionPrimaryStatusReason[AdGroupCriterionPrimaryStatusReason["AD_GROUP_CRITERION_REMOVED"] = 19] = "AD_GROUP_CRITERION_REMOVED";
|
|
2232
2232
|
})(AdGroupCriterionPrimaryStatusReason = enums.AdGroupCriterionPrimaryStatusReason || (enums.AdGroupCriterionPrimaryStatusReason = {}));
|
|
2233
2233
|
/**
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2234
|
+
* @name AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
2235
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
2236
|
+
*/
|
|
2237
2237
|
let AdGroupCriterionStatus;
|
|
2238
2238
|
(function (AdGroupCriterionStatus) {
|
|
2239
2239
|
AdGroupCriterionStatus[AdGroupCriterionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2243,9 +2243,9 @@ var enums;
|
|
|
2243
2243
|
AdGroupCriterionStatus[AdGroupCriterionStatus["REMOVED"] = 4] = "REMOVED";
|
|
2244
2244
|
})(AdGroupCriterionStatus = enums.AdGroupCriterionStatus || (enums.AdGroupCriterionStatus = {}));
|
|
2245
2245
|
/**
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2246
|
+
* @name AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
|
|
2247
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
|
|
2248
|
+
*/
|
|
2249
2249
|
let AdGroupPrimaryStatus;
|
|
2250
2250
|
(function (AdGroupPrimaryStatus) {
|
|
2251
2251
|
AdGroupPrimaryStatus[AdGroupPrimaryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2258,9 +2258,9 @@ var enums;
|
|
|
2258
2258
|
AdGroupPrimaryStatus[AdGroupPrimaryStatus["LIMITED"] = 7] = "LIMITED";
|
|
2259
2259
|
})(AdGroupPrimaryStatus = enums.AdGroupPrimaryStatus || (enums.AdGroupPrimaryStatus = {}));
|
|
2260
2260
|
/**
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2261
|
+
* @name AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
|
|
2262
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
|
|
2263
|
+
*/
|
|
2264
2264
|
let AdGroupPrimaryStatusReason;
|
|
2265
2265
|
(function (AdGroupPrimaryStatusReason) {
|
|
2266
2266
|
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2283,9 +2283,9 @@ var enums;
|
|
|
2283
2283
|
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITY"] = 19] = "AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITY";
|
|
2284
2284
|
})(AdGroupPrimaryStatusReason = enums.AdGroupPrimaryStatusReason || (enums.AdGroupPrimaryStatusReason = {}));
|
|
2285
2285
|
/**
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2286
|
+
* @name AdGroupStatusEnum.AdGroupStatus
|
|
2287
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupStatusEnum.AdGroupStatus
|
|
2288
|
+
*/
|
|
2289
2289
|
let AdGroupStatus;
|
|
2290
2290
|
(function (AdGroupStatus) {
|
|
2291
2291
|
AdGroupStatus[AdGroupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2295,9 +2295,9 @@ var enums;
|
|
|
2295
2295
|
AdGroupStatus[AdGroupStatus["REMOVED"] = 4] = "REMOVED";
|
|
2296
2296
|
})(AdGroupStatus = enums.AdGroupStatus || (enums.AdGroupStatus = {}));
|
|
2297
2297
|
/**
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2298
|
+
* @name AdGroupTypeEnum.AdGroupType
|
|
2299
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupTypeEnum.AdGroupType
|
|
2300
|
+
*/
|
|
2301
2301
|
let AdGroupType;
|
|
2302
2302
|
(function (AdGroupType) {
|
|
2303
2303
|
AdGroupType[AdGroupType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2321,9 +2321,9 @@ var enums;
|
|
|
2321
2321
|
AdGroupType[AdGroupType["YOUTUBE_AUDIO"] = 20] = "YOUTUBE_AUDIO";
|
|
2322
2322
|
})(AdGroupType = enums.AdGroupType || (enums.AdGroupType = {}));
|
|
2323
2323
|
/**
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2324
|
+
* @name AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
2325
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
2326
|
+
*/
|
|
2327
2327
|
let AdServingOptimizationStatus;
|
|
2328
2328
|
(function (AdServingOptimizationStatus) {
|
|
2329
2329
|
AdServingOptimizationStatus[AdServingOptimizationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2335,9 +2335,9 @@ var enums;
|
|
|
2335
2335
|
AdServingOptimizationStatus[AdServingOptimizationStatus["UNAVAILABLE"] = 6] = "UNAVAILABLE";
|
|
2336
2336
|
})(AdServingOptimizationStatus = enums.AdServingOptimizationStatus || (enums.AdServingOptimizationStatus = {}));
|
|
2337
2337
|
/**
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2338
|
+
* @name AdStrengthEnum.AdStrength
|
|
2339
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdStrengthEnum.AdStrength
|
|
2340
|
+
*/
|
|
2341
2341
|
let AdStrength;
|
|
2342
2342
|
(function (AdStrength) {
|
|
2343
2343
|
AdStrength[AdStrength["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2350,9 +2350,9 @@ var enums;
|
|
|
2350
2350
|
AdStrength[AdStrength["EXCELLENT"] = 7] = "EXCELLENT";
|
|
2351
2351
|
})(AdStrength = enums.AdStrength || (enums.AdStrength = {}));
|
|
2352
2352
|
/**
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2353
|
+
* @name AdStrengthActionItemTypeEnum.AdStrengthActionItemType
|
|
2354
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdStrengthActionItemTypeEnum.AdStrengthActionItemType
|
|
2355
|
+
*/
|
|
2356
2356
|
let AdStrengthActionItemType;
|
|
2357
2357
|
(function (AdStrengthActionItemType) {
|
|
2358
2358
|
AdStrengthActionItemType[AdStrengthActionItemType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2360,9 +2360,9 @@ var enums;
|
|
|
2360
2360
|
AdStrengthActionItemType[AdStrengthActionItemType["ADD_ASSET"] = 2] = "ADD_ASSET";
|
|
2361
2361
|
})(AdStrengthActionItemType = enums.AdStrengthActionItemType || (enums.AdStrengthActionItemType = {}));
|
|
2362
2362
|
/**
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2363
|
+
* @name AdTypeEnum.AdType
|
|
2364
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdTypeEnum.AdType
|
|
2365
|
+
*/
|
|
2366
2366
|
let AdType;
|
|
2367
2367
|
(function (AdType) {
|
|
2368
2368
|
AdType[AdType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2401,9 +2401,9 @@ var enums;
|
|
|
2401
2401
|
AdType[AdType["YOUTUBE_AUDIO_AD"] = 44] = "YOUTUBE_AUDIO_AD";
|
|
2402
2402
|
})(AdType = enums.AdType || (enums.AdType = {}));
|
|
2403
2403
|
/**
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2404
|
+
* @name AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
|
|
2405
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
|
|
2406
|
+
*/
|
|
2407
2407
|
let AndroidPrivacyInteractionType;
|
|
2408
2408
|
(function (AndroidPrivacyInteractionType) {
|
|
2409
2409
|
AndroidPrivacyInteractionType[AndroidPrivacyInteractionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2413,9 +2413,9 @@ var enums;
|
|
|
2413
2413
|
AndroidPrivacyInteractionType[AndroidPrivacyInteractionType["VIEW"] = 4] = "VIEW";
|
|
2414
2414
|
})(AndroidPrivacyInteractionType = enums.AndroidPrivacyInteractionType || (enums.AndroidPrivacyInteractionType = {}));
|
|
2415
2415
|
/**
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2416
|
+
* @name AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
|
|
2417
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
|
|
2418
|
+
*/
|
|
2419
2419
|
let AndroidPrivacyNetworkType;
|
|
2420
2420
|
(function (AndroidPrivacyNetworkType) {
|
|
2421
2421
|
AndroidPrivacyNetworkType[AndroidPrivacyNetworkType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2425,9 +2425,9 @@ var enums;
|
|
|
2425
2425
|
AndroidPrivacyNetworkType[AndroidPrivacyNetworkType["YOUTUBE"] = 4] = "YOUTUBE";
|
|
2426
2426
|
})(AndroidPrivacyNetworkType = enums.AndroidPrivacyNetworkType || (enums.AndroidPrivacyNetworkType = {}));
|
|
2427
2427
|
/**
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2428
|
+
* @name AppBiddingGoalEnum.AppBiddingGoal
|
|
2429
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AppBiddingGoalEnum.AppBiddingGoal
|
|
2430
|
+
*/
|
|
2431
2431
|
let AppBiddingGoal;
|
|
2432
2432
|
(function (AppBiddingGoal) {
|
|
2433
2433
|
AppBiddingGoal[AppBiddingGoal["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2441,9 +2441,9 @@ var enums;
|
|
|
2441
2441
|
AppBiddingGoal[AppBiddingGoal["OPTIMIZE_FOR_PRE_REGISTRATION_CONVERSION_VOLUME"] = 8] = "OPTIMIZE_FOR_PRE_REGISTRATION_CONVERSION_VOLUME";
|
|
2442
2442
|
})(AppBiddingGoal = enums.AppBiddingGoal || (enums.AppBiddingGoal = {}));
|
|
2443
2443
|
/**
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2444
|
+
* @name AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2445
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2446
|
+
*/
|
|
2447
2447
|
let AppCampaignAppStore;
|
|
2448
2448
|
(function (AppCampaignAppStore) {
|
|
2449
2449
|
AppCampaignAppStore[AppCampaignAppStore["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2452,9 +2452,9 @@ var enums;
|
|
|
2452
2452
|
AppCampaignAppStore[AppCampaignAppStore["GOOGLE_APP_STORE"] = 3] = "GOOGLE_APP_STORE";
|
|
2453
2453
|
})(AppCampaignAppStore = enums.AppCampaignAppStore || (enums.AppCampaignAppStore = {}));
|
|
2454
2454
|
/**
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2455
|
+
* @name AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2456
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2457
|
+
*/
|
|
2458
2458
|
let AppCampaignBiddingStrategyGoalType;
|
|
2459
2459
|
(function (AppCampaignBiddingStrategyGoalType) {
|
|
2460
2460
|
AppCampaignBiddingStrategyGoalType[AppCampaignBiddingStrategyGoalType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2467,9 +2467,9 @@ var enums;
|
|
|
2467
2467
|
AppCampaignBiddingStrategyGoalType[AppCampaignBiddingStrategyGoalType["OPTIMIZE_INSTALLS_WITHOUT_TARGET_INSTALL_COST"] = 7] = "OPTIMIZE_INSTALLS_WITHOUT_TARGET_INSTALL_COST";
|
|
2468
2468
|
})(AppCampaignBiddingStrategyGoalType = enums.AppCampaignBiddingStrategyGoalType || (enums.AppCampaignBiddingStrategyGoalType = {}));
|
|
2469
2469
|
/**
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2470
|
+
* @name AssetAutomationStatusEnum.AssetAutomationStatus
|
|
2471
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetAutomationStatusEnum.AssetAutomationStatus
|
|
2472
|
+
*/
|
|
2473
2473
|
let AssetAutomationStatus;
|
|
2474
2474
|
(function (AssetAutomationStatus) {
|
|
2475
2475
|
AssetAutomationStatus[AssetAutomationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2478,9 +2478,9 @@ var enums;
|
|
|
2478
2478
|
AssetAutomationStatus[AssetAutomationStatus["OPTED_OUT"] = 3] = "OPTED_OUT";
|
|
2479
2479
|
})(AssetAutomationStatus = enums.AssetAutomationStatus || (enums.AssetAutomationStatus = {}));
|
|
2480
2480
|
/**
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2481
|
+
* @name AssetAutomationTypeEnum.AssetAutomationType
|
|
2482
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetAutomationTypeEnum.AssetAutomationType
|
|
2483
|
+
*/
|
|
2484
2484
|
let AssetAutomationType;
|
|
2485
2485
|
(function (AssetAutomationType) {
|
|
2486
2486
|
AssetAutomationType[AssetAutomationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2492,9 +2492,9 @@ var enums;
|
|
|
2492
2492
|
AssetAutomationType[AssetAutomationType["GENERATE_ENHANCED_YOUTUBE_VIDEOS"] = 6] = "GENERATE_ENHANCED_YOUTUBE_VIDEOS";
|
|
2493
2493
|
})(AssetAutomationType = enums.AssetAutomationType || (enums.AssetAutomationType = {}));
|
|
2494
2494
|
/**
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2495
|
+
* @name AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement
|
|
2496
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement
|
|
2497
|
+
*/
|
|
2498
2498
|
let AssetCoverageVideoAspectRatioRequirement;
|
|
2499
2499
|
(function (AssetCoverageVideoAspectRatioRequirement) {
|
|
2500
2500
|
AssetCoverageVideoAspectRatioRequirement[AssetCoverageVideoAspectRatioRequirement["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2504,9 +2504,9 @@ var enums;
|
|
|
2504
2504
|
AssetCoverageVideoAspectRatioRequirement[AssetCoverageVideoAspectRatioRequirement["VERTICAL"] = 4] = "VERTICAL";
|
|
2505
2505
|
})(AssetCoverageVideoAspectRatioRequirement = enums.AssetCoverageVideoAspectRatioRequirement || (enums.AssetCoverageVideoAspectRatioRequirement = {}));
|
|
2506
2506
|
/**
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2507
|
+
* @name AssetFieldTypeEnum.AssetFieldType
|
|
2508
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetFieldTypeEnum.AssetFieldType
|
|
2509
|
+
*/
|
|
2510
2510
|
let AssetFieldType;
|
|
2511
2511
|
(function (AssetFieldType) {
|
|
2512
2512
|
AssetFieldType[AssetFieldType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2543,9 +2543,9 @@ var enums;
|
|
|
2543
2543
|
AssetFieldType[AssetFieldType["TALL_PORTRAIT_MARKETING_IMAGE"] = 32] = "TALL_PORTRAIT_MARKETING_IMAGE";
|
|
2544
2544
|
})(AssetFieldType = enums.AssetFieldType || (enums.AssetFieldType = {}));
|
|
2545
2545
|
/**
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2546
|
+
* @name AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
|
|
2547
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
|
|
2548
|
+
*/
|
|
2549
2549
|
let AssetGroupPrimaryStatus;
|
|
2550
2550
|
(function (AssetGroupPrimaryStatus) {
|
|
2551
2551
|
AssetGroupPrimaryStatus[AssetGroupPrimaryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2558,9 +2558,9 @@ var enums;
|
|
|
2558
2558
|
AssetGroupPrimaryStatus[AssetGroupPrimaryStatus["PENDING"] = 7] = "PENDING";
|
|
2559
2559
|
})(AssetGroupPrimaryStatus = enums.AssetGroupPrimaryStatus || (enums.AssetGroupPrimaryStatus = {}));
|
|
2560
2560
|
/**
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2561
|
+
* @name AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
|
|
2562
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
|
|
2563
|
+
*/
|
|
2564
2564
|
let AssetGroupPrimaryStatusReason;
|
|
2565
2565
|
(function (AssetGroupPrimaryStatusReason) {
|
|
2566
2566
|
AssetGroupPrimaryStatusReason[AssetGroupPrimaryStatusReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2576,9 +2576,9 @@ var enums;
|
|
|
2576
2576
|
AssetGroupPrimaryStatusReason[AssetGroupPrimaryStatusReason["ASSET_GROUP_UNDER_REVIEW"] = 10] = "ASSET_GROUP_UNDER_REVIEW";
|
|
2577
2577
|
})(AssetGroupPrimaryStatusReason = enums.AssetGroupPrimaryStatusReason || (enums.AssetGroupPrimaryStatusReason = {}));
|
|
2578
2578
|
/**
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2579
|
+
* @name AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
|
|
2580
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
|
|
2581
|
+
*/
|
|
2582
2582
|
let AssetGroupSignalApprovalStatus;
|
|
2583
2583
|
(function (AssetGroupSignalApprovalStatus) {
|
|
2584
2584
|
AssetGroupSignalApprovalStatus[AssetGroupSignalApprovalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2589,9 +2589,9 @@ var enums;
|
|
|
2589
2589
|
AssetGroupSignalApprovalStatus[AssetGroupSignalApprovalStatus["UNDER_REVIEW"] = 5] = "UNDER_REVIEW";
|
|
2590
2590
|
})(AssetGroupSignalApprovalStatus = enums.AssetGroupSignalApprovalStatus || (enums.AssetGroupSignalApprovalStatus = {}));
|
|
2591
2591
|
/**
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2592
|
+
* @name AssetGroupStatusEnum.AssetGroupStatus
|
|
2593
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetGroupStatusEnum.AssetGroupStatus
|
|
2594
|
+
*/
|
|
2595
2595
|
let AssetGroupStatus;
|
|
2596
2596
|
(function (AssetGroupStatus) {
|
|
2597
2597
|
AssetGroupStatus[AssetGroupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2601,9 +2601,9 @@ var enums;
|
|
|
2601
2601
|
AssetGroupStatus[AssetGroupStatus["REMOVED"] = 4] = "REMOVED";
|
|
2602
2602
|
})(AssetGroupStatus = enums.AssetGroupStatus || (enums.AssetGroupStatus = {}));
|
|
2603
2603
|
/**
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2604
|
+
* @name AssetLinkStatusEnum.AssetLinkStatus
|
|
2605
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetLinkStatusEnum.AssetLinkStatus
|
|
2606
|
+
*/
|
|
2607
2607
|
let AssetLinkStatus;
|
|
2608
2608
|
(function (AssetLinkStatus) {
|
|
2609
2609
|
AssetLinkStatus[AssetLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2613,9 +2613,9 @@ var enums;
|
|
|
2613
2613
|
AssetLinkStatus[AssetLinkStatus["PAUSED"] = 4] = "PAUSED";
|
|
2614
2614
|
})(AssetLinkStatus = enums.AssetLinkStatus || (enums.AssetLinkStatus = {}));
|
|
2615
2615
|
/**
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2616
|
+
* @name AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2617
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2618
|
+
*/
|
|
2619
2619
|
let AssetSetAssetStatus;
|
|
2620
2620
|
(function (AssetSetAssetStatus) {
|
|
2621
2621
|
AssetSetAssetStatus[AssetSetAssetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2624,9 +2624,9 @@ var enums;
|
|
|
2624
2624
|
AssetSetAssetStatus[AssetSetAssetStatus["REMOVED"] = 3] = "REMOVED";
|
|
2625
2625
|
})(AssetSetAssetStatus = enums.AssetSetAssetStatus || (enums.AssetSetAssetStatus = {}));
|
|
2626
2626
|
/**
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2627
|
+
* @name AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2628
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2629
|
+
*/
|
|
2630
2630
|
let AssetSetLinkStatus;
|
|
2631
2631
|
(function (AssetSetLinkStatus) {
|
|
2632
2632
|
AssetSetLinkStatus[AssetSetLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2635,9 +2635,9 @@ var enums;
|
|
|
2635
2635
|
AssetSetLinkStatus[AssetSetLinkStatus["REMOVED"] = 3] = "REMOVED";
|
|
2636
2636
|
})(AssetSetLinkStatus = enums.AssetSetLinkStatus || (enums.AssetSetLinkStatus = {}));
|
|
2637
2637
|
/**
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2638
|
+
* @name AssetSetStatusEnum.AssetSetStatus
|
|
2639
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetSetStatusEnum.AssetSetStatus
|
|
2640
|
+
*/
|
|
2641
2641
|
let AssetSetStatus;
|
|
2642
2642
|
(function (AssetSetStatus) {
|
|
2643
2643
|
AssetSetStatus[AssetSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2646,9 +2646,9 @@ var enums;
|
|
|
2646
2646
|
AssetSetStatus[AssetSetStatus["REMOVED"] = 3] = "REMOVED";
|
|
2647
2647
|
})(AssetSetStatus = enums.AssetSetStatus || (enums.AssetSetStatus = {}));
|
|
2648
2648
|
/**
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2649
|
+
* @name AssetSetTypeEnum.AssetSetType
|
|
2650
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetSetTypeEnum.AssetSetType
|
|
2651
|
+
*/
|
|
2652
2652
|
let AssetSetType;
|
|
2653
2653
|
(function (AssetSetType) {
|
|
2654
2654
|
AssetSetType[AssetSetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2671,9 +2671,9 @@ var enums;
|
|
|
2671
2671
|
AssetSetType[AssetSetType["TRAVEL_FEED"] = 17] = "TRAVEL_FEED";
|
|
2672
2672
|
})(AssetSetType = enums.AssetSetType || (enums.AssetSetType = {}));
|
|
2673
2673
|
/**
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2674
|
+
* @name AssetSourceEnum.AssetSource
|
|
2675
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetSourceEnum.AssetSource
|
|
2676
|
+
*/
|
|
2677
2677
|
let AssetSource;
|
|
2678
2678
|
(function (AssetSource) {
|
|
2679
2679
|
AssetSource[AssetSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2682,9 +2682,9 @@ var enums;
|
|
|
2682
2682
|
AssetSource[AssetSource["AUTOMATICALLY_CREATED"] = 3] = "AUTOMATICALLY_CREATED";
|
|
2683
2683
|
})(AssetSource = enums.AssetSource || (enums.AssetSource = {}));
|
|
2684
2684
|
/**
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2685
|
+
* @name AssetTypeEnum.AssetType
|
|
2686
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetTypeEnum.AssetType
|
|
2687
|
+
*/
|
|
2688
2688
|
let AssetType;
|
|
2689
2689
|
(function (AssetType) {
|
|
2690
2690
|
AssetType[AssetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2720,9 +2720,9 @@ var enums;
|
|
|
2720
2720
|
AssetType[AssetType["APP_DEEP_LINK"] = 31] = "APP_DEEP_LINK";
|
|
2721
2721
|
})(AssetType = enums.AssetType || (enums.AssetType = {}));
|
|
2722
2722
|
/**
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2723
|
+
* @name AsyncActionStatusEnum.AsyncActionStatus
|
|
2724
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AsyncActionStatusEnum.AsyncActionStatus
|
|
2725
|
+
*/
|
|
2726
2726
|
let AsyncActionStatus;
|
|
2727
2727
|
(function (AsyncActionStatus) {
|
|
2728
2728
|
AsyncActionStatus[AsyncActionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2734,9 +2734,9 @@ var enums;
|
|
|
2734
2734
|
AsyncActionStatus[AsyncActionStatus["COMPLETED_WITH_WARNING"] = 6] = "COMPLETED_WITH_WARNING";
|
|
2735
2735
|
})(AsyncActionStatus = enums.AsyncActionStatus || (enums.AsyncActionStatus = {}));
|
|
2736
2736
|
/**
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2737
|
+
* @name AttributionModelEnum.AttributionModel
|
|
2738
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AttributionModelEnum.AttributionModel
|
|
2739
|
+
*/
|
|
2740
2740
|
let AttributionModel;
|
|
2741
2741
|
(function (AttributionModel) {
|
|
2742
2742
|
AttributionModel[AttributionModel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2750,9 +2750,9 @@ var enums;
|
|
|
2750
2750
|
AttributionModel[AttributionModel["GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN"] = 106] = "GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN";
|
|
2751
2751
|
})(AttributionModel = enums.AttributionModel || (enums.AttributionModel = {}));
|
|
2752
2752
|
/**
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2753
|
+
* @name AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective
|
|
2754
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective
|
|
2755
|
+
*/
|
|
2756
2756
|
let AudienceInsightsMarketingObjective;
|
|
2757
2757
|
(function (AudienceInsightsMarketingObjective) {
|
|
2758
2758
|
AudienceInsightsMarketingObjective[AudienceInsightsMarketingObjective["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2761,9 +2761,9 @@ var enums;
|
|
|
2761
2761
|
AudienceInsightsMarketingObjective[AudienceInsightsMarketingObjective["CONSIDERATION"] = 3] = "CONSIDERATION";
|
|
2762
2762
|
})(AudienceInsightsMarketingObjective = enums.AudienceInsightsMarketingObjective || (enums.AudienceInsightsMarketingObjective = {}));
|
|
2763
2763
|
/**
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2764
|
+
* @name AudienceScopeEnum.AudienceScope
|
|
2765
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AudienceScopeEnum.AudienceScope
|
|
2766
|
+
*/
|
|
2767
2767
|
let AudienceScope;
|
|
2768
2768
|
(function (AudienceScope) {
|
|
2769
2769
|
AudienceScope[AudienceScope["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2772,9 +2772,9 @@ var enums;
|
|
|
2772
2772
|
AudienceScope[AudienceScope["ASSET_GROUP"] = 3] = "ASSET_GROUP";
|
|
2773
2773
|
})(AudienceScope = enums.AudienceScope || (enums.AudienceScope = {}));
|
|
2774
2774
|
/**
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2775
|
+
* @name AudienceStatusEnum.AudienceStatus
|
|
2776
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AudienceStatusEnum.AudienceStatus
|
|
2777
|
+
*/
|
|
2778
2778
|
let AudienceStatus;
|
|
2779
2779
|
(function (AudienceStatus) {
|
|
2780
2780
|
AudienceStatus[AudienceStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2783,9 +2783,9 @@ var enums;
|
|
|
2783
2783
|
AudienceStatus[AudienceStatus["REMOVED"] = 3] = "REMOVED";
|
|
2784
2784
|
})(AudienceStatus = enums.AudienceStatus || (enums.AudienceStatus = {}));
|
|
2785
2785
|
/**
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2786
|
+
* @name BatchJobStatusEnum.BatchJobStatus
|
|
2787
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BatchJobStatusEnum.BatchJobStatus
|
|
2788
|
+
*/
|
|
2789
2789
|
let BatchJobStatus;
|
|
2790
2790
|
(function (BatchJobStatus) {
|
|
2791
2791
|
BatchJobStatus[BatchJobStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2795,9 +2795,9 @@ var enums;
|
|
|
2795
2795
|
BatchJobStatus[BatchJobStatus["DONE"] = 4] = "DONE";
|
|
2796
2796
|
})(BatchJobStatus = enums.BatchJobStatus || (enums.BatchJobStatus = {}));
|
|
2797
2797
|
/**
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2798
|
+
* @name BidModifierSourceEnum.BidModifierSource
|
|
2799
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BidModifierSourceEnum.BidModifierSource
|
|
2800
|
+
*/
|
|
2801
2801
|
let BidModifierSource;
|
|
2802
2802
|
(function (BidModifierSource) {
|
|
2803
2803
|
BidModifierSource[BidModifierSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2806,9 +2806,9 @@ var enums;
|
|
|
2806
2806
|
BidModifierSource[BidModifierSource["AD_GROUP"] = 3] = "AD_GROUP";
|
|
2807
2807
|
})(BidModifierSource = enums.BidModifierSource || (enums.BidModifierSource = {}));
|
|
2808
2808
|
/**
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2809
|
+
* @name BiddingSourceEnum.BiddingSource
|
|
2810
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BiddingSourceEnum.BiddingSource
|
|
2811
|
+
*/
|
|
2812
2812
|
let BiddingSource;
|
|
2813
2813
|
(function (BiddingSource) {
|
|
2814
2814
|
BiddingSource[BiddingSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2818,9 +2818,9 @@ var enums;
|
|
|
2818
2818
|
BiddingSource[BiddingSource["AD_GROUP_CRITERION"] = 7] = "AD_GROUP_CRITERION";
|
|
2819
2819
|
})(BiddingSource = enums.BiddingSource || (enums.BiddingSource = {}));
|
|
2820
2820
|
/**
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2821
|
+
* @name BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2822
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2823
|
+
*/
|
|
2824
2824
|
let BiddingStrategyStatus;
|
|
2825
2825
|
(function (BiddingStrategyStatus) {
|
|
2826
2826
|
BiddingStrategyStatus[BiddingStrategyStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2829,9 +2829,9 @@ var enums;
|
|
|
2829
2829
|
BiddingStrategyStatus[BiddingStrategyStatus["REMOVED"] = 4] = "REMOVED";
|
|
2830
2830
|
})(BiddingStrategyStatus = enums.BiddingStrategyStatus || (enums.BiddingStrategyStatus = {}));
|
|
2831
2831
|
/**
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2832
|
+
* @name BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2833
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2834
|
+
*/
|
|
2835
2835
|
let BiddingStrategySystemStatus;
|
|
2836
2836
|
(function (BiddingStrategySystemStatus) {
|
|
2837
2837
|
BiddingStrategySystemStatus[BiddingStrategySystemStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2863,9 +2863,9 @@ var enums;
|
|
|
2863
2863
|
BiddingStrategySystemStatus[BiddingStrategySystemStatus["MULTIPLE"] = 26] = "MULTIPLE";
|
|
2864
2864
|
})(BiddingStrategySystemStatus = enums.BiddingStrategySystemStatus || (enums.BiddingStrategySystemStatus = {}));
|
|
2865
2865
|
/**
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2866
|
+
* @name BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2867
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2868
|
+
*/
|
|
2869
2869
|
let BiddingStrategyType;
|
|
2870
2870
|
(function (BiddingStrategyType) {
|
|
2871
2871
|
BiddingStrategyType[BiddingStrategyType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2891,9 +2891,9 @@ var enums;
|
|
|
2891
2891
|
BiddingStrategyType[BiddingStrategyType["TARGET_SPEND"] = 9] = "TARGET_SPEND";
|
|
2892
2892
|
})(BiddingStrategyType = enums.BiddingStrategyType || (enums.BiddingStrategyType = {}));
|
|
2893
2893
|
/**
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2894
|
+
* @name BillingSetupStatusEnum.BillingSetupStatus
|
|
2895
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BillingSetupStatusEnum.BillingSetupStatus
|
|
2896
|
+
*/
|
|
2897
2897
|
let BillingSetupStatus;
|
|
2898
2898
|
(function (BillingSetupStatus) {
|
|
2899
2899
|
BillingSetupStatus[BillingSetupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2904,9 +2904,9 @@ var enums;
|
|
|
2904
2904
|
BillingSetupStatus[BillingSetupStatus["CANCELLED"] = 5] = "CANCELLED";
|
|
2905
2905
|
})(BillingSetupStatus = enums.BillingSetupStatus || (enums.BillingSetupStatus = {}));
|
|
2906
2906
|
/**
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2907
|
+
* @name BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2908
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2909
|
+
*/
|
|
2910
2910
|
let BrandSafetySuitability;
|
|
2911
2911
|
(function (BrandSafetySuitability) {
|
|
2912
2912
|
BrandSafetySuitability[BrandSafetySuitability["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2916,9 +2916,9 @@ var enums;
|
|
|
2916
2916
|
BrandSafetySuitability[BrandSafetySuitability["LIMITED_INVENTORY"] = 4] = "LIMITED_INVENTORY";
|
|
2917
2917
|
})(BrandSafetySuitability = enums.BrandSafetySuitability || (enums.BrandSafetySuitability = {}));
|
|
2918
2918
|
/**
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2919
|
+
* @name BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2920
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2921
|
+
*/
|
|
2922
2922
|
let BudgetDeliveryMethod;
|
|
2923
2923
|
(function (BudgetDeliveryMethod) {
|
|
2924
2924
|
BudgetDeliveryMethod[BudgetDeliveryMethod["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2927,9 +2927,9 @@ var enums;
|
|
|
2927
2927
|
BudgetDeliveryMethod[BudgetDeliveryMethod["ACCELERATED"] = 3] = "ACCELERATED";
|
|
2928
2928
|
})(BudgetDeliveryMethod = enums.BudgetDeliveryMethod || (enums.BudgetDeliveryMethod = {}));
|
|
2929
2929
|
/**
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2930
|
+
* @name BudgetPeriodEnum.BudgetPeriod
|
|
2931
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BudgetPeriodEnum.BudgetPeriod
|
|
2932
|
+
*/
|
|
2933
2933
|
let BudgetPeriod;
|
|
2934
2934
|
(function (BudgetPeriod) {
|
|
2935
2935
|
BudgetPeriod[BudgetPeriod["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2938,9 +2938,9 @@ var enums;
|
|
|
2938
2938
|
BudgetPeriod[BudgetPeriod["CUSTOM_PERIOD"] = 5] = "CUSTOM_PERIOD";
|
|
2939
2939
|
})(BudgetPeriod = enums.BudgetPeriod || (enums.BudgetPeriod = {}));
|
|
2940
2940
|
/**
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2941
|
+
* @name BudgetStatusEnum.BudgetStatus
|
|
2942
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BudgetStatusEnum.BudgetStatus
|
|
2943
|
+
*/
|
|
2944
2944
|
let BudgetStatus;
|
|
2945
2945
|
(function (BudgetStatus) {
|
|
2946
2946
|
BudgetStatus[BudgetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2949,9 +2949,9 @@ var enums;
|
|
|
2949
2949
|
BudgetStatus[BudgetStatus["REMOVED"] = 3] = "REMOVED";
|
|
2950
2950
|
})(BudgetStatus = enums.BudgetStatus || (enums.BudgetStatus = {}));
|
|
2951
2951
|
/**
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2952
|
+
* @name BudgetTypeEnum.BudgetType
|
|
2953
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BudgetTypeEnum.BudgetType
|
|
2954
|
+
*/
|
|
2955
2955
|
let BudgetType;
|
|
2956
2956
|
(function (BudgetType) {
|
|
2957
2957
|
BudgetType[BudgetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2962,9 +2962,9 @@ var enums;
|
|
|
2962
2962
|
BudgetType[BudgetType["LOCAL_SERVICES"] = 6] = "LOCAL_SERVICES";
|
|
2963
2963
|
})(BudgetType = enums.BudgetType || (enums.BudgetType = {}));
|
|
2964
2964
|
/**
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2965
|
+
* @name CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2966
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2967
|
+
*/
|
|
2968
2968
|
let CallTrackingDisplayLocation;
|
|
2969
2969
|
(function (CallTrackingDisplayLocation) {
|
|
2970
2970
|
CallTrackingDisplayLocation[CallTrackingDisplayLocation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2973,9 +2973,9 @@ var enums;
|
|
|
2973
2973
|
CallTrackingDisplayLocation[CallTrackingDisplayLocation["LANDING_PAGE"] = 3] = "LANDING_PAGE";
|
|
2974
2974
|
})(CallTrackingDisplayLocation = enums.CallTrackingDisplayLocation || (enums.CallTrackingDisplayLocation = {}));
|
|
2975
2975
|
/**
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2976
|
+
* @name CallTypeEnum.CallType
|
|
2977
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CallTypeEnum.CallType
|
|
2978
|
+
*/
|
|
2979
2979
|
let CallType;
|
|
2980
2980
|
(function (CallType) {
|
|
2981
2981
|
CallType[CallType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2984,9 +2984,9 @@ var enums;
|
|
|
2984
2984
|
CallType[CallType["HIGH_END_MOBILE_SEARCH"] = 3] = "HIGH_END_MOBILE_SEARCH";
|
|
2985
2985
|
})(CallType = enums.CallType || (enums.CallType = {}));
|
|
2986
2986
|
/**
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2987
|
+
* @name CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2988
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2989
|
+
*/
|
|
2990
2990
|
let CampaignCriterionStatus;
|
|
2991
2991
|
(function (CampaignCriterionStatus) {
|
|
2992
2992
|
CampaignCriterionStatus[CampaignCriterionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -2996,9 +2996,9 @@ var enums;
|
|
|
2996
2996
|
CampaignCriterionStatus[CampaignCriterionStatus["REMOVED"] = 4] = "REMOVED";
|
|
2997
2997
|
})(CampaignCriterionStatus = enums.CampaignCriterionStatus || (enums.CampaignCriterionStatus = {}));
|
|
2998
2998
|
/**
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
2999
|
+
* @name CampaignDraftStatusEnum.CampaignDraftStatus
|
|
3000
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignDraftStatusEnum.CampaignDraftStatus
|
|
3001
|
+
*/
|
|
3002
3002
|
let CampaignDraftStatus;
|
|
3003
3003
|
(function (CampaignDraftStatus) {
|
|
3004
3004
|
CampaignDraftStatus[CampaignDraftStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3010,9 +3010,9 @@ var enums;
|
|
|
3010
3010
|
CampaignDraftStatus[CampaignDraftStatus["PROMOTE_FAILED"] = 6] = "PROMOTE_FAILED";
|
|
3011
3011
|
})(CampaignDraftStatus = enums.CampaignDraftStatus || (enums.CampaignDraftStatus = {}));
|
|
3012
3012
|
/**
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3013
|
+
* @name CampaignExperimentTypeEnum.CampaignExperimentType
|
|
3014
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignExperimentTypeEnum.CampaignExperimentType
|
|
3015
|
+
*/
|
|
3016
3016
|
let CampaignExperimentType;
|
|
3017
3017
|
(function (CampaignExperimentType) {
|
|
3018
3018
|
CampaignExperimentType[CampaignExperimentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3022,9 +3022,9 @@ var enums;
|
|
|
3022
3022
|
CampaignExperimentType[CampaignExperimentType["EXPERIMENT"] = 4] = "EXPERIMENT";
|
|
3023
3023
|
})(CampaignExperimentType = enums.CampaignExperimentType || (enums.CampaignExperimentType = {}));
|
|
3024
3024
|
/**
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3025
|
+
* @name CampaignGroupStatusEnum.CampaignGroupStatus
|
|
3026
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignGroupStatusEnum.CampaignGroupStatus
|
|
3027
|
+
*/
|
|
3028
3028
|
let CampaignGroupStatus;
|
|
3029
3029
|
(function (CampaignGroupStatus) {
|
|
3030
3030
|
CampaignGroupStatus[CampaignGroupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3033,9 +3033,9 @@ var enums;
|
|
|
3033
3033
|
CampaignGroupStatus[CampaignGroupStatus["REMOVED"] = 3] = "REMOVED";
|
|
3034
3034
|
})(CampaignGroupStatus = enums.CampaignGroupStatus || (enums.CampaignGroupStatus = {}));
|
|
3035
3035
|
/**
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3036
|
+
* @name CampaignKeywordMatchTypeEnum.CampaignKeywordMatchType
|
|
3037
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignKeywordMatchTypeEnum.CampaignKeywordMatchType
|
|
3038
|
+
*/
|
|
3039
3039
|
let CampaignKeywordMatchType;
|
|
3040
3040
|
(function (CampaignKeywordMatchType) {
|
|
3041
3041
|
CampaignKeywordMatchType[CampaignKeywordMatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3043,9 +3043,9 @@ var enums;
|
|
|
3043
3043
|
CampaignKeywordMatchType[CampaignKeywordMatchType["BROAD"] = 2] = "BROAD";
|
|
3044
3044
|
})(CampaignKeywordMatchType = enums.CampaignKeywordMatchType || (enums.CampaignKeywordMatchType = {}));
|
|
3045
3045
|
/**
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3046
|
+
* @name CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
3047
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
3048
|
+
*/
|
|
3049
3049
|
let CampaignPrimaryStatus;
|
|
3050
3050
|
(function (CampaignPrimaryStatus) {
|
|
3051
3051
|
CampaignPrimaryStatus[CampaignPrimaryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3061,9 +3061,9 @@ var enums;
|
|
|
3061
3061
|
CampaignPrimaryStatus[CampaignPrimaryStatus["NOT_ELIGIBLE"] = 10] = "NOT_ELIGIBLE";
|
|
3062
3062
|
})(CampaignPrimaryStatus = enums.CampaignPrimaryStatus || (enums.CampaignPrimaryStatus = {}));
|
|
3063
3063
|
/**
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3064
|
+
* @name CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
3065
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
3066
|
+
*/
|
|
3067
3067
|
let CampaignPrimaryStatusReason;
|
|
3068
3068
|
(function (CampaignPrimaryStatusReason) {
|
|
3069
3069
|
CampaignPrimaryStatusReason[CampaignPrimaryStatusReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3107,9 +3107,9 @@ var enums;
|
|
|
3107
3107
|
CampaignPrimaryStatusReason[CampaignPrimaryStatusReason["ASSET_GROUPS_PAUSED"] = 38] = "ASSET_GROUPS_PAUSED";
|
|
3108
3108
|
})(CampaignPrimaryStatusReason = enums.CampaignPrimaryStatusReason || (enums.CampaignPrimaryStatusReason = {}));
|
|
3109
3109
|
/**
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3110
|
+
* @name CampaignServingStatusEnum.CampaignServingStatus
|
|
3111
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignServingStatusEnum.CampaignServingStatus
|
|
3112
|
+
*/
|
|
3113
3113
|
let CampaignServingStatus;
|
|
3114
3114
|
(function (CampaignServingStatus) {
|
|
3115
3115
|
CampaignServingStatus[CampaignServingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3121,9 +3121,9 @@ var enums;
|
|
|
3121
3121
|
CampaignServingStatus[CampaignServingStatus["SUSPENDED"] = 6] = "SUSPENDED";
|
|
3122
3122
|
})(CampaignServingStatus = enums.CampaignServingStatus || (enums.CampaignServingStatus = {}));
|
|
3123
3123
|
/**
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3124
|
+
* @name CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
3125
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
3126
|
+
*/
|
|
3127
3127
|
let CampaignSharedSetStatus;
|
|
3128
3128
|
(function (CampaignSharedSetStatus) {
|
|
3129
3129
|
CampaignSharedSetStatus[CampaignSharedSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3132,9 +3132,9 @@ var enums;
|
|
|
3132
3132
|
CampaignSharedSetStatus[CampaignSharedSetStatus["REMOVED"] = 3] = "REMOVED";
|
|
3133
3133
|
})(CampaignSharedSetStatus = enums.CampaignSharedSetStatus || (enums.CampaignSharedSetStatus = {}));
|
|
3134
3134
|
/**
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3135
|
+
* @name CampaignStatusEnum.CampaignStatus
|
|
3136
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignStatusEnum.CampaignStatus
|
|
3137
|
+
*/
|
|
3138
3138
|
let CampaignStatus;
|
|
3139
3139
|
(function (CampaignStatus) {
|
|
3140
3140
|
CampaignStatus[CampaignStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3144,9 +3144,9 @@ var enums;
|
|
|
3144
3144
|
CampaignStatus[CampaignStatus["REMOVED"] = 4] = "REMOVED";
|
|
3145
3145
|
})(CampaignStatus = enums.CampaignStatus || (enums.CampaignStatus = {}));
|
|
3146
3146
|
/**
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3147
|
+
* @name ChangeClientTypeEnum.ChangeClientType
|
|
3148
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ChangeClientTypeEnum.ChangeClientType
|
|
3149
|
+
*/
|
|
3150
3150
|
let ChangeClientType;
|
|
3151
3151
|
(function (ChangeClientType) {
|
|
3152
3152
|
ChangeClientType[ChangeClientType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3166,9 +3166,9 @@ var enums;
|
|
|
3166
3166
|
ChangeClientType[ChangeClientType["GOOGLE_ADS_RECOMMENDATIONS_SUBSCRIPTION"] = 14] = "GOOGLE_ADS_RECOMMENDATIONS_SUBSCRIPTION";
|
|
3167
3167
|
})(ChangeClientType = enums.ChangeClientType || (enums.ChangeClientType = {}));
|
|
3168
3168
|
/**
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3169
|
+
* @name ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
3170
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
3171
|
+
*/
|
|
3172
3172
|
let ChangeEventResourceType;
|
|
3173
3173
|
(function (ChangeEventResourceType) {
|
|
3174
3174
|
ChangeEventResourceType[ChangeEventResourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3194,9 +3194,9 @@ var enums;
|
|
|
3194
3194
|
ChangeEventResourceType[ChangeEventResourceType["CAMPAIGN_ASSET_SET"] = 20] = "CAMPAIGN_ASSET_SET";
|
|
3195
3195
|
})(ChangeEventResourceType = enums.ChangeEventResourceType || (enums.ChangeEventResourceType = {}));
|
|
3196
3196
|
/**
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3197
|
+
* @name ChangeStatusOperationEnum.ChangeStatusOperation
|
|
3198
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ChangeStatusOperationEnum.ChangeStatusOperation
|
|
3199
|
+
*/
|
|
3200
3200
|
let ChangeStatusOperation;
|
|
3201
3201
|
(function (ChangeStatusOperation) {
|
|
3202
3202
|
ChangeStatusOperation[ChangeStatusOperation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3206,9 +3206,9 @@ var enums;
|
|
|
3206
3206
|
ChangeStatusOperation[ChangeStatusOperation["REMOVED"] = 4] = "REMOVED";
|
|
3207
3207
|
})(ChangeStatusOperation = enums.ChangeStatusOperation || (enums.ChangeStatusOperation = {}));
|
|
3208
3208
|
/**
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3209
|
+
* @name ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
3210
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
3211
|
+
*/
|
|
3212
3212
|
let ChangeStatusResourceType;
|
|
3213
3213
|
(function (ChangeStatusResourceType) {
|
|
3214
3214
|
ChangeStatusResourceType[ChangeStatusResourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3236,9 +3236,9 @@ var enums;
|
|
|
3236
3236
|
ChangeStatusResourceType[ChangeStatusResourceType["CAMPAIGN_ASSET_SET"] = 23] = "CAMPAIGN_ASSET_SET";
|
|
3237
3237
|
})(ChangeStatusResourceType = enums.ChangeStatusResourceType || (enums.ChangeStatusResourceType = {}));
|
|
3238
3238
|
/**
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3239
|
+
* @name CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
3240
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
3241
|
+
*/
|
|
3242
3242
|
let CombinedAudienceStatus;
|
|
3243
3243
|
(function (CombinedAudienceStatus) {
|
|
3244
3244
|
CombinedAudienceStatus[CombinedAudienceStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3247,9 +3247,9 @@ var enums;
|
|
|
3247
3247
|
CombinedAudienceStatus[CombinedAudienceStatus["REMOVED"] = 3] = "REMOVED";
|
|
3248
3248
|
})(CombinedAudienceStatus = enums.CombinedAudienceStatus || (enums.CombinedAudienceStatus = {}));
|
|
3249
3249
|
/**
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3250
|
+
* @name ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
3251
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
3252
|
+
*/
|
|
3253
3253
|
let ConversionActionCountingType;
|
|
3254
3254
|
(function (ConversionActionCountingType) {
|
|
3255
3255
|
ConversionActionCountingType[ConversionActionCountingType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3258,9 +3258,9 @@ var enums;
|
|
|
3258
3258
|
ConversionActionCountingType[ConversionActionCountingType["MANY_PER_CLICK"] = 3] = "MANY_PER_CLICK";
|
|
3259
3259
|
})(ConversionActionCountingType = enums.ConversionActionCountingType || (enums.ConversionActionCountingType = {}));
|
|
3260
3260
|
/**
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3261
|
+
* @name ConversionActionStatusEnum.ConversionActionStatus
|
|
3262
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionActionStatusEnum.ConversionActionStatus
|
|
3263
|
+
*/
|
|
3264
3264
|
let ConversionActionStatus;
|
|
3265
3265
|
(function (ConversionActionStatus) {
|
|
3266
3266
|
ConversionActionStatus[ConversionActionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3270,9 +3270,9 @@ var enums;
|
|
|
3270
3270
|
ConversionActionStatus[ConversionActionStatus["HIDDEN"] = 4] = "HIDDEN";
|
|
3271
3271
|
})(ConversionActionStatus = enums.ConversionActionStatus || (enums.ConversionActionStatus = {}));
|
|
3272
3272
|
/**
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3273
|
+
* @name ConversionActionTypeEnum.ConversionActionType
|
|
3274
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionActionTypeEnum.ConversionActionType
|
|
3275
|
+
*/
|
|
3276
3276
|
let ConversionActionType;
|
|
3277
3277
|
(function (ConversionActionType) {
|
|
3278
3278
|
ConversionActionType[ConversionActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3319,9 +3319,9 @@ var enums;
|
|
|
3319
3319
|
ConversionActionType[ConversionActionType["GOOGLE_ANALYTICS_4_PURCHASE"] = 41] = "GOOGLE_ANALYTICS_4_PURCHASE";
|
|
3320
3320
|
})(ConversionActionType = enums.ConversionActionType || (enums.ConversionActionType = {}));
|
|
3321
3321
|
/**
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3322
|
+
* @name ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
3323
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
3324
|
+
*/
|
|
3325
3325
|
let ConversionAdjustmentType;
|
|
3326
3326
|
(function (ConversionAdjustmentType) {
|
|
3327
3327
|
ConversionAdjustmentType[ConversionAdjustmentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3331,9 +3331,9 @@ var enums;
|
|
|
3331
3331
|
ConversionAdjustmentType[ConversionAdjustmentType["ENHANCEMENT"] = 4] = "ENHANCEMENT";
|
|
3332
3332
|
})(ConversionAdjustmentType = enums.ConversionAdjustmentType || (enums.ConversionAdjustmentType = {}));
|
|
3333
3333
|
/**
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3334
|
+
* @name ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
3335
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
3336
|
+
*/
|
|
3337
3337
|
let ConversionCustomVariableStatus;
|
|
3338
3338
|
(function (ConversionCustomVariableStatus) {
|
|
3339
3339
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3343,9 +3343,9 @@ var enums;
|
|
|
3343
3343
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["PAUSED"] = 4] = "PAUSED";
|
|
3344
3344
|
})(ConversionCustomVariableStatus = enums.ConversionCustomVariableStatus || (enums.ConversionCustomVariableStatus = {}));
|
|
3345
3345
|
/**
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3346
|
+
* @name ConversionCustomerTypeEnum.ConversionCustomerType
|
|
3347
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionCustomerTypeEnum.ConversionCustomerType
|
|
3348
|
+
*/
|
|
3349
3349
|
let ConversionCustomerType;
|
|
3350
3350
|
(function (ConversionCustomerType) {
|
|
3351
3351
|
ConversionCustomerType[ConversionCustomerType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3354,9 +3354,9 @@ var enums;
|
|
|
3354
3354
|
ConversionCustomerType[ConversionCustomerType["RETURNING"] = 3] = "RETURNING";
|
|
3355
3355
|
})(ConversionCustomerType = enums.ConversionCustomerType || (enums.ConversionCustomerType = {}));
|
|
3356
3356
|
/**
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3357
|
+
* @name ConversionEnvironmentEnum.ConversionEnvironment
|
|
3358
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionEnvironmentEnum.ConversionEnvironment
|
|
3359
|
+
*/
|
|
3360
3360
|
let ConversionEnvironment;
|
|
3361
3361
|
(function (ConversionEnvironment) {
|
|
3362
3362
|
ConversionEnvironment[ConversionEnvironment["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3365,9 +3365,9 @@ var enums;
|
|
|
3365
3365
|
ConversionEnvironment[ConversionEnvironment["WEB"] = 3] = "WEB";
|
|
3366
3366
|
})(ConversionEnvironment = enums.ConversionEnvironment || (enums.ConversionEnvironment = {}));
|
|
3367
3367
|
/**
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3368
|
+
* @name ConversionOriginEnum.ConversionOrigin
|
|
3369
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionOriginEnum.ConversionOrigin
|
|
3370
|
+
*/
|
|
3371
3371
|
let ConversionOrigin;
|
|
3372
3372
|
(function (ConversionOrigin) {
|
|
3373
3373
|
ConversionOrigin[ConversionOrigin["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3380,9 +3380,9 @@ var enums;
|
|
|
3380
3380
|
ConversionOrigin[ConversionOrigin["YOUTUBE_HOSTED"] = 7] = "YOUTUBE_HOSTED";
|
|
3381
3381
|
})(ConversionOrigin = enums.ConversionOrigin || (enums.ConversionOrigin = {}));
|
|
3382
3382
|
/**
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3383
|
+
* @name ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
3384
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
3385
|
+
*/
|
|
3386
3386
|
let ConversionTrackingStatus;
|
|
3387
3387
|
(function (ConversionTrackingStatus) {
|
|
3388
3388
|
ConversionTrackingStatus[ConversionTrackingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3393,9 +3393,9 @@ var enums;
|
|
|
3393
3393
|
ConversionTrackingStatus[ConversionTrackingStatus["CONVERSION_TRACKING_MANAGED_BY_ANOTHER_MANAGER"] = 5] = "CONVERSION_TRACKING_MANAGED_BY_ANOTHER_MANAGER";
|
|
3394
3394
|
})(ConversionTrackingStatus = enums.ConversionTrackingStatus || (enums.ConversionTrackingStatus = {}));
|
|
3395
3395
|
/**
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3396
|
+
* @name ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
3397
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
3398
|
+
*/
|
|
3399
3399
|
let ConversionValueRuleSetStatus;
|
|
3400
3400
|
(function (ConversionValueRuleSetStatus) {
|
|
3401
3401
|
ConversionValueRuleSetStatus[ConversionValueRuleSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3405,9 +3405,9 @@ var enums;
|
|
|
3405
3405
|
ConversionValueRuleSetStatus[ConversionValueRuleSetStatus["PAUSED"] = 4] = "PAUSED";
|
|
3406
3406
|
})(ConversionValueRuleSetStatus = enums.ConversionValueRuleSetStatus || (enums.ConversionValueRuleSetStatus = {}));
|
|
3407
3407
|
/**
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3408
|
+
* @name ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
3409
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
3410
|
+
*/
|
|
3411
3411
|
let ConversionValueRuleStatus;
|
|
3412
3412
|
(function (ConversionValueRuleStatus) {
|
|
3413
3413
|
ConversionValueRuleStatus[ConversionValueRuleStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3417,9 +3417,9 @@ var enums;
|
|
|
3417
3417
|
ConversionValueRuleStatus[ConversionValueRuleStatus["PAUSED"] = 4] = "PAUSED";
|
|
3418
3418
|
})(ConversionValueRuleStatus = enums.ConversionValueRuleStatus || (enums.ConversionValueRuleStatus = {}));
|
|
3419
3419
|
/**
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3420
|
+
* @name CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
3421
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
3422
|
+
*/
|
|
3423
3423
|
let CriterionSystemServingStatus;
|
|
3424
3424
|
(function (CriterionSystemServingStatus) {
|
|
3425
3425
|
CriterionSystemServingStatus[CriterionSystemServingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3428,9 +3428,9 @@ var enums;
|
|
|
3428
3428
|
CriterionSystemServingStatus[CriterionSystemServingStatus["RARELY_SERVED"] = 3] = "RARELY_SERVED";
|
|
3429
3429
|
})(CriterionSystemServingStatus = enums.CriterionSystemServingStatus || (enums.CriterionSystemServingStatus = {}));
|
|
3430
3430
|
/**
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3431
|
+
* @name CriterionTypeEnum.CriterionType
|
|
3432
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CriterionTypeEnum.CriterionType
|
|
3433
|
+
*/
|
|
3434
3434
|
let CriterionType;
|
|
3435
3435
|
(function (CriterionType) {
|
|
3436
3436
|
CriterionType[CriterionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3478,9 +3478,9 @@ var enums;
|
|
|
3478
3478
|
CriterionType[CriterionType["WEBPAGE_LIST"] = 42] = "WEBPAGE_LIST";
|
|
3479
3479
|
})(CriterionType = enums.CriterionType || (enums.CriterionType = {}));
|
|
3480
3480
|
/**
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3481
|
+
* @name CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
3482
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
3483
|
+
*/
|
|
3484
3484
|
let CustomAudienceMemberType;
|
|
3485
3485
|
(function (CustomAudienceMemberType) {
|
|
3486
3486
|
CustomAudienceMemberType[CustomAudienceMemberType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3491,9 +3491,9 @@ var enums;
|
|
|
3491
3491
|
CustomAudienceMemberType[CustomAudienceMemberType["APP"] = 5] = "APP";
|
|
3492
3492
|
})(CustomAudienceMemberType = enums.CustomAudienceMemberType || (enums.CustomAudienceMemberType = {}));
|
|
3493
3493
|
/**
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3494
|
+
* @name CustomAudienceStatusEnum.CustomAudienceStatus
|
|
3495
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomAudienceStatusEnum.CustomAudienceStatus
|
|
3496
|
+
*/
|
|
3497
3497
|
let CustomAudienceStatus;
|
|
3498
3498
|
(function (CustomAudienceStatus) {
|
|
3499
3499
|
CustomAudienceStatus[CustomAudienceStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3502,9 +3502,9 @@ var enums;
|
|
|
3502
3502
|
CustomAudienceStatus[CustomAudienceStatus["REMOVED"] = 3] = "REMOVED";
|
|
3503
3503
|
})(CustomAudienceStatus = enums.CustomAudienceStatus || (enums.CustomAudienceStatus = {}));
|
|
3504
3504
|
/**
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3505
|
+
* @name CustomAudienceTypeEnum.CustomAudienceType
|
|
3506
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomAudienceTypeEnum.CustomAudienceType
|
|
3507
|
+
*/
|
|
3508
3508
|
let CustomAudienceType;
|
|
3509
3509
|
(function (CustomAudienceType) {
|
|
3510
3510
|
CustomAudienceType[CustomAudienceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3515,9 +3515,9 @@ var enums;
|
|
|
3515
3515
|
CustomAudienceType[CustomAudienceType["SEARCH"] = 5] = "SEARCH";
|
|
3516
3516
|
})(CustomAudienceType = enums.CustomAudienceType || (enums.CustomAudienceType = {}));
|
|
3517
3517
|
/**
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3518
|
+
* @name CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
3519
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
3520
|
+
*/
|
|
3521
3521
|
let CustomConversionGoalStatus;
|
|
3522
3522
|
(function (CustomConversionGoalStatus) {
|
|
3523
3523
|
CustomConversionGoalStatus[CustomConversionGoalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3526,9 +3526,9 @@ var enums;
|
|
|
3526
3526
|
CustomConversionGoalStatus[CustomConversionGoalStatus["REMOVED"] = 3] = "REMOVED";
|
|
3527
3527
|
})(CustomConversionGoalStatus = enums.CustomConversionGoalStatus || (enums.CustomConversionGoalStatus = {}));
|
|
3528
3528
|
/**
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3529
|
+
* @name CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3530
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3531
|
+
*/
|
|
3532
3532
|
let CustomInterestMemberType;
|
|
3533
3533
|
(function (CustomInterestMemberType) {
|
|
3534
3534
|
CustomInterestMemberType[CustomInterestMemberType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3537,9 +3537,9 @@ var enums;
|
|
|
3537
3537
|
CustomInterestMemberType[CustomInterestMemberType["URL"] = 3] = "URL";
|
|
3538
3538
|
})(CustomInterestMemberType = enums.CustomInterestMemberType || (enums.CustomInterestMemberType = {}));
|
|
3539
3539
|
/**
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3540
|
+
* @name CustomInterestStatusEnum.CustomInterestStatus
|
|
3541
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomInterestStatusEnum.CustomInterestStatus
|
|
3542
|
+
*/
|
|
3543
3543
|
let CustomInterestStatus;
|
|
3544
3544
|
(function (CustomInterestStatus) {
|
|
3545
3545
|
CustomInterestStatus[CustomInterestStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3548,9 +3548,9 @@ var enums;
|
|
|
3548
3548
|
CustomInterestStatus[CustomInterestStatus["REMOVED"] = 3] = "REMOVED";
|
|
3549
3549
|
})(CustomInterestStatus = enums.CustomInterestStatus || (enums.CustomInterestStatus = {}));
|
|
3550
3550
|
/**
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3551
|
+
* @name CustomInterestTypeEnum.CustomInterestType
|
|
3552
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomInterestTypeEnum.CustomInterestType
|
|
3553
|
+
*/
|
|
3554
3554
|
let CustomInterestType;
|
|
3555
3555
|
(function (CustomInterestType) {
|
|
3556
3556
|
CustomInterestType[CustomInterestType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3559,9 +3559,9 @@ var enums;
|
|
|
3559
3559
|
CustomInterestType[CustomInterestType["CUSTOM_INTENT"] = 3] = "CUSTOM_INTENT";
|
|
3560
3560
|
})(CustomInterestType = enums.CustomInterestType || (enums.CustomInterestType = {}));
|
|
3561
3561
|
/**
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3562
|
+
* @name CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
|
|
3563
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
|
|
3564
|
+
*/
|
|
3565
3565
|
let CustomerAcquisitionOptimizationMode;
|
|
3566
3566
|
(function (CustomerAcquisitionOptimizationMode) {
|
|
3567
3567
|
CustomerAcquisitionOptimizationMode[CustomerAcquisitionOptimizationMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3571,9 +3571,9 @@ var enums;
|
|
|
3571
3571
|
CustomerAcquisitionOptimizationMode[CustomerAcquisitionOptimizationMode["TARGET_NEW_CUSTOMER"] = 4] = "TARGET_NEW_CUSTOMER";
|
|
3572
3572
|
})(CustomerAcquisitionOptimizationMode = enums.CustomerAcquisitionOptimizationMode || (enums.CustomerAcquisitionOptimizationMode = {}));
|
|
3573
3573
|
/**
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3574
|
+
* @name CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3575
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3576
|
+
*/
|
|
3577
3577
|
let CustomerPayPerConversionEligibilityFailureReason;
|
|
3578
3578
|
(function (CustomerPayPerConversionEligibilityFailureReason) {
|
|
3579
3579
|
CustomerPayPerConversionEligibilityFailureReason[CustomerPayPerConversionEligibilityFailureReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3587,9 +3587,9 @@ var enums;
|
|
|
3587
3587
|
CustomerPayPerConversionEligibilityFailureReason[CustomerPayPerConversionEligibilityFailureReason["OTHER"] = 8] = "OTHER";
|
|
3588
3588
|
})(CustomerPayPerConversionEligibilityFailureReason = enums.CustomerPayPerConversionEligibilityFailureReason || (enums.CustomerPayPerConversionEligibilityFailureReason = {}));
|
|
3589
3589
|
/**
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3590
|
+
* @name CustomerStatusEnum.CustomerStatus
|
|
3591
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomerStatusEnum.CustomerStatus
|
|
3592
|
+
*/
|
|
3593
3593
|
let CustomerStatus;
|
|
3594
3594
|
(function (CustomerStatus) {
|
|
3595
3595
|
CustomerStatus[CustomerStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3600,9 +3600,9 @@ var enums;
|
|
|
3600
3600
|
CustomerStatus[CustomerStatus["CLOSED"] = 5] = "CLOSED";
|
|
3601
3601
|
})(CustomerStatus = enums.CustomerStatus || (enums.CustomerStatus = {}));
|
|
3602
3602
|
/**
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3603
|
+
* @name CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3604
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3605
|
+
*/
|
|
3606
3606
|
let CustomizerAttributeStatus;
|
|
3607
3607
|
(function (CustomizerAttributeStatus) {
|
|
3608
3608
|
CustomizerAttributeStatus[CustomizerAttributeStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3611,9 +3611,9 @@ var enums;
|
|
|
3611
3611
|
CustomizerAttributeStatus[CustomizerAttributeStatus["REMOVED"] = 3] = "REMOVED";
|
|
3612
3612
|
})(CustomizerAttributeStatus = enums.CustomizerAttributeStatus || (enums.CustomizerAttributeStatus = {}));
|
|
3613
3613
|
/**
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3614
|
+
* @name CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3615
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3616
|
+
*/
|
|
3617
3617
|
let CustomizerValueStatus;
|
|
3618
3618
|
(function (CustomizerValueStatus) {
|
|
3619
3619
|
CustomizerValueStatus[CustomizerValueStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3622,9 +3622,9 @@ var enums;
|
|
|
3622
3622
|
CustomizerValueStatus[CustomizerValueStatus["REMOVED"] = 3] = "REMOVED";
|
|
3623
3623
|
})(CustomizerValueStatus = enums.CustomizerValueStatus || (enums.CustomizerValueStatus = {}));
|
|
3624
3624
|
/**
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3625
|
+
* @name DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3626
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3627
|
+
*/
|
|
3628
3628
|
let DataDrivenModelStatus;
|
|
3629
3629
|
(function (DataDrivenModelStatus) {
|
|
3630
3630
|
DataDrivenModelStatus[DataDrivenModelStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3635,9 +3635,9 @@ var enums;
|
|
|
3635
3635
|
DataDrivenModelStatus[DataDrivenModelStatus["NEVER_GENERATED"] = 5] = "NEVER_GENERATED";
|
|
3636
3636
|
})(DataDrivenModelStatus = enums.DataDrivenModelStatus || (enums.DataDrivenModelStatus = {}));
|
|
3637
3637
|
/**
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3638
|
+
* @name DataLinkStatusEnum.DataLinkStatus
|
|
3639
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DataLinkStatusEnum.DataLinkStatus
|
|
3640
|
+
*/
|
|
3641
3641
|
let DataLinkStatus;
|
|
3642
3642
|
(function (DataLinkStatus) {
|
|
3643
3643
|
DataLinkStatus[DataLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3650,9 +3650,9 @@ var enums;
|
|
|
3650
3650
|
DataLinkStatus[DataLinkStatus["REJECTED"] = 7] = "REJECTED";
|
|
3651
3651
|
})(DataLinkStatus = enums.DataLinkStatus || (enums.DataLinkStatus = {}));
|
|
3652
3652
|
/**
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3653
|
+
* @name DataLinkTypeEnum.DataLinkType
|
|
3654
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DataLinkTypeEnum.DataLinkType
|
|
3655
|
+
*/
|
|
3656
3656
|
let DataLinkType;
|
|
3657
3657
|
(function (DataLinkType) {
|
|
3658
3658
|
DataLinkType[DataLinkType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3660,9 +3660,9 @@ var enums;
|
|
|
3660
3660
|
DataLinkType[DataLinkType["VIDEO"] = 2] = "VIDEO";
|
|
3661
3661
|
})(DataLinkType = enums.DataLinkType || (enums.DataLinkType = {}));
|
|
3662
3662
|
/**
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3663
|
+
* @name DemandGenChannelConfigEnum.DemandGenChannelConfig
|
|
3664
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DemandGenChannelConfigEnum.DemandGenChannelConfig
|
|
3665
|
+
*/
|
|
3666
3666
|
let DemandGenChannelConfig;
|
|
3667
3667
|
(function (DemandGenChannelConfig) {
|
|
3668
3668
|
DemandGenChannelConfig[DemandGenChannelConfig["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3671,9 +3671,9 @@ var enums;
|
|
|
3671
3671
|
DemandGenChannelConfig[DemandGenChannelConfig["SELECTED_CHANNELS"] = 3] = "SELECTED_CHANNELS";
|
|
3672
3672
|
})(DemandGenChannelConfig = enums.DemandGenChannelConfig || (enums.DemandGenChannelConfig = {}));
|
|
3673
3673
|
/**
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3674
|
+
* @name DemandGenChannelStrategyEnum.DemandGenChannelStrategy
|
|
3675
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DemandGenChannelStrategyEnum.DemandGenChannelStrategy
|
|
3676
|
+
*/
|
|
3677
3677
|
let DemandGenChannelStrategy;
|
|
3678
3678
|
(function (DemandGenChannelStrategy) {
|
|
3679
3679
|
DemandGenChannelStrategy[DemandGenChannelStrategy["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3682,9 +3682,9 @@ var enums;
|
|
|
3682
3682
|
DemandGenChannelStrategy[DemandGenChannelStrategy["ALL_OWNED_AND_OPERATED_CHANNELS"] = 3] = "ALL_OWNED_AND_OPERATED_CHANNELS";
|
|
3683
3683
|
})(DemandGenChannelStrategy = enums.DemandGenChannelStrategy || (enums.DemandGenChannelStrategy = {}));
|
|
3684
3684
|
/**
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3685
|
+
* @name DistanceBucketEnum.DistanceBucket
|
|
3686
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DistanceBucketEnum.DistanceBucket
|
|
3687
|
+
*/
|
|
3688
3688
|
let DistanceBucket;
|
|
3689
3689
|
(function (DistanceBucket) {
|
|
3690
3690
|
DistanceBucket[DistanceBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3718,9 +3718,9 @@ var enums;
|
|
|
3718
3718
|
DistanceBucket[DistanceBucket["BEYOND_40MILES"] = 28] = "BEYOND_40MILES";
|
|
3719
3719
|
})(DistanceBucket = enums.DistanceBucket || (enums.DistanceBucket = {}));
|
|
3720
3720
|
/**
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3721
|
+
* @name ExperimentStatusEnum.ExperimentStatus
|
|
3722
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ExperimentStatusEnum.ExperimentStatus
|
|
3723
|
+
*/
|
|
3724
3724
|
let ExperimentStatus;
|
|
3725
3725
|
(function (ExperimentStatus) {
|
|
3726
3726
|
ExperimentStatus[ExperimentStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3734,9 +3734,9 @@ var enums;
|
|
|
3734
3734
|
ExperimentStatus[ExperimentStatus["GRADUATED"] = 8] = "GRADUATED";
|
|
3735
3735
|
})(ExperimentStatus = enums.ExperimentStatus || (enums.ExperimentStatus = {}));
|
|
3736
3736
|
/**
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3737
|
+
* @name ExperimentTypeEnum.ExperimentType
|
|
3738
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ExperimentTypeEnum.ExperimentType
|
|
3739
|
+
*/
|
|
3740
3740
|
let ExperimentType;
|
|
3741
3741
|
(function (ExperimentType) {
|
|
3742
3742
|
ExperimentType[ExperimentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3753,9 +3753,9 @@ var enums;
|
|
|
3753
3753
|
ExperimentType[ExperimentType["HOTEL_CUSTOM"] = 12] = "HOTEL_CUSTOM";
|
|
3754
3754
|
})(ExperimentType = enums.ExperimentType || (enums.ExperimentType = {}));
|
|
3755
3755
|
/**
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3756
|
+
* @name GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3757
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3758
|
+
*/
|
|
3759
3759
|
let GeoTargetConstantStatus;
|
|
3760
3760
|
(function (GeoTargetConstantStatus) {
|
|
3761
3761
|
GeoTargetConstantStatus[GeoTargetConstantStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3764,9 +3764,9 @@ var enums;
|
|
|
3764
3764
|
GeoTargetConstantStatus[GeoTargetConstantStatus["REMOVAL_PLANNED"] = 3] = "REMOVAL_PLANNED";
|
|
3765
3765
|
})(GeoTargetConstantStatus = enums.GeoTargetConstantStatus || (enums.GeoTargetConstantStatus = {}));
|
|
3766
3766
|
/**
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3767
|
+
* @name GeoTargetingTypeEnum.GeoTargetingType
|
|
3768
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/GeoTargetingTypeEnum.GeoTargetingType
|
|
3769
|
+
*/
|
|
3770
3770
|
let GeoTargetingType;
|
|
3771
3771
|
(function (GeoTargetingType) {
|
|
3772
3772
|
GeoTargetingType[GeoTargetingType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3775,9 +3775,9 @@ var enums;
|
|
|
3775
3775
|
GeoTargetingType[GeoTargetingType["LOCATION_OF_PRESENCE"] = 3] = "LOCATION_OF_PRESENCE";
|
|
3776
3776
|
})(GeoTargetingType = enums.GeoTargetingType || (enums.GeoTargetingType = {}));
|
|
3777
3777
|
/**
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3778
|
+
* @name GoalConfigLevelEnum.GoalConfigLevel
|
|
3779
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/GoalConfigLevelEnum.GoalConfigLevel
|
|
3780
|
+
*/
|
|
3781
3781
|
let GoalConfigLevel;
|
|
3782
3782
|
(function (GoalConfigLevel) {
|
|
3783
3783
|
GoalConfigLevel[GoalConfigLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3786,9 +3786,9 @@ var enums;
|
|
|
3786
3786
|
GoalConfigLevel[GoalConfigLevel["CAMPAIGN"] = 3] = "CAMPAIGN";
|
|
3787
3787
|
})(GoalConfigLevel = enums.GoalConfigLevel || (enums.GoalConfigLevel = {}));
|
|
3788
3788
|
/**
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3789
|
+
* @name GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3790
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3791
|
+
*/
|
|
3792
3792
|
let GoogleAdsFieldCategory;
|
|
3793
3793
|
(function (GoogleAdsFieldCategory) {
|
|
3794
3794
|
GoogleAdsFieldCategory[GoogleAdsFieldCategory["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3799,9 +3799,9 @@ var enums;
|
|
|
3799
3799
|
GoogleAdsFieldCategory[GoogleAdsFieldCategory["METRIC"] = 6] = "METRIC";
|
|
3800
3800
|
})(GoogleAdsFieldCategory = enums.GoogleAdsFieldCategory || (enums.GoogleAdsFieldCategory = {}));
|
|
3801
3801
|
/**
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3802
|
+
* @name GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3803
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3804
|
+
*/
|
|
3805
3805
|
let GoogleAdsFieldDataType;
|
|
3806
3806
|
(function (GoogleAdsFieldDataType) {
|
|
3807
3807
|
GoogleAdsFieldDataType[GoogleAdsFieldDataType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3819,9 +3819,9 @@ var enums;
|
|
|
3819
3819
|
GoogleAdsFieldDataType[GoogleAdsFieldDataType["UINT64"] = 12] = "UINT64";
|
|
3820
3820
|
})(GoogleAdsFieldDataType = enums.GoogleAdsFieldDataType || (enums.GoogleAdsFieldDataType = {}));
|
|
3821
3821
|
/**
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3822
|
+
* @name GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3823
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3824
|
+
*/
|
|
3825
3825
|
let GoogleVoiceCallStatus;
|
|
3826
3826
|
(function (GoogleVoiceCallStatus) {
|
|
3827
3827
|
GoogleVoiceCallStatus[GoogleVoiceCallStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3830,9 +3830,9 @@ var enums;
|
|
|
3830
3830
|
GoogleVoiceCallStatus[GoogleVoiceCallStatus["RECEIVED"] = 3] = "RECEIVED";
|
|
3831
3831
|
})(GoogleVoiceCallStatus = enums.GoogleVoiceCallStatus || (enums.GoogleVoiceCallStatus = {}));
|
|
3832
3832
|
/**
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3833
|
+
* @name HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
3834
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
3835
|
+
*/
|
|
3836
3836
|
let HotelAssetSuggestionStatus;
|
|
3837
3837
|
(function (HotelAssetSuggestionStatus) {
|
|
3838
3838
|
HotelAssetSuggestionStatus[HotelAssetSuggestionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3842,9 +3842,9 @@ var enums;
|
|
|
3842
3842
|
HotelAssetSuggestionStatus[HotelAssetSuggestionStatus["INVALID_PLACE_ID"] = 4] = "INVALID_PLACE_ID";
|
|
3843
3843
|
})(HotelAssetSuggestionStatus = enums.HotelAssetSuggestionStatus || (enums.HotelAssetSuggestionStatus = {}));
|
|
3844
3844
|
/**
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3845
|
+
* @name HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3846
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3847
|
+
*/
|
|
3848
3848
|
let HotelReconciliationStatus;
|
|
3849
3849
|
(function (HotelReconciliationStatus) {
|
|
3850
3850
|
HotelReconciliationStatus[HotelReconciliationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3855,9 +3855,9 @@ var enums;
|
|
|
3855
3855
|
HotelReconciliationStatus[HotelReconciliationStatus["CANCELED"] = 5] = "CANCELED";
|
|
3856
3856
|
})(HotelReconciliationStatus = enums.HotelReconciliationStatus || (enums.HotelReconciliationStatus = {}));
|
|
3857
3857
|
/**
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3858
|
+
* @name IdentityVerificationProgramEnum.IdentityVerificationProgram
|
|
3859
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/IdentityVerificationProgramEnum.IdentityVerificationProgram
|
|
3860
|
+
*/
|
|
3861
3861
|
let IdentityVerificationProgram;
|
|
3862
3862
|
(function (IdentityVerificationProgram) {
|
|
3863
3863
|
IdentityVerificationProgram[IdentityVerificationProgram["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3865,9 +3865,9 @@ var enums;
|
|
|
3865
3865
|
IdentityVerificationProgram[IdentityVerificationProgram["ADVERTISER_IDENTITY_VERIFICATION"] = 2] = "ADVERTISER_IDENTITY_VERIFICATION";
|
|
3866
3866
|
})(IdentityVerificationProgram = enums.IdentityVerificationProgram || (enums.IdentityVerificationProgram = {}));
|
|
3867
3867
|
/**
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3868
|
+
* @name IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
|
|
3869
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
|
|
3870
|
+
*/
|
|
3871
3871
|
let IdentityVerificationProgramStatus;
|
|
3872
3872
|
(function (IdentityVerificationProgramStatus) {
|
|
3873
3873
|
IdentityVerificationProgramStatus[IdentityVerificationProgramStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3878,9 +3878,9 @@ var enums;
|
|
|
3878
3878
|
IdentityVerificationProgramStatus[IdentityVerificationProgramStatus["FAILURE"] = 5] = "FAILURE";
|
|
3879
3879
|
})(IdentityVerificationProgramStatus = enums.IdentityVerificationProgramStatus || (enums.IdentityVerificationProgramStatus = {}));
|
|
3880
3880
|
/**
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3881
|
+
* @name InsightsTrendEnum.InsightsTrend
|
|
3882
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/InsightsTrendEnum.InsightsTrend
|
|
3883
|
+
*/
|
|
3884
3884
|
let InsightsTrend;
|
|
3885
3885
|
(function (InsightsTrend) {
|
|
3886
3886
|
InsightsTrend[InsightsTrend["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3891,9 +3891,9 @@ var enums;
|
|
|
3891
3891
|
InsightsTrend[InsightsTrend["DECLINING"] = 5] = "DECLINING";
|
|
3892
3892
|
})(InsightsTrend = enums.InsightsTrend || (enums.InsightsTrend = {}));
|
|
3893
3893
|
/**
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3894
|
+
* @name InvoiceTypeEnum.InvoiceType
|
|
3895
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/InvoiceTypeEnum.InvoiceType
|
|
3896
|
+
*/
|
|
3897
3897
|
let InvoiceType;
|
|
3898
3898
|
(function (InvoiceType) {
|
|
3899
3899
|
InvoiceType[InvoiceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3902,9 +3902,9 @@ var enums;
|
|
|
3902
3902
|
InvoiceType[InvoiceType["INVOICE"] = 3] = "INVOICE";
|
|
3903
3903
|
})(InvoiceType = enums.InvoiceType || (enums.InvoiceType = {}));
|
|
3904
3904
|
/**
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
3905
|
+
* @name KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3906
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3907
|
+
*/
|
|
3908
3908
|
let KeywordPlanForecastInterval;
|
|
3909
3909
|
(function (KeywordPlanForecastInterval) {
|
|
3910
3910
|
KeywordPlanForecastInterval[KeywordPlanForecastInterval["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3914,9 +3914,9 @@ var enums;
|
|
|
3914
3914
|
KeywordPlanForecastInterval[KeywordPlanForecastInterval["NEXT_QUARTER"] = 5] = "NEXT_QUARTER";
|
|
3915
3915
|
})(KeywordPlanForecastInterval = enums.KeywordPlanForecastInterval || (enums.KeywordPlanForecastInterval = {}));
|
|
3916
3916
|
/**
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3917
|
+
* @name KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3918
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3919
|
+
*/
|
|
3920
3920
|
let KeywordPlanKeywordAnnotation;
|
|
3921
3921
|
(function (KeywordPlanKeywordAnnotation) {
|
|
3922
3922
|
KeywordPlanKeywordAnnotation[KeywordPlanKeywordAnnotation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3924,9 +3924,9 @@ var enums;
|
|
|
3924
3924
|
KeywordPlanKeywordAnnotation[KeywordPlanKeywordAnnotation["KEYWORD_CONCEPT"] = 2] = "KEYWORD_CONCEPT";
|
|
3925
3925
|
})(KeywordPlanKeywordAnnotation = enums.KeywordPlanKeywordAnnotation || (enums.KeywordPlanKeywordAnnotation = {}));
|
|
3926
3926
|
/**
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
|
|
3927
|
+
* @name KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3928
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3929
|
+
*/
|
|
3930
3930
|
let KeywordPlanNetwork;
|
|
3931
3931
|
(function (KeywordPlanNetwork) {
|
|
3932
3932
|
KeywordPlanNetwork[KeywordPlanNetwork["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3935,9 +3935,9 @@ var enums;
|
|
|
3935
3935
|
KeywordPlanNetwork[KeywordPlanNetwork["GOOGLE_SEARCH_AND_PARTNERS"] = 3] = "GOOGLE_SEARCH_AND_PARTNERS";
|
|
3936
3936
|
})(KeywordPlanNetwork = enums.KeywordPlanNetwork || (enums.KeywordPlanNetwork = {}));
|
|
3937
3937
|
/**
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3938
|
+
* @name LabelStatusEnum.LabelStatus
|
|
3939
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LabelStatusEnum.LabelStatus
|
|
3940
|
+
*/
|
|
3941
3941
|
let LabelStatus;
|
|
3942
3942
|
(function (LabelStatus) {
|
|
3943
3943
|
LabelStatus[LabelStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3946,9 +3946,9 @@ var enums;
|
|
|
3946
3946
|
LabelStatus[LabelStatus["REMOVED"] = 3] = "REMOVED";
|
|
3947
3947
|
})(LabelStatus = enums.LabelStatus || (enums.LabelStatus = {}));
|
|
3948
3948
|
/**
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3949
|
+
* @name LinkedAccountTypeEnum.LinkedAccountType
|
|
3950
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LinkedAccountTypeEnum.LinkedAccountType
|
|
3951
|
+
*/
|
|
3952
3952
|
let LinkedAccountType;
|
|
3953
3953
|
(function (LinkedAccountType) {
|
|
3954
3954
|
LinkedAccountType[LinkedAccountType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3956,9 +3956,9 @@ var enums;
|
|
|
3956
3956
|
LinkedAccountType[LinkedAccountType["THIRD_PARTY_APP_ANALYTICS"] = 2] = "THIRD_PARTY_APP_ANALYTICS";
|
|
3957
3957
|
})(LinkedAccountType = enums.LinkedAccountType || (enums.LinkedAccountType = {}));
|
|
3958
3958
|
/**
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3959
|
+
* @name LinkedProductTypeEnum.LinkedProductType
|
|
3960
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LinkedProductTypeEnum.LinkedProductType
|
|
3961
|
+
*/
|
|
3962
3962
|
let LinkedProductType;
|
|
3963
3963
|
(function (LinkedProductType) {
|
|
3964
3964
|
LinkedProductType[LinkedProductType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3970,9 +3970,9 @@ var enums;
|
|
|
3970
3970
|
LinkedProductType[LinkedProductType["ADVERTISING_PARTNER"] = 9] = "ADVERTISING_PARTNER";
|
|
3971
3971
|
})(LinkedProductType = enums.LinkedProductType || (enums.LinkedProductType = {}));
|
|
3972
3972
|
/**
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3973
|
+
* @name ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3974
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3975
|
+
*/
|
|
3976
3976
|
let ListingGroupFilterCustomAttributeIndex;
|
|
3977
3977
|
(function (ListingGroupFilterCustomAttributeIndex) {
|
|
3978
3978
|
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3984,9 +3984,9 @@ var enums;
|
|
|
3984
3984
|
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["INDEX4"] = 6] = "INDEX4";
|
|
3985
3985
|
})(ListingGroupFilterCustomAttributeIndex = enums.ListingGroupFilterCustomAttributeIndex || (enums.ListingGroupFilterCustomAttributeIndex = {}));
|
|
3986
3986
|
/**
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3987
|
+
* @name ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
|
|
3988
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
|
|
3989
|
+
*/
|
|
3990
3990
|
let ListingGroupFilterListingSource;
|
|
3991
3991
|
(function (ListingGroupFilterListingSource) {
|
|
3992
3992
|
ListingGroupFilterListingSource[ListingGroupFilterListingSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -3995,9 +3995,9 @@ var enums;
|
|
|
3995
3995
|
ListingGroupFilterListingSource[ListingGroupFilterListingSource["WEBPAGE"] = 3] = "WEBPAGE";
|
|
3996
3996
|
})(ListingGroupFilterListingSource = enums.ListingGroupFilterListingSource || (enums.ListingGroupFilterListingSource = {}));
|
|
3997
3997
|
/**
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
3998
|
+
* @name ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
|
|
3999
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
|
|
4000
|
+
*/
|
|
4001
4001
|
let ListingGroupFilterProductCategoryLevel;
|
|
4002
4002
|
(function (ListingGroupFilterProductCategoryLevel) {
|
|
4003
4003
|
ListingGroupFilterProductCategoryLevel[ListingGroupFilterProductCategoryLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4009,9 +4009,9 @@ var enums;
|
|
|
4009
4009
|
ListingGroupFilterProductCategoryLevel[ListingGroupFilterProductCategoryLevel["LEVEL5"] = 6] = "LEVEL5";
|
|
4010
4010
|
})(ListingGroupFilterProductCategoryLevel = enums.ListingGroupFilterProductCategoryLevel || (enums.ListingGroupFilterProductCategoryLevel = {}));
|
|
4011
4011
|
/**
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
4012
|
+
* @name ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
4013
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
4014
|
+
*/
|
|
4015
4015
|
let ListingGroupFilterProductChannel;
|
|
4016
4016
|
(function (ListingGroupFilterProductChannel) {
|
|
4017
4017
|
ListingGroupFilterProductChannel[ListingGroupFilterProductChannel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4020,9 +4020,9 @@ var enums;
|
|
|
4020
4020
|
ListingGroupFilterProductChannel[ListingGroupFilterProductChannel["LOCAL"] = 3] = "LOCAL";
|
|
4021
4021
|
})(ListingGroupFilterProductChannel = enums.ListingGroupFilterProductChannel || (enums.ListingGroupFilterProductChannel = {}));
|
|
4022
4022
|
/**
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4023
|
+
* @name ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
4024
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
4025
|
+
*/
|
|
4026
4026
|
let ListingGroupFilterProductCondition;
|
|
4027
4027
|
(function (ListingGroupFilterProductCondition) {
|
|
4028
4028
|
ListingGroupFilterProductCondition[ListingGroupFilterProductCondition["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4032,9 +4032,9 @@ var enums;
|
|
|
4032
4032
|
ListingGroupFilterProductCondition[ListingGroupFilterProductCondition["USED"] = 4] = "USED";
|
|
4033
4033
|
})(ListingGroupFilterProductCondition = enums.ListingGroupFilterProductCondition || (enums.ListingGroupFilterProductCondition = {}));
|
|
4034
4034
|
/**
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4035
|
+
* @name ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
4036
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
4037
|
+
*/
|
|
4038
4038
|
let ListingGroupFilterProductTypeLevel;
|
|
4039
4039
|
(function (ListingGroupFilterProductTypeLevel) {
|
|
4040
4040
|
ListingGroupFilterProductTypeLevel[ListingGroupFilterProductTypeLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4046,9 +4046,9 @@ var enums;
|
|
|
4046
4046
|
ListingGroupFilterProductTypeLevel[ListingGroupFilterProductTypeLevel["LEVEL5"] = 6] = "LEVEL5";
|
|
4047
4047
|
})(ListingGroupFilterProductTypeLevel = enums.ListingGroupFilterProductTypeLevel || (enums.ListingGroupFilterProductTypeLevel = {}));
|
|
4048
4048
|
/**
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4049
|
+
* @name ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
4050
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
4051
|
+
*/
|
|
4052
4052
|
let ListingGroupFilterType;
|
|
4053
4053
|
(function (ListingGroupFilterType) {
|
|
4054
4054
|
ListingGroupFilterType[ListingGroupFilterType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4058,9 +4058,9 @@ var enums;
|
|
|
4058
4058
|
ListingGroupFilterType[ListingGroupFilterType["UNIT_EXCLUDED"] = 4] = "UNIT_EXCLUDED";
|
|
4059
4059
|
})(ListingGroupFilterType = enums.ListingGroupFilterType || (enums.ListingGroupFilterType = {}));
|
|
4060
4060
|
/**
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4061
|
+
* @name ListingTypeEnum.ListingType
|
|
4062
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingTypeEnum.ListingType
|
|
4063
|
+
*/
|
|
4064
4064
|
let ListingType;
|
|
4065
4065
|
(function (ListingType) {
|
|
4066
4066
|
ListingType[ListingType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4068,9 +4068,9 @@ var enums;
|
|
|
4068
4068
|
ListingType[ListingType["VEHICLES"] = 2] = "VEHICLES";
|
|
4069
4069
|
})(ListingType = enums.ListingType || (enums.ListingType = {}));
|
|
4070
4070
|
/**
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4071
|
+
* @name LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
|
|
4072
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
|
|
4073
|
+
*/
|
|
4074
4074
|
let LocalServicesBusinessRegistrationCheckRejectionReason;
|
|
4075
4075
|
(function (LocalServicesBusinessRegistrationCheckRejectionReason) {
|
|
4076
4076
|
LocalServicesBusinessRegistrationCheckRejectionReason[LocalServicesBusinessRegistrationCheckRejectionReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4086,9 +4086,9 @@ var enums;
|
|
|
4086
4086
|
LocalServicesBusinessRegistrationCheckRejectionReason[LocalServicesBusinessRegistrationCheckRejectionReason["OTHER"] = 10] = "OTHER";
|
|
4087
4087
|
})(LocalServicesBusinessRegistrationCheckRejectionReason = enums.LocalServicesBusinessRegistrationCheckRejectionReason || (enums.LocalServicesBusinessRegistrationCheckRejectionReason = {}));
|
|
4088
4088
|
/**
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
|
|
4089
|
+
* @name LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
|
|
4090
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
|
|
4091
|
+
*/
|
|
4092
4092
|
let LocalServicesBusinessRegistrationType;
|
|
4093
4093
|
(function (LocalServicesBusinessRegistrationType) {
|
|
4094
4094
|
LocalServicesBusinessRegistrationType[LocalServicesBusinessRegistrationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4097,9 +4097,9 @@ var enums;
|
|
|
4097
4097
|
LocalServicesBusinessRegistrationType[LocalServicesBusinessRegistrationType["DOCUMENT"] = 3] = "DOCUMENT";
|
|
4098
4098
|
})(LocalServicesBusinessRegistrationType = enums.LocalServicesBusinessRegistrationType || (enums.LocalServicesBusinessRegistrationType = {}));
|
|
4099
4099
|
/**
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
|
|
4100
|
+
* @name LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
|
|
4101
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
|
|
4102
|
+
*/
|
|
4103
4103
|
let LocalServicesLeadConversationType;
|
|
4104
4104
|
(function (LocalServicesLeadConversationType) {
|
|
4105
4105
|
LocalServicesLeadConversationType[LocalServicesLeadConversationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4113,9 +4113,9 @@ var enums;
|
|
|
4113
4113
|
LocalServicesLeadConversationType[LocalServicesLeadConversationType["ADS_API"] = 8] = "ADS_API";
|
|
4114
4114
|
})(LocalServicesLeadConversationType = enums.LocalServicesLeadConversationType || (enums.LocalServicesLeadConversationType = {}));
|
|
4115
4115
|
/**
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4116
|
+
* @name LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
|
|
4117
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
|
|
4118
|
+
*/
|
|
4119
4119
|
let LocalServicesEmployeeStatus;
|
|
4120
4120
|
(function (LocalServicesEmployeeStatus) {
|
|
4121
4121
|
LocalServicesEmployeeStatus[LocalServicesEmployeeStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4124,9 +4124,9 @@ var enums;
|
|
|
4124
4124
|
LocalServicesEmployeeStatus[LocalServicesEmployeeStatus["REMOVED"] = 3] = "REMOVED";
|
|
4125
4125
|
})(LocalServicesEmployeeStatus = enums.LocalServicesEmployeeStatus || (enums.LocalServicesEmployeeStatus = {}));
|
|
4126
4126
|
/**
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
|
|
4127
|
+
* @name LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
|
|
4128
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
|
|
4129
|
+
*/
|
|
4130
4130
|
let LocalServicesEmployeeType;
|
|
4131
4131
|
(function (LocalServicesEmployeeType) {
|
|
4132
4132
|
LocalServicesEmployeeType[LocalServicesEmployeeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4135,9 +4135,9 @@ var enums;
|
|
|
4135
4135
|
LocalServicesEmployeeType[LocalServicesEmployeeType["EMPLOYEE"] = 3] = "EMPLOYEE";
|
|
4136
4136
|
})(LocalServicesEmployeeType = enums.LocalServicesEmployeeType || (enums.LocalServicesEmployeeType = {}));
|
|
4137
4137
|
/**
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4138
|
+
* @name LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
|
|
4139
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
|
|
4140
|
+
*/
|
|
4141
4141
|
let LocalServicesInsuranceRejectionReason;
|
|
4142
4142
|
(function (LocalServicesInsuranceRejectionReason) {
|
|
4143
4143
|
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4158,9 +4158,9 @@ var enums;
|
|
|
4158
4158
|
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["OTHER"] = 15] = "OTHER";
|
|
4159
4159
|
})(LocalServicesInsuranceRejectionReason = enums.LocalServicesInsuranceRejectionReason || (enums.LocalServicesInsuranceRejectionReason = {}));
|
|
4160
4160
|
/**
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4161
|
+
* @name LocalServicesLeadCreditIssuanceDecisionEnum.LocalServicesLeadCreditIssuanceDecision
|
|
4162
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLeadCreditIssuanceDecisionEnum.LocalServicesLeadCreditIssuanceDecision
|
|
4163
|
+
*/
|
|
4164
4164
|
let LocalServicesLeadCreditIssuanceDecision;
|
|
4165
4165
|
(function (LocalServicesLeadCreditIssuanceDecision) {
|
|
4166
4166
|
LocalServicesLeadCreditIssuanceDecision[LocalServicesLeadCreditIssuanceDecision["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4171,9 +4171,9 @@ var enums;
|
|
|
4171
4171
|
LocalServicesLeadCreditIssuanceDecision[LocalServicesLeadCreditIssuanceDecision["FAIL_NOT_ELIGIBLE"] = 5] = "FAIL_NOT_ELIGIBLE";
|
|
4172
4172
|
})(LocalServicesLeadCreditIssuanceDecision = enums.LocalServicesLeadCreditIssuanceDecision || (enums.LocalServicesLeadCreditIssuanceDecision = {}));
|
|
4173
4173
|
/**
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4174
|
+
* @name LocalServicesCreditStateEnum.LocalServicesCreditState
|
|
4175
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesCreditStateEnum.LocalServicesCreditState
|
|
4176
|
+
*/
|
|
4177
4177
|
let LocalServicesCreditState;
|
|
4178
4178
|
(function (LocalServicesCreditState) {
|
|
4179
4179
|
LocalServicesCreditState[LocalServicesCreditState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4182,9 +4182,9 @@ var enums;
|
|
|
4182
4182
|
LocalServicesCreditState[LocalServicesCreditState["CREDITED"] = 3] = "CREDITED";
|
|
4183
4183
|
})(LocalServicesCreditState = enums.LocalServicesCreditState || (enums.LocalServicesCreditState = {}));
|
|
4184
4184
|
/**
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
|
|
4185
|
+
* @name LocalServicesLeadStatusEnum.LocalServicesLeadStatus
|
|
4186
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLeadStatusEnum.LocalServicesLeadStatus
|
|
4187
|
+
*/
|
|
4188
4188
|
let LocalServicesLeadStatus;
|
|
4189
4189
|
(function (LocalServicesLeadStatus) {
|
|
4190
4190
|
LocalServicesLeadStatus[LocalServicesLeadStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4199,9 +4199,9 @@ var enums;
|
|
|
4199
4199
|
LocalServicesLeadStatus[LocalServicesLeadStatus["WIPED_OUT"] = 9] = "WIPED_OUT";
|
|
4200
4200
|
})(LocalServicesLeadStatus = enums.LocalServicesLeadStatus || (enums.LocalServicesLeadStatus = {}));
|
|
4201
4201
|
/**
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
|
|
4202
|
+
* @name LocalServicesLeadSurveyAnswerEnum.LocalServicesLeadSurveyAnswer
|
|
4203
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLeadSurveyAnswerEnum.LocalServicesLeadSurveyAnswer
|
|
4204
|
+
*/
|
|
4205
4205
|
let LocalServicesLeadSurveyAnswer;
|
|
4206
4206
|
(function (LocalServicesLeadSurveyAnswer) {
|
|
4207
4207
|
LocalServicesLeadSurveyAnswer[LocalServicesLeadSurveyAnswer["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4213,9 +4213,9 @@ var enums;
|
|
|
4213
4213
|
LocalServicesLeadSurveyAnswer[LocalServicesLeadSurveyAnswer["VERY_DISSATISFIED"] = 6] = "VERY_DISSATISFIED";
|
|
4214
4214
|
})(LocalServicesLeadSurveyAnswer = enums.LocalServicesLeadSurveyAnswer || (enums.LocalServicesLeadSurveyAnswer = {}));
|
|
4215
4215
|
/**
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4216
|
+
* @name LocalServicesLeadSurveyDissatisfiedReasonEnum.LocalServicesLeadSurveyDissatisfiedReason
|
|
4217
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLeadSurveyDissatisfiedReasonEnum.LocalServicesLeadSurveyDissatisfiedReason
|
|
4218
|
+
*/
|
|
4219
4219
|
let LocalServicesLeadSurveyDissatisfiedReason;
|
|
4220
4220
|
(function (LocalServicesLeadSurveyDissatisfiedReason) {
|
|
4221
4221
|
LocalServicesLeadSurveyDissatisfiedReason[LocalServicesLeadSurveyDissatisfiedReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4229,9 +4229,9 @@ var enums;
|
|
|
4229
4229
|
LocalServicesLeadSurveyDissatisfiedReason[LocalServicesLeadSurveyDissatisfiedReason["SOLICITATION"] = 8] = "SOLICITATION";
|
|
4230
4230
|
})(LocalServicesLeadSurveyDissatisfiedReason = enums.LocalServicesLeadSurveyDissatisfiedReason || (enums.LocalServicesLeadSurveyDissatisfiedReason = {}));
|
|
4231
4231
|
/**
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4232
|
+
* @name LocalServicesLeadSurveySatisfiedReasonEnum.LocalServicesLeadSurveySatisfiedReason
|
|
4233
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLeadSurveySatisfiedReasonEnum.LocalServicesLeadSurveySatisfiedReason
|
|
4234
|
+
*/
|
|
4235
4235
|
let LocalServicesLeadSurveySatisfiedReason;
|
|
4236
4236
|
(function (LocalServicesLeadSurveySatisfiedReason) {
|
|
4237
4237
|
LocalServicesLeadSurveySatisfiedReason[LocalServicesLeadSurveySatisfiedReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4243,9 +4243,9 @@ var enums;
|
|
|
4243
4243
|
LocalServicesLeadSurveySatisfiedReason[LocalServicesLeadSurveySatisfiedReason["HIGH_VALUE_SERVICE"] = 6] = "HIGH_VALUE_SERVICE";
|
|
4244
4244
|
})(LocalServicesLeadSurveySatisfiedReason = enums.LocalServicesLeadSurveySatisfiedReason || (enums.LocalServicesLeadSurveySatisfiedReason = {}));
|
|
4245
4245
|
/**
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4246
|
+
* @name LocalServicesLeadTypeEnum.LocalServicesLeadType
|
|
4247
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLeadTypeEnum.LocalServicesLeadType
|
|
4248
|
+
*/
|
|
4249
4249
|
let LocalServicesLeadType;
|
|
4250
4250
|
(function (LocalServicesLeadType) {
|
|
4251
4251
|
LocalServicesLeadType[LocalServicesLeadType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4255,9 +4255,9 @@ var enums;
|
|
|
4255
4255
|
LocalServicesLeadType[LocalServicesLeadType["BOOKING"] = 4] = "BOOKING";
|
|
4256
4256
|
})(LocalServicesLeadType = enums.LocalServicesLeadType || (enums.LocalServicesLeadType = {}));
|
|
4257
4257
|
/**
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4258
|
+
* @name LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
|
|
4259
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
|
|
4260
|
+
*/
|
|
4261
4261
|
let LocalServicesLicenseRejectionReason;
|
|
4262
4262
|
(function (LocalServicesLicenseRejectionReason) {
|
|
4263
4263
|
LocalServicesLicenseRejectionReason[LocalServicesLicenseRejectionReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4271,9 +4271,9 @@ var enums;
|
|
|
4271
4271
|
LocalServicesLicenseRejectionReason[LocalServicesLicenseRejectionReason["OTHER"] = 8] = "OTHER";
|
|
4272
4272
|
})(LocalServicesLicenseRejectionReason = enums.LocalServicesLicenseRejectionReason || (enums.LocalServicesLicenseRejectionReason = {}));
|
|
4273
4273
|
/**
|
|
4274
|
-
|
|
4275
|
-
|
|
4276
|
-
|
|
4274
|
+
* @name LocalServicesParticipantTypeEnum.LocalServicesParticipantType
|
|
4275
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesParticipantTypeEnum.LocalServicesParticipantType
|
|
4276
|
+
*/
|
|
4277
4277
|
let LocalServicesParticipantType;
|
|
4278
4278
|
(function (LocalServicesParticipantType) {
|
|
4279
4279
|
LocalServicesParticipantType[LocalServicesParticipantType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4282,9 +4282,9 @@ var enums;
|
|
|
4282
4282
|
LocalServicesParticipantType[LocalServicesParticipantType["CONSUMER"] = 3] = "CONSUMER";
|
|
4283
4283
|
})(LocalServicesParticipantType = enums.LocalServicesParticipantType || (enums.LocalServicesParticipantType = {}));
|
|
4284
4284
|
/**
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
|
|
4285
|
+
* @name LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
|
|
4286
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
|
|
4287
|
+
*/
|
|
4288
4288
|
let LocalServicesVerificationArtifactStatus;
|
|
4289
4289
|
(function (LocalServicesVerificationArtifactStatus) {
|
|
4290
4290
|
LocalServicesVerificationArtifactStatus[LocalServicesVerificationArtifactStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4296,9 +4296,9 @@ var enums;
|
|
|
4296
4296
|
LocalServicesVerificationArtifactStatus[LocalServicesVerificationArtifactStatus["CANCELLED"] = 6] = "CANCELLED";
|
|
4297
4297
|
})(LocalServicesVerificationArtifactStatus = enums.LocalServicesVerificationArtifactStatus || (enums.LocalServicesVerificationArtifactStatus = {}));
|
|
4298
4298
|
/**
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4299
|
+
* @name LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
|
|
4300
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
|
|
4301
|
+
*/
|
|
4302
4302
|
let LocalServicesVerificationArtifactType;
|
|
4303
4303
|
(function (LocalServicesVerificationArtifactType) {
|
|
4304
4304
|
LocalServicesVerificationArtifactType[LocalServicesVerificationArtifactType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4309,9 +4309,9 @@ var enums;
|
|
|
4309
4309
|
LocalServicesVerificationArtifactType[LocalServicesVerificationArtifactType["BUSINESS_REGISTRATION_CHECK"] = 5] = "BUSINESS_REGISTRATION_CHECK";
|
|
4310
4310
|
})(LocalServicesVerificationArtifactType = enums.LocalServicesVerificationArtifactType || (enums.LocalServicesVerificationArtifactType = {}));
|
|
4311
4311
|
/**
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
4312
|
+
* @name LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
|
|
4313
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
|
|
4314
|
+
*/
|
|
4315
4315
|
let LocalServicesVerificationStatus;
|
|
4316
4316
|
(function (LocalServicesVerificationStatus) {
|
|
4317
4317
|
LocalServicesVerificationStatus[LocalServicesVerificationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4325,9 +4325,9 @@ var enums;
|
|
|
4325
4325
|
LocalServicesVerificationStatus[LocalServicesVerificationStatus["PENDING_ESCALATION"] = 8] = "PENDING_ESCALATION";
|
|
4326
4326
|
})(LocalServicesVerificationStatus = enums.LocalServicesVerificationStatus || (enums.LocalServicesVerificationStatus = {}));
|
|
4327
4327
|
/**
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4328
|
+
* @name LocationSourceTypeEnum.LocationSourceType
|
|
4329
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocationSourceTypeEnum.LocationSourceType
|
|
4330
|
+
*/
|
|
4331
4331
|
let LocationSourceType;
|
|
4332
4332
|
(function (LocationSourceType) {
|
|
4333
4333
|
LocationSourceType[LocationSourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4336,9 +4336,9 @@ var enums;
|
|
|
4336
4336
|
LocationSourceType[LocationSourceType["AFFILIATE"] = 3] = "AFFILIATE";
|
|
4337
4337
|
})(LocationSourceType = enums.LocationSourceType || (enums.LocationSourceType = {}));
|
|
4338
4338
|
/**
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4339
|
+
* @name ManagerLinkStatusEnum.ManagerLinkStatus
|
|
4340
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ManagerLinkStatusEnum.ManagerLinkStatus
|
|
4341
|
+
*/
|
|
4342
4342
|
let ManagerLinkStatus;
|
|
4343
4343
|
(function (ManagerLinkStatus) {
|
|
4344
4344
|
ManagerLinkStatus[ManagerLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4350,9 +4350,9 @@ var enums;
|
|
|
4350
4350
|
ManagerLinkStatus[ManagerLinkStatus["CANCELED"] = 6] = "CANCELED";
|
|
4351
4351
|
})(ManagerLinkStatus = enums.ManagerLinkStatus || (enums.ManagerLinkStatus = {}));
|
|
4352
4352
|
/**
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4353
|
+
* @name MediaTypeEnum.MediaType
|
|
4354
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/MediaTypeEnum.MediaType
|
|
4355
|
+
*/
|
|
4356
4356
|
let MediaType;
|
|
4357
4357
|
(function (MediaType) {
|
|
4358
4358
|
MediaType[MediaType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4365,9 +4365,9 @@ var enums;
|
|
|
4365
4365
|
MediaType[MediaType["DYNAMIC_IMAGE"] = 7] = "DYNAMIC_IMAGE";
|
|
4366
4366
|
})(MediaType = enums.MediaType || (enums.MediaType = {}));
|
|
4367
4367
|
/**
|
|
4368
|
-
|
|
4369
|
-
|
|
4370
|
-
|
|
4368
|
+
* @name MobileDeviceTypeEnum.MobileDeviceType
|
|
4369
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/MobileDeviceTypeEnum.MobileDeviceType
|
|
4370
|
+
*/
|
|
4371
4371
|
let MobileDeviceType;
|
|
4372
4372
|
(function (MobileDeviceType) {
|
|
4373
4373
|
MobileDeviceType[MobileDeviceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4376,9 +4376,9 @@ var enums;
|
|
|
4376
4376
|
MobileDeviceType[MobileDeviceType["TABLET"] = 3] = "TABLET";
|
|
4377
4377
|
})(MobileDeviceType = enums.MobileDeviceType || (enums.MobileDeviceType = {}));
|
|
4378
4378
|
/**
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4379
|
+
* @name NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
4380
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
4381
|
+
*/
|
|
4382
4382
|
let NegativeGeoTargetType;
|
|
4383
4383
|
(function (NegativeGeoTargetType) {
|
|
4384
4384
|
NegativeGeoTargetType[NegativeGeoTargetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4387,9 +4387,9 @@ var enums;
|
|
|
4387
4387
|
NegativeGeoTargetType[NegativeGeoTargetType["PRESENCE"] = 5] = "PRESENCE";
|
|
4388
4388
|
})(NegativeGeoTargetType = enums.NegativeGeoTargetType || (enums.NegativeGeoTargetType = {}));
|
|
4389
4389
|
/**
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4390
|
+
* @name NonSkippableMaxDurationEnum.NonSkippableMaxDuration
|
|
4391
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/NonSkippableMaxDurationEnum.NonSkippableMaxDuration
|
|
4392
|
+
*/
|
|
4393
4393
|
let NonSkippableMaxDuration;
|
|
4394
4394
|
(function (NonSkippableMaxDuration) {
|
|
4395
4395
|
NonSkippableMaxDuration[NonSkippableMaxDuration["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4399,9 +4399,9 @@ var enums;
|
|
|
4399
4399
|
NonSkippableMaxDuration[NonSkippableMaxDuration["MAX_DURATION_SIXTY_SECONDS"] = 4] = "MAX_DURATION_SIXTY_SECONDS";
|
|
4400
4400
|
})(NonSkippableMaxDuration = enums.NonSkippableMaxDuration || (enums.NonSkippableMaxDuration = {}));
|
|
4401
4401
|
/**
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4402
|
+
* @name NonSkippableMinDurationEnum.NonSkippableMinDuration
|
|
4403
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/NonSkippableMinDurationEnum.NonSkippableMinDuration
|
|
4404
|
+
*/
|
|
4405
4405
|
let NonSkippableMinDuration;
|
|
4406
4406
|
(function (NonSkippableMinDuration) {
|
|
4407
4407
|
NonSkippableMinDuration[NonSkippableMinDuration["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4412,9 +4412,9 @@ var enums;
|
|
|
4412
4412
|
NonSkippableMinDuration[NonSkippableMinDuration["MIN_DURATION_THIRTY_ONE_SECONDS"] = 5] = "MIN_DURATION_THIRTY_ONE_SECONDS";
|
|
4413
4413
|
})(NonSkippableMinDuration = enums.NonSkippableMinDuration || (enums.NonSkippableMinDuration = {}));
|
|
4414
4414
|
/**
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
|
|
4415
|
+
* @name OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
|
|
4416
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
|
|
4417
|
+
*/
|
|
4418
4418
|
let OfflineConversionDiagnosticStatus;
|
|
4419
4419
|
(function (OfflineConversionDiagnosticStatus) {
|
|
4420
4420
|
OfflineConversionDiagnosticStatus[OfflineConversionDiagnosticStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4425,9 +4425,9 @@ var enums;
|
|
|
4425
4425
|
OfflineConversionDiagnosticStatus[OfflineConversionDiagnosticStatus["NO_RECENT_UPLOAD"] = 6] = "NO_RECENT_UPLOAD";
|
|
4426
4426
|
})(OfflineConversionDiagnosticStatus = enums.OfflineConversionDiagnosticStatus || (enums.OfflineConversionDiagnosticStatus = {}));
|
|
4427
4427
|
/**
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4428
|
+
* @name OfflineEventUploadClientEnum.OfflineEventUploadClient
|
|
4429
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OfflineEventUploadClientEnum.OfflineEventUploadClient
|
|
4430
|
+
*/
|
|
4431
4431
|
let OfflineEventUploadClient;
|
|
4432
4432
|
(function (OfflineEventUploadClient) {
|
|
4433
4433
|
OfflineEventUploadClient[OfflineEventUploadClient["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4437,9 +4437,9 @@ var enums;
|
|
|
4437
4437
|
OfflineEventUploadClient[OfflineEventUploadClient["ADS_DATA_CONNECTOR"] = 4] = "ADS_DATA_CONNECTOR";
|
|
4438
4438
|
})(OfflineEventUploadClient = enums.OfflineEventUploadClient || (enums.OfflineEventUploadClient = {}));
|
|
4439
4439
|
/**
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4440
|
+
* @name OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
4441
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
4442
|
+
*/
|
|
4443
4443
|
let OfflineUserDataJobFailureReason;
|
|
4444
4444
|
(function (OfflineUserDataJobFailureReason) {
|
|
4445
4445
|
OfflineUserDataJobFailureReason[OfflineUserDataJobFailureReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4451,9 +4451,9 @@ var enums;
|
|
|
4451
4451
|
OfflineUserDataJobFailureReason[OfflineUserDataJobFailureReason["NEWLY_OBSERVED_CURRENCY_CODE"] = 6] = "NEWLY_OBSERVED_CURRENCY_CODE";
|
|
4452
4452
|
})(OfflineUserDataJobFailureReason = enums.OfflineUserDataJobFailureReason || (enums.OfflineUserDataJobFailureReason = {}));
|
|
4453
4453
|
/**
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4454
|
+
* @name OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
4455
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
4456
|
+
*/
|
|
4457
4457
|
let OfflineUserDataJobMatchRateRange;
|
|
4458
4458
|
(function (OfflineUserDataJobMatchRateRange) {
|
|
4459
4459
|
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4469,9 +4469,9 @@ var enums;
|
|
|
4469
4469
|
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["MATCH_RANGE_91_TO_100"] = 10] = "MATCH_RANGE_91_TO_100";
|
|
4470
4470
|
})(OfflineUserDataJobMatchRateRange = enums.OfflineUserDataJobMatchRateRange || (enums.OfflineUserDataJobMatchRateRange = {}));
|
|
4471
4471
|
/**
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4472
|
+
* @name OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
4473
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
4474
|
+
*/
|
|
4475
4475
|
let OfflineUserDataJobStatus;
|
|
4476
4476
|
(function (OfflineUserDataJobStatus) {
|
|
4477
4477
|
OfflineUserDataJobStatus[OfflineUserDataJobStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4482,9 +4482,9 @@ var enums;
|
|
|
4482
4482
|
OfflineUserDataJobStatus[OfflineUserDataJobStatus["FAILED"] = 5] = "FAILED";
|
|
4483
4483
|
})(OfflineUserDataJobStatus = enums.OfflineUserDataJobStatus || (enums.OfflineUserDataJobStatus = {}));
|
|
4484
4484
|
/**
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4485
|
+
* @name OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
4486
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
4487
|
+
*/
|
|
4488
4488
|
let OfflineUserDataJobType;
|
|
4489
4489
|
(function (OfflineUserDataJobType) {
|
|
4490
4490
|
OfflineUserDataJobType[OfflineUserDataJobType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4495,9 +4495,9 @@ var enums;
|
|
|
4495
4495
|
OfflineUserDataJobType[OfflineUserDataJobType["CUSTOMER_MATCH_WITH_ATTRIBUTES"] = 5] = "CUSTOMER_MATCH_WITH_ATTRIBUTES";
|
|
4496
4496
|
})(OfflineUserDataJobType = enums.OfflineUserDataJobType || (enums.OfflineUserDataJobType = {}));
|
|
4497
4497
|
/**
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4498
|
+
* @name OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
4499
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
4500
|
+
*/
|
|
4501
4501
|
let OperatingSystemVersionOperatorType;
|
|
4502
4502
|
(function (OperatingSystemVersionOperatorType) {
|
|
4503
4503
|
OperatingSystemVersionOperatorType[OperatingSystemVersionOperatorType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4506,9 +4506,9 @@ var enums;
|
|
|
4506
4506
|
OperatingSystemVersionOperatorType[OperatingSystemVersionOperatorType["GREATER_THAN_EQUALS_TO"] = 4] = "GREATER_THAN_EQUALS_TO";
|
|
4507
4507
|
})(OperatingSystemVersionOperatorType = enums.OperatingSystemVersionOperatorType || (enums.OperatingSystemVersionOperatorType = {}));
|
|
4508
4508
|
/**
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4509
|
+
* @name OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4510
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4511
|
+
*/
|
|
4512
4512
|
let OptimizationGoalType;
|
|
4513
4513
|
(function (OptimizationGoalType) {
|
|
4514
4514
|
OptimizationGoalType[OptimizationGoalType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4518,9 +4518,9 @@ var enums;
|
|
|
4518
4518
|
OptimizationGoalType[OptimizationGoalType["APP_PRE_REGISTRATION"] = 4] = "APP_PRE_REGISTRATION";
|
|
4519
4519
|
})(OptimizationGoalType = enums.OptimizationGoalType || (enums.OptimizationGoalType = {}));
|
|
4520
4520
|
/**
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4521
|
+
* @name PaymentModeEnum.PaymentMode
|
|
4522
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PaymentModeEnum.PaymentMode
|
|
4523
|
+
*/
|
|
4524
4524
|
let PaymentMode;
|
|
4525
4525
|
(function (PaymentMode) {
|
|
4526
4526
|
PaymentMode[PaymentMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4531,9 +4531,9 @@ var enums;
|
|
|
4531
4531
|
PaymentMode[PaymentMode["GUEST_STAY"] = 7] = "GUEST_STAY";
|
|
4532
4532
|
})(PaymentMode = enums.PaymentMode || (enums.PaymentMode = {}));
|
|
4533
4533
|
/**
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4534
|
+
* @name PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4535
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4536
|
+
*/
|
|
4537
4537
|
let PerformanceMaxUpgradeStatus;
|
|
4538
4538
|
(function (PerformanceMaxUpgradeStatus) {
|
|
4539
4539
|
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4544,9 +4544,9 @@ var enums;
|
|
|
4544
4544
|
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UPGRADE_ELIGIBLE"] = 6] = "UPGRADE_ELIGIBLE";
|
|
4545
4545
|
})(PerformanceMaxUpgradeStatus = enums.PerformanceMaxUpgradeStatus || (enums.PerformanceMaxUpgradeStatus = {}));
|
|
4546
4546
|
/**
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4547
|
+
* @name PlacementTypeEnum.PlacementType
|
|
4548
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PlacementTypeEnum.PlacementType
|
|
4549
|
+
*/
|
|
4550
4550
|
let PlacementType;
|
|
4551
4551
|
(function (PlacementType) {
|
|
4552
4552
|
PlacementType[PlacementType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4559,9 +4559,9 @@ var enums;
|
|
|
4559
4559
|
PlacementType[PlacementType["GOOGLE_PRODUCTS"] = 7] = "GOOGLE_PRODUCTS";
|
|
4560
4560
|
})(PlacementType = enums.PlacementType || (enums.PlacementType = {}));
|
|
4561
4561
|
/**
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4562
|
+
* @name PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4563
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4564
|
+
*/
|
|
4565
4565
|
let PositiveGeoTargetType;
|
|
4566
4566
|
(function (PositiveGeoTargetType) {
|
|
4567
4567
|
PositiveGeoTargetType[PositiveGeoTargetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4571,9 +4571,9 @@ var enums;
|
|
|
4571
4571
|
PositiveGeoTargetType[PositiveGeoTargetType["PRESENCE"] = 7] = "PRESENCE";
|
|
4572
4572
|
})(PositiveGeoTargetType = enums.PositiveGeoTargetType || (enums.PositiveGeoTargetType = {}));
|
|
4573
4573
|
/**
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4574
|
+
* @name ProductAvailabilityEnum.ProductAvailability
|
|
4575
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductAvailabilityEnum.ProductAvailability
|
|
4576
|
+
*/
|
|
4577
4577
|
let ProductAvailability;
|
|
4578
4578
|
(function (ProductAvailability) {
|
|
4579
4579
|
ProductAvailability[ProductAvailability["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4583,9 +4583,9 @@ var enums;
|
|
|
4583
4583
|
ProductAvailability[ProductAvailability["PREORDER"] = 4] = "PREORDER";
|
|
4584
4584
|
})(ProductAvailability = enums.ProductAvailability || (enums.ProductAvailability = {}));
|
|
4585
4585
|
/**
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4586
|
+
* @name ProductCategoryStateEnum.ProductCategoryState
|
|
4587
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductCategoryStateEnum.ProductCategoryState
|
|
4588
|
+
*/
|
|
4589
4589
|
let ProductCategoryState;
|
|
4590
4590
|
(function (ProductCategoryState) {
|
|
4591
4591
|
ProductCategoryState[ProductCategoryState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4594,9 +4594,9 @@ var enums;
|
|
|
4594
4594
|
ProductCategoryState[ProductCategoryState["OBSOLETE"] = 3] = "OBSOLETE";
|
|
4595
4595
|
})(ProductCategoryState = enums.ProductCategoryState || (enums.ProductCategoryState = {}));
|
|
4596
4596
|
/**
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4597
|
+
* @name ProductIssueSeverityEnum.ProductIssueSeverity
|
|
4598
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductIssueSeverityEnum.ProductIssueSeverity
|
|
4599
|
+
*/
|
|
4600
4600
|
let ProductIssueSeverity;
|
|
4601
4601
|
(function (ProductIssueSeverity) {
|
|
4602
4602
|
ProductIssueSeverity[ProductIssueSeverity["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4605,9 +4605,9 @@ var enums;
|
|
|
4605
4605
|
ProductIssueSeverity[ProductIssueSeverity["ERROR"] = 3] = "ERROR";
|
|
4606
4606
|
})(ProductIssueSeverity = enums.ProductIssueSeverity || (enums.ProductIssueSeverity = {}));
|
|
4607
4607
|
/**
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4608
|
+
* @name ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
|
|
4609
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
|
|
4610
|
+
*/
|
|
4611
4611
|
let ProductLinkInvitationStatus;
|
|
4612
4612
|
(function (ProductLinkInvitationStatus) {
|
|
4613
4613
|
ProductLinkInvitationStatus[ProductLinkInvitationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4620,9 +4620,9 @@ var enums;
|
|
|
4620
4620
|
ProductLinkInvitationStatus[ProductLinkInvitationStatus["EXPIRED"] = 7] = "EXPIRED";
|
|
4621
4621
|
})(ProductLinkInvitationStatus = enums.ProductLinkInvitationStatus || (enums.ProductLinkInvitationStatus = {}));
|
|
4622
4622
|
/**
|
|
4623
|
-
|
|
4624
|
-
|
|
4625
|
-
|
|
4623
|
+
* @name ProductStatusEnum.ProductStatus
|
|
4624
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductStatusEnum.ProductStatus
|
|
4625
|
+
*/
|
|
4626
4626
|
let ProductStatus;
|
|
4627
4627
|
(function (ProductStatus) {
|
|
4628
4628
|
ProductStatus[ProductStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4632,9 +4632,9 @@ var enums;
|
|
|
4632
4632
|
ProductStatus[ProductStatus["ELIGIBLE"] = 4] = "ELIGIBLE";
|
|
4633
4633
|
})(ProductStatus = enums.ProductStatus || (enums.ProductStatus = {}));
|
|
4634
4634
|
/**
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
4635
|
+
* @name ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4636
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4637
|
+
*/
|
|
4638
4638
|
let ReachPlanAgeRange;
|
|
4639
4639
|
(function (ReachPlanAgeRange) {
|
|
4640
4640
|
ReachPlanAgeRange[ReachPlanAgeRange["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4667,9 +4667,9 @@ var enums;
|
|
|
4667
4667
|
ReachPlanAgeRange[ReachPlanAgeRange["AGE_RANGE_65_UP"] = 503006] = "AGE_RANGE_65_UP";
|
|
4668
4668
|
})(ReachPlanAgeRange = enums.ReachPlanAgeRange || (enums.ReachPlanAgeRange = {}));
|
|
4669
4669
|
/**
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4670
|
+
* @name ReachPlanConversionRateModelEnum.ReachPlanConversionRateModel
|
|
4671
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ReachPlanConversionRateModelEnum.ReachPlanConversionRateModel
|
|
4672
|
+
*/
|
|
4673
4673
|
let ReachPlanConversionRateModel;
|
|
4674
4674
|
(function (ReachPlanConversionRateModel) {
|
|
4675
4675
|
ReachPlanConversionRateModel[ReachPlanConversionRateModel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4680,9 +4680,9 @@ var enums;
|
|
|
4680
4680
|
ReachPlanConversionRateModel[ReachPlanConversionRateModel["INVENTORY_MEDIAN"] = 5] = "INVENTORY_MEDIAN";
|
|
4681
4681
|
})(ReachPlanConversionRateModel = enums.ReachPlanConversionRateModel || (enums.ReachPlanConversionRateModel = {}));
|
|
4682
4682
|
/**
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
|
|
4683
|
+
* @name ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4684
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4685
|
+
*/
|
|
4686
4686
|
let ReachPlanNetwork;
|
|
4687
4687
|
(function (ReachPlanNetwork) {
|
|
4688
4688
|
ReachPlanNetwork[ReachPlanNetwork["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4692,9 +4692,9 @@ var enums;
|
|
|
4692
4692
|
ReachPlanNetwork[ReachPlanNetwork["YOUTUBE_AND_GOOGLE_VIDEO_PARTNERS"] = 4] = "YOUTUBE_AND_GOOGLE_VIDEO_PARTNERS";
|
|
4693
4693
|
})(ReachPlanNetwork = enums.ReachPlanNetwork || (enums.ReachPlanNetwork = {}));
|
|
4694
4694
|
/**
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
|
|
4695
|
+
* @name ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus
|
|
4696
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus
|
|
4697
|
+
*/
|
|
4698
4698
|
let ReachPlanPlannableUserListStatus;
|
|
4699
4699
|
(function (ReachPlanPlannableUserListStatus) {
|
|
4700
4700
|
ReachPlanPlannableUserListStatus[ReachPlanPlannableUserListStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4703,9 +4703,9 @@ var enums;
|
|
|
4703
4703
|
ReachPlanPlannableUserListStatus[ReachPlanPlannableUserListStatus["UNPLANNABLE"] = 3] = "UNPLANNABLE";
|
|
4704
4704
|
})(ReachPlanPlannableUserListStatus = enums.ReachPlanPlannableUserListStatus || (enums.ReachPlanPlannableUserListStatus = {}));
|
|
4705
4705
|
/**
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
|
|
4706
|
+
* @name ReachPlanSurfaceEnum.ReachPlanSurface
|
|
4707
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ReachPlanSurfaceEnum.ReachPlanSurface
|
|
4708
|
+
*/
|
|
4709
4709
|
let ReachPlanSurface;
|
|
4710
4710
|
(function (ReachPlanSurface) {
|
|
4711
4711
|
ReachPlanSurface[ReachPlanSurface["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4719,9 +4719,9 @@ var enums;
|
|
|
4719
4719
|
ReachPlanSurface[ReachPlanSurface["SHORTS"] = 6] = "SHORTS";
|
|
4720
4720
|
})(ReachPlanSurface = enums.ReachPlanSurface || (enums.ReachPlanSurface = {}));
|
|
4721
4721
|
/**
|
|
4722
|
-
|
|
4723
|
-
|
|
4724
|
-
|
|
4722
|
+
* @name RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
|
|
4723
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
|
|
4724
|
+
*/
|
|
4725
4725
|
let RecommendationSubscriptionStatus;
|
|
4726
4726
|
(function (RecommendationSubscriptionStatus) {
|
|
4727
4727
|
RecommendationSubscriptionStatus[RecommendationSubscriptionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4730,9 +4730,9 @@ var enums;
|
|
|
4730
4730
|
RecommendationSubscriptionStatus[RecommendationSubscriptionStatus["PAUSED"] = 3] = "PAUSED";
|
|
4731
4731
|
})(RecommendationSubscriptionStatus = enums.RecommendationSubscriptionStatus || (enums.RecommendationSubscriptionStatus = {}));
|
|
4732
4732
|
/**
|
|
4733
|
-
|
|
4734
|
-
|
|
4735
|
-
|
|
4733
|
+
* @name ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4734
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4735
|
+
*/
|
|
4736
4736
|
let ResourceChangeOperation;
|
|
4737
4737
|
(function (ResourceChangeOperation) {
|
|
4738
4738
|
ResourceChangeOperation[ResourceChangeOperation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4742,9 +4742,9 @@ var enums;
|
|
|
4742
4742
|
ResourceChangeOperation[ResourceChangeOperation["REMOVE"] = 4] = "REMOVE";
|
|
4743
4743
|
})(ResourceChangeOperation = enums.ResourceChangeOperation || (enums.ResourceChangeOperation = {}));
|
|
4744
4744
|
/**
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4745
|
+
* @name ResourceLimitTypeEnum.ResourceLimitType
|
|
4746
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ResourceLimitTypeEnum.ResourceLimitType
|
|
4747
|
+
*/
|
|
4748
4748
|
let ResourceLimitType;
|
|
4749
4749
|
(function (ResourceLimitType) {
|
|
4750
4750
|
ResourceLimitType[ResourceLimitType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4897,9 +4897,9 @@ var enums;
|
|
|
4897
4897
|
ResourceLimitType[ResourceLimitType["WHATSAPP_BUSINESS_MESSAGE_ASSET_LINKS_PER_AD_GROUP"] = 190] = "WHATSAPP_BUSINESS_MESSAGE_ASSET_LINKS_PER_AD_GROUP";
|
|
4898
4898
|
})(ResourceLimitType = enums.ResourceLimitType || (enums.ResourceLimitType = {}));
|
|
4899
4899
|
/**
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4900
|
+
* @name ResponseContentTypeEnum.ResponseContentType
|
|
4901
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ResponseContentTypeEnum.ResponseContentType
|
|
4902
|
+
*/
|
|
4903
4903
|
let ResponseContentType;
|
|
4904
4904
|
(function (ResponseContentType) {
|
|
4905
4905
|
ResponseContentType[ResponseContentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4907,9 +4907,9 @@ var enums;
|
|
|
4907
4907
|
ResponseContentType[ResponseContentType["MUTABLE_RESOURCE"] = 2] = "MUTABLE_RESOURCE";
|
|
4908
4908
|
})(ResponseContentType = enums.ResponseContentType || (enums.ResponseContentType = {}));
|
|
4909
4909
|
/**
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4910
|
+
* @name SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
4911
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
4912
|
+
*/
|
|
4913
4913
|
let SearchTermTargetingStatus;
|
|
4914
4914
|
(function (SearchTermTargetingStatus) {
|
|
4915
4915
|
SearchTermTargetingStatus[SearchTermTargetingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4920,9 +4920,9 @@ var enums;
|
|
|
4920
4920
|
SearchTermTargetingStatus[SearchTermTargetingStatus["NONE"] = 5] = "NONE";
|
|
4921
4921
|
})(SearchTermTargetingStatus = enums.SearchTermTargetingStatus || (enums.SearchTermTargetingStatus = {}));
|
|
4922
4922
|
/**
|
|
4923
|
-
|
|
4924
|
-
|
|
4925
|
-
|
|
4923
|
+
* @name SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4924
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4925
|
+
*/
|
|
4926
4926
|
let SeasonalityEventScope;
|
|
4927
4927
|
(function (SeasonalityEventScope) {
|
|
4928
4928
|
SeasonalityEventScope[SeasonalityEventScope["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4932,9 +4932,9 @@ var enums;
|
|
|
4932
4932
|
SeasonalityEventScope[SeasonalityEventScope["CHANNEL"] = 5] = "CHANNEL";
|
|
4933
4933
|
})(SeasonalityEventScope = enums.SeasonalityEventScope || (enums.SeasonalityEventScope = {}));
|
|
4934
4934
|
/**
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
4935
|
+
* @name SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4936
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4937
|
+
*/
|
|
4938
4938
|
let SeasonalityEventStatus;
|
|
4939
4939
|
(function (SeasonalityEventStatus) {
|
|
4940
4940
|
SeasonalityEventStatus[SeasonalityEventStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4943,9 +4943,9 @@ var enums;
|
|
|
4943
4943
|
SeasonalityEventStatus[SeasonalityEventStatus["REMOVED"] = 4] = "REMOVED";
|
|
4944
4944
|
})(SeasonalityEventStatus = enums.SeasonalityEventStatus || (enums.SeasonalityEventStatus = {}));
|
|
4945
4945
|
/**
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
4946
|
+
* @name SharedSetStatusEnum.SharedSetStatus
|
|
4947
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SharedSetStatusEnum.SharedSetStatus
|
|
4948
|
+
*/
|
|
4949
4949
|
let SharedSetStatus;
|
|
4950
4950
|
(function (SharedSetStatus) {
|
|
4951
4951
|
SharedSetStatus[SharedSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4954,9 +4954,9 @@ var enums;
|
|
|
4954
4954
|
SharedSetStatus[SharedSetStatus["REMOVED"] = 3] = "REMOVED";
|
|
4955
4955
|
})(SharedSetStatus = enums.SharedSetStatus || (enums.SharedSetStatus = {}));
|
|
4956
4956
|
/**
|
|
4957
|
-
|
|
4958
|
-
|
|
4959
|
-
|
|
4957
|
+
* @name SharedSetTypeEnum.SharedSetType
|
|
4958
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SharedSetTypeEnum.SharedSetType
|
|
4959
|
+
*/
|
|
4960
4960
|
let SharedSetType;
|
|
4961
4961
|
(function (SharedSetType) {
|
|
4962
4962
|
SharedSetType[SharedSetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4968,9 +4968,9 @@ var enums;
|
|
|
4968
4968
|
SharedSetType[SharedSetType["WEBPAGES"] = 6] = "WEBPAGES";
|
|
4969
4969
|
})(SharedSetType = enums.SharedSetType || (enums.SharedSetType = {}));
|
|
4970
4970
|
/**
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
|
|
4971
|
+
* @name ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
|
|
4972
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
|
|
4973
|
+
*/
|
|
4974
4974
|
let ShoppingAddProductsToCampaignRecommendation;
|
|
4975
4975
|
(function (ShoppingAddProductsToCampaignRecommendation) {
|
|
4976
4976
|
ShoppingAddProductsToCampaignRecommendation[ShoppingAddProductsToCampaignRecommendation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4981,9 +4981,9 @@ var enums;
|
|
|
4981
4981
|
ShoppingAddProductsToCampaignRecommendation[ShoppingAddProductsToCampaignRecommendation["ALL_PRODUCTS_ARE_EXCLUDED_FROM_CAMPAIGN"] = 5] = "ALL_PRODUCTS_ARE_EXCLUDED_FROM_CAMPAIGN";
|
|
4982
4982
|
})(ShoppingAddProductsToCampaignRecommendation = enums.ShoppingAddProductsToCampaignRecommendation || (enums.ShoppingAddProductsToCampaignRecommendation = {}));
|
|
4983
4983
|
/**
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
|
|
4984
|
+
* @name SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4985
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4986
|
+
*/
|
|
4987
4987
|
let SimulationModificationMethod;
|
|
4988
4988
|
(function (SimulationModificationMethod) {
|
|
4989
4989
|
SimulationModificationMethod[SimulationModificationMethod["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -4993,9 +4993,9 @@ var enums;
|
|
|
4993
4993
|
SimulationModificationMethod[SimulationModificationMethod["SCALING"] = 4] = "SCALING";
|
|
4994
4994
|
})(SimulationModificationMethod = enums.SimulationModificationMethod || (enums.SimulationModificationMethod = {}));
|
|
4995
4995
|
/**
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
|
|
4996
|
+
* @name SimulationTypeEnum.SimulationType
|
|
4997
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SimulationTypeEnum.SimulationType
|
|
4998
|
+
*/
|
|
4999
4999
|
let SimulationType;
|
|
5000
5000
|
(function (SimulationType) {
|
|
5001
5001
|
SimulationType[SimulationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5010,9 +5010,9 @@ var enums;
|
|
|
5010
5010
|
SimulationType[SimulationType["BUDGET"] = 9] = "BUDGET";
|
|
5011
5011
|
})(SimulationType = enums.SimulationType || (enums.SimulationType = {}));
|
|
5012
5012
|
/**
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
|
|
5013
|
+
* @name SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
5014
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
5015
|
+
*/
|
|
5016
5016
|
let SmartCampaignNotEligibleReason;
|
|
5017
5017
|
(function (SmartCampaignNotEligibleReason) {
|
|
5018
5018
|
SmartCampaignNotEligibleReason[SmartCampaignNotEligibleReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5023,9 +5023,9 @@ var enums;
|
|
|
5023
5023
|
SmartCampaignNotEligibleReason[SmartCampaignNotEligibleReason["ALL_ADS_DISAPPROVED"] = 5] = "ALL_ADS_DISAPPROVED";
|
|
5024
5024
|
})(SmartCampaignNotEligibleReason = enums.SmartCampaignNotEligibleReason || (enums.SmartCampaignNotEligibleReason = {}));
|
|
5025
5025
|
/**
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
|
|
5026
|
+
* @name SmartCampaignStatusEnum.SmartCampaignStatus
|
|
5027
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SmartCampaignStatusEnum.SmartCampaignStatus
|
|
5028
|
+
*/
|
|
5029
5029
|
let SmartCampaignStatus;
|
|
5030
5030
|
(function (SmartCampaignStatus) {
|
|
5031
5031
|
SmartCampaignStatus[SmartCampaignStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5038,9 +5038,9 @@ var enums;
|
|
|
5038
5038
|
SmartCampaignStatus[SmartCampaignStatus["ENDED"] = 7] = "ENDED";
|
|
5039
5039
|
})(SmartCampaignStatus = enums.SmartCampaignStatus || (enums.SmartCampaignStatus = {}));
|
|
5040
5040
|
/**
|
|
5041
|
-
|
|
5042
|
-
|
|
5043
|
-
|
|
5041
|
+
* @name SpendingLimitTypeEnum.SpendingLimitType
|
|
5042
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SpendingLimitTypeEnum.SpendingLimitType
|
|
5043
|
+
*/
|
|
5044
5044
|
let SpendingLimitType;
|
|
5045
5045
|
(function (SpendingLimitType) {
|
|
5046
5046
|
SpendingLimitType[SpendingLimitType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5048,9 +5048,9 @@ var enums;
|
|
|
5048
5048
|
SpendingLimitType[SpendingLimitType["INFINITE"] = 2] = "INFINITE";
|
|
5049
5049
|
})(SpendingLimitType = enums.SpendingLimitType || (enums.SpendingLimitType = {}));
|
|
5050
5050
|
/**
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5051
|
+
* @name SummaryRowSettingEnum.SummaryRowSetting
|
|
5052
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SummaryRowSettingEnum.SummaryRowSetting
|
|
5053
|
+
*/
|
|
5054
5054
|
let SummaryRowSetting;
|
|
5055
5055
|
(function (SummaryRowSetting) {
|
|
5056
5056
|
SummaryRowSetting[SummaryRowSetting["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5060,9 +5060,9 @@ var enums;
|
|
|
5060
5060
|
SummaryRowSetting[SummaryRowSetting["SUMMARY_ROW_ONLY"] = 4] = "SUMMARY_ROW_ONLY";
|
|
5061
5061
|
})(SummaryRowSetting = enums.SummaryRowSetting || (enums.SummaryRowSetting = {}));
|
|
5062
5062
|
/**
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5063
|
+
* @name SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
5064
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
5065
|
+
*/
|
|
5066
5066
|
let SystemManagedResourceSource;
|
|
5067
5067
|
(function (SystemManagedResourceSource) {
|
|
5068
5068
|
SystemManagedResourceSource[SystemManagedResourceSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5070,9 +5070,9 @@ var enums;
|
|
|
5070
5070
|
SystemManagedResourceSource[SystemManagedResourceSource["AD_VARIATIONS"] = 2] = "AD_VARIATIONS";
|
|
5071
5071
|
})(SystemManagedResourceSource = enums.SystemManagedResourceSource || (enums.SystemManagedResourceSource = {}));
|
|
5072
5072
|
/**
|
|
5073
|
-
|
|
5074
|
-
|
|
5075
|
-
|
|
5073
|
+
* @name TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
5074
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
5075
|
+
*/
|
|
5076
5076
|
let TargetCpaOptInRecommendationGoal;
|
|
5077
5077
|
(function (TargetCpaOptInRecommendationGoal) {
|
|
5078
5078
|
TargetCpaOptInRecommendationGoal[TargetCpaOptInRecommendationGoal["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5083,9 +5083,9 @@ var enums;
|
|
|
5083
5083
|
TargetCpaOptInRecommendationGoal[TargetCpaOptInRecommendationGoal["CLOSEST_CPA"] = 5] = "CLOSEST_CPA";
|
|
5084
5084
|
})(TargetCpaOptInRecommendationGoal = enums.TargetCpaOptInRecommendationGoal || (enums.TargetCpaOptInRecommendationGoal = {}));
|
|
5085
5085
|
/**
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
|
|
5086
|
+
* @name TimeTypeEnum.TimeType
|
|
5087
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/TimeTypeEnum.TimeType
|
|
5088
|
+
*/
|
|
5089
5089
|
let TimeType;
|
|
5090
5090
|
(function (TimeType) {
|
|
5091
5091
|
TimeType[TimeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5094,9 +5094,9 @@ var enums;
|
|
|
5094
5094
|
TimeType[TimeType["FOREVER"] = 3] = "FOREVER";
|
|
5095
5095
|
})(TimeType = enums.TimeType || (enums.TimeType = {}));
|
|
5096
5096
|
/**
|
|
5097
|
-
|
|
5098
|
-
|
|
5099
|
-
|
|
5097
|
+
* @name UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
5098
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
5099
|
+
*/
|
|
5100
5100
|
let UserInterestTaxonomyType;
|
|
5101
5101
|
(function (UserInterestTaxonomyType) {
|
|
5102
5102
|
UserInterestTaxonomyType[UserInterestTaxonomyType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5108,9 +5108,9 @@ var enums;
|
|
|
5108
5108
|
UserInterestTaxonomyType[UserInterestTaxonomyType["NEW_SMART_PHONE_USER"] = 6] = "NEW_SMART_PHONE_USER";
|
|
5109
5109
|
})(UserInterestTaxonomyType = enums.UserInterestTaxonomyType || (enums.UserInterestTaxonomyType = {}));
|
|
5110
5110
|
/**
|
|
5111
|
-
|
|
5112
|
-
|
|
5113
|
-
|
|
5111
|
+
* @name UserListAccessStatusEnum.UserListAccessStatus
|
|
5112
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListAccessStatusEnum.UserListAccessStatus
|
|
5113
|
+
*/
|
|
5114
5114
|
let UserListAccessStatus;
|
|
5115
5115
|
(function (UserListAccessStatus) {
|
|
5116
5116
|
UserListAccessStatus[UserListAccessStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5119,9 +5119,9 @@ var enums;
|
|
|
5119
5119
|
UserListAccessStatus[UserListAccessStatus["DISABLED"] = 3] = "DISABLED";
|
|
5120
5120
|
})(UserListAccessStatus = enums.UserListAccessStatus || (enums.UserListAccessStatus = {}));
|
|
5121
5121
|
/**
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5122
|
+
* @name UserListClosingReasonEnum.UserListClosingReason
|
|
5123
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListClosingReasonEnum.UserListClosingReason
|
|
5124
|
+
*/
|
|
5125
5125
|
let UserListClosingReason;
|
|
5126
5126
|
(function (UserListClosingReason) {
|
|
5127
5127
|
UserListClosingReason[UserListClosingReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5129,9 +5129,9 @@ var enums;
|
|
|
5129
5129
|
UserListClosingReason[UserListClosingReason["UNUSED"] = 2] = "UNUSED";
|
|
5130
5130
|
})(UserListClosingReason = enums.UserListClosingReason || (enums.UserListClosingReason = {}));
|
|
5131
5131
|
/**
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5132
|
+
* @name UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
|
|
5133
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
|
|
5134
|
+
*/
|
|
5135
5135
|
let UserListCustomerTypeCategory;
|
|
5136
5136
|
(function (UserListCustomerTypeCategory) {
|
|
5137
5137
|
UserListCustomerTypeCategory[UserListCustomerTypeCategory["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5154,9 +5154,9 @@ var enums;
|
|
|
5154
5154
|
UserListCustomerTypeCategory[UserListCustomerTypeCategory["LOYALTY_TIER_7_MEMBERS"] = 17] = "LOYALTY_TIER_7_MEMBERS";
|
|
5155
5155
|
})(UserListCustomerTypeCategory = enums.UserListCustomerTypeCategory || (enums.UserListCustomerTypeCategory = {}));
|
|
5156
5156
|
/**
|
|
5157
|
-
|
|
5158
|
-
|
|
5159
|
-
|
|
5157
|
+
* @name UserListMembershipStatusEnum.UserListMembershipStatus
|
|
5158
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListMembershipStatusEnum.UserListMembershipStatus
|
|
5159
|
+
*/
|
|
5160
5160
|
let UserListMembershipStatus;
|
|
5161
5161
|
(function (UserListMembershipStatus) {
|
|
5162
5162
|
UserListMembershipStatus[UserListMembershipStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5165,9 +5165,9 @@ var enums;
|
|
|
5165
5165
|
UserListMembershipStatus[UserListMembershipStatus["CLOSED"] = 3] = "CLOSED";
|
|
5166
5166
|
})(UserListMembershipStatus = enums.UserListMembershipStatus || (enums.UserListMembershipStatus = {}));
|
|
5167
5167
|
/**
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
|
|
5168
|
+
* @name UserListSizeRangeEnum.UserListSizeRange
|
|
5169
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListSizeRangeEnum.UserListSizeRange
|
|
5170
|
+
*/
|
|
5171
5171
|
let UserListSizeRange;
|
|
5172
5172
|
(function (UserListSizeRange) {
|
|
5173
5173
|
UserListSizeRange[UserListSizeRange["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5190,9 +5190,9 @@ var enums;
|
|
|
5190
5190
|
UserListSizeRange[UserListSizeRange["OVER_FIFTY_MILLION"] = 17] = "OVER_FIFTY_MILLION";
|
|
5191
5191
|
})(UserListSizeRange = enums.UserListSizeRange || (enums.UserListSizeRange = {}));
|
|
5192
5192
|
/**
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
|
|
5193
|
+
* @name UserListTypeEnum.UserListType
|
|
5194
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListTypeEnum.UserListType
|
|
5195
|
+
*/
|
|
5196
5196
|
let UserListType;
|
|
5197
5197
|
(function (UserListType) {
|
|
5198
5198
|
UserListType[UserListType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5206,9 +5206,9 @@ var enums;
|
|
|
5206
5206
|
UserListType[UserListType["LOOKALIKE"] = 9] = "LOOKALIKE";
|
|
5207
5207
|
})(UserListType = enums.UserListType || (enums.UserListType = {}));
|
|
5208
5208
|
/**
|
|
5209
|
-
|
|
5210
|
-
|
|
5211
|
-
|
|
5209
|
+
* @name ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
5210
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
5211
|
+
*/
|
|
5212
5212
|
let ValueRuleDeviceType;
|
|
5213
5213
|
(function (ValueRuleDeviceType) {
|
|
5214
5214
|
ValueRuleDeviceType[ValueRuleDeviceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5218,9 +5218,9 @@ var enums;
|
|
|
5218
5218
|
ValueRuleDeviceType[ValueRuleDeviceType["TABLET"] = 4] = "TABLET";
|
|
5219
5219
|
})(ValueRuleDeviceType = enums.ValueRuleDeviceType || (enums.ValueRuleDeviceType = {}));
|
|
5220
5220
|
/**
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
|
|
5221
|
+
* @name ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
5222
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
5223
|
+
*/
|
|
5224
5224
|
let ValueRuleGeoLocationMatchType;
|
|
5225
5225
|
(function (ValueRuleGeoLocationMatchType) {
|
|
5226
5226
|
ValueRuleGeoLocationMatchType[ValueRuleGeoLocationMatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5229,9 +5229,9 @@ var enums;
|
|
|
5229
5229
|
ValueRuleGeoLocationMatchType[ValueRuleGeoLocationMatchType["LOCATION_OF_PRESENCE"] = 3] = "LOCATION_OF_PRESENCE";
|
|
5230
5230
|
})(ValueRuleGeoLocationMatchType = enums.ValueRuleGeoLocationMatchType || (enums.ValueRuleGeoLocationMatchType = {}));
|
|
5231
5231
|
/**
|
|
5232
|
-
|
|
5233
|
-
|
|
5234
|
-
|
|
5232
|
+
* @name ValueRuleOperationEnum.ValueRuleOperation
|
|
5233
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ValueRuleOperationEnum.ValueRuleOperation
|
|
5234
|
+
*/
|
|
5235
5235
|
let ValueRuleOperation;
|
|
5236
5236
|
(function (ValueRuleOperation) {
|
|
5237
5237
|
ValueRuleOperation[ValueRuleOperation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5241,9 +5241,9 @@ var enums;
|
|
|
5241
5241
|
ValueRuleOperation[ValueRuleOperation["SET"] = 4] = "SET";
|
|
5242
5242
|
})(ValueRuleOperation = enums.ValueRuleOperation || (enums.ValueRuleOperation = {}));
|
|
5243
5243
|
/**
|
|
5244
|
-
|
|
5245
|
-
|
|
5246
|
-
|
|
5244
|
+
* @name ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
5245
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
5246
|
+
*/
|
|
5247
5247
|
let ValueRuleSetAttachmentType;
|
|
5248
5248
|
(function (ValueRuleSetAttachmentType) {
|
|
5249
5249
|
ValueRuleSetAttachmentType[ValueRuleSetAttachmentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5252,9 +5252,9 @@ var enums;
|
|
|
5252
5252
|
ValueRuleSetAttachmentType[ValueRuleSetAttachmentType["CAMPAIGN"] = 3] = "CAMPAIGN";
|
|
5253
5253
|
})(ValueRuleSetAttachmentType = enums.ValueRuleSetAttachmentType || (enums.ValueRuleSetAttachmentType = {}));
|
|
5254
5254
|
/**
|
|
5255
|
-
|
|
5256
|
-
|
|
5257
|
-
|
|
5255
|
+
* @name ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
5256
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
5257
|
+
*/
|
|
5258
5258
|
let ValueRuleSetDimension;
|
|
5259
5259
|
(function (ValueRuleSetDimension) {
|
|
5260
5260
|
ValueRuleSetDimension[ValueRuleSetDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5266,9 +5266,9 @@ var enums;
|
|
|
5266
5266
|
ValueRuleSetDimension[ValueRuleSetDimension["ITINERARY"] = 6] = "ITINERARY";
|
|
5267
5267
|
})(ValueRuleSetDimension = enums.ValueRuleSetDimension || (enums.ValueRuleSetDimension = {}));
|
|
5268
5268
|
/**
|
|
5269
|
-
|
|
5270
|
-
|
|
5271
|
-
|
|
5269
|
+
* @name VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
5270
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
5271
|
+
*/
|
|
5272
5272
|
let VanityPharmaDisplayUrlMode;
|
|
5273
5273
|
(function (VanityPharmaDisplayUrlMode) {
|
|
5274
5274
|
VanityPharmaDisplayUrlMode[VanityPharmaDisplayUrlMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5277,9 +5277,9 @@ var enums;
|
|
|
5277
5277
|
VanityPharmaDisplayUrlMode[VanityPharmaDisplayUrlMode["WEBSITE_DESCRIPTION"] = 3] = "WEBSITE_DESCRIPTION";
|
|
5278
5278
|
})(VanityPharmaDisplayUrlMode = enums.VanityPharmaDisplayUrlMode || (enums.VanityPharmaDisplayUrlMode = {}));
|
|
5279
5279
|
/**
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
|
|
5280
|
+
* @name VanityPharmaTextEnum.VanityPharmaText
|
|
5281
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/VanityPharmaTextEnum.VanityPharmaText
|
|
5282
|
+
*/
|
|
5283
5283
|
let VanityPharmaText;
|
|
5284
5284
|
(function (VanityPharmaText) {
|
|
5285
5285
|
VanityPharmaText[VanityPharmaText["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
@@ -5298,9 +5298,9 @@ var enums;
|
|
|
5298
5298
|
VanityPharmaText[VanityPharmaText["PRESCRIPTION_VACCINE_WEBSITE_ES"] = 13] = "PRESCRIPTION_VACCINE_WEBSITE_ES";
|
|
5299
5299
|
})(VanityPharmaText = enums.VanityPharmaText || (enums.VanityPharmaText = {}));
|
|
5300
5300
|
/**
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5301
|
+
* @name VideoAdFormatRestrictionEnum.VideoAdFormatRestriction
|
|
5302
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/VideoAdFormatRestrictionEnum.VideoAdFormatRestriction
|
|
5303
|
+
*/
|
|
5304
5304
|
let VideoAdFormatRestriction;
|
|
5305
5305
|
(function (VideoAdFormatRestriction) {
|
|
5306
5306
|
VideoAdFormatRestriction[VideoAdFormatRestriction["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|