google-ads-api 21.0.1 → 22.0.0-beta.0
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 +5 -5
- package/build/src/protos/autogen/enums.d.ts +404 -353
- package/build/src/protos/autogen/enums.js +403 -348
- package/build/src/protos/autogen/fields.d.ts +152 -137
- package/build/src/protos/autogen/fields.js +10 -2
- package/build/src/protos/autogen/resourceNames.d.ts +26 -0
- package/build/src/protos/autogen/resourceNames.js +32 -0
- package/build/src/protos/autogen/serviceFactory.d.ts +222 -174
- package/build/src/protos/autogen/serviceFactory.js +663 -174
- package/build/src/protos/index.d.ts +6 -6
- package/build/src/protos/index.js +5 -5
- package/build/src/service.d.ts +1 -1
- package/build/src/version.d.ts +1 -1
- package/build/src/version.js +1 -1
- package/package.json +3 -3
|
@@ -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/v22/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/v22/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/v22/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/v22/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/v22/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/v22/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/v22/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/v22/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/v22/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/v22/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/v22/ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
132
132
|
*/
|
|
133
133
|
enum ServedAssetFieldType {
|
|
134
134
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -167,7 +167,7 @@ export declare namespace enums {
|
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
169
169
|
* @name CallConversionReportingStateEnum.CallConversionReportingState
|
|
170
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
170
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CallConversionReportingStateEnum.CallConversionReportingState
|
|
171
171
|
*/
|
|
172
172
|
enum CallConversionReportingState {
|
|
173
173
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -178,7 +178,7 @@ export declare namespace enums {
|
|
|
178
178
|
}
|
|
179
179
|
/**
|
|
180
180
|
* @name DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
181
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
181
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
182
182
|
*/
|
|
183
183
|
enum DisplayAdFormatSetting {
|
|
184
184
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -189,7 +189,7 @@ export declare namespace enums {
|
|
|
189
189
|
}
|
|
190
190
|
/**
|
|
191
191
|
* @name DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
192
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
192
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
193
193
|
*/
|
|
194
194
|
enum DisplayUploadProductType {
|
|
195
195
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -207,7 +207,7 @@ export declare namespace enums {
|
|
|
207
207
|
}
|
|
208
208
|
/**
|
|
209
209
|
* @name LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
210
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
210
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
211
211
|
*/
|
|
212
212
|
enum LegacyAppInstallAdAppStore {
|
|
213
213
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -220,7 +220,7 @@ export declare namespace enums {
|
|
|
220
220
|
}
|
|
221
221
|
/**
|
|
222
222
|
* @name MimeTypeEnum.MimeType
|
|
223
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
223
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/MimeTypeEnum.MimeType
|
|
224
224
|
*/
|
|
225
225
|
enum MimeType {
|
|
226
226
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -240,7 +240,7 @@ export declare namespace enums {
|
|
|
240
240
|
}
|
|
241
241
|
/**
|
|
242
242
|
* @name VideoThumbnailEnum.VideoThumbnail
|
|
243
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
243
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/VideoThumbnailEnum.VideoThumbnail
|
|
244
244
|
*/
|
|
245
245
|
enum VideoThumbnail {
|
|
246
246
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -252,7 +252,7 @@ export declare namespace enums {
|
|
|
252
252
|
}
|
|
253
253
|
/**
|
|
254
254
|
* @name ApplicationInstanceEnum.ApplicationInstance
|
|
255
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
255
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ApplicationInstanceEnum.ApplicationInstance
|
|
256
256
|
*/
|
|
257
257
|
enum ApplicationInstance {
|
|
258
258
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -262,7 +262,7 @@ export declare namespace enums {
|
|
|
262
262
|
}
|
|
263
263
|
/**
|
|
264
264
|
* @name ChainRelationshipTypeEnum.ChainRelationshipType
|
|
265
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
265
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ChainRelationshipTypeEnum.ChainRelationshipType
|
|
266
266
|
*/
|
|
267
267
|
enum ChainRelationshipType {
|
|
268
268
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -272,7 +272,7 @@ export declare namespace enums {
|
|
|
272
272
|
}
|
|
273
273
|
/**
|
|
274
274
|
* @name LocationOwnershipTypeEnum.LocationOwnershipType
|
|
275
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
275
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocationOwnershipTypeEnum.LocationOwnershipType
|
|
276
276
|
*/
|
|
277
277
|
enum LocationOwnershipType {
|
|
278
278
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -282,7 +282,7 @@ export declare namespace enums {
|
|
|
282
282
|
}
|
|
283
283
|
/**
|
|
284
284
|
* @name LocationStringFilterTypeEnum.LocationStringFilterType
|
|
285
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
285
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocationStringFilterTypeEnum.LocationStringFilterType
|
|
286
286
|
*/
|
|
287
287
|
enum LocationStringFilterType {
|
|
288
288
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -291,7 +291,7 @@ export declare namespace enums {
|
|
|
291
291
|
}
|
|
292
292
|
/**
|
|
293
293
|
* @name AgeRangeTypeEnum.AgeRangeType
|
|
294
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
294
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AgeRangeTypeEnum.AgeRangeType
|
|
295
295
|
*/
|
|
296
296
|
enum AgeRangeType {
|
|
297
297
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -306,7 +306,7 @@ export declare namespace enums {
|
|
|
306
306
|
}
|
|
307
307
|
/**
|
|
308
308
|
* @name AppPaymentModelTypeEnum.AppPaymentModelType
|
|
309
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
309
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AppPaymentModelTypeEnum.AppPaymentModelType
|
|
310
310
|
*/
|
|
311
311
|
enum AppPaymentModelType {
|
|
312
312
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -315,7 +315,7 @@ export declare namespace enums {
|
|
|
315
315
|
}
|
|
316
316
|
/**
|
|
317
317
|
* @name BrandRequestRejectionReasonEnum.BrandRequestRejectionReason
|
|
318
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
318
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BrandRequestRejectionReasonEnum.BrandRequestRejectionReason
|
|
319
319
|
*/
|
|
320
320
|
enum BrandRequestRejectionReason {
|
|
321
321
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -327,7 +327,7 @@ export declare namespace enums {
|
|
|
327
327
|
}
|
|
328
328
|
/**
|
|
329
329
|
* @name BrandStateEnum.BrandState
|
|
330
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
330
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BrandStateEnum.BrandState
|
|
331
331
|
*/
|
|
332
332
|
enum BrandState {
|
|
333
333
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -341,7 +341,7 @@ export declare namespace enums {
|
|
|
341
341
|
}
|
|
342
342
|
/**
|
|
343
343
|
* @name ContentLabelTypeEnum.ContentLabelType
|
|
344
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
344
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ContentLabelTypeEnum.ContentLabelType
|
|
345
345
|
*/
|
|
346
346
|
enum ContentLabelType {
|
|
347
347
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -374,7 +374,7 @@ export declare namespace enums {
|
|
|
374
374
|
}
|
|
375
375
|
/**
|
|
376
376
|
* @name DayOfWeekEnum.DayOfWeek
|
|
377
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
377
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/DayOfWeekEnum.DayOfWeek
|
|
378
378
|
*/
|
|
379
379
|
enum DayOfWeek {
|
|
380
380
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -389,7 +389,7 @@ export declare namespace enums {
|
|
|
389
389
|
}
|
|
390
390
|
/**
|
|
391
391
|
* @name DeviceEnum.Device
|
|
392
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
392
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/DeviceEnum.Device
|
|
393
393
|
*/
|
|
394
394
|
enum Device {
|
|
395
395
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -402,7 +402,7 @@ export declare namespace enums {
|
|
|
402
402
|
}
|
|
403
403
|
/**
|
|
404
404
|
* @name GenderTypeEnum.GenderType
|
|
405
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
405
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/GenderTypeEnum.GenderType
|
|
406
406
|
*/
|
|
407
407
|
enum GenderType {
|
|
408
408
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -413,7 +413,7 @@ export declare namespace enums {
|
|
|
413
413
|
}
|
|
414
414
|
/**
|
|
415
415
|
* @name HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
416
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
416
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
417
417
|
*/
|
|
418
418
|
enum HotelDateSelectionType {
|
|
419
419
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -423,7 +423,7 @@ export declare namespace enums {
|
|
|
423
423
|
}
|
|
424
424
|
/**
|
|
425
425
|
* @name IncomeRangeTypeEnum.IncomeRangeType
|
|
426
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
426
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/IncomeRangeTypeEnum.IncomeRangeType
|
|
427
427
|
*/
|
|
428
428
|
enum IncomeRangeType {
|
|
429
429
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -438,7 +438,7 @@ export declare namespace enums {
|
|
|
438
438
|
}
|
|
439
439
|
/**
|
|
440
440
|
* @name InteractionTypeEnum.InteractionType
|
|
441
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
441
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/InteractionTypeEnum.InteractionType
|
|
442
442
|
*/
|
|
443
443
|
enum InteractionType {
|
|
444
444
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -447,7 +447,7 @@ export declare namespace enums {
|
|
|
447
447
|
}
|
|
448
448
|
/**
|
|
449
449
|
* @name KeywordMatchTypeEnum.KeywordMatchType
|
|
450
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
450
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/KeywordMatchTypeEnum.KeywordMatchType
|
|
451
451
|
*/
|
|
452
452
|
enum KeywordMatchType {
|
|
453
453
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -458,7 +458,7 @@ export declare namespace enums {
|
|
|
458
458
|
}
|
|
459
459
|
/**
|
|
460
460
|
* @name ListingGroupTypeEnum.ListingGroupType
|
|
461
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
461
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ListingGroupTypeEnum.ListingGroupType
|
|
462
462
|
*/
|
|
463
463
|
enum ListingGroupType {
|
|
464
464
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -468,7 +468,7 @@ export declare namespace enums {
|
|
|
468
468
|
}
|
|
469
469
|
/**
|
|
470
470
|
* @name LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
471
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
471
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
472
472
|
*/
|
|
473
473
|
enum LocationGroupRadiusUnits {
|
|
474
474
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -479,7 +479,7 @@ export declare namespace enums {
|
|
|
479
479
|
}
|
|
480
480
|
/**
|
|
481
481
|
* @name MinuteOfHourEnum.MinuteOfHour
|
|
482
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
482
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/MinuteOfHourEnum.MinuteOfHour
|
|
483
483
|
*/
|
|
484
484
|
enum MinuteOfHour {
|
|
485
485
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -491,7 +491,7 @@ export declare namespace enums {
|
|
|
491
491
|
}
|
|
492
492
|
/**
|
|
493
493
|
* @name ParentalStatusTypeEnum.ParentalStatusType
|
|
494
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
494
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ParentalStatusTypeEnum.ParentalStatusType
|
|
495
495
|
*/
|
|
496
496
|
enum ParentalStatusType {
|
|
497
497
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -502,7 +502,7 @@ export declare namespace enums {
|
|
|
502
502
|
}
|
|
503
503
|
/**
|
|
504
504
|
* @name ProductCategoryLevelEnum.ProductCategoryLevel
|
|
505
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
505
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ProductCategoryLevelEnum.ProductCategoryLevel
|
|
506
506
|
*/
|
|
507
507
|
enum ProductCategoryLevel {
|
|
508
508
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -515,7 +515,7 @@ export declare namespace enums {
|
|
|
515
515
|
}
|
|
516
516
|
/**
|
|
517
517
|
* @name ProductChannelEnum.ProductChannel
|
|
518
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
518
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ProductChannelEnum.ProductChannel
|
|
519
519
|
*/
|
|
520
520
|
enum ProductChannel {
|
|
521
521
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -525,7 +525,7 @@ export declare namespace enums {
|
|
|
525
525
|
}
|
|
526
526
|
/**
|
|
527
527
|
* @name ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
528
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
528
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
529
529
|
*/
|
|
530
530
|
enum ProductChannelExclusivity {
|
|
531
531
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -535,7 +535,7 @@ export declare namespace enums {
|
|
|
535
535
|
}
|
|
536
536
|
/**
|
|
537
537
|
* @name ProductConditionEnum.ProductCondition
|
|
538
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
538
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ProductConditionEnum.ProductCondition
|
|
539
539
|
*/
|
|
540
540
|
enum ProductCondition {
|
|
541
541
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -546,7 +546,7 @@ export declare namespace enums {
|
|
|
546
546
|
}
|
|
547
547
|
/**
|
|
548
548
|
* @name ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
549
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
549
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
550
550
|
*/
|
|
551
551
|
enum ProductCustomAttributeIndex {
|
|
552
552
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -559,7 +559,7 @@ export declare namespace enums {
|
|
|
559
559
|
}
|
|
560
560
|
/**
|
|
561
561
|
* @name ProductTypeLevelEnum.ProductTypeLevel
|
|
562
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
562
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ProductTypeLevelEnum.ProductTypeLevel
|
|
563
563
|
*/
|
|
564
564
|
enum ProductTypeLevel {
|
|
565
565
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -572,7 +572,7 @@ export declare namespace enums {
|
|
|
572
572
|
}
|
|
573
573
|
/**
|
|
574
574
|
* @name ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
575
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
575
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
576
576
|
*/
|
|
577
577
|
enum ProximityRadiusUnits {
|
|
578
578
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -582,7 +582,7 @@ export declare namespace enums {
|
|
|
582
582
|
}
|
|
583
583
|
/**
|
|
584
584
|
* @name WebpageConditionOperandEnum.WebpageConditionOperand
|
|
585
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
585
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/WebpageConditionOperandEnum.WebpageConditionOperand
|
|
586
586
|
*/
|
|
587
587
|
enum WebpageConditionOperand {
|
|
588
588
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -595,7 +595,7 @@ export declare namespace enums {
|
|
|
595
595
|
}
|
|
596
596
|
/**
|
|
597
597
|
* @name WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
598
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
598
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
599
599
|
*/
|
|
600
600
|
enum WebpageConditionOperator {
|
|
601
601
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -605,7 +605,7 @@ export declare namespace enums {
|
|
|
605
605
|
}
|
|
606
606
|
/**
|
|
607
607
|
* @name BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType
|
|
608
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
608
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType
|
|
609
609
|
*/
|
|
610
610
|
enum BusinessMessageCallToActionType {
|
|
611
611
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -621,7 +621,7 @@ export declare namespace enums {
|
|
|
621
621
|
}
|
|
622
622
|
/**
|
|
623
623
|
* @name BusinessMessageProviderEnum.BusinessMessageProvider
|
|
624
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
624
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BusinessMessageProviderEnum.BusinessMessageProvider
|
|
625
625
|
*/
|
|
626
626
|
enum BusinessMessageProvider {
|
|
627
627
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -630,7 +630,7 @@ export declare namespace enums {
|
|
|
630
630
|
}
|
|
631
631
|
/**
|
|
632
632
|
* @name CallToActionTypeEnum.CallToActionType
|
|
633
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
633
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CallToActionTypeEnum.CallToActionType
|
|
634
634
|
*/
|
|
635
635
|
enum CallToActionType {
|
|
636
636
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -655,7 +655,7 @@ export declare namespace enums {
|
|
|
655
655
|
}
|
|
656
656
|
/**
|
|
657
657
|
* @name LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
658
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
658
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
659
659
|
*/
|
|
660
660
|
enum LeadFormCallToActionType {
|
|
661
661
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -677,7 +677,7 @@ export declare namespace enums {
|
|
|
677
677
|
}
|
|
678
678
|
/**
|
|
679
679
|
* @name LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
680
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
680
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
681
681
|
*/
|
|
682
682
|
enum LeadFormDesiredIntent {
|
|
683
683
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -687,7 +687,7 @@ export declare namespace enums {
|
|
|
687
687
|
}
|
|
688
688
|
/**
|
|
689
689
|
* @name LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
690
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
690
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
691
691
|
*/
|
|
692
692
|
enum LeadFormFieldUserInputType {
|
|
693
693
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -811,7 +811,7 @@ export declare namespace enums {
|
|
|
811
811
|
}
|
|
812
812
|
/**
|
|
813
813
|
* @name LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
814
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
814
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
815
815
|
*/
|
|
816
816
|
enum LeadFormPostSubmitCallToActionType {
|
|
817
817
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -823,7 +823,7 @@ export declare namespace enums {
|
|
|
823
823
|
}
|
|
824
824
|
/**
|
|
825
825
|
* @name MobileAppVendorEnum.MobileAppVendor
|
|
826
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
826
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/MobileAppVendorEnum.MobileAppVendor
|
|
827
827
|
*/
|
|
828
828
|
enum MobileAppVendor {
|
|
829
829
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -833,7 +833,7 @@ export declare namespace enums {
|
|
|
833
833
|
}
|
|
834
834
|
/**
|
|
835
835
|
* @name PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
836
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
836
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
837
837
|
*/
|
|
838
838
|
enum PriceExtensionPriceQualifier {
|
|
839
839
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -844,7 +844,7 @@ export declare namespace enums {
|
|
|
844
844
|
}
|
|
845
845
|
/**
|
|
846
846
|
* @name PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
847
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
847
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
848
848
|
*/
|
|
849
849
|
enum PriceExtensionPriceUnit {
|
|
850
850
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -858,7 +858,7 @@ export declare namespace enums {
|
|
|
858
858
|
}
|
|
859
859
|
/**
|
|
860
860
|
* @name PriceExtensionTypeEnum.PriceExtensionType
|
|
861
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
861
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/PriceExtensionTypeEnum.PriceExtensionType
|
|
862
862
|
*/
|
|
863
863
|
enum PriceExtensionType {
|
|
864
864
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -875,7 +875,7 @@ export declare namespace enums {
|
|
|
875
875
|
}
|
|
876
876
|
/**
|
|
877
877
|
* @name PromotionBarcodeTypeEnum.PromotionBarcodeType
|
|
878
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
878
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/PromotionBarcodeTypeEnum.PromotionBarcodeType
|
|
879
879
|
*/
|
|
880
880
|
enum PromotionBarcodeType {
|
|
881
881
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -893,7 +893,7 @@ export declare namespace enums {
|
|
|
893
893
|
}
|
|
894
894
|
/**
|
|
895
895
|
* @name PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
896
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
896
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
897
897
|
*/
|
|
898
898
|
enum PromotionExtensionDiscountModifier {
|
|
899
899
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -902,7 +902,7 @@ export declare namespace enums {
|
|
|
902
902
|
}
|
|
903
903
|
/**
|
|
904
904
|
* @name PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
905
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
905
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
906
906
|
*/
|
|
907
907
|
enum PromotionExtensionOccasion {
|
|
908
908
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -947,7 +947,7 @@ export declare namespace enums {
|
|
|
947
947
|
}
|
|
948
948
|
/**
|
|
949
949
|
* @name AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
950
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
950
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
951
951
|
*/
|
|
952
952
|
enum AudienceInsightsDimension {
|
|
953
953
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -970,7 +970,7 @@ export declare namespace enums {
|
|
|
970
970
|
}
|
|
971
971
|
/**
|
|
972
972
|
* @name InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities
|
|
973
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
973
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities
|
|
974
974
|
*/
|
|
975
975
|
enum InsightsKnowledgeGraphEntityCapabilities {
|
|
976
976
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -980,7 +980,7 @@ export declare namespace enums {
|
|
|
980
980
|
}
|
|
981
981
|
/**
|
|
982
982
|
* @name UserListTypeEnum.UserListType
|
|
983
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
983
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserListTypeEnum.UserListType
|
|
984
984
|
*/
|
|
985
985
|
enum UserListType {
|
|
986
986
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -993,9 +993,19 @@ export declare namespace enums {
|
|
|
993
993
|
CRM_BASED = 7,// CRM_BASED
|
|
994
994
|
LOOKALIKE = 9
|
|
995
995
|
}
|
|
996
|
+
/**
|
|
997
|
+
* @name YouTubeVideoPropertyEnum.YouTubeVideoProperty
|
|
998
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/YouTubeVideoPropertyEnum.YouTubeVideoProperty
|
|
999
|
+
*/
|
|
1000
|
+
enum YouTubeVideoProperty {
|
|
1001
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
1002
|
+
UNKNOWN = 1,// UNKNOWN
|
|
1003
|
+
LIVE_STREAM = 2,// LIVE_STREAM
|
|
1004
|
+
SHORTS = 3
|
|
1005
|
+
}
|
|
996
1006
|
/**
|
|
997
1007
|
* @name FixedCpmGoalEnum.FixedCpmGoal
|
|
998
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1008
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/FixedCpmGoalEnum.FixedCpmGoal
|
|
999
1009
|
*/
|
|
1000
1010
|
enum FixedCpmGoal {
|
|
1001
1011
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1005,7 +1015,7 @@ export declare namespace enums {
|
|
|
1005
1015
|
}
|
|
1006
1016
|
/**
|
|
1007
1017
|
* @name FixedCpmTargetFrequencyTimeUnitEnum.FixedCpmTargetFrequencyTimeUnit
|
|
1008
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1018
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/FixedCpmTargetFrequencyTimeUnitEnum.FixedCpmTargetFrequencyTimeUnit
|
|
1009
1019
|
*/
|
|
1010
1020
|
enum FixedCpmTargetFrequencyTimeUnit {
|
|
1011
1021
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1014,7 +1024,7 @@ export declare namespace enums {
|
|
|
1014
1024
|
}
|
|
1015
1025
|
/**
|
|
1016
1026
|
* @name TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
1017
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1027
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
1018
1028
|
*/
|
|
1019
1029
|
enum TargetFrequencyTimeUnit {
|
|
1020
1030
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1024,7 +1034,7 @@ export declare namespace enums {
|
|
|
1024
1034
|
}
|
|
1025
1035
|
/**
|
|
1026
1036
|
* @name TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
1027
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1037
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
1028
1038
|
*/
|
|
1029
1039
|
enum TargetImpressionShareLocation {
|
|
1030
1040
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1033,9 +1043,19 @@ export declare namespace enums {
|
|
|
1033
1043
|
TOP_OF_PAGE = 3,// TOP_OF_PAGE
|
|
1034
1044
|
ABSOLUTE_TOP_OF_PAGE = 4
|
|
1035
1045
|
}
|
|
1046
|
+
/**
|
|
1047
|
+
* @name CustomerLifecycleOptimizationModeEnum.CustomerLifecycleOptimizationMode
|
|
1048
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CustomerLifecycleOptimizationModeEnum.CustomerLifecycleOptimizationMode
|
|
1049
|
+
*/
|
|
1050
|
+
enum CustomerLifecycleOptimizationMode {
|
|
1051
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
1052
|
+
UNKNOWN = 1,// UNKNOWN
|
|
1053
|
+
TARGET_ALL = 2,// TARGET_ALL
|
|
1054
|
+
TARGET_SPECIFIC = 3
|
|
1055
|
+
}
|
|
1036
1056
|
/**
|
|
1037
1057
|
* @name ConsentStatusEnum.ConsentStatus
|
|
1038
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1058
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConsentStatusEnum.ConsentStatus
|
|
1039
1059
|
*/
|
|
1040
1060
|
enum ConsentStatus {
|
|
1041
1061
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1045,7 +1065,7 @@ export declare namespace enums {
|
|
|
1045
1065
|
}
|
|
1046
1066
|
/**
|
|
1047
1067
|
* @name AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
1048
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1068
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
1049
1069
|
*/
|
|
1050
1070
|
enum AdvertisingChannelSubType {
|
|
1051
1071
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1072,7 +1092,7 @@ export declare namespace enums {
|
|
|
1072
1092
|
}
|
|
1073
1093
|
/**
|
|
1074
1094
|
* @name AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
1075
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1095
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
1076
1096
|
*/
|
|
1077
1097
|
enum AdvertisingChannelType {
|
|
1078
1098
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1092,7 +1112,7 @@ export declare namespace enums {
|
|
|
1092
1112
|
}
|
|
1093
1113
|
/**
|
|
1094
1114
|
* @name CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
1095
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1115
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
1096
1116
|
*/
|
|
1097
1117
|
enum CriterionCategoryChannelAvailabilityMode {
|
|
1098
1118
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1103,7 +1123,7 @@ export declare namespace enums {
|
|
|
1103
1123
|
}
|
|
1104
1124
|
/**
|
|
1105
1125
|
* @name CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
1106
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1126
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
1107
1127
|
*/
|
|
1108
1128
|
enum CriterionCategoryLocaleAvailabilityMode {
|
|
1109
1129
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1115,7 +1135,7 @@ export declare namespace enums {
|
|
|
1115
1135
|
}
|
|
1116
1136
|
/**
|
|
1117
1137
|
* @name CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
1118
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1138
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
1119
1139
|
*/
|
|
1120
1140
|
enum CustomizerAttributeType {
|
|
1121
1141
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1127,7 +1147,7 @@ export declare namespace enums {
|
|
|
1127
1147
|
}
|
|
1128
1148
|
/**
|
|
1129
1149
|
* @name MonthOfYearEnum.MonthOfYear
|
|
1130
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1150
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/MonthOfYearEnum.MonthOfYear
|
|
1131
1151
|
*/
|
|
1132
1152
|
enum MonthOfYear {
|
|
1133
1153
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1147,7 +1167,7 @@ export declare namespace enums {
|
|
|
1147
1167
|
}
|
|
1148
1168
|
/**
|
|
1149
1169
|
* @name AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
1150
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1170
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
1151
1171
|
*/
|
|
1152
1172
|
enum AppUrlOperatingSystemType {
|
|
1153
1173
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1157,7 +1177,7 @@ export declare namespace enums {
|
|
|
1157
1177
|
}
|
|
1158
1178
|
/**
|
|
1159
1179
|
* @name FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
1160
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1180
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
1161
1181
|
*/
|
|
1162
1182
|
enum FrequencyCapEventType {
|
|
1163
1183
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1167,7 +1187,7 @@ export declare namespace enums {
|
|
|
1167
1187
|
}
|
|
1168
1188
|
/**
|
|
1169
1189
|
* @name FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1170
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1190
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1171
1191
|
*/
|
|
1172
1192
|
enum FrequencyCapLevel {
|
|
1173
1193
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1178,7 +1198,7 @@ export declare namespace enums {
|
|
|
1178
1198
|
}
|
|
1179
1199
|
/**
|
|
1180
1200
|
* @name FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1181
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1201
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1182
1202
|
*/
|
|
1183
1203
|
enum FrequencyCapTimeUnit {
|
|
1184
1204
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1189,7 +1209,7 @@ export declare namespace enums {
|
|
|
1189
1209
|
}
|
|
1190
1210
|
/**
|
|
1191
1211
|
* @name KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1192
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1212
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1193
1213
|
*/
|
|
1194
1214
|
enum KeywordPlanAggregateMetricType {
|
|
1195
1215
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1198,7 +1218,7 @@ export declare namespace enums {
|
|
|
1198
1218
|
}
|
|
1199
1219
|
/**
|
|
1200
1220
|
* @name KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1201
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1221
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1202
1222
|
*/
|
|
1203
1223
|
enum KeywordPlanCompetitionLevel {
|
|
1204
1224
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1209,7 +1229,7 @@ export declare namespace enums {
|
|
|
1209
1229
|
}
|
|
1210
1230
|
/**
|
|
1211
1231
|
* @name KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1212
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1232
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1213
1233
|
*/
|
|
1214
1234
|
enum KeywordPlanConceptGroupType {
|
|
1215
1235
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1220,7 +1240,7 @@ export declare namespace enums {
|
|
|
1220
1240
|
}
|
|
1221
1241
|
/**
|
|
1222
1242
|
* @name ExperimentMetricEnum.ExperimentMetric
|
|
1223
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1243
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ExperimentMetricEnum.ExperimentMetric
|
|
1224
1244
|
*/
|
|
1225
1245
|
enum ExperimentMetric {
|
|
1226
1246
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1241,7 +1261,7 @@ export declare namespace enums {
|
|
|
1241
1261
|
}
|
|
1242
1262
|
/**
|
|
1243
1263
|
* @name ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1244
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1264
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1245
1265
|
*/
|
|
1246
1266
|
enum ExperimentMetricDirection {
|
|
1247
1267
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1254,7 +1274,7 @@ export declare namespace enums {
|
|
|
1254
1274
|
}
|
|
1255
1275
|
/**
|
|
1256
1276
|
* @name InteractionEventTypeEnum.InteractionEventType
|
|
1257
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1277
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/InteractionEventTypeEnum.InteractionEventType
|
|
1258
1278
|
*/
|
|
1259
1279
|
enum InteractionEventType {
|
|
1260
1280
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1266,7 +1286,7 @@ export declare namespace enums {
|
|
|
1266
1286
|
}
|
|
1267
1287
|
/**
|
|
1268
1288
|
* @name QualityScoreBucketEnum.QualityScoreBucket
|
|
1269
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1289
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/QualityScoreBucketEnum.QualityScoreBucket
|
|
1270
1290
|
*/
|
|
1271
1291
|
enum QualityScoreBucket {
|
|
1272
1292
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1277,7 +1297,7 @@ export declare namespace enums {
|
|
|
1277
1297
|
}
|
|
1278
1298
|
/**
|
|
1279
1299
|
* @name UserIdentifierSourceEnum.UserIdentifierSource
|
|
1280
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1300
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserIdentifierSourceEnum.UserIdentifierSource
|
|
1281
1301
|
*/
|
|
1282
1302
|
enum UserIdentifierSource {
|
|
1283
1303
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1287,7 +1307,7 @@ export declare namespace enums {
|
|
|
1287
1307
|
}
|
|
1288
1308
|
/**
|
|
1289
1309
|
* @name AdDestinationTypeEnum.AdDestinationType
|
|
1290
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1310
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdDestinationTypeEnum.AdDestinationType
|
|
1291
1311
|
*/
|
|
1292
1312
|
enum AdDestinationType {
|
|
1293
1313
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1306,7 +1326,7 @@ export declare namespace enums {
|
|
|
1306
1326
|
}
|
|
1307
1327
|
/**
|
|
1308
1328
|
* @name AdFormatTypeEnum.AdFormatType
|
|
1309
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1329
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdFormatTypeEnum.AdFormatType
|
|
1310
1330
|
*/
|
|
1311
1331
|
enum AdFormatType {
|
|
1312
1332
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1325,7 +1345,7 @@ export declare namespace enums {
|
|
|
1325
1345
|
}
|
|
1326
1346
|
/**
|
|
1327
1347
|
* @name AdNetworkTypeEnum.AdNetworkType
|
|
1328
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1348
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdNetworkTypeEnum.AdNetworkType
|
|
1329
1349
|
*/
|
|
1330
1350
|
enum AdNetworkType {
|
|
1331
1351
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1343,7 +1363,7 @@ export declare namespace enums {
|
|
|
1343
1363
|
}
|
|
1344
1364
|
/**
|
|
1345
1365
|
* @name BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1346
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1366
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1347
1367
|
*/
|
|
1348
1368
|
enum BudgetCampaignAssociationStatus {
|
|
1349
1369
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1353,7 +1373,7 @@ export declare namespace enums {
|
|
|
1353
1373
|
}
|
|
1354
1374
|
/**
|
|
1355
1375
|
* @name ClickTypeEnum.ClickType
|
|
1356
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1376
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ClickTypeEnum.ClickType
|
|
1357
1377
|
*/
|
|
1358
1378
|
enum ClickType {
|
|
1359
1379
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1417,11 +1437,13 @@ export declare namespace enums {
|
|
|
1417
1437
|
VEHICLE_ASSETS = 60,// VEHICLE_ASSETS
|
|
1418
1438
|
PRODUCT_ASSETS = 61,// PRODUCT_ASSETS
|
|
1419
1439
|
VIDEO_CHANNEL_CLICK = 62,// VIDEO_CHANNEL_CLICK
|
|
1420
|
-
VIDEO_RELATED_VIDEOS_CLICK = 63
|
|
1440
|
+
VIDEO_RELATED_VIDEOS_CLICK = 63,// VIDEO_RELATED_VIDEOS_CLICK
|
|
1441
|
+
CLICK_TO_MESSAGE_THIRD_PARTY_CLICK = 64,// CLICK_TO_MESSAGE_THIRD_PARTY_CLICK
|
|
1442
|
+
CLICK_TO_MESSAGE_LANDING_PAGE_CLICK = 65
|
|
1421
1443
|
}
|
|
1422
1444
|
/**
|
|
1423
1445
|
* @name ConversionActionCategoryEnum.ConversionActionCategory
|
|
1424
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1446
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionActionCategoryEnum.ConversionActionCategory
|
|
1425
1447
|
*/
|
|
1426
1448
|
enum ConversionActionCategory {
|
|
1427
1449
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1450,7 +1472,7 @@ export declare namespace enums {
|
|
|
1450
1472
|
}
|
|
1451
1473
|
/**
|
|
1452
1474
|
* @name ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1453
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1475
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1454
1476
|
*/
|
|
1455
1477
|
enum ConversionAttributionEventType {
|
|
1456
1478
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1461,7 +1483,7 @@ export declare namespace enums {
|
|
|
1461
1483
|
}
|
|
1462
1484
|
/**
|
|
1463
1485
|
* @name ConversionLagBucketEnum.ConversionLagBucket
|
|
1464
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1486
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionLagBucketEnum.ConversionLagBucket
|
|
1465
1487
|
*/
|
|
1466
1488
|
enum ConversionLagBucket {
|
|
1467
1489
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1488,7 +1510,7 @@ export declare namespace enums {
|
|
|
1488
1510
|
}
|
|
1489
1511
|
/**
|
|
1490
1512
|
* @name ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1491
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1513
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1492
1514
|
*/
|
|
1493
1515
|
enum ConversionOrAdjustmentLagBucket {
|
|
1494
1516
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1537,7 +1559,7 @@ export declare namespace enums {
|
|
|
1537
1559
|
}
|
|
1538
1560
|
/**
|
|
1539
1561
|
* @name ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1540
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1562
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1541
1563
|
*/
|
|
1542
1564
|
enum ConversionValueRulePrimaryDimension {
|
|
1543
1565
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1553,7 +1575,7 @@ export declare namespace enums {
|
|
|
1553
1575
|
}
|
|
1554
1576
|
/**
|
|
1555
1577
|
* @name ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
|
|
1556
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1578
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
|
|
1557
1579
|
*/
|
|
1558
1580
|
enum ConvertingUserPriorEngagementTypeAndLtvBucket {
|
|
1559
1581
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1564,7 +1586,7 @@ export declare namespace enums {
|
|
|
1564
1586
|
}
|
|
1565
1587
|
/**
|
|
1566
1588
|
* @name ExternalConversionSourceEnum.ExternalConversionSource
|
|
1567
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1589
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ExternalConversionSourceEnum.ExternalConversionSource
|
|
1568
1590
|
*/
|
|
1569
1591
|
enum ExternalConversionSource {
|
|
1570
1592
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1600,7 +1622,7 @@ export declare namespace enums {
|
|
|
1600
1622
|
}
|
|
1601
1623
|
/**
|
|
1602
1624
|
* @name HotelPriceBucketEnum.HotelPriceBucket
|
|
1603
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1625
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/HotelPriceBucketEnum.HotelPriceBucket
|
|
1604
1626
|
*/
|
|
1605
1627
|
enum HotelPriceBucket {
|
|
1606
1628
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1612,7 +1634,7 @@ export declare namespace enums {
|
|
|
1612
1634
|
}
|
|
1613
1635
|
/**
|
|
1614
1636
|
* @name HotelRateTypeEnum.HotelRateType
|
|
1615
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1637
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/HotelRateTypeEnum.HotelRateType
|
|
1616
1638
|
*/
|
|
1617
1639
|
enum HotelRateType {
|
|
1618
1640
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1624,7 +1646,7 @@ export declare namespace enums {
|
|
|
1624
1646
|
}
|
|
1625
1647
|
/**
|
|
1626
1648
|
* @name LandingPageSourceEnum.LandingPageSource
|
|
1627
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1649
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LandingPageSourceEnum.LandingPageSource
|
|
1628
1650
|
*/
|
|
1629
1651
|
enum LandingPageSource {
|
|
1630
1652
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1634,7 +1656,7 @@ export declare namespace enums {
|
|
|
1634
1656
|
}
|
|
1635
1657
|
/**
|
|
1636
1658
|
* @name MatchTypeEnum.MatchType
|
|
1637
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1659
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/MatchTypeEnum.MatchType
|
|
1638
1660
|
*/
|
|
1639
1661
|
enum MatchType {
|
|
1640
1662
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1646,7 +1668,7 @@ export declare namespace enums {
|
|
|
1646
1668
|
}
|
|
1647
1669
|
/**
|
|
1648
1670
|
* @name RecommendationTypeEnum.RecommendationType
|
|
1649
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1671
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/RecommendationTypeEnum.RecommendationType
|
|
1650
1672
|
*/
|
|
1651
1673
|
enum RecommendationType {
|
|
1652
1674
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1708,7 +1730,7 @@ export declare namespace enums {
|
|
|
1708
1730
|
}
|
|
1709
1731
|
/**
|
|
1710
1732
|
* @name SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1711
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1733
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1712
1734
|
*/
|
|
1713
1735
|
enum SearchEngineResultsPageType {
|
|
1714
1736
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1719,7 +1741,7 @@ export declare namespace enums {
|
|
|
1719
1741
|
}
|
|
1720
1742
|
/**
|
|
1721
1743
|
* @name SearchTermMatchSourceEnum.SearchTermMatchSource
|
|
1722
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1744
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SearchTermMatchSourceEnum.SearchTermMatchSource
|
|
1723
1745
|
*/
|
|
1724
1746
|
enum SearchTermMatchSource {
|
|
1725
1747
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1732,7 +1754,7 @@ export declare namespace enums {
|
|
|
1732
1754
|
}
|
|
1733
1755
|
/**
|
|
1734
1756
|
* @name SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1735
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1757
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1736
1758
|
*/
|
|
1737
1759
|
enum SearchTermMatchType {
|
|
1738
1760
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1747,7 +1769,7 @@ export declare namespace enums {
|
|
|
1747
1769
|
}
|
|
1748
1770
|
/**
|
|
1749
1771
|
* @name SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
1750
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1772
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
1751
1773
|
*/
|
|
1752
1774
|
enum SearchTermTargetingStatus {
|
|
1753
1775
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1759,7 +1781,7 @@ export declare namespace enums {
|
|
|
1759
1781
|
}
|
|
1760
1782
|
/**
|
|
1761
1783
|
* @name SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1762
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1784
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1763
1785
|
*/
|
|
1764
1786
|
enum SkAdNetworkAdEventType {
|
|
1765
1787
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1770,7 +1792,7 @@ export declare namespace enums {
|
|
|
1770
1792
|
}
|
|
1771
1793
|
/**
|
|
1772
1794
|
* @name SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1773
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1795
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1774
1796
|
*/
|
|
1775
1797
|
enum SkAdNetworkAttributionCredit {
|
|
1776
1798
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1781,7 +1803,7 @@ export declare namespace enums {
|
|
|
1781
1803
|
}
|
|
1782
1804
|
/**
|
|
1783
1805
|
* @name SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
|
|
1784
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1806
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
|
|
1785
1807
|
*/
|
|
1786
1808
|
enum SkAdNetworkCoarseConversionValue {
|
|
1787
1809
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1794,7 +1816,7 @@ export declare namespace enums {
|
|
|
1794
1816
|
}
|
|
1795
1817
|
/**
|
|
1796
1818
|
* @name SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
|
|
1797
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1819
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
|
|
1798
1820
|
*/
|
|
1799
1821
|
enum SkAdNetworkSourceType {
|
|
1800
1822
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1805,7 +1827,7 @@ export declare namespace enums {
|
|
|
1805
1827
|
}
|
|
1806
1828
|
/**
|
|
1807
1829
|
* @name SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1808
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1830
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1809
1831
|
*/
|
|
1810
1832
|
enum SkAdNetworkUserType {
|
|
1811
1833
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1816,7 +1838,7 @@ export declare namespace enums {
|
|
|
1816
1838
|
}
|
|
1817
1839
|
/**
|
|
1818
1840
|
* @name SlotEnum.Slot
|
|
1819
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1841
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SlotEnum.Slot
|
|
1820
1842
|
*/
|
|
1821
1843
|
enum Slot {
|
|
1822
1844
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1831,7 +1853,7 @@ export declare namespace enums {
|
|
|
1831
1853
|
}
|
|
1832
1854
|
/**
|
|
1833
1855
|
* @name TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1834
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1856
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1835
1857
|
*/
|
|
1836
1858
|
enum TrackingCodePageFormat {
|
|
1837
1859
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1841,7 +1863,7 @@ export declare namespace enums {
|
|
|
1841
1863
|
}
|
|
1842
1864
|
/**
|
|
1843
1865
|
* @name TrackingCodeTypeEnum.TrackingCodeType
|
|
1844
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1866
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/TrackingCodeTypeEnum.TrackingCodeType
|
|
1845
1867
|
*/
|
|
1846
1868
|
enum TrackingCodeType {
|
|
1847
1869
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1853,7 +1875,7 @@ export declare namespace enums {
|
|
|
1853
1875
|
}
|
|
1854
1876
|
/**
|
|
1855
1877
|
* @name TargetingDimensionEnum.TargetingDimension
|
|
1856
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1878
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/TargetingDimensionEnum.TargetingDimension
|
|
1857
1879
|
*/
|
|
1858
1880
|
enum TargetingDimension {
|
|
1859
1881
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1869,7 +1891,7 @@ export declare namespace enums {
|
|
|
1869
1891
|
}
|
|
1870
1892
|
/**
|
|
1871
1893
|
* @name ThirdPartyBrandLiftIntegrationPartnerEnum.ThirdPartyBrandLiftIntegrationPartner
|
|
1872
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1894
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ThirdPartyBrandLiftIntegrationPartnerEnum.ThirdPartyBrandLiftIntegrationPartner
|
|
1873
1895
|
*/
|
|
1874
1896
|
enum ThirdPartyBrandLiftIntegrationPartner {
|
|
1875
1897
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1881,7 +1903,7 @@ export declare namespace enums {
|
|
|
1881
1903
|
}
|
|
1882
1904
|
/**
|
|
1883
1905
|
* @name ThirdPartyBrandSafetyIntegrationPartnerEnum.ThirdPartyBrandSafetyIntegrationPartner
|
|
1884
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1906
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ThirdPartyBrandSafetyIntegrationPartnerEnum.ThirdPartyBrandSafetyIntegrationPartner
|
|
1885
1907
|
*/
|
|
1886
1908
|
enum ThirdPartyBrandSafetyIntegrationPartner {
|
|
1887
1909
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1892,7 +1914,7 @@ export declare namespace enums {
|
|
|
1892
1914
|
}
|
|
1893
1915
|
/**
|
|
1894
1916
|
* @name ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner
|
|
1895
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1917
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner
|
|
1896
1918
|
*/
|
|
1897
1919
|
enum ThirdPartyReachIntegrationPartner {
|
|
1898
1920
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1909,7 +1931,7 @@ export declare namespace enums {
|
|
|
1909
1931
|
}
|
|
1910
1932
|
/**
|
|
1911
1933
|
* @name ThirdPartyViewabilityIntegrationPartnerEnum.ThirdPartyViewabilityIntegrationPartner
|
|
1912
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1934
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ThirdPartyViewabilityIntegrationPartnerEnum.ThirdPartyViewabilityIntegrationPartner
|
|
1913
1935
|
*/
|
|
1914
1936
|
enum ThirdPartyViewabilityIntegrationPartner {
|
|
1915
1937
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1919,7 +1941,7 @@ export declare namespace enums {
|
|
|
1919
1941
|
}
|
|
1920
1942
|
/**
|
|
1921
1943
|
* @name CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1922
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1944
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1923
1945
|
*/
|
|
1924
1946
|
enum CustomerMatchUploadKeyType {
|
|
1925
1947
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1930,7 +1952,7 @@ export declare namespace enums {
|
|
|
1930
1952
|
}
|
|
1931
1953
|
/**
|
|
1932
1954
|
* @name LookalikeExpansionLevelEnum.LookalikeExpansionLevel
|
|
1933
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1955
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LookalikeExpansionLevelEnum.LookalikeExpansionLevel
|
|
1934
1956
|
*/
|
|
1935
1957
|
enum LookalikeExpansionLevel {
|
|
1936
1958
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1941,18 +1963,19 @@ export declare namespace enums {
|
|
|
1941
1963
|
}
|
|
1942
1964
|
/**
|
|
1943
1965
|
* @name UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1944
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1966
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1945
1967
|
*/
|
|
1946
1968
|
enum UserListCrmDataSourceType {
|
|
1947
1969
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
1948
1970
|
UNKNOWN = 1,// UNKNOWN
|
|
1949
1971
|
FIRST_PARTY = 2,// FIRST_PARTY
|
|
1950
1972
|
THIRD_PARTY_CREDIT_BUREAU = 3,// THIRD_PARTY_CREDIT_BUREAU
|
|
1951
|
-
THIRD_PARTY_VOTER_FILE = 4
|
|
1973
|
+
THIRD_PARTY_VOTER_FILE = 4,// THIRD_PARTY_VOTER_FILE
|
|
1974
|
+
THIRD_PARTY_PARTNER_DATA = 5
|
|
1952
1975
|
}
|
|
1953
1976
|
/**
|
|
1954
1977
|
* @name UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1955
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1978
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1956
1979
|
*/
|
|
1957
1980
|
enum UserListDateRuleItemOperator {
|
|
1958
1981
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1964,7 +1987,7 @@ export declare namespace enums {
|
|
|
1964
1987
|
}
|
|
1965
1988
|
/**
|
|
1966
1989
|
* @name UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1967
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1990
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1968
1991
|
*/
|
|
1969
1992
|
enum UserListFlexibleRuleOperator {
|
|
1970
1993
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1974,7 +1997,7 @@ export declare namespace enums {
|
|
|
1974
1997
|
}
|
|
1975
1998
|
/**
|
|
1976
1999
|
* @name UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1977
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2000
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1978
2001
|
*/
|
|
1979
2002
|
enum UserListLogicalRuleOperator {
|
|
1980
2003
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1985,7 +2008,7 @@ export declare namespace enums {
|
|
|
1985
2008
|
}
|
|
1986
2009
|
/**
|
|
1987
2010
|
* @name UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1988
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2011
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1989
2012
|
*/
|
|
1990
2013
|
enum UserListNumberRuleItemOperator {
|
|
1991
2014
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1999,7 +2022,7 @@ export declare namespace enums {
|
|
|
1999
2022
|
}
|
|
2000
2023
|
/**
|
|
2001
2024
|
* @name UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
2002
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2025
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
2003
2026
|
*/
|
|
2004
2027
|
enum UserListPrepopulationStatus {
|
|
2005
2028
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2010,7 +2033,7 @@ export declare namespace enums {
|
|
|
2010
2033
|
}
|
|
2011
2034
|
/**
|
|
2012
2035
|
* @name UserListRuleTypeEnum.UserListRuleType
|
|
2013
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2036
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserListRuleTypeEnum.UserListRuleType
|
|
2014
2037
|
*/
|
|
2015
2038
|
enum UserListRuleType {
|
|
2016
2039
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2020,7 +2043,7 @@ export declare namespace enums {
|
|
|
2020
2043
|
}
|
|
2021
2044
|
/**
|
|
2022
2045
|
* @name UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
2023
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2046
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
2024
2047
|
*/
|
|
2025
2048
|
enum UserListStringRuleItemOperator {
|
|
2026
2049
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2036,7 +2059,7 @@ export declare namespace enums {
|
|
|
2036
2059
|
}
|
|
2037
2060
|
/**
|
|
2038
2061
|
* @name AccessInvitationStatusEnum.AccessInvitationStatus
|
|
2039
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2062
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AccessInvitationStatusEnum.AccessInvitationStatus
|
|
2040
2063
|
*/
|
|
2041
2064
|
enum AccessInvitationStatus {
|
|
2042
2065
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2047,7 +2070,7 @@ export declare namespace enums {
|
|
|
2047
2070
|
}
|
|
2048
2071
|
/**
|
|
2049
2072
|
* @name AccessReasonEnum.AccessReason
|
|
2050
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2073
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AccessReasonEnum.AccessReason
|
|
2051
2074
|
*/
|
|
2052
2075
|
enum AccessReason {
|
|
2053
2076
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2060,7 +2083,7 @@ export declare namespace enums {
|
|
|
2060
2083
|
}
|
|
2061
2084
|
/**
|
|
2062
2085
|
* @name AccessRoleEnum.AccessRole
|
|
2063
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2086
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AccessRoleEnum.AccessRole
|
|
2064
2087
|
*/
|
|
2065
2088
|
enum AccessRole {
|
|
2066
2089
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2072,7 +2095,7 @@ export declare namespace enums {
|
|
|
2072
2095
|
}
|
|
2073
2096
|
/**
|
|
2074
2097
|
* @name AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
2075
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2098
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
2076
2099
|
*/
|
|
2077
2100
|
enum AccountBudgetProposalStatus {
|
|
2078
2101
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2085,7 +2108,7 @@ export declare namespace enums {
|
|
|
2085
2108
|
}
|
|
2086
2109
|
/**
|
|
2087
2110
|
* @name AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
2088
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2111
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
2089
2112
|
*/
|
|
2090
2113
|
enum AccountBudgetProposalType {
|
|
2091
2114
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2097,7 +2120,7 @@ export declare namespace enums {
|
|
|
2097
2120
|
}
|
|
2098
2121
|
/**
|
|
2099
2122
|
* @name AccountBudgetStatusEnum.AccountBudgetStatus
|
|
2100
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2123
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AccountBudgetStatusEnum.AccountBudgetStatus
|
|
2101
2124
|
*/
|
|
2102
2125
|
enum AccountBudgetStatus {
|
|
2103
2126
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2108,7 +2131,7 @@ export declare namespace enums {
|
|
|
2108
2131
|
}
|
|
2109
2132
|
/**
|
|
2110
2133
|
* @name AccountLinkStatusEnum.AccountLinkStatus
|
|
2111
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2134
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AccountLinkStatusEnum.AccountLinkStatus
|
|
2112
2135
|
*/
|
|
2113
2136
|
enum AccountLinkStatus {
|
|
2114
2137
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2122,7 +2145,7 @@ export declare namespace enums {
|
|
|
2122
2145
|
}
|
|
2123
2146
|
/**
|
|
2124
2147
|
* @name AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
|
|
2125
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2148
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
|
|
2126
2149
|
*/
|
|
2127
2150
|
enum AdGroupAdPrimaryStatus {
|
|
2128
2151
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2136,7 +2159,7 @@ export declare namespace enums {
|
|
|
2136
2159
|
}
|
|
2137
2160
|
/**
|
|
2138
2161
|
* @name AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
|
|
2139
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2162
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
|
|
2140
2163
|
*/
|
|
2141
2164
|
enum AdGroupAdPrimaryStatusReason {
|
|
2142
2165
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2159,7 +2182,7 @@ export declare namespace enums {
|
|
|
2159
2182
|
}
|
|
2160
2183
|
/**
|
|
2161
2184
|
* @name AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
2162
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2185
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
2163
2186
|
*/
|
|
2164
2187
|
enum AdGroupAdRotationMode {
|
|
2165
2188
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2169,7 +2192,7 @@ export declare namespace enums {
|
|
|
2169
2192
|
}
|
|
2170
2193
|
/**
|
|
2171
2194
|
* @name AdGroupAdStatusEnum.AdGroupAdStatus
|
|
2172
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2195
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdGroupAdStatusEnum.AdGroupAdStatus
|
|
2173
2196
|
*/
|
|
2174
2197
|
enum AdGroupAdStatus {
|
|
2175
2198
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2180,7 +2203,7 @@ export declare namespace enums {
|
|
|
2180
2203
|
}
|
|
2181
2204
|
/**
|
|
2182
2205
|
* @name AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
2183
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2206
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
2184
2207
|
*/
|
|
2185
2208
|
enum AdGroupCriterionApprovalStatus {
|
|
2186
2209
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2192,7 +2215,7 @@ export declare namespace enums {
|
|
|
2192
2215
|
}
|
|
2193
2216
|
/**
|
|
2194
2217
|
* @name AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus
|
|
2195
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2218
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus
|
|
2196
2219
|
*/
|
|
2197
2220
|
enum AdGroupCriterionPrimaryStatus {
|
|
2198
2221
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2205,7 +2228,7 @@ export declare namespace enums {
|
|
|
2205
2228
|
}
|
|
2206
2229
|
/**
|
|
2207
2230
|
* @name AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason
|
|
2208
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2231
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason
|
|
2209
2232
|
*/
|
|
2210
2233
|
enum AdGroupCriterionPrimaryStatusReason {
|
|
2211
2234
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2231,7 +2254,7 @@ export declare namespace enums {
|
|
|
2231
2254
|
}
|
|
2232
2255
|
/**
|
|
2233
2256
|
* @name AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
2234
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2257
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
2235
2258
|
*/
|
|
2236
2259
|
enum AdGroupCriterionStatus {
|
|
2237
2260
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2242,7 +2265,7 @@ export declare namespace enums {
|
|
|
2242
2265
|
}
|
|
2243
2266
|
/**
|
|
2244
2267
|
* @name AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
|
|
2245
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2268
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
|
|
2246
2269
|
*/
|
|
2247
2270
|
enum AdGroupPrimaryStatus {
|
|
2248
2271
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2256,7 +2279,7 @@ export declare namespace enums {
|
|
|
2256
2279
|
}
|
|
2257
2280
|
/**
|
|
2258
2281
|
* @name AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
|
|
2259
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2282
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
|
|
2260
2283
|
*/
|
|
2261
2284
|
enum AdGroupPrimaryStatusReason {
|
|
2262
2285
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2280,7 +2303,7 @@ export declare namespace enums {
|
|
|
2280
2303
|
}
|
|
2281
2304
|
/**
|
|
2282
2305
|
* @name AdGroupStatusEnum.AdGroupStatus
|
|
2283
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2306
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdGroupStatusEnum.AdGroupStatus
|
|
2284
2307
|
*/
|
|
2285
2308
|
enum AdGroupStatus {
|
|
2286
2309
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2291,7 +2314,7 @@ export declare namespace enums {
|
|
|
2291
2314
|
}
|
|
2292
2315
|
/**
|
|
2293
2316
|
* @name AdGroupTypeEnum.AdGroupType
|
|
2294
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2317
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdGroupTypeEnum.AdGroupType
|
|
2295
2318
|
*/
|
|
2296
2319
|
enum AdGroupType {
|
|
2297
2320
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2316,7 +2339,7 @@ export declare namespace enums {
|
|
|
2316
2339
|
}
|
|
2317
2340
|
/**
|
|
2318
2341
|
* @name AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
2319
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2342
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
2320
2343
|
*/
|
|
2321
2344
|
enum AdServingOptimizationStatus {
|
|
2322
2345
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2329,7 +2352,7 @@ export declare namespace enums {
|
|
|
2329
2352
|
}
|
|
2330
2353
|
/**
|
|
2331
2354
|
* @name AdStrengthEnum.AdStrength
|
|
2332
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2355
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdStrengthEnum.AdStrength
|
|
2333
2356
|
*/
|
|
2334
2357
|
enum AdStrength {
|
|
2335
2358
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2343,7 +2366,7 @@ export declare namespace enums {
|
|
|
2343
2366
|
}
|
|
2344
2367
|
/**
|
|
2345
2368
|
* @name AdStrengthActionItemTypeEnum.AdStrengthActionItemType
|
|
2346
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2369
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdStrengthActionItemTypeEnum.AdStrengthActionItemType
|
|
2347
2370
|
*/
|
|
2348
2371
|
enum AdStrengthActionItemType {
|
|
2349
2372
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2352,7 +2375,7 @@ export declare namespace enums {
|
|
|
2352
2375
|
}
|
|
2353
2376
|
/**
|
|
2354
2377
|
* @name AdTypeEnum.AdType
|
|
2355
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2378
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AdTypeEnum.AdType
|
|
2356
2379
|
*/
|
|
2357
2380
|
enum AdType {
|
|
2358
2381
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2392,7 +2415,7 @@ export declare namespace enums {
|
|
|
2392
2415
|
}
|
|
2393
2416
|
/**
|
|
2394
2417
|
* @name AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
|
|
2395
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2418
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
|
|
2396
2419
|
*/
|
|
2397
2420
|
enum AndroidPrivacyInteractionType {
|
|
2398
2421
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2403,7 +2426,7 @@ export declare namespace enums {
|
|
|
2403
2426
|
}
|
|
2404
2427
|
/**
|
|
2405
2428
|
* @name AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
|
|
2406
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2429
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
|
|
2407
2430
|
*/
|
|
2408
2431
|
enum AndroidPrivacyNetworkType {
|
|
2409
2432
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2414,7 +2437,7 @@ export declare namespace enums {
|
|
|
2414
2437
|
}
|
|
2415
2438
|
/**
|
|
2416
2439
|
* @name AppBiddingGoalEnum.AppBiddingGoal
|
|
2417
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2440
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AppBiddingGoalEnum.AppBiddingGoal
|
|
2418
2441
|
*/
|
|
2419
2442
|
enum AppBiddingGoal {
|
|
2420
2443
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2429,7 +2452,7 @@ export declare namespace enums {
|
|
|
2429
2452
|
}
|
|
2430
2453
|
/**
|
|
2431
2454
|
* @name AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2432
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2455
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2433
2456
|
*/
|
|
2434
2457
|
enum AppCampaignAppStore {
|
|
2435
2458
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2439,7 +2462,7 @@ export declare namespace enums {
|
|
|
2439
2462
|
}
|
|
2440
2463
|
/**
|
|
2441
2464
|
* @name AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2442
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2465
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2443
2466
|
*/
|
|
2444
2467
|
enum AppCampaignBiddingStrategyGoalType {
|
|
2445
2468
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2449,11 +2472,13 @@ export declare namespace enums {
|
|
|
2449
2472
|
OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST = 4,// OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST
|
|
2450
2473
|
OPTIMIZE_RETURN_ON_ADVERTISING_SPEND = 5,// OPTIMIZE_RETURN_ON_ADVERTISING_SPEND
|
|
2451
2474
|
OPTIMIZE_PRE_REGISTRATION_CONVERSION_VOLUME = 6,// OPTIMIZE_PRE_REGISTRATION_CONVERSION_VOLUME
|
|
2452
|
-
OPTIMIZE_INSTALLS_WITHOUT_TARGET_INSTALL_COST = 7
|
|
2475
|
+
OPTIMIZE_INSTALLS_WITHOUT_TARGET_INSTALL_COST = 7,// OPTIMIZE_INSTALLS_WITHOUT_TARGET_INSTALL_COST
|
|
2476
|
+
OPTIMIZE_IN_APP_CONVERSIONS_WITHOUT_TARGET_CPA = 8,// OPTIMIZE_IN_APP_CONVERSIONS_WITHOUT_TARGET_CPA
|
|
2477
|
+
OPTIMIZE_TOTAL_VALUE_WITHOUT_TARGET_ROAS = 9
|
|
2453
2478
|
}
|
|
2454
2479
|
/**
|
|
2455
2480
|
* @name AssetAutomationStatusEnum.AssetAutomationStatus
|
|
2456
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2481
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AssetAutomationStatusEnum.AssetAutomationStatus
|
|
2457
2482
|
*/
|
|
2458
2483
|
enum AssetAutomationStatus {
|
|
2459
2484
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2463,7 +2488,7 @@ export declare namespace enums {
|
|
|
2463
2488
|
}
|
|
2464
2489
|
/**
|
|
2465
2490
|
* @name AssetAutomationTypeEnum.AssetAutomationType
|
|
2466
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2491
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AssetAutomationTypeEnum.AssetAutomationType
|
|
2467
2492
|
*/
|
|
2468
2493
|
enum AssetAutomationType {
|
|
2469
2494
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2473,11 +2498,15 @@ export declare namespace enums {
|
|
|
2473
2498
|
GENERATE_SHORTER_YOUTUBE_VIDEOS = 4,// GENERATE_SHORTER_YOUTUBE_VIDEOS
|
|
2474
2499
|
GENERATE_LANDING_PAGE_PREVIEW = 5,// GENERATE_LANDING_PAGE_PREVIEW
|
|
2475
2500
|
GENERATE_ENHANCED_YOUTUBE_VIDEOS = 6,// GENERATE_ENHANCED_YOUTUBE_VIDEOS
|
|
2476
|
-
|
|
2501
|
+
GENERATE_IMAGE_ENHANCEMENT = 7,// GENERATE_IMAGE_ENHANCEMENT
|
|
2502
|
+
GENERATE_IMAGE_EXTRACTION = 9,// GENERATE_IMAGE_EXTRACTION
|
|
2503
|
+
GENERATE_DESIGN_VERSIONS_FOR_IMAGES = 10,// GENERATE_DESIGN_VERSIONS_FOR_IMAGES
|
|
2504
|
+
FINAL_URL_EXPANSION_TEXT_ASSET_AUTOMATION = 11,// FINAL_URL_EXPANSION_TEXT_ASSET_AUTOMATION
|
|
2505
|
+
GENERATE_VIDEOS_FROM_OTHER_ASSETS = 12
|
|
2477
2506
|
}
|
|
2478
2507
|
/**
|
|
2479
2508
|
* @name AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement
|
|
2480
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2509
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement
|
|
2481
2510
|
*/
|
|
2482
2511
|
enum AssetCoverageVideoAspectRatioRequirement {
|
|
2483
2512
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2488,7 +2517,7 @@ export declare namespace enums {
|
|
|
2488
2517
|
}
|
|
2489
2518
|
/**
|
|
2490
2519
|
* @name AssetFieldTypeEnum.AssetFieldType
|
|
2491
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2520
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AssetFieldTypeEnum.AssetFieldType
|
|
2492
2521
|
*/
|
|
2493
2522
|
enum AssetFieldType {
|
|
2494
2523
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2523,11 +2552,12 @@ export declare namespace enums {
|
|
|
2523
2552
|
DEMAND_GEN_CAROUSEL_CARD = 30,// DEMAND_GEN_CAROUSEL_CARD
|
|
2524
2553
|
BUSINESS_MESSAGE = 31,// BUSINESS_MESSAGE
|
|
2525
2554
|
TALL_PORTRAIT_MARKETING_IMAGE = 32,// TALL_PORTRAIT_MARKETING_IMAGE
|
|
2526
|
-
RELATED_YOUTUBE_VIDEOS = 33
|
|
2555
|
+
RELATED_YOUTUBE_VIDEOS = 33,// RELATED_YOUTUBE_VIDEOS
|
|
2556
|
+
LANDING_PAGE_PREVIEW = 38
|
|
2527
2557
|
}
|
|
2528
2558
|
/**
|
|
2529
2559
|
* @name AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
|
|
2530
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2560
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
|
|
2531
2561
|
*/
|
|
2532
2562
|
enum AssetGroupPrimaryStatus {
|
|
2533
2563
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2541,7 +2571,7 @@ export declare namespace enums {
|
|
|
2541
2571
|
}
|
|
2542
2572
|
/**
|
|
2543
2573
|
* @name AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
|
|
2544
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2574
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
|
|
2545
2575
|
*/
|
|
2546
2576
|
enum AssetGroupPrimaryStatusReason {
|
|
2547
2577
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2558,7 +2588,7 @@ export declare namespace enums {
|
|
|
2558
2588
|
}
|
|
2559
2589
|
/**
|
|
2560
2590
|
* @name AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
|
|
2561
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2591
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
|
|
2562
2592
|
*/
|
|
2563
2593
|
enum AssetGroupSignalApprovalStatus {
|
|
2564
2594
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2570,7 +2600,7 @@ export declare namespace enums {
|
|
|
2570
2600
|
}
|
|
2571
2601
|
/**
|
|
2572
2602
|
* @name AssetGroupStatusEnum.AssetGroupStatus
|
|
2573
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2603
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AssetGroupStatusEnum.AssetGroupStatus
|
|
2574
2604
|
*/
|
|
2575
2605
|
enum AssetGroupStatus {
|
|
2576
2606
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2581,7 +2611,7 @@ export declare namespace enums {
|
|
|
2581
2611
|
}
|
|
2582
2612
|
/**
|
|
2583
2613
|
* @name AssetLinkStatusEnum.AssetLinkStatus
|
|
2584
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2614
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AssetLinkStatusEnum.AssetLinkStatus
|
|
2585
2615
|
*/
|
|
2586
2616
|
enum AssetLinkStatus {
|
|
2587
2617
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2592,7 +2622,7 @@ export declare namespace enums {
|
|
|
2592
2622
|
}
|
|
2593
2623
|
/**
|
|
2594
2624
|
* @name AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2595
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2625
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2596
2626
|
*/
|
|
2597
2627
|
enum AssetSetAssetStatus {
|
|
2598
2628
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2602,7 +2632,7 @@ export declare namespace enums {
|
|
|
2602
2632
|
}
|
|
2603
2633
|
/**
|
|
2604
2634
|
* @name AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2605
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2635
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2606
2636
|
*/
|
|
2607
2637
|
enum AssetSetLinkStatus {
|
|
2608
2638
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2612,7 +2642,7 @@ export declare namespace enums {
|
|
|
2612
2642
|
}
|
|
2613
2643
|
/**
|
|
2614
2644
|
* @name AssetSetStatusEnum.AssetSetStatus
|
|
2615
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2645
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AssetSetStatusEnum.AssetSetStatus
|
|
2616
2646
|
*/
|
|
2617
2647
|
enum AssetSetStatus {
|
|
2618
2648
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2622,7 +2652,7 @@ export declare namespace enums {
|
|
|
2622
2652
|
}
|
|
2623
2653
|
/**
|
|
2624
2654
|
* @name AssetSetTypeEnum.AssetSetType
|
|
2625
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2655
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AssetSetTypeEnum.AssetSetType
|
|
2626
2656
|
*/
|
|
2627
2657
|
enum AssetSetType {
|
|
2628
2658
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2646,7 +2676,7 @@ export declare namespace enums {
|
|
|
2646
2676
|
}
|
|
2647
2677
|
/**
|
|
2648
2678
|
* @name AssetSourceEnum.AssetSource
|
|
2649
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2679
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AssetSourceEnum.AssetSource
|
|
2650
2680
|
*/
|
|
2651
2681
|
enum AssetSource {
|
|
2652
2682
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2656,7 +2686,7 @@ export declare namespace enums {
|
|
|
2656
2686
|
}
|
|
2657
2687
|
/**
|
|
2658
2688
|
* @name AssetTypeEnum.AssetType
|
|
2659
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2689
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AssetTypeEnum.AssetType
|
|
2660
2690
|
*/
|
|
2661
2691
|
enum AssetType {
|
|
2662
2692
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2694,7 +2724,7 @@ export declare namespace enums {
|
|
|
2694
2724
|
}
|
|
2695
2725
|
/**
|
|
2696
2726
|
* @name AsyncActionStatusEnum.AsyncActionStatus
|
|
2697
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2727
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AsyncActionStatusEnum.AsyncActionStatus
|
|
2698
2728
|
*/
|
|
2699
2729
|
enum AsyncActionStatus {
|
|
2700
2730
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2707,7 +2737,7 @@ export declare namespace enums {
|
|
|
2707
2737
|
}
|
|
2708
2738
|
/**
|
|
2709
2739
|
* @name AttributionModelEnum.AttributionModel
|
|
2710
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2740
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AttributionModelEnum.AttributionModel
|
|
2711
2741
|
*/
|
|
2712
2742
|
enum AttributionModel {
|
|
2713
2743
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2722,7 +2752,7 @@ export declare namespace enums {
|
|
|
2722
2752
|
}
|
|
2723
2753
|
/**
|
|
2724
2754
|
* @name AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective
|
|
2725
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2755
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective
|
|
2726
2756
|
*/
|
|
2727
2757
|
enum AudienceInsightsMarketingObjective {
|
|
2728
2758
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2732,7 +2762,7 @@ export declare namespace enums {
|
|
|
2732
2762
|
}
|
|
2733
2763
|
/**
|
|
2734
2764
|
* @name AudienceScopeEnum.AudienceScope
|
|
2735
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2765
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AudienceScopeEnum.AudienceScope
|
|
2736
2766
|
*/
|
|
2737
2767
|
enum AudienceScope {
|
|
2738
2768
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2742,7 +2772,7 @@ export declare namespace enums {
|
|
|
2742
2772
|
}
|
|
2743
2773
|
/**
|
|
2744
2774
|
* @name AudienceStatusEnum.AudienceStatus
|
|
2745
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2775
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/AudienceStatusEnum.AudienceStatus
|
|
2746
2776
|
*/
|
|
2747
2777
|
enum AudienceStatus {
|
|
2748
2778
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2752,7 +2782,7 @@ export declare namespace enums {
|
|
|
2752
2782
|
}
|
|
2753
2783
|
/**
|
|
2754
2784
|
* @name BatchJobStatusEnum.BatchJobStatus
|
|
2755
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2785
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BatchJobStatusEnum.BatchJobStatus
|
|
2756
2786
|
*/
|
|
2757
2787
|
enum BatchJobStatus {
|
|
2758
2788
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2763,7 +2793,7 @@ export declare namespace enums {
|
|
|
2763
2793
|
}
|
|
2764
2794
|
/**
|
|
2765
2795
|
* @name BidModifierSourceEnum.BidModifierSource
|
|
2766
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2796
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BidModifierSourceEnum.BidModifierSource
|
|
2767
2797
|
*/
|
|
2768
2798
|
enum BidModifierSource {
|
|
2769
2799
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2773,7 +2803,7 @@ export declare namespace enums {
|
|
|
2773
2803
|
}
|
|
2774
2804
|
/**
|
|
2775
2805
|
* @name BiddingSourceEnum.BiddingSource
|
|
2776
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2806
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BiddingSourceEnum.BiddingSource
|
|
2777
2807
|
*/
|
|
2778
2808
|
enum BiddingSource {
|
|
2779
2809
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2784,7 +2814,7 @@ export declare namespace enums {
|
|
|
2784
2814
|
}
|
|
2785
2815
|
/**
|
|
2786
2816
|
* @name BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2787
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2817
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2788
2818
|
*/
|
|
2789
2819
|
enum BiddingStrategyStatus {
|
|
2790
2820
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2794,7 +2824,7 @@ export declare namespace enums {
|
|
|
2794
2824
|
}
|
|
2795
2825
|
/**
|
|
2796
2826
|
* @name BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2797
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2827
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2798
2828
|
*/
|
|
2799
2829
|
enum BiddingStrategySystemStatus {
|
|
2800
2830
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2827,7 +2857,7 @@ export declare namespace enums {
|
|
|
2827
2857
|
}
|
|
2828
2858
|
/**
|
|
2829
2859
|
* @name BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2830
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2860
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2831
2861
|
*/
|
|
2832
2862
|
enum BiddingStrategyType {
|
|
2833
2863
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2835,6 +2865,7 @@ export declare namespace enums {
|
|
|
2835
2865
|
COMMISSION = 16,// COMMISSION
|
|
2836
2866
|
ENHANCED_CPC = 2,// ENHANCED_CPC
|
|
2837
2867
|
FIXED_CPM = 19,// FIXED_CPM
|
|
2868
|
+
FIXED_SHARE_OF_VOICE = 22,// FIXED_SHARE_OF_VOICE
|
|
2838
2869
|
INVALID = 17,// INVALID
|
|
2839
2870
|
MANUAL_CPA = 18,// MANUAL_CPA
|
|
2840
2871
|
MANUAL_CPC = 3,// MANUAL_CPC
|
|
@@ -2845,6 +2876,7 @@ export declare namespace enums {
|
|
|
2845
2876
|
PAGE_ONE_PROMOTED = 5,// PAGE_ONE_PROMOTED
|
|
2846
2877
|
PERCENT_CPC = 12,// PERCENT_CPC
|
|
2847
2878
|
TARGET_CPA = 6,// TARGET_CPA
|
|
2879
|
+
TARGET_CPC = 21,// TARGET_CPC
|
|
2848
2880
|
TARGET_CPM = 14,// TARGET_CPM
|
|
2849
2881
|
TARGET_CPV = 20,// TARGET_CPV
|
|
2850
2882
|
TARGET_IMPRESSION_SHARE = 15,// TARGET_IMPRESSION_SHARE
|
|
@@ -2854,7 +2886,7 @@ export declare namespace enums {
|
|
|
2854
2886
|
}
|
|
2855
2887
|
/**
|
|
2856
2888
|
* @name BillingSetupStatusEnum.BillingSetupStatus
|
|
2857
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2889
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BillingSetupStatusEnum.BillingSetupStatus
|
|
2858
2890
|
*/
|
|
2859
2891
|
enum BillingSetupStatus {
|
|
2860
2892
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2866,7 +2898,7 @@ export declare namespace enums {
|
|
|
2866
2898
|
}
|
|
2867
2899
|
/**
|
|
2868
2900
|
* @name BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2869
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2901
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2870
2902
|
*/
|
|
2871
2903
|
enum BrandSafetySuitability {
|
|
2872
2904
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2877,7 +2909,7 @@ export declare namespace enums {
|
|
|
2877
2909
|
}
|
|
2878
2910
|
/**
|
|
2879
2911
|
* @name BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2880
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2912
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2881
2913
|
*/
|
|
2882
2914
|
enum BudgetDeliveryMethod {
|
|
2883
2915
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2887,7 +2919,7 @@ export declare namespace enums {
|
|
|
2887
2919
|
}
|
|
2888
2920
|
/**
|
|
2889
2921
|
* @name BudgetPeriodEnum.BudgetPeriod
|
|
2890
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2922
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BudgetPeriodEnum.BudgetPeriod
|
|
2891
2923
|
*/
|
|
2892
2924
|
enum BudgetPeriod {
|
|
2893
2925
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2897,7 +2929,7 @@ export declare namespace enums {
|
|
|
2897
2929
|
}
|
|
2898
2930
|
/**
|
|
2899
2931
|
* @name BudgetStatusEnum.BudgetStatus
|
|
2900
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2932
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BudgetStatusEnum.BudgetStatus
|
|
2901
2933
|
*/
|
|
2902
2934
|
enum BudgetStatus {
|
|
2903
2935
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2907,7 +2939,7 @@ export declare namespace enums {
|
|
|
2907
2939
|
}
|
|
2908
2940
|
/**
|
|
2909
2941
|
* @name BudgetTypeEnum.BudgetType
|
|
2910
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2942
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/BudgetTypeEnum.BudgetType
|
|
2911
2943
|
*/
|
|
2912
2944
|
enum BudgetType {
|
|
2913
2945
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2919,7 +2951,7 @@ export declare namespace enums {
|
|
|
2919
2951
|
}
|
|
2920
2952
|
/**
|
|
2921
2953
|
* @name CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2922
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2954
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2923
2955
|
*/
|
|
2924
2956
|
enum CallTrackingDisplayLocation {
|
|
2925
2957
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2929,7 +2961,7 @@ export declare namespace enums {
|
|
|
2929
2961
|
}
|
|
2930
2962
|
/**
|
|
2931
2963
|
* @name CallTypeEnum.CallType
|
|
2932
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2964
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CallTypeEnum.CallType
|
|
2933
2965
|
*/
|
|
2934
2966
|
enum CallType {
|
|
2935
2967
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2939,7 +2971,7 @@ export declare namespace enums {
|
|
|
2939
2971
|
}
|
|
2940
2972
|
/**
|
|
2941
2973
|
* @name CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2942
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2974
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2943
2975
|
*/
|
|
2944
2976
|
enum CampaignCriterionStatus {
|
|
2945
2977
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2950,7 +2982,7 @@ export declare namespace enums {
|
|
|
2950
2982
|
}
|
|
2951
2983
|
/**
|
|
2952
2984
|
* @name CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2953
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2985
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2954
2986
|
*/
|
|
2955
2987
|
enum CampaignDraftStatus {
|
|
2956
2988
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2963,7 +2995,7 @@ export declare namespace enums {
|
|
|
2963
2995
|
}
|
|
2964
2996
|
/**
|
|
2965
2997
|
* @name CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2966
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2998
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2967
2999
|
*/
|
|
2968
3000
|
enum CampaignExperimentType {
|
|
2969
3001
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2974,7 +3006,7 @@ export declare namespace enums {
|
|
|
2974
3006
|
}
|
|
2975
3007
|
/**
|
|
2976
3008
|
* @name CampaignGroupStatusEnum.CampaignGroupStatus
|
|
2977
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3009
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CampaignGroupStatusEnum.CampaignGroupStatus
|
|
2978
3010
|
*/
|
|
2979
3011
|
enum CampaignGroupStatus {
|
|
2980
3012
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2984,7 +3016,7 @@ export declare namespace enums {
|
|
|
2984
3016
|
}
|
|
2985
3017
|
/**
|
|
2986
3018
|
* @name CampaignKeywordMatchTypeEnum.CampaignKeywordMatchType
|
|
2987
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3019
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CampaignKeywordMatchTypeEnum.CampaignKeywordMatchType
|
|
2988
3020
|
*/
|
|
2989
3021
|
enum CampaignKeywordMatchType {
|
|
2990
3022
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2993,7 +3025,7 @@ export declare namespace enums {
|
|
|
2993
3025
|
}
|
|
2994
3026
|
/**
|
|
2995
3027
|
* @name CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
2996
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3028
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
2997
3029
|
*/
|
|
2998
3030
|
enum CampaignPrimaryStatus {
|
|
2999
3031
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3010,7 +3042,7 @@ export declare namespace enums {
|
|
|
3010
3042
|
}
|
|
3011
3043
|
/**
|
|
3012
3044
|
* @name CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
3013
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3045
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
3014
3046
|
*/
|
|
3015
3047
|
enum CampaignPrimaryStatusReason {
|
|
3016
3048
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3056,7 +3088,7 @@ export declare namespace enums {
|
|
|
3056
3088
|
}
|
|
3057
3089
|
/**
|
|
3058
3090
|
* @name CampaignServingStatusEnum.CampaignServingStatus
|
|
3059
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3091
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CampaignServingStatusEnum.CampaignServingStatus
|
|
3060
3092
|
*/
|
|
3061
3093
|
enum CampaignServingStatus {
|
|
3062
3094
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3069,7 +3101,7 @@ export declare namespace enums {
|
|
|
3069
3101
|
}
|
|
3070
3102
|
/**
|
|
3071
3103
|
* @name CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
3072
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3104
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
3073
3105
|
*/
|
|
3074
3106
|
enum CampaignSharedSetStatus {
|
|
3075
3107
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3079,7 +3111,7 @@ export declare namespace enums {
|
|
|
3079
3111
|
}
|
|
3080
3112
|
/**
|
|
3081
3113
|
* @name CampaignStatusEnum.CampaignStatus
|
|
3082
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3114
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CampaignStatusEnum.CampaignStatus
|
|
3083
3115
|
*/
|
|
3084
3116
|
enum CampaignStatus {
|
|
3085
3117
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3090,7 +3122,7 @@ export declare namespace enums {
|
|
|
3090
3122
|
}
|
|
3091
3123
|
/**
|
|
3092
3124
|
* @name ChangeClientTypeEnum.ChangeClientType
|
|
3093
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3125
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ChangeClientTypeEnum.ChangeClientType
|
|
3094
3126
|
*/
|
|
3095
3127
|
enum ChangeClientType {
|
|
3096
3128
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3111,7 +3143,7 @@ export declare namespace enums {
|
|
|
3111
3143
|
}
|
|
3112
3144
|
/**
|
|
3113
3145
|
* @name ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
3114
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3146
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
3115
3147
|
*/
|
|
3116
3148
|
enum ChangeEventResourceType {
|
|
3117
3149
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3138,7 +3170,7 @@ export declare namespace enums {
|
|
|
3138
3170
|
}
|
|
3139
3171
|
/**
|
|
3140
3172
|
* @name ChangeStatusOperationEnum.ChangeStatusOperation
|
|
3141
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3173
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ChangeStatusOperationEnum.ChangeStatusOperation
|
|
3142
3174
|
*/
|
|
3143
3175
|
enum ChangeStatusOperation {
|
|
3144
3176
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3149,7 +3181,7 @@ export declare namespace enums {
|
|
|
3149
3181
|
}
|
|
3150
3182
|
/**
|
|
3151
3183
|
* @name ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
3152
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3184
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
3153
3185
|
*/
|
|
3154
3186
|
enum ChangeStatusResourceType {
|
|
3155
3187
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3178,7 +3210,7 @@ export declare namespace enums {
|
|
|
3178
3210
|
}
|
|
3179
3211
|
/**
|
|
3180
3212
|
* @name CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
3181
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3213
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
3182
3214
|
*/
|
|
3183
3215
|
enum CombinedAudienceStatus {
|
|
3184
3216
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3188,7 +3220,7 @@ export declare namespace enums {
|
|
|
3188
3220
|
}
|
|
3189
3221
|
/**
|
|
3190
3222
|
* @name ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
3191
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3223
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
3192
3224
|
*/
|
|
3193
3225
|
enum ConversionActionCountingType {
|
|
3194
3226
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3198,7 +3230,7 @@ export declare namespace enums {
|
|
|
3198
3230
|
}
|
|
3199
3231
|
/**
|
|
3200
3232
|
* @name ConversionActionStatusEnum.ConversionActionStatus
|
|
3201
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3233
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionActionStatusEnum.ConversionActionStatus
|
|
3202
3234
|
*/
|
|
3203
3235
|
enum ConversionActionStatus {
|
|
3204
3236
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3209,7 +3241,7 @@ export declare namespace enums {
|
|
|
3209
3241
|
}
|
|
3210
3242
|
/**
|
|
3211
3243
|
* @name ConversionActionTypeEnum.ConversionActionType
|
|
3212
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3244
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionActionTypeEnum.ConversionActionType
|
|
3213
3245
|
*/
|
|
3214
3246
|
enum ConversionActionType {
|
|
3215
3247
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3257,7 +3289,7 @@ export declare namespace enums {
|
|
|
3257
3289
|
}
|
|
3258
3290
|
/**
|
|
3259
3291
|
* @name ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
3260
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3292
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
3261
3293
|
*/
|
|
3262
3294
|
enum ConversionAdjustmentType {
|
|
3263
3295
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3268,7 +3300,7 @@ export declare namespace enums {
|
|
|
3268
3300
|
}
|
|
3269
3301
|
/**
|
|
3270
3302
|
* @name ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
3271
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3303
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
3272
3304
|
*/
|
|
3273
3305
|
enum ConversionCustomVariableStatus {
|
|
3274
3306
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3279,7 +3311,7 @@ export declare namespace enums {
|
|
|
3279
3311
|
}
|
|
3280
3312
|
/**
|
|
3281
3313
|
* @name ConversionCustomerTypeEnum.ConversionCustomerType
|
|
3282
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3314
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionCustomerTypeEnum.ConversionCustomerType
|
|
3283
3315
|
*/
|
|
3284
3316
|
enum ConversionCustomerType {
|
|
3285
3317
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3289,7 +3321,7 @@ export declare namespace enums {
|
|
|
3289
3321
|
}
|
|
3290
3322
|
/**
|
|
3291
3323
|
* @name ConversionEnvironmentEnum.ConversionEnvironment
|
|
3292
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3324
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionEnvironmentEnum.ConversionEnvironment
|
|
3293
3325
|
*/
|
|
3294
3326
|
enum ConversionEnvironment {
|
|
3295
3327
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3299,7 +3331,7 @@ export declare namespace enums {
|
|
|
3299
3331
|
}
|
|
3300
3332
|
/**
|
|
3301
3333
|
* @name ConversionOriginEnum.ConversionOrigin
|
|
3302
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3334
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionOriginEnum.ConversionOrigin
|
|
3303
3335
|
*/
|
|
3304
3336
|
enum ConversionOrigin {
|
|
3305
3337
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3313,7 +3345,7 @@ export declare namespace enums {
|
|
|
3313
3345
|
}
|
|
3314
3346
|
/**
|
|
3315
3347
|
* @name ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
3316
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3348
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
3317
3349
|
*/
|
|
3318
3350
|
enum ConversionTrackingStatus {
|
|
3319
3351
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3325,7 +3357,7 @@ export declare namespace enums {
|
|
|
3325
3357
|
}
|
|
3326
3358
|
/**
|
|
3327
3359
|
* @name ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
3328
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3360
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
3329
3361
|
*/
|
|
3330
3362
|
enum ConversionValueRuleSetStatus {
|
|
3331
3363
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3336,7 +3368,7 @@ export declare namespace enums {
|
|
|
3336
3368
|
}
|
|
3337
3369
|
/**
|
|
3338
3370
|
* @name ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
3339
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3371
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
3340
3372
|
*/
|
|
3341
3373
|
enum ConversionValueRuleStatus {
|
|
3342
3374
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3347,7 +3379,7 @@ export declare namespace enums {
|
|
|
3347
3379
|
}
|
|
3348
3380
|
/**
|
|
3349
3381
|
* @name CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
3350
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3382
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
3351
3383
|
*/
|
|
3352
3384
|
enum CriterionSystemServingStatus {
|
|
3353
3385
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3357,7 +3389,7 @@ export declare namespace enums {
|
|
|
3357
3389
|
}
|
|
3358
3390
|
/**
|
|
3359
3391
|
* @name CriterionTypeEnum.CriterionType
|
|
3360
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3392
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CriterionTypeEnum.CriterionType
|
|
3361
3393
|
*/
|
|
3362
3394
|
enum CriterionType {
|
|
3363
3395
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3408,7 +3440,7 @@ export declare namespace enums {
|
|
|
3408
3440
|
}
|
|
3409
3441
|
/**
|
|
3410
3442
|
* @name CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
3411
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3443
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
3412
3444
|
*/
|
|
3413
3445
|
enum CustomAudienceMemberType {
|
|
3414
3446
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3420,7 +3452,7 @@ export declare namespace enums {
|
|
|
3420
3452
|
}
|
|
3421
3453
|
/**
|
|
3422
3454
|
* @name CustomAudienceStatusEnum.CustomAudienceStatus
|
|
3423
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3455
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CustomAudienceStatusEnum.CustomAudienceStatus
|
|
3424
3456
|
*/
|
|
3425
3457
|
enum CustomAudienceStatus {
|
|
3426
3458
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3430,7 +3462,7 @@ export declare namespace enums {
|
|
|
3430
3462
|
}
|
|
3431
3463
|
/**
|
|
3432
3464
|
* @name CustomAudienceTypeEnum.CustomAudienceType
|
|
3433
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3465
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CustomAudienceTypeEnum.CustomAudienceType
|
|
3434
3466
|
*/
|
|
3435
3467
|
enum CustomAudienceType {
|
|
3436
3468
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3442,7 +3474,7 @@ export declare namespace enums {
|
|
|
3442
3474
|
}
|
|
3443
3475
|
/**
|
|
3444
3476
|
* @name CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
3445
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3477
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
3446
3478
|
*/
|
|
3447
3479
|
enum CustomConversionGoalStatus {
|
|
3448
3480
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3452,7 +3484,7 @@ export declare namespace enums {
|
|
|
3452
3484
|
}
|
|
3453
3485
|
/**
|
|
3454
3486
|
* @name CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3455
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3487
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3456
3488
|
*/
|
|
3457
3489
|
enum CustomInterestMemberType {
|
|
3458
3490
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3462,7 +3494,7 @@ export declare namespace enums {
|
|
|
3462
3494
|
}
|
|
3463
3495
|
/**
|
|
3464
3496
|
* @name CustomInterestStatusEnum.CustomInterestStatus
|
|
3465
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3497
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CustomInterestStatusEnum.CustomInterestStatus
|
|
3466
3498
|
*/
|
|
3467
3499
|
enum CustomInterestStatus {
|
|
3468
3500
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3472,7 +3504,7 @@ export declare namespace enums {
|
|
|
3472
3504
|
}
|
|
3473
3505
|
/**
|
|
3474
3506
|
* @name CustomInterestTypeEnum.CustomInterestType
|
|
3475
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3507
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CustomInterestTypeEnum.CustomInterestType
|
|
3476
3508
|
*/
|
|
3477
3509
|
enum CustomInterestType {
|
|
3478
3510
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3482,7 +3514,7 @@ export declare namespace enums {
|
|
|
3482
3514
|
}
|
|
3483
3515
|
/**
|
|
3484
3516
|
* @name CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
|
|
3485
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3517
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
|
|
3486
3518
|
*/
|
|
3487
3519
|
enum CustomerAcquisitionOptimizationMode {
|
|
3488
3520
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3493,7 +3525,7 @@ export declare namespace enums {
|
|
|
3493
3525
|
}
|
|
3494
3526
|
/**
|
|
3495
3527
|
* @name CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3496
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3528
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3497
3529
|
*/
|
|
3498
3530
|
enum CustomerPayPerConversionEligibilityFailureReason {
|
|
3499
3531
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3508,7 +3540,7 @@ export declare namespace enums {
|
|
|
3508
3540
|
}
|
|
3509
3541
|
/**
|
|
3510
3542
|
* @name CustomerStatusEnum.CustomerStatus
|
|
3511
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3543
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CustomerStatusEnum.CustomerStatus
|
|
3512
3544
|
*/
|
|
3513
3545
|
enum CustomerStatus {
|
|
3514
3546
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3520,7 +3552,7 @@ export declare namespace enums {
|
|
|
3520
3552
|
}
|
|
3521
3553
|
/**
|
|
3522
3554
|
* @name CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3523
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3555
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3524
3556
|
*/
|
|
3525
3557
|
enum CustomizerAttributeStatus {
|
|
3526
3558
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3530,7 +3562,7 @@ export declare namespace enums {
|
|
|
3530
3562
|
}
|
|
3531
3563
|
/**
|
|
3532
3564
|
* @name CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3533
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3565
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3534
3566
|
*/
|
|
3535
3567
|
enum CustomizerValueStatus {
|
|
3536
3568
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3540,7 +3572,7 @@ export declare namespace enums {
|
|
|
3540
3572
|
}
|
|
3541
3573
|
/**
|
|
3542
3574
|
* @name DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3543
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3575
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3544
3576
|
*/
|
|
3545
3577
|
enum DataDrivenModelStatus {
|
|
3546
3578
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3552,7 +3584,7 @@ export declare namespace enums {
|
|
|
3552
3584
|
}
|
|
3553
3585
|
/**
|
|
3554
3586
|
* @name DataLinkStatusEnum.DataLinkStatus
|
|
3555
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3587
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/DataLinkStatusEnum.DataLinkStatus
|
|
3556
3588
|
*/
|
|
3557
3589
|
enum DataLinkStatus {
|
|
3558
3590
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3566,7 +3598,7 @@ export declare namespace enums {
|
|
|
3566
3598
|
}
|
|
3567
3599
|
/**
|
|
3568
3600
|
* @name DataLinkTypeEnum.DataLinkType
|
|
3569
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3601
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/DataLinkTypeEnum.DataLinkType
|
|
3570
3602
|
*/
|
|
3571
3603
|
enum DataLinkType {
|
|
3572
3604
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3575,7 +3607,7 @@ export declare namespace enums {
|
|
|
3575
3607
|
}
|
|
3576
3608
|
/**
|
|
3577
3609
|
* @name DemandGenChannelConfigEnum.DemandGenChannelConfig
|
|
3578
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3610
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/DemandGenChannelConfigEnum.DemandGenChannelConfig
|
|
3579
3611
|
*/
|
|
3580
3612
|
enum DemandGenChannelConfig {
|
|
3581
3613
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3585,7 +3617,7 @@ export declare namespace enums {
|
|
|
3585
3617
|
}
|
|
3586
3618
|
/**
|
|
3587
3619
|
* @name DemandGenChannelStrategyEnum.DemandGenChannelStrategy
|
|
3588
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3620
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/DemandGenChannelStrategyEnum.DemandGenChannelStrategy
|
|
3589
3621
|
*/
|
|
3590
3622
|
enum DemandGenChannelStrategy {
|
|
3591
3623
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3595,7 +3627,7 @@ export declare namespace enums {
|
|
|
3595
3627
|
}
|
|
3596
3628
|
/**
|
|
3597
3629
|
* @name DistanceBucketEnum.DistanceBucket
|
|
3598
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3630
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/DistanceBucketEnum.DistanceBucket
|
|
3599
3631
|
*/
|
|
3600
3632
|
enum DistanceBucket {
|
|
3601
3633
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3630,7 +3662,7 @@ export declare namespace enums {
|
|
|
3630
3662
|
}
|
|
3631
3663
|
/**
|
|
3632
3664
|
* @name EuPoliticalAdvertisingStatusEnum.EuPoliticalAdvertisingStatus
|
|
3633
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3665
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/EuPoliticalAdvertisingStatusEnum.EuPoliticalAdvertisingStatus
|
|
3634
3666
|
*/
|
|
3635
3667
|
enum EuPoliticalAdvertisingStatus {
|
|
3636
3668
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3640,7 +3672,7 @@ export declare namespace enums {
|
|
|
3640
3672
|
}
|
|
3641
3673
|
/**
|
|
3642
3674
|
* @name ExperimentStatusEnum.ExperimentStatus
|
|
3643
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3675
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ExperimentStatusEnum.ExperimentStatus
|
|
3644
3676
|
*/
|
|
3645
3677
|
enum ExperimentStatus {
|
|
3646
3678
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3655,7 +3687,7 @@ export declare namespace enums {
|
|
|
3655
3687
|
}
|
|
3656
3688
|
/**
|
|
3657
3689
|
* @name ExperimentTypeEnum.ExperimentType
|
|
3658
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3690
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ExperimentTypeEnum.ExperimentType
|
|
3659
3691
|
*/
|
|
3660
3692
|
enum ExperimentType {
|
|
3661
3693
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3673,7 +3705,7 @@ export declare namespace enums {
|
|
|
3673
3705
|
}
|
|
3674
3706
|
/**
|
|
3675
3707
|
* @name GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3676
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3708
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3677
3709
|
*/
|
|
3678
3710
|
enum GeoTargetConstantStatus {
|
|
3679
3711
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3683,7 +3715,7 @@ export declare namespace enums {
|
|
|
3683
3715
|
}
|
|
3684
3716
|
/**
|
|
3685
3717
|
* @name GeoTargetingTypeEnum.GeoTargetingType
|
|
3686
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3718
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/GeoTargetingTypeEnum.GeoTargetingType
|
|
3687
3719
|
*/
|
|
3688
3720
|
enum GeoTargetingType {
|
|
3689
3721
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3693,7 +3725,7 @@ export declare namespace enums {
|
|
|
3693
3725
|
}
|
|
3694
3726
|
/**
|
|
3695
3727
|
* @name GoalConfigLevelEnum.GoalConfigLevel
|
|
3696
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3728
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/GoalConfigLevelEnum.GoalConfigLevel
|
|
3697
3729
|
*/
|
|
3698
3730
|
enum GoalConfigLevel {
|
|
3699
3731
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3701,9 +3733,28 @@ export declare namespace enums {
|
|
|
3701
3733
|
CUSTOMER = 2,// CUSTOMER
|
|
3702
3734
|
CAMPAIGN = 3
|
|
3703
3735
|
}
|
|
3736
|
+
/**
|
|
3737
|
+
* @name GoalOptimizationEligibilityEnum.GoalOptimizationEligibility
|
|
3738
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/GoalOptimizationEligibilityEnum.GoalOptimizationEligibility
|
|
3739
|
+
*/
|
|
3740
|
+
enum GoalOptimizationEligibility {
|
|
3741
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
3742
|
+
UNKNOWN = 1,// UNKNOWN
|
|
3743
|
+
ELIGIBLE = 2,// ELIGIBLE
|
|
3744
|
+
INELIGIBLE = 3
|
|
3745
|
+
}
|
|
3746
|
+
/**
|
|
3747
|
+
* @name GoalTypeEnum.GoalType
|
|
3748
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/GoalTypeEnum.GoalType
|
|
3749
|
+
*/
|
|
3750
|
+
enum GoalType {
|
|
3751
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
3752
|
+
UNKNOWN = 1,// UNKNOWN
|
|
3753
|
+
CUSTOMER_RETENTION = 3
|
|
3754
|
+
}
|
|
3704
3755
|
/**
|
|
3705
3756
|
* @name GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3706
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3757
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3707
3758
|
*/
|
|
3708
3759
|
enum GoogleAdsFieldCategory {
|
|
3709
3760
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3715,7 +3766,7 @@ export declare namespace enums {
|
|
|
3715
3766
|
}
|
|
3716
3767
|
/**
|
|
3717
3768
|
* @name GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3718
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3769
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3719
3770
|
*/
|
|
3720
3771
|
enum GoogleAdsFieldDataType {
|
|
3721
3772
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3734,7 +3785,7 @@ export declare namespace enums {
|
|
|
3734
3785
|
}
|
|
3735
3786
|
/**
|
|
3736
3787
|
* @name GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3737
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3788
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3738
3789
|
*/
|
|
3739
3790
|
enum GoogleVoiceCallStatus {
|
|
3740
3791
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3744,7 +3795,7 @@ export declare namespace enums {
|
|
|
3744
3795
|
}
|
|
3745
3796
|
/**
|
|
3746
3797
|
* @name HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
3747
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3798
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
3748
3799
|
*/
|
|
3749
3800
|
enum HotelAssetSuggestionStatus {
|
|
3750
3801
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3755,7 +3806,7 @@ export declare namespace enums {
|
|
|
3755
3806
|
}
|
|
3756
3807
|
/**
|
|
3757
3808
|
* @name HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3758
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3809
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3759
3810
|
*/
|
|
3760
3811
|
enum HotelReconciliationStatus {
|
|
3761
3812
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3767,7 +3818,7 @@ export declare namespace enums {
|
|
|
3767
3818
|
}
|
|
3768
3819
|
/**
|
|
3769
3820
|
* @name IdentityVerificationProgramEnum.IdentityVerificationProgram
|
|
3770
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3821
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/IdentityVerificationProgramEnum.IdentityVerificationProgram
|
|
3771
3822
|
*/
|
|
3772
3823
|
enum IdentityVerificationProgram {
|
|
3773
3824
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3776,7 +3827,7 @@ export declare namespace enums {
|
|
|
3776
3827
|
}
|
|
3777
3828
|
/**
|
|
3778
3829
|
* @name IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
|
|
3779
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3830
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
|
|
3780
3831
|
*/
|
|
3781
3832
|
enum IdentityVerificationProgramStatus {
|
|
3782
3833
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3788,7 +3839,7 @@ export declare namespace enums {
|
|
|
3788
3839
|
}
|
|
3789
3840
|
/**
|
|
3790
3841
|
* @name InsightsTrendEnum.InsightsTrend
|
|
3791
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3842
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/InsightsTrendEnum.InsightsTrend
|
|
3792
3843
|
*/
|
|
3793
3844
|
enum InsightsTrend {
|
|
3794
3845
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3800,7 +3851,7 @@ export declare namespace enums {
|
|
|
3800
3851
|
}
|
|
3801
3852
|
/**
|
|
3802
3853
|
* @name InvoiceTypeEnum.InvoiceType
|
|
3803
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3854
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/InvoiceTypeEnum.InvoiceType
|
|
3804
3855
|
*/
|
|
3805
3856
|
enum InvoiceType {
|
|
3806
3857
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3810,7 +3861,7 @@ export declare namespace enums {
|
|
|
3810
3861
|
}
|
|
3811
3862
|
/**
|
|
3812
3863
|
* @name KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3813
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3864
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3814
3865
|
*/
|
|
3815
3866
|
enum KeywordPlanForecastInterval {
|
|
3816
3867
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3821,7 +3872,7 @@ export declare namespace enums {
|
|
|
3821
3872
|
}
|
|
3822
3873
|
/**
|
|
3823
3874
|
* @name KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3824
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3875
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3825
3876
|
*/
|
|
3826
3877
|
enum KeywordPlanKeywordAnnotation {
|
|
3827
3878
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3830,7 +3881,7 @@ export declare namespace enums {
|
|
|
3830
3881
|
}
|
|
3831
3882
|
/**
|
|
3832
3883
|
* @name KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3833
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3884
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3834
3885
|
*/
|
|
3835
3886
|
enum KeywordPlanNetwork {
|
|
3836
3887
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3840,7 +3891,7 @@ export declare namespace enums {
|
|
|
3840
3891
|
}
|
|
3841
3892
|
/**
|
|
3842
3893
|
* @name LabelStatusEnum.LabelStatus
|
|
3843
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3894
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LabelStatusEnum.LabelStatus
|
|
3844
3895
|
*/
|
|
3845
3896
|
enum LabelStatus {
|
|
3846
3897
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3850,7 +3901,7 @@ export declare namespace enums {
|
|
|
3850
3901
|
}
|
|
3851
3902
|
/**
|
|
3852
3903
|
* @name LinkedAccountTypeEnum.LinkedAccountType
|
|
3853
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3904
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LinkedAccountTypeEnum.LinkedAccountType
|
|
3854
3905
|
*/
|
|
3855
3906
|
enum LinkedAccountType {
|
|
3856
3907
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3859,7 +3910,7 @@ export declare namespace enums {
|
|
|
3859
3910
|
}
|
|
3860
3911
|
/**
|
|
3861
3912
|
* @name LinkedProductTypeEnum.LinkedProductType
|
|
3862
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3913
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LinkedProductTypeEnum.LinkedProductType
|
|
3863
3914
|
*/
|
|
3864
3915
|
enum LinkedProductType {
|
|
3865
3916
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3872,7 +3923,7 @@ export declare namespace enums {
|
|
|
3872
3923
|
}
|
|
3873
3924
|
/**
|
|
3874
3925
|
* @name ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3875
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3926
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3876
3927
|
*/
|
|
3877
3928
|
enum ListingGroupFilterCustomAttributeIndex {
|
|
3878
3929
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3885,7 +3936,7 @@ export declare namespace enums {
|
|
|
3885
3936
|
}
|
|
3886
3937
|
/**
|
|
3887
3938
|
* @name ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
|
|
3888
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3939
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
|
|
3889
3940
|
*/
|
|
3890
3941
|
enum ListingGroupFilterListingSource {
|
|
3891
3942
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3895,7 +3946,7 @@ export declare namespace enums {
|
|
|
3895
3946
|
}
|
|
3896
3947
|
/**
|
|
3897
3948
|
* @name ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
|
|
3898
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3949
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
|
|
3899
3950
|
*/
|
|
3900
3951
|
enum ListingGroupFilterProductCategoryLevel {
|
|
3901
3952
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3908,7 +3959,7 @@ export declare namespace enums {
|
|
|
3908
3959
|
}
|
|
3909
3960
|
/**
|
|
3910
3961
|
* @name ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3911
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3962
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3912
3963
|
*/
|
|
3913
3964
|
enum ListingGroupFilterProductChannel {
|
|
3914
3965
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3918,7 +3969,7 @@ export declare namespace enums {
|
|
|
3918
3969
|
}
|
|
3919
3970
|
/**
|
|
3920
3971
|
* @name ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3921
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3972
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3922
3973
|
*/
|
|
3923
3974
|
enum ListingGroupFilterProductCondition {
|
|
3924
3975
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3929,7 +3980,7 @@ export declare namespace enums {
|
|
|
3929
3980
|
}
|
|
3930
3981
|
/**
|
|
3931
3982
|
* @name ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3932
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3983
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3933
3984
|
*/
|
|
3934
3985
|
enum ListingGroupFilterProductTypeLevel {
|
|
3935
3986
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3942,7 +3993,7 @@ export declare namespace enums {
|
|
|
3942
3993
|
}
|
|
3943
3994
|
/**
|
|
3944
3995
|
* @name ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3945
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3996
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3946
3997
|
*/
|
|
3947
3998
|
enum ListingGroupFilterType {
|
|
3948
3999
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3953,7 +4004,7 @@ export declare namespace enums {
|
|
|
3953
4004
|
}
|
|
3954
4005
|
/**
|
|
3955
4006
|
* @name ListingTypeEnum.ListingType
|
|
3956
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4007
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ListingTypeEnum.ListingType
|
|
3957
4008
|
*/
|
|
3958
4009
|
enum ListingType {
|
|
3959
4010
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3962,7 +4013,7 @@ export declare namespace enums {
|
|
|
3962
4013
|
}
|
|
3963
4014
|
/**
|
|
3964
4015
|
* @name LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
|
|
3965
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4016
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
|
|
3966
4017
|
*/
|
|
3967
4018
|
enum LocalServicesBusinessRegistrationCheckRejectionReason {
|
|
3968
4019
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3979,7 +4030,7 @@ export declare namespace enums {
|
|
|
3979
4030
|
}
|
|
3980
4031
|
/**
|
|
3981
4032
|
* @name LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
|
|
3982
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4033
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
|
|
3983
4034
|
*/
|
|
3984
4035
|
enum LocalServicesBusinessRegistrationType {
|
|
3985
4036
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3989,7 +4040,7 @@ export declare namespace enums {
|
|
|
3989
4040
|
}
|
|
3990
4041
|
/**
|
|
3991
4042
|
* @name LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
|
|
3992
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4043
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
|
|
3993
4044
|
*/
|
|
3994
4045
|
enum LocalServicesLeadConversationType {
|
|
3995
4046
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4004,7 +4055,7 @@ export declare namespace enums {
|
|
|
4004
4055
|
}
|
|
4005
4056
|
/**
|
|
4006
4057
|
* @name LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
|
|
4007
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4058
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
|
|
4008
4059
|
*/
|
|
4009
4060
|
enum LocalServicesEmployeeStatus {
|
|
4010
4061
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4014,7 +4065,7 @@ export declare namespace enums {
|
|
|
4014
4065
|
}
|
|
4015
4066
|
/**
|
|
4016
4067
|
* @name LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
|
|
4017
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4068
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
|
|
4018
4069
|
*/
|
|
4019
4070
|
enum LocalServicesEmployeeType {
|
|
4020
4071
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4024,7 +4075,7 @@ export declare namespace enums {
|
|
|
4024
4075
|
}
|
|
4025
4076
|
/**
|
|
4026
4077
|
* @name LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
|
|
4027
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4078
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
|
|
4028
4079
|
*/
|
|
4029
4080
|
enum LocalServicesInsuranceRejectionReason {
|
|
4030
4081
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4046,7 +4097,7 @@ export declare namespace enums {
|
|
|
4046
4097
|
}
|
|
4047
4098
|
/**
|
|
4048
4099
|
* @name LocalServicesLeadCreditIssuanceDecisionEnum.LocalServicesLeadCreditIssuanceDecision
|
|
4049
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4100
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesLeadCreditIssuanceDecisionEnum.LocalServicesLeadCreditIssuanceDecision
|
|
4050
4101
|
*/
|
|
4051
4102
|
enum LocalServicesLeadCreditIssuanceDecision {
|
|
4052
4103
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4058,7 +4109,7 @@ export declare namespace enums {
|
|
|
4058
4109
|
}
|
|
4059
4110
|
/**
|
|
4060
4111
|
* @name LocalServicesCreditStateEnum.LocalServicesCreditState
|
|
4061
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4112
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesCreditStateEnum.LocalServicesCreditState
|
|
4062
4113
|
*/
|
|
4063
4114
|
enum LocalServicesCreditState {
|
|
4064
4115
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4068,7 +4119,7 @@ export declare namespace enums {
|
|
|
4068
4119
|
}
|
|
4069
4120
|
/**
|
|
4070
4121
|
* @name LocalServicesLeadStatusEnum.LocalServicesLeadStatus
|
|
4071
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4122
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesLeadStatusEnum.LocalServicesLeadStatus
|
|
4072
4123
|
*/
|
|
4073
4124
|
enum LocalServicesLeadStatus {
|
|
4074
4125
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4084,7 +4135,7 @@ export declare namespace enums {
|
|
|
4084
4135
|
}
|
|
4085
4136
|
/**
|
|
4086
4137
|
* @name LocalServicesLeadSurveyAnswerEnum.LocalServicesLeadSurveyAnswer
|
|
4087
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4138
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesLeadSurveyAnswerEnum.LocalServicesLeadSurveyAnswer
|
|
4088
4139
|
*/
|
|
4089
4140
|
enum LocalServicesLeadSurveyAnswer {
|
|
4090
4141
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4097,7 +4148,7 @@ export declare namespace enums {
|
|
|
4097
4148
|
}
|
|
4098
4149
|
/**
|
|
4099
4150
|
* @name LocalServicesLeadSurveyDissatisfiedReasonEnum.LocalServicesLeadSurveyDissatisfiedReason
|
|
4100
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4151
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesLeadSurveyDissatisfiedReasonEnum.LocalServicesLeadSurveyDissatisfiedReason
|
|
4101
4152
|
*/
|
|
4102
4153
|
enum LocalServicesLeadSurveyDissatisfiedReason {
|
|
4103
4154
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4112,7 +4163,7 @@ export declare namespace enums {
|
|
|
4112
4163
|
}
|
|
4113
4164
|
/**
|
|
4114
4165
|
* @name LocalServicesLeadSurveySatisfiedReasonEnum.LocalServicesLeadSurveySatisfiedReason
|
|
4115
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4166
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesLeadSurveySatisfiedReasonEnum.LocalServicesLeadSurveySatisfiedReason
|
|
4116
4167
|
*/
|
|
4117
4168
|
enum LocalServicesLeadSurveySatisfiedReason {
|
|
4118
4169
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4125,7 +4176,7 @@ export declare namespace enums {
|
|
|
4125
4176
|
}
|
|
4126
4177
|
/**
|
|
4127
4178
|
* @name LocalServicesLeadTypeEnum.LocalServicesLeadType
|
|
4128
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4179
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesLeadTypeEnum.LocalServicesLeadType
|
|
4129
4180
|
*/
|
|
4130
4181
|
enum LocalServicesLeadType {
|
|
4131
4182
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4136,7 +4187,7 @@ export declare namespace enums {
|
|
|
4136
4187
|
}
|
|
4137
4188
|
/**
|
|
4138
4189
|
* @name LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
|
|
4139
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4190
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
|
|
4140
4191
|
*/
|
|
4141
4192
|
enum LocalServicesLicenseRejectionReason {
|
|
4142
4193
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4151,7 +4202,7 @@ export declare namespace enums {
|
|
|
4151
4202
|
}
|
|
4152
4203
|
/**
|
|
4153
4204
|
* @name LocalServicesParticipantTypeEnum.LocalServicesParticipantType
|
|
4154
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4205
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesParticipantTypeEnum.LocalServicesParticipantType
|
|
4155
4206
|
*/
|
|
4156
4207
|
enum LocalServicesParticipantType {
|
|
4157
4208
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4161,7 +4212,7 @@ export declare namespace enums {
|
|
|
4161
4212
|
}
|
|
4162
4213
|
/**
|
|
4163
4214
|
* @name LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
|
|
4164
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4215
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
|
|
4165
4216
|
*/
|
|
4166
4217
|
enum LocalServicesVerificationArtifactStatus {
|
|
4167
4218
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4174,7 +4225,7 @@ export declare namespace enums {
|
|
|
4174
4225
|
}
|
|
4175
4226
|
/**
|
|
4176
4227
|
* @name LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
|
|
4177
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4228
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
|
|
4178
4229
|
*/
|
|
4179
4230
|
enum LocalServicesVerificationArtifactType {
|
|
4180
4231
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4186,7 +4237,7 @@ export declare namespace enums {
|
|
|
4186
4237
|
}
|
|
4187
4238
|
/**
|
|
4188
4239
|
* @name LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
|
|
4189
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4240
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
|
|
4190
4241
|
*/
|
|
4191
4242
|
enum LocalServicesVerificationStatus {
|
|
4192
4243
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4201,7 +4252,7 @@ export declare namespace enums {
|
|
|
4201
4252
|
}
|
|
4202
4253
|
/**
|
|
4203
4254
|
* @name LocationSourceTypeEnum.LocationSourceType
|
|
4204
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4255
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/LocationSourceTypeEnum.LocationSourceType
|
|
4205
4256
|
*/
|
|
4206
4257
|
enum LocationSourceType {
|
|
4207
4258
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4211,7 +4262,7 @@ export declare namespace enums {
|
|
|
4211
4262
|
}
|
|
4212
4263
|
/**
|
|
4213
4264
|
* @name ManagerLinkStatusEnum.ManagerLinkStatus
|
|
4214
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4265
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ManagerLinkStatusEnum.ManagerLinkStatus
|
|
4215
4266
|
*/
|
|
4216
4267
|
enum ManagerLinkStatus {
|
|
4217
4268
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4224,7 +4275,7 @@ export declare namespace enums {
|
|
|
4224
4275
|
}
|
|
4225
4276
|
/**
|
|
4226
4277
|
* @name MediaTypeEnum.MediaType
|
|
4227
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4278
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/MediaTypeEnum.MediaType
|
|
4228
4279
|
*/
|
|
4229
4280
|
enum MediaType {
|
|
4230
4281
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4238,7 +4289,7 @@ export declare namespace enums {
|
|
|
4238
4289
|
}
|
|
4239
4290
|
/**
|
|
4240
4291
|
* @name MobileDeviceTypeEnum.MobileDeviceType
|
|
4241
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4292
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/MobileDeviceTypeEnum.MobileDeviceType
|
|
4242
4293
|
*/
|
|
4243
4294
|
enum MobileDeviceType {
|
|
4244
4295
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4248,7 +4299,7 @@ export declare namespace enums {
|
|
|
4248
4299
|
}
|
|
4249
4300
|
/**
|
|
4250
4301
|
* @name NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
4251
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4302
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
4252
4303
|
*/
|
|
4253
4304
|
enum NegativeGeoTargetType {
|
|
4254
4305
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4258,7 +4309,7 @@ export declare namespace enums {
|
|
|
4258
4309
|
}
|
|
4259
4310
|
/**
|
|
4260
4311
|
* @name NonSkippableMaxDurationEnum.NonSkippableMaxDuration
|
|
4261
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4312
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/NonSkippableMaxDurationEnum.NonSkippableMaxDuration
|
|
4262
4313
|
*/
|
|
4263
4314
|
enum NonSkippableMaxDuration {
|
|
4264
4315
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4269,7 +4320,7 @@ export declare namespace enums {
|
|
|
4269
4320
|
}
|
|
4270
4321
|
/**
|
|
4271
4322
|
* @name NonSkippableMinDurationEnum.NonSkippableMinDuration
|
|
4272
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4323
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/NonSkippableMinDurationEnum.NonSkippableMinDuration
|
|
4273
4324
|
*/
|
|
4274
4325
|
enum NonSkippableMinDuration {
|
|
4275
4326
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4281,7 +4332,7 @@ export declare namespace enums {
|
|
|
4281
4332
|
}
|
|
4282
4333
|
/**
|
|
4283
4334
|
* @name OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
|
|
4284
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4335
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
|
|
4285
4336
|
*/
|
|
4286
4337
|
enum OfflineConversionDiagnosticStatus {
|
|
4287
4338
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4293,7 +4344,7 @@ export declare namespace enums {
|
|
|
4293
4344
|
}
|
|
4294
4345
|
/**
|
|
4295
4346
|
* @name OfflineEventUploadClientEnum.OfflineEventUploadClient
|
|
4296
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4347
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/OfflineEventUploadClientEnum.OfflineEventUploadClient
|
|
4297
4348
|
*/
|
|
4298
4349
|
enum OfflineEventUploadClient {
|
|
4299
4350
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4304,7 +4355,7 @@ export declare namespace enums {
|
|
|
4304
4355
|
}
|
|
4305
4356
|
/**
|
|
4306
4357
|
* @name OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
4307
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4358
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
4308
4359
|
*/
|
|
4309
4360
|
enum OfflineUserDataJobFailureReason {
|
|
4310
4361
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4317,7 +4368,7 @@ export declare namespace enums {
|
|
|
4317
4368
|
}
|
|
4318
4369
|
/**
|
|
4319
4370
|
* @name OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
4320
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4371
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
4321
4372
|
*/
|
|
4322
4373
|
enum OfflineUserDataJobMatchRateRange {
|
|
4323
4374
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4334,7 +4385,7 @@ export declare namespace enums {
|
|
|
4334
4385
|
}
|
|
4335
4386
|
/**
|
|
4336
4387
|
* @name OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
4337
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4388
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
4338
4389
|
*/
|
|
4339
4390
|
enum OfflineUserDataJobStatus {
|
|
4340
4391
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4346,7 +4397,7 @@ export declare namespace enums {
|
|
|
4346
4397
|
}
|
|
4347
4398
|
/**
|
|
4348
4399
|
* @name OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
4349
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4400
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
4350
4401
|
*/
|
|
4351
4402
|
enum OfflineUserDataJobType {
|
|
4352
4403
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4358,7 +4409,7 @@ export declare namespace enums {
|
|
|
4358
4409
|
}
|
|
4359
4410
|
/**
|
|
4360
4411
|
* @name OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
4361
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4412
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
4362
4413
|
*/
|
|
4363
4414
|
enum OperatingSystemVersionOperatorType {
|
|
4364
4415
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4368,7 +4419,7 @@ export declare namespace enums {
|
|
|
4368
4419
|
}
|
|
4369
4420
|
/**
|
|
4370
4421
|
* @name OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4371
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4422
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4372
4423
|
*/
|
|
4373
4424
|
enum OptimizationGoalType {
|
|
4374
4425
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4379,7 +4430,7 @@ export declare namespace enums {
|
|
|
4379
4430
|
}
|
|
4380
4431
|
/**
|
|
4381
4432
|
* @name PaymentModeEnum.PaymentMode
|
|
4382
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4433
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/PaymentModeEnum.PaymentMode
|
|
4383
4434
|
*/
|
|
4384
4435
|
enum PaymentMode {
|
|
4385
4436
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4391,7 +4442,7 @@ export declare namespace enums {
|
|
|
4391
4442
|
}
|
|
4392
4443
|
/**
|
|
4393
4444
|
* @name PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4394
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4445
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4395
4446
|
*/
|
|
4396
4447
|
enum PerformanceMaxUpgradeStatus {
|
|
4397
4448
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4403,7 +4454,7 @@ export declare namespace enums {
|
|
|
4403
4454
|
}
|
|
4404
4455
|
/**
|
|
4405
4456
|
* @name PlacementTypeEnum.PlacementType
|
|
4406
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4457
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/PlacementTypeEnum.PlacementType
|
|
4407
4458
|
*/
|
|
4408
4459
|
enum PlacementType {
|
|
4409
4460
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4417,7 +4468,7 @@ export declare namespace enums {
|
|
|
4417
4468
|
}
|
|
4418
4469
|
/**
|
|
4419
4470
|
* @name PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4420
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4471
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4421
4472
|
*/
|
|
4422
4473
|
enum PositiveGeoTargetType {
|
|
4423
4474
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4428,7 +4479,7 @@ export declare namespace enums {
|
|
|
4428
4479
|
}
|
|
4429
4480
|
/**
|
|
4430
4481
|
* @name ProductAvailabilityEnum.ProductAvailability
|
|
4431
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4482
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ProductAvailabilityEnum.ProductAvailability
|
|
4432
4483
|
*/
|
|
4433
4484
|
enum ProductAvailability {
|
|
4434
4485
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4439,7 +4490,7 @@ export declare namespace enums {
|
|
|
4439
4490
|
}
|
|
4440
4491
|
/**
|
|
4441
4492
|
* @name ProductCategoryStateEnum.ProductCategoryState
|
|
4442
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4493
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ProductCategoryStateEnum.ProductCategoryState
|
|
4443
4494
|
*/
|
|
4444
4495
|
enum ProductCategoryState {
|
|
4445
4496
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4449,7 +4500,7 @@ export declare namespace enums {
|
|
|
4449
4500
|
}
|
|
4450
4501
|
/**
|
|
4451
4502
|
* @name ProductIssueSeverityEnum.ProductIssueSeverity
|
|
4452
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4503
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ProductIssueSeverityEnum.ProductIssueSeverity
|
|
4453
4504
|
*/
|
|
4454
4505
|
enum ProductIssueSeverity {
|
|
4455
4506
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4459,7 +4510,7 @@ export declare namespace enums {
|
|
|
4459
4510
|
}
|
|
4460
4511
|
/**
|
|
4461
4512
|
* @name ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
|
|
4462
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4513
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
|
|
4463
4514
|
*/
|
|
4464
4515
|
enum ProductLinkInvitationStatus {
|
|
4465
4516
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4473,7 +4524,7 @@ export declare namespace enums {
|
|
|
4473
4524
|
}
|
|
4474
4525
|
/**
|
|
4475
4526
|
* @name ProductStatusEnum.ProductStatus
|
|
4476
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4527
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ProductStatusEnum.ProductStatus
|
|
4477
4528
|
*/
|
|
4478
4529
|
enum ProductStatus {
|
|
4479
4530
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4484,7 +4535,7 @@ export declare namespace enums {
|
|
|
4484
4535
|
}
|
|
4485
4536
|
/**
|
|
4486
4537
|
* @name ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4487
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4538
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4488
4539
|
*/
|
|
4489
4540
|
enum ReachPlanAgeRange {
|
|
4490
4541
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4518,7 +4569,7 @@ export declare namespace enums {
|
|
|
4518
4569
|
}
|
|
4519
4570
|
/**
|
|
4520
4571
|
* @name ReachPlanConversionRateModelEnum.ReachPlanConversionRateModel
|
|
4521
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4572
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ReachPlanConversionRateModelEnum.ReachPlanConversionRateModel
|
|
4522
4573
|
*/
|
|
4523
4574
|
enum ReachPlanConversionRateModel {
|
|
4524
4575
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4530,7 +4581,7 @@ export declare namespace enums {
|
|
|
4530
4581
|
}
|
|
4531
4582
|
/**
|
|
4532
4583
|
* @name ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4533
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4584
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4534
4585
|
*/
|
|
4535
4586
|
enum ReachPlanNetwork {
|
|
4536
4587
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4541,7 +4592,7 @@ export declare namespace enums {
|
|
|
4541
4592
|
}
|
|
4542
4593
|
/**
|
|
4543
4594
|
* @name ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus
|
|
4544
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4595
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus
|
|
4545
4596
|
*/
|
|
4546
4597
|
enum ReachPlanPlannableUserListStatus {
|
|
4547
4598
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4551,7 +4602,7 @@ export declare namespace enums {
|
|
|
4551
4602
|
}
|
|
4552
4603
|
/**
|
|
4553
4604
|
* @name ReachPlanSurfaceEnum.ReachPlanSurface
|
|
4554
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4605
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ReachPlanSurfaceEnum.ReachPlanSurface
|
|
4555
4606
|
*/
|
|
4556
4607
|
enum ReachPlanSurface {
|
|
4557
4608
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4566,7 +4617,7 @@ export declare namespace enums {
|
|
|
4566
4617
|
}
|
|
4567
4618
|
/**
|
|
4568
4619
|
* @name RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
|
|
4569
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4620
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
|
|
4570
4621
|
*/
|
|
4571
4622
|
enum RecommendationSubscriptionStatus {
|
|
4572
4623
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4576,7 +4627,7 @@ export declare namespace enums {
|
|
|
4576
4627
|
}
|
|
4577
4628
|
/**
|
|
4578
4629
|
* @name ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4579
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4630
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4580
4631
|
*/
|
|
4581
4632
|
enum ResourceChangeOperation {
|
|
4582
4633
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4587,7 +4638,7 @@ export declare namespace enums {
|
|
|
4587
4638
|
}
|
|
4588
4639
|
/**
|
|
4589
4640
|
* @name ResourceLimitTypeEnum.ResourceLimitType
|
|
4590
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4641
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ResourceLimitTypeEnum.ResourceLimitType
|
|
4591
4642
|
*/
|
|
4592
4643
|
enum ResourceLimitType {
|
|
4593
4644
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4742,7 +4793,7 @@ export declare namespace enums {
|
|
|
4742
4793
|
}
|
|
4743
4794
|
/**
|
|
4744
4795
|
* @name ResponseContentTypeEnum.ResponseContentType
|
|
4745
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4796
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ResponseContentTypeEnum.ResponseContentType
|
|
4746
4797
|
*/
|
|
4747
4798
|
enum ResponseContentType {
|
|
4748
4799
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4751,7 +4802,7 @@ export declare namespace enums {
|
|
|
4751
4802
|
}
|
|
4752
4803
|
/**
|
|
4753
4804
|
* @name SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4754
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4805
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4755
4806
|
*/
|
|
4756
4807
|
enum SeasonalityEventScope {
|
|
4757
4808
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4762,7 +4813,7 @@ export declare namespace enums {
|
|
|
4762
4813
|
}
|
|
4763
4814
|
/**
|
|
4764
4815
|
* @name SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4765
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4816
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4766
4817
|
*/
|
|
4767
4818
|
enum SeasonalityEventStatus {
|
|
4768
4819
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4772,7 +4823,7 @@ export declare namespace enums {
|
|
|
4772
4823
|
}
|
|
4773
4824
|
/**
|
|
4774
4825
|
* @name SharedSetStatusEnum.SharedSetStatus
|
|
4775
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4826
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SharedSetStatusEnum.SharedSetStatus
|
|
4776
4827
|
*/
|
|
4777
4828
|
enum SharedSetStatus {
|
|
4778
4829
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4782,7 +4833,7 @@ export declare namespace enums {
|
|
|
4782
4833
|
}
|
|
4783
4834
|
/**
|
|
4784
4835
|
* @name SharedSetTypeEnum.SharedSetType
|
|
4785
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4836
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SharedSetTypeEnum.SharedSetType
|
|
4786
4837
|
*/
|
|
4787
4838
|
enum SharedSetType {
|
|
4788
4839
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4795,7 +4846,7 @@ export declare namespace enums {
|
|
|
4795
4846
|
}
|
|
4796
4847
|
/**
|
|
4797
4848
|
* @name ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
|
|
4798
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4849
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
|
|
4799
4850
|
*/
|
|
4800
4851
|
enum ShoppingAddProductsToCampaignRecommendation {
|
|
4801
4852
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4807,7 +4858,7 @@ export declare namespace enums {
|
|
|
4807
4858
|
}
|
|
4808
4859
|
/**
|
|
4809
4860
|
* @name SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4810
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4861
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4811
4862
|
*/
|
|
4812
4863
|
enum SimulationModificationMethod {
|
|
4813
4864
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4818,7 +4869,7 @@ export declare namespace enums {
|
|
|
4818
4869
|
}
|
|
4819
4870
|
/**
|
|
4820
4871
|
* @name SimulationTypeEnum.SimulationType
|
|
4821
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4872
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SimulationTypeEnum.SimulationType
|
|
4822
4873
|
*/
|
|
4823
4874
|
enum SimulationType {
|
|
4824
4875
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4834,7 +4885,7 @@ export declare namespace enums {
|
|
|
4834
4885
|
}
|
|
4835
4886
|
/**
|
|
4836
4887
|
* @name SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
4837
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4888
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
4838
4889
|
*/
|
|
4839
4890
|
enum SmartCampaignNotEligibleReason {
|
|
4840
4891
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4846,7 +4897,7 @@ export declare namespace enums {
|
|
|
4846
4897
|
}
|
|
4847
4898
|
/**
|
|
4848
4899
|
* @name SmartCampaignStatusEnum.SmartCampaignStatus
|
|
4849
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4900
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SmartCampaignStatusEnum.SmartCampaignStatus
|
|
4850
4901
|
*/
|
|
4851
4902
|
enum SmartCampaignStatus {
|
|
4852
4903
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4860,7 +4911,7 @@ export declare namespace enums {
|
|
|
4860
4911
|
}
|
|
4861
4912
|
/**
|
|
4862
4913
|
* @name SpendingLimitTypeEnum.SpendingLimitType
|
|
4863
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4914
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SpendingLimitTypeEnum.SpendingLimitType
|
|
4864
4915
|
*/
|
|
4865
4916
|
enum SpendingLimitType {
|
|
4866
4917
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4869,7 +4920,7 @@ export declare namespace enums {
|
|
|
4869
4920
|
}
|
|
4870
4921
|
/**
|
|
4871
4922
|
* @name SummaryRowSettingEnum.SummaryRowSetting
|
|
4872
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4923
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SummaryRowSettingEnum.SummaryRowSetting
|
|
4873
4924
|
*/
|
|
4874
4925
|
enum SummaryRowSetting {
|
|
4875
4926
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4880,7 +4931,7 @@ export declare namespace enums {
|
|
|
4880
4931
|
}
|
|
4881
4932
|
/**
|
|
4882
4933
|
* @name SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4883
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4934
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4884
4935
|
*/
|
|
4885
4936
|
enum SystemManagedResourceSource {
|
|
4886
4937
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4889,7 +4940,7 @@ export declare namespace enums {
|
|
|
4889
4940
|
}
|
|
4890
4941
|
/**
|
|
4891
4942
|
* @name TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4892
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4943
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4893
4944
|
*/
|
|
4894
4945
|
enum TargetCpaOptInRecommendationGoal {
|
|
4895
4946
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4901,7 +4952,7 @@ export declare namespace enums {
|
|
|
4901
4952
|
}
|
|
4902
4953
|
/**
|
|
4903
4954
|
* @name TimeTypeEnum.TimeType
|
|
4904
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4955
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/TimeTypeEnum.TimeType
|
|
4905
4956
|
*/
|
|
4906
4957
|
enum TimeType {
|
|
4907
4958
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4911,7 +4962,7 @@ export declare namespace enums {
|
|
|
4911
4962
|
}
|
|
4912
4963
|
/**
|
|
4913
4964
|
* @name UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4914
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4965
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4915
4966
|
*/
|
|
4916
4967
|
enum UserInterestTaxonomyType {
|
|
4917
4968
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4924,7 +4975,7 @@ export declare namespace enums {
|
|
|
4924
4975
|
}
|
|
4925
4976
|
/**
|
|
4926
4977
|
* @name UserListAccessStatusEnum.UserListAccessStatus
|
|
4927
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4978
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserListAccessStatusEnum.UserListAccessStatus
|
|
4928
4979
|
*/
|
|
4929
4980
|
enum UserListAccessStatus {
|
|
4930
4981
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4934,7 +4985,7 @@ export declare namespace enums {
|
|
|
4934
4985
|
}
|
|
4935
4986
|
/**
|
|
4936
4987
|
* @name UserListClosingReasonEnum.UserListClosingReason
|
|
4937
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4988
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserListClosingReasonEnum.UserListClosingReason
|
|
4938
4989
|
*/
|
|
4939
4990
|
enum UserListClosingReason {
|
|
4940
4991
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4943,7 +4994,7 @@ export declare namespace enums {
|
|
|
4943
4994
|
}
|
|
4944
4995
|
/**
|
|
4945
4996
|
* @name UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
|
|
4946
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4997
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
|
|
4947
4998
|
*/
|
|
4948
4999
|
enum UserListCustomerTypeCategory {
|
|
4949
5000
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4967,7 +5018,7 @@ export declare namespace enums {
|
|
|
4967
5018
|
}
|
|
4968
5019
|
/**
|
|
4969
5020
|
* @name UserListMembershipStatusEnum.UserListMembershipStatus
|
|
4970
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5021
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserListMembershipStatusEnum.UserListMembershipStatus
|
|
4971
5022
|
*/
|
|
4972
5023
|
enum UserListMembershipStatus {
|
|
4973
5024
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4977,7 +5028,7 @@ export declare namespace enums {
|
|
|
4977
5028
|
}
|
|
4978
5029
|
/**
|
|
4979
5030
|
* @name UserListSizeRangeEnum.UserListSizeRange
|
|
4980
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5031
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/UserListSizeRangeEnum.UserListSizeRange
|
|
4981
5032
|
*/
|
|
4982
5033
|
enum UserListSizeRange {
|
|
4983
5034
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5001,7 +5052,7 @@ export declare namespace enums {
|
|
|
5001
5052
|
}
|
|
5002
5053
|
/**
|
|
5003
5054
|
* @name ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
5004
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5055
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
5005
5056
|
*/
|
|
5006
5057
|
enum ValueRuleDeviceType {
|
|
5007
5058
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5012,7 +5063,7 @@ export declare namespace enums {
|
|
|
5012
5063
|
}
|
|
5013
5064
|
/**
|
|
5014
5065
|
* @name ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
5015
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5066
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
5016
5067
|
*/
|
|
5017
5068
|
enum ValueRuleGeoLocationMatchType {
|
|
5018
5069
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5022,7 +5073,7 @@ export declare namespace enums {
|
|
|
5022
5073
|
}
|
|
5023
5074
|
/**
|
|
5024
5075
|
* @name ValueRuleOperationEnum.ValueRuleOperation
|
|
5025
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5076
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ValueRuleOperationEnum.ValueRuleOperation
|
|
5026
5077
|
*/
|
|
5027
5078
|
enum ValueRuleOperation {
|
|
5028
5079
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5033,7 +5084,7 @@ export declare namespace enums {
|
|
|
5033
5084
|
}
|
|
5034
5085
|
/**
|
|
5035
5086
|
* @name ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
5036
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5087
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
5037
5088
|
*/
|
|
5038
5089
|
enum ValueRuleSetAttachmentType {
|
|
5039
5090
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5043,7 +5094,7 @@ export declare namespace enums {
|
|
|
5043
5094
|
}
|
|
5044
5095
|
/**
|
|
5045
5096
|
* @name ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
5046
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5097
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
5047
5098
|
*/
|
|
5048
5099
|
enum ValueRuleSetDimension {
|
|
5049
5100
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5056,7 +5107,7 @@ export declare namespace enums {
|
|
|
5056
5107
|
}
|
|
5057
5108
|
/**
|
|
5058
5109
|
* @name VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
5059
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5110
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
5060
5111
|
*/
|
|
5061
5112
|
enum VanityPharmaDisplayUrlMode {
|
|
5062
5113
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5066,7 +5117,7 @@ export declare namespace enums {
|
|
|
5066
5117
|
}
|
|
5067
5118
|
/**
|
|
5068
5119
|
* @name VanityPharmaTextEnum.VanityPharmaText
|
|
5069
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5120
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/VanityPharmaTextEnum.VanityPharmaText
|
|
5070
5121
|
*/
|
|
5071
5122
|
enum VanityPharmaText {
|
|
5072
5123
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5086,7 +5137,7 @@ export declare namespace enums {
|
|
|
5086
5137
|
}
|
|
5087
5138
|
/**
|
|
5088
5139
|
* @name VideoAdFormatRestrictionEnum.VideoAdFormatRestriction
|
|
5089
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5140
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/VideoAdFormatRestrictionEnum.VideoAdFormatRestriction
|
|
5090
5141
|
*/
|
|
5091
5142
|
enum VideoAdFormatRestriction {
|
|
5092
5143
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5095,7 +5146,7 @@ export declare namespace enums {
|
|
|
5095
5146
|
}
|
|
5096
5147
|
/**
|
|
5097
5148
|
* @name VideoAdSequenceInteractionTypeEnum.VideoAdSequenceInteractionType
|
|
5098
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5149
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/VideoAdSequenceInteractionTypeEnum.VideoAdSequenceInteractionType
|
|
5099
5150
|
*/
|
|
5100
5151
|
enum VideoAdSequenceInteractionType {
|
|
5101
5152
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5107,7 +5158,7 @@ export declare namespace enums {
|
|
|
5107
5158
|
}
|
|
5108
5159
|
/**
|
|
5109
5160
|
* @name VideoAdSequenceMinimumDurationEnum.VideoAdSequenceMinimumDuration
|
|
5110
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5161
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v22/VideoAdSequenceMinimumDurationEnum.VideoAdSequenceMinimumDuration
|
|
5111
5162
|
*/
|
|
5112
5163
|
enum VideoAdSequenceMinimumDuration {
|
|
5113
5164
|
UNSPECIFIED = 0,// UNSPECIFIED
|