google-ads-api 19.1.0-beta.1 → 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 +6 -6
- 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 +397 -338
- package/build/src/protos/autogen/enums.js +397 -333
- package/build/src/protos/autogen/fields.d.ts +97 -93
- package/build/src/protos/autogen/fields.js +6 -1
- package/build/src/protos/autogen/serviceFactory.d.ts +174 -170
- package/build/src/protos/autogen/serviceFactory.js +234 -171
- package/build/src/protos/index.d.ts +7 -7
- package/build/src/protos/index.js +7 -6
- package/build/src/query.js +1 -1
- package/build/src/service.d.ts +2 -1
- package/build/src/service.js +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/build/src/version.d.ts +1 -1
- package/build/src/version.js +1 -1
- package/package.json +17 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare namespace enums {
|
|
2
2
|
/**
|
|
3
3
|
* @name PolicyTopicEntryTypeEnum.PolicyTopicEntryType
|
|
4
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PolicyTopicEntryTypeEnum.PolicyTopicEntryType
|
|
5
5
|
*/
|
|
6
6
|
enum PolicyTopicEntryType {
|
|
7
7
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -15,7 +15,7 @@ export declare namespace enums {
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* @name PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
|
|
18
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
18
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
|
|
19
19
|
*/
|
|
20
20
|
enum PolicyTopicEvidenceDestinationMismatchUrlType {
|
|
21
21
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -28,7 +28,7 @@ export declare namespace enums {
|
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
30
|
* @name PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
|
|
31
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
31
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
|
|
32
32
|
*/
|
|
33
33
|
enum PolicyTopicEvidenceDestinationNotWorkingDevice {
|
|
34
34
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -39,7 +39,7 @@ export declare namespace enums {
|
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* @name PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
|
|
42
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
42
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
|
|
43
43
|
*/
|
|
44
44
|
enum PolicyTopicEvidenceDestinationNotWorkingDnsErrorType {
|
|
45
45
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -49,7 +49,7 @@ export declare namespace enums {
|
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* @name AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus
|
|
52
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
52
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus
|
|
53
53
|
*/
|
|
54
54
|
enum AssetLinkPrimaryStatus {
|
|
55
55
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -63,7 +63,7 @@ export declare namespace enums {
|
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* @name AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason
|
|
66
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
66
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason
|
|
67
67
|
*/
|
|
68
68
|
enum AssetLinkPrimaryStatusReason {
|
|
69
69
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -76,7 +76,7 @@ export declare namespace enums {
|
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
78
78
|
* @name AssetOfflineEvaluationErrorReasonsEnum.AssetOfflineEvaluationErrorReasons
|
|
79
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
79
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetOfflineEvaluationErrorReasonsEnum.AssetOfflineEvaluationErrorReasons
|
|
80
80
|
*/
|
|
81
81
|
enum AssetOfflineEvaluationErrorReasons {
|
|
82
82
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -91,7 +91,7 @@ export declare namespace enums {
|
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
93
93
|
* @name PolicyApprovalStatusEnum.PolicyApprovalStatus
|
|
94
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
94
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PolicyApprovalStatusEnum.PolicyApprovalStatus
|
|
95
95
|
*/
|
|
96
96
|
enum PolicyApprovalStatus {
|
|
97
97
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -103,7 +103,7 @@ export declare namespace enums {
|
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* @name PolicyReviewStatusEnum.PolicyReviewStatus
|
|
106
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
106
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PolicyReviewStatusEnum.PolicyReviewStatus
|
|
107
107
|
*/
|
|
108
108
|
enum PolicyReviewStatus {
|
|
109
109
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -115,7 +115,7 @@ export declare namespace enums {
|
|
|
115
115
|
}
|
|
116
116
|
/**
|
|
117
117
|
* @name AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
118
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
118
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
119
119
|
*/
|
|
120
120
|
enum AssetPerformanceLabel {
|
|
121
121
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -128,7 +128,7 @@ export declare namespace enums {
|
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* @name ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
131
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
131
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
132
132
|
*/
|
|
133
133
|
enum ServedAssetFieldType {
|
|
134
134
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -166,7 +166,7 @@ export declare namespace enums {
|
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
168
|
* @name CallConversionReportingStateEnum.CallConversionReportingState
|
|
169
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
169
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CallConversionReportingStateEnum.CallConversionReportingState
|
|
170
170
|
*/
|
|
171
171
|
enum CallConversionReportingState {
|
|
172
172
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -177,7 +177,7 @@ export declare namespace enums {
|
|
|
177
177
|
}
|
|
178
178
|
/**
|
|
179
179
|
* @name DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
180
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
180
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
181
181
|
*/
|
|
182
182
|
enum DisplayAdFormatSetting {
|
|
183
183
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -188,7 +188,7 @@ export declare namespace enums {
|
|
|
188
188
|
}
|
|
189
189
|
/**
|
|
190
190
|
* @name DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
191
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
191
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
192
192
|
*/
|
|
193
193
|
enum DisplayUploadProductType {
|
|
194
194
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -206,7 +206,7 @@ export declare namespace enums {
|
|
|
206
206
|
}
|
|
207
207
|
/**
|
|
208
208
|
* @name LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
209
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
209
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
210
210
|
*/
|
|
211
211
|
enum LegacyAppInstallAdAppStore {
|
|
212
212
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -219,7 +219,7 @@ export declare namespace enums {
|
|
|
219
219
|
}
|
|
220
220
|
/**
|
|
221
221
|
* @name MimeTypeEnum.MimeType
|
|
222
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
222
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/MimeTypeEnum.MimeType
|
|
223
223
|
*/
|
|
224
224
|
enum MimeType {
|
|
225
225
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -239,7 +239,7 @@ export declare namespace enums {
|
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
241
|
* @name VideoThumbnailEnum.VideoThumbnail
|
|
242
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
242
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/VideoThumbnailEnum.VideoThumbnail
|
|
243
243
|
*/
|
|
244
244
|
enum VideoThumbnail {
|
|
245
245
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -249,9 +249,19 @@ export declare namespace enums {
|
|
|
249
249
|
THUMBNAIL_2 = 4,// THUMBNAIL_2
|
|
250
250
|
THUMBNAIL_3 = 5
|
|
251
251
|
}
|
|
252
|
+
/**
|
|
253
|
+
* @name ApplicationInstanceEnum.ApplicationInstance
|
|
254
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ApplicationInstanceEnum.ApplicationInstance
|
|
255
|
+
*/
|
|
256
|
+
enum ApplicationInstance {
|
|
257
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
258
|
+
UNKNOWN = 1,// UNKNOWN
|
|
259
|
+
DEVELOPMENT_AND_TESTING = 2,// DEVELOPMENT_AND_TESTING
|
|
260
|
+
PRODUCTION = 3
|
|
261
|
+
}
|
|
252
262
|
/**
|
|
253
263
|
* @name ChainRelationshipTypeEnum.ChainRelationshipType
|
|
254
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
264
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ChainRelationshipTypeEnum.ChainRelationshipType
|
|
255
265
|
*/
|
|
256
266
|
enum ChainRelationshipType {
|
|
257
267
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -261,7 +271,7 @@ export declare namespace enums {
|
|
|
261
271
|
}
|
|
262
272
|
/**
|
|
263
273
|
* @name LocationOwnershipTypeEnum.LocationOwnershipType
|
|
264
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
274
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocationOwnershipTypeEnum.LocationOwnershipType
|
|
265
275
|
*/
|
|
266
276
|
enum LocationOwnershipType {
|
|
267
277
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -271,7 +281,7 @@ export declare namespace enums {
|
|
|
271
281
|
}
|
|
272
282
|
/**
|
|
273
283
|
* @name LocationStringFilterTypeEnum.LocationStringFilterType
|
|
274
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
284
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocationStringFilterTypeEnum.LocationStringFilterType
|
|
275
285
|
*/
|
|
276
286
|
enum LocationStringFilterType {
|
|
277
287
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -280,7 +290,7 @@ export declare namespace enums {
|
|
|
280
290
|
}
|
|
281
291
|
/**
|
|
282
292
|
* @name AgeRangeTypeEnum.AgeRangeType
|
|
283
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
293
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AgeRangeTypeEnum.AgeRangeType
|
|
284
294
|
*/
|
|
285
295
|
enum AgeRangeType {
|
|
286
296
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -295,7 +305,7 @@ export declare namespace enums {
|
|
|
295
305
|
}
|
|
296
306
|
/**
|
|
297
307
|
* @name AppPaymentModelTypeEnum.AppPaymentModelType
|
|
298
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
308
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AppPaymentModelTypeEnum.AppPaymentModelType
|
|
299
309
|
*/
|
|
300
310
|
enum AppPaymentModelType {
|
|
301
311
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -304,7 +314,7 @@ export declare namespace enums {
|
|
|
304
314
|
}
|
|
305
315
|
/**
|
|
306
316
|
* @name BrandRequestRejectionReasonEnum.BrandRequestRejectionReason
|
|
307
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
317
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BrandRequestRejectionReasonEnum.BrandRequestRejectionReason
|
|
308
318
|
*/
|
|
309
319
|
enum BrandRequestRejectionReason {
|
|
310
320
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -316,7 +326,7 @@ export declare namespace enums {
|
|
|
316
326
|
}
|
|
317
327
|
/**
|
|
318
328
|
* @name BrandStateEnum.BrandState
|
|
319
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
329
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BrandStateEnum.BrandState
|
|
320
330
|
*/
|
|
321
331
|
enum BrandState {
|
|
322
332
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -330,7 +340,7 @@ export declare namespace enums {
|
|
|
330
340
|
}
|
|
331
341
|
/**
|
|
332
342
|
* @name ContentLabelTypeEnum.ContentLabelType
|
|
333
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
343
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ContentLabelTypeEnum.ContentLabelType
|
|
334
344
|
*/
|
|
335
345
|
enum ContentLabelType {
|
|
336
346
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -363,7 +373,7 @@ export declare namespace enums {
|
|
|
363
373
|
}
|
|
364
374
|
/**
|
|
365
375
|
* @name DayOfWeekEnum.DayOfWeek
|
|
366
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
376
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DayOfWeekEnum.DayOfWeek
|
|
367
377
|
*/
|
|
368
378
|
enum DayOfWeek {
|
|
369
379
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -378,7 +388,7 @@ export declare namespace enums {
|
|
|
378
388
|
}
|
|
379
389
|
/**
|
|
380
390
|
* @name DeviceEnum.Device
|
|
381
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
391
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DeviceEnum.Device
|
|
382
392
|
*/
|
|
383
393
|
enum Device {
|
|
384
394
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -391,7 +401,7 @@ export declare namespace enums {
|
|
|
391
401
|
}
|
|
392
402
|
/**
|
|
393
403
|
* @name GenderTypeEnum.GenderType
|
|
394
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
404
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/GenderTypeEnum.GenderType
|
|
395
405
|
*/
|
|
396
406
|
enum GenderType {
|
|
397
407
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -402,7 +412,7 @@ export declare namespace enums {
|
|
|
402
412
|
}
|
|
403
413
|
/**
|
|
404
414
|
* @name HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
405
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
415
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
406
416
|
*/
|
|
407
417
|
enum HotelDateSelectionType {
|
|
408
418
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -412,7 +422,7 @@ export declare namespace enums {
|
|
|
412
422
|
}
|
|
413
423
|
/**
|
|
414
424
|
* @name IncomeRangeTypeEnum.IncomeRangeType
|
|
415
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
425
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/IncomeRangeTypeEnum.IncomeRangeType
|
|
416
426
|
*/
|
|
417
427
|
enum IncomeRangeType {
|
|
418
428
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -427,7 +437,7 @@ export declare namespace enums {
|
|
|
427
437
|
}
|
|
428
438
|
/**
|
|
429
439
|
* @name InteractionTypeEnum.InteractionType
|
|
430
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
440
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/InteractionTypeEnum.InteractionType
|
|
431
441
|
*/
|
|
432
442
|
enum InteractionType {
|
|
433
443
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -436,7 +446,7 @@ export declare namespace enums {
|
|
|
436
446
|
}
|
|
437
447
|
/**
|
|
438
448
|
* @name KeywordMatchTypeEnum.KeywordMatchType
|
|
439
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
449
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/KeywordMatchTypeEnum.KeywordMatchType
|
|
440
450
|
*/
|
|
441
451
|
enum KeywordMatchType {
|
|
442
452
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -447,7 +457,7 @@ export declare namespace enums {
|
|
|
447
457
|
}
|
|
448
458
|
/**
|
|
449
459
|
* @name ListingGroupTypeEnum.ListingGroupType
|
|
450
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
460
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupTypeEnum.ListingGroupType
|
|
451
461
|
*/
|
|
452
462
|
enum ListingGroupType {
|
|
453
463
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -457,7 +467,7 @@ export declare namespace enums {
|
|
|
457
467
|
}
|
|
458
468
|
/**
|
|
459
469
|
* @name LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
460
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
470
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
461
471
|
*/
|
|
462
472
|
enum LocationGroupRadiusUnits {
|
|
463
473
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -468,7 +478,7 @@ export declare namespace enums {
|
|
|
468
478
|
}
|
|
469
479
|
/**
|
|
470
480
|
* @name MinuteOfHourEnum.MinuteOfHour
|
|
471
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
481
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/MinuteOfHourEnum.MinuteOfHour
|
|
472
482
|
*/
|
|
473
483
|
enum MinuteOfHour {
|
|
474
484
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -480,7 +490,7 @@ export declare namespace enums {
|
|
|
480
490
|
}
|
|
481
491
|
/**
|
|
482
492
|
* @name ParentalStatusTypeEnum.ParentalStatusType
|
|
483
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
493
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ParentalStatusTypeEnum.ParentalStatusType
|
|
484
494
|
*/
|
|
485
495
|
enum ParentalStatusType {
|
|
486
496
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -491,7 +501,7 @@ export declare namespace enums {
|
|
|
491
501
|
}
|
|
492
502
|
/**
|
|
493
503
|
* @name ProductCategoryLevelEnum.ProductCategoryLevel
|
|
494
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
504
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductCategoryLevelEnum.ProductCategoryLevel
|
|
495
505
|
*/
|
|
496
506
|
enum ProductCategoryLevel {
|
|
497
507
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -504,7 +514,7 @@ export declare namespace enums {
|
|
|
504
514
|
}
|
|
505
515
|
/**
|
|
506
516
|
* @name ProductChannelEnum.ProductChannel
|
|
507
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
517
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductChannelEnum.ProductChannel
|
|
508
518
|
*/
|
|
509
519
|
enum ProductChannel {
|
|
510
520
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -514,7 +524,7 @@ export declare namespace enums {
|
|
|
514
524
|
}
|
|
515
525
|
/**
|
|
516
526
|
* @name ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
517
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
527
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
518
528
|
*/
|
|
519
529
|
enum ProductChannelExclusivity {
|
|
520
530
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -524,7 +534,7 @@ export declare namespace enums {
|
|
|
524
534
|
}
|
|
525
535
|
/**
|
|
526
536
|
* @name ProductConditionEnum.ProductCondition
|
|
527
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
537
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductConditionEnum.ProductCondition
|
|
528
538
|
*/
|
|
529
539
|
enum ProductCondition {
|
|
530
540
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -535,7 +545,7 @@ export declare namespace enums {
|
|
|
535
545
|
}
|
|
536
546
|
/**
|
|
537
547
|
* @name ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
538
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
548
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
539
549
|
*/
|
|
540
550
|
enum ProductCustomAttributeIndex {
|
|
541
551
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -548,7 +558,7 @@ export declare namespace enums {
|
|
|
548
558
|
}
|
|
549
559
|
/**
|
|
550
560
|
* @name ProductTypeLevelEnum.ProductTypeLevel
|
|
551
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
561
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductTypeLevelEnum.ProductTypeLevel
|
|
552
562
|
*/
|
|
553
563
|
enum ProductTypeLevel {
|
|
554
564
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -561,7 +571,7 @@ export declare namespace enums {
|
|
|
561
571
|
}
|
|
562
572
|
/**
|
|
563
573
|
* @name ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
564
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
574
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
565
575
|
*/
|
|
566
576
|
enum ProximityRadiusUnits {
|
|
567
577
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -571,7 +581,7 @@ export declare namespace enums {
|
|
|
571
581
|
}
|
|
572
582
|
/**
|
|
573
583
|
* @name WebpageConditionOperandEnum.WebpageConditionOperand
|
|
574
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
584
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/WebpageConditionOperandEnum.WebpageConditionOperand
|
|
575
585
|
*/
|
|
576
586
|
enum WebpageConditionOperand {
|
|
577
587
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -584,7 +594,7 @@ export declare namespace enums {
|
|
|
584
594
|
}
|
|
585
595
|
/**
|
|
586
596
|
* @name WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
587
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
597
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
588
598
|
*/
|
|
589
599
|
enum WebpageConditionOperator {
|
|
590
600
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -594,7 +604,7 @@ export declare namespace enums {
|
|
|
594
604
|
}
|
|
595
605
|
/**
|
|
596
606
|
* @name BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType
|
|
597
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
607
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType
|
|
598
608
|
*/
|
|
599
609
|
enum BusinessMessageCallToActionType {
|
|
600
610
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -610,7 +620,7 @@ export declare namespace enums {
|
|
|
610
620
|
}
|
|
611
621
|
/**
|
|
612
622
|
* @name BusinessMessageProviderEnum.BusinessMessageProvider
|
|
613
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
623
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BusinessMessageProviderEnum.BusinessMessageProvider
|
|
614
624
|
*/
|
|
615
625
|
enum BusinessMessageProvider {
|
|
616
626
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -619,7 +629,7 @@ export declare namespace enums {
|
|
|
619
629
|
}
|
|
620
630
|
/**
|
|
621
631
|
* @name CallToActionTypeEnum.CallToActionType
|
|
622
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
632
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CallToActionTypeEnum.CallToActionType
|
|
623
633
|
*/
|
|
624
634
|
enum CallToActionType {
|
|
625
635
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -644,7 +654,7 @@ export declare namespace enums {
|
|
|
644
654
|
}
|
|
645
655
|
/**
|
|
646
656
|
* @name LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
647
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
657
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
648
658
|
*/
|
|
649
659
|
enum LeadFormCallToActionType {
|
|
650
660
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -666,7 +676,7 @@ export declare namespace enums {
|
|
|
666
676
|
}
|
|
667
677
|
/**
|
|
668
678
|
* @name LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
669
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
679
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
670
680
|
*/
|
|
671
681
|
enum LeadFormDesiredIntent {
|
|
672
682
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -676,7 +686,7 @@ export declare namespace enums {
|
|
|
676
686
|
}
|
|
677
687
|
/**
|
|
678
688
|
* @name LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
679
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
689
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
680
690
|
*/
|
|
681
691
|
enum LeadFormFieldUserInputType {
|
|
682
692
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -800,7 +810,7 @@ export declare namespace enums {
|
|
|
800
810
|
}
|
|
801
811
|
/**
|
|
802
812
|
* @name LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
803
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
813
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
804
814
|
*/
|
|
805
815
|
enum LeadFormPostSubmitCallToActionType {
|
|
806
816
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -812,7 +822,7 @@ export declare namespace enums {
|
|
|
812
822
|
}
|
|
813
823
|
/**
|
|
814
824
|
* @name MobileAppVendorEnum.MobileAppVendor
|
|
815
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
825
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/MobileAppVendorEnum.MobileAppVendor
|
|
816
826
|
*/
|
|
817
827
|
enum MobileAppVendor {
|
|
818
828
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -822,7 +832,7 @@ export declare namespace enums {
|
|
|
822
832
|
}
|
|
823
833
|
/**
|
|
824
834
|
* @name PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
825
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
835
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
826
836
|
*/
|
|
827
837
|
enum PriceExtensionPriceQualifier {
|
|
828
838
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -833,7 +843,7 @@ export declare namespace enums {
|
|
|
833
843
|
}
|
|
834
844
|
/**
|
|
835
845
|
* @name PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
836
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
846
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
837
847
|
*/
|
|
838
848
|
enum PriceExtensionPriceUnit {
|
|
839
849
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -847,7 +857,7 @@ export declare namespace enums {
|
|
|
847
857
|
}
|
|
848
858
|
/**
|
|
849
859
|
* @name PriceExtensionTypeEnum.PriceExtensionType
|
|
850
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
860
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PriceExtensionTypeEnum.PriceExtensionType
|
|
851
861
|
*/
|
|
852
862
|
enum PriceExtensionType {
|
|
853
863
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -864,7 +874,7 @@ export declare namespace enums {
|
|
|
864
874
|
}
|
|
865
875
|
/**
|
|
866
876
|
* @name PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
867
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
877
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
868
878
|
*/
|
|
869
879
|
enum PromotionExtensionDiscountModifier {
|
|
870
880
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -873,7 +883,7 @@ export declare namespace enums {
|
|
|
873
883
|
}
|
|
874
884
|
/**
|
|
875
885
|
* @name PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
876
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
886
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
877
887
|
*/
|
|
878
888
|
enum PromotionExtensionOccasion {
|
|
879
889
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -918,7 +928,7 @@ export declare namespace enums {
|
|
|
918
928
|
}
|
|
919
929
|
/**
|
|
920
930
|
* @name AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
921
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
931
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
922
932
|
*/
|
|
923
933
|
enum AudienceInsightsDimension {
|
|
924
934
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -928,18 +938,19 @@ export declare namespace enums {
|
|
|
928
938
|
GEO_TARGET_COUNTRY = 4,// GEO_TARGET_COUNTRY
|
|
929
939
|
SUB_COUNTRY_LOCATION = 5,// SUB_COUNTRY_LOCATION
|
|
930
940
|
YOUTUBE_CHANNEL = 6,// YOUTUBE_CHANNEL
|
|
931
|
-
YOUTUBE_DYNAMIC_LINEUP = 7,// YOUTUBE_DYNAMIC_LINEUP
|
|
932
941
|
AFFINITY_USER_INTEREST = 8,// AFFINITY_USER_INTEREST
|
|
933
942
|
IN_MARKET_USER_INTEREST = 9,// IN_MARKET_USER_INTEREST
|
|
934
943
|
PARENTAL_STATUS = 10,// PARENTAL_STATUS
|
|
935
944
|
INCOME_RANGE = 11,// INCOME_RANGE
|
|
936
945
|
AGE_RANGE = 12,// AGE_RANGE
|
|
937
946
|
GENDER = 13,// GENDER
|
|
938
|
-
YOUTUBE_VIDEO = 14
|
|
947
|
+
YOUTUBE_VIDEO = 14,// YOUTUBE_VIDEO
|
|
948
|
+
DEVICE = 15,// DEVICE
|
|
949
|
+
YOUTUBE_LINEUP = 16
|
|
939
950
|
}
|
|
940
951
|
/**
|
|
941
952
|
* @name InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities
|
|
942
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
953
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities
|
|
943
954
|
*/
|
|
944
955
|
enum InsightsKnowledgeGraphEntityCapabilities {
|
|
945
956
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -949,7 +960,7 @@ export declare namespace enums {
|
|
|
949
960
|
}
|
|
950
961
|
/**
|
|
951
962
|
* @name FixedCpmGoalEnum.FixedCpmGoal
|
|
952
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
963
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/FixedCpmGoalEnum.FixedCpmGoal
|
|
953
964
|
*/
|
|
954
965
|
enum FixedCpmGoal {
|
|
955
966
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -959,7 +970,7 @@ export declare namespace enums {
|
|
|
959
970
|
}
|
|
960
971
|
/**
|
|
961
972
|
* @name FixedCpmTargetFrequencyTimeUnitEnum.FixedCpmTargetFrequencyTimeUnit
|
|
962
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
973
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/FixedCpmTargetFrequencyTimeUnitEnum.FixedCpmTargetFrequencyTimeUnit
|
|
963
974
|
*/
|
|
964
975
|
enum FixedCpmTargetFrequencyTimeUnit {
|
|
965
976
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -968,7 +979,7 @@ export declare namespace enums {
|
|
|
968
979
|
}
|
|
969
980
|
/**
|
|
970
981
|
* @name TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
971
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
982
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
972
983
|
*/
|
|
973
984
|
enum TargetFrequencyTimeUnit {
|
|
974
985
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -978,7 +989,7 @@ export declare namespace enums {
|
|
|
978
989
|
}
|
|
979
990
|
/**
|
|
980
991
|
* @name TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
981
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
992
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
982
993
|
*/
|
|
983
994
|
enum TargetImpressionShareLocation {
|
|
984
995
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -989,7 +1000,7 @@ export declare namespace enums {
|
|
|
989
1000
|
}
|
|
990
1001
|
/**
|
|
991
1002
|
* @name ConsentStatusEnum.ConsentStatus
|
|
992
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1003
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConsentStatusEnum.ConsentStatus
|
|
993
1004
|
*/
|
|
994
1005
|
enum ConsentStatus {
|
|
995
1006
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -999,7 +1010,7 @@ export declare namespace enums {
|
|
|
999
1010
|
}
|
|
1000
1011
|
/**
|
|
1001
1012
|
* @name AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
1002
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1013
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
1003
1014
|
*/
|
|
1004
1015
|
enum AdvertisingChannelSubType {
|
|
1005
1016
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1026,7 +1037,7 @@ export declare namespace enums {
|
|
|
1026
1037
|
}
|
|
1027
1038
|
/**
|
|
1028
1039
|
* @name AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
1029
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1040
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
1030
1041
|
*/
|
|
1031
1042
|
enum AdvertisingChannelType {
|
|
1032
1043
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1046,7 +1057,7 @@ export declare namespace enums {
|
|
|
1046
1057
|
}
|
|
1047
1058
|
/**
|
|
1048
1059
|
* @name CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
1049
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1060
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
1050
1061
|
*/
|
|
1051
1062
|
enum CriterionCategoryChannelAvailabilityMode {
|
|
1052
1063
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1057,7 +1068,7 @@ export declare namespace enums {
|
|
|
1057
1068
|
}
|
|
1058
1069
|
/**
|
|
1059
1070
|
* @name CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
1060
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1071
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
1061
1072
|
*/
|
|
1062
1073
|
enum CriterionCategoryLocaleAvailabilityMode {
|
|
1063
1074
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1069,7 +1080,7 @@ export declare namespace enums {
|
|
|
1069
1080
|
}
|
|
1070
1081
|
/**
|
|
1071
1082
|
* @name CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
1072
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1083
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
1073
1084
|
*/
|
|
1074
1085
|
enum CustomizerAttributeType {
|
|
1075
1086
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1081,7 +1092,7 @@ export declare namespace enums {
|
|
|
1081
1092
|
}
|
|
1082
1093
|
/**
|
|
1083
1094
|
* @name MonthOfYearEnum.MonthOfYear
|
|
1084
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1095
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/MonthOfYearEnum.MonthOfYear
|
|
1085
1096
|
*/
|
|
1086
1097
|
enum MonthOfYear {
|
|
1087
1098
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1101,7 +1112,7 @@ export declare namespace enums {
|
|
|
1101
1112
|
}
|
|
1102
1113
|
/**
|
|
1103
1114
|
* @name AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
1104
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1115
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
1105
1116
|
*/
|
|
1106
1117
|
enum AppUrlOperatingSystemType {
|
|
1107
1118
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1111,7 +1122,7 @@ export declare namespace enums {
|
|
|
1111
1122
|
}
|
|
1112
1123
|
/**
|
|
1113
1124
|
* @name FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
1114
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1125
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
1115
1126
|
*/
|
|
1116
1127
|
enum FrequencyCapEventType {
|
|
1117
1128
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1121,7 +1132,7 @@ export declare namespace enums {
|
|
|
1121
1132
|
}
|
|
1122
1133
|
/**
|
|
1123
1134
|
* @name FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1124
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1135
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1125
1136
|
*/
|
|
1126
1137
|
enum FrequencyCapLevel {
|
|
1127
1138
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1132,7 +1143,7 @@ export declare namespace enums {
|
|
|
1132
1143
|
}
|
|
1133
1144
|
/**
|
|
1134
1145
|
* @name FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1135
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1146
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1136
1147
|
*/
|
|
1137
1148
|
enum FrequencyCapTimeUnit {
|
|
1138
1149
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1143,7 +1154,7 @@ export declare namespace enums {
|
|
|
1143
1154
|
}
|
|
1144
1155
|
/**
|
|
1145
1156
|
* @name KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1146
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1157
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1147
1158
|
*/
|
|
1148
1159
|
enum KeywordPlanAggregateMetricType {
|
|
1149
1160
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1152,7 +1163,7 @@ export declare namespace enums {
|
|
|
1152
1163
|
}
|
|
1153
1164
|
/**
|
|
1154
1165
|
* @name KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1155
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1166
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1156
1167
|
*/
|
|
1157
1168
|
enum KeywordPlanCompetitionLevel {
|
|
1158
1169
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1163,7 +1174,7 @@ export declare namespace enums {
|
|
|
1163
1174
|
}
|
|
1164
1175
|
/**
|
|
1165
1176
|
* @name KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1166
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1177
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1167
1178
|
*/
|
|
1168
1179
|
enum KeywordPlanConceptGroupType {
|
|
1169
1180
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1174,7 +1185,7 @@ export declare namespace enums {
|
|
|
1174
1185
|
}
|
|
1175
1186
|
/**
|
|
1176
1187
|
* @name ExperimentMetricEnum.ExperimentMetric
|
|
1177
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1188
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ExperimentMetricEnum.ExperimentMetric
|
|
1178
1189
|
*/
|
|
1179
1190
|
enum ExperimentMetric {
|
|
1180
1191
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1195,7 +1206,7 @@ export declare namespace enums {
|
|
|
1195
1206
|
}
|
|
1196
1207
|
/**
|
|
1197
1208
|
* @name ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1198
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1209
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1199
1210
|
*/
|
|
1200
1211
|
enum ExperimentMetricDirection {
|
|
1201
1212
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1208,7 +1219,7 @@ export declare namespace enums {
|
|
|
1208
1219
|
}
|
|
1209
1220
|
/**
|
|
1210
1221
|
* @name InteractionEventTypeEnum.InteractionEventType
|
|
1211
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1222
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/InteractionEventTypeEnum.InteractionEventType
|
|
1212
1223
|
*/
|
|
1213
1224
|
enum InteractionEventType {
|
|
1214
1225
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1220,7 +1231,7 @@ export declare namespace enums {
|
|
|
1220
1231
|
}
|
|
1221
1232
|
/**
|
|
1222
1233
|
* @name QualityScoreBucketEnum.QualityScoreBucket
|
|
1223
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1234
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/QualityScoreBucketEnum.QualityScoreBucket
|
|
1224
1235
|
*/
|
|
1225
1236
|
enum QualityScoreBucket {
|
|
1226
1237
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1231,7 +1242,7 @@ export declare namespace enums {
|
|
|
1231
1242
|
}
|
|
1232
1243
|
/**
|
|
1233
1244
|
* @name UserIdentifierSourceEnum.UserIdentifierSource
|
|
1234
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1245
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserIdentifierSourceEnum.UserIdentifierSource
|
|
1235
1246
|
*/
|
|
1236
1247
|
enum UserIdentifierSource {
|
|
1237
1248
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1241,7 +1252,7 @@ export declare namespace enums {
|
|
|
1241
1252
|
}
|
|
1242
1253
|
/**
|
|
1243
1254
|
* @name AdDestinationTypeEnum.AdDestinationType
|
|
1244
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1255
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdDestinationTypeEnum.AdDestinationType
|
|
1245
1256
|
*/
|
|
1246
1257
|
enum AdDestinationType {
|
|
1247
1258
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1260,7 +1271,7 @@ export declare namespace enums {
|
|
|
1260
1271
|
}
|
|
1261
1272
|
/**
|
|
1262
1273
|
* @name AdFormatTypeEnum.AdFormatType
|
|
1263
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1274
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdFormatTypeEnum.AdFormatType
|
|
1264
1275
|
*/
|
|
1265
1276
|
enum AdFormatType {
|
|
1266
1277
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1274,11 +1285,12 @@ export declare namespace enums {
|
|
|
1274
1285
|
OUTSTREAM = 8,// OUTSTREAM
|
|
1275
1286
|
MASTHEAD = 9,// MASTHEAD
|
|
1276
1287
|
AUDIO = 10,// AUDIO
|
|
1277
|
-
SHORTS = 11
|
|
1288
|
+
SHORTS = 11,// SHORTS
|
|
1289
|
+
PAUSE = 12
|
|
1278
1290
|
}
|
|
1279
1291
|
/**
|
|
1280
1292
|
* @name AdNetworkTypeEnum.AdNetworkType
|
|
1281
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1293
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdNetworkTypeEnum.AdNetworkType
|
|
1282
1294
|
*/
|
|
1283
1295
|
enum AdNetworkType {
|
|
1284
1296
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1289,11 +1301,14 @@ export declare namespace enums {
|
|
|
1289
1301
|
MIXED = 7,// MIXED
|
|
1290
1302
|
YOUTUBE = 8,// YOUTUBE
|
|
1291
1303
|
GOOGLE_TV = 9,// GOOGLE_TV
|
|
1292
|
-
GOOGLE_OWNED_CHANNELS = 10
|
|
1304
|
+
GOOGLE_OWNED_CHANNELS = 10,// GOOGLE_OWNED_CHANNELS
|
|
1305
|
+
GMAIL = 11,// GMAIL
|
|
1306
|
+
DISCOVER = 12,// DISCOVER
|
|
1307
|
+
MAPS = 13
|
|
1293
1308
|
}
|
|
1294
1309
|
/**
|
|
1295
1310
|
* @name BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1296
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1311
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1297
1312
|
*/
|
|
1298
1313
|
enum BudgetCampaignAssociationStatus {
|
|
1299
1314
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1303,7 +1318,7 @@ export declare namespace enums {
|
|
|
1303
1318
|
}
|
|
1304
1319
|
/**
|
|
1305
1320
|
* @name ClickTypeEnum.ClickType
|
|
1306
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1321
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ClickTypeEnum.ClickType
|
|
1307
1322
|
*/
|
|
1308
1323
|
enum ClickType {
|
|
1309
1324
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1367,7 +1382,7 @@ export declare namespace enums {
|
|
|
1367
1382
|
}
|
|
1368
1383
|
/**
|
|
1369
1384
|
* @name ConversionActionCategoryEnum.ConversionActionCategory
|
|
1370
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1385
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionActionCategoryEnum.ConversionActionCategory
|
|
1371
1386
|
*/
|
|
1372
1387
|
enum ConversionActionCategory {
|
|
1373
1388
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1396,7 +1411,7 @@ export declare namespace enums {
|
|
|
1396
1411
|
}
|
|
1397
1412
|
/**
|
|
1398
1413
|
* @name ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1399
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1414
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1400
1415
|
*/
|
|
1401
1416
|
enum ConversionAttributionEventType {
|
|
1402
1417
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1406,7 +1421,7 @@ export declare namespace enums {
|
|
|
1406
1421
|
}
|
|
1407
1422
|
/**
|
|
1408
1423
|
* @name ConversionLagBucketEnum.ConversionLagBucket
|
|
1409
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1424
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionLagBucketEnum.ConversionLagBucket
|
|
1410
1425
|
*/
|
|
1411
1426
|
enum ConversionLagBucket {
|
|
1412
1427
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1433,7 +1448,7 @@ export declare namespace enums {
|
|
|
1433
1448
|
}
|
|
1434
1449
|
/**
|
|
1435
1450
|
* @name ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1436
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1451
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1437
1452
|
*/
|
|
1438
1453
|
enum ConversionOrAdjustmentLagBucket {
|
|
1439
1454
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1482,7 +1497,7 @@ export declare namespace enums {
|
|
|
1482
1497
|
}
|
|
1483
1498
|
/**
|
|
1484
1499
|
* @name ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1485
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1500
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1486
1501
|
*/
|
|
1487
1502
|
enum ConversionValueRulePrimaryDimension {
|
|
1488
1503
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1498,7 +1513,7 @@ export declare namespace enums {
|
|
|
1498
1513
|
}
|
|
1499
1514
|
/**
|
|
1500
1515
|
* @name ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
|
|
1501
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1516
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
|
|
1502
1517
|
*/
|
|
1503
1518
|
enum ConvertingUserPriorEngagementTypeAndLtvBucket {
|
|
1504
1519
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1509,7 +1524,7 @@ export declare namespace enums {
|
|
|
1509
1524
|
}
|
|
1510
1525
|
/**
|
|
1511
1526
|
* @name ExternalConversionSourceEnum.ExternalConversionSource
|
|
1512
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1527
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ExternalConversionSourceEnum.ExternalConversionSource
|
|
1513
1528
|
*/
|
|
1514
1529
|
enum ExternalConversionSource {
|
|
1515
1530
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1545,7 +1560,7 @@ export declare namespace enums {
|
|
|
1545
1560
|
}
|
|
1546
1561
|
/**
|
|
1547
1562
|
* @name HotelPriceBucketEnum.HotelPriceBucket
|
|
1548
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1563
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/HotelPriceBucketEnum.HotelPriceBucket
|
|
1549
1564
|
*/
|
|
1550
1565
|
enum HotelPriceBucket {
|
|
1551
1566
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1557,7 +1572,7 @@ export declare namespace enums {
|
|
|
1557
1572
|
}
|
|
1558
1573
|
/**
|
|
1559
1574
|
* @name HotelRateTypeEnum.HotelRateType
|
|
1560
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1575
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/HotelRateTypeEnum.HotelRateType
|
|
1561
1576
|
*/
|
|
1562
1577
|
enum HotelRateType {
|
|
1563
1578
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1569,7 +1584,7 @@ export declare namespace enums {
|
|
|
1569
1584
|
}
|
|
1570
1585
|
/**
|
|
1571
1586
|
* @name RecommendationTypeEnum.RecommendationType
|
|
1572
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1587
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/RecommendationTypeEnum.RecommendationType
|
|
1573
1588
|
*/
|
|
1574
1589
|
enum RecommendationType {
|
|
1575
1590
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1631,7 +1646,7 @@ export declare namespace enums {
|
|
|
1631
1646
|
}
|
|
1632
1647
|
/**
|
|
1633
1648
|
* @name SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1634
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1649
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1635
1650
|
*/
|
|
1636
1651
|
enum SearchEngineResultsPageType {
|
|
1637
1652
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1642,7 +1657,7 @@ export declare namespace enums {
|
|
|
1642
1657
|
}
|
|
1643
1658
|
/**
|
|
1644
1659
|
* @name SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1645
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1660
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1646
1661
|
*/
|
|
1647
1662
|
enum SearchTermMatchType {
|
|
1648
1663
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1655,7 +1670,7 @@ export declare namespace enums {
|
|
|
1655
1670
|
}
|
|
1656
1671
|
/**
|
|
1657
1672
|
* @name SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1658
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1673
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1659
1674
|
*/
|
|
1660
1675
|
enum SkAdNetworkAdEventType {
|
|
1661
1676
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1666,7 +1681,7 @@ export declare namespace enums {
|
|
|
1666
1681
|
}
|
|
1667
1682
|
/**
|
|
1668
1683
|
* @name SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1669
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1684
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1670
1685
|
*/
|
|
1671
1686
|
enum SkAdNetworkAttributionCredit {
|
|
1672
1687
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1677,7 +1692,7 @@ export declare namespace enums {
|
|
|
1677
1692
|
}
|
|
1678
1693
|
/**
|
|
1679
1694
|
* @name SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
|
|
1680
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1695
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
|
|
1681
1696
|
*/
|
|
1682
1697
|
enum SkAdNetworkCoarseConversionValue {
|
|
1683
1698
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1690,7 +1705,7 @@ export declare namespace enums {
|
|
|
1690
1705
|
}
|
|
1691
1706
|
/**
|
|
1692
1707
|
* @name SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
|
|
1693
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1708
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
|
|
1694
1709
|
*/
|
|
1695
1710
|
enum SkAdNetworkSourceType {
|
|
1696
1711
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1701,7 +1716,7 @@ export declare namespace enums {
|
|
|
1701
1716
|
}
|
|
1702
1717
|
/**
|
|
1703
1718
|
* @name SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1704
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1719
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1705
1720
|
*/
|
|
1706
1721
|
enum SkAdNetworkUserType {
|
|
1707
1722
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1712,7 +1727,7 @@ export declare namespace enums {
|
|
|
1712
1727
|
}
|
|
1713
1728
|
/**
|
|
1714
1729
|
* @name SlotEnum.Slot
|
|
1715
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1730
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SlotEnum.Slot
|
|
1716
1731
|
*/
|
|
1717
1732
|
enum Slot {
|
|
1718
1733
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1727,7 +1742,7 @@ export declare namespace enums {
|
|
|
1727
1742
|
}
|
|
1728
1743
|
/**
|
|
1729
1744
|
* @name TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1730
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1745
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1731
1746
|
*/
|
|
1732
1747
|
enum TrackingCodePageFormat {
|
|
1733
1748
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1737,7 +1752,7 @@ export declare namespace enums {
|
|
|
1737
1752
|
}
|
|
1738
1753
|
/**
|
|
1739
1754
|
* @name TrackingCodeTypeEnum.TrackingCodeType
|
|
1740
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1755
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/TrackingCodeTypeEnum.TrackingCodeType
|
|
1741
1756
|
*/
|
|
1742
1757
|
enum TrackingCodeType {
|
|
1743
1758
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1749,7 +1764,7 @@ export declare namespace enums {
|
|
|
1749
1764
|
}
|
|
1750
1765
|
/**
|
|
1751
1766
|
* @name TargetingDimensionEnum.TargetingDimension
|
|
1752
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1767
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/TargetingDimensionEnum.TargetingDimension
|
|
1753
1768
|
*/
|
|
1754
1769
|
enum TargetingDimension {
|
|
1755
1770
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1765,7 +1780,7 @@ export declare namespace enums {
|
|
|
1765
1780
|
}
|
|
1766
1781
|
/**
|
|
1767
1782
|
* @name CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1768
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1783
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1769
1784
|
*/
|
|
1770
1785
|
enum CustomerMatchUploadKeyType {
|
|
1771
1786
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1776,7 +1791,7 @@ export declare namespace enums {
|
|
|
1776
1791
|
}
|
|
1777
1792
|
/**
|
|
1778
1793
|
* @name LookalikeExpansionLevelEnum.LookalikeExpansionLevel
|
|
1779
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1794
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LookalikeExpansionLevelEnum.LookalikeExpansionLevel
|
|
1780
1795
|
*/
|
|
1781
1796
|
enum LookalikeExpansionLevel {
|
|
1782
1797
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1787,7 +1802,7 @@ export declare namespace enums {
|
|
|
1787
1802
|
}
|
|
1788
1803
|
/**
|
|
1789
1804
|
* @name UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1790
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1805
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1791
1806
|
*/
|
|
1792
1807
|
enum UserListCrmDataSourceType {
|
|
1793
1808
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1798,7 +1813,7 @@ export declare namespace enums {
|
|
|
1798
1813
|
}
|
|
1799
1814
|
/**
|
|
1800
1815
|
* @name UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1801
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1816
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1802
1817
|
*/
|
|
1803
1818
|
enum UserListDateRuleItemOperator {
|
|
1804
1819
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1810,7 +1825,7 @@ export declare namespace enums {
|
|
|
1810
1825
|
}
|
|
1811
1826
|
/**
|
|
1812
1827
|
* @name UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1813
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1828
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1814
1829
|
*/
|
|
1815
1830
|
enum UserListFlexibleRuleOperator {
|
|
1816
1831
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1820,7 +1835,7 @@ export declare namespace enums {
|
|
|
1820
1835
|
}
|
|
1821
1836
|
/**
|
|
1822
1837
|
* @name UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1823
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1838
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1824
1839
|
*/
|
|
1825
1840
|
enum UserListLogicalRuleOperator {
|
|
1826
1841
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1831,7 +1846,7 @@ export declare namespace enums {
|
|
|
1831
1846
|
}
|
|
1832
1847
|
/**
|
|
1833
1848
|
* @name UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1834
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1849
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1835
1850
|
*/
|
|
1836
1851
|
enum UserListNumberRuleItemOperator {
|
|
1837
1852
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1845,7 +1860,7 @@ export declare namespace enums {
|
|
|
1845
1860
|
}
|
|
1846
1861
|
/**
|
|
1847
1862
|
* @name UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1848
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1863
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1849
1864
|
*/
|
|
1850
1865
|
enum UserListPrepopulationStatus {
|
|
1851
1866
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1856,7 +1871,7 @@ export declare namespace enums {
|
|
|
1856
1871
|
}
|
|
1857
1872
|
/**
|
|
1858
1873
|
* @name UserListRuleTypeEnum.UserListRuleType
|
|
1859
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1874
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListRuleTypeEnum.UserListRuleType
|
|
1860
1875
|
*/
|
|
1861
1876
|
enum UserListRuleType {
|
|
1862
1877
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1866,7 +1881,7 @@ export declare namespace enums {
|
|
|
1866
1881
|
}
|
|
1867
1882
|
/**
|
|
1868
1883
|
* @name UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1869
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1884
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1870
1885
|
*/
|
|
1871
1886
|
enum UserListStringRuleItemOperator {
|
|
1872
1887
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1882,7 +1897,7 @@ export declare namespace enums {
|
|
|
1882
1897
|
}
|
|
1883
1898
|
/**
|
|
1884
1899
|
* @name AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1885
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1900
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1886
1901
|
*/
|
|
1887
1902
|
enum AccessInvitationStatus {
|
|
1888
1903
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1893,7 +1908,7 @@ export declare namespace enums {
|
|
|
1893
1908
|
}
|
|
1894
1909
|
/**
|
|
1895
1910
|
* @name AccessReasonEnum.AccessReason
|
|
1896
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1911
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AccessReasonEnum.AccessReason
|
|
1897
1912
|
*/
|
|
1898
1913
|
enum AccessReason {
|
|
1899
1914
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1906,7 +1921,7 @@ export declare namespace enums {
|
|
|
1906
1921
|
}
|
|
1907
1922
|
/**
|
|
1908
1923
|
* @name AccessRoleEnum.AccessRole
|
|
1909
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1924
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AccessRoleEnum.AccessRole
|
|
1910
1925
|
*/
|
|
1911
1926
|
enum AccessRole {
|
|
1912
1927
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1918,7 +1933,7 @@ export declare namespace enums {
|
|
|
1918
1933
|
}
|
|
1919
1934
|
/**
|
|
1920
1935
|
* @name AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1921
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1936
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1922
1937
|
*/
|
|
1923
1938
|
enum AccountBudgetProposalStatus {
|
|
1924
1939
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1931,7 +1946,7 @@ export declare namespace enums {
|
|
|
1931
1946
|
}
|
|
1932
1947
|
/**
|
|
1933
1948
|
* @name AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1934
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1949
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1935
1950
|
*/
|
|
1936
1951
|
enum AccountBudgetProposalType {
|
|
1937
1952
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1943,7 +1958,7 @@ export declare namespace enums {
|
|
|
1943
1958
|
}
|
|
1944
1959
|
/**
|
|
1945
1960
|
* @name AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1946
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1961
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1947
1962
|
*/
|
|
1948
1963
|
enum AccountBudgetStatus {
|
|
1949
1964
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1954,7 +1969,7 @@ export declare namespace enums {
|
|
|
1954
1969
|
}
|
|
1955
1970
|
/**
|
|
1956
1971
|
* @name AccountLinkStatusEnum.AccountLinkStatus
|
|
1957
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1972
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AccountLinkStatusEnum.AccountLinkStatus
|
|
1958
1973
|
*/
|
|
1959
1974
|
enum AccountLinkStatus {
|
|
1960
1975
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1968,7 +1983,7 @@ export declare namespace enums {
|
|
|
1968
1983
|
}
|
|
1969
1984
|
/**
|
|
1970
1985
|
* @name AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
|
|
1971
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1986
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
|
|
1972
1987
|
*/
|
|
1973
1988
|
enum AdGroupAdPrimaryStatus {
|
|
1974
1989
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1982,7 +1997,7 @@ export declare namespace enums {
|
|
|
1982
1997
|
}
|
|
1983
1998
|
/**
|
|
1984
1999
|
* @name AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
|
|
1985
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2000
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
|
|
1986
2001
|
*/
|
|
1987
2002
|
enum AdGroupAdPrimaryStatusReason {
|
|
1988
2003
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2005,7 +2020,7 @@ export declare namespace enums {
|
|
|
2005
2020
|
}
|
|
2006
2021
|
/**
|
|
2007
2022
|
* @name AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
2008
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2023
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
2009
2024
|
*/
|
|
2010
2025
|
enum AdGroupAdRotationMode {
|
|
2011
2026
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2015,7 +2030,7 @@ export declare namespace enums {
|
|
|
2015
2030
|
}
|
|
2016
2031
|
/**
|
|
2017
2032
|
* @name AdGroupAdStatusEnum.AdGroupAdStatus
|
|
2018
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2033
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupAdStatusEnum.AdGroupAdStatus
|
|
2019
2034
|
*/
|
|
2020
2035
|
enum AdGroupAdStatus {
|
|
2021
2036
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2026,7 +2041,7 @@ export declare namespace enums {
|
|
|
2026
2041
|
}
|
|
2027
2042
|
/**
|
|
2028
2043
|
* @name AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
2029
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2044
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
2030
2045
|
*/
|
|
2031
2046
|
enum AdGroupCriterionApprovalStatus {
|
|
2032
2047
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2038,7 +2053,7 @@ export declare namespace enums {
|
|
|
2038
2053
|
}
|
|
2039
2054
|
/**
|
|
2040
2055
|
* @name AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus
|
|
2041
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2056
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus
|
|
2042
2057
|
*/
|
|
2043
2058
|
enum AdGroupCriterionPrimaryStatus {
|
|
2044
2059
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2051,7 +2066,7 @@ export declare namespace enums {
|
|
|
2051
2066
|
}
|
|
2052
2067
|
/**
|
|
2053
2068
|
* @name AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason
|
|
2054
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2069
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason
|
|
2055
2070
|
*/
|
|
2056
2071
|
enum AdGroupCriterionPrimaryStatusReason {
|
|
2057
2072
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2077,7 +2092,7 @@ export declare namespace enums {
|
|
|
2077
2092
|
}
|
|
2078
2093
|
/**
|
|
2079
2094
|
* @name AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
2080
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2095
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
2081
2096
|
*/
|
|
2082
2097
|
enum AdGroupCriterionStatus {
|
|
2083
2098
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2088,7 +2103,7 @@ export declare namespace enums {
|
|
|
2088
2103
|
}
|
|
2089
2104
|
/**
|
|
2090
2105
|
* @name AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
|
|
2091
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2106
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
|
|
2092
2107
|
*/
|
|
2093
2108
|
enum AdGroupPrimaryStatus {
|
|
2094
2109
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2102,7 +2117,7 @@ export declare namespace enums {
|
|
|
2102
2117
|
}
|
|
2103
2118
|
/**
|
|
2104
2119
|
* @name AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
|
|
2105
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2120
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
|
|
2106
2121
|
*/
|
|
2107
2122
|
enum AdGroupPrimaryStatusReason {
|
|
2108
2123
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2126,7 +2141,7 @@ export declare namespace enums {
|
|
|
2126
2141
|
}
|
|
2127
2142
|
/**
|
|
2128
2143
|
* @name AdGroupStatusEnum.AdGroupStatus
|
|
2129
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2144
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupStatusEnum.AdGroupStatus
|
|
2130
2145
|
*/
|
|
2131
2146
|
enum AdGroupStatus {
|
|
2132
2147
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2137,7 +2152,7 @@ export declare namespace enums {
|
|
|
2137
2152
|
}
|
|
2138
2153
|
/**
|
|
2139
2154
|
* @name AdGroupTypeEnum.AdGroupType
|
|
2140
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2155
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdGroupTypeEnum.AdGroupType
|
|
2141
2156
|
*/
|
|
2142
2157
|
enum AdGroupType {
|
|
2143
2158
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2162,7 +2177,7 @@ export declare namespace enums {
|
|
|
2162
2177
|
}
|
|
2163
2178
|
/**
|
|
2164
2179
|
* @name AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
2165
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2180
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
2166
2181
|
*/
|
|
2167
2182
|
enum AdServingOptimizationStatus {
|
|
2168
2183
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2175,7 +2190,7 @@ export declare namespace enums {
|
|
|
2175
2190
|
}
|
|
2176
2191
|
/**
|
|
2177
2192
|
* @name AdStrengthEnum.AdStrength
|
|
2178
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2193
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdStrengthEnum.AdStrength
|
|
2179
2194
|
*/
|
|
2180
2195
|
enum AdStrength {
|
|
2181
2196
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2189,7 +2204,7 @@ export declare namespace enums {
|
|
|
2189
2204
|
}
|
|
2190
2205
|
/**
|
|
2191
2206
|
* @name AdStrengthActionItemTypeEnum.AdStrengthActionItemType
|
|
2192
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2207
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdStrengthActionItemTypeEnum.AdStrengthActionItemType
|
|
2193
2208
|
*/
|
|
2194
2209
|
enum AdStrengthActionItemType {
|
|
2195
2210
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2198,7 +2213,7 @@ export declare namespace enums {
|
|
|
2198
2213
|
}
|
|
2199
2214
|
/**
|
|
2200
2215
|
* @name AdTypeEnum.AdType
|
|
2201
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2216
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AdTypeEnum.AdType
|
|
2202
2217
|
*/
|
|
2203
2218
|
enum AdType {
|
|
2204
2219
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2238,7 +2253,7 @@ export declare namespace enums {
|
|
|
2238
2253
|
}
|
|
2239
2254
|
/**
|
|
2240
2255
|
* @name AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
|
|
2241
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2256
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
|
|
2242
2257
|
*/
|
|
2243
2258
|
enum AndroidPrivacyInteractionType {
|
|
2244
2259
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2249,7 +2264,7 @@ export declare namespace enums {
|
|
|
2249
2264
|
}
|
|
2250
2265
|
/**
|
|
2251
2266
|
* @name AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
|
|
2252
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2267
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
|
|
2253
2268
|
*/
|
|
2254
2269
|
enum AndroidPrivacyNetworkType {
|
|
2255
2270
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2260,7 +2275,7 @@ export declare namespace enums {
|
|
|
2260
2275
|
}
|
|
2261
2276
|
/**
|
|
2262
2277
|
* @name AppBiddingGoalEnum.AppBiddingGoal
|
|
2263
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2278
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AppBiddingGoalEnum.AppBiddingGoal
|
|
2264
2279
|
*/
|
|
2265
2280
|
enum AppBiddingGoal {
|
|
2266
2281
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2275,7 +2290,7 @@ export declare namespace enums {
|
|
|
2275
2290
|
}
|
|
2276
2291
|
/**
|
|
2277
2292
|
* @name AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2278
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2293
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2279
2294
|
*/
|
|
2280
2295
|
enum AppCampaignAppStore {
|
|
2281
2296
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2285,7 +2300,7 @@ export declare namespace enums {
|
|
|
2285
2300
|
}
|
|
2286
2301
|
/**
|
|
2287
2302
|
* @name AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2288
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2303
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2289
2304
|
*/
|
|
2290
2305
|
enum AppCampaignBiddingStrategyGoalType {
|
|
2291
2306
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2299,7 +2314,7 @@ export declare namespace enums {
|
|
|
2299
2314
|
}
|
|
2300
2315
|
/**
|
|
2301
2316
|
* @name AssetAutomationStatusEnum.AssetAutomationStatus
|
|
2302
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2317
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetAutomationStatusEnum.AssetAutomationStatus
|
|
2303
2318
|
*/
|
|
2304
2319
|
enum AssetAutomationStatus {
|
|
2305
2320
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2309,7 +2324,7 @@ export declare namespace enums {
|
|
|
2309
2324
|
}
|
|
2310
2325
|
/**
|
|
2311
2326
|
* @name AssetAutomationTypeEnum.AssetAutomationType
|
|
2312
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2327
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetAutomationTypeEnum.AssetAutomationType
|
|
2313
2328
|
*/
|
|
2314
2329
|
enum AssetAutomationType {
|
|
2315
2330
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2322,7 +2337,7 @@ export declare namespace enums {
|
|
|
2322
2337
|
}
|
|
2323
2338
|
/**
|
|
2324
2339
|
* @name AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement
|
|
2325
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2340
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement
|
|
2326
2341
|
*/
|
|
2327
2342
|
enum AssetCoverageVideoAspectRatioRequirement {
|
|
2328
2343
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2333,7 +2348,7 @@ export declare namespace enums {
|
|
|
2333
2348
|
}
|
|
2334
2349
|
/**
|
|
2335
2350
|
* @name AssetFieldTypeEnum.AssetFieldType
|
|
2336
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2351
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetFieldTypeEnum.AssetFieldType
|
|
2337
2352
|
*/
|
|
2338
2353
|
enum AssetFieldType {
|
|
2339
2354
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2371,7 +2386,7 @@ export declare namespace enums {
|
|
|
2371
2386
|
}
|
|
2372
2387
|
/**
|
|
2373
2388
|
* @name AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
|
|
2374
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2389
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
|
|
2375
2390
|
*/
|
|
2376
2391
|
enum AssetGroupPrimaryStatus {
|
|
2377
2392
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2385,7 +2400,7 @@ export declare namespace enums {
|
|
|
2385
2400
|
}
|
|
2386
2401
|
/**
|
|
2387
2402
|
* @name AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
|
|
2388
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2403
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
|
|
2389
2404
|
*/
|
|
2390
2405
|
enum AssetGroupPrimaryStatusReason {
|
|
2391
2406
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2402,7 +2417,7 @@ export declare namespace enums {
|
|
|
2402
2417
|
}
|
|
2403
2418
|
/**
|
|
2404
2419
|
* @name AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
|
|
2405
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2420
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
|
|
2406
2421
|
*/
|
|
2407
2422
|
enum AssetGroupSignalApprovalStatus {
|
|
2408
2423
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2414,7 +2429,7 @@ export declare namespace enums {
|
|
|
2414
2429
|
}
|
|
2415
2430
|
/**
|
|
2416
2431
|
* @name AssetGroupStatusEnum.AssetGroupStatus
|
|
2417
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2432
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetGroupStatusEnum.AssetGroupStatus
|
|
2418
2433
|
*/
|
|
2419
2434
|
enum AssetGroupStatus {
|
|
2420
2435
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2425,7 +2440,7 @@ export declare namespace enums {
|
|
|
2425
2440
|
}
|
|
2426
2441
|
/**
|
|
2427
2442
|
* @name AssetLinkStatusEnum.AssetLinkStatus
|
|
2428
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2443
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetLinkStatusEnum.AssetLinkStatus
|
|
2429
2444
|
*/
|
|
2430
2445
|
enum AssetLinkStatus {
|
|
2431
2446
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2436,7 +2451,7 @@ export declare namespace enums {
|
|
|
2436
2451
|
}
|
|
2437
2452
|
/**
|
|
2438
2453
|
* @name AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2439
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2454
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2440
2455
|
*/
|
|
2441
2456
|
enum AssetSetAssetStatus {
|
|
2442
2457
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2446,7 +2461,7 @@ export declare namespace enums {
|
|
|
2446
2461
|
}
|
|
2447
2462
|
/**
|
|
2448
2463
|
* @name AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2449
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2464
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2450
2465
|
*/
|
|
2451
2466
|
enum AssetSetLinkStatus {
|
|
2452
2467
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2456,7 +2471,7 @@ export declare namespace enums {
|
|
|
2456
2471
|
}
|
|
2457
2472
|
/**
|
|
2458
2473
|
* @name AssetSetStatusEnum.AssetSetStatus
|
|
2459
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2474
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetSetStatusEnum.AssetSetStatus
|
|
2460
2475
|
*/
|
|
2461
2476
|
enum AssetSetStatus {
|
|
2462
2477
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2466,7 +2481,7 @@ export declare namespace enums {
|
|
|
2466
2481
|
}
|
|
2467
2482
|
/**
|
|
2468
2483
|
* @name AssetSetTypeEnum.AssetSetType
|
|
2469
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2484
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetSetTypeEnum.AssetSetType
|
|
2470
2485
|
*/
|
|
2471
2486
|
enum AssetSetType {
|
|
2472
2487
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2490,7 +2505,7 @@ export declare namespace enums {
|
|
|
2490
2505
|
}
|
|
2491
2506
|
/**
|
|
2492
2507
|
* @name AssetSourceEnum.AssetSource
|
|
2493
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2508
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetSourceEnum.AssetSource
|
|
2494
2509
|
*/
|
|
2495
2510
|
enum AssetSource {
|
|
2496
2511
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2500,7 +2515,7 @@ export declare namespace enums {
|
|
|
2500
2515
|
}
|
|
2501
2516
|
/**
|
|
2502
2517
|
* @name AssetTypeEnum.AssetType
|
|
2503
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2518
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AssetTypeEnum.AssetType
|
|
2504
2519
|
*/
|
|
2505
2520
|
enum AssetType {
|
|
2506
2521
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2537,7 +2552,7 @@ export declare namespace enums {
|
|
|
2537
2552
|
}
|
|
2538
2553
|
/**
|
|
2539
2554
|
* @name AsyncActionStatusEnum.AsyncActionStatus
|
|
2540
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2555
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AsyncActionStatusEnum.AsyncActionStatus
|
|
2541
2556
|
*/
|
|
2542
2557
|
enum AsyncActionStatus {
|
|
2543
2558
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2550,7 +2565,7 @@ export declare namespace enums {
|
|
|
2550
2565
|
}
|
|
2551
2566
|
/**
|
|
2552
2567
|
* @name AttributionModelEnum.AttributionModel
|
|
2553
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2568
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AttributionModelEnum.AttributionModel
|
|
2554
2569
|
*/
|
|
2555
2570
|
enum AttributionModel {
|
|
2556
2571
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2565,7 +2580,7 @@ export declare namespace enums {
|
|
|
2565
2580
|
}
|
|
2566
2581
|
/**
|
|
2567
2582
|
* @name AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective
|
|
2568
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2583
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective
|
|
2569
2584
|
*/
|
|
2570
2585
|
enum AudienceInsightsMarketingObjective {
|
|
2571
2586
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2575,7 +2590,7 @@ export declare namespace enums {
|
|
|
2575
2590
|
}
|
|
2576
2591
|
/**
|
|
2577
2592
|
* @name AudienceScopeEnum.AudienceScope
|
|
2578
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2593
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AudienceScopeEnum.AudienceScope
|
|
2579
2594
|
*/
|
|
2580
2595
|
enum AudienceScope {
|
|
2581
2596
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2585,7 +2600,7 @@ export declare namespace enums {
|
|
|
2585
2600
|
}
|
|
2586
2601
|
/**
|
|
2587
2602
|
* @name AudienceStatusEnum.AudienceStatus
|
|
2588
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2603
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/AudienceStatusEnum.AudienceStatus
|
|
2589
2604
|
*/
|
|
2590
2605
|
enum AudienceStatus {
|
|
2591
2606
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2595,7 +2610,7 @@ export declare namespace enums {
|
|
|
2595
2610
|
}
|
|
2596
2611
|
/**
|
|
2597
2612
|
* @name BatchJobStatusEnum.BatchJobStatus
|
|
2598
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2613
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BatchJobStatusEnum.BatchJobStatus
|
|
2599
2614
|
*/
|
|
2600
2615
|
enum BatchJobStatus {
|
|
2601
2616
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2606,7 +2621,7 @@ export declare namespace enums {
|
|
|
2606
2621
|
}
|
|
2607
2622
|
/**
|
|
2608
2623
|
* @name BidModifierSourceEnum.BidModifierSource
|
|
2609
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2624
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BidModifierSourceEnum.BidModifierSource
|
|
2610
2625
|
*/
|
|
2611
2626
|
enum BidModifierSource {
|
|
2612
2627
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2616,7 +2631,7 @@ export declare namespace enums {
|
|
|
2616
2631
|
}
|
|
2617
2632
|
/**
|
|
2618
2633
|
* @name BiddingSourceEnum.BiddingSource
|
|
2619
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2634
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BiddingSourceEnum.BiddingSource
|
|
2620
2635
|
*/
|
|
2621
2636
|
enum BiddingSource {
|
|
2622
2637
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2627,7 +2642,7 @@ export declare namespace enums {
|
|
|
2627
2642
|
}
|
|
2628
2643
|
/**
|
|
2629
2644
|
* @name BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2630
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2645
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2631
2646
|
*/
|
|
2632
2647
|
enum BiddingStrategyStatus {
|
|
2633
2648
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2637,7 +2652,7 @@ export declare namespace enums {
|
|
|
2637
2652
|
}
|
|
2638
2653
|
/**
|
|
2639
2654
|
* @name BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2640
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2655
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2641
2656
|
*/
|
|
2642
2657
|
enum BiddingStrategySystemStatus {
|
|
2643
2658
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2670,7 +2685,7 @@ export declare namespace enums {
|
|
|
2670
2685
|
}
|
|
2671
2686
|
/**
|
|
2672
2687
|
* @name BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2673
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2688
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2674
2689
|
*/
|
|
2675
2690
|
enum BiddingStrategyType {
|
|
2676
2691
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2697,7 +2712,7 @@ export declare namespace enums {
|
|
|
2697
2712
|
}
|
|
2698
2713
|
/**
|
|
2699
2714
|
* @name BillingSetupStatusEnum.BillingSetupStatus
|
|
2700
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2715
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BillingSetupStatusEnum.BillingSetupStatus
|
|
2701
2716
|
*/
|
|
2702
2717
|
enum BillingSetupStatus {
|
|
2703
2718
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2709,7 +2724,7 @@ export declare namespace enums {
|
|
|
2709
2724
|
}
|
|
2710
2725
|
/**
|
|
2711
2726
|
* @name BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2712
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2727
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2713
2728
|
*/
|
|
2714
2729
|
enum BrandSafetySuitability {
|
|
2715
2730
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2720,7 +2735,7 @@ export declare namespace enums {
|
|
|
2720
2735
|
}
|
|
2721
2736
|
/**
|
|
2722
2737
|
* @name BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2723
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2738
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2724
2739
|
*/
|
|
2725
2740
|
enum BudgetDeliveryMethod {
|
|
2726
2741
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2730,7 +2745,7 @@ export declare namespace enums {
|
|
|
2730
2745
|
}
|
|
2731
2746
|
/**
|
|
2732
2747
|
* @name BudgetPeriodEnum.BudgetPeriod
|
|
2733
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2748
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BudgetPeriodEnum.BudgetPeriod
|
|
2734
2749
|
*/
|
|
2735
2750
|
enum BudgetPeriod {
|
|
2736
2751
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2740,7 +2755,7 @@ export declare namespace enums {
|
|
|
2740
2755
|
}
|
|
2741
2756
|
/**
|
|
2742
2757
|
* @name BudgetStatusEnum.BudgetStatus
|
|
2743
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2758
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BudgetStatusEnum.BudgetStatus
|
|
2744
2759
|
*/
|
|
2745
2760
|
enum BudgetStatus {
|
|
2746
2761
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2750,7 +2765,7 @@ export declare namespace enums {
|
|
|
2750
2765
|
}
|
|
2751
2766
|
/**
|
|
2752
2767
|
* @name BudgetTypeEnum.BudgetType
|
|
2753
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2768
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/BudgetTypeEnum.BudgetType
|
|
2754
2769
|
*/
|
|
2755
2770
|
enum BudgetType {
|
|
2756
2771
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2762,7 +2777,7 @@ export declare namespace enums {
|
|
|
2762
2777
|
}
|
|
2763
2778
|
/**
|
|
2764
2779
|
* @name CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2765
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2780
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2766
2781
|
*/
|
|
2767
2782
|
enum CallTrackingDisplayLocation {
|
|
2768
2783
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2772,7 +2787,7 @@ export declare namespace enums {
|
|
|
2772
2787
|
}
|
|
2773
2788
|
/**
|
|
2774
2789
|
* @name CallTypeEnum.CallType
|
|
2775
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2790
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CallTypeEnum.CallType
|
|
2776
2791
|
*/
|
|
2777
2792
|
enum CallType {
|
|
2778
2793
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2782,7 +2797,7 @@ export declare namespace enums {
|
|
|
2782
2797
|
}
|
|
2783
2798
|
/**
|
|
2784
2799
|
* @name CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2785
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2800
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2786
2801
|
*/
|
|
2787
2802
|
enum CampaignCriterionStatus {
|
|
2788
2803
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2793,7 +2808,7 @@ export declare namespace enums {
|
|
|
2793
2808
|
}
|
|
2794
2809
|
/**
|
|
2795
2810
|
* @name CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2796
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2811
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2797
2812
|
*/
|
|
2798
2813
|
enum CampaignDraftStatus {
|
|
2799
2814
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2806,7 +2821,7 @@ export declare namespace enums {
|
|
|
2806
2821
|
}
|
|
2807
2822
|
/**
|
|
2808
2823
|
* @name CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2809
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2824
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2810
2825
|
*/
|
|
2811
2826
|
enum CampaignExperimentType {
|
|
2812
2827
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2817,7 +2832,7 @@ export declare namespace enums {
|
|
|
2817
2832
|
}
|
|
2818
2833
|
/**
|
|
2819
2834
|
* @name CampaignGroupStatusEnum.CampaignGroupStatus
|
|
2820
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2835
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignGroupStatusEnum.CampaignGroupStatus
|
|
2821
2836
|
*/
|
|
2822
2837
|
enum CampaignGroupStatus {
|
|
2823
2838
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2827,7 +2842,7 @@ export declare namespace enums {
|
|
|
2827
2842
|
}
|
|
2828
2843
|
/**
|
|
2829
2844
|
* @name CampaignKeywordMatchTypeEnum.CampaignKeywordMatchType
|
|
2830
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2845
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignKeywordMatchTypeEnum.CampaignKeywordMatchType
|
|
2831
2846
|
*/
|
|
2832
2847
|
enum CampaignKeywordMatchType {
|
|
2833
2848
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2836,7 +2851,7 @@ export declare namespace enums {
|
|
|
2836
2851
|
}
|
|
2837
2852
|
/**
|
|
2838
2853
|
* @name CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
2839
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2854
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
2840
2855
|
*/
|
|
2841
2856
|
enum CampaignPrimaryStatus {
|
|
2842
2857
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2853,7 +2868,7 @@ export declare namespace enums {
|
|
|
2853
2868
|
}
|
|
2854
2869
|
/**
|
|
2855
2870
|
* @name CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
2856
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2871
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
2857
2872
|
*/
|
|
2858
2873
|
enum CampaignPrimaryStatusReason {
|
|
2859
2874
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2898,7 +2913,7 @@ export declare namespace enums {
|
|
|
2898
2913
|
}
|
|
2899
2914
|
/**
|
|
2900
2915
|
* @name CampaignServingStatusEnum.CampaignServingStatus
|
|
2901
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2916
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignServingStatusEnum.CampaignServingStatus
|
|
2902
2917
|
*/
|
|
2903
2918
|
enum CampaignServingStatus {
|
|
2904
2919
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2911,7 +2926,7 @@ export declare namespace enums {
|
|
|
2911
2926
|
}
|
|
2912
2927
|
/**
|
|
2913
2928
|
* @name CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2914
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2929
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2915
2930
|
*/
|
|
2916
2931
|
enum CampaignSharedSetStatus {
|
|
2917
2932
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2921,7 +2936,7 @@ export declare namespace enums {
|
|
|
2921
2936
|
}
|
|
2922
2937
|
/**
|
|
2923
2938
|
* @name CampaignStatusEnum.CampaignStatus
|
|
2924
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2939
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CampaignStatusEnum.CampaignStatus
|
|
2925
2940
|
*/
|
|
2926
2941
|
enum CampaignStatus {
|
|
2927
2942
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2932,7 +2947,7 @@ export declare namespace enums {
|
|
|
2932
2947
|
}
|
|
2933
2948
|
/**
|
|
2934
2949
|
* @name ChangeClientTypeEnum.ChangeClientType
|
|
2935
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2950
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ChangeClientTypeEnum.ChangeClientType
|
|
2936
2951
|
*/
|
|
2937
2952
|
enum ChangeClientType {
|
|
2938
2953
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2953,7 +2968,7 @@ export declare namespace enums {
|
|
|
2953
2968
|
}
|
|
2954
2969
|
/**
|
|
2955
2970
|
* @name ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2956
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2971
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2957
2972
|
*/
|
|
2958
2973
|
enum ChangeEventResourceType {
|
|
2959
2974
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2980,7 +2995,7 @@ export declare namespace enums {
|
|
|
2980
2995
|
}
|
|
2981
2996
|
/**
|
|
2982
2997
|
* @name ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2983
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2998
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2984
2999
|
*/
|
|
2985
3000
|
enum ChangeStatusOperation {
|
|
2986
3001
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2991,7 +3006,7 @@ export declare namespace enums {
|
|
|
2991
3006
|
}
|
|
2992
3007
|
/**
|
|
2993
3008
|
* @name ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2994
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3009
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2995
3010
|
*/
|
|
2996
3011
|
enum ChangeStatusResourceType {
|
|
2997
3012
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3020,7 +3035,7 @@ export declare namespace enums {
|
|
|
3020
3035
|
}
|
|
3021
3036
|
/**
|
|
3022
3037
|
* @name CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
3023
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3038
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
3024
3039
|
*/
|
|
3025
3040
|
enum CombinedAudienceStatus {
|
|
3026
3041
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3030,7 +3045,7 @@ export declare namespace enums {
|
|
|
3030
3045
|
}
|
|
3031
3046
|
/**
|
|
3032
3047
|
* @name ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
3033
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3048
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
3034
3049
|
*/
|
|
3035
3050
|
enum ConversionActionCountingType {
|
|
3036
3051
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3040,7 +3055,7 @@ export declare namespace enums {
|
|
|
3040
3055
|
}
|
|
3041
3056
|
/**
|
|
3042
3057
|
* @name ConversionActionStatusEnum.ConversionActionStatus
|
|
3043
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3058
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionActionStatusEnum.ConversionActionStatus
|
|
3044
3059
|
*/
|
|
3045
3060
|
enum ConversionActionStatus {
|
|
3046
3061
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3051,7 +3066,7 @@ export declare namespace enums {
|
|
|
3051
3066
|
}
|
|
3052
3067
|
/**
|
|
3053
3068
|
* @name ConversionActionTypeEnum.ConversionActionType
|
|
3054
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3069
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionActionTypeEnum.ConversionActionType
|
|
3055
3070
|
*/
|
|
3056
3071
|
enum ConversionActionType {
|
|
3057
3072
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3099,7 +3114,7 @@ export declare namespace enums {
|
|
|
3099
3114
|
}
|
|
3100
3115
|
/**
|
|
3101
3116
|
* @name ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
3102
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3117
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
3103
3118
|
*/
|
|
3104
3119
|
enum ConversionAdjustmentType {
|
|
3105
3120
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3110,7 +3125,7 @@ export declare namespace enums {
|
|
|
3110
3125
|
}
|
|
3111
3126
|
/**
|
|
3112
3127
|
* @name ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
3113
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3128
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
3114
3129
|
*/
|
|
3115
3130
|
enum ConversionCustomVariableStatus {
|
|
3116
3131
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3121,7 +3136,7 @@ export declare namespace enums {
|
|
|
3121
3136
|
}
|
|
3122
3137
|
/**
|
|
3123
3138
|
* @name ConversionCustomerTypeEnum.ConversionCustomerType
|
|
3124
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3139
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionCustomerTypeEnum.ConversionCustomerType
|
|
3125
3140
|
*/
|
|
3126
3141
|
enum ConversionCustomerType {
|
|
3127
3142
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3131,7 +3146,7 @@ export declare namespace enums {
|
|
|
3131
3146
|
}
|
|
3132
3147
|
/**
|
|
3133
3148
|
* @name ConversionEnvironmentEnum.ConversionEnvironment
|
|
3134
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3149
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionEnvironmentEnum.ConversionEnvironment
|
|
3135
3150
|
*/
|
|
3136
3151
|
enum ConversionEnvironment {
|
|
3137
3152
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3141,7 +3156,7 @@ export declare namespace enums {
|
|
|
3141
3156
|
}
|
|
3142
3157
|
/**
|
|
3143
3158
|
* @name ConversionOriginEnum.ConversionOrigin
|
|
3144
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3159
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionOriginEnum.ConversionOrigin
|
|
3145
3160
|
*/
|
|
3146
3161
|
enum ConversionOrigin {
|
|
3147
3162
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3155,7 +3170,7 @@ export declare namespace enums {
|
|
|
3155
3170
|
}
|
|
3156
3171
|
/**
|
|
3157
3172
|
* @name ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
3158
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3173
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
3159
3174
|
*/
|
|
3160
3175
|
enum ConversionTrackingStatus {
|
|
3161
3176
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3167,7 +3182,7 @@ export declare namespace enums {
|
|
|
3167
3182
|
}
|
|
3168
3183
|
/**
|
|
3169
3184
|
* @name ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
3170
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3185
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
3171
3186
|
*/
|
|
3172
3187
|
enum ConversionValueRuleSetStatus {
|
|
3173
3188
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3178,7 +3193,7 @@ export declare namespace enums {
|
|
|
3178
3193
|
}
|
|
3179
3194
|
/**
|
|
3180
3195
|
* @name ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
3181
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3196
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
3182
3197
|
*/
|
|
3183
3198
|
enum ConversionValueRuleStatus {
|
|
3184
3199
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3189,7 +3204,7 @@ export declare namespace enums {
|
|
|
3189
3204
|
}
|
|
3190
3205
|
/**
|
|
3191
3206
|
* @name CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
3192
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3207
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
3193
3208
|
*/
|
|
3194
3209
|
enum CriterionSystemServingStatus {
|
|
3195
3210
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3199,7 +3214,7 @@ export declare namespace enums {
|
|
|
3199
3214
|
}
|
|
3200
3215
|
/**
|
|
3201
3216
|
* @name CriterionTypeEnum.CriterionType
|
|
3202
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3217
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CriterionTypeEnum.CriterionType
|
|
3203
3218
|
*/
|
|
3204
3219
|
enum CriterionType {
|
|
3205
3220
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3243,11 +3258,12 @@ export declare namespace enums {
|
|
|
3243
3258
|
SEARCH_THEME = 38,// SEARCH_THEME
|
|
3244
3259
|
BRAND = 39,// BRAND
|
|
3245
3260
|
BRAND_LIST = 40,// BRAND_LIST
|
|
3246
|
-
LIFE_EVENT = 41
|
|
3261
|
+
LIFE_EVENT = 41,// LIFE_EVENT
|
|
3262
|
+
WEBPAGE_LIST = 42
|
|
3247
3263
|
}
|
|
3248
3264
|
/**
|
|
3249
3265
|
* @name CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
3250
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3266
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
3251
3267
|
*/
|
|
3252
3268
|
enum CustomAudienceMemberType {
|
|
3253
3269
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3259,7 +3275,7 @@ export declare namespace enums {
|
|
|
3259
3275
|
}
|
|
3260
3276
|
/**
|
|
3261
3277
|
* @name CustomAudienceStatusEnum.CustomAudienceStatus
|
|
3262
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3278
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomAudienceStatusEnum.CustomAudienceStatus
|
|
3263
3279
|
*/
|
|
3264
3280
|
enum CustomAudienceStatus {
|
|
3265
3281
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3269,7 +3285,7 @@ export declare namespace enums {
|
|
|
3269
3285
|
}
|
|
3270
3286
|
/**
|
|
3271
3287
|
* @name CustomAudienceTypeEnum.CustomAudienceType
|
|
3272
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3288
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomAudienceTypeEnum.CustomAudienceType
|
|
3273
3289
|
*/
|
|
3274
3290
|
enum CustomAudienceType {
|
|
3275
3291
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3281,7 +3297,7 @@ export declare namespace enums {
|
|
|
3281
3297
|
}
|
|
3282
3298
|
/**
|
|
3283
3299
|
* @name CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
3284
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3300
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
3285
3301
|
*/
|
|
3286
3302
|
enum CustomConversionGoalStatus {
|
|
3287
3303
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3291,7 +3307,7 @@ export declare namespace enums {
|
|
|
3291
3307
|
}
|
|
3292
3308
|
/**
|
|
3293
3309
|
* @name CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3294
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3310
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3295
3311
|
*/
|
|
3296
3312
|
enum CustomInterestMemberType {
|
|
3297
3313
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3301,7 +3317,7 @@ export declare namespace enums {
|
|
|
3301
3317
|
}
|
|
3302
3318
|
/**
|
|
3303
3319
|
* @name CustomInterestStatusEnum.CustomInterestStatus
|
|
3304
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3320
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomInterestStatusEnum.CustomInterestStatus
|
|
3305
3321
|
*/
|
|
3306
3322
|
enum CustomInterestStatus {
|
|
3307
3323
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3311,7 +3327,7 @@ export declare namespace enums {
|
|
|
3311
3327
|
}
|
|
3312
3328
|
/**
|
|
3313
3329
|
* @name CustomInterestTypeEnum.CustomInterestType
|
|
3314
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3330
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomInterestTypeEnum.CustomInterestType
|
|
3315
3331
|
*/
|
|
3316
3332
|
enum CustomInterestType {
|
|
3317
3333
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3321,7 +3337,7 @@ export declare namespace enums {
|
|
|
3321
3337
|
}
|
|
3322
3338
|
/**
|
|
3323
3339
|
* @name CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
|
|
3324
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3340
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
|
|
3325
3341
|
*/
|
|
3326
3342
|
enum CustomerAcquisitionOptimizationMode {
|
|
3327
3343
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3332,7 +3348,7 @@ export declare namespace enums {
|
|
|
3332
3348
|
}
|
|
3333
3349
|
/**
|
|
3334
3350
|
* @name CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3335
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3351
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3336
3352
|
*/
|
|
3337
3353
|
enum CustomerPayPerConversionEligibilityFailureReason {
|
|
3338
3354
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3347,7 +3363,7 @@ export declare namespace enums {
|
|
|
3347
3363
|
}
|
|
3348
3364
|
/**
|
|
3349
3365
|
* @name CustomerStatusEnum.CustomerStatus
|
|
3350
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3366
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomerStatusEnum.CustomerStatus
|
|
3351
3367
|
*/
|
|
3352
3368
|
enum CustomerStatus {
|
|
3353
3369
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3359,7 +3375,7 @@ export declare namespace enums {
|
|
|
3359
3375
|
}
|
|
3360
3376
|
/**
|
|
3361
3377
|
* @name CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3362
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3378
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3363
3379
|
*/
|
|
3364
3380
|
enum CustomizerAttributeStatus {
|
|
3365
3381
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3369,7 +3385,7 @@ export declare namespace enums {
|
|
|
3369
3385
|
}
|
|
3370
3386
|
/**
|
|
3371
3387
|
* @name CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3372
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3388
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3373
3389
|
*/
|
|
3374
3390
|
enum CustomizerValueStatus {
|
|
3375
3391
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3379,7 +3395,7 @@ export declare namespace enums {
|
|
|
3379
3395
|
}
|
|
3380
3396
|
/**
|
|
3381
3397
|
* @name DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3382
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3398
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3383
3399
|
*/
|
|
3384
3400
|
enum DataDrivenModelStatus {
|
|
3385
3401
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3391,7 +3407,7 @@ export declare namespace enums {
|
|
|
3391
3407
|
}
|
|
3392
3408
|
/**
|
|
3393
3409
|
* @name DataLinkStatusEnum.DataLinkStatus
|
|
3394
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3410
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DataLinkStatusEnum.DataLinkStatus
|
|
3395
3411
|
*/
|
|
3396
3412
|
enum DataLinkStatus {
|
|
3397
3413
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3405,7 +3421,7 @@ export declare namespace enums {
|
|
|
3405
3421
|
}
|
|
3406
3422
|
/**
|
|
3407
3423
|
* @name DataLinkTypeEnum.DataLinkType
|
|
3408
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3424
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DataLinkTypeEnum.DataLinkType
|
|
3409
3425
|
*/
|
|
3410
3426
|
enum DataLinkType {
|
|
3411
3427
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3414,7 +3430,7 @@ export declare namespace enums {
|
|
|
3414
3430
|
}
|
|
3415
3431
|
/**
|
|
3416
3432
|
* @name DemandGenChannelConfigEnum.DemandGenChannelConfig
|
|
3417
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3433
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DemandGenChannelConfigEnum.DemandGenChannelConfig
|
|
3418
3434
|
*/
|
|
3419
3435
|
enum DemandGenChannelConfig {
|
|
3420
3436
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3424,7 +3440,7 @@ export declare namespace enums {
|
|
|
3424
3440
|
}
|
|
3425
3441
|
/**
|
|
3426
3442
|
* @name DemandGenChannelStrategyEnum.DemandGenChannelStrategy
|
|
3427
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3443
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DemandGenChannelStrategyEnum.DemandGenChannelStrategy
|
|
3428
3444
|
*/
|
|
3429
3445
|
enum DemandGenChannelStrategy {
|
|
3430
3446
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3434,7 +3450,7 @@ export declare namespace enums {
|
|
|
3434
3450
|
}
|
|
3435
3451
|
/**
|
|
3436
3452
|
* @name DistanceBucketEnum.DistanceBucket
|
|
3437
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3453
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/DistanceBucketEnum.DistanceBucket
|
|
3438
3454
|
*/
|
|
3439
3455
|
enum DistanceBucket {
|
|
3440
3456
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3469,7 +3485,7 @@ export declare namespace enums {
|
|
|
3469
3485
|
}
|
|
3470
3486
|
/**
|
|
3471
3487
|
* @name ExperimentStatusEnum.ExperimentStatus
|
|
3472
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3488
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ExperimentStatusEnum.ExperimentStatus
|
|
3473
3489
|
*/
|
|
3474
3490
|
enum ExperimentStatus {
|
|
3475
3491
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3484,7 +3500,7 @@ export declare namespace enums {
|
|
|
3484
3500
|
}
|
|
3485
3501
|
/**
|
|
3486
3502
|
* @name ExperimentTypeEnum.ExperimentType
|
|
3487
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3503
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ExperimentTypeEnum.ExperimentType
|
|
3488
3504
|
*/
|
|
3489
3505
|
enum ExperimentType {
|
|
3490
3506
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3502,7 +3518,7 @@ export declare namespace enums {
|
|
|
3502
3518
|
}
|
|
3503
3519
|
/**
|
|
3504
3520
|
* @name GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3505
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3521
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3506
3522
|
*/
|
|
3507
3523
|
enum GeoTargetConstantStatus {
|
|
3508
3524
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3512,7 +3528,7 @@ export declare namespace enums {
|
|
|
3512
3528
|
}
|
|
3513
3529
|
/**
|
|
3514
3530
|
* @name GeoTargetingTypeEnum.GeoTargetingType
|
|
3515
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3531
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/GeoTargetingTypeEnum.GeoTargetingType
|
|
3516
3532
|
*/
|
|
3517
3533
|
enum GeoTargetingType {
|
|
3518
3534
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3522,7 +3538,7 @@ export declare namespace enums {
|
|
|
3522
3538
|
}
|
|
3523
3539
|
/**
|
|
3524
3540
|
* @name GoalConfigLevelEnum.GoalConfigLevel
|
|
3525
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3541
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/GoalConfigLevelEnum.GoalConfigLevel
|
|
3526
3542
|
*/
|
|
3527
3543
|
enum GoalConfigLevel {
|
|
3528
3544
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3532,7 +3548,7 @@ export declare namespace enums {
|
|
|
3532
3548
|
}
|
|
3533
3549
|
/**
|
|
3534
3550
|
* @name GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3535
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3551
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3536
3552
|
*/
|
|
3537
3553
|
enum GoogleAdsFieldCategory {
|
|
3538
3554
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3544,7 +3560,7 @@ export declare namespace enums {
|
|
|
3544
3560
|
}
|
|
3545
3561
|
/**
|
|
3546
3562
|
* @name GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3547
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3563
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3548
3564
|
*/
|
|
3549
3565
|
enum GoogleAdsFieldDataType {
|
|
3550
3566
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3563,7 +3579,7 @@ export declare namespace enums {
|
|
|
3563
3579
|
}
|
|
3564
3580
|
/**
|
|
3565
3581
|
* @name GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3566
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3582
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3567
3583
|
*/
|
|
3568
3584
|
enum GoogleVoiceCallStatus {
|
|
3569
3585
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3573,7 +3589,7 @@ export declare namespace enums {
|
|
|
3573
3589
|
}
|
|
3574
3590
|
/**
|
|
3575
3591
|
* @name HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
3576
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3592
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
3577
3593
|
*/
|
|
3578
3594
|
enum HotelAssetSuggestionStatus {
|
|
3579
3595
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3584,7 +3600,7 @@ export declare namespace enums {
|
|
|
3584
3600
|
}
|
|
3585
3601
|
/**
|
|
3586
3602
|
* @name HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3587
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3603
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3588
3604
|
*/
|
|
3589
3605
|
enum HotelReconciliationStatus {
|
|
3590
3606
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3596,7 +3612,7 @@ export declare namespace enums {
|
|
|
3596
3612
|
}
|
|
3597
3613
|
/**
|
|
3598
3614
|
* @name IdentityVerificationProgramEnum.IdentityVerificationProgram
|
|
3599
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3615
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/IdentityVerificationProgramEnum.IdentityVerificationProgram
|
|
3600
3616
|
*/
|
|
3601
3617
|
enum IdentityVerificationProgram {
|
|
3602
3618
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3605,7 +3621,7 @@ export declare namespace enums {
|
|
|
3605
3621
|
}
|
|
3606
3622
|
/**
|
|
3607
3623
|
* @name IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
|
|
3608
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3624
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
|
|
3609
3625
|
*/
|
|
3610
3626
|
enum IdentityVerificationProgramStatus {
|
|
3611
3627
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3617,7 +3633,7 @@ export declare namespace enums {
|
|
|
3617
3633
|
}
|
|
3618
3634
|
/**
|
|
3619
3635
|
* @name InsightsTrendEnum.InsightsTrend
|
|
3620
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3636
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/InsightsTrendEnum.InsightsTrend
|
|
3621
3637
|
*/
|
|
3622
3638
|
enum InsightsTrend {
|
|
3623
3639
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3629,7 +3645,7 @@ export declare namespace enums {
|
|
|
3629
3645
|
}
|
|
3630
3646
|
/**
|
|
3631
3647
|
* @name InvoiceTypeEnum.InvoiceType
|
|
3632
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3648
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/InvoiceTypeEnum.InvoiceType
|
|
3633
3649
|
*/
|
|
3634
3650
|
enum InvoiceType {
|
|
3635
3651
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3639,7 +3655,7 @@ export declare namespace enums {
|
|
|
3639
3655
|
}
|
|
3640
3656
|
/**
|
|
3641
3657
|
* @name KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3642
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3658
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3643
3659
|
*/
|
|
3644
3660
|
enum KeywordPlanForecastInterval {
|
|
3645
3661
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3650,7 +3666,7 @@ export declare namespace enums {
|
|
|
3650
3666
|
}
|
|
3651
3667
|
/**
|
|
3652
3668
|
* @name KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3653
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3669
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3654
3670
|
*/
|
|
3655
3671
|
enum KeywordPlanKeywordAnnotation {
|
|
3656
3672
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3659,7 +3675,7 @@ export declare namespace enums {
|
|
|
3659
3675
|
}
|
|
3660
3676
|
/**
|
|
3661
3677
|
* @name KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3662
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3678
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3663
3679
|
*/
|
|
3664
3680
|
enum KeywordPlanNetwork {
|
|
3665
3681
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3669,7 +3685,7 @@ export declare namespace enums {
|
|
|
3669
3685
|
}
|
|
3670
3686
|
/**
|
|
3671
3687
|
* @name LabelStatusEnum.LabelStatus
|
|
3672
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3688
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LabelStatusEnum.LabelStatus
|
|
3673
3689
|
*/
|
|
3674
3690
|
enum LabelStatus {
|
|
3675
3691
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3679,7 +3695,7 @@ export declare namespace enums {
|
|
|
3679
3695
|
}
|
|
3680
3696
|
/**
|
|
3681
3697
|
* @name LinkedAccountTypeEnum.LinkedAccountType
|
|
3682
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3698
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LinkedAccountTypeEnum.LinkedAccountType
|
|
3683
3699
|
*/
|
|
3684
3700
|
enum LinkedAccountType {
|
|
3685
3701
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3688,7 +3704,7 @@ export declare namespace enums {
|
|
|
3688
3704
|
}
|
|
3689
3705
|
/**
|
|
3690
3706
|
* @name LinkedProductTypeEnum.LinkedProductType
|
|
3691
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3707
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LinkedProductTypeEnum.LinkedProductType
|
|
3692
3708
|
*/
|
|
3693
3709
|
enum LinkedProductType {
|
|
3694
3710
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3701,7 +3717,7 @@ export declare namespace enums {
|
|
|
3701
3717
|
}
|
|
3702
3718
|
/**
|
|
3703
3719
|
* @name ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3704
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3720
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3705
3721
|
*/
|
|
3706
3722
|
enum ListingGroupFilterCustomAttributeIndex {
|
|
3707
3723
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3714,7 +3730,7 @@ export declare namespace enums {
|
|
|
3714
3730
|
}
|
|
3715
3731
|
/**
|
|
3716
3732
|
* @name ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
|
|
3717
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3733
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
|
|
3718
3734
|
*/
|
|
3719
3735
|
enum ListingGroupFilterListingSource {
|
|
3720
3736
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3724,7 +3740,7 @@ export declare namespace enums {
|
|
|
3724
3740
|
}
|
|
3725
3741
|
/**
|
|
3726
3742
|
* @name ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
|
|
3727
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3743
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
|
|
3728
3744
|
*/
|
|
3729
3745
|
enum ListingGroupFilterProductCategoryLevel {
|
|
3730
3746
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3737,7 +3753,7 @@ export declare namespace enums {
|
|
|
3737
3753
|
}
|
|
3738
3754
|
/**
|
|
3739
3755
|
* @name ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3740
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3756
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3741
3757
|
*/
|
|
3742
3758
|
enum ListingGroupFilterProductChannel {
|
|
3743
3759
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3747,7 +3763,7 @@ export declare namespace enums {
|
|
|
3747
3763
|
}
|
|
3748
3764
|
/**
|
|
3749
3765
|
* @name ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3750
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3766
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3751
3767
|
*/
|
|
3752
3768
|
enum ListingGroupFilterProductCondition {
|
|
3753
3769
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3758,7 +3774,7 @@ export declare namespace enums {
|
|
|
3758
3774
|
}
|
|
3759
3775
|
/**
|
|
3760
3776
|
* @name ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3761
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3777
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3762
3778
|
*/
|
|
3763
3779
|
enum ListingGroupFilterProductTypeLevel {
|
|
3764
3780
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3771,7 +3787,7 @@ export declare namespace enums {
|
|
|
3771
3787
|
}
|
|
3772
3788
|
/**
|
|
3773
3789
|
* @name ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3774
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3790
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3775
3791
|
*/
|
|
3776
3792
|
enum ListingGroupFilterType {
|
|
3777
3793
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3782,7 +3798,7 @@ export declare namespace enums {
|
|
|
3782
3798
|
}
|
|
3783
3799
|
/**
|
|
3784
3800
|
* @name ListingTypeEnum.ListingType
|
|
3785
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3801
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ListingTypeEnum.ListingType
|
|
3786
3802
|
*/
|
|
3787
3803
|
enum ListingType {
|
|
3788
3804
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3791,7 +3807,7 @@ export declare namespace enums {
|
|
|
3791
3807
|
}
|
|
3792
3808
|
/**
|
|
3793
3809
|
* @name LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
|
|
3794
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3810
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
|
|
3795
3811
|
*/
|
|
3796
3812
|
enum LocalServicesBusinessRegistrationCheckRejectionReason {
|
|
3797
3813
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3808,7 +3824,7 @@ export declare namespace enums {
|
|
|
3808
3824
|
}
|
|
3809
3825
|
/**
|
|
3810
3826
|
* @name LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
|
|
3811
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3827
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
|
|
3812
3828
|
*/
|
|
3813
3829
|
enum LocalServicesBusinessRegistrationType {
|
|
3814
3830
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3818,7 +3834,7 @@ export declare namespace enums {
|
|
|
3818
3834
|
}
|
|
3819
3835
|
/**
|
|
3820
3836
|
* @name LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
|
|
3821
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3837
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
|
|
3822
3838
|
*/
|
|
3823
3839
|
enum LocalServicesLeadConversationType {
|
|
3824
3840
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3833,7 +3849,7 @@ export declare namespace enums {
|
|
|
3833
3849
|
}
|
|
3834
3850
|
/**
|
|
3835
3851
|
* @name LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
|
|
3836
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3852
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
|
|
3837
3853
|
*/
|
|
3838
3854
|
enum LocalServicesEmployeeStatus {
|
|
3839
3855
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3843,7 +3859,7 @@ export declare namespace enums {
|
|
|
3843
3859
|
}
|
|
3844
3860
|
/**
|
|
3845
3861
|
* @name LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
|
|
3846
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3862
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
|
|
3847
3863
|
*/
|
|
3848
3864
|
enum LocalServicesEmployeeType {
|
|
3849
3865
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3853,7 +3869,7 @@ export declare namespace enums {
|
|
|
3853
3869
|
}
|
|
3854
3870
|
/**
|
|
3855
3871
|
* @name LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
|
|
3856
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3872
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
|
|
3857
3873
|
*/
|
|
3858
3874
|
enum LocalServicesInsuranceRejectionReason {
|
|
3859
3875
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3875,7 +3891,7 @@ export declare namespace enums {
|
|
|
3875
3891
|
}
|
|
3876
3892
|
/**
|
|
3877
3893
|
* @name LocalServicesLeadCreditIssuanceDecisionEnum.LocalServicesLeadCreditIssuanceDecision
|
|
3878
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3894
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLeadCreditIssuanceDecisionEnum.LocalServicesLeadCreditIssuanceDecision
|
|
3879
3895
|
*/
|
|
3880
3896
|
enum LocalServicesLeadCreditIssuanceDecision {
|
|
3881
3897
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3887,7 +3903,7 @@ export declare namespace enums {
|
|
|
3887
3903
|
}
|
|
3888
3904
|
/**
|
|
3889
3905
|
* @name LocalServicesCreditStateEnum.LocalServicesCreditState
|
|
3890
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3906
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesCreditStateEnum.LocalServicesCreditState
|
|
3891
3907
|
*/
|
|
3892
3908
|
enum LocalServicesCreditState {
|
|
3893
3909
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3897,7 +3913,7 @@ export declare namespace enums {
|
|
|
3897
3913
|
}
|
|
3898
3914
|
/**
|
|
3899
3915
|
* @name LocalServicesLeadStatusEnum.LocalServicesLeadStatus
|
|
3900
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3916
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLeadStatusEnum.LocalServicesLeadStatus
|
|
3901
3917
|
*/
|
|
3902
3918
|
enum LocalServicesLeadStatus {
|
|
3903
3919
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3913,7 +3929,7 @@ export declare namespace enums {
|
|
|
3913
3929
|
}
|
|
3914
3930
|
/**
|
|
3915
3931
|
* @name LocalServicesLeadSurveyAnswerEnum.LocalServicesLeadSurveyAnswer
|
|
3916
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3932
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLeadSurveyAnswerEnum.LocalServicesLeadSurveyAnswer
|
|
3917
3933
|
*/
|
|
3918
3934
|
enum LocalServicesLeadSurveyAnswer {
|
|
3919
3935
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3926,7 +3942,7 @@ export declare namespace enums {
|
|
|
3926
3942
|
}
|
|
3927
3943
|
/**
|
|
3928
3944
|
* @name LocalServicesLeadSurveyDissatisfiedReasonEnum.LocalServicesLeadSurveyDissatisfiedReason
|
|
3929
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3945
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLeadSurveyDissatisfiedReasonEnum.LocalServicesLeadSurveyDissatisfiedReason
|
|
3930
3946
|
*/
|
|
3931
3947
|
enum LocalServicesLeadSurveyDissatisfiedReason {
|
|
3932
3948
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3941,7 +3957,7 @@ export declare namespace enums {
|
|
|
3941
3957
|
}
|
|
3942
3958
|
/**
|
|
3943
3959
|
* @name LocalServicesLeadSurveySatisfiedReasonEnum.LocalServicesLeadSurveySatisfiedReason
|
|
3944
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3960
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLeadSurveySatisfiedReasonEnum.LocalServicesLeadSurveySatisfiedReason
|
|
3945
3961
|
*/
|
|
3946
3962
|
enum LocalServicesLeadSurveySatisfiedReason {
|
|
3947
3963
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3954,7 +3970,7 @@ export declare namespace enums {
|
|
|
3954
3970
|
}
|
|
3955
3971
|
/**
|
|
3956
3972
|
* @name LocalServicesLeadTypeEnum.LocalServicesLeadType
|
|
3957
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3973
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLeadTypeEnum.LocalServicesLeadType
|
|
3958
3974
|
*/
|
|
3959
3975
|
enum LocalServicesLeadType {
|
|
3960
3976
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3965,7 +3981,7 @@ export declare namespace enums {
|
|
|
3965
3981
|
}
|
|
3966
3982
|
/**
|
|
3967
3983
|
* @name LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
|
|
3968
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3984
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
|
|
3969
3985
|
*/
|
|
3970
3986
|
enum LocalServicesLicenseRejectionReason {
|
|
3971
3987
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3980,7 +3996,7 @@ export declare namespace enums {
|
|
|
3980
3996
|
}
|
|
3981
3997
|
/**
|
|
3982
3998
|
* @name LocalServicesParticipantTypeEnum.LocalServicesParticipantType
|
|
3983
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3999
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesParticipantTypeEnum.LocalServicesParticipantType
|
|
3984
4000
|
*/
|
|
3985
4001
|
enum LocalServicesParticipantType {
|
|
3986
4002
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3990,7 +4006,7 @@ export declare namespace enums {
|
|
|
3990
4006
|
}
|
|
3991
4007
|
/**
|
|
3992
4008
|
* @name LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
|
|
3993
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4009
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
|
|
3994
4010
|
*/
|
|
3995
4011
|
enum LocalServicesVerificationArtifactStatus {
|
|
3996
4012
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4003,7 +4019,7 @@ export declare namespace enums {
|
|
|
4003
4019
|
}
|
|
4004
4020
|
/**
|
|
4005
4021
|
* @name LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
|
|
4006
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4022
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
|
|
4007
4023
|
*/
|
|
4008
4024
|
enum LocalServicesVerificationArtifactType {
|
|
4009
4025
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4015,7 +4031,7 @@ export declare namespace enums {
|
|
|
4015
4031
|
}
|
|
4016
4032
|
/**
|
|
4017
4033
|
* @name LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
|
|
4018
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4034
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
|
|
4019
4035
|
*/
|
|
4020
4036
|
enum LocalServicesVerificationStatus {
|
|
4021
4037
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4030,7 +4046,7 @@ export declare namespace enums {
|
|
|
4030
4046
|
}
|
|
4031
4047
|
/**
|
|
4032
4048
|
* @name LocationSourceTypeEnum.LocationSourceType
|
|
4033
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4049
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/LocationSourceTypeEnum.LocationSourceType
|
|
4034
4050
|
*/
|
|
4035
4051
|
enum LocationSourceType {
|
|
4036
4052
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4040,7 +4056,7 @@ export declare namespace enums {
|
|
|
4040
4056
|
}
|
|
4041
4057
|
/**
|
|
4042
4058
|
* @name ManagerLinkStatusEnum.ManagerLinkStatus
|
|
4043
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4059
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ManagerLinkStatusEnum.ManagerLinkStatus
|
|
4044
4060
|
*/
|
|
4045
4061
|
enum ManagerLinkStatus {
|
|
4046
4062
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4053,7 +4069,7 @@ export declare namespace enums {
|
|
|
4053
4069
|
}
|
|
4054
4070
|
/**
|
|
4055
4071
|
* @name MediaTypeEnum.MediaType
|
|
4056
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4072
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/MediaTypeEnum.MediaType
|
|
4057
4073
|
*/
|
|
4058
4074
|
enum MediaType {
|
|
4059
4075
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4067,7 +4083,7 @@ export declare namespace enums {
|
|
|
4067
4083
|
}
|
|
4068
4084
|
/**
|
|
4069
4085
|
* @name MobileDeviceTypeEnum.MobileDeviceType
|
|
4070
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4086
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/MobileDeviceTypeEnum.MobileDeviceType
|
|
4071
4087
|
*/
|
|
4072
4088
|
enum MobileDeviceType {
|
|
4073
4089
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4077,7 +4093,7 @@ export declare namespace enums {
|
|
|
4077
4093
|
}
|
|
4078
4094
|
/**
|
|
4079
4095
|
* @name NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
4080
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4096
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
4081
4097
|
*/
|
|
4082
4098
|
enum NegativeGeoTargetType {
|
|
4083
4099
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4085,9 +4101,32 @@ export declare namespace enums {
|
|
|
4085
4101
|
PRESENCE_OR_INTEREST = 4,// PRESENCE_OR_INTEREST
|
|
4086
4102
|
PRESENCE = 5
|
|
4087
4103
|
}
|
|
4104
|
+
/**
|
|
4105
|
+
* @name NonSkippableMaxDurationEnum.NonSkippableMaxDuration
|
|
4106
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/NonSkippableMaxDurationEnum.NonSkippableMaxDuration
|
|
4107
|
+
*/
|
|
4108
|
+
enum NonSkippableMaxDuration {
|
|
4109
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
4110
|
+
UNKNOWN = 1,// UNKNOWN
|
|
4111
|
+
MAX_DURATION_FIFTEEN_SECONDS = 2,// MAX_DURATION_FIFTEEN_SECONDS
|
|
4112
|
+
MAX_DURATION_THIRTY_SECONDS = 3,// MAX_DURATION_THIRTY_SECONDS
|
|
4113
|
+
MAX_DURATION_SIXTY_SECONDS = 4
|
|
4114
|
+
}
|
|
4115
|
+
/**
|
|
4116
|
+
* @name NonSkippableMinDurationEnum.NonSkippableMinDuration
|
|
4117
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/NonSkippableMinDurationEnum.NonSkippableMinDuration
|
|
4118
|
+
*/
|
|
4119
|
+
enum NonSkippableMinDuration {
|
|
4120
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
4121
|
+
UNKNOWN = 1,// UNKNOWN
|
|
4122
|
+
MIN_DURATION_FIVE_SECONDS = 2,// MIN_DURATION_FIVE_SECONDS
|
|
4123
|
+
MIN_DURATION_SEVEN_SECONDS = 3,// MIN_DURATION_SEVEN_SECONDS
|
|
4124
|
+
MIN_DURATION_SIXTEEN_SECONDS = 4,// MIN_DURATION_SIXTEEN_SECONDS
|
|
4125
|
+
MIN_DURATION_THIRTY_ONE_SECONDS = 5
|
|
4126
|
+
}
|
|
4088
4127
|
/**
|
|
4089
4128
|
* @name OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
|
|
4090
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4129
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
|
|
4091
4130
|
*/
|
|
4092
4131
|
enum OfflineConversionDiagnosticStatus {
|
|
4093
4132
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4099,7 +4138,7 @@ export declare namespace enums {
|
|
|
4099
4138
|
}
|
|
4100
4139
|
/**
|
|
4101
4140
|
* @name OfflineEventUploadClientEnum.OfflineEventUploadClient
|
|
4102
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4141
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OfflineEventUploadClientEnum.OfflineEventUploadClient
|
|
4103
4142
|
*/
|
|
4104
4143
|
enum OfflineEventUploadClient {
|
|
4105
4144
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4110,7 +4149,7 @@ export declare namespace enums {
|
|
|
4110
4149
|
}
|
|
4111
4150
|
/**
|
|
4112
4151
|
* @name OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
4113
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4152
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
4114
4153
|
*/
|
|
4115
4154
|
enum OfflineUserDataJobFailureReason {
|
|
4116
4155
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4123,7 +4162,7 @@ export declare namespace enums {
|
|
|
4123
4162
|
}
|
|
4124
4163
|
/**
|
|
4125
4164
|
* @name OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
4126
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4165
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
4127
4166
|
*/
|
|
4128
4167
|
enum OfflineUserDataJobMatchRateRange {
|
|
4129
4168
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4140,7 +4179,7 @@ export declare namespace enums {
|
|
|
4140
4179
|
}
|
|
4141
4180
|
/**
|
|
4142
4181
|
* @name OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
4143
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4182
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
4144
4183
|
*/
|
|
4145
4184
|
enum OfflineUserDataJobStatus {
|
|
4146
4185
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4152,7 +4191,7 @@ export declare namespace enums {
|
|
|
4152
4191
|
}
|
|
4153
4192
|
/**
|
|
4154
4193
|
* @name OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
4155
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4194
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
4156
4195
|
*/
|
|
4157
4196
|
enum OfflineUserDataJobType {
|
|
4158
4197
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4164,7 +4203,7 @@ export declare namespace enums {
|
|
|
4164
4203
|
}
|
|
4165
4204
|
/**
|
|
4166
4205
|
* @name OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
4167
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4206
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
4168
4207
|
*/
|
|
4169
4208
|
enum OperatingSystemVersionOperatorType {
|
|
4170
4209
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4174,7 +4213,7 @@ export declare namespace enums {
|
|
|
4174
4213
|
}
|
|
4175
4214
|
/**
|
|
4176
4215
|
* @name OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4177
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4216
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4178
4217
|
*/
|
|
4179
4218
|
enum OptimizationGoalType {
|
|
4180
4219
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4185,7 +4224,7 @@ export declare namespace enums {
|
|
|
4185
4224
|
}
|
|
4186
4225
|
/**
|
|
4187
4226
|
* @name PaymentModeEnum.PaymentMode
|
|
4188
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4227
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PaymentModeEnum.PaymentMode
|
|
4189
4228
|
*/
|
|
4190
4229
|
enum PaymentMode {
|
|
4191
4230
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4197,7 +4236,7 @@ export declare namespace enums {
|
|
|
4197
4236
|
}
|
|
4198
4237
|
/**
|
|
4199
4238
|
* @name PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4200
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4239
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4201
4240
|
*/
|
|
4202
4241
|
enum PerformanceMaxUpgradeStatus {
|
|
4203
4242
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4209,7 +4248,7 @@ export declare namespace enums {
|
|
|
4209
4248
|
}
|
|
4210
4249
|
/**
|
|
4211
4250
|
* @name PlacementTypeEnum.PlacementType
|
|
4212
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4251
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PlacementTypeEnum.PlacementType
|
|
4213
4252
|
*/
|
|
4214
4253
|
enum PlacementType {
|
|
4215
4254
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4223,7 +4262,7 @@ export declare namespace enums {
|
|
|
4223
4262
|
}
|
|
4224
4263
|
/**
|
|
4225
4264
|
* @name PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4226
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4265
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4227
4266
|
*/
|
|
4228
4267
|
enum PositiveGeoTargetType {
|
|
4229
4268
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4234,7 +4273,7 @@ export declare namespace enums {
|
|
|
4234
4273
|
}
|
|
4235
4274
|
/**
|
|
4236
4275
|
* @name ProductAvailabilityEnum.ProductAvailability
|
|
4237
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4276
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductAvailabilityEnum.ProductAvailability
|
|
4238
4277
|
*/
|
|
4239
4278
|
enum ProductAvailability {
|
|
4240
4279
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4245,7 +4284,7 @@ export declare namespace enums {
|
|
|
4245
4284
|
}
|
|
4246
4285
|
/**
|
|
4247
4286
|
* @name ProductCategoryStateEnum.ProductCategoryState
|
|
4248
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4287
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductCategoryStateEnum.ProductCategoryState
|
|
4249
4288
|
*/
|
|
4250
4289
|
enum ProductCategoryState {
|
|
4251
4290
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4255,7 +4294,7 @@ export declare namespace enums {
|
|
|
4255
4294
|
}
|
|
4256
4295
|
/**
|
|
4257
4296
|
* @name ProductIssueSeverityEnum.ProductIssueSeverity
|
|
4258
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4297
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductIssueSeverityEnum.ProductIssueSeverity
|
|
4259
4298
|
*/
|
|
4260
4299
|
enum ProductIssueSeverity {
|
|
4261
4300
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4265,7 +4304,7 @@ export declare namespace enums {
|
|
|
4265
4304
|
}
|
|
4266
4305
|
/**
|
|
4267
4306
|
* @name ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
|
|
4268
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4307
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
|
|
4269
4308
|
*/
|
|
4270
4309
|
enum ProductLinkInvitationStatus {
|
|
4271
4310
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4279,7 +4318,7 @@ export declare namespace enums {
|
|
|
4279
4318
|
}
|
|
4280
4319
|
/**
|
|
4281
4320
|
* @name ProductStatusEnum.ProductStatus
|
|
4282
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4321
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ProductStatusEnum.ProductStatus
|
|
4283
4322
|
*/
|
|
4284
4323
|
enum ProductStatus {
|
|
4285
4324
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4290,7 +4329,7 @@ export declare namespace enums {
|
|
|
4290
4329
|
}
|
|
4291
4330
|
/**
|
|
4292
4331
|
* @name ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4293
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4332
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4294
4333
|
*/
|
|
4295
4334
|
enum ReachPlanAgeRange {
|
|
4296
4335
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4324,7 +4363,7 @@ export declare namespace enums {
|
|
|
4324
4363
|
}
|
|
4325
4364
|
/**
|
|
4326
4365
|
* @name ReachPlanConversionRateModelEnum.ReachPlanConversionRateModel
|
|
4327
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4366
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ReachPlanConversionRateModelEnum.ReachPlanConversionRateModel
|
|
4328
4367
|
*/
|
|
4329
4368
|
enum ReachPlanConversionRateModel {
|
|
4330
4369
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4336,7 +4375,7 @@ export declare namespace enums {
|
|
|
4336
4375
|
}
|
|
4337
4376
|
/**
|
|
4338
4377
|
* @name ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4339
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4378
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4340
4379
|
*/
|
|
4341
4380
|
enum ReachPlanNetwork {
|
|
4342
4381
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4345,9 +4384,19 @@ export declare namespace enums {
|
|
|
4345
4384
|
GOOGLE_VIDEO_PARTNERS = 3,// GOOGLE_VIDEO_PARTNERS
|
|
4346
4385
|
YOUTUBE_AND_GOOGLE_VIDEO_PARTNERS = 4
|
|
4347
4386
|
}
|
|
4387
|
+
/**
|
|
4388
|
+
* @name ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus
|
|
4389
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus
|
|
4390
|
+
*/
|
|
4391
|
+
enum ReachPlanPlannableUserListStatus {
|
|
4392
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
4393
|
+
UNKNOWN = 1,// UNKNOWN
|
|
4394
|
+
PLANNABLE = 2,// PLANNABLE
|
|
4395
|
+
UNPLANNABLE = 3
|
|
4396
|
+
}
|
|
4348
4397
|
/**
|
|
4349
4398
|
* @name ReachPlanSurfaceEnum.ReachPlanSurface
|
|
4350
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4399
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ReachPlanSurfaceEnum.ReachPlanSurface
|
|
4351
4400
|
*/
|
|
4352
4401
|
enum ReachPlanSurface {
|
|
4353
4402
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4362,7 +4411,7 @@ export declare namespace enums {
|
|
|
4362
4411
|
}
|
|
4363
4412
|
/**
|
|
4364
4413
|
* @name RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
|
|
4365
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4414
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
|
|
4366
4415
|
*/
|
|
4367
4416
|
enum RecommendationSubscriptionStatus {
|
|
4368
4417
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4372,7 +4421,7 @@ export declare namespace enums {
|
|
|
4372
4421
|
}
|
|
4373
4422
|
/**
|
|
4374
4423
|
* @name ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4375
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4424
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4376
4425
|
*/
|
|
4377
4426
|
enum ResourceChangeOperation {
|
|
4378
4427
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4383,7 +4432,7 @@ export declare namespace enums {
|
|
|
4383
4432
|
}
|
|
4384
4433
|
/**
|
|
4385
4434
|
* @name ResourceLimitTypeEnum.ResourceLimitType
|
|
4386
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4435
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ResourceLimitTypeEnum.ResourceLimitType
|
|
4387
4436
|
*/
|
|
4388
4437
|
enum ResourceLimitType {
|
|
4389
4438
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4537,7 +4586,7 @@ export declare namespace enums {
|
|
|
4537
4586
|
}
|
|
4538
4587
|
/**
|
|
4539
4588
|
* @name ResponseContentTypeEnum.ResponseContentType
|
|
4540
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4589
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ResponseContentTypeEnum.ResponseContentType
|
|
4541
4590
|
*/
|
|
4542
4591
|
enum ResponseContentType {
|
|
4543
4592
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4546,7 +4595,7 @@ export declare namespace enums {
|
|
|
4546
4595
|
}
|
|
4547
4596
|
/**
|
|
4548
4597
|
* @name SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
4549
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4598
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
4550
4599
|
*/
|
|
4551
4600
|
enum SearchTermTargetingStatus {
|
|
4552
4601
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4558,7 +4607,7 @@ export declare namespace enums {
|
|
|
4558
4607
|
}
|
|
4559
4608
|
/**
|
|
4560
4609
|
* @name SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4561
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4610
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4562
4611
|
*/
|
|
4563
4612
|
enum SeasonalityEventScope {
|
|
4564
4613
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4569,7 +4618,7 @@ export declare namespace enums {
|
|
|
4569
4618
|
}
|
|
4570
4619
|
/**
|
|
4571
4620
|
* @name SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4572
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4621
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4573
4622
|
*/
|
|
4574
4623
|
enum SeasonalityEventStatus {
|
|
4575
4624
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4579,7 +4628,7 @@ export declare namespace enums {
|
|
|
4579
4628
|
}
|
|
4580
4629
|
/**
|
|
4581
4630
|
* @name SharedSetStatusEnum.SharedSetStatus
|
|
4582
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4631
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SharedSetStatusEnum.SharedSetStatus
|
|
4583
4632
|
*/
|
|
4584
4633
|
enum SharedSetStatus {
|
|
4585
4634
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4589,7 +4638,7 @@ export declare namespace enums {
|
|
|
4589
4638
|
}
|
|
4590
4639
|
/**
|
|
4591
4640
|
* @name SharedSetTypeEnum.SharedSetType
|
|
4592
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4641
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SharedSetTypeEnum.SharedSetType
|
|
4593
4642
|
*/
|
|
4594
4643
|
enum SharedSetType {
|
|
4595
4644
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4597,11 +4646,12 @@ export declare namespace enums {
|
|
|
4597
4646
|
NEGATIVE_KEYWORDS = 2,// NEGATIVE_KEYWORDS
|
|
4598
4647
|
NEGATIVE_PLACEMENTS = 3,// NEGATIVE_PLACEMENTS
|
|
4599
4648
|
ACCOUNT_LEVEL_NEGATIVE_KEYWORDS = 4,// ACCOUNT_LEVEL_NEGATIVE_KEYWORDS
|
|
4600
|
-
BRANDS = 5
|
|
4649
|
+
BRANDS = 5,// BRANDS
|
|
4650
|
+
WEBPAGES = 6
|
|
4601
4651
|
}
|
|
4602
4652
|
/**
|
|
4603
4653
|
* @name ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
|
|
4604
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4654
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
|
|
4605
4655
|
*/
|
|
4606
4656
|
enum ShoppingAddProductsToCampaignRecommendation {
|
|
4607
4657
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4613,7 +4663,7 @@ export declare namespace enums {
|
|
|
4613
4663
|
}
|
|
4614
4664
|
/**
|
|
4615
4665
|
* @name SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4616
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4666
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4617
4667
|
*/
|
|
4618
4668
|
enum SimulationModificationMethod {
|
|
4619
4669
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4624,7 +4674,7 @@ export declare namespace enums {
|
|
|
4624
4674
|
}
|
|
4625
4675
|
/**
|
|
4626
4676
|
* @name SimulationTypeEnum.SimulationType
|
|
4627
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4677
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SimulationTypeEnum.SimulationType
|
|
4628
4678
|
*/
|
|
4629
4679
|
enum SimulationType {
|
|
4630
4680
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4640,7 +4690,7 @@ export declare namespace enums {
|
|
|
4640
4690
|
}
|
|
4641
4691
|
/**
|
|
4642
4692
|
* @name SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
4643
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4693
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
4644
4694
|
*/
|
|
4645
4695
|
enum SmartCampaignNotEligibleReason {
|
|
4646
4696
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4652,7 +4702,7 @@ export declare namespace enums {
|
|
|
4652
4702
|
}
|
|
4653
4703
|
/**
|
|
4654
4704
|
* @name SmartCampaignStatusEnum.SmartCampaignStatus
|
|
4655
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4705
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SmartCampaignStatusEnum.SmartCampaignStatus
|
|
4656
4706
|
*/
|
|
4657
4707
|
enum SmartCampaignStatus {
|
|
4658
4708
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4666,7 +4716,7 @@ export declare namespace enums {
|
|
|
4666
4716
|
}
|
|
4667
4717
|
/**
|
|
4668
4718
|
* @name SpendingLimitTypeEnum.SpendingLimitType
|
|
4669
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4719
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SpendingLimitTypeEnum.SpendingLimitType
|
|
4670
4720
|
*/
|
|
4671
4721
|
enum SpendingLimitType {
|
|
4672
4722
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4675,7 +4725,7 @@ export declare namespace enums {
|
|
|
4675
4725
|
}
|
|
4676
4726
|
/**
|
|
4677
4727
|
* @name SummaryRowSettingEnum.SummaryRowSetting
|
|
4678
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4728
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SummaryRowSettingEnum.SummaryRowSetting
|
|
4679
4729
|
*/
|
|
4680
4730
|
enum SummaryRowSetting {
|
|
4681
4731
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4686,7 +4736,7 @@ export declare namespace enums {
|
|
|
4686
4736
|
}
|
|
4687
4737
|
/**
|
|
4688
4738
|
* @name SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4689
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4739
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4690
4740
|
*/
|
|
4691
4741
|
enum SystemManagedResourceSource {
|
|
4692
4742
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4695,7 +4745,7 @@ export declare namespace enums {
|
|
|
4695
4745
|
}
|
|
4696
4746
|
/**
|
|
4697
4747
|
* @name TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4698
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4748
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4699
4749
|
*/
|
|
4700
4750
|
enum TargetCpaOptInRecommendationGoal {
|
|
4701
4751
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4707,7 +4757,7 @@ export declare namespace enums {
|
|
|
4707
4757
|
}
|
|
4708
4758
|
/**
|
|
4709
4759
|
* @name TimeTypeEnum.TimeType
|
|
4710
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4760
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/TimeTypeEnum.TimeType
|
|
4711
4761
|
*/
|
|
4712
4762
|
enum TimeType {
|
|
4713
4763
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4717,7 +4767,7 @@ export declare namespace enums {
|
|
|
4717
4767
|
}
|
|
4718
4768
|
/**
|
|
4719
4769
|
* @name UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4720
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4770
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4721
4771
|
*/
|
|
4722
4772
|
enum UserInterestTaxonomyType {
|
|
4723
4773
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4730,7 +4780,7 @@ export declare namespace enums {
|
|
|
4730
4780
|
}
|
|
4731
4781
|
/**
|
|
4732
4782
|
* @name UserListAccessStatusEnum.UserListAccessStatus
|
|
4733
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4783
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListAccessStatusEnum.UserListAccessStatus
|
|
4734
4784
|
*/
|
|
4735
4785
|
enum UserListAccessStatus {
|
|
4736
4786
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4740,7 +4790,7 @@ export declare namespace enums {
|
|
|
4740
4790
|
}
|
|
4741
4791
|
/**
|
|
4742
4792
|
* @name UserListClosingReasonEnum.UserListClosingReason
|
|
4743
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4793
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListClosingReasonEnum.UserListClosingReason
|
|
4744
4794
|
*/
|
|
4745
4795
|
enum UserListClosingReason {
|
|
4746
4796
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4749,7 +4799,7 @@ export declare namespace enums {
|
|
|
4749
4799
|
}
|
|
4750
4800
|
/**
|
|
4751
4801
|
* @name UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
|
|
4752
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4802
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
|
|
4753
4803
|
*/
|
|
4754
4804
|
enum UserListCustomerTypeCategory {
|
|
4755
4805
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4773,7 +4823,7 @@ export declare namespace enums {
|
|
|
4773
4823
|
}
|
|
4774
4824
|
/**
|
|
4775
4825
|
* @name UserListMembershipStatusEnum.UserListMembershipStatus
|
|
4776
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4826
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListMembershipStatusEnum.UserListMembershipStatus
|
|
4777
4827
|
*/
|
|
4778
4828
|
enum UserListMembershipStatus {
|
|
4779
4829
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4783,7 +4833,7 @@ export declare namespace enums {
|
|
|
4783
4833
|
}
|
|
4784
4834
|
/**
|
|
4785
4835
|
* @name UserListSizeRangeEnum.UserListSizeRange
|
|
4786
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4836
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListSizeRangeEnum.UserListSizeRange
|
|
4787
4837
|
*/
|
|
4788
4838
|
enum UserListSizeRange {
|
|
4789
4839
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4807,7 +4857,7 @@ export declare namespace enums {
|
|
|
4807
4857
|
}
|
|
4808
4858
|
/**
|
|
4809
4859
|
* @name UserListTypeEnum.UserListType
|
|
4810
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4860
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/UserListTypeEnum.UserListType
|
|
4811
4861
|
*/
|
|
4812
4862
|
enum UserListType {
|
|
4813
4863
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4822,7 +4872,7 @@ export declare namespace enums {
|
|
|
4822
4872
|
}
|
|
4823
4873
|
/**
|
|
4824
4874
|
* @name ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
4825
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4875
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
4826
4876
|
*/
|
|
4827
4877
|
enum ValueRuleDeviceType {
|
|
4828
4878
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4833,7 +4883,7 @@ export declare namespace enums {
|
|
|
4833
4883
|
}
|
|
4834
4884
|
/**
|
|
4835
4885
|
* @name ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
4836
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4886
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
4837
4887
|
*/
|
|
4838
4888
|
enum ValueRuleGeoLocationMatchType {
|
|
4839
4889
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4843,7 +4893,7 @@ export declare namespace enums {
|
|
|
4843
4893
|
}
|
|
4844
4894
|
/**
|
|
4845
4895
|
* @name ValueRuleOperationEnum.ValueRuleOperation
|
|
4846
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4896
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ValueRuleOperationEnum.ValueRuleOperation
|
|
4847
4897
|
*/
|
|
4848
4898
|
enum ValueRuleOperation {
|
|
4849
4899
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4854,7 +4904,7 @@ export declare namespace enums {
|
|
|
4854
4904
|
}
|
|
4855
4905
|
/**
|
|
4856
4906
|
* @name ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
4857
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4907
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
4858
4908
|
*/
|
|
4859
4909
|
enum ValueRuleSetAttachmentType {
|
|
4860
4910
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4864,7 +4914,7 @@ export declare namespace enums {
|
|
|
4864
4914
|
}
|
|
4865
4915
|
/**
|
|
4866
4916
|
* @name ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
4867
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4917
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
4868
4918
|
*/
|
|
4869
4919
|
enum ValueRuleSetDimension {
|
|
4870
4920
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4877,7 +4927,7 @@ export declare namespace enums {
|
|
|
4877
4927
|
}
|
|
4878
4928
|
/**
|
|
4879
4929
|
* @name VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
4880
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4930
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
4881
4931
|
*/
|
|
4882
4932
|
enum VanityPharmaDisplayUrlMode {
|
|
4883
4933
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4887,7 +4937,7 @@ export declare namespace enums {
|
|
|
4887
4937
|
}
|
|
4888
4938
|
/**
|
|
4889
4939
|
* @name VanityPharmaTextEnum.VanityPharmaText
|
|
4890
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4940
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/VanityPharmaTextEnum.VanityPharmaText
|
|
4891
4941
|
*/
|
|
4892
4942
|
enum VanityPharmaText {
|
|
4893
4943
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4905,4 +4955,13 @@ export declare namespace enums {
|
|
|
4905
4955
|
PRESCRIPTION_VACCINE_WEBSITE_EN = 12,// PRESCRIPTION_VACCINE_WEBSITE_EN
|
|
4906
4956
|
PRESCRIPTION_VACCINE_WEBSITE_ES = 13
|
|
4907
4957
|
}
|
|
4958
|
+
/**
|
|
4959
|
+
* @name VideoAdFormatRestrictionEnum.VideoAdFormatRestriction
|
|
4960
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v20/VideoAdFormatRestrictionEnum.VideoAdFormatRestriction
|
|
4961
|
+
*/
|
|
4962
|
+
enum VideoAdFormatRestriction {
|
|
4963
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
4964
|
+
UNKNOWN = 1,// UNKNOWN
|
|
4965
|
+
NON_SKIPPABLE_IN_STREAM = 2
|
|
4966
|
+
}
|
|
4908
4967
|
}
|