google-ads-api 22.0.0 → 23.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/build/src/protos/autogen/enums.d.ts +498 -371
- package/build/src/protos/autogen/enums.js +498 -363
- package/build/src/protos/autogen/fields.d.ts +175 -164
- package/build/src/protos/autogen/fields.js +7 -3
- package/build/src/protos/autogen/resourceNames.d.ts +16 -0
- package/build/src/protos/autogen/resourceNames.js +20 -0
- package/build/src/protos/autogen/serviceFactory.d.ts +221 -179
- package/build/src/protos/autogen/serviceFactory.js +699 -179
- 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 +2 -2
|
@@ -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/v23/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/v23/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/v23/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/v23/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/v23/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/v23/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/v23/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/v23/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/v23/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/v23/AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
119
119
|
*/
|
|
120
120
|
enum AssetPerformanceLabel {
|
|
121
121
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -124,11 +124,12 @@ export declare namespace enums {
|
|
|
124
124
|
LEARNING = 3,// LEARNING
|
|
125
125
|
LOW = 4,// LOW
|
|
126
126
|
GOOD = 5,// GOOD
|
|
127
|
-
BEST = 6
|
|
127
|
+
BEST = 6,// BEST
|
|
128
|
+
NOT_APPLICABLE = 7
|
|
128
129
|
}
|
|
129
130
|
/**
|
|
130
131
|
* @name ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
131
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
132
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
132
133
|
*/
|
|
133
134
|
enum ServedAssetFieldType {
|
|
134
135
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -163,22 +164,15 @@ export declare namespace enums {
|
|
|
163
164
|
AD_IMAGE = 29,// AD_IMAGE
|
|
164
165
|
LEAD_FORM = 30,// LEAD_FORM
|
|
165
166
|
BUSINESS_LOGO = 31,// BUSINESS_LOGO
|
|
166
|
-
DESCRIPTION_PREFIX = 32
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
*/
|
|
172
|
-
enum CallConversionReportingState {
|
|
173
|
-
UNSPECIFIED = 0,// UNSPECIFIED
|
|
174
|
-
UNKNOWN = 1,// UNKNOWN
|
|
175
|
-
DISABLED = 2,// DISABLED
|
|
176
|
-
USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION = 3,// USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION
|
|
177
|
-
USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION = 4
|
|
167
|
+
DESCRIPTION_PREFIX = 32,// DESCRIPTION_PREFIX
|
|
168
|
+
HEADLINE_AS_SITELINK_POSITION_ONE = 39,// HEADLINE_AS_SITELINK_POSITION_ONE
|
|
169
|
+
HEADLINE_AS_SITELINK_POSITION_TWO = 40,// HEADLINE_AS_SITELINK_POSITION_TWO
|
|
170
|
+
DESCRIPTION_LINE_HEADLINE_AS_SITELINK_POSITION_ONE = 41,// DESCRIPTION_LINE_HEADLINE_AS_SITELINK_POSITION_ONE
|
|
171
|
+
DESCRIPTION_LINE_HEADLINE_AS_SITELINK_POSITION_TWO = 42
|
|
178
172
|
}
|
|
179
173
|
/**
|
|
180
174
|
* @name DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
181
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
175
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
182
176
|
*/
|
|
183
177
|
enum DisplayAdFormatSetting {
|
|
184
178
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -189,7 +183,7 @@ export declare namespace enums {
|
|
|
189
183
|
}
|
|
190
184
|
/**
|
|
191
185
|
* @name DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
192
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
186
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
193
187
|
*/
|
|
194
188
|
enum DisplayUploadProductType {
|
|
195
189
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -207,7 +201,7 @@ export declare namespace enums {
|
|
|
207
201
|
}
|
|
208
202
|
/**
|
|
209
203
|
* @name LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
210
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
204
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
211
205
|
*/
|
|
212
206
|
enum LegacyAppInstallAdAppStore {
|
|
213
207
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -220,7 +214,7 @@ export declare namespace enums {
|
|
|
220
214
|
}
|
|
221
215
|
/**
|
|
222
216
|
* @name MimeTypeEnum.MimeType
|
|
223
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
217
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/MimeTypeEnum.MimeType
|
|
224
218
|
*/
|
|
225
219
|
enum MimeType {
|
|
226
220
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -240,7 +234,7 @@ export declare namespace enums {
|
|
|
240
234
|
}
|
|
241
235
|
/**
|
|
242
236
|
* @name VideoThumbnailEnum.VideoThumbnail
|
|
243
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
237
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/VideoThumbnailEnum.VideoThumbnail
|
|
244
238
|
*/
|
|
245
239
|
enum VideoThumbnail {
|
|
246
240
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -252,7 +246,7 @@ export declare namespace enums {
|
|
|
252
246
|
}
|
|
253
247
|
/**
|
|
254
248
|
* @name ApplicationInstanceEnum.ApplicationInstance
|
|
255
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
249
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ApplicationInstanceEnum.ApplicationInstance
|
|
256
250
|
*/
|
|
257
251
|
enum ApplicationInstance {
|
|
258
252
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -262,7 +256,7 @@ export declare namespace enums {
|
|
|
262
256
|
}
|
|
263
257
|
/**
|
|
264
258
|
* @name ChainRelationshipTypeEnum.ChainRelationshipType
|
|
265
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
259
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ChainRelationshipTypeEnum.ChainRelationshipType
|
|
266
260
|
*/
|
|
267
261
|
enum ChainRelationshipType {
|
|
268
262
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -272,7 +266,7 @@ export declare namespace enums {
|
|
|
272
266
|
}
|
|
273
267
|
/**
|
|
274
268
|
* @name LocationOwnershipTypeEnum.LocationOwnershipType
|
|
275
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
269
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocationOwnershipTypeEnum.LocationOwnershipType
|
|
276
270
|
*/
|
|
277
271
|
enum LocationOwnershipType {
|
|
278
272
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -282,7 +276,7 @@ export declare namespace enums {
|
|
|
282
276
|
}
|
|
283
277
|
/**
|
|
284
278
|
* @name LocationStringFilterTypeEnum.LocationStringFilterType
|
|
285
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
279
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocationStringFilterTypeEnum.LocationStringFilterType
|
|
286
280
|
*/
|
|
287
281
|
enum LocationStringFilterType {
|
|
288
282
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -291,7 +285,7 @@ export declare namespace enums {
|
|
|
291
285
|
}
|
|
292
286
|
/**
|
|
293
287
|
* @name AgeRangeTypeEnum.AgeRangeType
|
|
294
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
288
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AgeRangeTypeEnum.AgeRangeType
|
|
295
289
|
*/
|
|
296
290
|
enum AgeRangeType {
|
|
297
291
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -306,7 +300,7 @@ export declare namespace enums {
|
|
|
306
300
|
}
|
|
307
301
|
/**
|
|
308
302
|
* @name AppPaymentModelTypeEnum.AppPaymentModelType
|
|
309
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
303
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AppPaymentModelTypeEnum.AppPaymentModelType
|
|
310
304
|
*/
|
|
311
305
|
enum AppPaymentModelType {
|
|
312
306
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -315,7 +309,7 @@ export declare namespace enums {
|
|
|
315
309
|
}
|
|
316
310
|
/**
|
|
317
311
|
* @name BrandRequestRejectionReasonEnum.BrandRequestRejectionReason
|
|
318
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
312
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BrandRequestRejectionReasonEnum.BrandRequestRejectionReason
|
|
319
313
|
*/
|
|
320
314
|
enum BrandRequestRejectionReason {
|
|
321
315
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -327,7 +321,7 @@ export declare namespace enums {
|
|
|
327
321
|
}
|
|
328
322
|
/**
|
|
329
323
|
* @name BrandStateEnum.BrandState
|
|
330
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
324
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BrandStateEnum.BrandState
|
|
331
325
|
*/
|
|
332
326
|
enum BrandState {
|
|
333
327
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -341,7 +335,7 @@ export declare namespace enums {
|
|
|
341
335
|
}
|
|
342
336
|
/**
|
|
343
337
|
* @name ContentLabelTypeEnum.ContentLabelType
|
|
344
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
338
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ContentLabelTypeEnum.ContentLabelType
|
|
345
339
|
*/
|
|
346
340
|
enum ContentLabelType {
|
|
347
341
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -374,7 +368,7 @@ export declare namespace enums {
|
|
|
374
368
|
}
|
|
375
369
|
/**
|
|
376
370
|
* @name DayOfWeekEnum.DayOfWeek
|
|
377
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
371
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/DayOfWeekEnum.DayOfWeek
|
|
378
372
|
*/
|
|
379
373
|
enum DayOfWeek {
|
|
380
374
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -389,7 +383,7 @@ export declare namespace enums {
|
|
|
389
383
|
}
|
|
390
384
|
/**
|
|
391
385
|
* @name DeviceEnum.Device
|
|
392
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
386
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/DeviceEnum.Device
|
|
393
387
|
*/
|
|
394
388
|
enum Device {
|
|
395
389
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -402,7 +396,7 @@ export declare namespace enums {
|
|
|
402
396
|
}
|
|
403
397
|
/**
|
|
404
398
|
* @name GenderTypeEnum.GenderType
|
|
405
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
399
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/GenderTypeEnum.GenderType
|
|
406
400
|
*/
|
|
407
401
|
enum GenderType {
|
|
408
402
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -413,7 +407,7 @@ export declare namespace enums {
|
|
|
413
407
|
}
|
|
414
408
|
/**
|
|
415
409
|
* @name HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
416
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
410
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
417
411
|
*/
|
|
418
412
|
enum HotelDateSelectionType {
|
|
419
413
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -423,7 +417,7 @@ export declare namespace enums {
|
|
|
423
417
|
}
|
|
424
418
|
/**
|
|
425
419
|
* @name IncomeRangeTypeEnum.IncomeRangeType
|
|
426
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
420
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/IncomeRangeTypeEnum.IncomeRangeType
|
|
427
421
|
*/
|
|
428
422
|
enum IncomeRangeType {
|
|
429
423
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -438,7 +432,7 @@ export declare namespace enums {
|
|
|
438
432
|
}
|
|
439
433
|
/**
|
|
440
434
|
* @name InteractionTypeEnum.InteractionType
|
|
441
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
435
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/InteractionTypeEnum.InteractionType
|
|
442
436
|
*/
|
|
443
437
|
enum InteractionType {
|
|
444
438
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -447,7 +441,7 @@ export declare namespace enums {
|
|
|
447
441
|
}
|
|
448
442
|
/**
|
|
449
443
|
* @name KeywordMatchTypeEnum.KeywordMatchType
|
|
450
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
444
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/KeywordMatchTypeEnum.KeywordMatchType
|
|
451
445
|
*/
|
|
452
446
|
enum KeywordMatchType {
|
|
453
447
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -458,7 +452,7 @@ export declare namespace enums {
|
|
|
458
452
|
}
|
|
459
453
|
/**
|
|
460
454
|
* @name ListingGroupTypeEnum.ListingGroupType
|
|
461
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
455
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ListingGroupTypeEnum.ListingGroupType
|
|
462
456
|
*/
|
|
463
457
|
enum ListingGroupType {
|
|
464
458
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -468,7 +462,7 @@ export declare namespace enums {
|
|
|
468
462
|
}
|
|
469
463
|
/**
|
|
470
464
|
* @name LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
471
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
465
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
472
466
|
*/
|
|
473
467
|
enum LocationGroupRadiusUnits {
|
|
474
468
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -479,7 +473,7 @@ export declare namespace enums {
|
|
|
479
473
|
}
|
|
480
474
|
/**
|
|
481
475
|
* @name MinuteOfHourEnum.MinuteOfHour
|
|
482
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
476
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/MinuteOfHourEnum.MinuteOfHour
|
|
483
477
|
*/
|
|
484
478
|
enum MinuteOfHour {
|
|
485
479
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -491,7 +485,7 @@ export declare namespace enums {
|
|
|
491
485
|
}
|
|
492
486
|
/**
|
|
493
487
|
* @name ParentalStatusTypeEnum.ParentalStatusType
|
|
494
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
488
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ParentalStatusTypeEnum.ParentalStatusType
|
|
495
489
|
*/
|
|
496
490
|
enum ParentalStatusType {
|
|
497
491
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -502,7 +496,7 @@ export declare namespace enums {
|
|
|
502
496
|
}
|
|
503
497
|
/**
|
|
504
498
|
* @name ProductCategoryLevelEnum.ProductCategoryLevel
|
|
505
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
499
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ProductCategoryLevelEnum.ProductCategoryLevel
|
|
506
500
|
*/
|
|
507
501
|
enum ProductCategoryLevel {
|
|
508
502
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -515,7 +509,7 @@ export declare namespace enums {
|
|
|
515
509
|
}
|
|
516
510
|
/**
|
|
517
511
|
* @name ProductChannelEnum.ProductChannel
|
|
518
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
512
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ProductChannelEnum.ProductChannel
|
|
519
513
|
*/
|
|
520
514
|
enum ProductChannel {
|
|
521
515
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -525,7 +519,7 @@ export declare namespace enums {
|
|
|
525
519
|
}
|
|
526
520
|
/**
|
|
527
521
|
* @name ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
528
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
522
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
529
523
|
*/
|
|
530
524
|
enum ProductChannelExclusivity {
|
|
531
525
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -535,7 +529,7 @@ export declare namespace enums {
|
|
|
535
529
|
}
|
|
536
530
|
/**
|
|
537
531
|
* @name ProductConditionEnum.ProductCondition
|
|
538
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
532
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ProductConditionEnum.ProductCondition
|
|
539
533
|
*/
|
|
540
534
|
enum ProductCondition {
|
|
541
535
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -546,7 +540,7 @@ export declare namespace enums {
|
|
|
546
540
|
}
|
|
547
541
|
/**
|
|
548
542
|
* @name ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
549
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
543
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
550
544
|
*/
|
|
551
545
|
enum ProductCustomAttributeIndex {
|
|
552
546
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -559,7 +553,7 @@ export declare namespace enums {
|
|
|
559
553
|
}
|
|
560
554
|
/**
|
|
561
555
|
* @name ProductTypeLevelEnum.ProductTypeLevel
|
|
562
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
556
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ProductTypeLevelEnum.ProductTypeLevel
|
|
563
557
|
*/
|
|
564
558
|
enum ProductTypeLevel {
|
|
565
559
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -572,7 +566,7 @@ export declare namespace enums {
|
|
|
572
566
|
}
|
|
573
567
|
/**
|
|
574
568
|
* @name ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
575
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
569
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
576
570
|
*/
|
|
577
571
|
enum ProximityRadiusUnits {
|
|
578
572
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -582,7 +576,7 @@ export declare namespace enums {
|
|
|
582
576
|
}
|
|
583
577
|
/**
|
|
584
578
|
* @name WebpageConditionOperandEnum.WebpageConditionOperand
|
|
585
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
579
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/WebpageConditionOperandEnum.WebpageConditionOperand
|
|
586
580
|
*/
|
|
587
581
|
enum WebpageConditionOperand {
|
|
588
582
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -595,7 +589,7 @@ export declare namespace enums {
|
|
|
595
589
|
}
|
|
596
590
|
/**
|
|
597
591
|
* @name WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
598
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
592
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
599
593
|
*/
|
|
600
594
|
enum WebpageConditionOperator {
|
|
601
595
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -605,7 +599,7 @@ export declare namespace enums {
|
|
|
605
599
|
}
|
|
606
600
|
/**
|
|
607
601
|
* @name BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType
|
|
608
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
602
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType
|
|
609
603
|
*/
|
|
610
604
|
enum BusinessMessageCallToActionType {
|
|
611
605
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -621,16 +615,29 @@ export declare namespace enums {
|
|
|
621
615
|
}
|
|
622
616
|
/**
|
|
623
617
|
* @name BusinessMessageProviderEnum.BusinessMessageProvider
|
|
624
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
618
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BusinessMessageProviderEnum.BusinessMessageProvider
|
|
625
619
|
*/
|
|
626
620
|
enum BusinessMessageProvider {
|
|
627
621
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
628
622
|
UNKNOWN = 1,// UNKNOWN
|
|
629
|
-
WHATSAPP = 2
|
|
623
|
+
WHATSAPP = 2,// WHATSAPP
|
|
624
|
+
FACEBOOK_MESSENGER = 3,// FACEBOOK_MESSENGER
|
|
625
|
+
ZALO = 4
|
|
626
|
+
}
|
|
627
|
+
/**
|
|
628
|
+
* @name CallConversionReportingStateEnum.CallConversionReportingState
|
|
629
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CallConversionReportingStateEnum.CallConversionReportingState
|
|
630
|
+
*/
|
|
631
|
+
enum CallConversionReportingState {
|
|
632
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
633
|
+
UNKNOWN = 1,// UNKNOWN
|
|
634
|
+
DISABLED = 2,// DISABLED
|
|
635
|
+
USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION = 3,// USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION
|
|
636
|
+
USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION = 4
|
|
630
637
|
}
|
|
631
638
|
/**
|
|
632
639
|
* @name CallToActionTypeEnum.CallToActionType
|
|
633
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
640
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CallToActionTypeEnum.CallToActionType
|
|
634
641
|
*/
|
|
635
642
|
enum CallToActionType {
|
|
636
643
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -655,7 +662,7 @@ export declare namespace enums {
|
|
|
655
662
|
}
|
|
656
663
|
/**
|
|
657
664
|
* @name LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
658
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
665
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
659
666
|
*/
|
|
660
667
|
enum LeadFormCallToActionType {
|
|
661
668
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -677,7 +684,7 @@ export declare namespace enums {
|
|
|
677
684
|
}
|
|
678
685
|
/**
|
|
679
686
|
* @name LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
680
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
687
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
681
688
|
*/
|
|
682
689
|
enum LeadFormDesiredIntent {
|
|
683
690
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -687,7 +694,7 @@ export declare namespace enums {
|
|
|
687
694
|
}
|
|
688
695
|
/**
|
|
689
696
|
* @name LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
690
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
697
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
691
698
|
*/
|
|
692
699
|
enum LeadFormFieldUserInputType {
|
|
693
700
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -811,7 +818,7 @@ export declare namespace enums {
|
|
|
811
818
|
}
|
|
812
819
|
/**
|
|
813
820
|
* @name LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
814
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
821
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
815
822
|
*/
|
|
816
823
|
enum LeadFormPostSubmitCallToActionType {
|
|
817
824
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -823,7 +830,7 @@ export declare namespace enums {
|
|
|
823
830
|
}
|
|
824
831
|
/**
|
|
825
832
|
* @name MobileAppVendorEnum.MobileAppVendor
|
|
826
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
833
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/MobileAppVendorEnum.MobileAppVendor
|
|
827
834
|
*/
|
|
828
835
|
enum MobileAppVendor {
|
|
829
836
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -833,7 +840,7 @@ export declare namespace enums {
|
|
|
833
840
|
}
|
|
834
841
|
/**
|
|
835
842
|
* @name PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
836
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
843
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
837
844
|
*/
|
|
838
845
|
enum PriceExtensionPriceQualifier {
|
|
839
846
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -844,7 +851,7 @@ export declare namespace enums {
|
|
|
844
851
|
}
|
|
845
852
|
/**
|
|
846
853
|
* @name PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
847
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
854
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
848
855
|
*/
|
|
849
856
|
enum PriceExtensionPriceUnit {
|
|
850
857
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -858,7 +865,7 @@ export declare namespace enums {
|
|
|
858
865
|
}
|
|
859
866
|
/**
|
|
860
867
|
* @name PriceExtensionTypeEnum.PriceExtensionType
|
|
861
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
868
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/PriceExtensionTypeEnum.PriceExtensionType
|
|
862
869
|
*/
|
|
863
870
|
enum PriceExtensionType {
|
|
864
871
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -875,7 +882,7 @@ export declare namespace enums {
|
|
|
875
882
|
}
|
|
876
883
|
/**
|
|
877
884
|
* @name PromotionBarcodeTypeEnum.PromotionBarcodeType
|
|
878
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
885
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/PromotionBarcodeTypeEnum.PromotionBarcodeType
|
|
879
886
|
*/
|
|
880
887
|
enum PromotionBarcodeType {
|
|
881
888
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -893,7 +900,7 @@ export declare namespace enums {
|
|
|
893
900
|
}
|
|
894
901
|
/**
|
|
895
902
|
* @name PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
896
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
903
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
897
904
|
*/
|
|
898
905
|
enum PromotionExtensionDiscountModifier {
|
|
899
906
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -902,7 +909,7 @@ export declare namespace enums {
|
|
|
902
909
|
}
|
|
903
910
|
/**
|
|
904
911
|
* @name PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
905
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
912
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
906
913
|
*/
|
|
907
914
|
enum PromotionExtensionOccasion {
|
|
908
915
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -947,7 +954,7 @@ export declare namespace enums {
|
|
|
947
954
|
}
|
|
948
955
|
/**
|
|
949
956
|
* @name AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
950
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
957
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
951
958
|
*/
|
|
952
959
|
enum AudienceInsightsDimension {
|
|
953
960
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -966,11 +973,12 @@ export declare namespace enums {
|
|
|
966
973
|
YOUTUBE_VIDEO = 14,// YOUTUBE_VIDEO
|
|
967
974
|
DEVICE = 15,// DEVICE
|
|
968
975
|
YOUTUBE_LINEUP = 16,// YOUTUBE_LINEUP
|
|
969
|
-
USER_LIST = 17
|
|
976
|
+
USER_LIST = 17,// USER_LIST
|
|
977
|
+
LIFE_EVENT_USER_INTEREST = 18
|
|
970
978
|
}
|
|
971
979
|
/**
|
|
972
980
|
* @name InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities
|
|
973
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
981
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities
|
|
974
982
|
*/
|
|
975
983
|
enum InsightsKnowledgeGraphEntityCapabilities {
|
|
976
984
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -980,7 +988,7 @@ export declare namespace enums {
|
|
|
980
988
|
}
|
|
981
989
|
/**
|
|
982
990
|
* @name UserListTypeEnum.UserListType
|
|
983
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
991
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserListTypeEnum.UserListType
|
|
984
992
|
*/
|
|
985
993
|
enum UserListType {
|
|
986
994
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -995,7 +1003,7 @@ export declare namespace enums {
|
|
|
995
1003
|
}
|
|
996
1004
|
/**
|
|
997
1005
|
* @name YouTubeVideoPropertyEnum.YouTubeVideoProperty
|
|
998
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1006
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/YouTubeVideoPropertyEnum.YouTubeVideoProperty
|
|
999
1007
|
*/
|
|
1000
1008
|
enum YouTubeVideoProperty {
|
|
1001
1009
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1005,7 +1013,7 @@ export declare namespace enums {
|
|
|
1005
1013
|
}
|
|
1006
1014
|
/**
|
|
1007
1015
|
* @name FixedCpmGoalEnum.FixedCpmGoal
|
|
1008
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1016
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/FixedCpmGoalEnum.FixedCpmGoal
|
|
1009
1017
|
*/
|
|
1010
1018
|
enum FixedCpmGoal {
|
|
1011
1019
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1015,7 +1023,7 @@ export declare namespace enums {
|
|
|
1015
1023
|
}
|
|
1016
1024
|
/**
|
|
1017
1025
|
* @name FixedCpmTargetFrequencyTimeUnitEnum.FixedCpmTargetFrequencyTimeUnit
|
|
1018
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1026
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/FixedCpmTargetFrequencyTimeUnitEnum.FixedCpmTargetFrequencyTimeUnit
|
|
1019
1027
|
*/
|
|
1020
1028
|
enum FixedCpmTargetFrequencyTimeUnit {
|
|
1021
1029
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1024,7 +1032,7 @@ export declare namespace enums {
|
|
|
1024
1032
|
}
|
|
1025
1033
|
/**
|
|
1026
1034
|
* @name TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
1027
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1035
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
1028
1036
|
*/
|
|
1029
1037
|
enum TargetFrequencyTimeUnit {
|
|
1030
1038
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1034,7 +1042,7 @@ export declare namespace enums {
|
|
|
1034
1042
|
}
|
|
1035
1043
|
/**
|
|
1036
1044
|
* @name TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
1037
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1045
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
1038
1046
|
*/
|
|
1039
1047
|
enum TargetImpressionShareLocation {
|
|
1040
1048
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1045,7 +1053,7 @@ export declare namespace enums {
|
|
|
1045
1053
|
}
|
|
1046
1054
|
/**
|
|
1047
1055
|
* @name CustomerLifecycleOptimizationModeEnum.CustomerLifecycleOptimizationMode
|
|
1048
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1056
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CustomerLifecycleOptimizationModeEnum.CustomerLifecycleOptimizationMode
|
|
1049
1057
|
*/
|
|
1050
1058
|
enum CustomerLifecycleOptimizationMode {
|
|
1051
1059
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1055,7 +1063,7 @@ export declare namespace enums {
|
|
|
1055
1063
|
}
|
|
1056
1064
|
/**
|
|
1057
1065
|
* @name ConsentStatusEnum.ConsentStatus
|
|
1058
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1066
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConsentStatusEnum.ConsentStatus
|
|
1059
1067
|
*/
|
|
1060
1068
|
enum ConsentStatus {
|
|
1061
1069
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1065,7 +1073,7 @@ export declare namespace enums {
|
|
|
1065
1073
|
}
|
|
1066
1074
|
/**
|
|
1067
1075
|
* @name AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
1068
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1076
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
1069
1077
|
*/
|
|
1070
1078
|
enum AdvertisingChannelSubType {
|
|
1071
1079
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1092,7 +1100,7 @@ export declare namespace enums {
|
|
|
1092
1100
|
}
|
|
1093
1101
|
/**
|
|
1094
1102
|
* @name AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
1095
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1103
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
1096
1104
|
*/
|
|
1097
1105
|
enum AdvertisingChannelType {
|
|
1098
1106
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1112,7 +1120,7 @@ export declare namespace enums {
|
|
|
1112
1120
|
}
|
|
1113
1121
|
/**
|
|
1114
1122
|
* @name CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
1115
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1123
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
1116
1124
|
*/
|
|
1117
1125
|
enum CriterionCategoryChannelAvailabilityMode {
|
|
1118
1126
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1123,7 +1131,7 @@ export declare namespace enums {
|
|
|
1123
1131
|
}
|
|
1124
1132
|
/**
|
|
1125
1133
|
* @name CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
1126
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1134
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
1127
1135
|
*/
|
|
1128
1136
|
enum CriterionCategoryLocaleAvailabilityMode {
|
|
1129
1137
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1135,7 +1143,7 @@ export declare namespace enums {
|
|
|
1135
1143
|
}
|
|
1136
1144
|
/**
|
|
1137
1145
|
* @name CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
1138
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1146
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
1139
1147
|
*/
|
|
1140
1148
|
enum CustomizerAttributeType {
|
|
1141
1149
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1147,7 +1155,7 @@ export declare namespace enums {
|
|
|
1147
1155
|
}
|
|
1148
1156
|
/**
|
|
1149
1157
|
* @name MonthOfYearEnum.MonthOfYear
|
|
1150
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1158
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/MonthOfYearEnum.MonthOfYear
|
|
1151
1159
|
*/
|
|
1152
1160
|
enum MonthOfYear {
|
|
1153
1161
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1167,7 +1175,7 @@ export declare namespace enums {
|
|
|
1167
1175
|
}
|
|
1168
1176
|
/**
|
|
1169
1177
|
* @name AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
1170
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1178
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
1171
1179
|
*/
|
|
1172
1180
|
enum AppUrlOperatingSystemType {
|
|
1173
1181
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1177,7 +1185,7 @@ export declare namespace enums {
|
|
|
1177
1185
|
}
|
|
1178
1186
|
/**
|
|
1179
1187
|
* @name FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
1180
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1188
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
1181
1189
|
*/
|
|
1182
1190
|
enum FrequencyCapEventType {
|
|
1183
1191
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1187,7 +1195,7 @@ export declare namespace enums {
|
|
|
1187
1195
|
}
|
|
1188
1196
|
/**
|
|
1189
1197
|
* @name FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1190
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1198
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1191
1199
|
*/
|
|
1192
1200
|
enum FrequencyCapLevel {
|
|
1193
1201
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1198,7 +1206,7 @@ export declare namespace enums {
|
|
|
1198
1206
|
}
|
|
1199
1207
|
/**
|
|
1200
1208
|
* @name FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1201
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1209
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1202
1210
|
*/
|
|
1203
1211
|
enum FrequencyCapTimeUnit {
|
|
1204
1212
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1209,7 +1217,7 @@ export declare namespace enums {
|
|
|
1209
1217
|
}
|
|
1210
1218
|
/**
|
|
1211
1219
|
* @name KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1212
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1220
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1213
1221
|
*/
|
|
1214
1222
|
enum KeywordPlanAggregateMetricType {
|
|
1215
1223
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1218,7 +1226,7 @@ export declare namespace enums {
|
|
|
1218
1226
|
}
|
|
1219
1227
|
/**
|
|
1220
1228
|
* @name KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1221
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1229
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1222
1230
|
*/
|
|
1223
1231
|
enum KeywordPlanCompetitionLevel {
|
|
1224
1232
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1229,7 +1237,7 @@ export declare namespace enums {
|
|
|
1229
1237
|
}
|
|
1230
1238
|
/**
|
|
1231
1239
|
* @name KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1232
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1240
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1233
1241
|
*/
|
|
1234
1242
|
enum KeywordPlanConceptGroupType {
|
|
1235
1243
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1240,7 +1248,7 @@ export declare namespace enums {
|
|
|
1240
1248
|
}
|
|
1241
1249
|
/**
|
|
1242
1250
|
* @name ExperimentMetricEnum.ExperimentMetric
|
|
1243
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1251
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ExperimentMetricEnum.ExperimentMetric
|
|
1244
1252
|
*/
|
|
1245
1253
|
enum ExperimentMetric {
|
|
1246
1254
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1261,7 +1269,7 @@ export declare namespace enums {
|
|
|
1261
1269
|
}
|
|
1262
1270
|
/**
|
|
1263
1271
|
* @name ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1264
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1272
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1265
1273
|
*/
|
|
1266
1274
|
enum ExperimentMetricDirection {
|
|
1267
1275
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1274,7 +1282,7 @@ export declare namespace enums {
|
|
|
1274
1282
|
}
|
|
1275
1283
|
/**
|
|
1276
1284
|
* @name InteractionEventTypeEnum.InteractionEventType
|
|
1277
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1285
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/InteractionEventTypeEnum.InteractionEventType
|
|
1278
1286
|
*/
|
|
1279
1287
|
enum InteractionEventType {
|
|
1280
1288
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1286,7 +1294,7 @@ export declare namespace enums {
|
|
|
1286
1294
|
}
|
|
1287
1295
|
/**
|
|
1288
1296
|
* @name QualityScoreBucketEnum.QualityScoreBucket
|
|
1289
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1297
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/QualityScoreBucketEnum.QualityScoreBucket
|
|
1290
1298
|
*/
|
|
1291
1299
|
enum QualityScoreBucket {
|
|
1292
1300
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1297,7 +1305,7 @@ export declare namespace enums {
|
|
|
1297
1305
|
}
|
|
1298
1306
|
/**
|
|
1299
1307
|
* @name UserIdentifierSourceEnum.UserIdentifierSource
|
|
1300
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1308
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserIdentifierSourceEnum.UserIdentifierSource
|
|
1301
1309
|
*/
|
|
1302
1310
|
enum UserIdentifierSource {
|
|
1303
1311
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1307,7 +1315,7 @@ export declare namespace enums {
|
|
|
1307
1315
|
}
|
|
1308
1316
|
/**
|
|
1309
1317
|
* @name AdDestinationTypeEnum.AdDestinationType
|
|
1310
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1318
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdDestinationTypeEnum.AdDestinationType
|
|
1311
1319
|
*/
|
|
1312
1320
|
enum AdDestinationType {
|
|
1313
1321
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1326,7 +1334,7 @@ export declare namespace enums {
|
|
|
1326
1334
|
}
|
|
1327
1335
|
/**
|
|
1328
1336
|
* @name AdFormatTypeEnum.AdFormatType
|
|
1329
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1337
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdFormatTypeEnum.AdFormatType
|
|
1330
1338
|
*/
|
|
1331
1339
|
enum AdFormatType {
|
|
1332
1340
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1341,11 +1349,14 @@ export declare namespace enums {
|
|
|
1341
1349
|
MASTHEAD = 9,// MASTHEAD
|
|
1342
1350
|
AUDIO = 10,// AUDIO
|
|
1343
1351
|
SHORTS = 11,// SHORTS
|
|
1344
|
-
PAUSE = 12
|
|
1352
|
+
PAUSE = 12,// PAUSE
|
|
1353
|
+
VERTICAL_ADS_PROMOTION = 13,// VERTICAL_ADS_PROMOTION
|
|
1354
|
+
VERTICAL_ADS_BOOKING_LINK = 14,// VERTICAL_ADS_BOOKING_LINK
|
|
1355
|
+
TEXT = 15
|
|
1345
1356
|
}
|
|
1346
1357
|
/**
|
|
1347
1358
|
* @name AdNetworkTypeEnum.AdNetworkType
|
|
1348
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1359
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdNetworkTypeEnum.AdNetworkType
|
|
1349
1360
|
*/
|
|
1350
1361
|
enum AdNetworkType {
|
|
1351
1362
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1361,9 +1372,21 @@ export declare namespace enums {
|
|
|
1361
1372
|
DISCOVER = 12,// DISCOVER
|
|
1362
1373
|
MAPS = 13
|
|
1363
1374
|
}
|
|
1375
|
+
/**
|
|
1376
|
+
* @name AdSubNetworkTypeEnum.AdSubNetworkType
|
|
1377
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdSubNetworkTypeEnum.AdSubNetworkType
|
|
1378
|
+
*/
|
|
1379
|
+
enum AdSubNetworkType {
|
|
1380
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
1381
|
+
UNKNOWN = 1,// UNKNOWN
|
|
1382
|
+
UNSEGMENTED = 2,// UNSEGMENTED
|
|
1383
|
+
YOUTUBE_INSTREAM = 3,// YOUTUBE_INSTREAM
|
|
1384
|
+
YOUTUBE_INFEED = 4,// YOUTUBE_INFEED
|
|
1385
|
+
YOUTUBE_SHORTS = 5
|
|
1386
|
+
}
|
|
1364
1387
|
/**
|
|
1365
1388
|
* @name BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1366
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1389
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1367
1390
|
*/
|
|
1368
1391
|
enum BudgetCampaignAssociationStatus {
|
|
1369
1392
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1373,7 +1396,7 @@ export declare namespace enums {
|
|
|
1373
1396
|
}
|
|
1374
1397
|
/**
|
|
1375
1398
|
* @name ClickTypeEnum.ClickType
|
|
1376
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1399
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ClickTypeEnum.ClickType
|
|
1377
1400
|
*/
|
|
1378
1401
|
enum ClickType {
|
|
1379
1402
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1443,7 +1466,7 @@ export declare namespace enums {
|
|
|
1443
1466
|
}
|
|
1444
1467
|
/**
|
|
1445
1468
|
* @name ConversionActionCategoryEnum.ConversionActionCategory
|
|
1446
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1469
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionActionCategoryEnum.ConversionActionCategory
|
|
1447
1470
|
*/
|
|
1448
1471
|
enum ConversionActionCategory {
|
|
1449
1472
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1472,7 +1495,7 @@ export declare namespace enums {
|
|
|
1472
1495
|
}
|
|
1473
1496
|
/**
|
|
1474
1497
|
* @name ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1475
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1498
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1476
1499
|
*/
|
|
1477
1500
|
enum ConversionAttributionEventType {
|
|
1478
1501
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1483,7 +1506,7 @@ export declare namespace enums {
|
|
|
1483
1506
|
}
|
|
1484
1507
|
/**
|
|
1485
1508
|
* @name ConversionLagBucketEnum.ConversionLagBucket
|
|
1486
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1509
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionLagBucketEnum.ConversionLagBucket
|
|
1487
1510
|
*/
|
|
1488
1511
|
enum ConversionLagBucket {
|
|
1489
1512
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1510,7 +1533,7 @@ export declare namespace enums {
|
|
|
1510
1533
|
}
|
|
1511
1534
|
/**
|
|
1512
1535
|
* @name ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1513
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1536
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1514
1537
|
*/
|
|
1515
1538
|
enum ConversionOrAdjustmentLagBucket {
|
|
1516
1539
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1559,7 +1582,7 @@ export declare namespace enums {
|
|
|
1559
1582
|
}
|
|
1560
1583
|
/**
|
|
1561
1584
|
* @name ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1562
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1585
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1563
1586
|
*/
|
|
1564
1587
|
enum ConversionValueRulePrimaryDimension {
|
|
1565
1588
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1575,7 +1598,7 @@ export declare namespace enums {
|
|
|
1575
1598
|
}
|
|
1576
1599
|
/**
|
|
1577
1600
|
* @name ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
|
|
1578
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1601
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
|
|
1579
1602
|
*/
|
|
1580
1603
|
enum ConvertingUserPriorEngagementTypeAndLtvBucket {
|
|
1581
1604
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1586,7 +1609,7 @@ export declare namespace enums {
|
|
|
1586
1609
|
}
|
|
1587
1610
|
/**
|
|
1588
1611
|
* @name ExternalConversionSourceEnum.ExternalConversionSource
|
|
1589
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1612
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ExternalConversionSourceEnum.ExternalConversionSource
|
|
1590
1613
|
*/
|
|
1591
1614
|
enum ExternalConversionSource {
|
|
1592
1615
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1622,7 +1645,7 @@ export declare namespace enums {
|
|
|
1622
1645
|
}
|
|
1623
1646
|
/**
|
|
1624
1647
|
* @name HotelPriceBucketEnum.HotelPriceBucket
|
|
1625
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1648
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/HotelPriceBucketEnum.HotelPriceBucket
|
|
1626
1649
|
*/
|
|
1627
1650
|
enum HotelPriceBucket {
|
|
1628
1651
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1634,7 +1657,7 @@ export declare namespace enums {
|
|
|
1634
1657
|
}
|
|
1635
1658
|
/**
|
|
1636
1659
|
* @name HotelRateTypeEnum.HotelRateType
|
|
1637
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1660
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/HotelRateTypeEnum.HotelRateType
|
|
1638
1661
|
*/
|
|
1639
1662
|
enum HotelRateType {
|
|
1640
1663
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1646,7 +1669,7 @@ export declare namespace enums {
|
|
|
1646
1669
|
}
|
|
1647
1670
|
/**
|
|
1648
1671
|
* @name LandingPageSourceEnum.LandingPageSource
|
|
1649
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1672
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LandingPageSourceEnum.LandingPageSource
|
|
1650
1673
|
*/
|
|
1651
1674
|
enum LandingPageSource {
|
|
1652
1675
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1656,7 +1679,7 @@ export declare namespace enums {
|
|
|
1656
1679
|
}
|
|
1657
1680
|
/**
|
|
1658
1681
|
* @name MatchTypeEnum.MatchType
|
|
1659
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1682
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/MatchTypeEnum.MatchType
|
|
1660
1683
|
*/
|
|
1661
1684
|
enum MatchType {
|
|
1662
1685
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1668,7 +1691,7 @@ export declare namespace enums {
|
|
|
1668
1691
|
}
|
|
1669
1692
|
/**
|
|
1670
1693
|
* @name RecommendationTypeEnum.RecommendationType
|
|
1671
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1694
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/RecommendationTypeEnum.RecommendationType
|
|
1672
1695
|
*/
|
|
1673
1696
|
enum RecommendationType {
|
|
1674
1697
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1730,7 +1753,7 @@ export declare namespace enums {
|
|
|
1730
1753
|
}
|
|
1731
1754
|
/**
|
|
1732
1755
|
* @name SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1733
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1756
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1734
1757
|
*/
|
|
1735
1758
|
enum SearchEngineResultsPageType {
|
|
1736
1759
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1741,7 +1764,7 @@ export declare namespace enums {
|
|
|
1741
1764
|
}
|
|
1742
1765
|
/**
|
|
1743
1766
|
* @name SearchTermMatchSourceEnum.SearchTermMatchSource
|
|
1744
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1767
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SearchTermMatchSourceEnum.SearchTermMatchSource
|
|
1745
1768
|
*/
|
|
1746
1769
|
enum SearchTermMatchSource {
|
|
1747
1770
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1754,7 +1777,7 @@ export declare namespace enums {
|
|
|
1754
1777
|
}
|
|
1755
1778
|
/**
|
|
1756
1779
|
* @name SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1757
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1780
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1758
1781
|
*/
|
|
1759
1782
|
enum SearchTermMatchType {
|
|
1760
1783
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1769,7 +1792,7 @@ export declare namespace enums {
|
|
|
1769
1792
|
}
|
|
1770
1793
|
/**
|
|
1771
1794
|
* @name SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
1772
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1795
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
1773
1796
|
*/
|
|
1774
1797
|
enum SearchTermTargetingStatus {
|
|
1775
1798
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1781,7 +1804,7 @@ export declare namespace enums {
|
|
|
1781
1804
|
}
|
|
1782
1805
|
/**
|
|
1783
1806
|
* @name SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1784
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1807
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1785
1808
|
*/
|
|
1786
1809
|
enum SkAdNetworkAdEventType {
|
|
1787
1810
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1792,7 +1815,7 @@ export declare namespace enums {
|
|
|
1792
1815
|
}
|
|
1793
1816
|
/**
|
|
1794
1817
|
* @name SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1795
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1818
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1796
1819
|
*/
|
|
1797
1820
|
enum SkAdNetworkAttributionCredit {
|
|
1798
1821
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1803,7 +1826,7 @@ export declare namespace enums {
|
|
|
1803
1826
|
}
|
|
1804
1827
|
/**
|
|
1805
1828
|
* @name SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
|
|
1806
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1829
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
|
|
1807
1830
|
*/
|
|
1808
1831
|
enum SkAdNetworkCoarseConversionValue {
|
|
1809
1832
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1816,7 +1839,7 @@ export declare namespace enums {
|
|
|
1816
1839
|
}
|
|
1817
1840
|
/**
|
|
1818
1841
|
* @name SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
|
|
1819
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1842
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
|
|
1820
1843
|
*/
|
|
1821
1844
|
enum SkAdNetworkSourceType {
|
|
1822
1845
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1827,7 +1850,7 @@ export declare namespace enums {
|
|
|
1827
1850
|
}
|
|
1828
1851
|
/**
|
|
1829
1852
|
* @name SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1830
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1853
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1831
1854
|
*/
|
|
1832
1855
|
enum SkAdNetworkUserType {
|
|
1833
1856
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1838,7 +1861,7 @@ export declare namespace enums {
|
|
|
1838
1861
|
}
|
|
1839
1862
|
/**
|
|
1840
1863
|
* @name SlotEnum.Slot
|
|
1841
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1864
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SlotEnum.Slot
|
|
1842
1865
|
*/
|
|
1843
1866
|
enum Slot {
|
|
1844
1867
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1851,9 +1874,23 @@ export declare namespace enums {
|
|
|
1851
1874
|
SEARCH_PARTNER_OTHER = 7,// SEARCH_PARTNER_OTHER
|
|
1852
1875
|
MIXED = 8
|
|
1853
1876
|
}
|
|
1877
|
+
/**
|
|
1878
|
+
* @name VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType
|
|
1879
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType
|
|
1880
|
+
*/
|
|
1881
|
+
enum VerticalAdsItemVerticalType {
|
|
1882
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
1883
|
+
UNKNOWN = 1,// UNKNOWN
|
|
1884
|
+
HOTELS = 2,// HOTELS
|
|
1885
|
+
VACATION_RENTALS = 3,// VACATION_RENTALS
|
|
1886
|
+
RENTAL_CARS = 4,// RENTAL_CARS
|
|
1887
|
+
EVENTS = 5,// EVENTS
|
|
1888
|
+
THINGS_TO_DO = 6,// THINGS_TO_DO
|
|
1889
|
+
FLIGHTS = 7
|
|
1890
|
+
}
|
|
1854
1891
|
/**
|
|
1855
1892
|
* @name TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1856
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1893
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1857
1894
|
*/
|
|
1858
1895
|
enum TrackingCodePageFormat {
|
|
1859
1896
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1863,7 +1900,7 @@ export declare namespace enums {
|
|
|
1863
1900
|
}
|
|
1864
1901
|
/**
|
|
1865
1902
|
* @name TrackingCodeTypeEnum.TrackingCodeType
|
|
1866
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1903
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/TrackingCodeTypeEnum.TrackingCodeType
|
|
1867
1904
|
*/
|
|
1868
1905
|
enum TrackingCodeType {
|
|
1869
1906
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1875,7 +1912,7 @@ export declare namespace enums {
|
|
|
1875
1912
|
}
|
|
1876
1913
|
/**
|
|
1877
1914
|
* @name TargetingDimensionEnum.TargetingDimension
|
|
1878
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1915
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/TargetingDimensionEnum.TargetingDimension
|
|
1879
1916
|
*/
|
|
1880
1917
|
enum TargetingDimension {
|
|
1881
1918
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1891,7 +1928,7 @@ export declare namespace enums {
|
|
|
1891
1928
|
}
|
|
1892
1929
|
/**
|
|
1893
1930
|
* @name ThirdPartyBrandLiftIntegrationPartnerEnum.ThirdPartyBrandLiftIntegrationPartner
|
|
1894
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1931
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ThirdPartyBrandLiftIntegrationPartnerEnum.ThirdPartyBrandLiftIntegrationPartner
|
|
1895
1932
|
*/
|
|
1896
1933
|
enum ThirdPartyBrandLiftIntegrationPartner {
|
|
1897
1934
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1903,7 +1940,7 @@ export declare namespace enums {
|
|
|
1903
1940
|
}
|
|
1904
1941
|
/**
|
|
1905
1942
|
* @name ThirdPartyBrandSafetyIntegrationPartnerEnum.ThirdPartyBrandSafetyIntegrationPartner
|
|
1906
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1943
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ThirdPartyBrandSafetyIntegrationPartnerEnum.ThirdPartyBrandSafetyIntegrationPartner
|
|
1907
1944
|
*/
|
|
1908
1945
|
enum ThirdPartyBrandSafetyIntegrationPartner {
|
|
1909
1946
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1914,7 +1951,7 @@ export declare namespace enums {
|
|
|
1914
1951
|
}
|
|
1915
1952
|
/**
|
|
1916
1953
|
* @name ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner
|
|
1917
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1954
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner
|
|
1918
1955
|
*/
|
|
1919
1956
|
enum ThirdPartyReachIntegrationPartner {
|
|
1920
1957
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1931,7 +1968,7 @@ export declare namespace enums {
|
|
|
1931
1968
|
}
|
|
1932
1969
|
/**
|
|
1933
1970
|
* @name ThirdPartyViewabilityIntegrationPartnerEnum.ThirdPartyViewabilityIntegrationPartner
|
|
1934
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1971
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ThirdPartyViewabilityIntegrationPartnerEnum.ThirdPartyViewabilityIntegrationPartner
|
|
1935
1972
|
*/
|
|
1936
1973
|
enum ThirdPartyViewabilityIntegrationPartner {
|
|
1937
1974
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1941,7 +1978,7 @@ export declare namespace enums {
|
|
|
1941
1978
|
}
|
|
1942
1979
|
/**
|
|
1943
1980
|
* @name CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1944
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1981
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1945
1982
|
*/
|
|
1946
1983
|
enum CustomerMatchUploadKeyType {
|
|
1947
1984
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1952,7 +1989,7 @@ export declare namespace enums {
|
|
|
1952
1989
|
}
|
|
1953
1990
|
/**
|
|
1954
1991
|
* @name LookalikeExpansionLevelEnum.LookalikeExpansionLevel
|
|
1955
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1992
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LookalikeExpansionLevelEnum.LookalikeExpansionLevel
|
|
1956
1993
|
*/
|
|
1957
1994
|
enum LookalikeExpansionLevel {
|
|
1958
1995
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1963,7 +2000,7 @@ export declare namespace enums {
|
|
|
1963
2000
|
}
|
|
1964
2001
|
/**
|
|
1965
2002
|
* @name UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1966
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2003
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1967
2004
|
*/
|
|
1968
2005
|
enum UserListCrmDataSourceType {
|
|
1969
2006
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1975,7 +2012,7 @@ export declare namespace enums {
|
|
|
1975
2012
|
}
|
|
1976
2013
|
/**
|
|
1977
2014
|
* @name UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1978
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2015
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1979
2016
|
*/
|
|
1980
2017
|
enum UserListDateRuleItemOperator {
|
|
1981
2018
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1987,7 +2024,7 @@ export declare namespace enums {
|
|
|
1987
2024
|
}
|
|
1988
2025
|
/**
|
|
1989
2026
|
* @name UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1990
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2027
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1991
2028
|
*/
|
|
1992
2029
|
enum UserListFlexibleRuleOperator {
|
|
1993
2030
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -1997,7 +2034,7 @@ export declare namespace enums {
|
|
|
1997
2034
|
}
|
|
1998
2035
|
/**
|
|
1999
2036
|
* @name UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
2000
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2037
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
2001
2038
|
*/
|
|
2002
2039
|
enum UserListLogicalRuleOperator {
|
|
2003
2040
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2008,7 +2045,7 @@ export declare namespace enums {
|
|
|
2008
2045
|
}
|
|
2009
2046
|
/**
|
|
2010
2047
|
* @name UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
2011
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2048
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
2012
2049
|
*/
|
|
2013
2050
|
enum UserListNumberRuleItemOperator {
|
|
2014
2051
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2022,7 +2059,7 @@ export declare namespace enums {
|
|
|
2022
2059
|
}
|
|
2023
2060
|
/**
|
|
2024
2061
|
* @name UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
2025
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2062
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
2026
2063
|
*/
|
|
2027
2064
|
enum UserListPrepopulationStatus {
|
|
2028
2065
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2033,7 +2070,7 @@ export declare namespace enums {
|
|
|
2033
2070
|
}
|
|
2034
2071
|
/**
|
|
2035
2072
|
* @name UserListRuleTypeEnum.UserListRuleType
|
|
2036
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2073
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserListRuleTypeEnum.UserListRuleType
|
|
2037
2074
|
*/
|
|
2038
2075
|
enum UserListRuleType {
|
|
2039
2076
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2043,7 +2080,7 @@ export declare namespace enums {
|
|
|
2043
2080
|
}
|
|
2044
2081
|
/**
|
|
2045
2082
|
* @name UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
2046
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2083
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
2047
2084
|
*/
|
|
2048
2085
|
enum UserListStringRuleItemOperator {
|
|
2049
2086
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2059,7 +2096,7 @@ export declare namespace enums {
|
|
|
2059
2096
|
}
|
|
2060
2097
|
/**
|
|
2061
2098
|
* @name AccessInvitationStatusEnum.AccessInvitationStatus
|
|
2062
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2099
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AccessInvitationStatusEnum.AccessInvitationStatus
|
|
2063
2100
|
*/
|
|
2064
2101
|
enum AccessInvitationStatus {
|
|
2065
2102
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2070,7 +2107,7 @@ export declare namespace enums {
|
|
|
2070
2107
|
}
|
|
2071
2108
|
/**
|
|
2072
2109
|
* @name AccessReasonEnum.AccessReason
|
|
2073
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2110
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AccessReasonEnum.AccessReason
|
|
2074
2111
|
*/
|
|
2075
2112
|
enum AccessReason {
|
|
2076
2113
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2083,7 +2120,7 @@ export declare namespace enums {
|
|
|
2083
2120
|
}
|
|
2084
2121
|
/**
|
|
2085
2122
|
* @name AccessRoleEnum.AccessRole
|
|
2086
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2123
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AccessRoleEnum.AccessRole
|
|
2087
2124
|
*/
|
|
2088
2125
|
enum AccessRole {
|
|
2089
2126
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2095,7 +2132,7 @@ export declare namespace enums {
|
|
|
2095
2132
|
}
|
|
2096
2133
|
/**
|
|
2097
2134
|
* @name AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
2098
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2135
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
2099
2136
|
*/
|
|
2100
2137
|
enum AccountBudgetProposalStatus {
|
|
2101
2138
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2108,7 +2145,7 @@ export declare namespace enums {
|
|
|
2108
2145
|
}
|
|
2109
2146
|
/**
|
|
2110
2147
|
* @name AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
2111
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2148
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
2112
2149
|
*/
|
|
2113
2150
|
enum AccountBudgetProposalType {
|
|
2114
2151
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2120,7 +2157,7 @@ export declare namespace enums {
|
|
|
2120
2157
|
}
|
|
2121
2158
|
/**
|
|
2122
2159
|
* @name AccountBudgetStatusEnum.AccountBudgetStatus
|
|
2123
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2160
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AccountBudgetStatusEnum.AccountBudgetStatus
|
|
2124
2161
|
*/
|
|
2125
2162
|
enum AccountBudgetStatus {
|
|
2126
2163
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2131,7 +2168,7 @@ export declare namespace enums {
|
|
|
2131
2168
|
}
|
|
2132
2169
|
/**
|
|
2133
2170
|
* @name AccountLinkStatusEnum.AccountLinkStatus
|
|
2134
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2171
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AccountLinkStatusEnum.AccountLinkStatus
|
|
2135
2172
|
*/
|
|
2136
2173
|
enum AccountLinkStatus {
|
|
2137
2174
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2145,7 +2182,7 @@ export declare namespace enums {
|
|
|
2145
2182
|
}
|
|
2146
2183
|
/**
|
|
2147
2184
|
* @name AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
|
|
2148
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2185
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
|
|
2149
2186
|
*/
|
|
2150
2187
|
enum AdGroupAdPrimaryStatus {
|
|
2151
2188
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2159,7 +2196,7 @@ export declare namespace enums {
|
|
|
2159
2196
|
}
|
|
2160
2197
|
/**
|
|
2161
2198
|
* @name AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
|
|
2162
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2199
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
|
|
2163
2200
|
*/
|
|
2164
2201
|
enum AdGroupAdPrimaryStatusReason {
|
|
2165
2202
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2182,7 +2219,7 @@ export declare namespace enums {
|
|
|
2182
2219
|
}
|
|
2183
2220
|
/**
|
|
2184
2221
|
* @name AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
2185
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2222
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
2186
2223
|
*/
|
|
2187
2224
|
enum AdGroupAdRotationMode {
|
|
2188
2225
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2192,7 +2229,7 @@ export declare namespace enums {
|
|
|
2192
2229
|
}
|
|
2193
2230
|
/**
|
|
2194
2231
|
* @name AdGroupAdStatusEnum.AdGroupAdStatus
|
|
2195
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2232
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdGroupAdStatusEnum.AdGroupAdStatus
|
|
2196
2233
|
*/
|
|
2197
2234
|
enum AdGroupAdStatus {
|
|
2198
2235
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2203,7 +2240,7 @@ export declare namespace enums {
|
|
|
2203
2240
|
}
|
|
2204
2241
|
/**
|
|
2205
2242
|
* @name AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
2206
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2243
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
2207
2244
|
*/
|
|
2208
2245
|
enum AdGroupCriterionApprovalStatus {
|
|
2209
2246
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2215,7 +2252,7 @@ export declare namespace enums {
|
|
|
2215
2252
|
}
|
|
2216
2253
|
/**
|
|
2217
2254
|
* @name AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus
|
|
2218
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2255
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus
|
|
2219
2256
|
*/
|
|
2220
2257
|
enum AdGroupCriterionPrimaryStatus {
|
|
2221
2258
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2228,7 +2265,7 @@ export declare namespace enums {
|
|
|
2228
2265
|
}
|
|
2229
2266
|
/**
|
|
2230
2267
|
* @name AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason
|
|
2231
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2268
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason
|
|
2232
2269
|
*/
|
|
2233
2270
|
enum AdGroupCriterionPrimaryStatusReason {
|
|
2234
2271
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2254,7 +2291,7 @@ export declare namespace enums {
|
|
|
2254
2291
|
}
|
|
2255
2292
|
/**
|
|
2256
2293
|
* @name AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
2257
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2294
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
2258
2295
|
*/
|
|
2259
2296
|
enum AdGroupCriterionStatus {
|
|
2260
2297
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2265,7 +2302,7 @@ export declare namespace enums {
|
|
|
2265
2302
|
}
|
|
2266
2303
|
/**
|
|
2267
2304
|
* @name AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
|
|
2268
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2305
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
|
|
2269
2306
|
*/
|
|
2270
2307
|
enum AdGroupPrimaryStatus {
|
|
2271
2308
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2279,7 +2316,7 @@ export declare namespace enums {
|
|
|
2279
2316
|
}
|
|
2280
2317
|
/**
|
|
2281
2318
|
* @name AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
|
|
2282
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2319
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
|
|
2283
2320
|
*/
|
|
2284
2321
|
enum AdGroupPrimaryStatusReason {
|
|
2285
2322
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2303,7 +2340,7 @@ export declare namespace enums {
|
|
|
2303
2340
|
}
|
|
2304
2341
|
/**
|
|
2305
2342
|
* @name AdGroupStatusEnum.AdGroupStatus
|
|
2306
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2343
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdGroupStatusEnum.AdGroupStatus
|
|
2307
2344
|
*/
|
|
2308
2345
|
enum AdGroupStatus {
|
|
2309
2346
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2314,7 +2351,7 @@ export declare namespace enums {
|
|
|
2314
2351
|
}
|
|
2315
2352
|
/**
|
|
2316
2353
|
* @name AdGroupTypeEnum.AdGroupType
|
|
2317
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2354
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdGroupTypeEnum.AdGroupType
|
|
2318
2355
|
*/
|
|
2319
2356
|
enum AdGroupType {
|
|
2320
2357
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2339,7 +2376,7 @@ export declare namespace enums {
|
|
|
2339
2376
|
}
|
|
2340
2377
|
/**
|
|
2341
2378
|
* @name AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
2342
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2379
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
2343
2380
|
*/
|
|
2344
2381
|
enum AdServingOptimizationStatus {
|
|
2345
2382
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2352,7 +2389,7 @@ export declare namespace enums {
|
|
|
2352
2389
|
}
|
|
2353
2390
|
/**
|
|
2354
2391
|
* @name AdStrengthEnum.AdStrength
|
|
2355
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2392
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdStrengthEnum.AdStrength
|
|
2356
2393
|
*/
|
|
2357
2394
|
enum AdStrength {
|
|
2358
2395
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2366,7 +2403,7 @@ export declare namespace enums {
|
|
|
2366
2403
|
}
|
|
2367
2404
|
/**
|
|
2368
2405
|
* @name AdStrengthActionItemTypeEnum.AdStrengthActionItemType
|
|
2369
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2406
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdStrengthActionItemTypeEnum.AdStrengthActionItemType
|
|
2370
2407
|
*/
|
|
2371
2408
|
enum AdStrengthActionItemType {
|
|
2372
2409
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2375,7 +2412,7 @@ export declare namespace enums {
|
|
|
2375
2412
|
}
|
|
2376
2413
|
/**
|
|
2377
2414
|
* @name AdTypeEnum.AdType
|
|
2378
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2415
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AdTypeEnum.AdType
|
|
2379
2416
|
*/
|
|
2380
2417
|
enum AdType {
|
|
2381
2418
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2415,7 +2452,7 @@ export declare namespace enums {
|
|
|
2415
2452
|
}
|
|
2416
2453
|
/**
|
|
2417
2454
|
* @name AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
|
|
2418
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2455
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
|
|
2419
2456
|
*/
|
|
2420
2457
|
enum AndroidPrivacyInteractionType {
|
|
2421
2458
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2426,7 +2463,7 @@ export declare namespace enums {
|
|
|
2426
2463
|
}
|
|
2427
2464
|
/**
|
|
2428
2465
|
* @name AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
|
|
2429
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2466
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
|
|
2430
2467
|
*/
|
|
2431
2468
|
enum AndroidPrivacyNetworkType {
|
|
2432
2469
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2437,7 +2474,7 @@ export declare namespace enums {
|
|
|
2437
2474
|
}
|
|
2438
2475
|
/**
|
|
2439
2476
|
* @name AppBiddingGoalEnum.AppBiddingGoal
|
|
2440
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2477
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AppBiddingGoalEnum.AppBiddingGoal
|
|
2441
2478
|
*/
|
|
2442
2479
|
enum AppBiddingGoal {
|
|
2443
2480
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2452,7 +2489,7 @@ export declare namespace enums {
|
|
|
2452
2489
|
}
|
|
2453
2490
|
/**
|
|
2454
2491
|
* @name AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2455
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2492
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2456
2493
|
*/
|
|
2457
2494
|
enum AppCampaignAppStore {
|
|
2458
2495
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2462,7 +2499,7 @@ export declare namespace enums {
|
|
|
2462
2499
|
}
|
|
2463
2500
|
/**
|
|
2464
2501
|
* @name AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2465
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2502
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2466
2503
|
*/
|
|
2467
2504
|
enum AppCampaignBiddingStrategyGoalType {
|
|
2468
2505
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2478,7 +2515,7 @@ export declare namespace enums {
|
|
|
2478
2515
|
}
|
|
2479
2516
|
/**
|
|
2480
2517
|
* @name AssetAutomationStatusEnum.AssetAutomationStatus
|
|
2481
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2518
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetAutomationStatusEnum.AssetAutomationStatus
|
|
2482
2519
|
*/
|
|
2483
2520
|
enum AssetAutomationStatus {
|
|
2484
2521
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2488,7 +2525,7 @@ export declare namespace enums {
|
|
|
2488
2525
|
}
|
|
2489
2526
|
/**
|
|
2490
2527
|
* @name AssetAutomationTypeEnum.AssetAutomationType
|
|
2491
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2528
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetAutomationTypeEnum.AssetAutomationType
|
|
2492
2529
|
*/
|
|
2493
2530
|
enum AssetAutomationType {
|
|
2494
2531
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2506,7 +2543,7 @@ export declare namespace enums {
|
|
|
2506
2543
|
}
|
|
2507
2544
|
/**
|
|
2508
2545
|
* @name AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement
|
|
2509
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2546
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement
|
|
2510
2547
|
*/
|
|
2511
2548
|
enum AssetCoverageVideoAspectRatioRequirement {
|
|
2512
2549
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2517,7 +2554,7 @@ export declare namespace enums {
|
|
|
2517
2554
|
}
|
|
2518
2555
|
/**
|
|
2519
2556
|
* @name AssetFieldTypeEnum.AssetFieldType
|
|
2520
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2557
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetFieldTypeEnum.AssetFieldType
|
|
2521
2558
|
*/
|
|
2522
2559
|
enum AssetFieldType {
|
|
2523
2560
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2553,11 +2590,13 @@ export declare namespace enums {
|
|
|
2553
2590
|
BUSINESS_MESSAGE = 31,// BUSINESS_MESSAGE
|
|
2554
2591
|
TALL_PORTRAIT_MARKETING_IMAGE = 32,// TALL_PORTRAIT_MARKETING_IMAGE
|
|
2555
2592
|
RELATED_YOUTUBE_VIDEOS = 33,// RELATED_YOUTUBE_VIDEOS
|
|
2556
|
-
LANDING_PAGE_PREVIEW = 38
|
|
2593
|
+
LANDING_PAGE_PREVIEW = 38,// LANDING_PAGE_PREVIEW
|
|
2594
|
+
LONG_DESCRIPTION = 39,// LONG_DESCRIPTION
|
|
2595
|
+
CALL_TO_ACTION = 40
|
|
2557
2596
|
}
|
|
2558
2597
|
/**
|
|
2559
2598
|
* @name AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
|
|
2560
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2599
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
|
|
2561
2600
|
*/
|
|
2562
2601
|
enum AssetGroupPrimaryStatus {
|
|
2563
2602
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2571,7 +2610,7 @@ export declare namespace enums {
|
|
|
2571
2610
|
}
|
|
2572
2611
|
/**
|
|
2573
2612
|
* @name AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
|
|
2574
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2613
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
|
|
2575
2614
|
*/
|
|
2576
2615
|
enum AssetGroupPrimaryStatusReason {
|
|
2577
2616
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2588,7 +2627,7 @@ export declare namespace enums {
|
|
|
2588
2627
|
}
|
|
2589
2628
|
/**
|
|
2590
2629
|
* @name AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
|
|
2591
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2630
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
|
|
2592
2631
|
*/
|
|
2593
2632
|
enum AssetGroupSignalApprovalStatus {
|
|
2594
2633
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2600,7 +2639,7 @@ export declare namespace enums {
|
|
|
2600
2639
|
}
|
|
2601
2640
|
/**
|
|
2602
2641
|
* @name AssetGroupStatusEnum.AssetGroupStatus
|
|
2603
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2642
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetGroupStatusEnum.AssetGroupStatus
|
|
2604
2643
|
*/
|
|
2605
2644
|
enum AssetGroupStatus {
|
|
2606
2645
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2611,7 +2650,7 @@ export declare namespace enums {
|
|
|
2611
2650
|
}
|
|
2612
2651
|
/**
|
|
2613
2652
|
* @name AssetLinkStatusEnum.AssetLinkStatus
|
|
2614
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2653
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetLinkStatusEnum.AssetLinkStatus
|
|
2615
2654
|
*/
|
|
2616
2655
|
enum AssetLinkStatus {
|
|
2617
2656
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2620,9 +2659,20 @@ export declare namespace enums {
|
|
|
2620
2659
|
REMOVED = 3,// REMOVED
|
|
2621
2660
|
PAUSED = 4
|
|
2622
2661
|
}
|
|
2662
|
+
/**
|
|
2663
|
+
* @name AssetOrientationEnum.AssetOrientation
|
|
2664
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetOrientationEnum.AssetOrientation
|
|
2665
|
+
*/
|
|
2666
|
+
enum AssetOrientation {
|
|
2667
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
2668
|
+
UNKNOWN = 1,// UNKNOWN
|
|
2669
|
+
LANDSCAPE = 2,// LANDSCAPE
|
|
2670
|
+
PORTRAIT = 3,// PORTRAIT
|
|
2671
|
+
SQUARE = 4
|
|
2672
|
+
}
|
|
2623
2673
|
/**
|
|
2624
2674
|
* @name AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2625
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2675
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2626
2676
|
*/
|
|
2627
2677
|
enum AssetSetAssetStatus {
|
|
2628
2678
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2632,7 +2682,7 @@ export declare namespace enums {
|
|
|
2632
2682
|
}
|
|
2633
2683
|
/**
|
|
2634
2684
|
* @name AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2635
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2685
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2636
2686
|
*/
|
|
2637
2687
|
enum AssetSetLinkStatus {
|
|
2638
2688
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2642,7 +2692,7 @@ export declare namespace enums {
|
|
|
2642
2692
|
}
|
|
2643
2693
|
/**
|
|
2644
2694
|
* @name AssetSetStatusEnum.AssetSetStatus
|
|
2645
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2695
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetSetStatusEnum.AssetSetStatus
|
|
2646
2696
|
*/
|
|
2647
2697
|
enum AssetSetStatus {
|
|
2648
2698
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2652,7 +2702,7 @@ export declare namespace enums {
|
|
|
2652
2702
|
}
|
|
2653
2703
|
/**
|
|
2654
2704
|
* @name AssetSetTypeEnum.AssetSetType
|
|
2655
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2705
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetSetTypeEnum.AssetSetType
|
|
2656
2706
|
*/
|
|
2657
2707
|
enum AssetSetType {
|
|
2658
2708
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2676,7 +2726,7 @@ export declare namespace enums {
|
|
|
2676
2726
|
}
|
|
2677
2727
|
/**
|
|
2678
2728
|
* @name AssetSourceEnum.AssetSource
|
|
2679
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2729
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetSourceEnum.AssetSource
|
|
2680
2730
|
*/
|
|
2681
2731
|
enum AssetSource {
|
|
2682
2732
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2686,7 +2736,7 @@ export declare namespace enums {
|
|
|
2686
2736
|
}
|
|
2687
2737
|
/**
|
|
2688
2738
|
* @name AssetTypeEnum.AssetType
|
|
2689
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2739
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AssetTypeEnum.AssetType
|
|
2690
2740
|
*/
|
|
2691
2741
|
enum AssetType {
|
|
2692
2742
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2724,7 +2774,7 @@ export declare namespace enums {
|
|
|
2724
2774
|
}
|
|
2725
2775
|
/**
|
|
2726
2776
|
* @name AsyncActionStatusEnum.AsyncActionStatus
|
|
2727
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2777
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AsyncActionStatusEnum.AsyncActionStatus
|
|
2728
2778
|
*/
|
|
2729
2779
|
enum AsyncActionStatus {
|
|
2730
2780
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2737,7 +2787,7 @@ export declare namespace enums {
|
|
|
2737
2787
|
}
|
|
2738
2788
|
/**
|
|
2739
2789
|
* @name AttributionModelEnum.AttributionModel
|
|
2740
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2790
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AttributionModelEnum.AttributionModel
|
|
2741
2791
|
*/
|
|
2742
2792
|
enum AttributionModel {
|
|
2743
2793
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2752,17 +2802,18 @@ export declare namespace enums {
|
|
|
2752
2802
|
}
|
|
2753
2803
|
/**
|
|
2754
2804
|
* @name AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective
|
|
2755
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2805
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective
|
|
2756
2806
|
*/
|
|
2757
2807
|
enum AudienceInsightsMarketingObjective {
|
|
2758
2808
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
2759
2809
|
UNKNOWN = 1,// UNKNOWN
|
|
2760
2810
|
AWARENESS = 2,// AWARENESS
|
|
2761
|
-
CONSIDERATION = 3
|
|
2811
|
+
CONSIDERATION = 3,// CONSIDERATION
|
|
2812
|
+
RESEARCH = 4
|
|
2762
2813
|
}
|
|
2763
2814
|
/**
|
|
2764
2815
|
* @name AudienceScopeEnum.AudienceScope
|
|
2765
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2816
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AudienceScopeEnum.AudienceScope
|
|
2766
2817
|
*/
|
|
2767
2818
|
enum AudienceScope {
|
|
2768
2819
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2772,7 +2823,7 @@ export declare namespace enums {
|
|
|
2772
2823
|
}
|
|
2773
2824
|
/**
|
|
2774
2825
|
* @name AudienceStatusEnum.AudienceStatus
|
|
2775
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2826
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/AudienceStatusEnum.AudienceStatus
|
|
2776
2827
|
*/
|
|
2777
2828
|
enum AudienceStatus {
|
|
2778
2829
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2782,7 +2833,7 @@ export declare namespace enums {
|
|
|
2782
2833
|
}
|
|
2783
2834
|
/**
|
|
2784
2835
|
* @name BatchJobStatusEnum.BatchJobStatus
|
|
2785
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2836
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BatchJobStatusEnum.BatchJobStatus
|
|
2786
2837
|
*/
|
|
2787
2838
|
enum BatchJobStatus {
|
|
2788
2839
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2791,9 +2842,29 @@ export declare namespace enums {
|
|
|
2791
2842
|
RUNNING = 3,// RUNNING
|
|
2792
2843
|
DONE = 4
|
|
2793
2844
|
}
|
|
2845
|
+
/**
|
|
2846
|
+
* @name BenchmarksMarketingObjectiveEnum.BenchmarksMarketingObjective
|
|
2847
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BenchmarksMarketingObjectiveEnum.BenchmarksMarketingObjective
|
|
2848
|
+
*/
|
|
2849
|
+
enum BenchmarksMarketingObjective {
|
|
2850
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
2851
|
+
UNKNOWN = 1,// UNKNOWN
|
|
2852
|
+
AWARENESS = 2,// AWARENESS
|
|
2853
|
+
CONSIDERATION = 3,// CONSIDERATION
|
|
2854
|
+
ACTION = 4
|
|
2855
|
+
}
|
|
2856
|
+
/**
|
|
2857
|
+
* @name BenchmarksSourceTypeEnum.BenchmarksSourceType
|
|
2858
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BenchmarksSourceTypeEnum.BenchmarksSourceType
|
|
2859
|
+
*/
|
|
2860
|
+
enum BenchmarksSourceType {
|
|
2861
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
2862
|
+
UNKNOWN = 1,// UNKNOWN
|
|
2863
|
+
INDUSTRY_VERTICAL = 2
|
|
2864
|
+
}
|
|
2794
2865
|
/**
|
|
2795
2866
|
* @name BidModifierSourceEnum.BidModifierSource
|
|
2796
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2867
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BidModifierSourceEnum.BidModifierSource
|
|
2797
2868
|
*/
|
|
2798
2869
|
enum BidModifierSource {
|
|
2799
2870
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2803,7 +2874,7 @@ export declare namespace enums {
|
|
|
2803
2874
|
}
|
|
2804
2875
|
/**
|
|
2805
2876
|
* @name BiddingSourceEnum.BiddingSource
|
|
2806
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2877
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BiddingSourceEnum.BiddingSource
|
|
2807
2878
|
*/
|
|
2808
2879
|
enum BiddingSource {
|
|
2809
2880
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2814,7 +2885,7 @@ export declare namespace enums {
|
|
|
2814
2885
|
}
|
|
2815
2886
|
/**
|
|
2816
2887
|
* @name BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2817
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2888
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2818
2889
|
*/
|
|
2819
2890
|
enum BiddingStrategyStatus {
|
|
2820
2891
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2824,7 +2895,7 @@ export declare namespace enums {
|
|
|
2824
2895
|
}
|
|
2825
2896
|
/**
|
|
2826
2897
|
* @name BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2827
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2898
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2828
2899
|
*/
|
|
2829
2900
|
enum BiddingStrategySystemStatus {
|
|
2830
2901
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2857,7 +2928,7 @@ export declare namespace enums {
|
|
|
2857
2928
|
}
|
|
2858
2929
|
/**
|
|
2859
2930
|
* @name BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2860
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2931
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2861
2932
|
*/
|
|
2862
2933
|
enum BiddingStrategyType {
|
|
2863
2934
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2886,7 +2957,7 @@ export declare namespace enums {
|
|
|
2886
2957
|
}
|
|
2887
2958
|
/**
|
|
2888
2959
|
* @name BillingSetupStatusEnum.BillingSetupStatus
|
|
2889
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2960
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BillingSetupStatusEnum.BillingSetupStatus
|
|
2890
2961
|
*/
|
|
2891
2962
|
enum BillingSetupStatus {
|
|
2892
2963
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2898,7 +2969,7 @@ export declare namespace enums {
|
|
|
2898
2969
|
}
|
|
2899
2970
|
/**
|
|
2900
2971
|
* @name BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2901
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2972
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2902
2973
|
*/
|
|
2903
2974
|
enum BrandSafetySuitability {
|
|
2904
2975
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2909,7 +2980,7 @@ export declare namespace enums {
|
|
|
2909
2980
|
}
|
|
2910
2981
|
/**
|
|
2911
2982
|
* @name BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2912
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2983
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2913
2984
|
*/
|
|
2914
2985
|
enum BudgetDeliveryMethod {
|
|
2915
2986
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2919,7 +2990,7 @@ export declare namespace enums {
|
|
|
2919
2990
|
}
|
|
2920
2991
|
/**
|
|
2921
2992
|
* @name BudgetPeriodEnum.BudgetPeriod
|
|
2922
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2993
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BudgetPeriodEnum.BudgetPeriod
|
|
2923
2994
|
*/
|
|
2924
2995
|
enum BudgetPeriod {
|
|
2925
2996
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2929,7 +3000,7 @@ export declare namespace enums {
|
|
|
2929
3000
|
}
|
|
2930
3001
|
/**
|
|
2931
3002
|
* @name BudgetStatusEnum.BudgetStatus
|
|
2932
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3003
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BudgetStatusEnum.BudgetStatus
|
|
2933
3004
|
*/
|
|
2934
3005
|
enum BudgetStatus {
|
|
2935
3006
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2939,7 +3010,7 @@ export declare namespace enums {
|
|
|
2939
3010
|
}
|
|
2940
3011
|
/**
|
|
2941
3012
|
* @name BudgetTypeEnum.BudgetType
|
|
2942
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3013
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/BudgetTypeEnum.BudgetType
|
|
2943
3014
|
*/
|
|
2944
3015
|
enum BudgetType {
|
|
2945
3016
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2951,7 +3022,7 @@ export declare namespace enums {
|
|
|
2951
3022
|
}
|
|
2952
3023
|
/**
|
|
2953
3024
|
* @name CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2954
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3025
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2955
3026
|
*/
|
|
2956
3027
|
enum CallTrackingDisplayLocation {
|
|
2957
3028
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2961,7 +3032,7 @@ export declare namespace enums {
|
|
|
2961
3032
|
}
|
|
2962
3033
|
/**
|
|
2963
3034
|
* @name CallTypeEnum.CallType
|
|
2964
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3035
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CallTypeEnum.CallType
|
|
2965
3036
|
*/
|
|
2966
3037
|
enum CallType {
|
|
2967
3038
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2971,7 +3042,7 @@ export declare namespace enums {
|
|
|
2971
3042
|
}
|
|
2972
3043
|
/**
|
|
2973
3044
|
* @name CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2974
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3045
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2975
3046
|
*/
|
|
2976
3047
|
enum CampaignCriterionStatus {
|
|
2977
3048
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2982,7 +3053,7 @@ export declare namespace enums {
|
|
|
2982
3053
|
}
|
|
2983
3054
|
/**
|
|
2984
3055
|
* @name CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2985
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3056
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2986
3057
|
*/
|
|
2987
3058
|
enum CampaignDraftStatus {
|
|
2988
3059
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -2995,7 +3066,7 @@ export declare namespace enums {
|
|
|
2995
3066
|
}
|
|
2996
3067
|
/**
|
|
2997
3068
|
* @name CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2998
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3069
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2999
3070
|
*/
|
|
3000
3071
|
enum CampaignExperimentType {
|
|
3001
3072
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3006,7 +3077,7 @@ export declare namespace enums {
|
|
|
3006
3077
|
}
|
|
3007
3078
|
/**
|
|
3008
3079
|
* @name CampaignGroupStatusEnum.CampaignGroupStatus
|
|
3009
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3080
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CampaignGroupStatusEnum.CampaignGroupStatus
|
|
3010
3081
|
*/
|
|
3011
3082
|
enum CampaignGroupStatus {
|
|
3012
3083
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3016,7 +3087,7 @@ export declare namespace enums {
|
|
|
3016
3087
|
}
|
|
3017
3088
|
/**
|
|
3018
3089
|
* @name CampaignKeywordMatchTypeEnum.CampaignKeywordMatchType
|
|
3019
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3090
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CampaignKeywordMatchTypeEnum.CampaignKeywordMatchType
|
|
3020
3091
|
*/
|
|
3021
3092
|
enum CampaignKeywordMatchType {
|
|
3022
3093
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3025,7 +3096,7 @@ export declare namespace enums {
|
|
|
3025
3096
|
}
|
|
3026
3097
|
/**
|
|
3027
3098
|
* @name CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
3028
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3099
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
3029
3100
|
*/
|
|
3030
3101
|
enum CampaignPrimaryStatus {
|
|
3031
3102
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3042,7 +3113,7 @@ export declare namespace enums {
|
|
|
3042
3113
|
}
|
|
3043
3114
|
/**
|
|
3044
3115
|
* @name CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
3045
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3116
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
3046
3117
|
*/
|
|
3047
3118
|
enum CampaignPrimaryStatusReason {
|
|
3048
3119
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3088,7 +3159,7 @@ export declare namespace enums {
|
|
|
3088
3159
|
}
|
|
3089
3160
|
/**
|
|
3090
3161
|
* @name CampaignServingStatusEnum.CampaignServingStatus
|
|
3091
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3162
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CampaignServingStatusEnum.CampaignServingStatus
|
|
3092
3163
|
*/
|
|
3093
3164
|
enum CampaignServingStatus {
|
|
3094
3165
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3101,7 +3172,7 @@ export declare namespace enums {
|
|
|
3101
3172
|
}
|
|
3102
3173
|
/**
|
|
3103
3174
|
* @name CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
3104
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3175
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
3105
3176
|
*/
|
|
3106
3177
|
enum CampaignSharedSetStatus {
|
|
3107
3178
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3111,7 +3182,7 @@ export declare namespace enums {
|
|
|
3111
3182
|
}
|
|
3112
3183
|
/**
|
|
3113
3184
|
* @name CampaignStatusEnum.CampaignStatus
|
|
3114
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3185
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CampaignStatusEnum.CampaignStatus
|
|
3115
3186
|
*/
|
|
3116
3187
|
enum CampaignStatus {
|
|
3117
3188
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3122,7 +3193,7 @@ export declare namespace enums {
|
|
|
3122
3193
|
}
|
|
3123
3194
|
/**
|
|
3124
3195
|
* @name ChangeClientTypeEnum.ChangeClientType
|
|
3125
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3196
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ChangeClientTypeEnum.ChangeClientType
|
|
3126
3197
|
*/
|
|
3127
3198
|
enum ChangeClientType {
|
|
3128
3199
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3143,7 +3214,7 @@ export declare namespace enums {
|
|
|
3143
3214
|
}
|
|
3144
3215
|
/**
|
|
3145
3216
|
* @name ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
3146
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3217
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
3147
3218
|
*/
|
|
3148
3219
|
enum ChangeEventResourceType {
|
|
3149
3220
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3170,7 +3241,7 @@ export declare namespace enums {
|
|
|
3170
3241
|
}
|
|
3171
3242
|
/**
|
|
3172
3243
|
* @name ChangeStatusOperationEnum.ChangeStatusOperation
|
|
3173
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3244
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ChangeStatusOperationEnum.ChangeStatusOperation
|
|
3174
3245
|
*/
|
|
3175
3246
|
enum ChangeStatusOperation {
|
|
3176
3247
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3181,7 +3252,7 @@ export declare namespace enums {
|
|
|
3181
3252
|
}
|
|
3182
3253
|
/**
|
|
3183
3254
|
* @name ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
3184
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3255
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
3185
3256
|
*/
|
|
3186
3257
|
enum ChangeStatusResourceType {
|
|
3187
3258
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3210,7 +3281,7 @@ export declare namespace enums {
|
|
|
3210
3281
|
}
|
|
3211
3282
|
/**
|
|
3212
3283
|
* @name CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
3213
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3284
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
3214
3285
|
*/
|
|
3215
3286
|
enum CombinedAudienceStatus {
|
|
3216
3287
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3220,7 +3291,7 @@ export declare namespace enums {
|
|
|
3220
3291
|
}
|
|
3221
3292
|
/**
|
|
3222
3293
|
* @name ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
3223
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3294
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
3224
3295
|
*/
|
|
3225
3296
|
enum ConversionActionCountingType {
|
|
3226
3297
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3230,7 +3301,7 @@ export declare namespace enums {
|
|
|
3230
3301
|
}
|
|
3231
3302
|
/**
|
|
3232
3303
|
* @name ConversionActionStatusEnum.ConversionActionStatus
|
|
3233
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3304
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionActionStatusEnum.ConversionActionStatus
|
|
3234
3305
|
*/
|
|
3235
3306
|
enum ConversionActionStatus {
|
|
3236
3307
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3241,7 +3312,7 @@ export declare namespace enums {
|
|
|
3241
3312
|
}
|
|
3242
3313
|
/**
|
|
3243
3314
|
* @name ConversionActionTypeEnum.ConversionActionType
|
|
3244
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3315
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionActionTypeEnum.ConversionActionType
|
|
3245
3316
|
*/
|
|
3246
3317
|
enum ConversionActionType {
|
|
3247
3318
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3289,7 +3360,7 @@ export declare namespace enums {
|
|
|
3289
3360
|
}
|
|
3290
3361
|
/**
|
|
3291
3362
|
* @name ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
3292
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3363
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
3293
3364
|
*/
|
|
3294
3365
|
enum ConversionAdjustmentType {
|
|
3295
3366
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3300,7 +3371,7 @@ export declare namespace enums {
|
|
|
3300
3371
|
}
|
|
3301
3372
|
/**
|
|
3302
3373
|
* @name ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
3303
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3374
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
3304
3375
|
*/
|
|
3305
3376
|
enum ConversionCustomVariableStatus {
|
|
3306
3377
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3311,7 +3382,7 @@ export declare namespace enums {
|
|
|
3311
3382
|
}
|
|
3312
3383
|
/**
|
|
3313
3384
|
* @name ConversionCustomerTypeEnum.ConversionCustomerType
|
|
3314
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3385
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionCustomerTypeEnum.ConversionCustomerType
|
|
3315
3386
|
*/
|
|
3316
3387
|
enum ConversionCustomerType {
|
|
3317
3388
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3321,7 +3392,7 @@ export declare namespace enums {
|
|
|
3321
3392
|
}
|
|
3322
3393
|
/**
|
|
3323
3394
|
* @name ConversionEnvironmentEnum.ConversionEnvironment
|
|
3324
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3395
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionEnvironmentEnum.ConversionEnvironment
|
|
3325
3396
|
*/
|
|
3326
3397
|
enum ConversionEnvironment {
|
|
3327
3398
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3331,7 +3402,7 @@ export declare namespace enums {
|
|
|
3331
3402
|
}
|
|
3332
3403
|
/**
|
|
3333
3404
|
* @name ConversionOriginEnum.ConversionOrigin
|
|
3334
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3405
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionOriginEnum.ConversionOrigin
|
|
3335
3406
|
*/
|
|
3336
3407
|
enum ConversionOrigin {
|
|
3337
3408
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3345,7 +3416,7 @@ export declare namespace enums {
|
|
|
3345
3416
|
}
|
|
3346
3417
|
/**
|
|
3347
3418
|
* @name ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
3348
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3419
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
3349
3420
|
*/
|
|
3350
3421
|
enum ConversionTrackingStatus {
|
|
3351
3422
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3357,7 +3428,7 @@ export declare namespace enums {
|
|
|
3357
3428
|
}
|
|
3358
3429
|
/**
|
|
3359
3430
|
* @name ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
3360
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3431
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
3361
3432
|
*/
|
|
3362
3433
|
enum ConversionValueRuleSetStatus {
|
|
3363
3434
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3368,7 +3439,7 @@ export declare namespace enums {
|
|
|
3368
3439
|
}
|
|
3369
3440
|
/**
|
|
3370
3441
|
* @name ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
3371
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3442
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
3372
3443
|
*/
|
|
3373
3444
|
enum ConversionValueRuleStatus {
|
|
3374
3445
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3379,7 +3450,7 @@ export declare namespace enums {
|
|
|
3379
3450
|
}
|
|
3380
3451
|
/**
|
|
3381
3452
|
* @name CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
3382
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3453
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
3383
3454
|
*/
|
|
3384
3455
|
enum CriterionSystemServingStatus {
|
|
3385
3456
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3389,7 +3460,7 @@ export declare namespace enums {
|
|
|
3389
3460
|
}
|
|
3390
3461
|
/**
|
|
3391
3462
|
* @name CriterionTypeEnum.CriterionType
|
|
3392
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3463
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CriterionTypeEnum.CriterionType
|
|
3393
3464
|
*/
|
|
3394
3465
|
enum CriterionType {
|
|
3395
3466
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3436,11 +3507,13 @@ export declare namespace enums {
|
|
|
3436
3507
|
LIFE_EVENT = 41,// LIFE_EVENT
|
|
3437
3508
|
WEBPAGE_LIST = 42,// WEBPAGE_LIST
|
|
3438
3509
|
VIDEO_LINEUP = 43,// VIDEO_LINEUP
|
|
3439
|
-
PLACEMENT_LIST = 44
|
|
3510
|
+
PLACEMENT_LIST = 44,// PLACEMENT_LIST
|
|
3511
|
+
VERTICAL_ADS_ITEM_GROUP_RULE_LIST = 45,// VERTICAL_ADS_ITEM_GROUP_RULE_LIST
|
|
3512
|
+
VERTICAL_ADS_ITEM_GROUP_RULE = 46
|
|
3440
3513
|
}
|
|
3441
3514
|
/**
|
|
3442
3515
|
* @name CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
3443
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3516
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
3444
3517
|
*/
|
|
3445
3518
|
enum CustomAudienceMemberType {
|
|
3446
3519
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3452,7 +3525,7 @@ export declare namespace enums {
|
|
|
3452
3525
|
}
|
|
3453
3526
|
/**
|
|
3454
3527
|
* @name CustomAudienceStatusEnum.CustomAudienceStatus
|
|
3455
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3528
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CustomAudienceStatusEnum.CustomAudienceStatus
|
|
3456
3529
|
*/
|
|
3457
3530
|
enum CustomAudienceStatus {
|
|
3458
3531
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3462,7 +3535,7 @@ export declare namespace enums {
|
|
|
3462
3535
|
}
|
|
3463
3536
|
/**
|
|
3464
3537
|
* @name CustomAudienceTypeEnum.CustomAudienceType
|
|
3465
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3538
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CustomAudienceTypeEnum.CustomAudienceType
|
|
3466
3539
|
*/
|
|
3467
3540
|
enum CustomAudienceType {
|
|
3468
3541
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3474,7 +3547,7 @@ export declare namespace enums {
|
|
|
3474
3547
|
}
|
|
3475
3548
|
/**
|
|
3476
3549
|
* @name CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
3477
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3550
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
3478
3551
|
*/
|
|
3479
3552
|
enum CustomConversionGoalStatus {
|
|
3480
3553
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3484,7 +3557,7 @@ export declare namespace enums {
|
|
|
3484
3557
|
}
|
|
3485
3558
|
/**
|
|
3486
3559
|
* @name CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3487
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3560
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3488
3561
|
*/
|
|
3489
3562
|
enum CustomInterestMemberType {
|
|
3490
3563
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3494,7 +3567,7 @@ export declare namespace enums {
|
|
|
3494
3567
|
}
|
|
3495
3568
|
/**
|
|
3496
3569
|
* @name CustomInterestStatusEnum.CustomInterestStatus
|
|
3497
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3570
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CustomInterestStatusEnum.CustomInterestStatus
|
|
3498
3571
|
*/
|
|
3499
3572
|
enum CustomInterestStatus {
|
|
3500
3573
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3504,7 +3577,7 @@ export declare namespace enums {
|
|
|
3504
3577
|
}
|
|
3505
3578
|
/**
|
|
3506
3579
|
* @name CustomInterestTypeEnum.CustomInterestType
|
|
3507
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3580
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CustomInterestTypeEnum.CustomInterestType
|
|
3508
3581
|
*/
|
|
3509
3582
|
enum CustomInterestType {
|
|
3510
3583
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3514,7 +3587,7 @@ export declare namespace enums {
|
|
|
3514
3587
|
}
|
|
3515
3588
|
/**
|
|
3516
3589
|
* @name CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
|
|
3517
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3590
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
|
|
3518
3591
|
*/
|
|
3519
3592
|
enum CustomerAcquisitionOptimizationMode {
|
|
3520
3593
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3525,7 +3598,7 @@ export declare namespace enums {
|
|
|
3525
3598
|
}
|
|
3526
3599
|
/**
|
|
3527
3600
|
* @name CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3528
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3601
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3529
3602
|
*/
|
|
3530
3603
|
enum CustomerPayPerConversionEligibilityFailureReason {
|
|
3531
3604
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3540,7 +3613,7 @@ export declare namespace enums {
|
|
|
3540
3613
|
}
|
|
3541
3614
|
/**
|
|
3542
3615
|
* @name CustomerStatusEnum.CustomerStatus
|
|
3543
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3616
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CustomerStatusEnum.CustomerStatus
|
|
3544
3617
|
*/
|
|
3545
3618
|
enum CustomerStatus {
|
|
3546
3619
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3552,7 +3625,7 @@ export declare namespace enums {
|
|
|
3552
3625
|
}
|
|
3553
3626
|
/**
|
|
3554
3627
|
* @name CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3555
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3628
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3556
3629
|
*/
|
|
3557
3630
|
enum CustomizerAttributeStatus {
|
|
3558
3631
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3562,7 +3635,7 @@ export declare namespace enums {
|
|
|
3562
3635
|
}
|
|
3563
3636
|
/**
|
|
3564
3637
|
* @name CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3565
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3638
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3566
3639
|
*/
|
|
3567
3640
|
enum CustomizerValueStatus {
|
|
3568
3641
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3572,7 +3645,7 @@ export declare namespace enums {
|
|
|
3572
3645
|
}
|
|
3573
3646
|
/**
|
|
3574
3647
|
* @name DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3575
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3648
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3576
3649
|
*/
|
|
3577
3650
|
enum DataDrivenModelStatus {
|
|
3578
3651
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3584,7 +3657,7 @@ export declare namespace enums {
|
|
|
3584
3657
|
}
|
|
3585
3658
|
/**
|
|
3586
3659
|
* @name DataLinkStatusEnum.DataLinkStatus
|
|
3587
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3660
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/DataLinkStatusEnum.DataLinkStatus
|
|
3588
3661
|
*/
|
|
3589
3662
|
enum DataLinkStatus {
|
|
3590
3663
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3598,7 +3671,7 @@ export declare namespace enums {
|
|
|
3598
3671
|
}
|
|
3599
3672
|
/**
|
|
3600
3673
|
* @name DataLinkTypeEnum.DataLinkType
|
|
3601
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3674
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/DataLinkTypeEnum.DataLinkType
|
|
3602
3675
|
*/
|
|
3603
3676
|
enum DataLinkType {
|
|
3604
3677
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3607,7 +3680,7 @@ export declare namespace enums {
|
|
|
3607
3680
|
}
|
|
3608
3681
|
/**
|
|
3609
3682
|
* @name DemandGenChannelConfigEnum.DemandGenChannelConfig
|
|
3610
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3683
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/DemandGenChannelConfigEnum.DemandGenChannelConfig
|
|
3611
3684
|
*/
|
|
3612
3685
|
enum DemandGenChannelConfig {
|
|
3613
3686
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3617,7 +3690,7 @@ export declare namespace enums {
|
|
|
3617
3690
|
}
|
|
3618
3691
|
/**
|
|
3619
3692
|
* @name DemandGenChannelStrategyEnum.DemandGenChannelStrategy
|
|
3620
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3693
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/DemandGenChannelStrategyEnum.DemandGenChannelStrategy
|
|
3621
3694
|
*/
|
|
3622
3695
|
enum DemandGenChannelStrategy {
|
|
3623
3696
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3627,7 +3700,7 @@ export declare namespace enums {
|
|
|
3627
3700
|
}
|
|
3628
3701
|
/**
|
|
3629
3702
|
* @name DistanceBucketEnum.DistanceBucket
|
|
3630
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3703
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/DistanceBucketEnum.DistanceBucket
|
|
3631
3704
|
*/
|
|
3632
3705
|
enum DistanceBucket {
|
|
3633
3706
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3662,7 +3735,7 @@ export declare namespace enums {
|
|
|
3662
3735
|
}
|
|
3663
3736
|
/**
|
|
3664
3737
|
* @name EuPoliticalAdvertisingStatusEnum.EuPoliticalAdvertisingStatus
|
|
3665
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3738
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/EuPoliticalAdvertisingStatusEnum.EuPoliticalAdvertisingStatus
|
|
3666
3739
|
*/
|
|
3667
3740
|
enum EuPoliticalAdvertisingStatus {
|
|
3668
3741
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3672,7 +3745,7 @@ export declare namespace enums {
|
|
|
3672
3745
|
}
|
|
3673
3746
|
/**
|
|
3674
3747
|
* @name ExperimentStatusEnum.ExperimentStatus
|
|
3675
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3748
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ExperimentStatusEnum.ExperimentStatus
|
|
3676
3749
|
*/
|
|
3677
3750
|
enum ExperimentStatus {
|
|
3678
3751
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3687,7 +3760,7 @@ export declare namespace enums {
|
|
|
3687
3760
|
}
|
|
3688
3761
|
/**
|
|
3689
3762
|
* @name ExperimentTypeEnum.ExperimentType
|
|
3690
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3763
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ExperimentTypeEnum.ExperimentType
|
|
3691
3764
|
*/
|
|
3692
3765
|
enum ExperimentType {
|
|
3693
3766
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3705,7 +3778,7 @@ export declare namespace enums {
|
|
|
3705
3778
|
}
|
|
3706
3779
|
/**
|
|
3707
3780
|
* @name GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3708
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3781
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3709
3782
|
*/
|
|
3710
3783
|
enum GeoTargetConstantStatus {
|
|
3711
3784
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3715,7 +3788,7 @@ export declare namespace enums {
|
|
|
3715
3788
|
}
|
|
3716
3789
|
/**
|
|
3717
3790
|
* @name GeoTargetingTypeEnum.GeoTargetingType
|
|
3718
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3791
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/GeoTargetingTypeEnum.GeoTargetingType
|
|
3719
3792
|
*/
|
|
3720
3793
|
enum GeoTargetingType {
|
|
3721
3794
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3725,7 +3798,7 @@ export declare namespace enums {
|
|
|
3725
3798
|
}
|
|
3726
3799
|
/**
|
|
3727
3800
|
* @name GoalConfigLevelEnum.GoalConfigLevel
|
|
3728
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3801
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/GoalConfigLevelEnum.GoalConfigLevel
|
|
3729
3802
|
*/
|
|
3730
3803
|
enum GoalConfigLevel {
|
|
3731
3804
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3735,7 +3808,7 @@ export declare namespace enums {
|
|
|
3735
3808
|
}
|
|
3736
3809
|
/**
|
|
3737
3810
|
* @name GoalOptimizationEligibilityEnum.GoalOptimizationEligibility
|
|
3738
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3811
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/GoalOptimizationEligibilityEnum.GoalOptimizationEligibility
|
|
3739
3812
|
*/
|
|
3740
3813
|
enum GoalOptimizationEligibility {
|
|
3741
3814
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3745,7 +3818,7 @@ export declare namespace enums {
|
|
|
3745
3818
|
}
|
|
3746
3819
|
/**
|
|
3747
3820
|
* @name GoalTypeEnum.GoalType
|
|
3748
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3821
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/GoalTypeEnum.GoalType
|
|
3749
3822
|
*/
|
|
3750
3823
|
enum GoalType {
|
|
3751
3824
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3754,7 +3827,7 @@ export declare namespace enums {
|
|
|
3754
3827
|
}
|
|
3755
3828
|
/**
|
|
3756
3829
|
* @name GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3757
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3830
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3758
3831
|
*/
|
|
3759
3832
|
enum GoogleAdsFieldCategory {
|
|
3760
3833
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3766,7 +3839,7 @@ export declare namespace enums {
|
|
|
3766
3839
|
}
|
|
3767
3840
|
/**
|
|
3768
3841
|
* @name GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3769
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3842
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3770
3843
|
*/
|
|
3771
3844
|
enum GoogleAdsFieldDataType {
|
|
3772
3845
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3785,7 +3858,7 @@ export declare namespace enums {
|
|
|
3785
3858
|
}
|
|
3786
3859
|
/**
|
|
3787
3860
|
* @name GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3788
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3861
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3789
3862
|
*/
|
|
3790
3863
|
enum GoogleVoiceCallStatus {
|
|
3791
3864
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3795,7 +3868,7 @@ export declare namespace enums {
|
|
|
3795
3868
|
}
|
|
3796
3869
|
/**
|
|
3797
3870
|
* @name HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
3798
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3871
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
3799
3872
|
*/
|
|
3800
3873
|
enum HotelAssetSuggestionStatus {
|
|
3801
3874
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3806,7 +3879,7 @@ export declare namespace enums {
|
|
|
3806
3879
|
}
|
|
3807
3880
|
/**
|
|
3808
3881
|
* @name HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3809
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3882
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3810
3883
|
*/
|
|
3811
3884
|
enum HotelReconciliationStatus {
|
|
3812
3885
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3818,7 +3891,7 @@ export declare namespace enums {
|
|
|
3818
3891
|
}
|
|
3819
3892
|
/**
|
|
3820
3893
|
* @name IdentityVerificationProgramEnum.IdentityVerificationProgram
|
|
3821
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3894
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/IdentityVerificationProgramEnum.IdentityVerificationProgram
|
|
3822
3895
|
*/
|
|
3823
3896
|
enum IdentityVerificationProgram {
|
|
3824
3897
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3827,7 +3900,7 @@ export declare namespace enums {
|
|
|
3827
3900
|
}
|
|
3828
3901
|
/**
|
|
3829
3902
|
* @name IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
|
|
3830
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3903
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
|
|
3831
3904
|
*/
|
|
3832
3905
|
enum IdentityVerificationProgramStatus {
|
|
3833
3906
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3837,9 +3910,24 @@ export declare namespace enums {
|
|
|
3837
3910
|
SUCCESS = 4,// SUCCESS
|
|
3838
3911
|
FAILURE = 5
|
|
3839
3912
|
}
|
|
3913
|
+
/**
|
|
3914
|
+
* @name IncentiveStateEnum.IncentiveState
|
|
3915
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/IncentiveStateEnum.IncentiveState
|
|
3916
|
+
*/
|
|
3917
|
+
enum IncentiveState {
|
|
3918
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
3919
|
+
UNKNOWN = 1,// UNKNOWN
|
|
3920
|
+
REDEEMED = 2,// REDEEMED
|
|
3921
|
+
FULFILLED = 3,// FULFILLED
|
|
3922
|
+
REWARD_GRANTED = 4,// REWARD_GRANTED
|
|
3923
|
+
EXPIRED = 5,// EXPIRED
|
|
3924
|
+
REWARD_EXPIRED = 6,// REWARD_EXPIRED
|
|
3925
|
+
INVALIDATED = 7,// INVALIDATED
|
|
3926
|
+
REWARD_EXHAUSTED = 8
|
|
3927
|
+
}
|
|
3840
3928
|
/**
|
|
3841
3929
|
* @name InsightsTrendEnum.InsightsTrend
|
|
3842
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3930
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/InsightsTrendEnum.InsightsTrend
|
|
3843
3931
|
*/
|
|
3844
3932
|
enum InsightsTrend {
|
|
3845
3933
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3851,7 +3939,7 @@ export declare namespace enums {
|
|
|
3851
3939
|
}
|
|
3852
3940
|
/**
|
|
3853
3941
|
* @name InvoiceTypeEnum.InvoiceType
|
|
3854
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3942
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/InvoiceTypeEnum.InvoiceType
|
|
3855
3943
|
*/
|
|
3856
3944
|
enum InvoiceType {
|
|
3857
3945
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3861,7 +3949,7 @@ export declare namespace enums {
|
|
|
3861
3949
|
}
|
|
3862
3950
|
/**
|
|
3863
3951
|
* @name KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3864
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3952
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3865
3953
|
*/
|
|
3866
3954
|
enum KeywordPlanForecastInterval {
|
|
3867
3955
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3872,7 +3960,7 @@ export declare namespace enums {
|
|
|
3872
3960
|
}
|
|
3873
3961
|
/**
|
|
3874
3962
|
* @name KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3875
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3963
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3876
3964
|
*/
|
|
3877
3965
|
enum KeywordPlanKeywordAnnotation {
|
|
3878
3966
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3881,7 +3969,7 @@ export declare namespace enums {
|
|
|
3881
3969
|
}
|
|
3882
3970
|
/**
|
|
3883
3971
|
* @name KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3884
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3972
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3885
3973
|
*/
|
|
3886
3974
|
enum KeywordPlanNetwork {
|
|
3887
3975
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3891,7 +3979,7 @@ export declare namespace enums {
|
|
|
3891
3979
|
}
|
|
3892
3980
|
/**
|
|
3893
3981
|
* @name LabelStatusEnum.LabelStatus
|
|
3894
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3982
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LabelStatusEnum.LabelStatus
|
|
3895
3983
|
*/
|
|
3896
3984
|
enum LabelStatus {
|
|
3897
3985
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3901,7 +3989,7 @@ export declare namespace enums {
|
|
|
3901
3989
|
}
|
|
3902
3990
|
/**
|
|
3903
3991
|
* @name LinkedAccountTypeEnum.LinkedAccountType
|
|
3904
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3992
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LinkedAccountTypeEnum.LinkedAccountType
|
|
3905
3993
|
*/
|
|
3906
3994
|
enum LinkedAccountType {
|
|
3907
3995
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3910,7 +3998,7 @@ export declare namespace enums {
|
|
|
3910
3998
|
}
|
|
3911
3999
|
/**
|
|
3912
4000
|
* @name LinkedProductTypeEnum.LinkedProductType
|
|
3913
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4001
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LinkedProductTypeEnum.LinkedProductType
|
|
3914
4002
|
*/
|
|
3915
4003
|
enum LinkedProductType {
|
|
3916
4004
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3923,7 +4011,7 @@ export declare namespace enums {
|
|
|
3923
4011
|
}
|
|
3924
4012
|
/**
|
|
3925
4013
|
* @name ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3926
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4014
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3927
4015
|
*/
|
|
3928
4016
|
enum ListingGroupFilterCustomAttributeIndex {
|
|
3929
4017
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3936,7 +4024,7 @@ export declare namespace enums {
|
|
|
3936
4024
|
}
|
|
3937
4025
|
/**
|
|
3938
4026
|
* @name ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
|
|
3939
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4027
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
|
|
3940
4028
|
*/
|
|
3941
4029
|
enum ListingGroupFilterListingSource {
|
|
3942
4030
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3946,7 +4034,7 @@ export declare namespace enums {
|
|
|
3946
4034
|
}
|
|
3947
4035
|
/**
|
|
3948
4036
|
* @name ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
|
|
3949
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4037
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
|
|
3950
4038
|
*/
|
|
3951
4039
|
enum ListingGroupFilterProductCategoryLevel {
|
|
3952
4040
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3959,7 +4047,7 @@ export declare namespace enums {
|
|
|
3959
4047
|
}
|
|
3960
4048
|
/**
|
|
3961
4049
|
* @name ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3962
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4050
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3963
4051
|
*/
|
|
3964
4052
|
enum ListingGroupFilterProductChannel {
|
|
3965
4053
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3969,7 +4057,7 @@ export declare namespace enums {
|
|
|
3969
4057
|
}
|
|
3970
4058
|
/**
|
|
3971
4059
|
* @name ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3972
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4060
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3973
4061
|
*/
|
|
3974
4062
|
enum ListingGroupFilterProductCondition {
|
|
3975
4063
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3980,7 +4068,7 @@ export declare namespace enums {
|
|
|
3980
4068
|
}
|
|
3981
4069
|
/**
|
|
3982
4070
|
* @name ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3983
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4071
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3984
4072
|
*/
|
|
3985
4073
|
enum ListingGroupFilterProductTypeLevel {
|
|
3986
4074
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -3993,7 +4081,7 @@ export declare namespace enums {
|
|
|
3993
4081
|
}
|
|
3994
4082
|
/**
|
|
3995
4083
|
* @name ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3996
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4084
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3997
4085
|
*/
|
|
3998
4086
|
enum ListingGroupFilterType {
|
|
3999
4087
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4004,7 +4092,7 @@ export declare namespace enums {
|
|
|
4004
4092
|
}
|
|
4005
4093
|
/**
|
|
4006
4094
|
* @name ListingTypeEnum.ListingType
|
|
4007
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4095
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ListingTypeEnum.ListingType
|
|
4008
4096
|
*/
|
|
4009
4097
|
enum ListingType {
|
|
4010
4098
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4013,7 +4101,7 @@ export declare namespace enums {
|
|
|
4013
4101
|
}
|
|
4014
4102
|
/**
|
|
4015
4103
|
* @name LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
|
|
4016
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4104
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
|
|
4017
4105
|
*/
|
|
4018
4106
|
enum LocalServicesBusinessRegistrationCheckRejectionReason {
|
|
4019
4107
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4030,7 +4118,7 @@ export declare namespace enums {
|
|
|
4030
4118
|
}
|
|
4031
4119
|
/**
|
|
4032
4120
|
* @name LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
|
|
4033
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4121
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
|
|
4034
4122
|
*/
|
|
4035
4123
|
enum LocalServicesBusinessRegistrationType {
|
|
4036
4124
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4040,7 +4128,7 @@ export declare namespace enums {
|
|
|
4040
4128
|
}
|
|
4041
4129
|
/**
|
|
4042
4130
|
* @name LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
|
|
4043
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4131
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
|
|
4044
4132
|
*/
|
|
4045
4133
|
enum LocalServicesLeadConversationType {
|
|
4046
4134
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4055,7 +4143,7 @@ export declare namespace enums {
|
|
|
4055
4143
|
}
|
|
4056
4144
|
/**
|
|
4057
4145
|
* @name LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
|
|
4058
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4146
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
|
|
4059
4147
|
*/
|
|
4060
4148
|
enum LocalServicesEmployeeStatus {
|
|
4061
4149
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4065,7 +4153,7 @@ export declare namespace enums {
|
|
|
4065
4153
|
}
|
|
4066
4154
|
/**
|
|
4067
4155
|
* @name LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
|
|
4068
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4156
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
|
|
4069
4157
|
*/
|
|
4070
4158
|
enum LocalServicesEmployeeType {
|
|
4071
4159
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4075,7 +4163,7 @@ export declare namespace enums {
|
|
|
4075
4163
|
}
|
|
4076
4164
|
/**
|
|
4077
4165
|
* @name LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
|
|
4078
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4166
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
|
|
4079
4167
|
*/
|
|
4080
4168
|
enum LocalServicesInsuranceRejectionReason {
|
|
4081
4169
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4097,7 +4185,7 @@ export declare namespace enums {
|
|
|
4097
4185
|
}
|
|
4098
4186
|
/**
|
|
4099
4187
|
* @name LocalServicesLeadCreditIssuanceDecisionEnum.LocalServicesLeadCreditIssuanceDecision
|
|
4100
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4188
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesLeadCreditIssuanceDecisionEnum.LocalServicesLeadCreditIssuanceDecision
|
|
4101
4189
|
*/
|
|
4102
4190
|
enum LocalServicesLeadCreditIssuanceDecision {
|
|
4103
4191
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4109,7 +4197,7 @@ export declare namespace enums {
|
|
|
4109
4197
|
}
|
|
4110
4198
|
/**
|
|
4111
4199
|
* @name LocalServicesCreditStateEnum.LocalServicesCreditState
|
|
4112
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4200
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesCreditStateEnum.LocalServicesCreditState
|
|
4113
4201
|
*/
|
|
4114
4202
|
enum LocalServicesCreditState {
|
|
4115
4203
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4119,7 +4207,7 @@ export declare namespace enums {
|
|
|
4119
4207
|
}
|
|
4120
4208
|
/**
|
|
4121
4209
|
* @name LocalServicesLeadStatusEnum.LocalServicesLeadStatus
|
|
4122
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4210
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesLeadStatusEnum.LocalServicesLeadStatus
|
|
4123
4211
|
*/
|
|
4124
4212
|
enum LocalServicesLeadStatus {
|
|
4125
4213
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4135,7 +4223,7 @@ export declare namespace enums {
|
|
|
4135
4223
|
}
|
|
4136
4224
|
/**
|
|
4137
4225
|
* @name LocalServicesLeadSurveyAnswerEnum.LocalServicesLeadSurveyAnswer
|
|
4138
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4226
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesLeadSurveyAnswerEnum.LocalServicesLeadSurveyAnswer
|
|
4139
4227
|
*/
|
|
4140
4228
|
enum LocalServicesLeadSurveyAnswer {
|
|
4141
4229
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4148,7 +4236,7 @@ export declare namespace enums {
|
|
|
4148
4236
|
}
|
|
4149
4237
|
/**
|
|
4150
4238
|
* @name LocalServicesLeadSurveyDissatisfiedReasonEnum.LocalServicesLeadSurveyDissatisfiedReason
|
|
4151
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4239
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesLeadSurveyDissatisfiedReasonEnum.LocalServicesLeadSurveyDissatisfiedReason
|
|
4152
4240
|
*/
|
|
4153
4241
|
enum LocalServicesLeadSurveyDissatisfiedReason {
|
|
4154
4242
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4163,7 +4251,7 @@ export declare namespace enums {
|
|
|
4163
4251
|
}
|
|
4164
4252
|
/**
|
|
4165
4253
|
* @name LocalServicesLeadSurveySatisfiedReasonEnum.LocalServicesLeadSurveySatisfiedReason
|
|
4166
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4254
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesLeadSurveySatisfiedReasonEnum.LocalServicesLeadSurveySatisfiedReason
|
|
4167
4255
|
*/
|
|
4168
4256
|
enum LocalServicesLeadSurveySatisfiedReason {
|
|
4169
4257
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4176,7 +4264,7 @@ export declare namespace enums {
|
|
|
4176
4264
|
}
|
|
4177
4265
|
/**
|
|
4178
4266
|
* @name LocalServicesLeadTypeEnum.LocalServicesLeadType
|
|
4179
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4267
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesLeadTypeEnum.LocalServicesLeadType
|
|
4180
4268
|
*/
|
|
4181
4269
|
enum LocalServicesLeadType {
|
|
4182
4270
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4187,7 +4275,7 @@ export declare namespace enums {
|
|
|
4187
4275
|
}
|
|
4188
4276
|
/**
|
|
4189
4277
|
* @name LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
|
|
4190
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4278
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
|
|
4191
4279
|
*/
|
|
4192
4280
|
enum LocalServicesLicenseRejectionReason {
|
|
4193
4281
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4202,7 +4290,7 @@ export declare namespace enums {
|
|
|
4202
4290
|
}
|
|
4203
4291
|
/**
|
|
4204
4292
|
* @name LocalServicesParticipantTypeEnum.LocalServicesParticipantType
|
|
4205
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4293
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesParticipantTypeEnum.LocalServicesParticipantType
|
|
4206
4294
|
*/
|
|
4207
4295
|
enum LocalServicesParticipantType {
|
|
4208
4296
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4212,7 +4300,7 @@ export declare namespace enums {
|
|
|
4212
4300
|
}
|
|
4213
4301
|
/**
|
|
4214
4302
|
* @name LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
|
|
4215
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4303
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
|
|
4216
4304
|
*/
|
|
4217
4305
|
enum LocalServicesVerificationArtifactStatus {
|
|
4218
4306
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4225,7 +4313,7 @@ export declare namespace enums {
|
|
|
4225
4313
|
}
|
|
4226
4314
|
/**
|
|
4227
4315
|
* @name LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
|
|
4228
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4316
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
|
|
4229
4317
|
*/
|
|
4230
4318
|
enum LocalServicesVerificationArtifactType {
|
|
4231
4319
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4237,7 +4325,7 @@ export declare namespace enums {
|
|
|
4237
4325
|
}
|
|
4238
4326
|
/**
|
|
4239
4327
|
* @name LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
|
|
4240
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4328
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
|
|
4241
4329
|
*/
|
|
4242
4330
|
enum LocalServicesVerificationStatus {
|
|
4243
4331
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4252,7 +4340,7 @@ export declare namespace enums {
|
|
|
4252
4340
|
}
|
|
4253
4341
|
/**
|
|
4254
4342
|
* @name LocationSourceTypeEnum.LocationSourceType
|
|
4255
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4343
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/LocationSourceTypeEnum.LocationSourceType
|
|
4256
4344
|
*/
|
|
4257
4345
|
enum LocationSourceType {
|
|
4258
4346
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4262,7 +4350,7 @@ export declare namespace enums {
|
|
|
4262
4350
|
}
|
|
4263
4351
|
/**
|
|
4264
4352
|
* @name ManagerLinkStatusEnum.ManagerLinkStatus
|
|
4265
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4353
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ManagerLinkStatusEnum.ManagerLinkStatus
|
|
4266
4354
|
*/
|
|
4267
4355
|
enum ManagerLinkStatus {
|
|
4268
4356
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4275,7 +4363,7 @@ export declare namespace enums {
|
|
|
4275
4363
|
}
|
|
4276
4364
|
/**
|
|
4277
4365
|
* @name MediaTypeEnum.MediaType
|
|
4278
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4366
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/MediaTypeEnum.MediaType
|
|
4279
4367
|
*/
|
|
4280
4368
|
enum MediaType {
|
|
4281
4369
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4289,7 +4377,7 @@ export declare namespace enums {
|
|
|
4289
4377
|
}
|
|
4290
4378
|
/**
|
|
4291
4379
|
* @name MobileDeviceTypeEnum.MobileDeviceType
|
|
4292
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4380
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/MobileDeviceTypeEnum.MobileDeviceType
|
|
4293
4381
|
*/
|
|
4294
4382
|
enum MobileDeviceType {
|
|
4295
4383
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4299,7 +4387,7 @@ export declare namespace enums {
|
|
|
4299
4387
|
}
|
|
4300
4388
|
/**
|
|
4301
4389
|
* @name NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
4302
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4390
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
4303
4391
|
*/
|
|
4304
4392
|
enum NegativeGeoTargetType {
|
|
4305
4393
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4309,7 +4397,7 @@ export declare namespace enums {
|
|
|
4309
4397
|
}
|
|
4310
4398
|
/**
|
|
4311
4399
|
* @name NonSkippableMaxDurationEnum.NonSkippableMaxDuration
|
|
4312
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4400
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/NonSkippableMaxDurationEnum.NonSkippableMaxDuration
|
|
4313
4401
|
*/
|
|
4314
4402
|
enum NonSkippableMaxDuration {
|
|
4315
4403
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4320,7 +4408,7 @@ export declare namespace enums {
|
|
|
4320
4408
|
}
|
|
4321
4409
|
/**
|
|
4322
4410
|
* @name NonSkippableMinDurationEnum.NonSkippableMinDuration
|
|
4323
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4411
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/NonSkippableMinDurationEnum.NonSkippableMinDuration
|
|
4324
4412
|
*/
|
|
4325
4413
|
enum NonSkippableMinDuration {
|
|
4326
4414
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4332,7 +4420,7 @@ export declare namespace enums {
|
|
|
4332
4420
|
}
|
|
4333
4421
|
/**
|
|
4334
4422
|
* @name OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
|
|
4335
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4423
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
|
|
4336
4424
|
*/
|
|
4337
4425
|
enum OfflineConversionDiagnosticStatus {
|
|
4338
4426
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4344,7 +4432,7 @@ export declare namespace enums {
|
|
|
4344
4432
|
}
|
|
4345
4433
|
/**
|
|
4346
4434
|
* @name OfflineEventUploadClientEnum.OfflineEventUploadClient
|
|
4347
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4435
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/OfflineEventUploadClientEnum.OfflineEventUploadClient
|
|
4348
4436
|
*/
|
|
4349
4437
|
enum OfflineEventUploadClient {
|
|
4350
4438
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4355,7 +4443,7 @@ export declare namespace enums {
|
|
|
4355
4443
|
}
|
|
4356
4444
|
/**
|
|
4357
4445
|
* @name OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
4358
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4446
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
4359
4447
|
*/
|
|
4360
4448
|
enum OfflineUserDataJobFailureReason {
|
|
4361
4449
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4368,7 +4456,7 @@ export declare namespace enums {
|
|
|
4368
4456
|
}
|
|
4369
4457
|
/**
|
|
4370
4458
|
* @name OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
4371
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4459
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
4372
4460
|
*/
|
|
4373
4461
|
enum OfflineUserDataJobMatchRateRange {
|
|
4374
4462
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4385,7 +4473,7 @@ export declare namespace enums {
|
|
|
4385
4473
|
}
|
|
4386
4474
|
/**
|
|
4387
4475
|
* @name OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
4388
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4476
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
4389
4477
|
*/
|
|
4390
4478
|
enum OfflineUserDataJobStatus {
|
|
4391
4479
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4397,7 +4485,7 @@ export declare namespace enums {
|
|
|
4397
4485
|
}
|
|
4398
4486
|
/**
|
|
4399
4487
|
* @name OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
4400
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4488
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
4401
4489
|
*/
|
|
4402
4490
|
enum OfflineUserDataJobType {
|
|
4403
4491
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4409,7 +4497,7 @@ export declare namespace enums {
|
|
|
4409
4497
|
}
|
|
4410
4498
|
/**
|
|
4411
4499
|
* @name OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
4412
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4500
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
4413
4501
|
*/
|
|
4414
4502
|
enum OperatingSystemVersionOperatorType {
|
|
4415
4503
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4419,7 +4507,7 @@ export declare namespace enums {
|
|
|
4419
4507
|
}
|
|
4420
4508
|
/**
|
|
4421
4509
|
* @name OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4422
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4510
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4423
4511
|
*/
|
|
4424
4512
|
enum OptimizationGoalType {
|
|
4425
4513
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4430,7 +4518,7 @@ export declare namespace enums {
|
|
|
4430
4518
|
}
|
|
4431
4519
|
/**
|
|
4432
4520
|
* @name PaymentModeEnum.PaymentMode
|
|
4433
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4521
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/PaymentModeEnum.PaymentMode
|
|
4434
4522
|
*/
|
|
4435
4523
|
enum PaymentMode {
|
|
4436
4524
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4442,7 +4530,7 @@ export declare namespace enums {
|
|
|
4442
4530
|
}
|
|
4443
4531
|
/**
|
|
4444
4532
|
* @name PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4445
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4533
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4446
4534
|
*/
|
|
4447
4535
|
enum PerformanceMaxUpgradeStatus {
|
|
4448
4536
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4454,7 +4542,7 @@ export declare namespace enums {
|
|
|
4454
4542
|
}
|
|
4455
4543
|
/**
|
|
4456
4544
|
* @name PlacementTypeEnum.PlacementType
|
|
4457
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4545
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/PlacementTypeEnum.PlacementType
|
|
4458
4546
|
*/
|
|
4459
4547
|
enum PlacementType {
|
|
4460
4548
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4468,7 +4556,7 @@ export declare namespace enums {
|
|
|
4468
4556
|
}
|
|
4469
4557
|
/**
|
|
4470
4558
|
* @name PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4471
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4559
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4472
4560
|
*/
|
|
4473
4561
|
enum PositiveGeoTargetType {
|
|
4474
4562
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4479,7 +4567,7 @@ export declare namespace enums {
|
|
|
4479
4567
|
}
|
|
4480
4568
|
/**
|
|
4481
4569
|
* @name ProductAvailabilityEnum.ProductAvailability
|
|
4482
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4570
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ProductAvailabilityEnum.ProductAvailability
|
|
4483
4571
|
*/
|
|
4484
4572
|
enum ProductAvailability {
|
|
4485
4573
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4490,7 +4578,7 @@ export declare namespace enums {
|
|
|
4490
4578
|
}
|
|
4491
4579
|
/**
|
|
4492
4580
|
* @name ProductCategoryStateEnum.ProductCategoryState
|
|
4493
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4581
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ProductCategoryStateEnum.ProductCategoryState
|
|
4494
4582
|
*/
|
|
4495
4583
|
enum ProductCategoryState {
|
|
4496
4584
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4500,7 +4588,7 @@ export declare namespace enums {
|
|
|
4500
4588
|
}
|
|
4501
4589
|
/**
|
|
4502
4590
|
* @name ProductIssueSeverityEnum.ProductIssueSeverity
|
|
4503
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4591
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ProductIssueSeverityEnum.ProductIssueSeverity
|
|
4504
4592
|
*/
|
|
4505
4593
|
enum ProductIssueSeverity {
|
|
4506
4594
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4510,7 +4598,7 @@ export declare namespace enums {
|
|
|
4510
4598
|
}
|
|
4511
4599
|
/**
|
|
4512
4600
|
* @name ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
|
|
4513
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4601
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
|
|
4514
4602
|
*/
|
|
4515
4603
|
enum ProductLinkInvitationStatus {
|
|
4516
4604
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4524,7 +4612,7 @@ export declare namespace enums {
|
|
|
4524
4612
|
}
|
|
4525
4613
|
/**
|
|
4526
4614
|
* @name ProductStatusEnum.ProductStatus
|
|
4527
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4615
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ProductStatusEnum.ProductStatus
|
|
4528
4616
|
*/
|
|
4529
4617
|
enum ProductStatus {
|
|
4530
4618
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4535,7 +4623,7 @@ export declare namespace enums {
|
|
|
4535
4623
|
}
|
|
4536
4624
|
/**
|
|
4537
4625
|
* @name ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4538
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4626
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4539
4627
|
*/
|
|
4540
4628
|
enum ReachPlanAgeRange {
|
|
4541
4629
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4569,7 +4657,7 @@ export declare namespace enums {
|
|
|
4569
4657
|
}
|
|
4570
4658
|
/**
|
|
4571
4659
|
* @name ReachPlanConversionRateModelEnum.ReachPlanConversionRateModel
|
|
4572
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4660
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ReachPlanConversionRateModelEnum.ReachPlanConversionRateModel
|
|
4573
4661
|
*/
|
|
4574
4662
|
enum ReachPlanConversionRateModel {
|
|
4575
4663
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4581,7 +4669,7 @@ export declare namespace enums {
|
|
|
4581
4669
|
}
|
|
4582
4670
|
/**
|
|
4583
4671
|
* @name ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4584
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4672
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4585
4673
|
*/
|
|
4586
4674
|
enum ReachPlanNetwork {
|
|
4587
4675
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4592,7 +4680,7 @@ export declare namespace enums {
|
|
|
4592
4680
|
}
|
|
4593
4681
|
/**
|
|
4594
4682
|
* @name ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus
|
|
4595
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4683
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus
|
|
4596
4684
|
*/
|
|
4597
4685
|
enum ReachPlanPlannableUserListStatus {
|
|
4598
4686
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4602,7 +4690,7 @@ export declare namespace enums {
|
|
|
4602
4690
|
}
|
|
4603
4691
|
/**
|
|
4604
4692
|
* @name ReachPlanSurfaceEnum.ReachPlanSurface
|
|
4605
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4693
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ReachPlanSurfaceEnum.ReachPlanSurface
|
|
4606
4694
|
*/
|
|
4607
4695
|
enum ReachPlanSurface {
|
|
4608
4696
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4617,7 +4705,7 @@ export declare namespace enums {
|
|
|
4617
4705
|
}
|
|
4618
4706
|
/**
|
|
4619
4707
|
* @name RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
|
|
4620
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4708
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
|
|
4621
4709
|
*/
|
|
4622
4710
|
enum RecommendationSubscriptionStatus {
|
|
4623
4711
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4625,9 +4713,27 @@ export declare namespace enums {
|
|
|
4625
4713
|
ENABLED = 2,// ENABLED
|
|
4626
4714
|
PAUSED = 3
|
|
4627
4715
|
}
|
|
4716
|
+
/**
|
|
4717
|
+
* @name RegulatoryFeeTypeEnum.RegulatoryFeeType
|
|
4718
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/RegulatoryFeeTypeEnum.RegulatoryFeeType
|
|
4719
|
+
*/
|
|
4720
|
+
enum RegulatoryFeeType {
|
|
4721
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
4722
|
+
UNKNOWN = 1,// UNKNOWN
|
|
4723
|
+
AUSTRIA_DST_FEE = 2,// AUSTRIA_DST_FEE
|
|
4724
|
+
TURKIYE_REGULATORY_OPERATING_COST = 3,// TURKIYE_REGULATORY_OPERATING_COST
|
|
4725
|
+
UK_DST_FEE = 4,// UK_DST_FEE
|
|
4726
|
+
SPAIN_REGULATORY_OPERATING_COST = 5,// SPAIN_REGULATORY_OPERATING_COST
|
|
4727
|
+
FRANCE_REGULATORY_OPERATING_COST = 6,// FRANCE_REGULATORY_OPERATING_COST
|
|
4728
|
+
ITALY_REGULATORY_OPERATING_COST = 7,// ITALY_REGULATORY_OPERATING_COST
|
|
4729
|
+
INDIA_REGULATORY_OPERATING_COST = 8,// INDIA_REGULATORY_OPERATING_COST
|
|
4730
|
+
POLAND_REGULATORY_OPERATING_COST = 9,// POLAND_REGULATORY_OPERATING_COST
|
|
4731
|
+
OPERATING_CHARGES = 10,// OPERATING_CHARGES
|
|
4732
|
+
CANADA_DST_FEE = 11
|
|
4733
|
+
}
|
|
4628
4734
|
/**
|
|
4629
4735
|
* @name ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4630
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4736
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4631
4737
|
*/
|
|
4632
4738
|
enum ResourceChangeOperation {
|
|
4633
4739
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4638,7 +4744,7 @@ export declare namespace enums {
|
|
|
4638
4744
|
}
|
|
4639
4745
|
/**
|
|
4640
4746
|
* @name ResourceLimitTypeEnum.ResourceLimitType
|
|
4641
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4747
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ResourceLimitTypeEnum.ResourceLimitType
|
|
4642
4748
|
*/
|
|
4643
4749
|
enum ResourceLimitType {
|
|
4644
4750
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4793,7 +4899,7 @@ export declare namespace enums {
|
|
|
4793
4899
|
}
|
|
4794
4900
|
/**
|
|
4795
4901
|
* @name ResponseContentTypeEnum.ResponseContentType
|
|
4796
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4902
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ResponseContentTypeEnum.ResponseContentType
|
|
4797
4903
|
*/
|
|
4798
4904
|
enum ResponseContentType {
|
|
4799
4905
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4802,7 +4908,7 @@ export declare namespace enums {
|
|
|
4802
4908
|
}
|
|
4803
4909
|
/**
|
|
4804
4910
|
* @name SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4805
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4911
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4806
4912
|
*/
|
|
4807
4913
|
enum SeasonalityEventScope {
|
|
4808
4914
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4813,7 +4919,7 @@ export declare namespace enums {
|
|
|
4813
4919
|
}
|
|
4814
4920
|
/**
|
|
4815
4921
|
* @name SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4816
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4922
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4817
4923
|
*/
|
|
4818
4924
|
enum SeasonalityEventStatus {
|
|
4819
4925
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4823,7 +4929,7 @@ export declare namespace enums {
|
|
|
4823
4929
|
}
|
|
4824
4930
|
/**
|
|
4825
4931
|
* @name SharedSetStatusEnum.SharedSetStatus
|
|
4826
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4932
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SharedSetStatusEnum.SharedSetStatus
|
|
4827
4933
|
*/
|
|
4828
4934
|
enum SharedSetStatus {
|
|
4829
4935
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4833,7 +4939,7 @@ export declare namespace enums {
|
|
|
4833
4939
|
}
|
|
4834
4940
|
/**
|
|
4835
4941
|
* @name SharedSetTypeEnum.SharedSetType
|
|
4836
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4942
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SharedSetTypeEnum.SharedSetType
|
|
4837
4943
|
*/
|
|
4838
4944
|
enum SharedSetType {
|
|
4839
4945
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4842,11 +4948,12 @@ export declare namespace enums {
|
|
|
4842
4948
|
NEGATIVE_PLACEMENTS = 3,// NEGATIVE_PLACEMENTS
|
|
4843
4949
|
ACCOUNT_LEVEL_NEGATIVE_KEYWORDS = 4,// ACCOUNT_LEVEL_NEGATIVE_KEYWORDS
|
|
4844
4950
|
BRANDS = 5,// BRANDS
|
|
4845
|
-
WEBPAGES = 6
|
|
4951
|
+
WEBPAGES = 6,// WEBPAGES
|
|
4952
|
+
VERTICAL_ADS_ITEM_GROUP_RULE_LIST = 7
|
|
4846
4953
|
}
|
|
4847
4954
|
/**
|
|
4848
4955
|
* @name ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
|
|
4849
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4956
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
|
|
4850
4957
|
*/
|
|
4851
4958
|
enum ShoppingAddProductsToCampaignRecommendation {
|
|
4852
4959
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4858,7 +4965,7 @@ export declare namespace enums {
|
|
|
4858
4965
|
}
|
|
4859
4966
|
/**
|
|
4860
4967
|
* @name SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4861
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4968
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4862
4969
|
*/
|
|
4863
4970
|
enum SimulationModificationMethod {
|
|
4864
4971
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4869,7 +4976,7 @@ export declare namespace enums {
|
|
|
4869
4976
|
}
|
|
4870
4977
|
/**
|
|
4871
4978
|
* @name SimulationTypeEnum.SimulationType
|
|
4872
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4979
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SimulationTypeEnum.SimulationType
|
|
4873
4980
|
*/
|
|
4874
4981
|
enum SimulationType {
|
|
4875
4982
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4885,7 +4992,7 @@ export declare namespace enums {
|
|
|
4885
4992
|
}
|
|
4886
4993
|
/**
|
|
4887
4994
|
* @name SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
4888
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4995
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
4889
4996
|
*/
|
|
4890
4997
|
enum SmartCampaignNotEligibleReason {
|
|
4891
4998
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4897,7 +5004,7 @@ export declare namespace enums {
|
|
|
4897
5004
|
}
|
|
4898
5005
|
/**
|
|
4899
5006
|
* @name SmartCampaignStatusEnum.SmartCampaignStatus
|
|
4900
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5007
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SmartCampaignStatusEnum.SmartCampaignStatus
|
|
4901
5008
|
*/
|
|
4902
5009
|
enum SmartCampaignStatus {
|
|
4903
5010
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4911,7 +5018,7 @@ export declare namespace enums {
|
|
|
4911
5018
|
}
|
|
4912
5019
|
/**
|
|
4913
5020
|
* @name SpendingLimitTypeEnum.SpendingLimitType
|
|
4914
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5021
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SpendingLimitTypeEnum.SpendingLimitType
|
|
4915
5022
|
*/
|
|
4916
5023
|
enum SpendingLimitType {
|
|
4917
5024
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4920,7 +5027,7 @@ export declare namespace enums {
|
|
|
4920
5027
|
}
|
|
4921
5028
|
/**
|
|
4922
5029
|
* @name SummaryRowSettingEnum.SummaryRowSetting
|
|
4923
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5030
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SummaryRowSettingEnum.SummaryRowSetting
|
|
4924
5031
|
*/
|
|
4925
5032
|
enum SummaryRowSetting {
|
|
4926
5033
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4931,7 +5038,7 @@ export declare namespace enums {
|
|
|
4931
5038
|
}
|
|
4932
5039
|
/**
|
|
4933
5040
|
* @name SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4934
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5041
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4935
5042
|
*/
|
|
4936
5043
|
enum SystemManagedResourceSource {
|
|
4937
5044
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4940,7 +5047,7 @@ export declare namespace enums {
|
|
|
4940
5047
|
}
|
|
4941
5048
|
/**
|
|
4942
5049
|
* @name TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4943
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5050
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4944
5051
|
*/
|
|
4945
5052
|
enum TargetCpaOptInRecommendationGoal {
|
|
4946
5053
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4952,7 +5059,7 @@ export declare namespace enums {
|
|
|
4952
5059
|
}
|
|
4953
5060
|
/**
|
|
4954
5061
|
* @name TimeTypeEnum.TimeType
|
|
4955
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5062
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/TimeTypeEnum.TimeType
|
|
4956
5063
|
*/
|
|
4957
5064
|
enum TimeType {
|
|
4958
5065
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4960,9 +5067,29 @@ export declare namespace enums {
|
|
|
4960
5067
|
NOW = 2,// NOW
|
|
4961
5068
|
FOREVER = 3
|
|
4962
5069
|
}
|
|
5070
|
+
/**
|
|
5071
|
+
* @name UnitOfMeasureEnum.UnitOfMeasure
|
|
5072
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UnitOfMeasureEnum.UnitOfMeasure
|
|
5073
|
+
*/
|
|
5074
|
+
enum UnitOfMeasure {
|
|
5075
|
+
UNSPECIFIED = 0,// UNSPECIFIED
|
|
5076
|
+
UNKNOWN = 1,// UNKNOWN
|
|
5077
|
+
CLICKS = 2,// CLICKS
|
|
5078
|
+
IMPRESSIONS = 3,// IMPRESSIONS
|
|
5079
|
+
ACQUISITIONS = 4,// ACQUISITIONS
|
|
5080
|
+
PHONE_CALLS = 5,// PHONE_CALLS
|
|
5081
|
+
VIDEO_PLAYS = 6,// VIDEO_PLAYS
|
|
5082
|
+
DAYS = 7,// DAYS
|
|
5083
|
+
AUDIO_PLAYS = 8,// AUDIO_PLAYS
|
|
5084
|
+
ENGAGEMENTS = 9,// ENGAGEMENTS
|
|
5085
|
+
SECONDS = 10,// SECONDS
|
|
5086
|
+
LEADS = 11,// LEADS
|
|
5087
|
+
GUEST_STAYS = 12,// GUEST_STAYS
|
|
5088
|
+
HOURS = 13
|
|
5089
|
+
}
|
|
4963
5090
|
/**
|
|
4964
5091
|
* @name UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4965
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5092
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4966
5093
|
*/
|
|
4967
5094
|
enum UserInterestTaxonomyType {
|
|
4968
5095
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4975,7 +5102,7 @@ export declare namespace enums {
|
|
|
4975
5102
|
}
|
|
4976
5103
|
/**
|
|
4977
5104
|
* @name UserListAccessStatusEnum.UserListAccessStatus
|
|
4978
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5105
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserListAccessStatusEnum.UserListAccessStatus
|
|
4979
5106
|
*/
|
|
4980
5107
|
enum UserListAccessStatus {
|
|
4981
5108
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4985,7 +5112,7 @@ export declare namespace enums {
|
|
|
4985
5112
|
}
|
|
4986
5113
|
/**
|
|
4987
5114
|
* @name UserListClosingReasonEnum.UserListClosingReason
|
|
4988
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5115
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserListClosingReasonEnum.UserListClosingReason
|
|
4989
5116
|
*/
|
|
4990
5117
|
enum UserListClosingReason {
|
|
4991
5118
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -4994,7 +5121,7 @@ export declare namespace enums {
|
|
|
4994
5121
|
}
|
|
4995
5122
|
/**
|
|
4996
5123
|
* @name UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
|
|
4997
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5124
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
|
|
4998
5125
|
*/
|
|
4999
5126
|
enum UserListCustomerTypeCategory {
|
|
5000
5127
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5018,7 +5145,7 @@ export declare namespace enums {
|
|
|
5018
5145
|
}
|
|
5019
5146
|
/**
|
|
5020
5147
|
* @name UserListMembershipStatusEnum.UserListMembershipStatus
|
|
5021
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5148
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserListMembershipStatusEnum.UserListMembershipStatus
|
|
5022
5149
|
*/
|
|
5023
5150
|
enum UserListMembershipStatus {
|
|
5024
5151
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5028,7 +5155,7 @@ export declare namespace enums {
|
|
|
5028
5155
|
}
|
|
5029
5156
|
/**
|
|
5030
5157
|
* @name UserListSizeRangeEnum.UserListSizeRange
|
|
5031
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5158
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/UserListSizeRangeEnum.UserListSizeRange
|
|
5032
5159
|
*/
|
|
5033
5160
|
enum UserListSizeRange {
|
|
5034
5161
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5052,7 +5179,7 @@ export declare namespace enums {
|
|
|
5052
5179
|
}
|
|
5053
5180
|
/**
|
|
5054
5181
|
* @name ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
5055
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5182
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
5056
5183
|
*/
|
|
5057
5184
|
enum ValueRuleDeviceType {
|
|
5058
5185
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5063,7 +5190,7 @@ export declare namespace enums {
|
|
|
5063
5190
|
}
|
|
5064
5191
|
/**
|
|
5065
5192
|
* @name ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
5066
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5193
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
5067
5194
|
*/
|
|
5068
5195
|
enum ValueRuleGeoLocationMatchType {
|
|
5069
5196
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5073,7 +5200,7 @@ export declare namespace enums {
|
|
|
5073
5200
|
}
|
|
5074
5201
|
/**
|
|
5075
5202
|
* @name ValueRuleOperationEnum.ValueRuleOperation
|
|
5076
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5203
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ValueRuleOperationEnum.ValueRuleOperation
|
|
5077
5204
|
*/
|
|
5078
5205
|
enum ValueRuleOperation {
|
|
5079
5206
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5084,7 +5211,7 @@ export declare namespace enums {
|
|
|
5084
5211
|
}
|
|
5085
5212
|
/**
|
|
5086
5213
|
* @name ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
5087
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5214
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
5088
5215
|
*/
|
|
5089
5216
|
enum ValueRuleSetAttachmentType {
|
|
5090
5217
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5094,7 +5221,7 @@ export declare namespace enums {
|
|
|
5094
5221
|
}
|
|
5095
5222
|
/**
|
|
5096
5223
|
* @name ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
5097
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5224
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
5098
5225
|
*/
|
|
5099
5226
|
enum ValueRuleSetDimension {
|
|
5100
5227
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5107,7 +5234,7 @@ export declare namespace enums {
|
|
|
5107
5234
|
}
|
|
5108
5235
|
/**
|
|
5109
5236
|
* @name VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
5110
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5237
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
5111
5238
|
*/
|
|
5112
5239
|
enum VanityPharmaDisplayUrlMode {
|
|
5113
5240
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5117,7 +5244,7 @@ export declare namespace enums {
|
|
|
5117
5244
|
}
|
|
5118
5245
|
/**
|
|
5119
5246
|
* @name VanityPharmaTextEnum.VanityPharmaText
|
|
5120
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5247
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/VanityPharmaTextEnum.VanityPharmaText
|
|
5121
5248
|
*/
|
|
5122
5249
|
enum VanityPharmaText {
|
|
5123
5250
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5137,7 +5264,7 @@ export declare namespace enums {
|
|
|
5137
5264
|
}
|
|
5138
5265
|
/**
|
|
5139
5266
|
* @name VideoAdFormatRestrictionEnum.VideoAdFormatRestriction
|
|
5140
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5267
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/VideoAdFormatRestrictionEnum.VideoAdFormatRestriction
|
|
5141
5268
|
*/
|
|
5142
5269
|
enum VideoAdFormatRestriction {
|
|
5143
5270
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5146,7 +5273,7 @@ export declare namespace enums {
|
|
|
5146
5273
|
}
|
|
5147
5274
|
/**
|
|
5148
5275
|
* @name VideoAdSequenceInteractionTypeEnum.VideoAdSequenceInteractionType
|
|
5149
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5276
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/VideoAdSequenceInteractionTypeEnum.VideoAdSequenceInteractionType
|
|
5150
5277
|
*/
|
|
5151
5278
|
enum VideoAdSequenceInteractionType {
|
|
5152
5279
|
UNSPECIFIED = 0,// UNSPECIFIED
|
|
@@ -5158,7 +5285,7 @@ export declare namespace enums {
|
|
|
5158
5285
|
}
|
|
5159
5286
|
/**
|
|
5160
5287
|
* @name VideoAdSequenceMinimumDurationEnum.VideoAdSequenceMinimumDuration
|
|
5161
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5288
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v23/VideoAdSequenceMinimumDurationEnum.VideoAdSequenceMinimumDuration
|
|
5162
5289
|
*/
|
|
5163
5290
|
enum VideoAdSequenceMinimumDuration {
|
|
5164
5291
|
UNSPECIFIED = 0,// UNSPECIFIED
|