google-ads-api 14.1.0 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +46 -1
- package/build/src/protos/autogen/enums.d.ts +834 -368
- package/build/src/protos/autogen/enums.js +873 -374
- package/build/src/protos/autogen/fields.d.ts +243 -170
- package/build/src/protos/autogen/fields.js +55 -7
- package/build/src/protos/autogen/resourceNames.d.ts +118 -14
- package/build/src/protos/autogen/resourceNames.js +149 -21
- package/build/src/protos/autogen/serviceFactory.d.ts +235 -180
- package/build/src/protos/autogen/serviceFactory.js +748 -279
- package/build/src/protos/index.d.ts +6 -6
- package/build/src/protos/index.js +5 -5
- package/build/src/service.js +19 -3
- package/build/src/types.d.ts +1 -0
- package/build/src/version.d.ts +1 -1
- package/build/src/version.js +17 -1
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare namespace enums {
|
|
2
2
|
/**
|
|
3
3
|
* @name PolicyTopicEntryTypeEnum.PolicyTopicEntryType
|
|
4
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PolicyTopicEntryTypeEnum.PolicyTopicEntryType
|
|
5
5
|
*/
|
|
6
6
|
enum PolicyTopicEntryType {
|
|
7
7
|
UNSPECIFIED = 0,
|
|
@@ -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/v16/PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
|
|
19
19
|
*/
|
|
20
20
|
enum PolicyTopicEvidenceDestinationMismatchUrlType {
|
|
21
21
|
UNSPECIFIED = 0,
|
|
@@ -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/v16/PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
|
|
32
32
|
*/
|
|
33
33
|
enum PolicyTopicEvidenceDestinationNotWorkingDevice {
|
|
34
34
|
UNSPECIFIED = 0,
|
|
@@ -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/v16/PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
|
|
43
43
|
*/
|
|
44
44
|
enum PolicyTopicEvidenceDestinationNotWorkingDnsErrorType {
|
|
45
45
|
UNSPECIFIED = 0,
|
|
@@ -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/v16/AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus
|
|
53
53
|
*/
|
|
54
54
|
enum AssetLinkPrimaryStatus {
|
|
55
55
|
UNSPECIFIED = 0,
|
|
@@ -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/v16/AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason
|
|
67
67
|
*/
|
|
68
68
|
enum AssetLinkPrimaryStatusReason {
|
|
69
69
|
UNSPECIFIED = 0,
|
|
@@ -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/v16/AssetOfflineEvaluationErrorReasonsEnum.AssetOfflineEvaluationErrorReasons
|
|
80
80
|
*/
|
|
81
81
|
enum AssetOfflineEvaluationErrorReasons {
|
|
82
82
|
UNSPECIFIED = 0,
|
|
@@ -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/v16/PolicyApprovalStatusEnum.PolicyApprovalStatus
|
|
95
95
|
*/
|
|
96
96
|
enum PolicyApprovalStatus {
|
|
97
97
|
UNSPECIFIED = 0,
|
|
@@ -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/v16/PolicyReviewStatusEnum.PolicyReviewStatus
|
|
107
107
|
*/
|
|
108
108
|
enum PolicyReviewStatus {
|
|
109
109
|
UNSPECIFIED = 0,
|
|
@@ -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/v16/AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
119
119
|
*/
|
|
120
120
|
enum AssetPerformanceLabel {
|
|
121
121
|
UNSPECIFIED = 0,
|
|
@@ -128,7 +128,7 @@ export declare namespace enums {
|
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* @name ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
131
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
131
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
132
132
|
*/
|
|
133
133
|
enum ServedAssetFieldType {
|
|
134
134
|
UNSPECIFIED = 0,
|
|
@@ -138,6 +138,21 @@ export declare namespace enums {
|
|
|
138
138
|
HEADLINE_3 = 4,
|
|
139
139
|
DESCRIPTION_1 = 5,
|
|
140
140
|
DESCRIPTION_2 = 6,
|
|
141
|
+
HEADLINE = 7,
|
|
142
|
+
HEADLINE_IN_PORTRAIT = 8,
|
|
143
|
+
LONG_HEADLINE = 9,
|
|
144
|
+
DESCRIPTION = 10,
|
|
145
|
+
DESCRIPTION_IN_PORTRAIT = 11,
|
|
146
|
+
BUSINESS_NAME_IN_PORTRAIT = 12,
|
|
147
|
+
BUSINESS_NAME = 13,
|
|
148
|
+
MARKETING_IMAGE = 14,
|
|
149
|
+
MARKETING_IMAGE_IN_PORTRAIT = 15,
|
|
150
|
+
SQUARE_MARKETING_IMAGE = 16,
|
|
151
|
+
PORTRAIT_MARKETING_IMAGE = 17,
|
|
152
|
+
LOGO = 18,
|
|
153
|
+
LANDSCAPE_LOGO = 19,
|
|
154
|
+
CALL_TO_ACTION = 20,
|
|
155
|
+
YOU_TUBE_VIDEO = 21,
|
|
141
156
|
SITELINK = 22,
|
|
142
157
|
CALL = 23,
|
|
143
158
|
MOBILE_APP = 24,
|
|
@@ -151,7 +166,7 @@ export declare namespace enums {
|
|
|
151
166
|
}
|
|
152
167
|
/**
|
|
153
168
|
* @name CallConversionReportingStateEnum.CallConversionReportingState
|
|
154
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
169
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CallConversionReportingStateEnum.CallConversionReportingState
|
|
155
170
|
*/
|
|
156
171
|
enum CallConversionReportingState {
|
|
157
172
|
UNSPECIFIED = 0,
|
|
@@ -162,7 +177,7 @@ export declare namespace enums {
|
|
|
162
177
|
}
|
|
163
178
|
/**
|
|
164
179
|
* @name DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
165
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
180
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
166
181
|
*/
|
|
167
182
|
enum DisplayAdFormatSetting {
|
|
168
183
|
UNSPECIFIED = 0,
|
|
@@ -173,7 +188,7 @@ export declare namespace enums {
|
|
|
173
188
|
}
|
|
174
189
|
/**
|
|
175
190
|
* @name DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
176
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
191
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
177
192
|
*/
|
|
178
193
|
enum DisplayUploadProductType {
|
|
179
194
|
UNSPECIFIED = 0,
|
|
@@ -191,7 +206,7 @@ export declare namespace enums {
|
|
|
191
206
|
}
|
|
192
207
|
/**
|
|
193
208
|
* @name LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
194
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
209
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
195
210
|
*/
|
|
196
211
|
enum LegacyAppInstallAdAppStore {
|
|
197
212
|
UNSPECIFIED = 0,
|
|
@@ -204,7 +219,7 @@ export declare namespace enums {
|
|
|
204
219
|
}
|
|
205
220
|
/**
|
|
206
221
|
* @name MimeTypeEnum.MimeType
|
|
207
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
222
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MimeTypeEnum.MimeType
|
|
208
223
|
*/
|
|
209
224
|
enum MimeType {
|
|
210
225
|
UNSPECIFIED = 0,
|
|
@@ -224,7 +239,7 @@ export declare namespace enums {
|
|
|
224
239
|
}
|
|
225
240
|
/**
|
|
226
241
|
* @name VideoThumbnailEnum.VideoThumbnail
|
|
227
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
242
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/VideoThumbnailEnum.VideoThumbnail
|
|
228
243
|
*/
|
|
229
244
|
enum VideoThumbnail {
|
|
230
245
|
UNSPECIFIED = 0,
|
|
@@ -236,7 +251,7 @@ export declare namespace enums {
|
|
|
236
251
|
}
|
|
237
252
|
/**
|
|
238
253
|
* @name ChainRelationshipTypeEnum.ChainRelationshipType
|
|
239
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
254
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ChainRelationshipTypeEnum.ChainRelationshipType
|
|
240
255
|
*/
|
|
241
256
|
enum ChainRelationshipType {
|
|
242
257
|
UNSPECIFIED = 0,
|
|
@@ -246,7 +261,7 @@ export declare namespace enums {
|
|
|
246
261
|
}
|
|
247
262
|
/**
|
|
248
263
|
* @name LocationOwnershipTypeEnum.LocationOwnershipType
|
|
249
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
264
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocationOwnershipTypeEnum.LocationOwnershipType
|
|
250
265
|
*/
|
|
251
266
|
enum LocationOwnershipType {
|
|
252
267
|
UNSPECIFIED = 0,
|
|
@@ -256,7 +271,7 @@ export declare namespace enums {
|
|
|
256
271
|
}
|
|
257
272
|
/**
|
|
258
273
|
* @name LocationStringFilterTypeEnum.LocationStringFilterType
|
|
259
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
274
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocationStringFilterTypeEnum.LocationStringFilterType
|
|
260
275
|
*/
|
|
261
276
|
enum LocationStringFilterType {
|
|
262
277
|
UNSPECIFIED = 0,
|
|
@@ -265,7 +280,7 @@ export declare namespace enums {
|
|
|
265
280
|
}
|
|
266
281
|
/**
|
|
267
282
|
* @name AgeRangeTypeEnum.AgeRangeType
|
|
268
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
283
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AgeRangeTypeEnum.AgeRangeType
|
|
269
284
|
*/
|
|
270
285
|
enum AgeRangeType {
|
|
271
286
|
UNSPECIFIED = 0,
|
|
@@ -280,7 +295,7 @@ export declare namespace enums {
|
|
|
280
295
|
}
|
|
281
296
|
/**
|
|
282
297
|
* @name AppPaymentModelTypeEnum.AppPaymentModelType
|
|
283
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
298
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AppPaymentModelTypeEnum.AppPaymentModelType
|
|
284
299
|
*/
|
|
285
300
|
enum AppPaymentModelType {
|
|
286
301
|
UNSPECIFIED = 0,
|
|
@@ -289,7 +304,7 @@ export declare namespace enums {
|
|
|
289
304
|
}
|
|
290
305
|
/**
|
|
291
306
|
* @name ContentLabelTypeEnum.ContentLabelType
|
|
292
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
307
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ContentLabelTypeEnum.ContentLabelType
|
|
293
308
|
*/
|
|
294
309
|
enum ContentLabelType {
|
|
295
310
|
UNSPECIFIED = 0,
|
|
@@ -312,7 +327,7 @@ export declare namespace enums {
|
|
|
312
327
|
}
|
|
313
328
|
/**
|
|
314
329
|
* @name DayOfWeekEnum.DayOfWeek
|
|
315
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
330
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/DayOfWeekEnum.DayOfWeek
|
|
316
331
|
*/
|
|
317
332
|
enum DayOfWeek {
|
|
318
333
|
UNSPECIFIED = 0,
|
|
@@ -327,7 +342,7 @@ export declare namespace enums {
|
|
|
327
342
|
}
|
|
328
343
|
/**
|
|
329
344
|
* @name DeviceEnum.Device
|
|
330
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
345
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/DeviceEnum.Device
|
|
331
346
|
*/
|
|
332
347
|
enum Device {
|
|
333
348
|
UNSPECIFIED = 0,
|
|
@@ -340,7 +355,7 @@ export declare namespace enums {
|
|
|
340
355
|
}
|
|
341
356
|
/**
|
|
342
357
|
* @name GenderTypeEnum.GenderType
|
|
343
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
358
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GenderTypeEnum.GenderType
|
|
344
359
|
*/
|
|
345
360
|
enum GenderType {
|
|
346
361
|
UNSPECIFIED = 0,
|
|
@@ -351,7 +366,7 @@ export declare namespace enums {
|
|
|
351
366
|
}
|
|
352
367
|
/**
|
|
353
368
|
* @name HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
354
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
369
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
355
370
|
*/
|
|
356
371
|
enum HotelDateSelectionType {
|
|
357
372
|
UNSPECIFIED = 0,
|
|
@@ -361,7 +376,7 @@ export declare namespace enums {
|
|
|
361
376
|
}
|
|
362
377
|
/**
|
|
363
378
|
* @name IncomeRangeTypeEnum.IncomeRangeType
|
|
364
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
379
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/IncomeRangeTypeEnum.IncomeRangeType
|
|
365
380
|
*/
|
|
366
381
|
enum IncomeRangeType {
|
|
367
382
|
UNSPECIFIED = 0,
|
|
@@ -376,7 +391,7 @@ export declare namespace enums {
|
|
|
376
391
|
}
|
|
377
392
|
/**
|
|
378
393
|
* @name InteractionTypeEnum.InteractionType
|
|
379
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
394
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/InteractionTypeEnum.InteractionType
|
|
380
395
|
*/
|
|
381
396
|
enum InteractionType {
|
|
382
397
|
UNSPECIFIED = 0,
|
|
@@ -385,7 +400,7 @@ export declare namespace enums {
|
|
|
385
400
|
}
|
|
386
401
|
/**
|
|
387
402
|
* @name KeywordMatchTypeEnum.KeywordMatchType
|
|
388
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
403
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/KeywordMatchTypeEnum.KeywordMatchType
|
|
389
404
|
*/
|
|
390
405
|
enum KeywordMatchType {
|
|
391
406
|
UNSPECIFIED = 0,
|
|
@@ -396,7 +411,7 @@ export declare namespace enums {
|
|
|
396
411
|
}
|
|
397
412
|
/**
|
|
398
413
|
* @name ListingGroupTypeEnum.ListingGroupType
|
|
399
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
414
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupTypeEnum.ListingGroupType
|
|
400
415
|
*/
|
|
401
416
|
enum ListingGroupType {
|
|
402
417
|
UNSPECIFIED = 0,
|
|
@@ -406,7 +421,7 @@ export declare namespace enums {
|
|
|
406
421
|
}
|
|
407
422
|
/**
|
|
408
423
|
* @name LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
409
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
424
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
410
425
|
*/
|
|
411
426
|
enum LocationGroupRadiusUnits {
|
|
412
427
|
UNSPECIFIED = 0,
|
|
@@ -417,7 +432,7 @@ export declare namespace enums {
|
|
|
417
432
|
}
|
|
418
433
|
/**
|
|
419
434
|
* @name MinuteOfHourEnum.MinuteOfHour
|
|
420
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
435
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MinuteOfHourEnum.MinuteOfHour
|
|
421
436
|
*/
|
|
422
437
|
enum MinuteOfHour {
|
|
423
438
|
UNSPECIFIED = 0,
|
|
@@ -429,7 +444,7 @@ export declare namespace enums {
|
|
|
429
444
|
}
|
|
430
445
|
/**
|
|
431
446
|
* @name ParentalStatusTypeEnum.ParentalStatusType
|
|
432
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
447
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ParentalStatusTypeEnum.ParentalStatusType
|
|
433
448
|
*/
|
|
434
449
|
enum ParentalStatusType {
|
|
435
450
|
UNSPECIFIED = 0,
|
|
@@ -439,10 +454,10 @@ export declare namespace enums {
|
|
|
439
454
|
UNDETERMINED = 302
|
|
440
455
|
}
|
|
441
456
|
/**
|
|
442
|
-
* @name
|
|
443
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
457
|
+
* @name ProductCategoryLevelEnum.ProductCategoryLevel
|
|
458
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductCategoryLevelEnum.ProductCategoryLevel
|
|
444
459
|
*/
|
|
445
|
-
enum
|
|
460
|
+
enum ProductCategoryLevel {
|
|
446
461
|
UNSPECIFIED = 0,
|
|
447
462
|
UNKNOWN = 1,
|
|
448
463
|
LEVEL1 = 2,
|
|
@@ -453,7 +468,7 @@ export declare namespace enums {
|
|
|
453
468
|
}
|
|
454
469
|
/**
|
|
455
470
|
* @name ProductChannelEnum.ProductChannel
|
|
456
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
471
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductChannelEnum.ProductChannel
|
|
457
472
|
*/
|
|
458
473
|
enum ProductChannel {
|
|
459
474
|
UNSPECIFIED = 0,
|
|
@@ -463,7 +478,7 @@ export declare namespace enums {
|
|
|
463
478
|
}
|
|
464
479
|
/**
|
|
465
480
|
* @name ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
466
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
481
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
467
482
|
*/
|
|
468
483
|
enum ProductChannelExclusivity {
|
|
469
484
|
UNSPECIFIED = 0,
|
|
@@ -473,7 +488,7 @@ export declare namespace enums {
|
|
|
473
488
|
}
|
|
474
489
|
/**
|
|
475
490
|
* @name ProductConditionEnum.ProductCondition
|
|
476
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
491
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductConditionEnum.ProductCondition
|
|
477
492
|
*/
|
|
478
493
|
enum ProductCondition {
|
|
479
494
|
UNSPECIFIED = 0,
|
|
@@ -484,7 +499,7 @@ export declare namespace enums {
|
|
|
484
499
|
}
|
|
485
500
|
/**
|
|
486
501
|
* @name ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
487
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
502
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
488
503
|
*/
|
|
489
504
|
enum ProductCustomAttributeIndex {
|
|
490
505
|
UNSPECIFIED = 0,
|
|
@@ -497,7 +512,7 @@ export declare namespace enums {
|
|
|
497
512
|
}
|
|
498
513
|
/**
|
|
499
514
|
* @name ProductTypeLevelEnum.ProductTypeLevel
|
|
500
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
515
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductTypeLevelEnum.ProductTypeLevel
|
|
501
516
|
*/
|
|
502
517
|
enum ProductTypeLevel {
|
|
503
518
|
UNSPECIFIED = 0,
|
|
@@ -510,7 +525,7 @@ export declare namespace enums {
|
|
|
510
525
|
}
|
|
511
526
|
/**
|
|
512
527
|
* @name ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
513
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
528
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
514
529
|
*/
|
|
515
530
|
enum ProximityRadiusUnits {
|
|
516
531
|
UNSPECIFIED = 0,
|
|
@@ -520,7 +535,7 @@ export declare namespace enums {
|
|
|
520
535
|
}
|
|
521
536
|
/**
|
|
522
537
|
* @name WebpageConditionOperandEnum.WebpageConditionOperand
|
|
523
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
538
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/WebpageConditionOperandEnum.WebpageConditionOperand
|
|
524
539
|
*/
|
|
525
540
|
enum WebpageConditionOperand {
|
|
526
541
|
UNSPECIFIED = 0,
|
|
@@ -533,7 +548,7 @@ export declare namespace enums {
|
|
|
533
548
|
}
|
|
534
549
|
/**
|
|
535
550
|
* @name WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
536
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
551
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
537
552
|
*/
|
|
538
553
|
enum WebpageConditionOperator {
|
|
539
554
|
UNSPECIFIED = 0,
|
|
@@ -543,7 +558,7 @@ export declare namespace enums {
|
|
|
543
558
|
}
|
|
544
559
|
/**
|
|
545
560
|
* @name CallToActionTypeEnum.CallToActionType
|
|
546
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
561
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CallToActionTypeEnum.CallToActionType
|
|
547
562
|
*/
|
|
548
563
|
enum CallToActionType {
|
|
549
564
|
UNSPECIFIED = 0,
|
|
@@ -568,7 +583,7 @@ export declare namespace enums {
|
|
|
568
583
|
}
|
|
569
584
|
/**
|
|
570
585
|
* @name LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
571
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
586
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
572
587
|
*/
|
|
573
588
|
enum LeadFormCallToActionType {
|
|
574
589
|
UNSPECIFIED = 0,
|
|
@@ -590,7 +605,7 @@ export declare namespace enums {
|
|
|
590
605
|
}
|
|
591
606
|
/**
|
|
592
607
|
* @name LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
593
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
608
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
594
609
|
*/
|
|
595
610
|
enum LeadFormDesiredIntent {
|
|
596
611
|
UNSPECIFIED = 0,
|
|
@@ -600,7 +615,7 @@ export declare namespace enums {
|
|
|
600
615
|
}
|
|
601
616
|
/**
|
|
602
617
|
* @name LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
603
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
618
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
604
619
|
*/
|
|
605
620
|
enum LeadFormFieldUserInputType {
|
|
606
621
|
UNSPECIFIED = 0,
|
|
@@ -724,7 +739,7 @@ export declare namespace enums {
|
|
|
724
739
|
}
|
|
725
740
|
/**
|
|
726
741
|
* @name LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
727
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
742
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
728
743
|
*/
|
|
729
744
|
enum LeadFormPostSubmitCallToActionType {
|
|
730
745
|
UNSPECIFIED = 0,
|
|
@@ -736,7 +751,7 @@ export declare namespace enums {
|
|
|
736
751
|
}
|
|
737
752
|
/**
|
|
738
753
|
* @name MobileAppVendorEnum.MobileAppVendor
|
|
739
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
754
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MobileAppVendorEnum.MobileAppVendor
|
|
740
755
|
*/
|
|
741
756
|
enum MobileAppVendor {
|
|
742
757
|
UNSPECIFIED = 0,
|
|
@@ -746,7 +761,7 @@ export declare namespace enums {
|
|
|
746
761
|
}
|
|
747
762
|
/**
|
|
748
763
|
* @name PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
749
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
764
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
750
765
|
*/
|
|
751
766
|
enum PriceExtensionPriceQualifier {
|
|
752
767
|
UNSPECIFIED = 0,
|
|
@@ -757,7 +772,7 @@ export declare namespace enums {
|
|
|
757
772
|
}
|
|
758
773
|
/**
|
|
759
774
|
* @name PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
760
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
775
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
761
776
|
*/
|
|
762
777
|
enum PriceExtensionPriceUnit {
|
|
763
778
|
UNSPECIFIED = 0,
|
|
@@ -771,7 +786,7 @@ export declare namespace enums {
|
|
|
771
786
|
}
|
|
772
787
|
/**
|
|
773
788
|
* @name PriceExtensionTypeEnum.PriceExtensionType
|
|
774
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
789
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PriceExtensionTypeEnum.PriceExtensionType
|
|
775
790
|
*/
|
|
776
791
|
enum PriceExtensionType {
|
|
777
792
|
UNSPECIFIED = 0,
|
|
@@ -788,7 +803,7 @@ export declare namespace enums {
|
|
|
788
803
|
}
|
|
789
804
|
/**
|
|
790
805
|
* @name PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
791
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
806
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
792
807
|
*/
|
|
793
808
|
enum PromotionExtensionDiscountModifier {
|
|
794
809
|
UNSPECIFIED = 0,
|
|
@@ -797,7 +812,7 @@ export declare namespace enums {
|
|
|
797
812
|
}
|
|
798
813
|
/**
|
|
799
814
|
* @name PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
800
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
815
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
801
816
|
*/
|
|
802
817
|
enum PromotionExtensionOccasion {
|
|
803
818
|
UNSPECIFIED = 0,
|
|
@@ -842,7 +857,7 @@ export declare namespace enums {
|
|
|
842
857
|
}
|
|
843
858
|
/**
|
|
844
859
|
* @name TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
845
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
860
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
846
861
|
*/
|
|
847
862
|
enum TargetFrequencyTimeUnit {
|
|
848
863
|
UNSPECIFIED = 0,
|
|
@@ -851,7 +866,7 @@ export declare namespace enums {
|
|
|
851
866
|
}
|
|
852
867
|
/**
|
|
853
868
|
* @name TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
854
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
869
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
855
870
|
*/
|
|
856
871
|
enum TargetImpressionShareLocation {
|
|
857
872
|
UNSPECIFIED = 0,
|
|
@@ -860,9 +875,19 @@ export declare namespace enums {
|
|
|
860
875
|
TOP_OF_PAGE = 3,
|
|
861
876
|
ABSOLUTE_TOP_OF_PAGE = 4
|
|
862
877
|
}
|
|
878
|
+
/**
|
|
879
|
+
* @name ConsentStatusEnum.ConsentStatus
|
|
880
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConsentStatusEnum.ConsentStatus
|
|
881
|
+
*/
|
|
882
|
+
enum ConsentStatus {
|
|
883
|
+
UNSPECIFIED = 0,
|
|
884
|
+
UNKNOWN = 1,
|
|
885
|
+
GRANTED = 2,
|
|
886
|
+
DENIED = 3
|
|
887
|
+
}
|
|
863
888
|
/**
|
|
864
889
|
* @name AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
865
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
890
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
866
891
|
*/
|
|
867
892
|
enum AdvertisingChannelSubType {
|
|
868
893
|
UNSPECIFIED = 0,
|
|
@@ -889,7 +914,7 @@ export declare namespace enums {
|
|
|
889
914
|
}
|
|
890
915
|
/**
|
|
891
916
|
* @name AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
892
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
917
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
893
918
|
*/
|
|
894
919
|
enum AdvertisingChannelType {
|
|
895
920
|
UNSPECIFIED = 0,
|
|
@@ -909,7 +934,7 @@ export declare namespace enums {
|
|
|
909
934
|
}
|
|
910
935
|
/**
|
|
911
936
|
* @name CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
912
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
937
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
913
938
|
*/
|
|
914
939
|
enum CriterionCategoryChannelAvailabilityMode {
|
|
915
940
|
UNSPECIFIED = 0,
|
|
@@ -920,7 +945,7 @@ export declare namespace enums {
|
|
|
920
945
|
}
|
|
921
946
|
/**
|
|
922
947
|
* @name CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
923
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
948
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
924
949
|
*/
|
|
925
950
|
enum CriterionCategoryLocaleAvailabilityMode {
|
|
926
951
|
UNSPECIFIED = 0,
|
|
@@ -932,7 +957,7 @@ export declare namespace enums {
|
|
|
932
957
|
}
|
|
933
958
|
/**
|
|
934
959
|
* @name CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
935
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
960
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
936
961
|
*/
|
|
937
962
|
enum CustomizerAttributeType {
|
|
938
963
|
UNSPECIFIED = 0,
|
|
@@ -944,7 +969,7 @@ export declare namespace enums {
|
|
|
944
969
|
}
|
|
945
970
|
/**
|
|
946
971
|
* @name MonthOfYearEnum.MonthOfYear
|
|
947
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
972
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MonthOfYearEnum.MonthOfYear
|
|
948
973
|
*/
|
|
949
974
|
enum MonthOfYear {
|
|
950
975
|
UNSPECIFIED = 0,
|
|
@@ -964,7 +989,7 @@ export declare namespace enums {
|
|
|
964
989
|
}
|
|
965
990
|
/**
|
|
966
991
|
* @name AppStoreEnum.AppStore
|
|
967
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
992
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AppStoreEnum.AppStore
|
|
968
993
|
*/
|
|
969
994
|
enum AppStore {
|
|
970
995
|
UNSPECIFIED = 0,
|
|
@@ -974,7 +999,7 @@ export declare namespace enums {
|
|
|
974
999
|
}
|
|
975
1000
|
/**
|
|
976
1001
|
* @name FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType
|
|
977
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1002
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType
|
|
978
1003
|
*/
|
|
979
1004
|
enum FeedItemSetStringFilterType {
|
|
980
1005
|
UNSPECIFIED = 0,
|
|
@@ -983,7 +1008,7 @@ export declare namespace enums {
|
|
|
983
1008
|
}
|
|
984
1009
|
/**
|
|
985
1010
|
* @name AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
986
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1011
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
987
1012
|
*/
|
|
988
1013
|
enum AppUrlOperatingSystemType {
|
|
989
1014
|
UNSPECIFIED = 0,
|
|
@@ -993,7 +1018,7 @@ export declare namespace enums {
|
|
|
993
1018
|
}
|
|
994
1019
|
/**
|
|
995
1020
|
* @name FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
996
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1021
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
997
1022
|
*/
|
|
998
1023
|
enum FrequencyCapEventType {
|
|
999
1024
|
UNSPECIFIED = 0,
|
|
@@ -1003,7 +1028,7 @@ export declare namespace enums {
|
|
|
1003
1028
|
}
|
|
1004
1029
|
/**
|
|
1005
1030
|
* @name FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1006
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1031
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1007
1032
|
*/
|
|
1008
1033
|
enum FrequencyCapLevel {
|
|
1009
1034
|
UNSPECIFIED = 0,
|
|
@@ -1014,7 +1039,7 @@ export declare namespace enums {
|
|
|
1014
1039
|
}
|
|
1015
1040
|
/**
|
|
1016
1041
|
* @name FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1017
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1042
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1018
1043
|
*/
|
|
1019
1044
|
enum FrequencyCapTimeUnit {
|
|
1020
1045
|
UNSPECIFIED = 0,
|
|
@@ -1025,7 +1050,7 @@ export declare namespace enums {
|
|
|
1025
1050
|
}
|
|
1026
1051
|
/**
|
|
1027
1052
|
* @name KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1028
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1053
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1029
1054
|
*/
|
|
1030
1055
|
enum KeywordPlanAggregateMetricType {
|
|
1031
1056
|
UNSPECIFIED = 0,
|
|
@@ -1034,7 +1059,7 @@ export declare namespace enums {
|
|
|
1034
1059
|
}
|
|
1035
1060
|
/**
|
|
1036
1061
|
* @name KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1037
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1062
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1038
1063
|
*/
|
|
1039
1064
|
enum KeywordPlanCompetitionLevel {
|
|
1040
1065
|
UNSPECIFIED = 0,
|
|
@@ -1045,7 +1070,7 @@ export declare namespace enums {
|
|
|
1045
1070
|
}
|
|
1046
1071
|
/**
|
|
1047
1072
|
* @name KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1048
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1073
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1049
1074
|
*/
|
|
1050
1075
|
enum KeywordPlanConceptGroupType {
|
|
1051
1076
|
UNSPECIFIED = 0,
|
|
@@ -1056,7 +1081,7 @@ export declare namespace enums {
|
|
|
1056
1081
|
}
|
|
1057
1082
|
/**
|
|
1058
1083
|
* @name MatchingFunctionContextTypeEnum.MatchingFunctionContextType
|
|
1059
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1084
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MatchingFunctionContextTypeEnum.MatchingFunctionContextType
|
|
1060
1085
|
*/
|
|
1061
1086
|
enum MatchingFunctionContextType {
|
|
1062
1087
|
UNSPECIFIED = 0,
|
|
@@ -1067,7 +1092,7 @@ export declare namespace enums {
|
|
|
1067
1092
|
}
|
|
1068
1093
|
/**
|
|
1069
1094
|
* @name MatchingFunctionOperatorEnum.MatchingFunctionOperator
|
|
1070
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1095
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MatchingFunctionOperatorEnum.MatchingFunctionOperator
|
|
1071
1096
|
*/
|
|
1072
1097
|
enum MatchingFunctionOperator {
|
|
1073
1098
|
UNSPECIFIED = 0,
|
|
@@ -1080,7 +1105,7 @@ export declare namespace enums {
|
|
|
1080
1105
|
}
|
|
1081
1106
|
/**
|
|
1082
1107
|
* @name ExperimentMetricEnum.ExperimentMetric
|
|
1083
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1108
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ExperimentMetricEnum.ExperimentMetric
|
|
1084
1109
|
*/
|
|
1085
1110
|
enum ExperimentMetric {
|
|
1086
1111
|
UNSPECIFIED = 0,
|
|
@@ -1101,7 +1126,7 @@ export declare namespace enums {
|
|
|
1101
1126
|
}
|
|
1102
1127
|
/**
|
|
1103
1128
|
* @name ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1104
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1129
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1105
1130
|
*/
|
|
1106
1131
|
enum ExperimentMetricDirection {
|
|
1107
1132
|
UNSPECIFIED = 0,
|
|
@@ -1114,7 +1139,7 @@ export declare namespace enums {
|
|
|
1114
1139
|
}
|
|
1115
1140
|
/**
|
|
1116
1141
|
* @name InteractionEventTypeEnum.InteractionEventType
|
|
1117
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1142
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/InteractionEventTypeEnum.InteractionEventType
|
|
1118
1143
|
*/
|
|
1119
1144
|
enum InteractionEventType {
|
|
1120
1145
|
UNSPECIFIED = 0,
|
|
@@ -1126,7 +1151,7 @@ export declare namespace enums {
|
|
|
1126
1151
|
}
|
|
1127
1152
|
/**
|
|
1128
1153
|
* @name QualityScoreBucketEnum.QualityScoreBucket
|
|
1129
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1154
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/QualityScoreBucketEnum.QualityScoreBucket
|
|
1130
1155
|
*/
|
|
1131
1156
|
enum QualityScoreBucket {
|
|
1132
1157
|
UNSPECIFIED = 0,
|
|
@@ -1137,7 +1162,7 @@ export declare namespace enums {
|
|
|
1137
1162
|
}
|
|
1138
1163
|
/**
|
|
1139
1164
|
* @name UserIdentifierSourceEnum.UserIdentifierSource
|
|
1140
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1165
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserIdentifierSourceEnum.UserIdentifierSource
|
|
1141
1166
|
*/
|
|
1142
1167
|
enum UserIdentifierSource {
|
|
1143
1168
|
UNSPECIFIED = 0,
|
|
@@ -1147,7 +1172,7 @@ export declare namespace enums {
|
|
|
1147
1172
|
}
|
|
1148
1173
|
/**
|
|
1149
1174
|
* @name AdDestinationTypeEnum.AdDestinationType
|
|
1150
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1175
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdDestinationTypeEnum.AdDestinationType
|
|
1151
1176
|
*/
|
|
1152
1177
|
enum AdDestinationType {
|
|
1153
1178
|
UNSPECIFIED = 0,
|
|
@@ -1166,7 +1191,7 @@ export declare namespace enums {
|
|
|
1166
1191
|
}
|
|
1167
1192
|
/**
|
|
1168
1193
|
* @name AdNetworkTypeEnum.AdNetworkType
|
|
1169
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1194
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdNetworkTypeEnum.AdNetworkType
|
|
1170
1195
|
*/
|
|
1171
1196
|
enum AdNetworkType {
|
|
1172
1197
|
UNSPECIFIED = 0,
|
|
@@ -1174,13 +1199,13 @@ export declare namespace enums {
|
|
|
1174
1199
|
SEARCH = 2,
|
|
1175
1200
|
SEARCH_PARTNERS = 3,
|
|
1176
1201
|
CONTENT = 4,
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1202
|
+
MIXED = 7,
|
|
1203
|
+
YOUTUBE = 8,
|
|
1204
|
+
GOOGLE_TV = 9
|
|
1180
1205
|
}
|
|
1181
1206
|
/**
|
|
1182
1207
|
* @name BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1183
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1208
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1184
1209
|
*/
|
|
1185
1210
|
enum BudgetCampaignAssociationStatus {
|
|
1186
1211
|
UNSPECIFIED = 0,
|
|
@@ -1190,7 +1215,7 @@ export declare namespace enums {
|
|
|
1190
1215
|
}
|
|
1191
1216
|
/**
|
|
1192
1217
|
* @name ClickTypeEnum.ClickType
|
|
1193
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1218
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ClickTypeEnum.ClickType
|
|
1194
1219
|
*/
|
|
1195
1220
|
enum ClickType {
|
|
1196
1221
|
UNSPECIFIED = 0,
|
|
@@ -1252,7 +1277,7 @@ export declare namespace enums {
|
|
|
1252
1277
|
}
|
|
1253
1278
|
/**
|
|
1254
1279
|
* @name ConversionActionCategoryEnum.ConversionActionCategory
|
|
1255
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1280
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionActionCategoryEnum.ConversionActionCategory
|
|
1256
1281
|
*/
|
|
1257
1282
|
enum ConversionActionCategory {
|
|
1258
1283
|
UNSPECIFIED = 0,
|
|
@@ -1281,7 +1306,7 @@ export declare namespace enums {
|
|
|
1281
1306
|
}
|
|
1282
1307
|
/**
|
|
1283
1308
|
* @name ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1284
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1309
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1285
1310
|
*/
|
|
1286
1311
|
enum ConversionAttributionEventType {
|
|
1287
1312
|
UNSPECIFIED = 0,
|
|
@@ -1291,7 +1316,7 @@ export declare namespace enums {
|
|
|
1291
1316
|
}
|
|
1292
1317
|
/**
|
|
1293
1318
|
* @name ConversionLagBucketEnum.ConversionLagBucket
|
|
1294
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1319
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionLagBucketEnum.ConversionLagBucket
|
|
1295
1320
|
*/
|
|
1296
1321
|
enum ConversionLagBucket {
|
|
1297
1322
|
UNSPECIFIED = 0,
|
|
@@ -1318,7 +1343,7 @@ export declare namespace enums {
|
|
|
1318
1343
|
}
|
|
1319
1344
|
/**
|
|
1320
1345
|
* @name ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1321
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1346
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1322
1347
|
*/
|
|
1323
1348
|
enum ConversionOrAdjustmentLagBucket {
|
|
1324
1349
|
UNSPECIFIED = 0,
|
|
@@ -1367,7 +1392,7 @@ export declare namespace enums {
|
|
|
1367
1392
|
}
|
|
1368
1393
|
/**
|
|
1369
1394
|
* @name ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1370
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1395
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1371
1396
|
*/
|
|
1372
1397
|
enum ConversionValueRulePrimaryDimension {
|
|
1373
1398
|
UNSPECIFIED = 0,
|
|
@@ -1382,7 +1407,7 @@ export declare namespace enums {
|
|
|
1382
1407
|
}
|
|
1383
1408
|
/**
|
|
1384
1409
|
* @name ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
|
|
1385
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1410
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
|
|
1386
1411
|
*/
|
|
1387
1412
|
enum ConvertingUserPriorEngagementTypeAndLtvBucket {
|
|
1388
1413
|
UNSPECIFIED = 0,
|
|
@@ -1393,7 +1418,7 @@ export declare namespace enums {
|
|
|
1393
1418
|
}
|
|
1394
1419
|
/**
|
|
1395
1420
|
* @name ExternalConversionSourceEnum.ExternalConversionSource
|
|
1396
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1421
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ExternalConversionSourceEnum.ExternalConversionSource
|
|
1397
1422
|
*/
|
|
1398
1423
|
enum ExternalConversionSource {
|
|
1399
1424
|
UNSPECIFIED = 0,
|
|
@@ -1429,7 +1454,7 @@ export declare namespace enums {
|
|
|
1429
1454
|
}
|
|
1430
1455
|
/**
|
|
1431
1456
|
* @name HotelPriceBucketEnum.HotelPriceBucket
|
|
1432
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1457
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/HotelPriceBucketEnum.HotelPriceBucket
|
|
1433
1458
|
*/
|
|
1434
1459
|
enum HotelPriceBucket {
|
|
1435
1460
|
UNSPECIFIED = 0,
|
|
@@ -1441,7 +1466,7 @@ export declare namespace enums {
|
|
|
1441
1466
|
}
|
|
1442
1467
|
/**
|
|
1443
1468
|
* @name HotelRateTypeEnum.HotelRateType
|
|
1444
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1469
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/HotelRateTypeEnum.HotelRateType
|
|
1445
1470
|
*/
|
|
1446
1471
|
enum HotelRateType {
|
|
1447
1472
|
UNSPECIFIED = 0,
|
|
@@ -1453,7 +1478,7 @@ export declare namespace enums {
|
|
|
1453
1478
|
}
|
|
1454
1479
|
/**
|
|
1455
1480
|
* @name PlaceholderTypeEnum.PlaceholderType
|
|
1456
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1481
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PlaceholderTypeEnum.PlaceholderType
|
|
1457
1482
|
*/
|
|
1458
1483
|
enum PlaceholderType {
|
|
1459
1484
|
UNSPECIFIED = 0,
|
|
@@ -1481,7 +1506,7 @@ export declare namespace enums {
|
|
|
1481
1506
|
}
|
|
1482
1507
|
/**
|
|
1483
1508
|
* @name RecommendationTypeEnum.RecommendationType
|
|
1484
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1509
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/RecommendationTypeEnum.RecommendationType
|
|
1485
1510
|
*/
|
|
1486
1511
|
enum RecommendationType {
|
|
1487
1512
|
UNSPECIFIED = 0,
|
|
@@ -1529,11 +1554,21 @@ export declare namespace enums {
|
|
|
1529
1554
|
LOWER_TARGET_ROAS = 45,
|
|
1530
1555
|
PERFORMANCE_MAX_OPT_IN = 46,
|
|
1531
1556
|
IMPROVE_PERFORMANCE_MAX_AD_STRENGTH = 47,
|
|
1532
|
-
MIGRATE_DYNAMIC_SEARCH_ADS_CAMPAIGN_TO_PERFORMANCE_MAX = 48
|
|
1557
|
+
MIGRATE_DYNAMIC_SEARCH_ADS_CAMPAIGN_TO_PERFORMANCE_MAX = 48,
|
|
1558
|
+
FORECASTING_SET_TARGET_CPA = 49,
|
|
1559
|
+
SET_TARGET_CPA = 50,
|
|
1560
|
+
SET_TARGET_ROAS = 51,
|
|
1561
|
+
MAXIMIZE_CONVERSION_VALUE_OPT_IN = 52,
|
|
1562
|
+
IMPROVE_GOOGLE_TAG_COVERAGE = 53,
|
|
1563
|
+
PERFORMANCE_MAX_FINAL_URL_OPT_IN = 54,
|
|
1564
|
+
REFRESH_CUSTOMER_MATCH_LIST = 55,
|
|
1565
|
+
CUSTOM_AUDIENCE_OPT_IN = 56,
|
|
1566
|
+
LEAD_FORM_ASSET = 57,
|
|
1567
|
+
IMPROVE_DEMAND_GEN_AD_STRENGTH = 58
|
|
1533
1568
|
}
|
|
1534
1569
|
/**
|
|
1535
1570
|
* @name SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1536
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1571
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1537
1572
|
*/
|
|
1538
1573
|
enum SearchEngineResultsPageType {
|
|
1539
1574
|
UNSPECIFIED = 0,
|
|
@@ -1544,7 +1579,7 @@ export declare namespace enums {
|
|
|
1544
1579
|
}
|
|
1545
1580
|
/**
|
|
1546
1581
|
* @name SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1547
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1582
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1548
1583
|
*/
|
|
1549
1584
|
enum SearchTermMatchType {
|
|
1550
1585
|
UNSPECIFIED = 0,
|
|
@@ -1557,7 +1592,7 @@ export declare namespace enums {
|
|
|
1557
1592
|
}
|
|
1558
1593
|
/**
|
|
1559
1594
|
* @name SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1560
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1595
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1561
1596
|
*/
|
|
1562
1597
|
enum SkAdNetworkAdEventType {
|
|
1563
1598
|
UNSPECIFIED = 0,
|
|
@@ -1568,7 +1603,7 @@ export declare namespace enums {
|
|
|
1568
1603
|
}
|
|
1569
1604
|
/**
|
|
1570
1605
|
* @name SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1571
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1606
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1572
1607
|
*/
|
|
1573
1608
|
enum SkAdNetworkAttributionCredit {
|
|
1574
1609
|
UNSPECIFIED = 0,
|
|
@@ -1577,9 +1612,33 @@ export declare namespace enums {
|
|
|
1577
1612
|
WON = 3,
|
|
1578
1613
|
CONTRIBUTED = 4
|
|
1579
1614
|
}
|
|
1615
|
+
/**
|
|
1616
|
+
* @name SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
|
|
1617
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
|
|
1618
|
+
*/
|
|
1619
|
+
enum SkAdNetworkCoarseConversionValue {
|
|
1620
|
+
UNSPECIFIED = 0,
|
|
1621
|
+
UNKNOWN = 1,
|
|
1622
|
+
UNAVAILABLE = 2,
|
|
1623
|
+
LOW = 3,
|
|
1624
|
+
MEDIUM = 4,
|
|
1625
|
+
HIGH = 5,
|
|
1626
|
+
NONE = 6
|
|
1627
|
+
}
|
|
1628
|
+
/**
|
|
1629
|
+
* @name SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
|
|
1630
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
|
|
1631
|
+
*/
|
|
1632
|
+
enum SkAdNetworkSourceType {
|
|
1633
|
+
UNSPECIFIED = 0,
|
|
1634
|
+
UNKNOWN = 1,
|
|
1635
|
+
UNAVAILABLE = 2,
|
|
1636
|
+
WEBSITE = 3,
|
|
1637
|
+
MOBILE_APPLICATION = 4
|
|
1638
|
+
}
|
|
1580
1639
|
/**
|
|
1581
1640
|
* @name SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1582
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1641
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1583
1642
|
*/
|
|
1584
1643
|
enum SkAdNetworkUserType {
|
|
1585
1644
|
UNSPECIFIED = 0,
|
|
@@ -1590,7 +1649,7 @@ export declare namespace enums {
|
|
|
1590
1649
|
}
|
|
1591
1650
|
/**
|
|
1592
1651
|
* @name SlotEnum.Slot
|
|
1593
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1652
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SlotEnum.Slot
|
|
1594
1653
|
*/
|
|
1595
1654
|
enum Slot {
|
|
1596
1655
|
UNSPECIFIED = 0,
|
|
@@ -1605,7 +1664,7 @@ export declare namespace enums {
|
|
|
1605
1664
|
}
|
|
1606
1665
|
/**
|
|
1607
1666
|
* @name TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1608
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1667
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1609
1668
|
*/
|
|
1610
1669
|
enum TrackingCodePageFormat {
|
|
1611
1670
|
UNSPECIFIED = 0,
|
|
@@ -1615,7 +1674,7 @@ export declare namespace enums {
|
|
|
1615
1674
|
}
|
|
1616
1675
|
/**
|
|
1617
1676
|
* @name TrackingCodeTypeEnum.TrackingCodeType
|
|
1618
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1677
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TrackingCodeTypeEnum.TrackingCodeType
|
|
1619
1678
|
*/
|
|
1620
1679
|
enum TrackingCodeType {
|
|
1621
1680
|
UNSPECIFIED = 0,
|
|
@@ -1627,7 +1686,7 @@ export declare namespace enums {
|
|
|
1627
1686
|
}
|
|
1628
1687
|
/**
|
|
1629
1688
|
* @name TargetingDimensionEnum.TargetingDimension
|
|
1630
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1689
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TargetingDimensionEnum.TargetingDimension
|
|
1631
1690
|
*/
|
|
1632
1691
|
enum TargetingDimension {
|
|
1633
1692
|
UNSPECIFIED = 0,
|
|
@@ -1643,7 +1702,7 @@ export declare namespace enums {
|
|
|
1643
1702
|
}
|
|
1644
1703
|
/**
|
|
1645
1704
|
* @name CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1646
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1705
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1647
1706
|
*/
|
|
1648
1707
|
enum CustomerMatchUploadKeyType {
|
|
1649
1708
|
UNSPECIFIED = 0,
|
|
@@ -1652,9 +1711,20 @@ export declare namespace enums {
|
|
|
1652
1711
|
CRM_ID = 3,
|
|
1653
1712
|
MOBILE_ADVERTISING_ID = 4
|
|
1654
1713
|
}
|
|
1714
|
+
/**
|
|
1715
|
+
* @name LookalikeExpansionLevelEnum.LookalikeExpansionLevel
|
|
1716
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LookalikeExpansionLevelEnum.LookalikeExpansionLevel
|
|
1717
|
+
*/
|
|
1718
|
+
enum LookalikeExpansionLevel {
|
|
1719
|
+
UNSPECIFIED = 0,
|
|
1720
|
+
UNKNOWN = 1,
|
|
1721
|
+
NARROW = 2,
|
|
1722
|
+
BALANCED = 3,
|
|
1723
|
+
BROAD = 4
|
|
1724
|
+
}
|
|
1655
1725
|
/**
|
|
1656
1726
|
* @name UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1657
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1727
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1658
1728
|
*/
|
|
1659
1729
|
enum UserListCrmDataSourceType {
|
|
1660
1730
|
UNSPECIFIED = 0,
|
|
@@ -1665,7 +1735,7 @@ export declare namespace enums {
|
|
|
1665
1735
|
}
|
|
1666
1736
|
/**
|
|
1667
1737
|
* @name UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1668
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1738
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1669
1739
|
*/
|
|
1670
1740
|
enum UserListDateRuleItemOperator {
|
|
1671
1741
|
UNSPECIFIED = 0,
|
|
@@ -1677,7 +1747,7 @@ export declare namespace enums {
|
|
|
1677
1747
|
}
|
|
1678
1748
|
/**
|
|
1679
1749
|
* @name UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1680
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1750
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1681
1751
|
*/
|
|
1682
1752
|
enum UserListFlexibleRuleOperator {
|
|
1683
1753
|
UNSPECIFIED = 0,
|
|
@@ -1687,7 +1757,7 @@ export declare namespace enums {
|
|
|
1687
1757
|
}
|
|
1688
1758
|
/**
|
|
1689
1759
|
* @name UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1690
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1760
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1691
1761
|
*/
|
|
1692
1762
|
enum UserListLogicalRuleOperator {
|
|
1693
1763
|
UNSPECIFIED = 0,
|
|
@@ -1698,7 +1768,7 @@ export declare namespace enums {
|
|
|
1698
1768
|
}
|
|
1699
1769
|
/**
|
|
1700
1770
|
* @name UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1701
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1771
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1702
1772
|
*/
|
|
1703
1773
|
enum UserListNumberRuleItemOperator {
|
|
1704
1774
|
UNSPECIFIED = 0,
|
|
@@ -1712,7 +1782,7 @@ export declare namespace enums {
|
|
|
1712
1782
|
}
|
|
1713
1783
|
/**
|
|
1714
1784
|
* @name UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1715
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1785
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1716
1786
|
*/
|
|
1717
1787
|
enum UserListPrepopulationStatus {
|
|
1718
1788
|
UNSPECIFIED = 0,
|
|
@@ -1723,7 +1793,7 @@ export declare namespace enums {
|
|
|
1723
1793
|
}
|
|
1724
1794
|
/**
|
|
1725
1795
|
* @name UserListRuleTypeEnum.UserListRuleType
|
|
1726
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1796
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListRuleTypeEnum.UserListRuleType
|
|
1727
1797
|
*/
|
|
1728
1798
|
enum UserListRuleType {
|
|
1729
1799
|
UNSPECIFIED = 0,
|
|
@@ -1733,7 +1803,7 @@ export declare namespace enums {
|
|
|
1733
1803
|
}
|
|
1734
1804
|
/**
|
|
1735
1805
|
* @name UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1736
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1806
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1737
1807
|
*/
|
|
1738
1808
|
enum UserListStringRuleItemOperator {
|
|
1739
1809
|
UNSPECIFIED = 0,
|
|
@@ -1749,7 +1819,7 @@ export declare namespace enums {
|
|
|
1749
1819
|
}
|
|
1750
1820
|
/**
|
|
1751
1821
|
* @name AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1752
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1822
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1753
1823
|
*/
|
|
1754
1824
|
enum AccessInvitationStatus {
|
|
1755
1825
|
UNSPECIFIED = 0,
|
|
@@ -1760,7 +1830,7 @@ export declare namespace enums {
|
|
|
1760
1830
|
}
|
|
1761
1831
|
/**
|
|
1762
1832
|
* @name AccessReasonEnum.AccessReason
|
|
1763
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1833
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AccessReasonEnum.AccessReason
|
|
1764
1834
|
*/
|
|
1765
1835
|
enum AccessReason {
|
|
1766
1836
|
UNSPECIFIED = 0,
|
|
@@ -1773,7 +1843,7 @@ export declare namespace enums {
|
|
|
1773
1843
|
}
|
|
1774
1844
|
/**
|
|
1775
1845
|
* @name AccessRoleEnum.AccessRole
|
|
1776
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1846
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AccessRoleEnum.AccessRole
|
|
1777
1847
|
*/
|
|
1778
1848
|
enum AccessRole {
|
|
1779
1849
|
UNSPECIFIED = 0,
|
|
@@ -1785,7 +1855,7 @@ export declare namespace enums {
|
|
|
1785
1855
|
}
|
|
1786
1856
|
/**
|
|
1787
1857
|
* @name AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1788
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1858
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1789
1859
|
*/
|
|
1790
1860
|
enum AccountBudgetProposalStatus {
|
|
1791
1861
|
UNSPECIFIED = 0,
|
|
@@ -1798,7 +1868,7 @@ export declare namespace enums {
|
|
|
1798
1868
|
}
|
|
1799
1869
|
/**
|
|
1800
1870
|
* @name AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1801
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1871
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1802
1872
|
*/
|
|
1803
1873
|
enum AccountBudgetProposalType {
|
|
1804
1874
|
UNSPECIFIED = 0,
|
|
@@ -1810,7 +1880,7 @@ export declare namespace enums {
|
|
|
1810
1880
|
}
|
|
1811
1881
|
/**
|
|
1812
1882
|
* @name AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1813
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1883
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1814
1884
|
*/
|
|
1815
1885
|
enum AccountBudgetStatus {
|
|
1816
1886
|
UNSPECIFIED = 0,
|
|
@@ -1821,7 +1891,7 @@ export declare namespace enums {
|
|
|
1821
1891
|
}
|
|
1822
1892
|
/**
|
|
1823
1893
|
* @name AccountLinkStatusEnum.AccountLinkStatus
|
|
1824
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1894
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AccountLinkStatusEnum.AccountLinkStatus
|
|
1825
1895
|
*/
|
|
1826
1896
|
enum AccountLinkStatus {
|
|
1827
1897
|
UNSPECIFIED = 0,
|
|
@@ -1835,7 +1905,7 @@ export declare namespace enums {
|
|
|
1835
1905
|
}
|
|
1836
1906
|
/**
|
|
1837
1907
|
* @name AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1838
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1908
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1839
1909
|
*/
|
|
1840
1910
|
enum AdCustomizerPlaceholderField {
|
|
1841
1911
|
UNSPECIFIED = 0,
|
|
@@ -1845,9 +1915,46 @@ export declare namespace enums {
|
|
|
1845
1915
|
DATE = 4,
|
|
1846
1916
|
STRING = 5
|
|
1847
1917
|
}
|
|
1918
|
+
/**
|
|
1919
|
+
* @name AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
|
|
1920
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
|
|
1921
|
+
*/
|
|
1922
|
+
enum AdGroupAdPrimaryStatus {
|
|
1923
|
+
UNSPECIFIED = 0,
|
|
1924
|
+
UNKNOWN = 1,
|
|
1925
|
+
ELIGIBLE = 2,
|
|
1926
|
+
PAUSED = 3,
|
|
1927
|
+
REMOVED = 4,
|
|
1928
|
+
PENDING = 5,
|
|
1929
|
+
LIMITED = 6,
|
|
1930
|
+
NOT_ELIGIBLE = 7
|
|
1931
|
+
}
|
|
1932
|
+
/**
|
|
1933
|
+
* @name AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
|
|
1934
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
|
|
1935
|
+
*/
|
|
1936
|
+
enum AdGroupAdPrimaryStatusReason {
|
|
1937
|
+
UNSPECIFIED = 0,
|
|
1938
|
+
UNKNOWN = 1,
|
|
1939
|
+
CAMPAIGN_REMOVED = 2,
|
|
1940
|
+
CAMPAIGN_PAUSED = 3,
|
|
1941
|
+
CAMPAIGN_PENDING = 4,
|
|
1942
|
+
CAMPAIGN_ENDED = 5,
|
|
1943
|
+
AD_GROUP_PAUSED = 6,
|
|
1944
|
+
AD_GROUP_REMOVED = 7,
|
|
1945
|
+
AD_GROUP_AD_PAUSED = 8,
|
|
1946
|
+
AD_GROUP_AD_REMOVED = 9,
|
|
1947
|
+
AD_GROUP_AD_DISAPPROVED = 10,
|
|
1948
|
+
AD_GROUP_AD_UNDER_REVIEW = 11,
|
|
1949
|
+
AD_GROUP_AD_POOR_QUALITY = 12,
|
|
1950
|
+
AD_GROUP_AD_NO_ADS = 13,
|
|
1951
|
+
AD_GROUP_AD_APPROVED_LABELED = 14,
|
|
1952
|
+
AD_GROUP_AD_AREA_OF_INTEREST_ONLY = 15,
|
|
1953
|
+
AD_GROUP_AD_UNDER_APPEAL = 16
|
|
1954
|
+
}
|
|
1848
1955
|
/**
|
|
1849
1956
|
* @name AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1850
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1957
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1851
1958
|
*/
|
|
1852
1959
|
enum AdGroupAdRotationMode {
|
|
1853
1960
|
UNSPECIFIED = 0,
|
|
@@ -1857,7 +1964,7 @@ export declare namespace enums {
|
|
|
1857
1964
|
}
|
|
1858
1965
|
/**
|
|
1859
1966
|
* @name AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1860
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1967
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1861
1968
|
*/
|
|
1862
1969
|
enum AdGroupAdStatus {
|
|
1863
1970
|
UNSPECIFIED = 0,
|
|
@@ -1868,7 +1975,7 @@ export declare namespace enums {
|
|
|
1868
1975
|
}
|
|
1869
1976
|
/**
|
|
1870
1977
|
* @name AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1871
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1978
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1872
1979
|
*/
|
|
1873
1980
|
enum AdGroupCriterionApprovalStatus {
|
|
1874
1981
|
UNSPECIFIED = 0,
|
|
@@ -1880,7 +1987,7 @@ export declare namespace enums {
|
|
|
1880
1987
|
}
|
|
1881
1988
|
/**
|
|
1882
1989
|
* @name AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
1883
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1990
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
1884
1991
|
*/
|
|
1885
1992
|
enum AdGroupCriterionStatus {
|
|
1886
1993
|
UNSPECIFIED = 0,
|
|
@@ -1889,9 +1996,46 @@ export declare namespace enums {
|
|
|
1889
1996
|
PAUSED = 3,
|
|
1890
1997
|
REMOVED = 4
|
|
1891
1998
|
}
|
|
1999
|
+
/**
|
|
2000
|
+
* @name AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
|
|
2001
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
|
|
2002
|
+
*/
|
|
2003
|
+
enum AdGroupPrimaryStatus {
|
|
2004
|
+
UNSPECIFIED = 0,
|
|
2005
|
+
UNKNOWN = 1,
|
|
2006
|
+
ELIGIBLE = 2,
|
|
2007
|
+
PAUSED = 3,
|
|
2008
|
+
REMOVED = 4,
|
|
2009
|
+
PENDING = 5,
|
|
2010
|
+
NOT_ELIGIBLE = 6,
|
|
2011
|
+
LIMITED = 7
|
|
2012
|
+
}
|
|
2013
|
+
/**
|
|
2014
|
+
* @name AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
|
|
2015
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
|
|
2016
|
+
*/
|
|
2017
|
+
enum AdGroupPrimaryStatusReason {
|
|
2018
|
+
UNSPECIFIED = 0,
|
|
2019
|
+
UNKNOWN = 1,
|
|
2020
|
+
CAMPAIGN_REMOVED = 2,
|
|
2021
|
+
CAMPAIGN_PAUSED = 3,
|
|
2022
|
+
CAMPAIGN_PENDING = 4,
|
|
2023
|
+
CAMPAIGN_ENDED = 5,
|
|
2024
|
+
AD_GROUP_PAUSED = 6,
|
|
2025
|
+
AD_GROUP_REMOVED = 7,
|
|
2026
|
+
AD_GROUP_INCOMPLETE = 8,
|
|
2027
|
+
KEYWORDS_PAUSED = 9,
|
|
2028
|
+
NO_KEYWORDS = 10,
|
|
2029
|
+
AD_GROUP_ADS_PAUSED = 11,
|
|
2030
|
+
NO_AD_GROUP_ADS = 12,
|
|
2031
|
+
HAS_ADS_DISAPPROVED = 13,
|
|
2032
|
+
HAS_ADS_LIMITED_BY_POLICY = 14,
|
|
2033
|
+
MOST_ADS_UNDER_REVIEW = 15,
|
|
2034
|
+
CAMPAIGN_DRAFT = 16
|
|
2035
|
+
}
|
|
1892
2036
|
/**
|
|
1893
2037
|
* @name AdGroupStatusEnum.AdGroupStatus
|
|
1894
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2038
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupStatusEnum.AdGroupStatus
|
|
1895
2039
|
*/
|
|
1896
2040
|
enum AdGroupStatus {
|
|
1897
2041
|
UNSPECIFIED = 0,
|
|
@@ -1902,7 +2046,7 @@ export declare namespace enums {
|
|
|
1902
2046
|
}
|
|
1903
2047
|
/**
|
|
1904
2048
|
* @name AdGroupTypeEnum.AdGroupType
|
|
1905
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2049
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupTypeEnum.AdGroupType
|
|
1906
2050
|
*/
|
|
1907
2051
|
enum AdGroupType {
|
|
1908
2052
|
UNSPECIFIED = 0,
|
|
@@ -1927,7 +2071,7 @@ export declare namespace enums {
|
|
|
1927
2071
|
}
|
|
1928
2072
|
/**
|
|
1929
2073
|
* @name AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
1930
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2074
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
1931
2075
|
*/
|
|
1932
2076
|
enum AdServingOptimizationStatus {
|
|
1933
2077
|
UNSPECIFIED = 0,
|
|
@@ -1940,7 +2084,7 @@ export declare namespace enums {
|
|
|
1940
2084
|
}
|
|
1941
2085
|
/**
|
|
1942
2086
|
* @name AdStrengthEnum.AdStrength
|
|
1943
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2087
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdStrengthEnum.AdStrength
|
|
1944
2088
|
*/
|
|
1945
2089
|
enum AdStrength {
|
|
1946
2090
|
UNSPECIFIED = 0,
|
|
@@ -1954,7 +2098,7 @@ export declare namespace enums {
|
|
|
1954
2098
|
}
|
|
1955
2099
|
/**
|
|
1956
2100
|
* @name AdTypeEnum.AdType
|
|
1957
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2101
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdTypeEnum.AdType
|
|
1958
2102
|
*/
|
|
1959
2103
|
enum AdType {
|
|
1960
2104
|
UNSPECIFIED = 0,
|
|
@@ -1989,11 +2133,12 @@ export declare namespace enums {
|
|
|
1989
2133
|
DISCOVERY_MULTI_ASSET_AD = 35,
|
|
1990
2134
|
DISCOVERY_CAROUSEL_AD = 36,
|
|
1991
2135
|
TRAVEL_AD = 37,
|
|
1992
|
-
DISCOVERY_VIDEO_RESPONSIVE_AD = 38
|
|
2136
|
+
DISCOVERY_VIDEO_RESPONSIVE_AD = 38,
|
|
2137
|
+
DEMAND_GEN_PRODUCT_AD = 39
|
|
1993
2138
|
}
|
|
1994
2139
|
/**
|
|
1995
2140
|
* @name AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
1996
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2141
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
1997
2142
|
*/
|
|
1998
2143
|
enum AffiliateLocationFeedRelationshipType {
|
|
1999
2144
|
UNSPECIFIED = 0,
|
|
@@ -2002,7 +2147,7 @@ export declare namespace enums {
|
|
|
2002
2147
|
}
|
|
2003
2148
|
/**
|
|
2004
2149
|
* @name AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
2005
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2150
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
2006
2151
|
*/
|
|
2007
2152
|
enum AffiliateLocationPlaceholderField {
|
|
2008
2153
|
UNSPECIFIED = 0,
|
|
@@ -2019,9 +2164,31 @@ export declare namespace enums {
|
|
|
2019
2164
|
CHAIN_ID = 11,
|
|
2020
2165
|
CHAIN_NAME = 12
|
|
2021
2166
|
}
|
|
2167
|
+
/**
|
|
2168
|
+
* @name AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
|
|
2169
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
|
|
2170
|
+
*/
|
|
2171
|
+
enum AndroidPrivacyInteractionType {
|
|
2172
|
+
UNSPECIFIED = 0,
|
|
2173
|
+
UNKNOWN = 1,
|
|
2174
|
+
CLICK = 2,
|
|
2175
|
+
ENGAGED_VIEW = 3,
|
|
2176
|
+
VIEW = 4
|
|
2177
|
+
}
|
|
2178
|
+
/**
|
|
2179
|
+
* @name AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
|
|
2180
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
|
|
2181
|
+
*/
|
|
2182
|
+
enum AndroidPrivacyNetworkType {
|
|
2183
|
+
UNSPECIFIED = 0,
|
|
2184
|
+
UNKNOWN = 1,
|
|
2185
|
+
SEARCH = 2,
|
|
2186
|
+
DISPLAY = 3,
|
|
2187
|
+
YOUTUBE = 4
|
|
2188
|
+
}
|
|
2022
2189
|
/**
|
|
2023
2190
|
* @name AppBiddingGoalEnum.AppBiddingGoal
|
|
2024
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2191
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AppBiddingGoalEnum.AppBiddingGoal
|
|
2025
2192
|
*/
|
|
2026
2193
|
enum AppBiddingGoal {
|
|
2027
2194
|
UNSPECIFIED = 0,
|
|
@@ -2036,7 +2203,7 @@ export declare namespace enums {
|
|
|
2036
2203
|
}
|
|
2037
2204
|
/**
|
|
2038
2205
|
* @name AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2039
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2206
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2040
2207
|
*/
|
|
2041
2208
|
enum AppCampaignAppStore {
|
|
2042
2209
|
UNSPECIFIED = 0,
|
|
@@ -2046,7 +2213,7 @@ export declare namespace enums {
|
|
|
2046
2213
|
}
|
|
2047
2214
|
/**
|
|
2048
2215
|
* @name AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2049
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2216
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2050
2217
|
*/
|
|
2051
2218
|
enum AppCampaignBiddingStrategyGoalType {
|
|
2052
2219
|
UNSPECIFIED = 0,
|
|
@@ -2060,7 +2227,7 @@ export declare namespace enums {
|
|
|
2060
2227
|
}
|
|
2061
2228
|
/**
|
|
2062
2229
|
* @name AppPlaceholderFieldEnum.AppPlaceholderField
|
|
2063
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2230
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AppPlaceholderFieldEnum.AppPlaceholderField
|
|
2064
2231
|
*/
|
|
2065
2232
|
enum AppPlaceholderField {
|
|
2066
2233
|
UNSPECIFIED = 0,
|
|
@@ -2074,9 +2241,28 @@ export declare namespace enums {
|
|
|
2074
2241
|
TRACKING_URL = 8,
|
|
2075
2242
|
FINAL_URL_SUFFIX = 9
|
|
2076
2243
|
}
|
|
2244
|
+
/**
|
|
2245
|
+
* @name AssetAutomationStatusEnum.AssetAutomationStatus
|
|
2246
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetAutomationStatusEnum.AssetAutomationStatus
|
|
2247
|
+
*/
|
|
2248
|
+
enum AssetAutomationStatus {
|
|
2249
|
+
UNSPECIFIED = 0,
|
|
2250
|
+
UNKNOWN = 1,
|
|
2251
|
+
OPTED_IN = 2,
|
|
2252
|
+
OPTED_OUT = 3
|
|
2253
|
+
}
|
|
2254
|
+
/**
|
|
2255
|
+
* @name AssetAutomationTypeEnum.AssetAutomationType
|
|
2256
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetAutomationTypeEnum.AssetAutomationType
|
|
2257
|
+
*/
|
|
2258
|
+
enum AssetAutomationType {
|
|
2259
|
+
UNSPECIFIED = 0,
|
|
2260
|
+
UNKNOWN = 1,
|
|
2261
|
+
TEXT_ASSET_AUTOMATION = 2
|
|
2262
|
+
}
|
|
2077
2263
|
/**
|
|
2078
2264
|
* @name AssetFieldTypeEnum.AssetFieldType
|
|
2079
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2265
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetFieldTypeEnum.AssetFieldType
|
|
2080
2266
|
*/
|
|
2081
2267
|
enum AssetFieldType {
|
|
2082
2268
|
UNSPECIFIED = 0,
|
|
@@ -2111,7 +2297,7 @@ export declare namespace enums {
|
|
|
2111
2297
|
}
|
|
2112
2298
|
/**
|
|
2113
2299
|
* @name AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
|
|
2114
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2300
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
|
|
2115
2301
|
*/
|
|
2116
2302
|
enum AssetGroupPrimaryStatus {
|
|
2117
2303
|
UNSPECIFIED = 0,
|
|
@@ -2125,7 +2311,7 @@ export declare namespace enums {
|
|
|
2125
2311
|
}
|
|
2126
2312
|
/**
|
|
2127
2313
|
* @name AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
|
|
2128
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2314
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
|
|
2129
2315
|
*/
|
|
2130
2316
|
enum AssetGroupPrimaryStatusReason {
|
|
2131
2317
|
UNSPECIFIED = 0,
|
|
@@ -2140,9 +2326,21 @@ export declare namespace enums {
|
|
|
2140
2326
|
ASSET_GROUP_DISAPPROVED = 9,
|
|
2141
2327
|
ASSET_GROUP_UNDER_REVIEW = 10
|
|
2142
2328
|
}
|
|
2329
|
+
/**
|
|
2330
|
+
* @name AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
|
|
2331
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
|
|
2332
|
+
*/
|
|
2333
|
+
enum AssetGroupSignalApprovalStatus {
|
|
2334
|
+
UNSPECIFIED = 0,
|
|
2335
|
+
UNKNOWN = 1,
|
|
2336
|
+
APPROVED = 2,
|
|
2337
|
+
LIMITED = 3,
|
|
2338
|
+
DISAPPROVED = 4,
|
|
2339
|
+
UNDER_REVIEW = 5
|
|
2340
|
+
}
|
|
2143
2341
|
/**
|
|
2144
2342
|
* @name AssetGroupStatusEnum.AssetGroupStatus
|
|
2145
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2343
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetGroupStatusEnum.AssetGroupStatus
|
|
2146
2344
|
*/
|
|
2147
2345
|
enum AssetGroupStatus {
|
|
2148
2346
|
UNSPECIFIED = 0,
|
|
@@ -2153,7 +2351,7 @@ export declare namespace enums {
|
|
|
2153
2351
|
}
|
|
2154
2352
|
/**
|
|
2155
2353
|
* @name AssetLinkStatusEnum.AssetLinkStatus
|
|
2156
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2354
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetLinkStatusEnum.AssetLinkStatus
|
|
2157
2355
|
*/
|
|
2158
2356
|
enum AssetLinkStatus {
|
|
2159
2357
|
UNSPECIFIED = 0,
|
|
@@ -2164,7 +2362,7 @@ export declare namespace enums {
|
|
|
2164
2362
|
}
|
|
2165
2363
|
/**
|
|
2166
2364
|
* @name AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2167
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2365
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2168
2366
|
*/
|
|
2169
2367
|
enum AssetSetAssetStatus {
|
|
2170
2368
|
UNSPECIFIED = 0,
|
|
@@ -2174,7 +2372,7 @@ export declare namespace enums {
|
|
|
2174
2372
|
}
|
|
2175
2373
|
/**
|
|
2176
2374
|
* @name AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2177
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2375
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2178
2376
|
*/
|
|
2179
2377
|
enum AssetSetLinkStatus {
|
|
2180
2378
|
UNSPECIFIED = 0,
|
|
@@ -2184,7 +2382,7 @@ export declare namespace enums {
|
|
|
2184
2382
|
}
|
|
2185
2383
|
/**
|
|
2186
2384
|
* @name AssetSetStatusEnum.AssetSetStatus
|
|
2187
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2385
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetSetStatusEnum.AssetSetStatus
|
|
2188
2386
|
*/
|
|
2189
2387
|
enum AssetSetStatus {
|
|
2190
2388
|
UNSPECIFIED = 0,
|
|
@@ -2194,7 +2392,7 @@ export declare namespace enums {
|
|
|
2194
2392
|
}
|
|
2195
2393
|
/**
|
|
2196
2394
|
* @name AssetSetTypeEnum.AssetSetType
|
|
2197
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2395
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetSetTypeEnum.AssetSetType
|
|
2198
2396
|
*/
|
|
2199
2397
|
enum AssetSetType {
|
|
2200
2398
|
UNSPECIFIED = 0,
|
|
@@ -2217,7 +2415,7 @@ export declare namespace enums {
|
|
|
2217
2415
|
}
|
|
2218
2416
|
/**
|
|
2219
2417
|
* @name AssetSourceEnum.AssetSource
|
|
2220
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2418
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetSourceEnum.AssetSource
|
|
2221
2419
|
*/
|
|
2222
2420
|
enum AssetSource {
|
|
2223
2421
|
UNSPECIFIED = 0,
|
|
@@ -2227,7 +2425,7 @@ export declare namespace enums {
|
|
|
2227
2425
|
}
|
|
2228
2426
|
/**
|
|
2229
2427
|
* @name AssetTypeEnum.AssetType
|
|
2230
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2428
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetTypeEnum.AssetType
|
|
2231
2429
|
*/
|
|
2232
2430
|
enum AssetType {
|
|
2233
2431
|
UNSPECIFIED = 0,
|
|
@@ -2262,7 +2460,7 @@ export declare namespace enums {
|
|
|
2262
2460
|
}
|
|
2263
2461
|
/**
|
|
2264
2462
|
* @name AsyncActionStatusEnum.AsyncActionStatus
|
|
2265
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2463
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AsyncActionStatusEnum.AsyncActionStatus
|
|
2266
2464
|
*/
|
|
2267
2465
|
enum AsyncActionStatus {
|
|
2268
2466
|
UNSPECIFIED = 0,
|
|
@@ -2275,7 +2473,7 @@ export declare namespace enums {
|
|
|
2275
2473
|
}
|
|
2276
2474
|
/**
|
|
2277
2475
|
* @name AttributionModelEnum.AttributionModel
|
|
2278
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2476
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AttributionModelEnum.AttributionModel
|
|
2279
2477
|
*/
|
|
2280
2478
|
enum AttributionModel {
|
|
2281
2479
|
UNSPECIFIED = 0,
|
|
@@ -2290,7 +2488,7 @@ export declare namespace enums {
|
|
|
2290
2488
|
}
|
|
2291
2489
|
/**
|
|
2292
2490
|
* @name AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
2293
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2491
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
2294
2492
|
*/
|
|
2295
2493
|
enum AudienceInsightsDimension {
|
|
2296
2494
|
UNSPECIFIED = 0,
|
|
@@ -2308,9 +2506,19 @@ export declare namespace enums {
|
|
|
2308
2506
|
AGE_RANGE = 12,
|
|
2309
2507
|
GENDER = 13
|
|
2310
2508
|
}
|
|
2509
|
+
/**
|
|
2510
|
+
* @name AudienceScopeEnum.AudienceScope
|
|
2511
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AudienceScopeEnum.AudienceScope
|
|
2512
|
+
*/
|
|
2513
|
+
enum AudienceScope {
|
|
2514
|
+
UNSPECIFIED = 0,
|
|
2515
|
+
UNKNOWN = 1,
|
|
2516
|
+
CUSTOMER = 2,
|
|
2517
|
+
ASSET_GROUP = 3
|
|
2518
|
+
}
|
|
2311
2519
|
/**
|
|
2312
2520
|
* @name AudienceStatusEnum.AudienceStatus
|
|
2313
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2521
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AudienceStatusEnum.AudienceStatus
|
|
2314
2522
|
*/
|
|
2315
2523
|
enum AudienceStatus {
|
|
2316
2524
|
UNSPECIFIED = 0,
|
|
@@ -2320,7 +2528,7 @@ export declare namespace enums {
|
|
|
2320
2528
|
}
|
|
2321
2529
|
/**
|
|
2322
2530
|
* @name BatchJobStatusEnum.BatchJobStatus
|
|
2323
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2531
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BatchJobStatusEnum.BatchJobStatus
|
|
2324
2532
|
*/
|
|
2325
2533
|
enum BatchJobStatus {
|
|
2326
2534
|
UNSPECIFIED = 0,
|
|
@@ -2331,7 +2539,7 @@ export declare namespace enums {
|
|
|
2331
2539
|
}
|
|
2332
2540
|
/**
|
|
2333
2541
|
* @name BidModifierSourceEnum.BidModifierSource
|
|
2334
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2542
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BidModifierSourceEnum.BidModifierSource
|
|
2335
2543
|
*/
|
|
2336
2544
|
enum BidModifierSource {
|
|
2337
2545
|
UNSPECIFIED = 0,
|
|
@@ -2341,7 +2549,7 @@ export declare namespace enums {
|
|
|
2341
2549
|
}
|
|
2342
2550
|
/**
|
|
2343
2551
|
* @name BiddingSourceEnum.BiddingSource
|
|
2344
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2552
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BiddingSourceEnum.BiddingSource
|
|
2345
2553
|
*/
|
|
2346
2554
|
enum BiddingSource {
|
|
2347
2555
|
UNSPECIFIED = 0,
|
|
@@ -2352,7 +2560,7 @@ export declare namespace enums {
|
|
|
2352
2560
|
}
|
|
2353
2561
|
/**
|
|
2354
2562
|
* @name BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2355
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2563
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2356
2564
|
*/
|
|
2357
2565
|
enum BiddingStrategyStatus {
|
|
2358
2566
|
UNSPECIFIED = 0,
|
|
@@ -2362,7 +2570,7 @@ export declare namespace enums {
|
|
|
2362
2570
|
}
|
|
2363
2571
|
/**
|
|
2364
2572
|
* @name BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2365
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2573
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2366
2574
|
*/
|
|
2367
2575
|
enum BiddingStrategySystemStatus {
|
|
2368
2576
|
UNSPECIFIED = 0,
|
|
@@ -2395,7 +2603,7 @@ export declare namespace enums {
|
|
|
2395
2603
|
}
|
|
2396
2604
|
/**
|
|
2397
2605
|
* @name BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2398
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2606
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2399
2607
|
*/
|
|
2400
2608
|
enum BiddingStrategyType {
|
|
2401
2609
|
UNSPECIFIED = 0,
|
|
@@ -2420,7 +2628,7 @@ export declare namespace enums {
|
|
|
2420
2628
|
}
|
|
2421
2629
|
/**
|
|
2422
2630
|
* @name BillingSetupStatusEnum.BillingSetupStatus
|
|
2423
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2631
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BillingSetupStatusEnum.BillingSetupStatus
|
|
2424
2632
|
*/
|
|
2425
2633
|
enum BillingSetupStatus {
|
|
2426
2634
|
UNSPECIFIED = 0,
|
|
@@ -2432,7 +2640,7 @@ export declare namespace enums {
|
|
|
2432
2640
|
}
|
|
2433
2641
|
/**
|
|
2434
2642
|
* @name BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2435
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2643
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2436
2644
|
*/
|
|
2437
2645
|
enum BrandSafetySuitability {
|
|
2438
2646
|
UNSPECIFIED = 0,
|
|
@@ -2441,9 +2649,23 @@ export declare namespace enums {
|
|
|
2441
2649
|
STANDARD_INVENTORY = 3,
|
|
2442
2650
|
LIMITED_INVENTORY = 4
|
|
2443
2651
|
}
|
|
2652
|
+
/**
|
|
2653
|
+
* @name BrandStateEnum.BrandState
|
|
2654
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BrandStateEnum.BrandState
|
|
2655
|
+
*/
|
|
2656
|
+
enum BrandState {
|
|
2657
|
+
UNSPECIFIED = 0,
|
|
2658
|
+
UNKNOWN = 1,
|
|
2659
|
+
ENABLED = 2,
|
|
2660
|
+
DEPRECATED = 3,
|
|
2661
|
+
UNVERIFIED = 4,
|
|
2662
|
+
APPROVED = 5,
|
|
2663
|
+
CANCELLED = 6,
|
|
2664
|
+
REJECTED = 7
|
|
2665
|
+
}
|
|
2444
2666
|
/**
|
|
2445
2667
|
* @name BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2446
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2668
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2447
2669
|
*/
|
|
2448
2670
|
enum BudgetDeliveryMethod {
|
|
2449
2671
|
UNSPECIFIED = 0,
|
|
@@ -2453,7 +2675,7 @@ export declare namespace enums {
|
|
|
2453
2675
|
}
|
|
2454
2676
|
/**
|
|
2455
2677
|
* @name BudgetPeriodEnum.BudgetPeriod
|
|
2456
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2678
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BudgetPeriodEnum.BudgetPeriod
|
|
2457
2679
|
*/
|
|
2458
2680
|
enum BudgetPeriod {
|
|
2459
2681
|
UNSPECIFIED = 0,
|
|
@@ -2463,7 +2685,7 @@ export declare namespace enums {
|
|
|
2463
2685
|
}
|
|
2464
2686
|
/**
|
|
2465
2687
|
* @name BudgetStatusEnum.BudgetStatus
|
|
2466
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2688
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BudgetStatusEnum.BudgetStatus
|
|
2467
2689
|
*/
|
|
2468
2690
|
enum BudgetStatus {
|
|
2469
2691
|
UNSPECIFIED = 0,
|
|
@@ -2473,7 +2695,7 @@ export declare namespace enums {
|
|
|
2473
2695
|
}
|
|
2474
2696
|
/**
|
|
2475
2697
|
* @name BudgetTypeEnum.BudgetType
|
|
2476
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2698
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BudgetTypeEnum.BudgetType
|
|
2477
2699
|
*/
|
|
2478
2700
|
enum BudgetType {
|
|
2479
2701
|
UNSPECIFIED = 0,
|
|
@@ -2485,7 +2707,7 @@ export declare namespace enums {
|
|
|
2485
2707
|
}
|
|
2486
2708
|
/**
|
|
2487
2709
|
* @name CallPlaceholderFieldEnum.CallPlaceholderField
|
|
2488
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2710
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CallPlaceholderFieldEnum.CallPlaceholderField
|
|
2489
2711
|
*/
|
|
2490
2712
|
enum CallPlaceholderField {
|
|
2491
2713
|
UNSPECIFIED = 0,
|
|
@@ -2498,7 +2720,7 @@ export declare namespace enums {
|
|
|
2498
2720
|
}
|
|
2499
2721
|
/**
|
|
2500
2722
|
* @name CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2501
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2723
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2502
2724
|
*/
|
|
2503
2725
|
enum CallTrackingDisplayLocation {
|
|
2504
2726
|
UNSPECIFIED = 0,
|
|
@@ -2508,7 +2730,7 @@ export declare namespace enums {
|
|
|
2508
2730
|
}
|
|
2509
2731
|
/**
|
|
2510
2732
|
* @name CallTypeEnum.CallType
|
|
2511
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2733
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CallTypeEnum.CallType
|
|
2512
2734
|
*/
|
|
2513
2735
|
enum CallType {
|
|
2514
2736
|
UNSPECIFIED = 0,
|
|
@@ -2518,7 +2740,7 @@ export declare namespace enums {
|
|
|
2518
2740
|
}
|
|
2519
2741
|
/**
|
|
2520
2742
|
* @name CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
2521
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2743
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
2522
2744
|
*/
|
|
2523
2745
|
enum CalloutPlaceholderField {
|
|
2524
2746
|
UNSPECIFIED = 0,
|
|
@@ -2527,7 +2749,7 @@ export declare namespace enums {
|
|
|
2527
2749
|
}
|
|
2528
2750
|
/**
|
|
2529
2751
|
* @name CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2530
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2752
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2531
2753
|
*/
|
|
2532
2754
|
enum CampaignCriterionStatus {
|
|
2533
2755
|
UNSPECIFIED = 0,
|
|
@@ -2538,7 +2760,7 @@ export declare namespace enums {
|
|
|
2538
2760
|
}
|
|
2539
2761
|
/**
|
|
2540
2762
|
* @name CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2541
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2763
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2542
2764
|
*/
|
|
2543
2765
|
enum CampaignDraftStatus {
|
|
2544
2766
|
UNSPECIFIED = 0,
|
|
@@ -2551,7 +2773,7 @@ export declare namespace enums {
|
|
|
2551
2773
|
}
|
|
2552
2774
|
/**
|
|
2553
2775
|
* @name CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2554
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2776
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2555
2777
|
*/
|
|
2556
2778
|
enum CampaignExperimentType {
|
|
2557
2779
|
UNSPECIFIED = 0,
|
|
@@ -2562,7 +2784,7 @@ export declare namespace enums {
|
|
|
2562
2784
|
}
|
|
2563
2785
|
/**
|
|
2564
2786
|
* @name CampaignGroupStatusEnum.CampaignGroupStatus
|
|
2565
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2787
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignGroupStatusEnum.CampaignGroupStatus
|
|
2566
2788
|
*/
|
|
2567
2789
|
enum CampaignGroupStatus {
|
|
2568
2790
|
UNSPECIFIED = 0,
|
|
@@ -2572,7 +2794,7 @@ export declare namespace enums {
|
|
|
2572
2794
|
}
|
|
2573
2795
|
/**
|
|
2574
2796
|
* @name CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
2575
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2797
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
2576
2798
|
*/
|
|
2577
2799
|
enum CampaignPrimaryStatus {
|
|
2578
2800
|
UNSPECIFIED = 0,
|
|
@@ -2589,7 +2811,7 @@ export declare namespace enums {
|
|
|
2589
2811
|
}
|
|
2590
2812
|
/**
|
|
2591
2813
|
* @name CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
2592
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2814
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
2593
2815
|
*/
|
|
2594
2816
|
enum CampaignPrimaryStatusReason {
|
|
2595
2817
|
UNSPECIFIED = 0,
|
|
@@ -2628,11 +2850,13 @@ export declare namespace enums {
|
|
|
2628
2850
|
APP_PARTIALLY_RELEASED = 33,
|
|
2629
2851
|
HAS_ASSET_GROUPS_DISAPPROVED = 34,
|
|
2630
2852
|
HAS_ASSET_GROUPS_LIMITED_BY_POLICY = 35,
|
|
2631
|
-
MOST_ASSET_GROUPS_UNDER_REVIEW = 36
|
|
2853
|
+
MOST_ASSET_GROUPS_UNDER_REVIEW = 36,
|
|
2854
|
+
NO_ASSET_GROUPS = 37,
|
|
2855
|
+
ASSET_GROUPS_PAUSED = 38
|
|
2632
2856
|
}
|
|
2633
2857
|
/**
|
|
2634
2858
|
* @name CampaignServingStatusEnum.CampaignServingStatus
|
|
2635
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2859
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignServingStatusEnum.CampaignServingStatus
|
|
2636
2860
|
*/
|
|
2637
2861
|
enum CampaignServingStatus {
|
|
2638
2862
|
UNSPECIFIED = 0,
|
|
@@ -2645,7 +2869,7 @@ export declare namespace enums {
|
|
|
2645
2869
|
}
|
|
2646
2870
|
/**
|
|
2647
2871
|
* @name CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2648
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2872
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2649
2873
|
*/
|
|
2650
2874
|
enum CampaignSharedSetStatus {
|
|
2651
2875
|
UNSPECIFIED = 0,
|
|
@@ -2655,7 +2879,7 @@ export declare namespace enums {
|
|
|
2655
2879
|
}
|
|
2656
2880
|
/**
|
|
2657
2881
|
* @name CampaignStatusEnum.CampaignStatus
|
|
2658
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2882
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignStatusEnum.CampaignStatus
|
|
2659
2883
|
*/
|
|
2660
2884
|
enum CampaignStatus {
|
|
2661
2885
|
UNSPECIFIED = 0,
|
|
@@ -2666,7 +2890,7 @@ export declare namespace enums {
|
|
|
2666
2890
|
}
|
|
2667
2891
|
/**
|
|
2668
2892
|
* @name ChangeClientTypeEnum.ChangeClientType
|
|
2669
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2893
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ChangeClientTypeEnum.ChangeClientType
|
|
2670
2894
|
*/
|
|
2671
2895
|
enum ChangeClientType {
|
|
2672
2896
|
UNSPECIFIED = 0,
|
|
@@ -2682,11 +2906,12 @@ export declare namespace enums {
|
|
|
2682
2906
|
SEARCH_ADS_360_SYNC = 10,
|
|
2683
2907
|
SEARCH_ADS_360_POST = 11,
|
|
2684
2908
|
INTERNAL_TOOL = 12,
|
|
2685
|
-
OTHER = 13
|
|
2909
|
+
OTHER = 13,
|
|
2910
|
+
GOOGLE_ADS_RECOMMENDATIONS_SUBSCRIPTION = 14
|
|
2686
2911
|
}
|
|
2687
2912
|
/**
|
|
2688
2913
|
* @name ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2689
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2914
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2690
2915
|
*/
|
|
2691
2916
|
enum ChangeEventResourceType {
|
|
2692
2917
|
UNSPECIFIED = 0,
|
|
@@ -2713,7 +2938,7 @@ export declare namespace enums {
|
|
|
2713
2938
|
}
|
|
2714
2939
|
/**
|
|
2715
2940
|
* @name ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2716
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2941
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2717
2942
|
*/
|
|
2718
2943
|
enum ChangeStatusOperation {
|
|
2719
2944
|
UNSPECIFIED = 0,
|
|
@@ -2724,7 +2949,7 @@ export declare namespace enums {
|
|
|
2724
2949
|
}
|
|
2725
2950
|
/**
|
|
2726
2951
|
* @name ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2727
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2952
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2728
2953
|
*/
|
|
2729
2954
|
enum ChangeStatusResourceType {
|
|
2730
2955
|
UNSPECIFIED = 0,
|
|
@@ -2749,7 +2974,7 @@ export declare namespace enums {
|
|
|
2749
2974
|
}
|
|
2750
2975
|
/**
|
|
2751
2976
|
* @name CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2752
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2977
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2753
2978
|
*/
|
|
2754
2979
|
enum CombinedAudienceStatus {
|
|
2755
2980
|
UNSPECIFIED = 0,
|
|
@@ -2759,7 +2984,7 @@ export declare namespace enums {
|
|
|
2759
2984
|
}
|
|
2760
2985
|
/**
|
|
2761
2986
|
* @name ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2762
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2987
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2763
2988
|
*/
|
|
2764
2989
|
enum ConversionActionCountingType {
|
|
2765
2990
|
UNSPECIFIED = 0,
|
|
@@ -2769,7 +2994,7 @@ export declare namespace enums {
|
|
|
2769
2994
|
}
|
|
2770
2995
|
/**
|
|
2771
2996
|
* @name ConversionActionStatusEnum.ConversionActionStatus
|
|
2772
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2997
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionActionStatusEnum.ConversionActionStatus
|
|
2773
2998
|
*/
|
|
2774
2999
|
enum ConversionActionStatus {
|
|
2775
3000
|
UNSPECIFIED = 0,
|
|
@@ -2780,7 +3005,7 @@ export declare namespace enums {
|
|
|
2780
3005
|
}
|
|
2781
3006
|
/**
|
|
2782
3007
|
* @name ConversionActionTypeEnum.ConversionActionType
|
|
2783
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3008
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionActionTypeEnum.ConversionActionType
|
|
2784
3009
|
*/
|
|
2785
3010
|
enum ConversionActionType {
|
|
2786
3011
|
UNSPECIFIED = 0,
|
|
@@ -2828,7 +3053,7 @@ export declare namespace enums {
|
|
|
2828
3053
|
}
|
|
2829
3054
|
/**
|
|
2830
3055
|
* @name ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
2831
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3056
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
2832
3057
|
*/
|
|
2833
3058
|
enum ConversionAdjustmentType {
|
|
2834
3059
|
UNSPECIFIED = 0,
|
|
@@ -2839,7 +3064,7 @@ export declare namespace enums {
|
|
|
2839
3064
|
}
|
|
2840
3065
|
/**
|
|
2841
3066
|
* @name ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
2842
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3067
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
2843
3068
|
*/
|
|
2844
3069
|
enum ConversionCustomVariableStatus {
|
|
2845
3070
|
UNSPECIFIED = 0,
|
|
@@ -2850,7 +3075,7 @@ export declare namespace enums {
|
|
|
2850
3075
|
}
|
|
2851
3076
|
/**
|
|
2852
3077
|
* @name ConversionEnvironmentEnum.ConversionEnvironment
|
|
2853
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3078
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionEnvironmentEnum.ConversionEnvironment
|
|
2854
3079
|
*/
|
|
2855
3080
|
enum ConversionEnvironment {
|
|
2856
3081
|
UNSPECIFIED = 0,
|
|
@@ -2860,7 +3085,7 @@ export declare namespace enums {
|
|
|
2860
3085
|
}
|
|
2861
3086
|
/**
|
|
2862
3087
|
* @name ConversionOriginEnum.ConversionOrigin
|
|
2863
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3088
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionOriginEnum.ConversionOrigin
|
|
2864
3089
|
*/
|
|
2865
3090
|
enum ConversionOrigin {
|
|
2866
3091
|
UNSPECIFIED = 0,
|
|
@@ -2874,7 +3099,7 @@ export declare namespace enums {
|
|
|
2874
3099
|
}
|
|
2875
3100
|
/**
|
|
2876
3101
|
* @name ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
2877
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3102
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
2878
3103
|
*/
|
|
2879
3104
|
enum ConversionTrackingStatus {
|
|
2880
3105
|
UNSPECIFIED = 0,
|
|
@@ -2886,7 +3111,7 @@ export declare namespace enums {
|
|
|
2886
3111
|
}
|
|
2887
3112
|
/**
|
|
2888
3113
|
* @name ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
2889
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3114
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
2890
3115
|
*/
|
|
2891
3116
|
enum ConversionValueRuleSetStatus {
|
|
2892
3117
|
UNSPECIFIED = 0,
|
|
@@ -2897,7 +3122,7 @@ export declare namespace enums {
|
|
|
2897
3122
|
}
|
|
2898
3123
|
/**
|
|
2899
3124
|
* @name ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
2900
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3125
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
2901
3126
|
*/
|
|
2902
3127
|
enum ConversionValueRuleStatus {
|
|
2903
3128
|
UNSPECIFIED = 0,
|
|
@@ -2908,7 +3133,7 @@ export declare namespace enums {
|
|
|
2908
3133
|
}
|
|
2909
3134
|
/**
|
|
2910
3135
|
* @name CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
2911
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3136
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
2912
3137
|
*/
|
|
2913
3138
|
enum CriterionSystemServingStatus {
|
|
2914
3139
|
UNSPECIFIED = 0,
|
|
@@ -2918,7 +3143,7 @@ export declare namespace enums {
|
|
|
2918
3143
|
}
|
|
2919
3144
|
/**
|
|
2920
3145
|
* @name CriterionTypeEnum.CriterionType
|
|
2921
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3146
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CriterionTypeEnum.CriterionType
|
|
2922
3147
|
*/
|
|
2923
3148
|
enum CriterionType {
|
|
2924
3149
|
UNSPECIFIED = 0,
|
|
@@ -2958,11 +3183,14 @@ export declare namespace enums {
|
|
|
2958
3183
|
KEYWORD_THEME = 34,
|
|
2959
3184
|
AUDIENCE = 35,
|
|
2960
3185
|
NEGATIVE_KEYWORD_LIST = 36,
|
|
2961
|
-
LOCAL_SERVICE_ID = 37
|
|
3186
|
+
LOCAL_SERVICE_ID = 37,
|
|
3187
|
+
SEARCH_THEME = 38,
|
|
3188
|
+
BRAND = 39,
|
|
3189
|
+
BRAND_LIST = 40
|
|
2962
3190
|
}
|
|
2963
3191
|
/**
|
|
2964
3192
|
* @name CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
2965
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3193
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
2966
3194
|
*/
|
|
2967
3195
|
enum CustomAudienceMemberType {
|
|
2968
3196
|
UNSPECIFIED = 0,
|
|
@@ -2974,7 +3202,7 @@ export declare namespace enums {
|
|
|
2974
3202
|
}
|
|
2975
3203
|
/**
|
|
2976
3204
|
* @name CustomAudienceStatusEnum.CustomAudienceStatus
|
|
2977
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3205
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomAudienceStatusEnum.CustomAudienceStatus
|
|
2978
3206
|
*/
|
|
2979
3207
|
enum CustomAudienceStatus {
|
|
2980
3208
|
UNSPECIFIED = 0,
|
|
@@ -2984,7 +3212,7 @@ export declare namespace enums {
|
|
|
2984
3212
|
}
|
|
2985
3213
|
/**
|
|
2986
3214
|
* @name CustomAudienceTypeEnum.CustomAudienceType
|
|
2987
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3215
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomAudienceTypeEnum.CustomAudienceType
|
|
2988
3216
|
*/
|
|
2989
3217
|
enum CustomAudienceType {
|
|
2990
3218
|
UNSPECIFIED = 0,
|
|
@@ -2996,7 +3224,7 @@ export declare namespace enums {
|
|
|
2996
3224
|
}
|
|
2997
3225
|
/**
|
|
2998
3226
|
* @name CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
2999
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3227
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
3000
3228
|
*/
|
|
3001
3229
|
enum CustomConversionGoalStatus {
|
|
3002
3230
|
UNSPECIFIED = 0,
|
|
@@ -3006,7 +3234,7 @@ export declare namespace enums {
|
|
|
3006
3234
|
}
|
|
3007
3235
|
/**
|
|
3008
3236
|
* @name CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3009
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3237
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3010
3238
|
*/
|
|
3011
3239
|
enum CustomInterestMemberType {
|
|
3012
3240
|
UNSPECIFIED = 0,
|
|
@@ -3016,7 +3244,7 @@ export declare namespace enums {
|
|
|
3016
3244
|
}
|
|
3017
3245
|
/**
|
|
3018
3246
|
* @name CustomInterestStatusEnum.CustomInterestStatus
|
|
3019
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3247
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomInterestStatusEnum.CustomInterestStatus
|
|
3020
3248
|
*/
|
|
3021
3249
|
enum CustomInterestStatus {
|
|
3022
3250
|
UNSPECIFIED = 0,
|
|
@@ -3026,7 +3254,7 @@ export declare namespace enums {
|
|
|
3026
3254
|
}
|
|
3027
3255
|
/**
|
|
3028
3256
|
* @name CustomInterestTypeEnum.CustomInterestType
|
|
3029
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3257
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomInterestTypeEnum.CustomInterestType
|
|
3030
3258
|
*/
|
|
3031
3259
|
enum CustomInterestType {
|
|
3032
3260
|
UNSPECIFIED = 0,
|
|
@@ -3036,7 +3264,7 @@ export declare namespace enums {
|
|
|
3036
3264
|
}
|
|
3037
3265
|
/**
|
|
3038
3266
|
* @name CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
3039
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3267
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
3040
3268
|
*/
|
|
3041
3269
|
enum CustomPlaceholderField {
|
|
3042
3270
|
UNSPECIFIED = 0,
|
|
@@ -3062,9 +3290,20 @@ export declare namespace enums {
|
|
|
3062
3290
|
IOS_APP_LINK = 20,
|
|
3063
3291
|
IOS_APP_STORE_ID = 21
|
|
3064
3292
|
}
|
|
3293
|
+
/**
|
|
3294
|
+
* @name CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
|
|
3295
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
|
|
3296
|
+
*/
|
|
3297
|
+
enum CustomerAcquisitionOptimizationMode {
|
|
3298
|
+
UNSPECIFIED = 0,
|
|
3299
|
+
UNKNOWN = 1,
|
|
3300
|
+
TARGET_ALL_EQUALLY = 2,
|
|
3301
|
+
BID_HIGHER_FOR_NEW_CUSTOMER = 3,
|
|
3302
|
+
TARGET_NEW_CUSTOMER = 4
|
|
3303
|
+
}
|
|
3065
3304
|
/**
|
|
3066
3305
|
* @name CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3067
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3306
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3068
3307
|
*/
|
|
3069
3308
|
enum CustomerPayPerConversionEligibilityFailureReason {
|
|
3070
3309
|
UNSPECIFIED = 0,
|
|
@@ -3079,7 +3318,7 @@ export declare namespace enums {
|
|
|
3079
3318
|
}
|
|
3080
3319
|
/**
|
|
3081
3320
|
* @name CustomerStatusEnum.CustomerStatus
|
|
3082
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3321
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomerStatusEnum.CustomerStatus
|
|
3083
3322
|
*/
|
|
3084
3323
|
enum CustomerStatus {
|
|
3085
3324
|
UNSPECIFIED = 0,
|
|
@@ -3091,7 +3330,7 @@ export declare namespace enums {
|
|
|
3091
3330
|
}
|
|
3092
3331
|
/**
|
|
3093
3332
|
* @name CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3094
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3333
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3095
3334
|
*/
|
|
3096
3335
|
enum CustomizerAttributeStatus {
|
|
3097
3336
|
UNSPECIFIED = 0,
|
|
@@ -3101,7 +3340,7 @@ export declare namespace enums {
|
|
|
3101
3340
|
}
|
|
3102
3341
|
/**
|
|
3103
3342
|
* @name CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3104
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3343
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3105
3344
|
*/
|
|
3106
3345
|
enum CustomizerValueStatus {
|
|
3107
3346
|
UNSPECIFIED = 0,
|
|
@@ -3111,7 +3350,7 @@ export declare namespace enums {
|
|
|
3111
3350
|
}
|
|
3112
3351
|
/**
|
|
3113
3352
|
* @name DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3114
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3353
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3115
3354
|
*/
|
|
3116
3355
|
enum DataDrivenModelStatus {
|
|
3117
3356
|
UNSPECIFIED = 0,
|
|
@@ -3123,7 +3362,7 @@ export declare namespace enums {
|
|
|
3123
3362
|
}
|
|
3124
3363
|
/**
|
|
3125
3364
|
* @name DistanceBucketEnum.DistanceBucket
|
|
3126
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3365
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/DistanceBucketEnum.DistanceBucket
|
|
3127
3366
|
*/
|
|
3128
3367
|
enum DistanceBucket {
|
|
3129
3368
|
UNSPECIFIED = 0,
|
|
@@ -3158,7 +3397,7 @@ export declare namespace enums {
|
|
|
3158
3397
|
}
|
|
3159
3398
|
/**
|
|
3160
3399
|
* @name DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
3161
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3400
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
3162
3401
|
*/
|
|
3163
3402
|
enum DsaPageFeedCriterionField {
|
|
3164
3403
|
UNSPECIFIED = 0,
|
|
@@ -3168,7 +3407,7 @@ export declare namespace enums {
|
|
|
3168
3407
|
}
|
|
3169
3408
|
/**
|
|
3170
3409
|
* @name EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
3171
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3410
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
3172
3411
|
*/
|
|
3173
3412
|
enum EducationPlaceholderField {
|
|
3174
3413
|
UNSPECIFIED = 0,
|
|
@@ -3193,7 +3432,7 @@ export declare namespace enums {
|
|
|
3193
3432
|
}
|
|
3194
3433
|
/**
|
|
3195
3434
|
* @name ExperimentStatusEnum.ExperimentStatus
|
|
3196
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3435
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ExperimentStatusEnum.ExperimentStatus
|
|
3197
3436
|
*/
|
|
3198
3437
|
enum ExperimentStatus {
|
|
3199
3438
|
UNSPECIFIED = 0,
|
|
@@ -3208,7 +3447,7 @@ export declare namespace enums {
|
|
|
3208
3447
|
}
|
|
3209
3448
|
/**
|
|
3210
3449
|
* @name ExperimentTypeEnum.ExperimentType
|
|
3211
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3450
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ExperimentTypeEnum.ExperimentType
|
|
3212
3451
|
*/
|
|
3213
3452
|
enum ExperimentType {
|
|
3214
3453
|
UNSPECIFIED = 0,
|
|
@@ -3226,7 +3465,7 @@ export declare namespace enums {
|
|
|
3226
3465
|
}
|
|
3227
3466
|
/**
|
|
3228
3467
|
* @name ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
3229
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3468
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
3230
3469
|
*/
|
|
3231
3470
|
enum ExtensionSettingDevice {
|
|
3232
3471
|
UNSPECIFIED = 0,
|
|
@@ -3236,7 +3475,7 @@ export declare namespace enums {
|
|
|
3236
3475
|
}
|
|
3237
3476
|
/**
|
|
3238
3477
|
* @name ExtensionTypeEnum.ExtensionType
|
|
3239
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3478
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ExtensionTypeEnum.ExtensionType
|
|
3240
3479
|
*/
|
|
3241
3480
|
enum ExtensionType {
|
|
3242
3481
|
UNSPECIFIED = 0,
|
|
@@ -3257,7 +3496,7 @@ export declare namespace enums {
|
|
|
3257
3496
|
}
|
|
3258
3497
|
/**
|
|
3259
3498
|
* @name FeedAttributeTypeEnum.FeedAttributeType
|
|
3260
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3499
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedAttributeTypeEnum.FeedAttributeType
|
|
3261
3500
|
*/
|
|
3262
3501
|
enum FeedAttributeType {
|
|
3263
3502
|
UNSPECIFIED = 0,
|
|
@@ -3278,7 +3517,7 @@ export declare namespace enums {
|
|
|
3278
3517
|
}
|
|
3279
3518
|
/**
|
|
3280
3519
|
* @name FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
3281
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3520
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
3282
3521
|
*/
|
|
3283
3522
|
enum FeedItemQualityApprovalStatus {
|
|
3284
3523
|
UNSPECIFIED = 0,
|
|
@@ -3288,7 +3527,7 @@ export declare namespace enums {
|
|
|
3288
3527
|
}
|
|
3289
3528
|
/**
|
|
3290
3529
|
* @name FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
3291
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3530
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
3292
3531
|
*/
|
|
3293
3532
|
enum FeedItemQualityDisapprovalReason {
|
|
3294
3533
|
UNSPECIFIED = 0,
|
|
@@ -3314,7 +3553,7 @@ export declare namespace enums {
|
|
|
3314
3553
|
}
|
|
3315
3554
|
/**
|
|
3316
3555
|
* @name FeedItemSetStatusEnum.FeedItemSetStatus
|
|
3317
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3556
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemSetStatusEnum.FeedItemSetStatus
|
|
3318
3557
|
*/
|
|
3319
3558
|
enum FeedItemSetStatus {
|
|
3320
3559
|
UNSPECIFIED = 0,
|
|
@@ -3324,7 +3563,7 @@ export declare namespace enums {
|
|
|
3324
3563
|
}
|
|
3325
3564
|
/**
|
|
3326
3565
|
* @name FeedItemStatusEnum.FeedItemStatus
|
|
3327
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3566
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemStatusEnum.FeedItemStatus
|
|
3328
3567
|
*/
|
|
3329
3568
|
enum FeedItemStatus {
|
|
3330
3569
|
UNSPECIFIED = 0,
|
|
@@ -3334,7 +3573,7 @@ export declare namespace enums {
|
|
|
3334
3573
|
}
|
|
3335
3574
|
/**
|
|
3336
3575
|
* @name FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
3337
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3576
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
3338
3577
|
*/
|
|
3339
3578
|
enum FeedItemTargetDevice {
|
|
3340
3579
|
UNSPECIFIED = 0,
|
|
@@ -3343,7 +3582,7 @@ export declare namespace enums {
|
|
|
3343
3582
|
}
|
|
3344
3583
|
/**
|
|
3345
3584
|
* @name FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
3346
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3585
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
3347
3586
|
*/
|
|
3348
3587
|
enum FeedItemTargetStatus {
|
|
3349
3588
|
UNSPECIFIED = 0,
|
|
@@ -3353,7 +3592,7 @@ export declare namespace enums {
|
|
|
3353
3592
|
}
|
|
3354
3593
|
/**
|
|
3355
3594
|
* @name FeedItemTargetTypeEnum.FeedItemTargetType
|
|
3356
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3595
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemTargetTypeEnum.FeedItemTargetType
|
|
3357
3596
|
*/
|
|
3358
3597
|
enum FeedItemTargetType {
|
|
3359
3598
|
UNSPECIFIED = 0,
|
|
@@ -3364,7 +3603,7 @@ export declare namespace enums {
|
|
|
3364
3603
|
}
|
|
3365
3604
|
/**
|
|
3366
3605
|
* @name FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
3367
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3606
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
3368
3607
|
*/
|
|
3369
3608
|
enum FeedItemValidationStatus {
|
|
3370
3609
|
UNSPECIFIED = 0,
|
|
@@ -3375,7 +3614,7 @@ export declare namespace enums {
|
|
|
3375
3614
|
}
|
|
3376
3615
|
/**
|
|
3377
3616
|
* @name FeedLinkStatusEnum.FeedLinkStatus
|
|
3378
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3617
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedLinkStatusEnum.FeedLinkStatus
|
|
3379
3618
|
*/
|
|
3380
3619
|
enum FeedLinkStatus {
|
|
3381
3620
|
UNSPECIFIED = 0,
|
|
@@ -3385,7 +3624,7 @@ export declare namespace enums {
|
|
|
3385
3624
|
}
|
|
3386
3625
|
/**
|
|
3387
3626
|
* @name FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
3388
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3627
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
3389
3628
|
*/
|
|
3390
3629
|
enum FeedMappingCriterionType {
|
|
3391
3630
|
UNSPECIFIED = 0,
|
|
@@ -3395,7 +3634,7 @@ export declare namespace enums {
|
|
|
3395
3634
|
}
|
|
3396
3635
|
/**
|
|
3397
3636
|
* @name FeedMappingStatusEnum.FeedMappingStatus
|
|
3398
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3637
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedMappingStatusEnum.FeedMappingStatus
|
|
3399
3638
|
*/
|
|
3400
3639
|
enum FeedMappingStatus {
|
|
3401
3640
|
UNSPECIFIED = 0,
|
|
@@ -3405,7 +3644,7 @@ export declare namespace enums {
|
|
|
3405
3644
|
}
|
|
3406
3645
|
/**
|
|
3407
3646
|
* @name FeedOriginEnum.FeedOrigin
|
|
3408
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3647
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedOriginEnum.FeedOrigin
|
|
3409
3648
|
*/
|
|
3410
3649
|
enum FeedOrigin {
|
|
3411
3650
|
UNSPECIFIED = 0,
|
|
@@ -3415,7 +3654,7 @@ export declare namespace enums {
|
|
|
3415
3654
|
}
|
|
3416
3655
|
/**
|
|
3417
3656
|
* @name FeedStatusEnum.FeedStatus
|
|
3418
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3657
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedStatusEnum.FeedStatus
|
|
3419
3658
|
*/
|
|
3420
3659
|
enum FeedStatus {
|
|
3421
3660
|
UNSPECIFIED = 0,
|
|
@@ -3425,7 +3664,7 @@ export declare namespace enums {
|
|
|
3425
3664
|
}
|
|
3426
3665
|
/**
|
|
3427
3666
|
* @name FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
3428
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3667
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
3429
3668
|
*/
|
|
3430
3669
|
enum FlightPlaceholderField {
|
|
3431
3670
|
UNSPECIFIED = 0,
|
|
@@ -3450,7 +3689,7 @@ export declare namespace enums {
|
|
|
3450
3689
|
}
|
|
3451
3690
|
/**
|
|
3452
3691
|
* @name GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3453
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3692
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3454
3693
|
*/
|
|
3455
3694
|
enum GeoTargetConstantStatus {
|
|
3456
3695
|
UNSPECIFIED = 0,
|
|
@@ -3460,7 +3699,7 @@ export declare namespace enums {
|
|
|
3460
3699
|
}
|
|
3461
3700
|
/**
|
|
3462
3701
|
* @name GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
3463
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3702
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
3464
3703
|
*/
|
|
3465
3704
|
enum GeoTargetingRestriction {
|
|
3466
3705
|
UNSPECIFIED = 0,
|
|
@@ -3469,7 +3708,7 @@ export declare namespace enums {
|
|
|
3469
3708
|
}
|
|
3470
3709
|
/**
|
|
3471
3710
|
* @name GeoTargetingTypeEnum.GeoTargetingType
|
|
3472
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3711
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GeoTargetingTypeEnum.GeoTargetingType
|
|
3473
3712
|
*/
|
|
3474
3713
|
enum GeoTargetingType {
|
|
3475
3714
|
UNSPECIFIED = 0,
|
|
@@ -3479,7 +3718,7 @@ export declare namespace enums {
|
|
|
3479
3718
|
}
|
|
3480
3719
|
/**
|
|
3481
3720
|
* @name GoalConfigLevelEnum.GoalConfigLevel
|
|
3482
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3721
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GoalConfigLevelEnum.GoalConfigLevel
|
|
3483
3722
|
*/
|
|
3484
3723
|
enum GoalConfigLevel {
|
|
3485
3724
|
UNSPECIFIED = 0,
|
|
@@ -3489,7 +3728,7 @@ export declare namespace enums {
|
|
|
3489
3728
|
}
|
|
3490
3729
|
/**
|
|
3491
3730
|
* @name GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3492
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3731
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3493
3732
|
*/
|
|
3494
3733
|
enum GoogleAdsFieldCategory {
|
|
3495
3734
|
UNSPECIFIED = 0,
|
|
@@ -3501,7 +3740,7 @@ export declare namespace enums {
|
|
|
3501
3740
|
}
|
|
3502
3741
|
/**
|
|
3503
3742
|
* @name GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3504
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3743
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3505
3744
|
*/
|
|
3506
3745
|
enum GoogleAdsFieldDataType {
|
|
3507
3746
|
UNSPECIFIED = 0,
|
|
@@ -3520,7 +3759,7 @@ export declare namespace enums {
|
|
|
3520
3759
|
}
|
|
3521
3760
|
/**
|
|
3522
3761
|
* @name GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3523
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3762
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3524
3763
|
*/
|
|
3525
3764
|
enum GoogleVoiceCallStatus {
|
|
3526
3765
|
UNSPECIFIED = 0,
|
|
@@ -3530,7 +3769,7 @@ export declare namespace enums {
|
|
|
3530
3769
|
}
|
|
3531
3770
|
/**
|
|
3532
3771
|
* @name HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
3533
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3772
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
3534
3773
|
*/
|
|
3535
3774
|
enum HotelAssetSuggestionStatus {
|
|
3536
3775
|
UNSPECIFIED = 0,
|
|
@@ -3541,7 +3780,7 @@ export declare namespace enums {
|
|
|
3541
3780
|
}
|
|
3542
3781
|
/**
|
|
3543
3782
|
* @name HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
3544
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3783
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
3545
3784
|
*/
|
|
3546
3785
|
enum HotelPlaceholderField {
|
|
3547
3786
|
UNSPECIFIED = 0,
|
|
@@ -3569,7 +3808,7 @@ export declare namespace enums {
|
|
|
3569
3808
|
}
|
|
3570
3809
|
/**
|
|
3571
3810
|
* @name HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3572
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3811
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3573
3812
|
*/
|
|
3574
3813
|
enum HotelReconciliationStatus {
|
|
3575
3814
|
UNSPECIFIED = 0,
|
|
@@ -3579,9 +3818,30 @@ export declare namespace enums {
|
|
|
3579
3818
|
RECONCILED = 4,
|
|
3580
3819
|
CANCELED = 5
|
|
3581
3820
|
}
|
|
3821
|
+
/**
|
|
3822
|
+
* @name IdentityVerificationProgramEnum.IdentityVerificationProgram
|
|
3823
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/IdentityVerificationProgramEnum.IdentityVerificationProgram
|
|
3824
|
+
*/
|
|
3825
|
+
enum IdentityVerificationProgram {
|
|
3826
|
+
UNSPECIFIED = 0,
|
|
3827
|
+
UNKNOWN = 1,
|
|
3828
|
+
ADVERTISER_IDENTITY_VERIFICATION = 2
|
|
3829
|
+
}
|
|
3830
|
+
/**
|
|
3831
|
+
* @name IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
|
|
3832
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
|
|
3833
|
+
*/
|
|
3834
|
+
enum IdentityVerificationProgramStatus {
|
|
3835
|
+
UNSPECIFIED = 0,
|
|
3836
|
+
UNKNOWN = 1,
|
|
3837
|
+
PENDING_USER_ACTION = 2,
|
|
3838
|
+
PENDING_REVIEW = 3,
|
|
3839
|
+
SUCCESS = 4,
|
|
3840
|
+
FAILURE = 5
|
|
3841
|
+
}
|
|
3582
3842
|
/**
|
|
3583
3843
|
* @name ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
3584
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3844
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
3585
3845
|
*/
|
|
3586
3846
|
enum ImagePlaceholderField {
|
|
3587
3847
|
UNSPECIFIED = 0,
|
|
@@ -3590,7 +3850,7 @@ export declare namespace enums {
|
|
|
3590
3850
|
}
|
|
3591
3851
|
/**
|
|
3592
3852
|
* @name InvoiceTypeEnum.InvoiceType
|
|
3593
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3853
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/InvoiceTypeEnum.InvoiceType
|
|
3594
3854
|
*/
|
|
3595
3855
|
enum InvoiceType {
|
|
3596
3856
|
UNSPECIFIED = 0,
|
|
@@ -3600,7 +3860,7 @@ export declare namespace enums {
|
|
|
3600
3860
|
}
|
|
3601
3861
|
/**
|
|
3602
3862
|
* @name JobPlaceholderFieldEnum.JobPlaceholderField
|
|
3603
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3863
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/JobPlaceholderFieldEnum.JobPlaceholderField
|
|
3604
3864
|
*/
|
|
3605
3865
|
enum JobPlaceholderField {
|
|
3606
3866
|
UNSPECIFIED = 0,
|
|
@@ -3625,7 +3885,7 @@ export declare namespace enums {
|
|
|
3625
3885
|
}
|
|
3626
3886
|
/**
|
|
3627
3887
|
* @name KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3628
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3888
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3629
3889
|
*/
|
|
3630
3890
|
enum KeywordPlanForecastInterval {
|
|
3631
3891
|
UNSPECIFIED = 0,
|
|
@@ -3636,7 +3896,7 @@ export declare namespace enums {
|
|
|
3636
3896
|
}
|
|
3637
3897
|
/**
|
|
3638
3898
|
* @name KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3639
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3899
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3640
3900
|
*/
|
|
3641
3901
|
enum KeywordPlanKeywordAnnotation {
|
|
3642
3902
|
UNSPECIFIED = 0,
|
|
@@ -3645,7 +3905,7 @@ export declare namespace enums {
|
|
|
3645
3905
|
}
|
|
3646
3906
|
/**
|
|
3647
3907
|
* @name KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3648
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3908
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3649
3909
|
*/
|
|
3650
3910
|
enum KeywordPlanNetwork {
|
|
3651
3911
|
UNSPECIFIED = 0,
|
|
@@ -3655,7 +3915,7 @@ export declare namespace enums {
|
|
|
3655
3915
|
}
|
|
3656
3916
|
/**
|
|
3657
3917
|
* @name LabelStatusEnum.LabelStatus
|
|
3658
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3918
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LabelStatusEnum.LabelStatus
|
|
3659
3919
|
*/
|
|
3660
3920
|
enum LabelStatus {
|
|
3661
3921
|
UNSPECIFIED = 0,
|
|
@@ -3665,43 +3925,29 @@ export declare namespace enums {
|
|
|
3665
3925
|
}
|
|
3666
3926
|
/**
|
|
3667
3927
|
* @name LinkedAccountTypeEnum.LinkedAccountType
|
|
3668
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3928
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LinkedAccountTypeEnum.LinkedAccountType
|
|
3669
3929
|
*/
|
|
3670
3930
|
enum LinkedAccountType {
|
|
3671
3931
|
UNSPECIFIED = 0,
|
|
3672
3932
|
UNKNOWN = 1,
|
|
3673
|
-
THIRD_PARTY_APP_ANALYTICS = 2
|
|
3674
|
-
DATA_PARTNER = 3,
|
|
3675
|
-
GOOGLE_ADS = 4,
|
|
3676
|
-
HOTEL_CENTER = 5,
|
|
3677
|
-
ADVERTISING_PARTNER = 6
|
|
3933
|
+
THIRD_PARTY_APP_ANALYTICS = 2
|
|
3678
3934
|
}
|
|
3679
3935
|
/**
|
|
3680
3936
|
* @name LinkedProductTypeEnum.LinkedProductType
|
|
3681
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3937
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LinkedProductTypeEnum.LinkedProductType
|
|
3682
3938
|
*/
|
|
3683
3939
|
enum LinkedProductType {
|
|
3684
3940
|
UNSPECIFIED = 0,
|
|
3685
3941
|
UNKNOWN = 1,
|
|
3686
3942
|
DATA_PARTNER = 2,
|
|
3687
|
-
GOOGLE_ADS = 3
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v14/ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
|
|
3692
|
-
*/
|
|
3693
|
-
enum ListingGroupFilterBiddingCategoryLevel {
|
|
3694
|
-
UNSPECIFIED = 0,
|
|
3695
|
-
UNKNOWN = 1,
|
|
3696
|
-
LEVEL1 = 2,
|
|
3697
|
-
LEVEL2 = 3,
|
|
3698
|
-
LEVEL3 = 4,
|
|
3699
|
-
LEVEL4 = 5,
|
|
3700
|
-
LEVEL5 = 6
|
|
3943
|
+
GOOGLE_ADS = 3,
|
|
3944
|
+
HOTEL_CENTER = 7,
|
|
3945
|
+
MERCHANT_CENTER = 8,
|
|
3946
|
+
ADVERTISING_PARTNER = 9
|
|
3701
3947
|
}
|
|
3702
3948
|
/**
|
|
3703
3949
|
* @name ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3704
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3950
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3705
3951
|
*/
|
|
3706
3952
|
enum ListingGroupFilterCustomAttributeIndex {
|
|
3707
3953
|
UNSPECIFIED = 0,
|
|
@@ -3712,9 +3958,32 @@ export declare namespace enums {
|
|
|
3712
3958
|
INDEX3 = 5,
|
|
3713
3959
|
INDEX4 = 6
|
|
3714
3960
|
}
|
|
3961
|
+
/**
|
|
3962
|
+
* @name ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
|
|
3963
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
|
|
3964
|
+
*/
|
|
3965
|
+
enum ListingGroupFilterListingSource {
|
|
3966
|
+
UNSPECIFIED = 0,
|
|
3967
|
+
UNKNOWN = 1,
|
|
3968
|
+
SHOPPING = 2,
|
|
3969
|
+
WEBPAGE = 3
|
|
3970
|
+
}
|
|
3971
|
+
/**
|
|
3972
|
+
* @name ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
|
|
3973
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
|
|
3974
|
+
*/
|
|
3975
|
+
enum ListingGroupFilterProductCategoryLevel {
|
|
3976
|
+
UNSPECIFIED = 0,
|
|
3977
|
+
UNKNOWN = 1,
|
|
3978
|
+
LEVEL1 = 2,
|
|
3979
|
+
LEVEL2 = 3,
|
|
3980
|
+
LEVEL3 = 4,
|
|
3981
|
+
LEVEL4 = 5,
|
|
3982
|
+
LEVEL5 = 6
|
|
3983
|
+
}
|
|
3715
3984
|
/**
|
|
3716
3985
|
* @name ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3717
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3986
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3718
3987
|
*/
|
|
3719
3988
|
enum ListingGroupFilterProductChannel {
|
|
3720
3989
|
UNSPECIFIED = 0,
|
|
@@ -3724,7 +3993,7 @@ export declare namespace enums {
|
|
|
3724
3993
|
}
|
|
3725
3994
|
/**
|
|
3726
3995
|
* @name ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3727
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3996
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3728
3997
|
*/
|
|
3729
3998
|
enum ListingGroupFilterProductCondition {
|
|
3730
3999
|
UNSPECIFIED = 0,
|
|
@@ -3735,7 +4004,7 @@ export declare namespace enums {
|
|
|
3735
4004
|
}
|
|
3736
4005
|
/**
|
|
3737
4006
|
* @name ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3738
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4007
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3739
4008
|
*/
|
|
3740
4009
|
enum ListingGroupFilterProductTypeLevel {
|
|
3741
4010
|
UNSPECIFIED = 0,
|
|
@@ -3748,7 +4017,7 @@ export declare namespace enums {
|
|
|
3748
4017
|
}
|
|
3749
4018
|
/**
|
|
3750
4019
|
* @name ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3751
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4020
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3752
4021
|
*/
|
|
3753
4022
|
enum ListingGroupFilterType {
|
|
3754
4023
|
UNSPECIFIED = 0,
|
|
@@ -3757,18 +4026,9 @@ export declare namespace enums {
|
|
|
3757
4026
|
UNIT_INCLUDED = 3,
|
|
3758
4027
|
UNIT_EXCLUDED = 4
|
|
3759
4028
|
}
|
|
3760
|
-
/**
|
|
3761
|
-
* @name ListingGroupFilterVerticalEnum.ListingGroupFilterVertical
|
|
3762
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v14/ListingGroupFilterVerticalEnum.ListingGroupFilterVertical
|
|
3763
|
-
*/
|
|
3764
|
-
enum ListingGroupFilterVertical {
|
|
3765
|
-
UNSPECIFIED = 0,
|
|
3766
|
-
UNKNOWN = 1,
|
|
3767
|
-
SHOPPING = 2
|
|
3768
|
-
}
|
|
3769
4029
|
/**
|
|
3770
4030
|
* @name ListingTypeEnum.ListingType
|
|
3771
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4031
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingTypeEnum.ListingType
|
|
3772
4032
|
*/
|
|
3773
4033
|
enum ListingType {
|
|
3774
4034
|
UNSPECIFIED = 0,
|
|
@@ -3777,7 +4037,7 @@ export declare namespace enums {
|
|
|
3777
4037
|
}
|
|
3778
4038
|
/**
|
|
3779
4039
|
* @name LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
3780
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4040
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
3781
4041
|
*/
|
|
3782
4042
|
enum LocalPlaceholderField {
|
|
3783
4043
|
UNSPECIFIED = 0,
|
|
@@ -3802,9 +4062,183 @@ export declare namespace enums {
|
|
|
3802
4062
|
IOS_APP_LINK = 19,
|
|
3803
4063
|
IOS_APP_STORE_ID = 20
|
|
3804
4064
|
}
|
|
4065
|
+
/**
|
|
4066
|
+
* @name LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
|
|
4067
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
|
|
4068
|
+
*/
|
|
4069
|
+
enum LocalServicesBusinessRegistrationCheckRejectionReason {
|
|
4070
|
+
UNSPECIFIED = 0,
|
|
4071
|
+
UNKNOWN = 1,
|
|
4072
|
+
BUSINESS_NAME_MISMATCH = 2,
|
|
4073
|
+
BUSINESS_DETAILS_MISMATCH = 3,
|
|
4074
|
+
ID_NOT_FOUND = 4,
|
|
4075
|
+
POOR_DOCUMENT_IMAGE_QUALITY = 5,
|
|
4076
|
+
DOCUMENT_EXPIRED = 6,
|
|
4077
|
+
DOCUMENT_INVALID = 7,
|
|
4078
|
+
DOCUMENT_TYPE_MISMATCH = 8,
|
|
4079
|
+
DOCUMENT_UNVERIFIABLE = 9,
|
|
4080
|
+
OTHER = 10
|
|
4081
|
+
}
|
|
4082
|
+
/**
|
|
4083
|
+
* @name LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
|
|
4084
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
|
|
4085
|
+
*/
|
|
4086
|
+
enum LocalServicesBusinessRegistrationType {
|
|
4087
|
+
UNSPECIFIED = 0,
|
|
4088
|
+
UNKNOWN = 1,
|
|
4089
|
+
NUMBER = 2,
|
|
4090
|
+
DOCUMENT = 3
|
|
4091
|
+
}
|
|
4092
|
+
/**
|
|
4093
|
+
* @name LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
|
|
4094
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
|
|
4095
|
+
*/
|
|
4096
|
+
enum LocalServicesLeadConversationType {
|
|
4097
|
+
UNSPECIFIED = 0,
|
|
4098
|
+
UNKNOWN = 1,
|
|
4099
|
+
EMAIL = 2,
|
|
4100
|
+
MESSAGE = 3,
|
|
4101
|
+
PHONE_CALL = 4,
|
|
4102
|
+
SMS = 5,
|
|
4103
|
+
BOOKING = 6
|
|
4104
|
+
}
|
|
4105
|
+
/**
|
|
4106
|
+
* @name LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
|
|
4107
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
|
|
4108
|
+
*/
|
|
4109
|
+
enum LocalServicesEmployeeStatus {
|
|
4110
|
+
UNSPECIFIED = 0,
|
|
4111
|
+
UNKNOWN = 1,
|
|
4112
|
+
ENABLED = 2,
|
|
4113
|
+
REMOVED = 3
|
|
4114
|
+
}
|
|
4115
|
+
/**
|
|
4116
|
+
* @name LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
|
|
4117
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
|
|
4118
|
+
*/
|
|
4119
|
+
enum LocalServicesEmployeeType {
|
|
4120
|
+
UNSPECIFIED = 0,
|
|
4121
|
+
UNKNOWN = 1,
|
|
4122
|
+
BUSINESS_OWNER = 2,
|
|
4123
|
+
EMPLOYEE = 3
|
|
4124
|
+
}
|
|
4125
|
+
/**
|
|
4126
|
+
* @name LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
|
|
4127
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
|
|
4128
|
+
*/
|
|
4129
|
+
enum LocalServicesInsuranceRejectionReason {
|
|
4130
|
+
UNSPECIFIED = 0,
|
|
4131
|
+
UNKNOWN = 1,
|
|
4132
|
+
BUSINESS_NAME_MISMATCH = 2,
|
|
4133
|
+
INSURANCE_AMOUNT_INSUFFICIENT = 3,
|
|
4134
|
+
EXPIRED = 4,
|
|
4135
|
+
NO_SIGNATURE = 5,
|
|
4136
|
+
NO_POLICY_NUMBER = 6,
|
|
4137
|
+
NO_COMMERCIAL_GENERAL_LIABILITY = 7,
|
|
4138
|
+
EDITABLE_FORMAT = 8,
|
|
4139
|
+
CATEGORY_MISMATCH = 9,
|
|
4140
|
+
MISSING_EXPIRATION_DATE = 10,
|
|
4141
|
+
POOR_QUALITY = 11,
|
|
4142
|
+
POTENTIALLY_EDITED = 12,
|
|
4143
|
+
WRONG_DOCUMENT_TYPE = 13,
|
|
4144
|
+
NON_FINAL = 14,
|
|
4145
|
+
OTHER = 15
|
|
4146
|
+
}
|
|
4147
|
+
/**
|
|
4148
|
+
* @name LocalServicesLeadStatusEnum.LocalServicesLeadStatus
|
|
4149
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesLeadStatusEnum.LocalServicesLeadStatus
|
|
4150
|
+
*/
|
|
4151
|
+
enum LocalServicesLeadStatus {
|
|
4152
|
+
UNSPECIFIED = 0,
|
|
4153
|
+
UNKNOWN = 1,
|
|
4154
|
+
NEW = 2,
|
|
4155
|
+
ACTIVE = 3,
|
|
4156
|
+
BOOKED = 4,
|
|
4157
|
+
DECLINED = 5,
|
|
4158
|
+
EXPIRED = 6,
|
|
4159
|
+
DISABLED = 7,
|
|
4160
|
+
CONSUMER_DECLINED = 8,
|
|
4161
|
+
WIPED_OUT = 9
|
|
4162
|
+
}
|
|
4163
|
+
/**
|
|
4164
|
+
* @name LocalServicesLeadTypeEnum.LocalServicesLeadType
|
|
4165
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesLeadTypeEnum.LocalServicesLeadType
|
|
4166
|
+
*/
|
|
4167
|
+
enum LocalServicesLeadType {
|
|
4168
|
+
UNSPECIFIED = 0,
|
|
4169
|
+
UNKNOWN = 1,
|
|
4170
|
+
MESSAGE = 2,
|
|
4171
|
+
PHONE_CALL = 3,
|
|
4172
|
+
BOOKING = 4
|
|
4173
|
+
}
|
|
4174
|
+
/**
|
|
4175
|
+
* @name LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
|
|
4176
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
|
|
4177
|
+
*/
|
|
4178
|
+
enum LocalServicesLicenseRejectionReason {
|
|
4179
|
+
UNSPECIFIED = 0,
|
|
4180
|
+
UNKNOWN = 1,
|
|
4181
|
+
BUSINESS_NAME_MISMATCH = 2,
|
|
4182
|
+
UNAUTHORIZED = 3,
|
|
4183
|
+
EXPIRED = 4,
|
|
4184
|
+
POOR_QUALITY = 5,
|
|
4185
|
+
UNVERIFIABLE = 6,
|
|
4186
|
+
WRONG_DOCUMENT_OR_ID = 7,
|
|
4187
|
+
OTHER = 8
|
|
4188
|
+
}
|
|
4189
|
+
/**
|
|
4190
|
+
* @name LocalServicesParticipantTypeEnum.LocalServicesParticipantType
|
|
4191
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesParticipantTypeEnum.LocalServicesParticipantType
|
|
4192
|
+
*/
|
|
4193
|
+
enum LocalServicesParticipantType {
|
|
4194
|
+
UNSPECIFIED = 0,
|
|
4195
|
+
UNKNOWN = 1,
|
|
4196
|
+
ADVERTISER = 2,
|
|
4197
|
+
CONSUMER = 3
|
|
4198
|
+
}
|
|
4199
|
+
/**
|
|
4200
|
+
* @name LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
|
|
4201
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
|
|
4202
|
+
*/
|
|
4203
|
+
enum LocalServicesVerificationArtifactStatus {
|
|
4204
|
+
UNSPECIFIED = 0,
|
|
4205
|
+
UNKNOWN = 1,
|
|
4206
|
+
PASSED = 2,
|
|
4207
|
+
FAILED = 3,
|
|
4208
|
+
PENDING = 4,
|
|
4209
|
+
NO_SUBMISSION = 5,
|
|
4210
|
+
CANCELLED = 6
|
|
4211
|
+
}
|
|
4212
|
+
/**
|
|
4213
|
+
* @name LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
|
|
4214
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
|
|
4215
|
+
*/
|
|
4216
|
+
enum LocalServicesVerificationArtifactType {
|
|
4217
|
+
UNSPECIFIED = 0,
|
|
4218
|
+
UNKNOWN = 1,
|
|
4219
|
+
BACKGROUND_CHECK = 2,
|
|
4220
|
+
INSURANCE = 3,
|
|
4221
|
+
LICENSE = 4,
|
|
4222
|
+
BUSINESS_REGISTRATION_CHECK = 5
|
|
4223
|
+
}
|
|
4224
|
+
/**
|
|
4225
|
+
* @name LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
|
|
4226
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
|
|
4227
|
+
*/
|
|
4228
|
+
enum LocalServicesVerificationStatus {
|
|
4229
|
+
UNSPECIFIED = 0,
|
|
4230
|
+
UNKNOWN = 1,
|
|
4231
|
+
NEEDS_REVIEW = 2,
|
|
4232
|
+
FAILED = 3,
|
|
4233
|
+
PASSED = 4,
|
|
4234
|
+
NOT_APPLICABLE = 5,
|
|
4235
|
+
NO_SUBMISSION = 6,
|
|
4236
|
+
PARTIAL_SUBMISSION = 7,
|
|
4237
|
+
PENDING_ESCALATION = 8
|
|
4238
|
+
}
|
|
3805
4239
|
/**
|
|
3806
4240
|
* @name LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
3807
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4241
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
3808
4242
|
*/
|
|
3809
4243
|
enum LocationExtensionTargetingCriterionField {
|
|
3810
4244
|
UNSPECIFIED = 0,
|
|
@@ -3818,7 +4252,7 @@ export declare namespace enums {
|
|
|
3818
4252
|
}
|
|
3819
4253
|
/**
|
|
3820
4254
|
* @name LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
3821
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4255
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
3822
4256
|
*/
|
|
3823
4257
|
enum LocationPlaceholderField {
|
|
3824
4258
|
UNSPECIFIED = 0,
|
|
@@ -3834,7 +4268,7 @@ export declare namespace enums {
|
|
|
3834
4268
|
}
|
|
3835
4269
|
/**
|
|
3836
4270
|
* @name LocationSourceTypeEnum.LocationSourceType
|
|
3837
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4271
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocationSourceTypeEnum.LocationSourceType
|
|
3838
4272
|
*/
|
|
3839
4273
|
enum LocationSourceType {
|
|
3840
4274
|
UNSPECIFIED = 0,
|
|
@@ -3844,7 +4278,7 @@ export declare namespace enums {
|
|
|
3844
4278
|
}
|
|
3845
4279
|
/**
|
|
3846
4280
|
* @name ManagerLinkStatusEnum.ManagerLinkStatus
|
|
3847
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4281
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ManagerLinkStatusEnum.ManagerLinkStatus
|
|
3848
4282
|
*/
|
|
3849
4283
|
enum ManagerLinkStatus {
|
|
3850
4284
|
UNSPECIFIED = 0,
|
|
@@ -3857,7 +4291,7 @@ export declare namespace enums {
|
|
|
3857
4291
|
}
|
|
3858
4292
|
/**
|
|
3859
4293
|
* @name MediaTypeEnum.MediaType
|
|
3860
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4294
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MediaTypeEnum.MediaType
|
|
3861
4295
|
*/
|
|
3862
4296
|
enum MediaType {
|
|
3863
4297
|
UNSPECIFIED = 0,
|
|
@@ -3869,19 +4303,9 @@ export declare namespace enums {
|
|
|
3869
4303
|
VIDEO = 6,
|
|
3870
4304
|
DYNAMIC_IMAGE = 7
|
|
3871
4305
|
}
|
|
3872
|
-
/**
|
|
3873
|
-
* @name MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
3874
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v14/MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
3875
|
-
*/
|
|
3876
|
-
enum MerchantCenterLinkStatus {
|
|
3877
|
-
UNSPECIFIED = 0,
|
|
3878
|
-
UNKNOWN = 1,
|
|
3879
|
-
ENABLED = 2,
|
|
3880
|
-
PENDING = 3
|
|
3881
|
-
}
|
|
3882
4306
|
/**
|
|
3883
4307
|
* @name MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
3884
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4308
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
3885
4309
|
*/
|
|
3886
4310
|
enum MessagePlaceholderField {
|
|
3887
4311
|
UNSPECIFIED = 0,
|
|
@@ -3894,7 +4318,7 @@ export declare namespace enums {
|
|
|
3894
4318
|
}
|
|
3895
4319
|
/**
|
|
3896
4320
|
* @name MobileDeviceTypeEnum.MobileDeviceType
|
|
3897
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4321
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MobileDeviceTypeEnum.MobileDeviceType
|
|
3898
4322
|
*/
|
|
3899
4323
|
enum MobileDeviceType {
|
|
3900
4324
|
UNSPECIFIED = 0,
|
|
@@ -3904,7 +4328,7 @@ export declare namespace enums {
|
|
|
3904
4328
|
}
|
|
3905
4329
|
/**
|
|
3906
4330
|
* @name NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
3907
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4331
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
3908
4332
|
*/
|
|
3909
4333
|
enum NegativeGeoTargetType {
|
|
3910
4334
|
UNSPECIFIED = 0,
|
|
@@ -3914,7 +4338,7 @@ export declare namespace enums {
|
|
|
3914
4338
|
}
|
|
3915
4339
|
/**
|
|
3916
4340
|
* @name OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
|
|
3917
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4341
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
|
|
3918
4342
|
*/
|
|
3919
4343
|
enum OfflineConversionDiagnosticStatus {
|
|
3920
4344
|
UNSPECIFIED = 0,
|
|
@@ -3926,7 +4350,7 @@ export declare namespace enums {
|
|
|
3926
4350
|
}
|
|
3927
4351
|
/**
|
|
3928
4352
|
* @name OfflineEventUploadClientEnum.OfflineEventUploadClient
|
|
3929
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4353
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OfflineEventUploadClientEnum.OfflineEventUploadClient
|
|
3930
4354
|
*/
|
|
3931
4355
|
enum OfflineEventUploadClient {
|
|
3932
4356
|
UNSPECIFIED = 0,
|
|
@@ -3937,7 +4361,7 @@ export declare namespace enums {
|
|
|
3937
4361
|
}
|
|
3938
4362
|
/**
|
|
3939
4363
|
* @name OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
3940
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4364
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
3941
4365
|
*/
|
|
3942
4366
|
enum OfflineUserDataJobFailureReason {
|
|
3943
4367
|
UNSPECIFIED = 0,
|
|
@@ -3950,7 +4374,7 @@ export declare namespace enums {
|
|
|
3950
4374
|
}
|
|
3951
4375
|
/**
|
|
3952
4376
|
* @name OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
3953
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4377
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
3954
4378
|
*/
|
|
3955
4379
|
enum OfflineUserDataJobMatchRateRange {
|
|
3956
4380
|
UNSPECIFIED = 0,
|
|
@@ -3967,7 +4391,7 @@ export declare namespace enums {
|
|
|
3967
4391
|
}
|
|
3968
4392
|
/**
|
|
3969
4393
|
* @name OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
3970
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4394
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
3971
4395
|
*/
|
|
3972
4396
|
enum OfflineUserDataJobStatus {
|
|
3973
4397
|
UNSPECIFIED = 0,
|
|
@@ -3979,7 +4403,7 @@ export declare namespace enums {
|
|
|
3979
4403
|
}
|
|
3980
4404
|
/**
|
|
3981
4405
|
* @name OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
3982
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4406
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
3983
4407
|
*/
|
|
3984
4408
|
enum OfflineUserDataJobType {
|
|
3985
4409
|
UNSPECIFIED = 0,
|
|
@@ -3991,7 +4415,7 @@ export declare namespace enums {
|
|
|
3991
4415
|
}
|
|
3992
4416
|
/**
|
|
3993
4417
|
* @name OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
3994
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4418
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
3995
4419
|
*/
|
|
3996
4420
|
enum OperatingSystemVersionOperatorType {
|
|
3997
4421
|
UNSPECIFIED = 0,
|
|
@@ -4001,7 +4425,7 @@ export declare namespace enums {
|
|
|
4001
4425
|
}
|
|
4002
4426
|
/**
|
|
4003
4427
|
* @name OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4004
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4428
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4005
4429
|
*/
|
|
4006
4430
|
enum OptimizationGoalType {
|
|
4007
4431
|
UNSPECIFIED = 0,
|
|
@@ -4012,7 +4436,7 @@ export declare namespace enums {
|
|
|
4012
4436
|
}
|
|
4013
4437
|
/**
|
|
4014
4438
|
* @name PaymentModeEnum.PaymentMode
|
|
4015
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4439
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PaymentModeEnum.PaymentMode
|
|
4016
4440
|
*/
|
|
4017
4441
|
enum PaymentMode {
|
|
4018
4442
|
UNSPECIFIED = 0,
|
|
@@ -4024,19 +4448,19 @@ export declare namespace enums {
|
|
|
4024
4448
|
}
|
|
4025
4449
|
/**
|
|
4026
4450
|
* @name PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4027
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4451
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4028
4452
|
*/
|
|
4029
4453
|
enum PerformanceMaxUpgradeStatus {
|
|
4030
4454
|
UNSPECIFIED = 0,
|
|
4031
4455
|
UNKNOWN = 1,
|
|
4032
|
-
UPGRADE_ELIBIGLE = 2,
|
|
4033
4456
|
UPGRADE_IN_PROGRESS = 3,
|
|
4034
4457
|
UPGRADE_COMPLETE = 4,
|
|
4035
|
-
UPGRADE_FAILED = 5
|
|
4458
|
+
UPGRADE_FAILED = 5,
|
|
4459
|
+
UPGRADE_ELIGIBLE = 6
|
|
4036
4460
|
}
|
|
4037
4461
|
/**
|
|
4038
4462
|
* @name PlacementTypeEnum.PlacementType
|
|
4039
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4463
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PlacementTypeEnum.PlacementType
|
|
4040
4464
|
*/
|
|
4041
4465
|
enum PlacementType {
|
|
4042
4466
|
UNSPECIFIED = 0,
|
|
@@ -4050,7 +4474,7 @@ export declare namespace enums {
|
|
|
4050
4474
|
}
|
|
4051
4475
|
/**
|
|
4052
4476
|
* @name PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4053
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4477
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4054
4478
|
*/
|
|
4055
4479
|
enum PositiveGeoTargetType {
|
|
4056
4480
|
UNSPECIFIED = 0,
|
|
@@ -4061,7 +4485,7 @@ export declare namespace enums {
|
|
|
4061
4485
|
}
|
|
4062
4486
|
/**
|
|
4063
4487
|
* @name PricePlaceholderFieldEnum.PricePlaceholderField
|
|
4064
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4488
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PricePlaceholderFieldEnum.PricePlaceholderField
|
|
4065
4489
|
*/
|
|
4066
4490
|
enum PricePlaceholderField {
|
|
4067
4491
|
UNSPECIFIED = 0,
|
|
@@ -4121,18 +4545,32 @@ export declare namespace enums {
|
|
|
4121
4545
|
ITEM_8_FINAL_MOBILE_URLS = 805
|
|
4122
4546
|
}
|
|
4123
4547
|
/**
|
|
4124
|
-
* @name
|
|
4125
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4548
|
+
* @name ProductCategoryStateEnum.ProductCategoryState
|
|
4549
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductCategoryStateEnum.ProductCategoryState
|
|
4126
4550
|
*/
|
|
4127
|
-
enum
|
|
4551
|
+
enum ProductCategoryState {
|
|
4128
4552
|
UNSPECIFIED = 0,
|
|
4129
4553
|
UNKNOWN = 1,
|
|
4130
|
-
|
|
4554
|
+
ENABLED = 2,
|
|
4131
4555
|
OBSOLETE = 3
|
|
4132
4556
|
}
|
|
4557
|
+
/**
|
|
4558
|
+
* @name ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
|
|
4559
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
|
|
4560
|
+
*/
|
|
4561
|
+
enum ProductLinkInvitationStatus {
|
|
4562
|
+
UNSPECIFIED = 0,
|
|
4563
|
+
UNKNOWN = 1,
|
|
4564
|
+
ACCEPTED = 2,
|
|
4565
|
+
REQUESTED = 3,
|
|
4566
|
+
PENDING_APPROVAL = 4,
|
|
4567
|
+
REVOKED = 5,
|
|
4568
|
+
REJECTED = 6,
|
|
4569
|
+
EXPIRED = 7
|
|
4570
|
+
}
|
|
4133
4571
|
/**
|
|
4134
4572
|
* @name PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
4135
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4573
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
4136
4574
|
*/
|
|
4137
4575
|
enum PromotionPlaceholderField {
|
|
4138
4576
|
UNSPECIFIED = 0,
|
|
@@ -4154,7 +4592,7 @@ export declare namespace enums {
|
|
|
4154
4592
|
}
|
|
4155
4593
|
/**
|
|
4156
4594
|
* @name ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4157
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4595
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4158
4596
|
*/
|
|
4159
4597
|
enum ReachPlanAgeRange {
|
|
4160
4598
|
UNSPECIFIED = 0,
|
|
@@ -4188,7 +4626,7 @@ export declare namespace enums {
|
|
|
4188
4626
|
}
|
|
4189
4627
|
/**
|
|
4190
4628
|
* @name ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4191
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4629
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4192
4630
|
*/
|
|
4193
4631
|
enum ReachPlanNetwork {
|
|
4194
4632
|
UNSPECIFIED = 0,
|
|
@@ -4197,9 +4635,22 @@ export declare namespace enums {
|
|
|
4197
4635
|
GOOGLE_VIDEO_PARTNERS = 3,
|
|
4198
4636
|
YOUTUBE_AND_GOOGLE_VIDEO_PARTNERS = 4
|
|
4199
4637
|
}
|
|
4638
|
+
/**
|
|
4639
|
+
* @name ReachPlanSurfaceEnum.ReachPlanSurface
|
|
4640
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ReachPlanSurfaceEnum.ReachPlanSurface
|
|
4641
|
+
*/
|
|
4642
|
+
enum ReachPlanSurface {
|
|
4643
|
+
UNSPECIFIED = 0,
|
|
4644
|
+
UNKNOWN = 1,
|
|
4645
|
+
IN_FEED = 2,
|
|
4646
|
+
IN_STREAM_BUMPER = 3,
|
|
4647
|
+
IN_STREAM_NON_SKIPPABLE = 4,
|
|
4648
|
+
IN_STREAM_SKIPPABLE = 5,
|
|
4649
|
+
SHORTS = 6
|
|
4650
|
+
}
|
|
4200
4651
|
/**
|
|
4201
4652
|
* @name RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
4202
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4653
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
4203
4654
|
*/
|
|
4204
4655
|
enum RealEstatePlaceholderField {
|
|
4205
4656
|
UNSPECIFIED = 0,
|
|
@@ -4223,9 +4674,19 @@ export declare namespace enums {
|
|
|
4223
4674
|
IOS_APP_LINK = 18,
|
|
4224
4675
|
IOS_APP_STORE_ID = 19
|
|
4225
4676
|
}
|
|
4677
|
+
/**
|
|
4678
|
+
* @name RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
|
|
4679
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
|
|
4680
|
+
*/
|
|
4681
|
+
enum RecommendationSubscriptionStatus {
|
|
4682
|
+
UNSPECIFIED = 0,
|
|
4683
|
+
UNKNOWN = 1,
|
|
4684
|
+
ENABLED = 2,
|
|
4685
|
+
PAUSED = 3
|
|
4686
|
+
}
|
|
4226
4687
|
/**
|
|
4227
4688
|
* @name ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4228
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4689
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4229
4690
|
*/
|
|
4230
4691
|
enum ResourceChangeOperation {
|
|
4231
4692
|
UNSPECIFIED = 0,
|
|
@@ -4236,7 +4697,7 @@ export declare namespace enums {
|
|
|
4236
4697
|
}
|
|
4237
4698
|
/**
|
|
4238
4699
|
* @name ResourceLimitTypeEnum.ResourceLimitType
|
|
4239
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4700
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ResourceLimitTypeEnum.ResourceLimitType
|
|
4240
4701
|
*/
|
|
4241
4702
|
enum ResourceLimitType {
|
|
4242
4703
|
UNSPECIFIED = 0,
|
|
@@ -4378,11 +4839,14 @@ export declare namespace enums {
|
|
|
4378
4839
|
SHARED_SETS_PER_ACCOUNT_FOR_ACCOUNT_LEVEL_NEGATIVE_KEYWORDS = 177,
|
|
4379
4840
|
ACCOUNT_LEVEL_NEGATIVE_KEYWORDS_PER_SHARED_SET = 178,
|
|
4380
4841
|
ENABLED_ASSET_PER_HOTEL_PROPERTY_ASSET_SET = 181,
|
|
4381
|
-
ENABLED_HOTEL_PROPERTY_ASSET_LINKS_PER_ASSET_GROUP = 182
|
|
4842
|
+
ENABLED_HOTEL_PROPERTY_ASSET_LINKS_PER_ASSET_GROUP = 182,
|
|
4843
|
+
BRANDS_PER_SHARED_SET = 183,
|
|
4844
|
+
ENABLED_BRAND_LIST_CRITERIA_PER_CAMPAIGN = 184,
|
|
4845
|
+
SHARED_SETS_PER_ACCOUNT_FOR_BRAND = 185
|
|
4382
4846
|
}
|
|
4383
4847
|
/**
|
|
4384
4848
|
* @name ResponseContentTypeEnum.ResponseContentType
|
|
4385
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4849
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ResponseContentTypeEnum.ResponseContentType
|
|
4386
4850
|
*/
|
|
4387
4851
|
enum ResponseContentType {
|
|
4388
4852
|
UNSPECIFIED = 0,
|
|
@@ -4391,7 +4855,7 @@ export declare namespace enums {
|
|
|
4391
4855
|
}
|
|
4392
4856
|
/**
|
|
4393
4857
|
* @name SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
4394
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4858
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
4395
4859
|
*/
|
|
4396
4860
|
enum SearchTermTargetingStatus {
|
|
4397
4861
|
UNSPECIFIED = 0,
|
|
@@ -4403,7 +4867,7 @@ export declare namespace enums {
|
|
|
4403
4867
|
}
|
|
4404
4868
|
/**
|
|
4405
4869
|
* @name SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4406
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4870
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4407
4871
|
*/
|
|
4408
4872
|
enum SeasonalityEventScope {
|
|
4409
4873
|
UNSPECIFIED = 0,
|
|
@@ -4414,7 +4878,7 @@ export declare namespace enums {
|
|
|
4414
4878
|
}
|
|
4415
4879
|
/**
|
|
4416
4880
|
* @name SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4417
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4881
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4418
4882
|
*/
|
|
4419
4883
|
enum SeasonalityEventStatus {
|
|
4420
4884
|
UNSPECIFIED = 0,
|
|
@@ -4424,7 +4888,7 @@ export declare namespace enums {
|
|
|
4424
4888
|
}
|
|
4425
4889
|
/**
|
|
4426
4890
|
* @name SharedSetStatusEnum.SharedSetStatus
|
|
4427
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4891
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SharedSetStatusEnum.SharedSetStatus
|
|
4428
4892
|
*/
|
|
4429
4893
|
enum SharedSetStatus {
|
|
4430
4894
|
UNSPECIFIED = 0,
|
|
@@ -4434,18 +4898,19 @@ export declare namespace enums {
|
|
|
4434
4898
|
}
|
|
4435
4899
|
/**
|
|
4436
4900
|
* @name SharedSetTypeEnum.SharedSetType
|
|
4437
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4901
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SharedSetTypeEnum.SharedSetType
|
|
4438
4902
|
*/
|
|
4439
4903
|
enum SharedSetType {
|
|
4440
4904
|
UNSPECIFIED = 0,
|
|
4441
4905
|
UNKNOWN = 1,
|
|
4442
4906
|
NEGATIVE_KEYWORDS = 2,
|
|
4443
4907
|
NEGATIVE_PLACEMENTS = 3,
|
|
4444
|
-
ACCOUNT_LEVEL_NEGATIVE_KEYWORDS = 4
|
|
4908
|
+
ACCOUNT_LEVEL_NEGATIVE_KEYWORDS = 4,
|
|
4909
|
+
BRANDS = 5
|
|
4445
4910
|
}
|
|
4446
4911
|
/**
|
|
4447
4912
|
* @name ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
|
|
4448
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4913
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
|
|
4449
4914
|
*/
|
|
4450
4915
|
enum ShoppingAddProductsToCampaignRecommendation {
|
|
4451
4916
|
UNSPECIFIED = 0,
|
|
@@ -4457,7 +4922,7 @@ export declare namespace enums {
|
|
|
4457
4922
|
}
|
|
4458
4923
|
/**
|
|
4459
4924
|
* @name SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4460
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4925
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4461
4926
|
*/
|
|
4462
4927
|
enum SimulationModificationMethod {
|
|
4463
4928
|
UNSPECIFIED = 0,
|
|
@@ -4468,7 +4933,7 @@ export declare namespace enums {
|
|
|
4468
4933
|
}
|
|
4469
4934
|
/**
|
|
4470
4935
|
* @name SimulationTypeEnum.SimulationType
|
|
4471
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4936
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SimulationTypeEnum.SimulationType
|
|
4472
4937
|
*/
|
|
4473
4938
|
enum SimulationType {
|
|
4474
4939
|
UNSPECIFIED = 0,
|
|
@@ -4484,7 +4949,7 @@ export declare namespace enums {
|
|
|
4484
4949
|
}
|
|
4485
4950
|
/**
|
|
4486
4951
|
* @name SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
4487
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4952
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
4488
4953
|
*/
|
|
4489
4954
|
enum SitelinkPlaceholderField {
|
|
4490
4955
|
UNSPECIFIED = 0,
|
|
@@ -4499,7 +4964,7 @@ export declare namespace enums {
|
|
|
4499
4964
|
}
|
|
4500
4965
|
/**
|
|
4501
4966
|
* @name SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
4502
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4967
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
4503
4968
|
*/
|
|
4504
4969
|
enum SmartCampaignNotEligibleReason {
|
|
4505
4970
|
UNSPECIFIED = 0,
|
|
@@ -4511,7 +4976,7 @@ export declare namespace enums {
|
|
|
4511
4976
|
}
|
|
4512
4977
|
/**
|
|
4513
4978
|
* @name SmartCampaignStatusEnum.SmartCampaignStatus
|
|
4514
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4979
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SmartCampaignStatusEnum.SmartCampaignStatus
|
|
4515
4980
|
*/
|
|
4516
4981
|
enum SmartCampaignStatus {
|
|
4517
4982
|
UNSPECIFIED = 0,
|
|
@@ -4525,7 +4990,7 @@ export declare namespace enums {
|
|
|
4525
4990
|
}
|
|
4526
4991
|
/**
|
|
4527
4992
|
* @name SpendingLimitTypeEnum.SpendingLimitType
|
|
4528
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4993
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SpendingLimitTypeEnum.SpendingLimitType
|
|
4529
4994
|
*/
|
|
4530
4995
|
enum SpendingLimitType {
|
|
4531
4996
|
UNSPECIFIED = 0,
|
|
@@ -4534,7 +4999,7 @@ export declare namespace enums {
|
|
|
4534
4999
|
}
|
|
4535
5000
|
/**
|
|
4536
5001
|
* @name StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
4537
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5002
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
4538
5003
|
*/
|
|
4539
5004
|
enum StructuredSnippetPlaceholderField {
|
|
4540
5005
|
UNSPECIFIED = 0,
|
|
@@ -4544,7 +5009,7 @@ export declare namespace enums {
|
|
|
4544
5009
|
}
|
|
4545
5010
|
/**
|
|
4546
5011
|
* @name SummaryRowSettingEnum.SummaryRowSetting
|
|
4547
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5012
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SummaryRowSettingEnum.SummaryRowSetting
|
|
4548
5013
|
*/
|
|
4549
5014
|
enum SummaryRowSetting {
|
|
4550
5015
|
UNSPECIFIED = 0,
|
|
@@ -4555,7 +5020,7 @@ export declare namespace enums {
|
|
|
4555
5020
|
}
|
|
4556
5021
|
/**
|
|
4557
5022
|
* @name SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4558
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5023
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4559
5024
|
*/
|
|
4560
5025
|
enum SystemManagedResourceSource {
|
|
4561
5026
|
UNSPECIFIED = 0,
|
|
@@ -4564,7 +5029,7 @@ export declare namespace enums {
|
|
|
4564
5029
|
}
|
|
4565
5030
|
/**
|
|
4566
5031
|
* @name TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4567
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5032
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4568
5033
|
*/
|
|
4569
5034
|
enum TargetCpaOptInRecommendationGoal {
|
|
4570
5035
|
UNSPECIFIED = 0,
|
|
@@ -4576,7 +5041,7 @@ export declare namespace enums {
|
|
|
4576
5041
|
}
|
|
4577
5042
|
/**
|
|
4578
5043
|
* @name TimeTypeEnum.TimeType
|
|
4579
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5044
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TimeTypeEnum.TimeType
|
|
4580
5045
|
*/
|
|
4581
5046
|
enum TimeType {
|
|
4582
5047
|
UNSPECIFIED = 0,
|
|
@@ -4586,7 +5051,7 @@ export declare namespace enums {
|
|
|
4586
5051
|
}
|
|
4587
5052
|
/**
|
|
4588
5053
|
* @name TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
4589
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5054
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
4590
5055
|
*/
|
|
4591
5056
|
enum TravelPlaceholderField {
|
|
4592
5057
|
UNSPECIFIED = 0,
|
|
@@ -4614,7 +5079,7 @@ export declare namespace enums {
|
|
|
4614
5079
|
}
|
|
4615
5080
|
/**
|
|
4616
5081
|
* @name UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4617
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5082
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4618
5083
|
*/
|
|
4619
5084
|
enum UserInterestTaxonomyType {
|
|
4620
5085
|
UNSPECIFIED = 0,
|
|
@@ -4627,7 +5092,7 @@ export declare namespace enums {
|
|
|
4627
5092
|
}
|
|
4628
5093
|
/**
|
|
4629
5094
|
* @name UserListAccessStatusEnum.UserListAccessStatus
|
|
4630
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5095
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListAccessStatusEnum.UserListAccessStatus
|
|
4631
5096
|
*/
|
|
4632
5097
|
enum UserListAccessStatus {
|
|
4633
5098
|
UNSPECIFIED = 0,
|
|
@@ -4637,7 +5102,7 @@ export declare namespace enums {
|
|
|
4637
5102
|
}
|
|
4638
5103
|
/**
|
|
4639
5104
|
* @name UserListClosingReasonEnum.UserListClosingReason
|
|
4640
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5105
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListClosingReasonEnum.UserListClosingReason
|
|
4641
5106
|
*/
|
|
4642
5107
|
enum UserListClosingReason {
|
|
4643
5108
|
UNSPECIFIED = 0,
|
|
@@ -4646,7 +5111,7 @@ export declare namespace enums {
|
|
|
4646
5111
|
}
|
|
4647
5112
|
/**
|
|
4648
5113
|
* @name UserListMembershipStatusEnum.UserListMembershipStatus
|
|
4649
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5114
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListMembershipStatusEnum.UserListMembershipStatus
|
|
4650
5115
|
*/
|
|
4651
5116
|
enum UserListMembershipStatus {
|
|
4652
5117
|
UNSPECIFIED = 0,
|
|
@@ -4656,7 +5121,7 @@ export declare namespace enums {
|
|
|
4656
5121
|
}
|
|
4657
5122
|
/**
|
|
4658
5123
|
* @name UserListSizeRangeEnum.UserListSizeRange
|
|
4659
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5124
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListSizeRangeEnum.UserListSizeRange
|
|
4660
5125
|
*/
|
|
4661
5126
|
enum UserListSizeRange {
|
|
4662
5127
|
UNSPECIFIED = 0,
|
|
@@ -4680,7 +5145,7 @@ export declare namespace enums {
|
|
|
4680
5145
|
}
|
|
4681
5146
|
/**
|
|
4682
5147
|
* @name UserListTypeEnum.UserListType
|
|
4683
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5148
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListTypeEnum.UserListType
|
|
4684
5149
|
*/
|
|
4685
5150
|
enum UserListType {
|
|
4686
5151
|
UNSPECIFIED = 0,
|
|
@@ -4690,11 +5155,12 @@ export declare namespace enums {
|
|
|
4690
5155
|
EXTERNAL_REMARKETING = 4,
|
|
4691
5156
|
RULE_BASED = 5,
|
|
4692
5157
|
SIMILAR = 6,
|
|
4693
|
-
CRM_BASED = 7
|
|
5158
|
+
CRM_BASED = 7,
|
|
5159
|
+
LOOKALIKE = 9
|
|
4694
5160
|
}
|
|
4695
5161
|
/**
|
|
4696
5162
|
* @name ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
4697
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5163
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
4698
5164
|
*/
|
|
4699
5165
|
enum ValueRuleDeviceType {
|
|
4700
5166
|
UNSPECIFIED = 0,
|
|
@@ -4705,7 +5171,7 @@ export declare namespace enums {
|
|
|
4705
5171
|
}
|
|
4706
5172
|
/**
|
|
4707
5173
|
* @name ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
4708
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5174
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
4709
5175
|
*/
|
|
4710
5176
|
enum ValueRuleGeoLocationMatchType {
|
|
4711
5177
|
UNSPECIFIED = 0,
|
|
@@ -4715,7 +5181,7 @@ export declare namespace enums {
|
|
|
4715
5181
|
}
|
|
4716
5182
|
/**
|
|
4717
5183
|
* @name ValueRuleOperationEnum.ValueRuleOperation
|
|
4718
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5184
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ValueRuleOperationEnum.ValueRuleOperation
|
|
4719
5185
|
*/
|
|
4720
5186
|
enum ValueRuleOperation {
|
|
4721
5187
|
UNSPECIFIED = 0,
|
|
@@ -4726,7 +5192,7 @@ export declare namespace enums {
|
|
|
4726
5192
|
}
|
|
4727
5193
|
/**
|
|
4728
5194
|
* @name ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
4729
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5195
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
4730
5196
|
*/
|
|
4731
5197
|
enum ValueRuleSetAttachmentType {
|
|
4732
5198
|
UNSPECIFIED = 0,
|
|
@@ -4736,7 +5202,7 @@ export declare namespace enums {
|
|
|
4736
5202
|
}
|
|
4737
5203
|
/**
|
|
4738
5204
|
* @name ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
4739
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5205
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
4740
5206
|
*/
|
|
4741
5207
|
enum ValueRuleSetDimension {
|
|
4742
5208
|
UNSPECIFIED = 0,
|
|
@@ -4748,7 +5214,7 @@ export declare namespace enums {
|
|
|
4748
5214
|
}
|
|
4749
5215
|
/**
|
|
4750
5216
|
* @name VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
4751
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5217
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
4752
5218
|
*/
|
|
4753
5219
|
enum VanityPharmaDisplayUrlMode {
|
|
4754
5220
|
UNSPECIFIED = 0,
|
|
@@ -4758,7 +5224,7 @@ export declare namespace enums {
|
|
|
4758
5224
|
}
|
|
4759
5225
|
/**
|
|
4760
5226
|
* @name VanityPharmaTextEnum.VanityPharmaText
|
|
4761
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5227
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/VanityPharmaTextEnum.VanityPharmaText
|
|
4762
5228
|
*/
|
|
4763
5229
|
enum VanityPharmaText {
|
|
4764
5230
|
UNSPECIFIED = 0,
|