google-ads-api 8.1.0 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/build/src/parser.js +15 -6
- package/build/src/protos/autogen/enums.d.ts +777 -324
- package/build/src/protos/autogen/enums.js +800 -315
- package/build/src/protos/autogen/fields.d.ts +235 -127
- package/build/src/protos/autogen/fields.js +74 -0
- package/build/src/protos/autogen/resourceNames.d.ts +194 -0
- package/build/src/protos/autogen/resourceNames.js +242 -3
- package/build/src/protos/autogen/serviceFactory.d.ts +428 -1128
- package/build/src/protos/autogen/serviceFactory.js +5695 -7023
- package/build/src/protos/index.d.ts +6 -6
- package/build/src/protos/index.js +5 -5
- package/build/src/version.d.ts +1 -1
- package/build/src/version.js +1 -1
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare namespace enums {
|
|
2
2
|
/**
|
|
3
3
|
* @name PolicyTopicEntryTypeEnum.PolicyTopicEntryType
|
|
4
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/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/v10/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/v10/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/v10/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 PolicyApprovalStatusEnum.PolicyApprovalStatus
|
|
52
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
52
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/PolicyApprovalStatusEnum.PolicyApprovalStatus
|
|
53
53
|
*/
|
|
54
54
|
enum PolicyApprovalStatus {
|
|
55
55
|
UNSPECIFIED = 0,
|
|
@@ -61,7 +61,7 @@ export declare namespace enums {
|
|
|
61
61
|
}
|
|
62
62
|
/**
|
|
63
63
|
* @name PolicyReviewStatusEnum.PolicyReviewStatus
|
|
64
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
64
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/PolicyReviewStatusEnum.PolicyReviewStatus
|
|
65
65
|
*/
|
|
66
66
|
enum PolicyReviewStatus {
|
|
67
67
|
UNSPECIFIED = 0,
|
|
@@ -73,7 +73,7 @@ export declare namespace enums {
|
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* @name AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
76
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
76
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
77
77
|
*/
|
|
78
78
|
enum AssetPerformanceLabel {
|
|
79
79
|
UNSPECIFIED = 0,
|
|
@@ -86,7 +86,7 @@ export declare namespace enums {
|
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
88
|
* @name ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
89
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
89
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
90
90
|
*/
|
|
91
91
|
enum ServedAssetFieldType {
|
|
92
92
|
UNSPECIFIED = 0,
|
|
@@ -99,7 +99,7 @@ export declare namespace enums {
|
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* @name CallConversionReportingStateEnum.CallConversionReportingState
|
|
102
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
102
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CallConversionReportingStateEnum.CallConversionReportingState
|
|
103
103
|
*/
|
|
104
104
|
enum CallConversionReportingState {
|
|
105
105
|
UNSPECIFIED = 0,
|
|
@@ -110,7 +110,7 @@ export declare namespace enums {
|
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* @name DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
113
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
113
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
114
114
|
*/
|
|
115
115
|
enum DisplayAdFormatSetting {
|
|
116
116
|
UNSPECIFIED = 0,
|
|
@@ -121,7 +121,7 @@ export declare namespace enums {
|
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
123
|
* @name DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
124
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
124
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
125
125
|
*/
|
|
126
126
|
enum DisplayUploadProductType {
|
|
127
127
|
UNSPECIFIED = 0,
|
|
@@ -139,7 +139,7 @@ export declare namespace enums {
|
|
|
139
139
|
}
|
|
140
140
|
/**
|
|
141
141
|
* @name LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
142
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
142
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
143
143
|
*/
|
|
144
144
|
enum LegacyAppInstallAdAppStore {
|
|
145
145
|
UNSPECIFIED = 0,
|
|
@@ -152,7 +152,7 @@ export declare namespace enums {
|
|
|
152
152
|
}
|
|
153
153
|
/**
|
|
154
154
|
* @name MimeTypeEnum.MimeType
|
|
155
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
155
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/MimeTypeEnum.MimeType
|
|
156
156
|
*/
|
|
157
157
|
enum MimeType {
|
|
158
158
|
UNSPECIFIED = 0,
|
|
@@ -170,9 +170,21 @@ export declare namespace enums {
|
|
|
170
170
|
AUDIO_MP3 = 12,
|
|
171
171
|
HTML5_AD_ZIP = 13
|
|
172
172
|
}
|
|
173
|
+
/**
|
|
174
|
+
* @name VideoThumbnailEnum.VideoThumbnail
|
|
175
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/VideoThumbnailEnum.VideoThumbnail
|
|
176
|
+
*/
|
|
177
|
+
enum VideoThumbnail {
|
|
178
|
+
UNSPECIFIED = 0,
|
|
179
|
+
UNKNOWN = 1,
|
|
180
|
+
DEFAULT_THUMBNAIL = 2,
|
|
181
|
+
THUMBNAIL_1 = 3,
|
|
182
|
+
THUMBNAIL_2 = 4,
|
|
183
|
+
THUMBNAIL_3 = 5
|
|
184
|
+
}
|
|
173
185
|
/**
|
|
174
186
|
* @name AgeRangeTypeEnum.AgeRangeType
|
|
175
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
187
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AgeRangeTypeEnum.AgeRangeType
|
|
176
188
|
*/
|
|
177
189
|
enum AgeRangeType {
|
|
178
190
|
UNSPECIFIED = 0,
|
|
@@ -187,7 +199,7 @@ export declare namespace enums {
|
|
|
187
199
|
}
|
|
188
200
|
/**
|
|
189
201
|
* @name AppPaymentModelTypeEnum.AppPaymentModelType
|
|
190
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
202
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AppPaymentModelTypeEnum.AppPaymentModelType
|
|
191
203
|
*/
|
|
192
204
|
enum AppPaymentModelType {
|
|
193
205
|
UNSPECIFIED = 0,
|
|
@@ -196,7 +208,7 @@ export declare namespace enums {
|
|
|
196
208
|
}
|
|
197
209
|
/**
|
|
198
210
|
* @name ContentLabelTypeEnum.ContentLabelType
|
|
199
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
211
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ContentLabelTypeEnum.ContentLabelType
|
|
200
212
|
*/
|
|
201
213
|
enum ContentLabelType {
|
|
202
214
|
UNSPECIFIED = 0,
|
|
@@ -219,7 +231,7 @@ export declare namespace enums {
|
|
|
219
231
|
}
|
|
220
232
|
/**
|
|
221
233
|
* @name DayOfWeekEnum.DayOfWeek
|
|
222
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
234
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/DayOfWeekEnum.DayOfWeek
|
|
223
235
|
*/
|
|
224
236
|
enum DayOfWeek {
|
|
225
237
|
UNSPECIFIED = 0,
|
|
@@ -234,7 +246,7 @@ export declare namespace enums {
|
|
|
234
246
|
}
|
|
235
247
|
/**
|
|
236
248
|
* @name DeviceEnum.Device
|
|
237
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
249
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/DeviceEnum.Device
|
|
238
250
|
*/
|
|
239
251
|
enum Device {
|
|
240
252
|
UNSPECIFIED = 0,
|
|
@@ -247,7 +259,7 @@ export declare namespace enums {
|
|
|
247
259
|
}
|
|
248
260
|
/**
|
|
249
261
|
* @name GenderTypeEnum.GenderType
|
|
250
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
262
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/GenderTypeEnum.GenderType
|
|
251
263
|
*/
|
|
252
264
|
enum GenderType {
|
|
253
265
|
UNSPECIFIED = 0,
|
|
@@ -258,7 +270,7 @@ export declare namespace enums {
|
|
|
258
270
|
}
|
|
259
271
|
/**
|
|
260
272
|
* @name HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
261
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
273
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
262
274
|
*/
|
|
263
275
|
enum HotelDateSelectionType {
|
|
264
276
|
UNSPECIFIED = 0,
|
|
@@ -268,7 +280,7 @@ export declare namespace enums {
|
|
|
268
280
|
}
|
|
269
281
|
/**
|
|
270
282
|
* @name IncomeRangeTypeEnum.IncomeRangeType
|
|
271
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
283
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/IncomeRangeTypeEnum.IncomeRangeType
|
|
272
284
|
*/
|
|
273
285
|
enum IncomeRangeType {
|
|
274
286
|
UNSPECIFIED = 0,
|
|
@@ -283,7 +295,7 @@ export declare namespace enums {
|
|
|
283
295
|
}
|
|
284
296
|
/**
|
|
285
297
|
* @name InteractionTypeEnum.InteractionType
|
|
286
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
298
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/InteractionTypeEnum.InteractionType
|
|
287
299
|
*/
|
|
288
300
|
enum InteractionType {
|
|
289
301
|
UNSPECIFIED = 0,
|
|
@@ -292,7 +304,7 @@ export declare namespace enums {
|
|
|
292
304
|
}
|
|
293
305
|
/**
|
|
294
306
|
* @name KeywordMatchTypeEnum.KeywordMatchType
|
|
295
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
307
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/KeywordMatchTypeEnum.KeywordMatchType
|
|
296
308
|
*/
|
|
297
309
|
enum KeywordMatchType {
|
|
298
310
|
UNSPECIFIED = 0,
|
|
@@ -303,7 +315,7 @@ export declare namespace enums {
|
|
|
303
315
|
}
|
|
304
316
|
/**
|
|
305
317
|
* @name ListingGroupTypeEnum.ListingGroupType
|
|
306
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
318
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ListingGroupTypeEnum.ListingGroupType
|
|
307
319
|
*/
|
|
308
320
|
enum ListingGroupType {
|
|
309
321
|
UNSPECIFIED = 0,
|
|
@@ -313,7 +325,7 @@ export declare namespace enums {
|
|
|
313
325
|
}
|
|
314
326
|
/**
|
|
315
327
|
* @name LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
316
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
328
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
317
329
|
*/
|
|
318
330
|
enum LocationGroupRadiusUnits {
|
|
319
331
|
UNSPECIFIED = 0,
|
|
@@ -324,7 +336,7 @@ export declare namespace enums {
|
|
|
324
336
|
}
|
|
325
337
|
/**
|
|
326
338
|
* @name MinuteOfHourEnum.MinuteOfHour
|
|
327
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
339
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/MinuteOfHourEnum.MinuteOfHour
|
|
328
340
|
*/
|
|
329
341
|
enum MinuteOfHour {
|
|
330
342
|
UNSPECIFIED = 0,
|
|
@@ -336,7 +348,7 @@ export declare namespace enums {
|
|
|
336
348
|
}
|
|
337
349
|
/**
|
|
338
350
|
* @name ParentalStatusTypeEnum.ParentalStatusType
|
|
339
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
351
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ParentalStatusTypeEnum.ParentalStatusType
|
|
340
352
|
*/
|
|
341
353
|
enum ParentalStatusType {
|
|
342
354
|
UNSPECIFIED = 0,
|
|
@@ -347,7 +359,7 @@ export declare namespace enums {
|
|
|
347
359
|
}
|
|
348
360
|
/**
|
|
349
361
|
* @name PreferredContentTypeEnum.PreferredContentType
|
|
350
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
362
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/PreferredContentTypeEnum.PreferredContentType
|
|
351
363
|
*/
|
|
352
364
|
enum PreferredContentType {
|
|
353
365
|
UNSPECIFIED = 0,
|
|
@@ -356,7 +368,7 @@ export declare namespace enums {
|
|
|
356
368
|
}
|
|
357
369
|
/**
|
|
358
370
|
* @name ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel
|
|
359
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
371
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel
|
|
360
372
|
*/
|
|
361
373
|
enum ProductBiddingCategoryLevel {
|
|
362
374
|
UNSPECIFIED = 0,
|
|
@@ -369,7 +381,7 @@ export declare namespace enums {
|
|
|
369
381
|
}
|
|
370
382
|
/**
|
|
371
383
|
* @name ProductChannelEnum.ProductChannel
|
|
372
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
384
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ProductChannelEnum.ProductChannel
|
|
373
385
|
*/
|
|
374
386
|
enum ProductChannel {
|
|
375
387
|
UNSPECIFIED = 0,
|
|
@@ -379,7 +391,7 @@ export declare namespace enums {
|
|
|
379
391
|
}
|
|
380
392
|
/**
|
|
381
393
|
* @name ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
382
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
394
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
383
395
|
*/
|
|
384
396
|
enum ProductChannelExclusivity {
|
|
385
397
|
UNSPECIFIED = 0,
|
|
@@ -389,7 +401,7 @@ export declare namespace enums {
|
|
|
389
401
|
}
|
|
390
402
|
/**
|
|
391
403
|
* @name ProductConditionEnum.ProductCondition
|
|
392
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
404
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ProductConditionEnum.ProductCondition
|
|
393
405
|
*/
|
|
394
406
|
enum ProductCondition {
|
|
395
407
|
UNSPECIFIED = 0,
|
|
@@ -400,7 +412,7 @@ export declare namespace enums {
|
|
|
400
412
|
}
|
|
401
413
|
/**
|
|
402
414
|
* @name ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
403
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
415
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
404
416
|
*/
|
|
405
417
|
enum ProductCustomAttributeIndex {
|
|
406
418
|
UNSPECIFIED = 0,
|
|
@@ -413,7 +425,7 @@ export declare namespace enums {
|
|
|
413
425
|
}
|
|
414
426
|
/**
|
|
415
427
|
* @name ProductTypeLevelEnum.ProductTypeLevel
|
|
416
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
428
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ProductTypeLevelEnum.ProductTypeLevel
|
|
417
429
|
*/
|
|
418
430
|
enum ProductTypeLevel {
|
|
419
431
|
UNSPECIFIED = 0,
|
|
@@ -426,7 +438,7 @@ export declare namespace enums {
|
|
|
426
438
|
}
|
|
427
439
|
/**
|
|
428
440
|
* @name ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
429
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
441
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
430
442
|
*/
|
|
431
443
|
enum ProximityRadiusUnits {
|
|
432
444
|
UNSPECIFIED = 0,
|
|
@@ -436,7 +448,7 @@ export declare namespace enums {
|
|
|
436
448
|
}
|
|
437
449
|
/**
|
|
438
450
|
* @name WebpageConditionOperandEnum.WebpageConditionOperand
|
|
439
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
451
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/WebpageConditionOperandEnum.WebpageConditionOperand
|
|
440
452
|
*/
|
|
441
453
|
enum WebpageConditionOperand {
|
|
442
454
|
UNSPECIFIED = 0,
|
|
@@ -449,7 +461,7 @@ export declare namespace enums {
|
|
|
449
461
|
}
|
|
450
462
|
/**
|
|
451
463
|
* @name WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
452
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
464
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
453
465
|
*/
|
|
454
466
|
enum WebpageConditionOperator {
|
|
455
467
|
UNSPECIFIED = 0,
|
|
@@ -457,9 +469,26 @@ export declare namespace enums {
|
|
|
457
469
|
EQUALS = 2,
|
|
458
470
|
CONTAINS = 3
|
|
459
471
|
}
|
|
472
|
+
/**
|
|
473
|
+
* @name CallToActionTypeEnum.CallToActionType
|
|
474
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CallToActionTypeEnum.CallToActionType
|
|
475
|
+
*/
|
|
476
|
+
enum CallToActionType {
|
|
477
|
+
UNSPECIFIED = 0,
|
|
478
|
+
UNKNOWN = 1,
|
|
479
|
+
LEARN_MORE = 2,
|
|
480
|
+
GET_QUOTE = 3,
|
|
481
|
+
APPLY_NOW = 4,
|
|
482
|
+
SIGN_UP = 5,
|
|
483
|
+
CONTACT_US = 6,
|
|
484
|
+
SUBSCRIBE = 7,
|
|
485
|
+
DOWNLOAD = 8,
|
|
486
|
+
BOOK_NOW = 9,
|
|
487
|
+
SHOP_NOW = 10
|
|
488
|
+
}
|
|
460
489
|
/**
|
|
461
490
|
* @name LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
462
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
491
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
463
492
|
*/
|
|
464
493
|
enum LeadFormCallToActionType {
|
|
465
494
|
UNSPECIFIED = 0,
|
|
@@ -481,7 +510,7 @@ export declare namespace enums {
|
|
|
481
510
|
}
|
|
482
511
|
/**
|
|
483
512
|
* @name LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
484
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
513
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
485
514
|
*/
|
|
486
515
|
enum LeadFormDesiredIntent {
|
|
487
516
|
UNSPECIFIED = 0,
|
|
@@ -491,7 +520,7 @@ export declare namespace enums {
|
|
|
491
520
|
}
|
|
492
521
|
/**
|
|
493
522
|
* @name LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
494
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
523
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
495
524
|
*/
|
|
496
525
|
enum LeadFormFieldUserInputType {
|
|
497
526
|
UNSPECIFIED = 0,
|
|
@@ -559,7 +588,7 @@ export declare namespace enums {
|
|
|
559
588
|
}
|
|
560
589
|
/**
|
|
561
590
|
* @name LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
562
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
591
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
563
592
|
*/
|
|
564
593
|
enum LeadFormPostSubmitCallToActionType {
|
|
565
594
|
UNSPECIFIED = 0,
|
|
@@ -569,9 +598,61 @@ export declare namespace enums {
|
|
|
569
598
|
LEARN_MORE = 4,
|
|
570
599
|
SHOP_NOW = 5
|
|
571
600
|
}
|
|
601
|
+
/**
|
|
602
|
+
* @name MobileAppVendorEnum.MobileAppVendor
|
|
603
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/MobileAppVendorEnum.MobileAppVendor
|
|
604
|
+
*/
|
|
605
|
+
enum MobileAppVendor {
|
|
606
|
+
UNSPECIFIED = 0,
|
|
607
|
+
UNKNOWN = 1,
|
|
608
|
+
APPLE_APP_STORE = 2,
|
|
609
|
+
GOOGLE_APP_STORE = 3
|
|
610
|
+
}
|
|
611
|
+
/**
|
|
612
|
+
* @name PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
613
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
614
|
+
*/
|
|
615
|
+
enum PriceExtensionPriceQualifier {
|
|
616
|
+
UNSPECIFIED = 0,
|
|
617
|
+
UNKNOWN = 1,
|
|
618
|
+
FROM = 2,
|
|
619
|
+
UP_TO = 3,
|
|
620
|
+
AVERAGE = 4
|
|
621
|
+
}
|
|
622
|
+
/**
|
|
623
|
+
* @name PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
624
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
625
|
+
*/
|
|
626
|
+
enum PriceExtensionPriceUnit {
|
|
627
|
+
UNSPECIFIED = 0,
|
|
628
|
+
UNKNOWN = 1,
|
|
629
|
+
PER_HOUR = 2,
|
|
630
|
+
PER_DAY = 3,
|
|
631
|
+
PER_WEEK = 4,
|
|
632
|
+
PER_MONTH = 5,
|
|
633
|
+
PER_YEAR = 6,
|
|
634
|
+
PER_NIGHT = 7
|
|
635
|
+
}
|
|
636
|
+
/**
|
|
637
|
+
* @name PriceExtensionTypeEnum.PriceExtensionType
|
|
638
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/PriceExtensionTypeEnum.PriceExtensionType
|
|
639
|
+
*/
|
|
640
|
+
enum PriceExtensionType {
|
|
641
|
+
UNSPECIFIED = 0,
|
|
642
|
+
UNKNOWN = 1,
|
|
643
|
+
BRANDS = 2,
|
|
644
|
+
EVENTS = 3,
|
|
645
|
+
LOCATIONS = 4,
|
|
646
|
+
NEIGHBORHOODS = 5,
|
|
647
|
+
PRODUCT_CATEGORIES = 6,
|
|
648
|
+
PRODUCT_TIERS = 7,
|
|
649
|
+
SERVICES = 8,
|
|
650
|
+
SERVICE_CATEGORIES = 9,
|
|
651
|
+
SERVICE_TIERS = 10
|
|
652
|
+
}
|
|
572
653
|
/**
|
|
573
654
|
* @name PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
574
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
655
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
575
656
|
*/
|
|
576
657
|
enum PromotionExtensionDiscountModifier {
|
|
577
658
|
UNSPECIFIED = 0,
|
|
@@ -580,7 +661,7 @@ export declare namespace enums {
|
|
|
580
661
|
}
|
|
581
662
|
/**
|
|
582
663
|
* @name PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
583
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
664
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
584
665
|
*/
|
|
585
666
|
enum PromotionExtensionOccasion {
|
|
586
667
|
UNSPECIFIED = 0,
|
|
@@ -625,7 +706,7 @@ export declare namespace enums {
|
|
|
625
706
|
}
|
|
626
707
|
/**
|
|
627
708
|
* @name TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
628
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
709
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
629
710
|
*/
|
|
630
711
|
enum TargetImpressionShareLocation {
|
|
631
712
|
UNSPECIFIED = 0,
|
|
@@ -636,7 +717,7 @@ export declare namespace enums {
|
|
|
636
717
|
}
|
|
637
718
|
/**
|
|
638
719
|
* @name AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
639
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
720
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
640
721
|
*/
|
|
641
722
|
enum AdvertisingChannelSubType {
|
|
642
723
|
UNSPECIFIED = 0,
|
|
@@ -656,11 +737,12 @@ export declare namespace enums {
|
|
|
656
737
|
LOCAL_CAMPAIGN = 14,
|
|
657
738
|
SHOPPING_COMPARISON_LISTING_ADS = 15,
|
|
658
739
|
SMART_CAMPAIGN = 16,
|
|
659
|
-
VIDEO_SEQUENCE = 17
|
|
740
|
+
VIDEO_SEQUENCE = 17,
|
|
741
|
+
APP_CAMPAIGN_FOR_PRE_REGISTRATION = 18
|
|
660
742
|
}
|
|
661
743
|
/**
|
|
662
744
|
* @name AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
663
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
745
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
664
746
|
*/
|
|
665
747
|
enum AdvertisingChannelType {
|
|
666
748
|
UNSPECIFIED = 0,
|
|
@@ -672,11 +754,13 @@ export declare namespace enums {
|
|
|
672
754
|
VIDEO = 6,
|
|
673
755
|
MULTI_CHANNEL = 7,
|
|
674
756
|
LOCAL = 8,
|
|
675
|
-
SMART = 9
|
|
757
|
+
SMART = 9,
|
|
758
|
+
PERFORMANCE_MAX = 10,
|
|
759
|
+
LOCAL_SERVICES = 11
|
|
676
760
|
}
|
|
677
761
|
/**
|
|
678
762
|
* @name CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
679
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
763
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
680
764
|
*/
|
|
681
765
|
enum CriterionCategoryChannelAvailabilityMode {
|
|
682
766
|
UNSPECIFIED = 0,
|
|
@@ -687,7 +771,7 @@ export declare namespace enums {
|
|
|
687
771
|
}
|
|
688
772
|
/**
|
|
689
773
|
* @name CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
690
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
774
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
691
775
|
*/
|
|
692
776
|
enum CriterionCategoryLocaleAvailabilityMode {
|
|
693
777
|
UNSPECIFIED = 0,
|
|
@@ -697,9 +781,21 @@ export declare namespace enums {
|
|
|
697
781
|
LANGUAGE_AND_ALL_COUNTRIES = 4,
|
|
698
782
|
COUNTRY_AND_LANGUAGE = 5
|
|
699
783
|
}
|
|
784
|
+
/**
|
|
785
|
+
* @name CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
786
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
787
|
+
*/
|
|
788
|
+
enum CustomizerAttributeType {
|
|
789
|
+
UNSPECIFIED = 0,
|
|
790
|
+
UNKNOWN = 1,
|
|
791
|
+
TEXT = 2,
|
|
792
|
+
NUMBER = 3,
|
|
793
|
+
PRICE = 4,
|
|
794
|
+
PERCENT = 5
|
|
795
|
+
}
|
|
700
796
|
/**
|
|
701
797
|
* @name MonthOfYearEnum.MonthOfYear
|
|
702
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
798
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/MonthOfYearEnum.MonthOfYear
|
|
703
799
|
*/
|
|
704
800
|
enum MonthOfYear {
|
|
705
801
|
UNSPECIFIED = 0,
|
|
@@ -719,7 +815,7 @@ export declare namespace enums {
|
|
|
719
815
|
}
|
|
720
816
|
/**
|
|
721
817
|
* @name AppStoreEnum.AppStore
|
|
722
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
818
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AppStoreEnum.AppStore
|
|
723
819
|
*/
|
|
724
820
|
enum AppStore {
|
|
725
821
|
UNSPECIFIED = 0,
|
|
@@ -727,51 +823,9 @@ export declare namespace enums {
|
|
|
727
823
|
APPLE_ITUNES = 2,
|
|
728
824
|
GOOGLE_PLAY = 3
|
|
729
825
|
}
|
|
730
|
-
/**
|
|
731
|
-
* @name PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
732
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v8/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
733
|
-
*/
|
|
734
|
-
enum PriceExtensionPriceQualifier {
|
|
735
|
-
UNSPECIFIED = 0,
|
|
736
|
-
UNKNOWN = 1,
|
|
737
|
-
FROM = 2,
|
|
738
|
-
UP_TO = 3,
|
|
739
|
-
AVERAGE = 4
|
|
740
|
-
}
|
|
741
|
-
/**
|
|
742
|
-
* @name PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
743
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v8/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
744
|
-
*/
|
|
745
|
-
enum PriceExtensionPriceUnit {
|
|
746
|
-
UNSPECIFIED = 0,
|
|
747
|
-
UNKNOWN = 1,
|
|
748
|
-
PER_HOUR = 2,
|
|
749
|
-
PER_DAY = 3,
|
|
750
|
-
PER_WEEK = 4,
|
|
751
|
-
PER_MONTH = 5,
|
|
752
|
-
PER_YEAR = 6,
|
|
753
|
-
PER_NIGHT = 7
|
|
754
|
-
}
|
|
755
|
-
/**
|
|
756
|
-
* @name PriceExtensionTypeEnum.PriceExtensionType
|
|
757
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v8/PriceExtensionTypeEnum.PriceExtensionType
|
|
758
|
-
*/
|
|
759
|
-
enum PriceExtensionType {
|
|
760
|
-
UNSPECIFIED = 0,
|
|
761
|
-
UNKNOWN = 1,
|
|
762
|
-
BRANDS = 2,
|
|
763
|
-
EVENTS = 3,
|
|
764
|
-
LOCATIONS = 4,
|
|
765
|
-
NEIGHBORHOODS = 5,
|
|
766
|
-
PRODUCT_CATEGORIES = 6,
|
|
767
|
-
PRODUCT_TIERS = 7,
|
|
768
|
-
SERVICES = 8,
|
|
769
|
-
SERVICE_CATEGORIES = 9,
|
|
770
|
-
SERVICE_TIERS = 10
|
|
771
|
-
}
|
|
772
826
|
/**
|
|
773
827
|
* @name FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType
|
|
774
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
828
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType
|
|
775
829
|
*/
|
|
776
830
|
enum FeedItemSetStringFilterType {
|
|
777
831
|
UNSPECIFIED = 0,
|
|
@@ -780,7 +834,7 @@ export declare namespace enums {
|
|
|
780
834
|
}
|
|
781
835
|
/**
|
|
782
836
|
* @name AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
783
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
837
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
784
838
|
*/
|
|
785
839
|
enum AppUrlOperatingSystemType {
|
|
786
840
|
UNSPECIFIED = 0,
|
|
@@ -790,7 +844,7 @@ export declare namespace enums {
|
|
|
790
844
|
}
|
|
791
845
|
/**
|
|
792
846
|
* @name FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
793
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
847
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
794
848
|
*/
|
|
795
849
|
enum FrequencyCapEventType {
|
|
796
850
|
UNSPECIFIED = 0,
|
|
@@ -800,7 +854,7 @@ export declare namespace enums {
|
|
|
800
854
|
}
|
|
801
855
|
/**
|
|
802
856
|
* @name FrequencyCapLevelEnum.FrequencyCapLevel
|
|
803
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
857
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FrequencyCapLevelEnum.FrequencyCapLevel
|
|
804
858
|
*/
|
|
805
859
|
enum FrequencyCapLevel {
|
|
806
860
|
UNSPECIFIED = 0,
|
|
@@ -811,7 +865,7 @@ export declare namespace enums {
|
|
|
811
865
|
}
|
|
812
866
|
/**
|
|
813
867
|
* @name FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
814
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
868
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
815
869
|
*/
|
|
816
870
|
enum FrequencyCapTimeUnit {
|
|
817
871
|
UNSPECIFIED = 0,
|
|
@@ -822,7 +876,7 @@ export declare namespace enums {
|
|
|
822
876
|
}
|
|
823
877
|
/**
|
|
824
878
|
* @name KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
825
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
879
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
826
880
|
*/
|
|
827
881
|
enum KeywordPlanAggregateMetricType {
|
|
828
882
|
UNSPECIFIED = 0,
|
|
@@ -831,7 +885,7 @@ export declare namespace enums {
|
|
|
831
885
|
}
|
|
832
886
|
/**
|
|
833
887
|
* @name KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
834
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
888
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
835
889
|
*/
|
|
836
890
|
enum KeywordPlanCompetitionLevel {
|
|
837
891
|
UNSPECIFIED = 0,
|
|
@@ -842,7 +896,7 @@ export declare namespace enums {
|
|
|
842
896
|
}
|
|
843
897
|
/**
|
|
844
898
|
* @name KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
845
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
899
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
846
900
|
*/
|
|
847
901
|
enum KeywordPlanConceptGroupType {
|
|
848
902
|
UNSPECIFIED = 0,
|
|
@@ -853,7 +907,7 @@ export declare namespace enums {
|
|
|
853
907
|
}
|
|
854
908
|
/**
|
|
855
909
|
* @name MatchingFunctionContextTypeEnum.MatchingFunctionContextType
|
|
856
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
910
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/MatchingFunctionContextTypeEnum.MatchingFunctionContextType
|
|
857
911
|
*/
|
|
858
912
|
enum MatchingFunctionContextType {
|
|
859
913
|
UNSPECIFIED = 0,
|
|
@@ -864,7 +918,7 @@ export declare namespace enums {
|
|
|
864
918
|
}
|
|
865
919
|
/**
|
|
866
920
|
* @name MatchingFunctionOperatorEnum.MatchingFunctionOperator
|
|
867
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
921
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/MatchingFunctionOperatorEnum.MatchingFunctionOperator
|
|
868
922
|
*/
|
|
869
923
|
enum MatchingFunctionOperator {
|
|
870
924
|
UNSPECIFIED = 0,
|
|
@@ -875,9 +929,43 @@ export declare namespace enums {
|
|
|
875
929
|
AND = 5,
|
|
876
930
|
CONTAINS_ANY = 6
|
|
877
931
|
}
|
|
932
|
+
/**
|
|
933
|
+
* @name ExperimentMetricEnum.ExperimentMetric
|
|
934
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ExperimentMetricEnum.ExperimentMetric
|
|
935
|
+
*/
|
|
936
|
+
enum ExperimentMetric {
|
|
937
|
+
UNSPECIFIED = 0,
|
|
938
|
+
UNKNOWN = 1,
|
|
939
|
+
CLICKS = 2,
|
|
940
|
+
IMPRESSIONS = 3,
|
|
941
|
+
COST = 4,
|
|
942
|
+
CONVERSIONS_PER_INTERACTION_RATE = 5,
|
|
943
|
+
COST_PER_CONVERSION = 6,
|
|
944
|
+
CONVERSIONS_VALUE_PER_COST = 7,
|
|
945
|
+
AVERAGE_CPC = 8,
|
|
946
|
+
CTR = 9,
|
|
947
|
+
INCREMENTAL_CONVERSIONS = 10,
|
|
948
|
+
COMPLETED_VIDEO_VIEWS = 11,
|
|
949
|
+
CUSTOM_ALGORITHMS = 12,
|
|
950
|
+
CONVERSIONS = 13,
|
|
951
|
+
CONVERSION_VALUE = 14
|
|
952
|
+
}
|
|
953
|
+
/**
|
|
954
|
+
* @name ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
955
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
956
|
+
*/
|
|
957
|
+
enum ExperimentMetricDirection {
|
|
958
|
+
UNSPECIFIED = 0,
|
|
959
|
+
UNKNOWN = 1,
|
|
960
|
+
NO_CHANGE = 2,
|
|
961
|
+
INCREASE = 3,
|
|
962
|
+
DECREASE = 4,
|
|
963
|
+
NO_CHANGE_OR_INCREASE = 5,
|
|
964
|
+
NO_CHANGE_OR_DECREASE = 6
|
|
965
|
+
}
|
|
878
966
|
/**
|
|
879
967
|
* @name InteractionEventTypeEnum.InteractionEventType
|
|
880
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
968
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/InteractionEventTypeEnum.InteractionEventType
|
|
881
969
|
*/
|
|
882
970
|
enum InteractionEventType {
|
|
883
971
|
UNSPECIFIED = 0,
|
|
@@ -889,7 +977,7 @@ export declare namespace enums {
|
|
|
889
977
|
}
|
|
890
978
|
/**
|
|
891
979
|
* @name QualityScoreBucketEnum.QualityScoreBucket
|
|
892
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
980
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/QualityScoreBucketEnum.QualityScoreBucket
|
|
893
981
|
*/
|
|
894
982
|
enum QualityScoreBucket {
|
|
895
983
|
UNSPECIFIED = 0,
|
|
@@ -900,7 +988,7 @@ export declare namespace enums {
|
|
|
900
988
|
}
|
|
901
989
|
/**
|
|
902
990
|
* @name UserIdentifierSourceEnum.UserIdentifierSource
|
|
903
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
991
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/UserIdentifierSourceEnum.UserIdentifierSource
|
|
904
992
|
*/
|
|
905
993
|
enum UserIdentifierSource {
|
|
906
994
|
UNSPECIFIED = 0,
|
|
@@ -910,7 +998,7 @@ export declare namespace enums {
|
|
|
910
998
|
}
|
|
911
999
|
/**
|
|
912
1000
|
* @name AdDestinationTypeEnum.AdDestinationType
|
|
913
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1001
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AdDestinationTypeEnum.AdDestinationType
|
|
914
1002
|
*/
|
|
915
1003
|
enum AdDestinationType {
|
|
916
1004
|
UNSPECIFIED = 0,
|
|
@@ -929,7 +1017,7 @@ export declare namespace enums {
|
|
|
929
1017
|
}
|
|
930
1018
|
/**
|
|
931
1019
|
* @name AdNetworkTypeEnum.AdNetworkType
|
|
932
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1020
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AdNetworkTypeEnum.AdNetworkType
|
|
933
1021
|
*/
|
|
934
1022
|
enum AdNetworkType {
|
|
935
1023
|
UNSPECIFIED = 0,
|
|
@@ -943,7 +1031,7 @@ export declare namespace enums {
|
|
|
943
1031
|
}
|
|
944
1032
|
/**
|
|
945
1033
|
* @name BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
946
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1034
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
947
1035
|
*/
|
|
948
1036
|
enum BudgetCampaignAssociationStatus {
|
|
949
1037
|
UNSPECIFIED = 0,
|
|
@@ -953,7 +1041,7 @@ export declare namespace enums {
|
|
|
953
1041
|
}
|
|
954
1042
|
/**
|
|
955
1043
|
* @name ClickTypeEnum.ClickType
|
|
956
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1044
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ClickTypeEnum.ClickType
|
|
957
1045
|
*/
|
|
958
1046
|
enum ClickType {
|
|
959
1047
|
UNSPECIFIED = 0,
|
|
@@ -1014,7 +1102,7 @@ export declare namespace enums {
|
|
|
1014
1102
|
}
|
|
1015
1103
|
/**
|
|
1016
1104
|
* @name ConversionActionCategoryEnum.ConversionActionCategory
|
|
1017
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1105
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ConversionActionCategoryEnum.ConversionActionCategory
|
|
1018
1106
|
*/
|
|
1019
1107
|
enum ConversionActionCategory {
|
|
1020
1108
|
UNSPECIFIED = 0,
|
|
@@ -1023,7 +1111,6 @@ export declare namespace enums {
|
|
|
1023
1111
|
PAGE_VIEW = 3,
|
|
1024
1112
|
PURCHASE = 4,
|
|
1025
1113
|
SIGNUP = 5,
|
|
1026
|
-
LEAD = 6,
|
|
1027
1114
|
DOWNLOAD = 7,
|
|
1028
1115
|
ADD_TO_CART = 8,
|
|
1029
1116
|
BEGIN_CHECKOUT = 9,
|
|
@@ -1038,11 +1125,13 @@ export declare namespace enums {
|
|
|
1038
1125
|
CONTACT = 18,
|
|
1039
1126
|
ENGAGEMENT = 19,
|
|
1040
1127
|
STORE_VISIT = 20,
|
|
1041
|
-
STORE_SALE = 21
|
|
1128
|
+
STORE_SALE = 21,
|
|
1129
|
+
QUALIFIED_LEAD = 22,
|
|
1130
|
+
CONVERTED_LEAD = 23
|
|
1042
1131
|
}
|
|
1043
1132
|
/**
|
|
1044
1133
|
* @name ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1045
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1134
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1046
1135
|
*/
|
|
1047
1136
|
enum ConversionAttributionEventType {
|
|
1048
1137
|
UNSPECIFIED = 0,
|
|
@@ -1052,7 +1141,7 @@ export declare namespace enums {
|
|
|
1052
1141
|
}
|
|
1053
1142
|
/**
|
|
1054
1143
|
* @name ConversionLagBucketEnum.ConversionLagBucket
|
|
1055
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1144
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ConversionLagBucketEnum.ConversionLagBucket
|
|
1056
1145
|
*/
|
|
1057
1146
|
enum ConversionLagBucket {
|
|
1058
1147
|
UNSPECIFIED = 0,
|
|
@@ -1079,7 +1168,7 @@ export declare namespace enums {
|
|
|
1079
1168
|
}
|
|
1080
1169
|
/**
|
|
1081
1170
|
* @name ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1082
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1171
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1083
1172
|
*/
|
|
1084
1173
|
enum ConversionOrAdjustmentLagBucket {
|
|
1085
1174
|
UNSPECIFIED = 0,
|
|
@@ -1128,7 +1217,7 @@ export declare namespace enums {
|
|
|
1128
1217
|
}
|
|
1129
1218
|
/**
|
|
1130
1219
|
* @name ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1131
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1220
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1132
1221
|
*/
|
|
1133
1222
|
enum ConversionValueRulePrimaryDimension {
|
|
1134
1223
|
UNSPECIFIED = 0,
|
|
@@ -1143,7 +1232,7 @@ export declare namespace enums {
|
|
|
1143
1232
|
}
|
|
1144
1233
|
/**
|
|
1145
1234
|
* @name ExternalConversionSourceEnum.ExternalConversionSource
|
|
1146
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1235
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ExternalConversionSourceEnum.ExternalConversionSource
|
|
1147
1236
|
*/
|
|
1148
1237
|
enum ExternalConversionSource {
|
|
1149
1238
|
UNSPECIFIED = 0,
|
|
@@ -1174,11 +1263,12 @@ export declare namespace enums {
|
|
|
1174
1263
|
GOOGLE_HOSTED = 27,
|
|
1175
1264
|
FLOODLIGHT = 29,
|
|
1176
1265
|
ANALYTICS_SEARCH_ADS_360 = 31,
|
|
1177
|
-
FIREBASE_SEARCH_ADS_360 = 33
|
|
1266
|
+
FIREBASE_SEARCH_ADS_360 = 33,
|
|
1267
|
+
DISPLAY_AND_VIDEO_360_FLOODLIGHT = 34
|
|
1178
1268
|
}
|
|
1179
1269
|
/**
|
|
1180
1270
|
* @name HotelPriceBucketEnum.HotelPriceBucket
|
|
1181
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1271
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/HotelPriceBucketEnum.HotelPriceBucket
|
|
1182
1272
|
*/
|
|
1183
1273
|
enum HotelPriceBucket {
|
|
1184
1274
|
UNSPECIFIED = 0,
|
|
@@ -1190,7 +1280,7 @@ export declare namespace enums {
|
|
|
1190
1280
|
}
|
|
1191
1281
|
/**
|
|
1192
1282
|
* @name HotelRateTypeEnum.HotelRateType
|
|
1193
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1283
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/HotelRateTypeEnum.HotelRateType
|
|
1194
1284
|
*/
|
|
1195
1285
|
enum HotelRateType {
|
|
1196
1286
|
UNSPECIFIED = 0,
|
|
@@ -1202,7 +1292,7 @@ export declare namespace enums {
|
|
|
1202
1292
|
}
|
|
1203
1293
|
/**
|
|
1204
1294
|
* @name PlaceholderTypeEnum.PlaceholderType
|
|
1205
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1295
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/PlaceholderTypeEnum.PlaceholderType
|
|
1206
1296
|
*/
|
|
1207
1297
|
enum PlaceholderType {
|
|
1208
1298
|
UNSPECIFIED = 0,
|
|
@@ -1230,7 +1320,7 @@ export declare namespace enums {
|
|
|
1230
1320
|
}
|
|
1231
1321
|
/**
|
|
1232
1322
|
* @name RecommendationTypeEnum.RecommendationType
|
|
1233
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1323
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/RecommendationTypeEnum.RecommendationType
|
|
1234
1324
|
*/
|
|
1235
1325
|
enum RecommendationType {
|
|
1236
1326
|
UNSPECIFIED = 0,
|
|
@@ -1252,11 +1342,13 @@ export declare namespace enums {
|
|
|
1252
1342
|
FORECASTING_CAMPAIGN_BUDGET = 16,
|
|
1253
1343
|
TARGET_ROAS_OPT_IN = 17,
|
|
1254
1344
|
RESPONSIVE_SEARCH_AD = 18,
|
|
1255
|
-
MARGINAL_ROI_CAMPAIGN_BUDGET = 19
|
|
1345
|
+
MARGINAL_ROI_CAMPAIGN_BUDGET = 19,
|
|
1346
|
+
USE_BROAD_MATCH_KEYWORD = 20,
|
|
1347
|
+
RESPONSIVE_SEARCH_AD_ASSET = 21
|
|
1256
1348
|
}
|
|
1257
1349
|
/**
|
|
1258
1350
|
* @name SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1259
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1351
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1260
1352
|
*/
|
|
1261
1353
|
enum SearchEngineResultsPageType {
|
|
1262
1354
|
UNSPECIFIED = 0,
|
|
@@ -1267,7 +1359,7 @@ export declare namespace enums {
|
|
|
1267
1359
|
}
|
|
1268
1360
|
/**
|
|
1269
1361
|
* @name SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1270
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1362
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1271
1363
|
*/
|
|
1272
1364
|
enum SearchTermMatchType {
|
|
1273
1365
|
UNSPECIFIED = 0,
|
|
@@ -1278,9 +1370,31 @@ export declare namespace enums {
|
|
|
1278
1370
|
NEAR_EXACT = 5,
|
|
1279
1371
|
NEAR_PHRASE = 6
|
|
1280
1372
|
}
|
|
1373
|
+
/**
|
|
1374
|
+
* @name SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1375
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1376
|
+
*/
|
|
1377
|
+
enum SkAdNetworkAdEventType {
|
|
1378
|
+
UNSPECIFIED = 0,
|
|
1379
|
+
UNKNOWN = 1,
|
|
1380
|
+
UNAVAILABLE = 2,
|
|
1381
|
+
INTERACTION = 3,
|
|
1382
|
+
VIEW = 4
|
|
1383
|
+
}
|
|
1384
|
+
/**
|
|
1385
|
+
* @name SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1386
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1387
|
+
*/
|
|
1388
|
+
enum SkAdNetworkUserType {
|
|
1389
|
+
UNSPECIFIED = 0,
|
|
1390
|
+
UNKNOWN = 1,
|
|
1391
|
+
UNAVAILABLE = 2,
|
|
1392
|
+
NEW_INSTALLER = 3,
|
|
1393
|
+
REINSTALLER = 4
|
|
1394
|
+
}
|
|
1281
1395
|
/**
|
|
1282
1396
|
* @name SlotEnum.Slot
|
|
1283
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1397
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SlotEnum.Slot
|
|
1284
1398
|
*/
|
|
1285
1399
|
enum Slot {
|
|
1286
1400
|
UNSPECIFIED = 0,
|
|
@@ -1295,7 +1409,7 @@ export declare namespace enums {
|
|
|
1295
1409
|
}
|
|
1296
1410
|
/**
|
|
1297
1411
|
* @name TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1298
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1412
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1299
1413
|
*/
|
|
1300
1414
|
enum TrackingCodePageFormat {
|
|
1301
1415
|
UNSPECIFIED = 0,
|
|
@@ -1305,7 +1419,7 @@ export declare namespace enums {
|
|
|
1305
1419
|
}
|
|
1306
1420
|
/**
|
|
1307
1421
|
* @name TrackingCodeTypeEnum.TrackingCodeType
|
|
1308
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1422
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/TrackingCodeTypeEnum.TrackingCodeType
|
|
1309
1423
|
*/
|
|
1310
1424
|
enum TrackingCodeType {
|
|
1311
1425
|
UNSPECIFIED = 0,
|
|
@@ -1317,7 +1431,7 @@ export declare namespace enums {
|
|
|
1317
1431
|
}
|
|
1318
1432
|
/**
|
|
1319
1433
|
* @name TargetingDimensionEnum.TargetingDimension
|
|
1320
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1434
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/TargetingDimensionEnum.TargetingDimension
|
|
1321
1435
|
*/
|
|
1322
1436
|
enum TargetingDimension {
|
|
1323
1437
|
UNSPECIFIED = 0,
|
|
@@ -1333,7 +1447,7 @@ export declare namespace enums {
|
|
|
1333
1447
|
}
|
|
1334
1448
|
/**
|
|
1335
1449
|
* @name CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1336
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1450
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1337
1451
|
*/
|
|
1338
1452
|
enum CustomerMatchUploadKeyType {
|
|
1339
1453
|
UNSPECIFIED = 0,
|
|
@@ -1344,7 +1458,7 @@ export declare namespace enums {
|
|
|
1344
1458
|
}
|
|
1345
1459
|
/**
|
|
1346
1460
|
* @name UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator
|
|
1347
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1461
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator
|
|
1348
1462
|
*/
|
|
1349
1463
|
enum UserListCombinedRuleOperator {
|
|
1350
1464
|
UNSPECIFIED = 0,
|
|
@@ -1354,7 +1468,7 @@ export declare namespace enums {
|
|
|
1354
1468
|
}
|
|
1355
1469
|
/**
|
|
1356
1470
|
* @name UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1357
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1471
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1358
1472
|
*/
|
|
1359
1473
|
enum UserListCrmDataSourceType {
|
|
1360
1474
|
UNSPECIFIED = 0,
|
|
@@ -1365,7 +1479,7 @@ export declare namespace enums {
|
|
|
1365
1479
|
}
|
|
1366
1480
|
/**
|
|
1367
1481
|
* @name UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1368
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1482
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1369
1483
|
*/
|
|
1370
1484
|
enum UserListDateRuleItemOperator {
|
|
1371
1485
|
UNSPECIFIED = 0,
|
|
@@ -1377,7 +1491,7 @@ export declare namespace enums {
|
|
|
1377
1491
|
}
|
|
1378
1492
|
/**
|
|
1379
1493
|
* @name UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1380
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1494
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1381
1495
|
*/
|
|
1382
1496
|
enum UserListLogicalRuleOperator {
|
|
1383
1497
|
UNSPECIFIED = 0,
|
|
@@ -1388,7 +1502,7 @@ export declare namespace enums {
|
|
|
1388
1502
|
}
|
|
1389
1503
|
/**
|
|
1390
1504
|
* @name UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1391
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1505
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1392
1506
|
*/
|
|
1393
1507
|
enum UserListNumberRuleItemOperator {
|
|
1394
1508
|
UNSPECIFIED = 0,
|
|
@@ -1402,7 +1516,7 @@ export declare namespace enums {
|
|
|
1402
1516
|
}
|
|
1403
1517
|
/**
|
|
1404
1518
|
* @name UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1405
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1519
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1406
1520
|
*/
|
|
1407
1521
|
enum UserListPrepopulationStatus {
|
|
1408
1522
|
UNSPECIFIED = 0,
|
|
@@ -1413,7 +1527,7 @@ export declare namespace enums {
|
|
|
1413
1527
|
}
|
|
1414
1528
|
/**
|
|
1415
1529
|
* @name UserListRuleTypeEnum.UserListRuleType
|
|
1416
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1530
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/UserListRuleTypeEnum.UserListRuleType
|
|
1417
1531
|
*/
|
|
1418
1532
|
enum UserListRuleType {
|
|
1419
1533
|
UNSPECIFIED = 0,
|
|
@@ -1423,7 +1537,7 @@ export declare namespace enums {
|
|
|
1423
1537
|
}
|
|
1424
1538
|
/**
|
|
1425
1539
|
* @name UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1426
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1540
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1427
1541
|
*/
|
|
1428
1542
|
enum UserListStringRuleItemOperator {
|
|
1429
1543
|
UNSPECIFIED = 0,
|
|
@@ -1439,7 +1553,7 @@ export declare namespace enums {
|
|
|
1439
1553
|
}
|
|
1440
1554
|
/**
|
|
1441
1555
|
* @name AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1442
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1556
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1443
1557
|
*/
|
|
1444
1558
|
enum AccessInvitationStatus {
|
|
1445
1559
|
UNSPECIFIED = 0,
|
|
@@ -1450,7 +1564,7 @@ export declare namespace enums {
|
|
|
1450
1564
|
}
|
|
1451
1565
|
/**
|
|
1452
1566
|
* @name AccessReasonEnum.AccessReason
|
|
1453
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1567
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AccessReasonEnum.AccessReason
|
|
1454
1568
|
*/
|
|
1455
1569
|
enum AccessReason {
|
|
1456
1570
|
UNSPECIFIED = 0,
|
|
@@ -1463,7 +1577,7 @@ export declare namespace enums {
|
|
|
1463
1577
|
}
|
|
1464
1578
|
/**
|
|
1465
1579
|
* @name AccessRoleEnum.AccessRole
|
|
1466
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1580
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AccessRoleEnum.AccessRole
|
|
1467
1581
|
*/
|
|
1468
1582
|
enum AccessRole {
|
|
1469
1583
|
UNSPECIFIED = 0,
|
|
@@ -1475,7 +1589,7 @@ export declare namespace enums {
|
|
|
1475
1589
|
}
|
|
1476
1590
|
/**
|
|
1477
1591
|
* @name AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1478
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1592
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1479
1593
|
*/
|
|
1480
1594
|
enum AccountBudgetProposalStatus {
|
|
1481
1595
|
UNSPECIFIED = 0,
|
|
@@ -1488,7 +1602,7 @@ export declare namespace enums {
|
|
|
1488
1602
|
}
|
|
1489
1603
|
/**
|
|
1490
1604
|
* @name AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1491
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1605
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1492
1606
|
*/
|
|
1493
1607
|
enum AccountBudgetProposalType {
|
|
1494
1608
|
UNSPECIFIED = 0,
|
|
@@ -1500,7 +1614,7 @@ export declare namespace enums {
|
|
|
1500
1614
|
}
|
|
1501
1615
|
/**
|
|
1502
1616
|
* @name AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1503
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1617
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1504
1618
|
*/
|
|
1505
1619
|
enum AccountBudgetStatus {
|
|
1506
1620
|
UNSPECIFIED = 0,
|
|
@@ -1511,7 +1625,7 @@ export declare namespace enums {
|
|
|
1511
1625
|
}
|
|
1512
1626
|
/**
|
|
1513
1627
|
* @name AccountLinkStatusEnum.AccountLinkStatus
|
|
1514
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1628
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AccountLinkStatusEnum.AccountLinkStatus
|
|
1515
1629
|
*/
|
|
1516
1630
|
enum AccountLinkStatus {
|
|
1517
1631
|
UNSPECIFIED = 0,
|
|
@@ -1525,7 +1639,7 @@ export declare namespace enums {
|
|
|
1525
1639
|
}
|
|
1526
1640
|
/**
|
|
1527
1641
|
* @name AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1528
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1642
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1529
1643
|
*/
|
|
1530
1644
|
enum AdCustomizerPlaceholderField {
|
|
1531
1645
|
UNSPECIFIED = 0,
|
|
@@ -1537,7 +1651,7 @@ export declare namespace enums {
|
|
|
1537
1651
|
}
|
|
1538
1652
|
/**
|
|
1539
1653
|
* @name AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1540
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1654
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1541
1655
|
*/
|
|
1542
1656
|
enum AdGroupAdRotationMode {
|
|
1543
1657
|
UNSPECIFIED = 0,
|
|
@@ -1547,7 +1661,7 @@ export declare namespace enums {
|
|
|
1547
1661
|
}
|
|
1548
1662
|
/**
|
|
1549
1663
|
* @name AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1550
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1664
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1551
1665
|
*/
|
|
1552
1666
|
enum AdGroupAdStatus {
|
|
1553
1667
|
UNSPECIFIED = 0,
|
|
@@ -1558,7 +1672,7 @@ export declare namespace enums {
|
|
|
1558
1672
|
}
|
|
1559
1673
|
/**
|
|
1560
1674
|
* @name AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1561
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1675
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1562
1676
|
*/
|
|
1563
1677
|
enum AdGroupCriterionApprovalStatus {
|
|
1564
1678
|
UNSPECIFIED = 0,
|
|
@@ -1570,7 +1684,7 @@ export declare namespace enums {
|
|
|
1570
1684
|
}
|
|
1571
1685
|
/**
|
|
1572
1686
|
* @name AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
1573
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1687
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
1574
1688
|
*/
|
|
1575
1689
|
enum AdGroupCriterionStatus {
|
|
1576
1690
|
UNSPECIFIED = 0,
|
|
@@ -1581,7 +1695,7 @@ export declare namespace enums {
|
|
|
1581
1695
|
}
|
|
1582
1696
|
/**
|
|
1583
1697
|
* @name AdGroupStatusEnum.AdGroupStatus
|
|
1584
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1698
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AdGroupStatusEnum.AdGroupStatus
|
|
1585
1699
|
*/
|
|
1586
1700
|
enum AdGroupStatus {
|
|
1587
1701
|
UNSPECIFIED = 0,
|
|
@@ -1592,7 +1706,7 @@ export declare namespace enums {
|
|
|
1592
1706
|
}
|
|
1593
1707
|
/**
|
|
1594
1708
|
* @name AdGroupTypeEnum.AdGroupType
|
|
1595
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1709
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AdGroupTypeEnum.AdGroupType
|
|
1596
1710
|
*/
|
|
1597
1711
|
enum AdGroupType {
|
|
1598
1712
|
UNSPECIFIED = 0,
|
|
@@ -1616,7 +1730,7 @@ export declare namespace enums {
|
|
|
1616
1730
|
}
|
|
1617
1731
|
/**
|
|
1618
1732
|
* @name AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
1619
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1733
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
1620
1734
|
*/
|
|
1621
1735
|
enum AdServingOptimizationStatus {
|
|
1622
1736
|
UNSPECIFIED = 0,
|
|
@@ -1629,7 +1743,7 @@ export declare namespace enums {
|
|
|
1629
1743
|
}
|
|
1630
1744
|
/**
|
|
1631
1745
|
* @name AdStrengthEnum.AdStrength
|
|
1632
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1746
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AdStrengthEnum.AdStrength
|
|
1633
1747
|
*/
|
|
1634
1748
|
enum AdStrength {
|
|
1635
1749
|
UNSPECIFIED = 0,
|
|
@@ -1643,7 +1757,7 @@ export declare namespace enums {
|
|
|
1643
1757
|
}
|
|
1644
1758
|
/**
|
|
1645
1759
|
* @name AdTypeEnum.AdType
|
|
1646
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1760
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AdTypeEnum.AdType
|
|
1647
1761
|
*/
|
|
1648
1762
|
enum AdType {
|
|
1649
1763
|
UNSPECIFIED = 0,
|
|
@@ -1670,15 +1784,16 @@ export declare namespace enums {
|
|
|
1670
1784
|
VIDEO_BUMPER_AD = 25,
|
|
1671
1785
|
VIDEO_NON_SKIPPABLE_IN_STREAM_AD = 26,
|
|
1672
1786
|
VIDEO_OUTSTREAM_AD = 27,
|
|
1673
|
-
VIDEO_TRUEVIEW_DISCOVERY_AD = 28,
|
|
1674
1787
|
VIDEO_TRUEVIEW_IN_STREAM_AD = 29,
|
|
1675
1788
|
VIDEO_RESPONSIVE_AD = 30,
|
|
1676
1789
|
SMART_CAMPAIGN_AD = 31,
|
|
1677
|
-
CALL_AD = 32
|
|
1790
|
+
CALL_AD = 32,
|
|
1791
|
+
APP_PRE_REGISTRATION_AD = 33,
|
|
1792
|
+
IN_FEED_VIDEO_AD = 34
|
|
1678
1793
|
}
|
|
1679
1794
|
/**
|
|
1680
1795
|
* @name AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
1681
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1796
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
1682
1797
|
*/
|
|
1683
1798
|
enum AffiliateLocationFeedRelationshipType {
|
|
1684
1799
|
UNSPECIFIED = 0,
|
|
@@ -1687,7 +1802,7 @@ export declare namespace enums {
|
|
|
1687
1802
|
}
|
|
1688
1803
|
/**
|
|
1689
1804
|
* @name AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
1690
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1805
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
1691
1806
|
*/
|
|
1692
1807
|
enum AffiliateLocationPlaceholderField {
|
|
1693
1808
|
UNSPECIFIED = 0,
|
|
@@ -1706,7 +1821,7 @@ export declare namespace enums {
|
|
|
1706
1821
|
}
|
|
1707
1822
|
/**
|
|
1708
1823
|
* @name AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
1709
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1824
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
1710
1825
|
*/
|
|
1711
1826
|
enum AppCampaignAppStore {
|
|
1712
1827
|
UNSPECIFIED = 0,
|
|
@@ -1716,7 +1831,7 @@ export declare namespace enums {
|
|
|
1716
1831
|
}
|
|
1717
1832
|
/**
|
|
1718
1833
|
* @name AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
1719
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1834
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
1720
1835
|
*/
|
|
1721
1836
|
enum AppCampaignBiddingStrategyGoalType {
|
|
1722
1837
|
UNSPECIFIED = 0,
|
|
@@ -1724,11 +1839,13 @@ export declare namespace enums {
|
|
|
1724
1839
|
OPTIMIZE_INSTALLS_TARGET_INSTALL_COST = 2,
|
|
1725
1840
|
OPTIMIZE_IN_APP_CONVERSIONS_TARGET_INSTALL_COST = 3,
|
|
1726
1841
|
OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST = 4,
|
|
1727
|
-
OPTIMIZE_RETURN_ON_ADVERTISING_SPEND = 5
|
|
1842
|
+
OPTIMIZE_RETURN_ON_ADVERTISING_SPEND = 5,
|
|
1843
|
+
OPTIMIZE_PRE_REGISTRATION_CONVERSION_VOLUME = 6,
|
|
1844
|
+
OPTIMIZE_INSTALLS_WITHOUT_TARGET_INSTALL_COST = 7
|
|
1728
1845
|
}
|
|
1729
1846
|
/**
|
|
1730
1847
|
* @name AppPlaceholderFieldEnum.AppPlaceholderField
|
|
1731
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1848
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AppPlaceholderFieldEnum.AppPlaceholderField
|
|
1732
1849
|
*/
|
|
1733
1850
|
enum AppPlaceholderField {
|
|
1734
1851
|
UNSPECIFIED = 0,
|
|
@@ -1744,7 +1861,7 @@ export declare namespace enums {
|
|
|
1744
1861
|
}
|
|
1745
1862
|
/**
|
|
1746
1863
|
* @name AssetFieldTypeEnum.AssetFieldType
|
|
1747
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1864
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AssetFieldTypeEnum.AssetFieldType
|
|
1748
1865
|
*/
|
|
1749
1866
|
enum AssetFieldType {
|
|
1750
1867
|
UNSPECIFIED = 0,
|
|
@@ -1760,11 +1877,34 @@ export declare namespace enums {
|
|
|
1760
1877
|
PROMOTION = 10,
|
|
1761
1878
|
CALLOUT = 11,
|
|
1762
1879
|
STRUCTURED_SNIPPET = 12,
|
|
1763
|
-
SITELINK = 13
|
|
1880
|
+
SITELINK = 13,
|
|
1881
|
+
MOBILE_APP = 14,
|
|
1882
|
+
HOTEL_CALLOUT = 15,
|
|
1883
|
+
CALL = 16,
|
|
1884
|
+
PRICE = 24,
|
|
1885
|
+
LONG_HEADLINE = 17,
|
|
1886
|
+
BUSINESS_NAME = 18,
|
|
1887
|
+
SQUARE_MARKETING_IMAGE = 19,
|
|
1888
|
+
PORTRAIT_MARKETING_IMAGE = 20,
|
|
1889
|
+
LOGO = 21,
|
|
1890
|
+
LANDSCAPE_LOGO = 22,
|
|
1891
|
+
VIDEO = 23,
|
|
1892
|
+
CALL_TO_ACTION_SELECTION = 25
|
|
1893
|
+
}
|
|
1894
|
+
/**
|
|
1895
|
+
* @name AssetGroupStatusEnum.AssetGroupStatus
|
|
1896
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AssetGroupStatusEnum.AssetGroupStatus
|
|
1897
|
+
*/
|
|
1898
|
+
enum AssetGroupStatus {
|
|
1899
|
+
UNSPECIFIED = 0,
|
|
1900
|
+
UNKNOWN = 1,
|
|
1901
|
+
ENABLED = 2,
|
|
1902
|
+
PAUSED = 3,
|
|
1903
|
+
REMOVED = 4
|
|
1764
1904
|
}
|
|
1765
1905
|
/**
|
|
1766
1906
|
* @name AssetLinkStatusEnum.AssetLinkStatus
|
|
1767
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1907
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AssetLinkStatusEnum.AssetLinkStatus
|
|
1768
1908
|
*/
|
|
1769
1909
|
enum AssetLinkStatus {
|
|
1770
1910
|
UNSPECIFIED = 0,
|
|
@@ -1773,9 +1913,50 @@ export declare namespace enums {
|
|
|
1773
1913
|
REMOVED = 3,
|
|
1774
1914
|
PAUSED = 4
|
|
1775
1915
|
}
|
|
1916
|
+
/**
|
|
1917
|
+
* @name AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
1918
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
1919
|
+
*/
|
|
1920
|
+
enum AssetSetAssetStatus {
|
|
1921
|
+
UNSPECIFIED = 0,
|
|
1922
|
+
UNKNOWN = 1,
|
|
1923
|
+
ENABLED = 2,
|
|
1924
|
+
REMOVED = 3
|
|
1925
|
+
}
|
|
1926
|
+
/**
|
|
1927
|
+
* @name AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
1928
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
1929
|
+
*/
|
|
1930
|
+
enum AssetSetLinkStatus {
|
|
1931
|
+
UNSPECIFIED = 0,
|
|
1932
|
+
UNKNOWN = 1,
|
|
1933
|
+
ENABLED = 2,
|
|
1934
|
+
REMOVED = 3
|
|
1935
|
+
}
|
|
1936
|
+
/**
|
|
1937
|
+
* @name AssetSetStatusEnum.AssetSetStatus
|
|
1938
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AssetSetStatusEnum.AssetSetStatus
|
|
1939
|
+
*/
|
|
1940
|
+
enum AssetSetStatus {
|
|
1941
|
+
UNSPECIFIED = 0,
|
|
1942
|
+
UNKNOWN = 1,
|
|
1943
|
+
ENABLED = 2,
|
|
1944
|
+
REMOVED = 3
|
|
1945
|
+
}
|
|
1946
|
+
/**
|
|
1947
|
+
* @name AssetSetTypeEnum.AssetSetType
|
|
1948
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AssetSetTypeEnum.AssetSetType
|
|
1949
|
+
*/
|
|
1950
|
+
enum AssetSetType {
|
|
1951
|
+
UNSPECIFIED = 0,
|
|
1952
|
+
UNKNOWN = 1,
|
|
1953
|
+
PAGE_FEED = 2,
|
|
1954
|
+
DYNAMIC_EDUCATION = 3,
|
|
1955
|
+
MERCHANT_CENTER_FEED = 4
|
|
1956
|
+
}
|
|
1776
1957
|
/**
|
|
1777
1958
|
* @name AssetTypeEnum.AssetType
|
|
1778
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1959
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AssetTypeEnum.AssetType
|
|
1779
1960
|
*/
|
|
1780
1961
|
enum AssetType {
|
|
1781
1962
|
UNSPECIFIED = 0,
|
|
@@ -1789,11 +1970,31 @@ export declare namespace enums {
|
|
|
1789
1970
|
PROMOTION = 8,
|
|
1790
1971
|
CALLOUT = 9,
|
|
1791
1972
|
STRUCTURED_SNIPPET = 10,
|
|
1792
|
-
SITELINK = 11
|
|
1973
|
+
SITELINK = 11,
|
|
1974
|
+
PAGE_FEED = 12,
|
|
1975
|
+
DYNAMIC_EDUCATION = 13,
|
|
1976
|
+
MOBILE_APP = 14,
|
|
1977
|
+
HOTEL_CALLOUT = 15,
|
|
1978
|
+
CALL = 16,
|
|
1979
|
+
PRICE = 17,
|
|
1980
|
+
CALL_TO_ACTION = 18
|
|
1981
|
+
}
|
|
1982
|
+
/**
|
|
1983
|
+
* @name AsyncActionStatusEnum.AsyncActionStatus
|
|
1984
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AsyncActionStatusEnum.AsyncActionStatus
|
|
1985
|
+
*/
|
|
1986
|
+
enum AsyncActionStatus {
|
|
1987
|
+
UNSPECIFIED = 0,
|
|
1988
|
+
UNKNOWN = 1,
|
|
1989
|
+
NOT_STARTED = 2,
|
|
1990
|
+
IN_PROGRESS = 3,
|
|
1991
|
+
COMPLETED = 4,
|
|
1992
|
+
FAILED = 5,
|
|
1993
|
+
COMPLETED_WITH_WARNING = 6
|
|
1793
1994
|
}
|
|
1794
1995
|
/**
|
|
1795
1996
|
* @name AttributionModelEnum.AttributionModel
|
|
1796
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1997
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AttributionModelEnum.AttributionModel
|
|
1797
1998
|
*/
|
|
1798
1999
|
enum AttributionModel {
|
|
1799
2000
|
UNSPECIFIED = 0,
|
|
@@ -1806,9 +2007,19 @@ export declare namespace enums {
|
|
|
1806
2007
|
GOOGLE_SEARCH_ATTRIBUTION_POSITION_BASED = 105,
|
|
1807
2008
|
GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN = 106
|
|
1808
2009
|
}
|
|
2010
|
+
/**
|
|
2011
|
+
* @name AudienceStatusEnum.AudienceStatus
|
|
2012
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/AudienceStatusEnum.AudienceStatus
|
|
2013
|
+
*/
|
|
2014
|
+
enum AudienceStatus {
|
|
2015
|
+
UNSPECIFIED = 0,
|
|
2016
|
+
UNKNOWN = 1,
|
|
2017
|
+
ENABLED = 2,
|
|
2018
|
+
REMOVED = 3
|
|
2019
|
+
}
|
|
1809
2020
|
/**
|
|
1810
2021
|
* @name BatchJobStatusEnum.BatchJobStatus
|
|
1811
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2022
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/BatchJobStatusEnum.BatchJobStatus
|
|
1812
2023
|
*/
|
|
1813
2024
|
enum BatchJobStatus {
|
|
1814
2025
|
UNSPECIFIED = 0,
|
|
@@ -1819,7 +2030,7 @@ export declare namespace enums {
|
|
|
1819
2030
|
}
|
|
1820
2031
|
/**
|
|
1821
2032
|
* @name BidModifierSourceEnum.BidModifierSource
|
|
1822
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2033
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/BidModifierSourceEnum.BidModifierSource
|
|
1823
2034
|
*/
|
|
1824
2035
|
enum BidModifierSource {
|
|
1825
2036
|
UNSPECIFIED = 0,
|
|
@@ -1829,7 +2040,7 @@ export declare namespace enums {
|
|
|
1829
2040
|
}
|
|
1830
2041
|
/**
|
|
1831
2042
|
* @name BiddingSourceEnum.BiddingSource
|
|
1832
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2043
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/BiddingSourceEnum.BiddingSource
|
|
1833
2044
|
*/
|
|
1834
2045
|
enum BiddingSource {
|
|
1835
2046
|
UNSPECIFIED = 0,
|
|
@@ -1840,7 +2051,7 @@ export declare namespace enums {
|
|
|
1840
2051
|
}
|
|
1841
2052
|
/**
|
|
1842
2053
|
* @name BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
1843
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2054
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
1844
2055
|
*/
|
|
1845
2056
|
enum BiddingStrategyStatus {
|
|
1846
2057
|
UNSPECIFIED = 0,
|
|
@@ -1850,7 +2061,7 @@ export declare namespace enums {
|
|
|
1850
2061
|
}
|
|
1851
2062
|
/**
|
|
1852
2063
|
* @name BiddingStrategyTypeEnum.BiddingStrategyType
|
|
1853
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2064
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/BiddingStrategyTypeEnum.BiddingStrategyType
|
|
1854
2065
|
*/
|
|
1855
2066
|
enum BiddingStrategyType {
|
|
1856
2067
|
UNSPECIFIED = 0,
|
|
@@ -1874,7 +2085,7 @@ export declare namespace enums {
|
|
|
1874
2085
|
}
|
|
1875
2086
|
/**
|
|
1876
2087
|
* @name BillingSetupStatusEnum.BillingSetupStatus
|
|
1877
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2088
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/BillingSetupStatusEnum.BillingSetupStatus
|
|
1878
2089
|
*/
|
|
1879
2090
|
enum BillingSetupStatus {
|
|
1880
2091
|
UNSPECIFIED = 0,
|
|
@@ -1886,7 +2097,7 @@ export declare namespace enums {
|
|
|
1886
2097
|
}
|
|
1887
2098
|
/**
|
|
1888
2099
|
* @name BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
1889
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2100
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
1890
2101
|
*/
|
|
1891
2102
|
enum BrandSafetySuitability {
|
|
1892
2103
|
UNSPECIFIED = 0,
|
|
@@ -1897,7 +2108,7 @@ export declare namespace enums {
|
|
|
1897
2108
|
}
|
|
1898
2109
|
/**
|
|
1899
2110
|
* @name BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
1900
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2111
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
1901
2112
|
*/
|
|
1902
2113
|
enum BudgetDeliveryMethod {
|
|
1903
2114
|
UNSPECIFIED = 0,
|
|
@@ -1907,7 +2118,7 @@ export declare namespace enums {
|
|
|
1907
2118
|
}
|
|
1908
2119
|
/**
|
|
1909
2120
|
* @name BudgetPeriodEnum.BudgetPeriod
|
|
1910
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2121
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/BudgetPeriodEnum.BudgetPeriod
|
|
1911
2122
|
*/
|
|
1912
2123
|
enum BudgetPeriod {
|
|
1913
2124
|
UNSPECIFIED = 0,
|
|
@@ -1917,7 +2128,7 @@ export declare namespace enums {
|
|
|
1917
2128
|
}
|
|
1918
2129
|
/**
|
|
1919
2130
|
* @name BudgetStatusEnum.BudgetStatus
|
|
1920
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2131
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/BudgetStatusEnum.BudgetStatus
|
|
1921
2132
|
*/
|
|
1922
2133
|
enum BudgetStatus {
|
|
1923
2134
|
UNSPECIFIED = 0,
|
|
@@ -1927,19 +2138,19 @@ export declare namespace enums {
|
|
|
1927
2138
|
}
|
|
1928
2139
|
/**
|
|
1929
2140
|
* @name BudgetTypeEnum.BudgetType
|
|
1930
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2141
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/BudgetTypeEnum.BudgetType
|
|
1931
2142
|
*/
|
|
1932
2143
|
enum BudgetType {
|
|
1933
2144
|
UNSPECIFIED = 0,
|
|
1934
2145
|
UNKNOWN = 1,
|
|
1935
2146
|
STANDARD = 2,
|
|
1936
|
-
HOTEL_ADS_COMMISSION = 3,
|
|
1937
2147
|
FIXED_CPA = 4,
|
|
1938
|
-
SMART_CAMPAIGN = 5
|
|
2148
|
+
SMART_CAMPAIGN = 5,
|
|
2149
|
+
LOCAL_SERVICES = 6
|
|
1939
2150
|
}
|
|
1940
2151
|
/**
|
|
1941
2152
|
* @name CallPlaceholderFieldEnum.CallPlaceholderField
|
|
1942
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2153
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CallPlaceholderFieldEnum.CallPlaceholderField
|
|
1943
2154
|
*/
|
|
1944
2155
|
enum CallPlaceholderField {
|
|
1945
2156
|
UNSPECIFIED = 0,
|
|
@@ -1952,7 +2163,7 @@ export declare namespace enums {
|
|
|
1952
2163
|
}
|
|
1953
2164
|
/**
|
|
1954
2165
|
* @name CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
1955
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2166
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
1956
2167
|
*/
|
|
1957
2168
|
enum CallTrackingDisplayLocation {
|
|
1958
2169
|
UNSPECIFIED = 0,
|
|
@@ -1962,7 +2173,7 @@ export declare namespace enums {
|
|
|
1962
2173
|
}
|
|
1963
2174
|
/**
|
|
1964
2175
|
* @name CallTypeEnum.CallType
|
|
1965
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2176
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CallTypeEnum.CallType
|
|
1966
2177
|
*/
|
|
1967
2178
|
enum CallType {
|
|
1968
2179
|
UNSPECIFIED = 0,
|
|
@@ -1972,7 +2183,7 @@ export declare namespace enums {
|
|
|
1972
2183
|
}
|
|
1973
2184
|
/**
|
|
1974
2185
|
* @name CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
1975
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2186
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
1976
2187
|
*/
|
|
1977
2188
|
enum CalloutPlaceholderField {
|
|
1978
2189
|
UNSPECIFIED = 0,
|
|
@@ -1981,7 +2192,7 @@ export declare namespace enums {
|
|
|
1981
2192
|
}
|
|
1982
2193
|
/**
|
|
1983
2194
|
* @name CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
1984
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2195
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
1985
2196
|
*/
|
|
1986
2197
|
enum CampaignCriterionStatus {
|
|
1987
2198
|
UNSPECIFIED = 0,
|
|
@@ -1992,7 +2203,7 @@ export declare namespace enums {
|
|
|
1992
2203
|
}
|
|
1993
2204
|
/**
|
|
1994
2205
|
* @name CampaignDraftStatusEnum.CampaignDraftStatus
|
|
1995
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2206
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CampaignDraftStatusEnum.CampaignDraftStatus
|
|
1996
2207
|
*/
|
|
1997
2208
|
enum CampaignDraftStatus {
|
|
1998
2209
|
UNSPECIFIED = 0,
|
|
@@ -2005,7 +2216,7 @@ export declare namespace enums {
|
|
|
2005
2216
|
}
|
|
2006
2217
|
/**
|
|
2007
2218
|
* @name CampaignExperimentStatusEnum.CampaignExperimentStatus
|
|
2008
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2219
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CampaignExperimentStatusEnum.CampaignExperimentStatus
|
|
2009
2220
|
*/
|
|
2010
2221
|
enum CampaignExperimentStatus {
|
|
2011
2222
|
UNSPECIFIED = 0,
|
|
@@ -2022,7 +2233,7 @@ export declare namespace enums {
|
|
|
2022
2233
|
}
|
|
2023
2234
|
/**
|
|
2024
2235
|
* @name CampaignExperimentTrafficSplitTypeEnum.CampaignExperimentTrafficSplitType
|
|
2025
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2236
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CampaignExperimentTrafficSplitTypeEnum.CampaignExperimentTrafficSplitType
|
|
2026
2237
|
*/
|
|
2027
2238
|
enum CampaignExperimentTrafficSplitType {
|
|
2028
2239
|
UNSPECIFIED = 0,
|
|
@@ -2032,7 +2243,7 @@ export declare namespace enums {
|
|
|
2032
2243
|
}
|
|
2033
2244
|
/**
|
|
2034
2245
|
* @name CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2035
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2246
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2036
2247
|
*/
|
|
2037
2248
|
enum CampaignExperimentType {
|
|
2038
2249
|
UNSPECIFIED = 0,
|
|
@@ -2043,7 +2254,7 @@ export declare namespace enums {
|
|
|
2043
2254
|
}
|
|
2044
2255
|
/**
|
|
2045
2256
|
* @name CampaignServingStatusEnum.CampaignServingStatus
|
|
2046
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2257
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CampaignServingStatusEnum.CampaignServingStatus
|
|
2047
2258
|
*/
|
|
2048
2259
|
enum CampaignServingStatus {
|
|
2049
2260
|
UNSPECIFIED = 0,
|
|
@@ -2056,7 +2267,7 @@ export declare namespace enums {
|
|
|
2056
2267
|
}
|
|
2057
2268
|
/**
|
|
2058
2269
|
* @name CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2059
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2270
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2060
2271
|
*/
|
|
2061
2272
|
enum CampaignSharedSetStatus {
|
|
2062
2273
|
UNSPECIFIED = 0,
|
|
@@ -2066,7 +2277,7 @@ export declare namespace enums {
|
|
|
2066
2277
|
}
|
|
2067
2278
|
/**
|
|
2068
2279
|
* @name CampaignStatusEnum.CampaignStatus
|
|
2069
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2280
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CampaignStatusEnum.CampaignStatus
|
|
2070
2281
|
*/
|
|
2071
2282
|
enum CampaignStatus {
|
|
2072
2283
|
UNSPECIFIED = 0,
|
|
@@ -2077,7 +2288,7 @@ export declare namespace enums {
|
|
|
2077
2288
|
}
|
|
2078
2289
|
/**
|
|
2079
2290
|
* @name ChangeClientTypeEnum.ChangeClientType
|
|
2080
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2291
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ChangeClientTypeEnum.ChangeClientType
|
|
2081
2292
|
*/
|
|
2082
2293
|
enum ChangeClientType {
|
|
2083
2294
|
UNSPECIFIED = 0,
|
|
@@ -2097,7 +2308,7 @@ export declare namespace enums {
|
|
|
2097
2308
|
}
|
|
2098
2309
|
/**
|
|
2099
2310
|
* @name ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2100
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2311
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2101
2312
|
*/
|
|
2102
2313
|
enum ChangeEventResourceType {
|
|
2103
2314
|
UNSPECIFIED = 0,
|
|
@@ -2121,7 +2332,7 @@ export declare namespace enums {
|
|
|
2121
2332
|
}
|
|
2122
2333
|
/**
|
|
2123
2334
|
* @name ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2124
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2335
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2125
2336
|
*/
|
|
2126
2337
|
enum ChangeStatusOperation {
|
|
2127
2338
|
UNSPECIFIED = 0,
|
|
@@ -2132,7 +2343,7 @@ export declare namespace enums {
|
|
|
2132
2343
|
}
|
|
2133
2344
|
/**
|
|
2134
2345
|
* @name ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2135
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2346
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2136
2347
|
*/
|
|
2137
2348
|
enum ChangeStatusResourceType {
|
|
2138
2349
|
UNSPECIFIED = 0,
|
|
@@ -2156,7 +2367,7 @@ export declare namespace enums {
|
|
|
2156
2367
|
}
|
|
2157
2368
|
/**
|
|
2158
2369
|
* @name CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2159
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2370
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2160
2371
|
*/
|
|
2161
2372
|
enum CombinedAudienceStatus {
|
|
2162
2373
|
UNSPECIFIED = 0,
|
|
@@ -2166,7 +2377,7 @@ export declare namespace enums {
|
|
|
2166
2377
|
}
|
|
2167
2378
|
/**
|
|
2168
2379
|
* @name ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2169
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2380
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2170
2381
|
*/
|
|
2171
2382
|
enum ConversionActionCountingType {
|
|
2172
2383
|
UNSPECIFIED = 0,
|
|
@@ -2176,7 +2387,7 @@ export declare namespace enums {
|
|
|
2176
2387
|
}
|
|
2177
2388
|
/**
|
|
2178
2389
|
* @name ConversionActionStatusEnum.ConversionActionStatus
|
|
2179
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2390
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ConversionActionStatusEnum.ConversionActionStatus
|
|
2180
2391
|
*/
|
|
2181
2392
|
enum ConversionActionStatus {
|
|
2182
2393
|
UNSPECIFIED = 0,
|
|
@@ -2187,7 +2398,7 @@ export declare namespace enums {
|
|
|
2187
2398
|
}
|
|
2188
2399
|
/**
|
|
2189
2400
|
* @name ConversionActionTypeEnum.ConversionActionType
|
|
2190
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2401
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ConversionActionTypeEnum.ConversionActionType
|
|
2191
2402
|
*/
|
|
2192
2403
|
enum ConversionActionType {
|
|
2193
2404
|
UNSPECIFIED = 0,
|
|
@@ -2230,7 +2441,7 @@ export declare namespace enums {
|
|
|
2230
2441
|
}
|
|
2231
2442
|
/**
|
|
2232
2443
|
* @name ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
2233
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2444
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
2234
2445
|
*/
|
|
2235
2446
|
enum ConversionAdjustmentType {
|
|
2236
2447
|
UNSPECIFIED = 0,
|
|
@@ -2241,7 +2452,7 @@ export declare namespace enums {
|
|
|
2241
2452
|
}
|
|
2242
2453
|
/**
|
|
2243
2454
|
* @name ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
2244
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2455
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
2245
2456
|
*/
|
|
2246
2457
|
enum ConversionCustomVariableStatus {
|
|
2247
2458
|
UNSPECIFIED = 0,
|
|
@@ -2250,9 +2461,35 @@ export declare namespace enums {
|
|
|
2250
2461
|
ENABLED = 3,
|
|
2251
2462
|
PAUSED = 4
|
|
2252
2463
|
}
|
|
2464
|
+
/**
|
|
2465
|
+
* @name ConversionOriginEnum.ConversionOrigin
|
|
2466
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ConversionOriginEnum.ConversionOrigin
|
|
2467
|
+
*/
|
|
2468
|
+
enum ConversionOrigin {
|
|
2469
|
+
UNSPECIFIED = 0,
|
|
2470
|
+
UNKNOWN = 1,
|
|
2471
|
+
WEBSITE = 2,
|
|
2472
|
+
GOOGLE_HOSTED = 3,
|
|
2473
|
+
APP = 4,
|
|
2474
|
+
CALL_FROM_ADS = 5,
|
|
2475
|
+
STORE = 6,
|
|
2476
|
+
YOUTUBE_HOSTED = 7
|
|
2477
|
+
}
|
|
2478
|
+
/**
|
|
2479
|
+
* @name ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
2480
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
2481
|
+
*/
|
|
2482
|
+
enum ConversionTrackingStatus {
|
|
2483
|
+
UNSPECIFIED = 0,
|
|
2484
|
+
UNKNOWN = 1,
|
|
2485
|
+
NOT_CONVERSION_TRACKED = 2,
|
|
2486
|
+
CONVERSION_TRACKING_MANAGED_BY_SELF = 3,
|
|
2487
|
+
CONVERSION_TRACKING_MANAGED_BY_THIS_MANAGER = 4,
|
|
2488
|
+
CONVERSION_TRACKING_MANAGED_BY_ANOTHER_MANAGER = 5
|
|
2489
|
+
}
|
|
2253
2490
|
/**
|
|
2254
2491
|
* @name ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
2255
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2492
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
2256
2493
|
*/
|
|
2257
2494
|
enum ConversionValueRuleSetStatus {
|
|
2258
2495
|
UNSPECIFIED = 0,
|
|
@@ -2263,7 +2500,7 @@ export declare namespace enums {
|
|
|
2263
2500
|
}
|
|
2264
2501
|
/**
|
|
2265
2502
|
* @name ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
2266
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2503
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
2267
2504
|
*/
|
|
2268
2505
|
enum ConversionValueRuleStatus {
|
|
2269
2506
|
UNSPECIFIED = 0,
|
|
@@ -2274,7 +2511,7 @@ export declare namespace enums {
|
|
|
2274
2511
|
}
|
|
2275
2512
|
/**
|
|
2276
2513
|
* @name CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
2277
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2514
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
2278
2515
|
*/
|
|
2279
2516
|
enum CriterionSystemServingStatus {
|
|
2280
2517
|
UNSPECIFIED = 0,
|
|
@@ -2284,7 +2521,7 @@ export declare namespace enums {
|
|
|
2284
2521
|
}
|
|
2285
2522
|
/**
|
|
2286
2523
|
* @name CriterionTypeEnum.CriterionType
|
|
2287
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2524
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CriterionTypeEnum.CriterionType
|
|
2288
2525
|
*/
|
|
2289
2526
|
enum CriterionType {
|
|
2290
2527
|
UNSPECIFIED = 0,
|
|
@@ -2321,11 +2558,12 @@ export declare namespace enums {
|
|
|
2321
2558
|
LOCATION_GROUP = 31,
|
|
2322
2559
|
CUSTOM_AUDIENCE = 32,
|
|
2323
2560
|
COMBINED_AUDIENCE = 33,
|
|
2324
|
-
KEYWORD_THEME = 34
|
|
2561
|
+
KEYWORD_THEME = 34,
|
|
2562
|
+
AUDIENCE = 35
|
|
2325
2563
|
}
|
|
2326
2564
|
/**
|
|
2327
2565
|
* @name CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
2328
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2566
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
2329
2567
|
*/
|
|
2330
2568
|
enum CustomAudienceMemberType {
|
|
2331
2569
|
UNSPECIFIED = 0,
|
|
@@ -2337,7 +2575,7 @@ export declare namespace enums {
|
|
|
2337
2575
|
}
|
|
2338
2576
|
/**
|
|
2339
2577
|
* @name CustomAudienceStatusEnum.CustomAudienceStatus
|
|
2340
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2578
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CustomAudienceStatusEnum.CustomAudienceStatus
|
|
2341
2579
|
*/
|
|
2342
2580
|
enum CustomAudienceStatus {
|
|
2343
2581
|
UNSPECIFIED = 0,
|
|
@@ -2347,7 +2585,7 @@ export declare namespace enums {
|
|
|
2347
2585
|
}
|
|
2348
2586
|
/**
|
|
2349
2587
|
* @name CustomAudienceTypeEnum.CustomAudienceType
|
|
2350
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2588
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CustomAudienceTypeEnum.CustomAudienceType
|
|
2351
2589
|
*/
|
|
2352
2590
|
enum CustomAudienceType {
|
|
2353
2591
|
UNSPECIFIED = 0,
|
|
@@ -2357,9 +2595,19 @@ export declare namespace enums {
|
|
|
2357
2595
|
PURCHASE_INTENT = 4,
|
|
2358
2596
|
SEARCH = 5
|
|
2359
2597
|
}
|
|
2598
|
+
/**
|
|
2599
|
+
* @name CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
2600
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
2601
|
+
*/
|
|
2602
|
+
enum CustomConversionGoalStatus {
|
|
2603
|
+
UNSPECIFIED = 0,
|
|
2604
|
+
UNKNOWN = 1,
|
|
2605
|
+
ENABLED = 2,
|
|
2606
|
+
REMOVED = 3
|
|
2607
|
+
}
|
|
2360
2608
|
/**
|
|
2361
2609
|
* @name CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
2362
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2610
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
2363
2611
|
*/
|
|
2364
2612
|
enum CustomInterestMemberType {
|
|
2365
2613
|
UNSPECIFIED = 0,
|
|
@@ -2369,7 +2617,7 @@ export declare namespace enums {
|
|
|
2369
2617
|
}
|
|
2370
2618
|
/**
|
|
2371
2619
|
* @name CustomInterestStatusEnum.CustomInterestStatus
|
|
2372
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2620
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CustomInterestStatusEnum.CustomInterestStatus
|
|
2373
2621
|
*/
|
|
2374
2622
|
enum CustomInterestStatus {
|
|
2375
2623
|
UNSPECIFIED = 0,
|
|
@@ -2379,7 +2627,7 @@ export declare namespace enums {
|
|
|
2379
2627
|
}
|
|
2380
2628
|
/**
|
|
2381
2629
|
* @name CustomInterestTypeEnum.CustomInterestType
|
|
2382
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2630
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CustomInterestTypeEnum.CustomInterestType
|
|
2383
2631
|
*/
|
|
2384
2632
|
enum CustomInterestType {
|
|
2385
2633
|
UNSPECIFIED = 0,
|
|
@@ -2389,7 +2637,7 @@ export declare namespace enums {
|
|
|
2389
2637
|
}
|
|
2390
2638
|
/**
|
|
2391
2639
|
* @name CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
2392
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2640
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
2393
2641
|
*/
|
|
2394
2642
|
enum CustomPlaceholderField {
|
|
2395
2643
|
UNSPECIFIED = 0,
|
|
@@ -2417,7 +2665,7 @@ export declare namespace enums {
|
|
|
2417
2665
|
}
|
|
2418
2666
|
/**
|
|
2419
2667
|
* @name CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
2420
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2668
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
2421
2669
|
*/
|
|
2422
2670
|
enum CustomerPayPerConversionEligibilityFailureReason {
|
|
2423
2671
|
UNSPECIFIED = 0,
|
|
@@ -2430,9 +2678,41 @@ export declare namespace enums {
|
|
|
2430
2678
|
ANALYSIS_NOT_COMPLETE = 7,
|
|
2431
2679
|
OTHER = 8
|
|
2432
2680
|
}
|
|
2681
|
+
/**
|
|
2682
|
+
* @name CustomerStatusEnum.CustomerStatus
|
|
2683
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CustomerStatusEnum.CustomerStatus
|
|
2684
|
+
*/
|
|
2685
|
+
enum CustomerStatus {
|
|
2686
|
+
UNSPECIFIED = 0,
|
|
2687
|
+
UNKNOWN = 1,
|
|
2688
|
+
ENABLED = 2,
|
|
2689
|
+
CANCELED = 3,
|
|
2690
|
+
SUSPENDED = 4,
|
|
2691
|
+
CLOSED = 5
|
|
2692
|
+
}
|
|
2693
|
+
/**
|
|
2694
|
+
* @name CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
2695
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
2696
|
+
*/
|
|
2697
|
+
enum CustomizerAttributeStatus {
|
|
2698
|
+
UNSPECIFIED = 0,
|
|
2699
|
+
UNKNOWN = 1,
|
|
2700
|
+
ENABLED = 2,
|
|
2701
|
+
REMOVED = 3
|
|
2702
|
+
}
|
|
2703
|
+
/**
|
|
2704
|
+
* @name CustomizerValueStatusEnum.CustomizerValueStatus
|
|
2705
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/CustomizerValueStatusEnum.CustomizerValueStatus
|
|
2706
|
+
*/
|
|
2707
|
+
enum CustomizerValueStatus {
|
|
2708
|
+
UNSPECIFIED = 0,
|
|
2709
|
+
UNKNOWN = 1,
|
|
2710
|
+
ENABLED = 2,
|
|
2711
|
+
REMOVED = 3
|
|
2712
|
+
}
|
|
2433
2713
|
/**
|
|
2434
2714
|
* @name DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
2435
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2715
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
2436
2716
|
*/
|
|
2437
2717
|
enum DataDrivenModelStatus {
|
|
2438
2718
|
UNSPECIFIED = 0,
|
|
@@ -2444,7 +2724,7 @@ export declare namespace enums {
|
|
|
2444
2724
|
}
|
|
2445
2725
|
/**
|
|
2446
2726
|
* @name DistanceBucketEnum.DistanceBucket
|
|
2447
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2727
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/DistanceBucketEnum.DistanceBucket
|
|
2448
2728
|
*/
|
|
2449
2729
|
enum DistanceBucket {
|
|
2450
2730
|
UNSPECIFIED = 0,
|
|
@@ -2479,7 +2759,7 @@ export declare namespace enums {
|
|
|
2479
2759
|
}
|
|
2480
2760
|
/**
|
|
2481
2761
|
* @name DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
2482
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2762
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
2483
2763
|
*/
|
|
2484
2764
|
enum DsaPageFeedCriterionField {
|
|
2485
2765
|
UNSPECIFIED = 0,
|
|
@@ -2489,7 +2769,7 @@ export declare namespace enums {
|
|
|
2489
2769
|
}
|
|
2490
2770
|
/**
|
|
2491
2771
|
* @name EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
2492
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2772
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
2493
2773
|
*/
|
|
2494
2774
|
enum EducationPlaceholderField {
|
|
2495
2775
|
UNSPECIFIED = 0,
|
|
@@ -2512,9 +2792,43 @@ export declare namespace enums {
|
|
|
2512
2792
|
IOS_APP_LINK = 17,
|
|
2513
2793
|
IOS_APP_STORE_ID = 18
|
|
2514
2794
|
}
|
|
2795
|
+
/**
|
|
2796
|
+
* @name ExperimentStatusEnum.ExperimentStatus
|
|
2797
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ExperimentStatusEnum.ExperimentStatus
|
|
2798
|
+
*/
|
|
2799
|
+
enum ExperimentStatus {
|
|
2800
|
+
UNSPECIFIED = 0,
|
|
2801
|
+
UNKNOWN = 1,
|
|
2802
|
+
ENABLED = 2,
|
|
2803
|
+
REMOVED = 3,
|
|
2804
|
+
HALTED = 4,
|
|
2805
|
+
PROMOTED = 5,
|
|
2806
|
+
SETUP = 6,
|
|
2807
|
+
INITIATED = 7,
|
|
2808
|
+
GRADUATED = 8
|
|
2809
|
+
}
|
|
2810
|
+
/**
|
|
2811
|
+
* @name ExperimentTypeEnum.ExperimentType
|
|
2812
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ExperimentTypeEnum.ExperimentType
|
|
2813
|
+
*/
|
|
2814
|
+
enum ExperimentType {
|
|
2815
|
+
UNSPECIFIED = 0,
|
|
2816
|
+
UNKNOWN = 1,
|
|
2817
|
+
DISPLAY_AND_VIDEO_360 = 2,
|
|
2818
|
+
AD_VARIATION = 3,
|
|
2819
|
+
SMART_DISPLAY = 4,
|
|
2820
|
+
YOUTUBE_CUSTOM = 5,
|
|
2821
|
+
DISPLAY_CUSTOM = 6,
|
|
2822
|
+
SEARCH_CUSTOM = 7,
|
|
2823
|
+
DISPLAY_AUTOMATED_BIDDING_STRATEGY = 8,
|
|
2824
|
+
SEARCH_AUTOMATED_BIDDING_STRATEGY = 9,
|
|
2825
|
+
SHOPPING_AUTOMATED_BIDDING_STRATEGY = 10,
|
|
2826
|
+
SMART_MATCHING = 11,
|
|
2827
|
+
HOTEL_CUSTOM = 12
|
|
2828
|
+
}
|
|
2515
2829
|
/**
|
|
2516
2830
|
* @name ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
2517
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2831
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
2518
2832
|
*/
|
|
2519
2833
|
enum ExtensionSettingDevice {
|
|
2520
2834
|
UNSPECIFIED = 0,
|
|
@@ -2524,7 +2838,7 @@ export declare namespace enums {
|
|
|
2524
2838
|
}
|
|
2525
2839
|
/**
|
|
2526
2840
|
* @name ExtensionTypeEnum.ExtensionType
|
|
2527
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2841
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ExtensionTypeEnum.ExtensionType
|
|
2528
2842
|
*/
|
|
2529
2843
|
enum ExtensionType {
|
|
2530
2844
|
UNSPECIFIED = 0,
|
|
@@ -2545,7 +2859,7 @@ export declare namespace enums {
|
|
|
2545
2859
|
}
|
|
2546
2860
|
/**
|
|
2547
2861
|
* @name FeedAttributeTypeEnum.FeedAttributeType
|
|
2548
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2862
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FeedAttributeTypeEnum.FeedAttributeType
|
|
2549
2863
|
*/
|
|
2550
2864
|
enum FeedAttributeType {
|
|
2551
2865
|
UNSPECIFIED = 0,
|
|
@@ -2566,7 +2880,7 @@ export declare namespace enums {
|
|
|
2566
2880
|
}
|
|
2567
2881
|
/**
|
|
2568
2882
|
* @name FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
2569
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2883
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
2570
2884
|
*/
|
|
2571
2885
|
enum FeedItemQualityApprovalStatus {
|
|
2572
2886
|
UNSPECIFIED = 0,
|
|
@@ -2576,7 +2890,7 @@ export declare namespace enums {
|
|
|
2576
2890
|
}
|
|
2577
2891
|
/**
|
|
2578
2892
|
* @name FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
2579
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2893
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
2580
2894
|
*/
|
|
2581
2895
|
enum FeedItemQualityDisapprovalReason {
|
|
2582
2896
|
UNSPECIFIED = 0,
|
|
@@ -2602,7 +2916,7 @@ export declare namespace enums {
|
|
|
2602
2916
|
}
|
|
2603
2917
|
/**
|
|
2604
2918
|
* @name FeedItemSetStatusEnum.FeedItemSetStatus
|
|
2605
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2919
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FeedItemSetStatusEnum.FeedItemSetStatus
|
|
2606
2920
|
*/
|
|
2607
2921
|
enum FeedItemSetStatus {
|
|
2608
2922
|
UNSPECIFIED = 0,
|
|
@@ -2612,7 +2926,7 @@ export declare namespace enums {
|
|
|
2612
2926
|
}
|
|
2613
2927
|
/**
|
|
2614
2928
|
* @name FeedItemStatusEnum.FeedItemStatus
|
|
2615
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2929
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FeedItemStatusEnum.FeedItemStatus
|
|
2616
2930
|
*/
|
|
2617
2931
|
enum FeedItemStatus {
|
|
2618
2932
|
UNSPECIFIED = 0,
|
|
@@ -2622,7 +2936,7 @@ export declare namespace enums {
|
|
|
2622
2936
|
}
|
|
2623
2937
|
/**
|
|
2624
2938
|
* @name FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
2625
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2939
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
2626
2940
|
*/
|
|
2627
2941
|
enum FeedItemTargetDevice {
|
|
2628
2942
|
UNSPECIFIED = 0,
|
|
@@ -2631,7 +2945,7 @@ export declare namespace enums {
|
|
|
2631
2945
|
}
|
|
2632
2946
|
/**
|
|
2633
2947
|
* @name FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
2634
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2948
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
2635
2949
|
*/
|
|
2636
2950
|
enum FeedItemTargetStatus {
|
|
2637
2951
|
UNSPECIFIED = 0,
|
|
@@ -2641,7 +2955,7 @@ export declare namespace enums {
|
|
|
2641
2955
|
}
|
|
2642
2956
|
/**
|
|
2643
2957
|
* @name FeedItemTargetTypeEnum.FeedItemTargetType
|
|
2644
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2958
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FeedItemTargetTypeEnum.FeedItemTargetType
|
|
2645
2959
|
*/
|
|
2646
2960
|
enum FeedItemTargetType {
|
|
2647
2961
|
UNSPECIFIED = 0,
|
|
@@ -2652,7 +2966,7 @@ export declare namespace enums {
|
|
|
2652
2966
|
}
|
|
2653
2967
|
/**
|
|
2654
2968
|
* @name FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
2655
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2969
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
2656
2970
|
*/
|
|
2657
2971
|
enum FeedItemValidationStatus {
|
|
2658
2972
|
UNSPECIFIED = 0,
|
|
@@ -2663,7 +2977,7 @@ export declare namespace enums {
|
|
|
2663
2977
|
}
|
|
2664
2978
|
/**
|
|
2665
2979
|
* @name FeedLinkStatusEnum.FeedLinkStatus
|
|
2666
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2980
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FeedLinkStatusEnum.FeedLinkStatus
|
|
2667
2981
|
*/
|
|
2668
2982
|
enum FeedLinkStatus {
|
|
2669
2983
|
UNSPECIFIED = 0,
|
|
@@ -2673,7 +2987,7 @@ export declare namespace enums {
|
|
|
2673
2987
|
}
|
|
2674
2988
|
/**
|
|
2675
2989
|
* @name FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
2676
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2990
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
2677
2991
|
*/
|
|
2678
2992
|
enum FeedMappingCriterionType {
|
|
2679
2993
|
UNSPECIFIED = 0,
|
|
@@ -2683,7 +2997,7 @@ export declare namespace enums {
|
|
|
2683
2997
|
}
|
|
2684
2998
|
/**
|
|
2685
2999
|
* @name FeedMappingStatusEnum.FeedMappingStatus
|
|
2686
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3000
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FeedMappingStatusEnum.FeedMappingStatus
|
|
2687
3001
|
*/
|
|
2688
3002
|
enum FeedMappingStatus {
|
|
2689
3003
|
UNSPECIFIED = 0,
|
|
@@ -2693,7 +3007,7 @@ export declare namespace enums {
|
|
|
2693
3007
|
}
|
|
2694
3008
|
/**
|
|
2695
3009
|
* @name FeedOriginEnum.FeedOrigin
|
|
2696
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3010
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FeedOriginEnum.FeedOrigin
|
|
2697
3011
|
*/
|
|
2698
3012
|
enum FeedOrigin {
|
|
2699
3013
|
UNSPECIFIED = 0,
|
|
@@ -2703,7 +3017,7 @@ export declare namespace enums {
|
|
|
2703
3017
|
}
|
|
2704
3018
|
/**
|
|
2705
3019
|
* @name FeedStatusEnum.FeedStatus
|
|
2706
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3020
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FeedStatusEnum.FeedStatus
|
|
2707
3021
|
*/
|
|
2708
3022
|
enum FeedStatus {
|
|
2709
3023
|
UNSPECIFIED = 0,
|
|
@@ -2713,7 +3027,7 @@ export declare namespace enums {
|
|
|
2713
3027
|
}
|
|
2714
3028
|
/**
|
|
2715
3029
|
* @name FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
2716
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3030
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
2717
3031
|
*/
|
|
2718
3032
|
enum FlightPlaceholderField {
|
|
2719
3033
|
UNSPECIFIED = 0,
|
|
@@ -2738,7 +3052,7 @@ export declare namespace enums {
|
|
|
2738
3052
|
}
|
|
2739
3053
|
/**
|
|
2740
3054
|
* @name GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
2741
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3055
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
2742
3056
|
*/
|
|
2743
3057
|
enum GeoTargetConstantStatus {
|
|
2744
3058
|
UNSPECIFIED = 0,
|
|
@@ -2748,7 +3062,7 @@ export declare namespace enums {
|
|
|
2748
3062
|
}
|
|
2749
3063
|
/**
|
|
2750
3064
|
* @name GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
2751
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3065
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
2752
3066
|
*/
|
|
2753
3067
|
enum GeoTargetingRestriction {
|
|
2754
3068
|
UNSPECIFIED = 0,
|
|
@@ -2757,7 +3071,7 @@ export declare namespace enums {
|
|
|
2757
3071
|
}
|
|
2758
3072
|
/**
|
|
2759
3073
|
* @name GeoTargetingTypeEnum.GeoTargetingType
|
|
2760
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3074
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/GeoTargetingTypeEnum.GeoTargetingType
|
|
2761
3075
|
*/
|
|
2762
3076
|
enum GeoTargetingType {
|
|
2763
3077
|
UNSPECIFIED = 0,
|
|
@@ -2765,9 +3079,19 @@ export declare namespace enums {
|
|
|
2765
3079
|
AREA_OF_INTEREST = 2,
|
|
2766
3080
|
LOCATION_OF_PRESENCE = 3
|
|
2767
3081
|
}
|
|
3082
|
+
/**
|
|
3083
|
+
* @name GoalConfigLevelEnum.GoalConfigLevel
|
|
3084
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/GoalConfigLevelEnum.GoalConfigLevel
|
|
3085
|
+
*/
|
|
3086
|
+
enum GoalConfigLevel {
|
|
3087
|
+
UNSPECIFIED = 0,
|
|
3088
|
+
UNKNOWN = 1,
|
|
3089
|
+
CUSTOMER = 2,
|
|
3090
|
+
CAMPAIGN = 3
|
|
3091
|
+
}
|
|
2768
3092
|
/**
|
|
2769
3093
|
* @name GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
2770
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3094
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
2771
3095
|
*/
|
|
2772
3096
|
enum GoogleAdsFieldCategory {
|
|
2773
3097
|
UNSPECIFIED = 0,
|
|
@@ -2779,7 +3103,7 @@ export declare namespace enums {
|
|
|
2779
3103
|
}
|
|
2780
3104
|
/**
|
|
2781
3105
|
* @name GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
2782
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3106
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
2783
3107
|
*/
|
|
2784
3108
|
enum GoogleAdsFieldDataType {
|
|
2785
3109
|
UNSPECIFIED = 0,
|
|
@@ -2798,7 +3122,7 @@ export declare namespace enums {
|
|
|
2798
3122
|
}
|
|
2799
3123
|
/**
|
|
2800
3124
|
* @name GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
2801
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3125
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
2802
3126
|
*/
|
|
2803
3127
|
enum GoogleVoiceCallStatus {
|
|
2804
3128
|
UNSPECIFIED = 0,
|
|
@@ -2808,7 +3132,7 @@ export declare namespace enums {
|
|
|
2808
3132
|
}
|
|
2809
3133
|
/**
|
|
2810
3134
|
* @name HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
2811
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3135
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
2812
3136
|
*/
|
|
2813
3137
|
enum HotelPlaceholderField {
|
|
2814
3138
|
UNSPECIFIED = 0,
|
|
@@ -2834,9 +3158,21 @@ export declare namespace enums {
|
|
|
2834
3158
|
IOS_APP_LINK = 20,
|
|
2835
3159
|
IOS_APP_STORE_ID = 21
|
|
2836
3160
|
}
|
|
3161
|
+
/**
|
|
3162
|
+
* @name HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3163
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3164
|
+
*/
|
|
3165
|
+
enum HotelReconciliationStatus {
|
|
3166
|
+
UNSPECIFIED = 0,
|
|
3167
|
+
UNKNOWN = 1,
|
|
3168
|
+
RESERVATION_ENABLED = 2,
|
|
3169
|
+
RECONCILIATION_NEEDED = 3,
|
|
3170
|
+
RECONCILED = 4,
|
|
3171
|
+
CANCELED = 5
|
|
3172
|
+
}
|
|
2837
3173
|
/**
|
|
2838
3174
|
* @name ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
2839
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3175
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
2840
3176
|
*/
|
|
2841
3177
|
enum ImagePlaceholderField {
|
|
2842
3178
|
UNSPECIFIED = 0,
|
|
@@ -2845,7 +3181,7 @@ export declare namespace enums {
|
|
|
2845
3181
|
}
|
|
2846
3182
|
/**
|
|
2847
3183
|
* @name InvoiceTypeEnum.InvoiceType
|
|
2848
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3184
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/InvoiceTypeEnum.InvoiceType
|
|
2849
3185
|
*/
|
|
2850
3186
|
enum InvoiceType {
|
|
2851
3187
|
UNSPECIFIED = 0,
|
|
@@ -2855,7 +3191,7 @@ export declare namespace enums {
|
|
|
2855
3191
|
}
|
|
2856
3192
|
/**
|
|
2857
3193
|
* @name JobPlaceholderFieldEnum.JobPlaceholderField
|
|
2858
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3194
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/JobPlaceholderFieldEnum.JobPlaceholderField
|
|
2859
3195
|
*/
|
|
2860
3196
|
enum JobPlaceholderField {
|
|
2861
3197
|
UNSPECIFIED = 0,
|
|
@@ -2880,7 +3216,7 @@ export declare namespace enums {
|
|
|
2880
3216
|
}
|
|
2881
3217
|
/**
|
|
2882
3218
|
* @name KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
2883
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3219
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
2884
3220
|
*/
|
|
2885
3221
|
enum KeywordPlanForecastInterval {
|
|
2886
3222
|
UNSPECIFIED = 0,
|
|
@@ -2891,7 +3227,7 @@ export declare namespace enums {
|
|
|
2891
3227
|
}
|
|
2892
3228
|
/**
|
|
2893
3229
|
* @name KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
2894
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3230
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
2895
3231
|
*/
|
|
2896
3232
|
enum KeywordPlanKeywordAnnotation {
|
|
2897
3233
|
UNSPECIFIED = 0,
|
|
@@ -2900,7 +3236,7 @@ export declare namespace enums {
|
|
|
2900
3236
|
}
|
|
2901
3237
|
/**
|
|
2902
3238
|
* @name KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
2903
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3239
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
2904
3240
|
*/
|
|
2905
3241
|
enum KeywordPlanNetwork {
|
|
2906
3242
|
UNSPECIFIED = 0,
|
|
@@ -2910,7 +3246,7 @@ export declare namespace enums {
|
|
|
2910
3246
|
}
|
|
2911
3247
|
/**
|
|
2912
3248
|
* @name LabelStatusEnum.LabelStatus
|
|
2913
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3249
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/LabelStatusEnum.LabelStatus
|
|
2914
3250
|
*/
|
|
2915
3251
|
enum LabelStatus {
|
|
2916
3252
|
UNSPECIFIED = 0,
|
|
@@ -2920,7 +3256,7 @@ export declare namespace enums {
|
|
|
2920
3256
|
}
|
|
2921
3257
|
/**
|
|
2922
3258
|
* @name LinkedAccountTypeEnum.LinkedAccountType
|
|
2923
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3259
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/LinkedAccountTypeEnum.LinkedAccountType
|
|
2924
3260
|
*/
|
|
2925
3261
|
enum LinkedAccountType {
|
|
2926
3262
|
UNSPECIFIED = 0,
|
|
@@ -2929,9 +3265,89 @@ export declare namespace enums {
|
|
|
2929
3265
|
DATA_PARTNER = 3,
|
|
2930
3266
|
GOOGLE_ADS = 4
|
|
2931
3267
|
}
|
|
3268
|
+
/**
|
|
3269
|
+
* @name ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
|
|
3270
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
|
|
3271
|
+
*/
|
|
3272
|
+
enum ListingGroupFilterBiddingCategoryLevel {
|
|
3273
|
+
UNSPECIFIED = 0,
|
|
3274
|
+
UNKNOWN = 1,
|
|
3275
|
+
LEVEL1 = 2,
|
|
3276
|
+
LEVEL2 = 3,
|
|
3277
|
+
LEVEL3 = 4,
|
|
3278
|
+
LEVEL4 = 5,
|
|
3279
|
+
LEVEL5 = 6
|
|
3280
|
+
}
|
|
3281
|
+
/**
|
|
3282
|
+
* @name ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3283
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3284
|
+
*/
|
|
3285
|
+
enum ListingGroupFilterCustomAttributeIndex {
|
|
3286
|
+
UNSPECIFIED = 0,
|
|
3287
|
+
UNKNOWN = 1,
|
|
3288
|
+
INDEX0 = 2,
|
|
3289
|
+
INDEX1 = 3,
|
|
3290
|
+
INDEX2 = 4,
|
|
3291
|
+
INDEX3 = 5,
|
|
3292
|
+
INDEX4 = 6
|
|
3293
|
+
}
|
|
3294
|
+
/**
|
|
3295
|
+
* @name ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3296
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3297
|
+
*/
|
|
3298
|
+
enum ListingGroupFilterProductChannel {
|
|
3299
|
+
UNSPECIFIED = 0,
|
|
3300
|
+
UNKNOWN = 1,
|
|
3301
|
+
ONLINE = 2,
|
|
3302
|
+
LOCAL = 3
|
|
3303
|
+
}
|
|
3304
|
+
/**
|
|
3305
|
+
* @name ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3306
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3307
|
+
*/
|
|
3308
|
+
enum ListingGroupFilterProductCondition {
|
|
3309
|
+
UNSPECIFIED = 0,
|
|
3310
|
+
UNKNOWN = 1,
|
|
3311
|
+
NEW = 2,
|
|
3312
|
+
REFURBISHED = 3,
|
|
3313
|
+
USED = 4
|
|
3314
|
+
}
|
|
3315
|
+
/**
|
|
3316
|
+
* @name ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3317
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3318
|
+
*/
|
|
3319
|
+
enum ListingGroupFilterProductTypeLevel {
|
|
3320
|
+
UNSPECIFIED = 0,
|
|
3321
|
+
UNKNOWN = 1,
|
|
3322
|
+
LEVEL1 = 2,
|
|
3323
|
+
LEVEL2 = 3,
|
|
3324
|
+
LEVEL3 = 4,
|
|
3325
|
+
LEVEL4 = 5,
|
|
3326
|
+
LEVEL5 = 6
|
|
3327
|
+
}
|
|
3328
|
+
/**
|
|
3329
|
+
* @name ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3330
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3331
|
+
*/
|
|
3332
|
+
enum ListingGroupFilterType {
|
|
3333
|
+
UNSPECIFIED = 0,
|
|
3334
|
+
UNKNOWN = 1,
|
|
3335
|
+
SUBDIVISION = 2,
|
|
3336
|
+
UNIT_INCLUDED = 3,
|
|
3337
|
+
UNIT_EXCLUDED = 4
|
|
3338
|
+
}
|
|
3339
|
+
/**
|
|
3340
|
+
* @name ListingGroupFilterVerticalEnum.ListingGroupFilterVertical
|
|
3341
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ListingGroupFilterVerticalEnum.ListingGroupFilterVertical
|
|
3342
|
+
*/
|
|
3343
|
+
enum ListingGroupFilterVertical {
|
|
3344
|
+
UNSPECIFIED = 0,
|
|
3345
|
+
UNKNOWN = 1,
|
|
3346
|
+
SHOPPING = 2
|
|
3347
|
+
}
|
|
2932
3348
|
/**
|
|
2933
3349
|
* @name LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
2934
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3350
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
2935
3351
|
*/
|
|
2936
3352
|
enum LocalPlaceholderField {
|
|
2937
3353
|
UNSPECIFIED = 0,
|
|
@@ -2958,7 +3374,7 @@ export declare namespace enums {
|
|
|
2958
3374
|
}
|
|
2959
3375
|
/**
|
|
2960
3376
|
* @name LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
2961
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3377
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
2962
3378
|
*/
|
|
2963
3379
|
enum LocationExtensionTargetingCriterionField {
|
|
2964
3380
|
UNSPECIFIED = 0,
|
|
@@ -2972,7 +3388,7 @@ export declare namespace enums {
|
|
|
2972
3388
|
}
|
|
2973
3389
|
/**
|
|
2974
3390
|
* @name LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
2975
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3391
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
2976
3392
|
*/
|
|
2977
3393
|
enum LocationPlaceholderField {
|
|
2978
3394
|
UNSPECIFIED = 0,
|
|
@@ -2988,7 +3404,7 @@ export declare namespace enums {
|
|
|
2988
3404
|
}
|
|
2989
3405
|
/**
|
|
2990
3406
|
* @name LocationSourceTypeEnum.LocationSourceType
|
|
2991
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3407
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/LocationSourceTypeEnum.LocationSourceType
|
|
2992
3408
|
*/
|
|
2993
3409
|
enum LocationSourceType {
|
|
2994
3410
|
UNSPECIFIED = 0,
|
|
@@ -2998,7 +3414,7 @@ export declare namespace enums {
|
|
|
2998
3414
|
}
|
|
2999
3415
|
/**
|
|
3000
3416
|
* @name ManagerLinkStatusEnum.ManagerLinkStatus
|
|
3001
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3417
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ManagerLinkStatusEnum.ManagerLinkStatus
|
|
3002
3418
|
*/
|
|
3003
3419
|
enum ManagerLinkStatus {
|
|
3004
3420
|
UNSPECIFIED = 0,
|
|
@@ -3011,7 +3427,7 @@ export declare namespace enums {
|
|
|
3011
3427
|
}
|
|
3012
3428
|
/**
|
|
3013
3429
|
* @name MediaTypeEnum.MediaType
|
|
3014
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3430
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/MediaTypeEnum.MediaType
|
|
3015
3431
|
*/
|
|
3016
3432
|
enum MediaType {
|
|
3017
3433
|
UNSPECIFIED = 0,
|
|
@@ -3025,7 +3441,7 @@ export declare namespace enums {
|
|
|
3025
3441
|
}
|
|
3026
3442
|
/**
|
|
3027
3443
|
* @name MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
3028
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3444
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
3029
3445
|
*/
|
|
3030
3446
|
enum MerchantCenterLinkStatus {
|
|
3031
3447
|
UNSPECIFIED = 0,
|
|
@@ -3035,7 +3451,7 @@ export declare namespace enums {
|
|
|
3035
3451
|
}
|
|
3036
3452
|
/**
|
|
3037
3453
|
* @name MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
3038
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3454
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
3039
3455
|
*/
|
|
3040
3456
|
enum MessagePlaceholderField {
|
|
3041
3457
|
UNSPECIFIED = 0,
|
|
@@ -3046,19 +3462,9 @@ export declare namespace enums {
|
|
|
3046
3462
|
MESSAGE_EXTENSION_TEXT = 5,
|
|
3047
3463
|
MESSAGE_TEXT = 6
|
|
3048
3464
|
}
|
|
3049
|
-
/**
|
|
3050
|
-
* @name MobileAppVendorEnum.MobileAppVendor
|
|
3051
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v8/MobileAppVendorEnum.MobileAppVendor
|
|
3052
|
-
*/
|
|
3053
|
-
enum MobileAppVendor {
|
|
3054
|
-
UNSPECIFIED = 0,
|
|
3055
|
-
UNKNOWN = 1,
|
|
3056
|
-
APPLE_APP_STORE = 2,
|
|
3057
|
-
GOOGLE_APP_STORE = 3
|
|
3058
|
-
}
|
|
3059
3465
|
/**
|
|
3060
3466
|
* @name MobileDeviceTypeEnum.MobileDeviceType
|
|
3061
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3467
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/MobileDeviceTypeEnum.MobileDeviceType
|
|
3062
3468
|
*/
|
|
3063
3469
|
enum MobileDeviceType {
|
|
3064
3470
|
UNSPECIFIED = 0,
|
|
@@ -3068,7 +3474,7 @@ export declare namespace enums {
|
|
|
3068
3474
|
}
|
|
3069
3475
|
/**
|
|
3070
3476
|
* @name NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
3071
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3477
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
3072
3478
|
*/
|
|
3073
3479
|
enum NegativeGeoTargetType {
|
|
3074
3480
|
UNSPECIFIED = 0,
|
|
@@ -3078,7 +3484,7 @@ export declare namespace enums {
|
|
|
3078
3484
|
}
|
|
3079
3485
|
/**
|
|
3080
3486
|
* @name OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
3081
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3487
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
3082
3488
|
*/
|
|
3083
3489
|
enum OfflineUserDataJobFailureReason {
|
|
3084
3490
|
UNSPECIFIED = 0,
|
|
@@ -3086,9 +3492,26 @@ export declare namespace enums {
|
|
|
3086
3492
|
INSUFFICIENT_MATCHED_TRANSACTIONS = 2,
|
|
3087
3493
|
INSUFFICIENT_TRANSACTIONS = 3
|
|
3088
3494
|
}
|
|
3495
|
+
/**
|
|
3496
|
+
* @name OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
3497
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
3498
|
+
*/
|
|
3499
|
+
enum OfflineUserDataJobMatchRateRange {
|
|
3500
|
+
UNSPECIFIED = 0,
|
|
3501
|
+
UNKNOWN = 1,
|
|
3502
|
+
MATCH_RANGE_LESS_THAN_20 = 2,
|
|
3503
|
+
MATCH_RANGE_20_TO_30 = 3,
|
|
3504
|
+
MATCH_RANGE_31_TO_40 = 4,
|
|
3505
|
+
MATCH_RANGE_41_TO_50 = 5,
|
|
3506
|
+
MATCH_RANGE_51_TO_60 = 6,
|
|
3507
|
+
MATCH_RANGE_61_TO_70 = 7,
|
|
3508
|
+
MATCH_RANGE_71_TO_80 = 8,
|
|
3509
|
+
MATCH_RANGE_81_TO_90 = 9,
|
|
3510
|
+
MATCH_RANGE_91_TO_100 = 10
|
|
3511
|
+
}
|
|
3089
3512
|
/**
|
|
3090
3513
|
* @name OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
3091
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3514
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
3092
3515
|
*/
|
|
3093
3516
|
enum OfflineUserDataJobStatus {
|
|
3094
3517
|
UNSPECIFIED = 0,
|
|
@@ -3100,7 +3523,7 @@ export declare namespace enums {
|
|
|
3100
3523
|
}
|
|
3101
3524
|
/**
|
|
3102
3525
|
* @name OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
3103
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3526
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
3104
3527
|
*/
|
|
3105
3528
|
enum OfflineUserDataJobType {
|
|
3106
3529
|
UNSPECIFIED = 0,
|
|
@@ -3112,7 +3535,7 @@ export declare namespace enums {
|
|
|
3112
3535
|
}
|
|
3113
3536
|
/**
|
|
3114
3537
|
* @name OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
3115
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3538
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
3116
3539
|
*/
|
|
3117
3540
|
enum OperatingSystemVersionOperatorType {
|
|
3118
3541
|
UNSPECIFIED = 0,
|
|
@@ -3122,17 +3545,18 @@ export declare namespace enums {
|
|
|
3122
3545
|
}
|
|
3123
3546
|
/**
|
|
3124
3547
|
* @name OptimizationGoalTypeEnum.OptimizationGoalType
|
|
3125
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3548
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/OptimizationGoalTypeEnum.OptimizationGoalType
|
|
3126
3549
|
*/
|
|
3127
3550
|
enum OptimizationGoalType {
|
|
3128
3551
|
UNSPECIFIED = 0,
|
|
3129
3552
|
UNKNOWN = 1,
|
|
3130
3553
|
CALL_CLICKS = 2,
|
|
3131
|
-
DRIVING_DIRECTIONS = 3
|
|
3554
|
+
DRIVING_DIRECTIONS = 3,
|
|
3555
|
+
APP_PRE_REGISTRATION = 4
|
|
3132
3556
|
}
|
|
3133
3557
|
/**
|
|
3134
3558
|
* @name PaymentModeEnum.PaymentMode
|
|
3135
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3559
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/PaymentModeEnum.PaymentMode
|
|
3136
3560
|
*/
|
|
3137
3561
|
enum PaymentMode {
|
|
3138
3562
|
UNSPECIFIED = 0,
|
|
@@ -3144,7 +3568,7 @@ export declare namespace enums {
|
|
|
3144
3568
|
}
|
|
3145
3569
|
/**
|
|
3146
3570
|
* @name PlacementTypeEnum.PlacementType
|
|
3147
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3571
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/PlacementTypeEnum.PlacementType
|
|
3148
3572
|
*/
|
|
3149
3573
|
enum PlacementType {
|
|
3150
3574
|
UNSPECIFIED = 0,
|
|
@@ -3157,7 +3581,7 @@ export declare namespace enums {
|
|
|
3157
3581
|
}
|
|
3158
3582
|
/**
|
|
3159
3583
|
* @name PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
3160
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3584
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
3161
3585
|
*/
|
|
3162
3586
|
enum PositiveGeoTargetType {
|
|
3163
3587
|
UNSPECIFIED = 0,
|
|
@@ -3168,7 +3592,7 @@ export declare namespace enums {
|
|
|
3168
3592
|
}
|
|
3169
3593
|
/**
|
|
3170
3594
|
* @name PricePlaceholderFieldEnum.PricePlaceholderField
|
|
3171
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3595
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/PricePlaceholderFieldEnum.PricePlaceholderField
|
|
3172
3596
|
*/
|
|
3173
3597
|
enum PricePlaceholderField {
|
|
3174
3598
|
UNSPECIFIED = 0,
|
|
@@ -3229,7 +3653,7 @@ export declare namespace enums {
|
|
|
3229
3653
|
}
|
|
3230
3654
|
/**
|
|
3231
3655
|
* @name ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus
|
|
3232
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3656
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus
|
|
3233
3657
|
*/
|
|
3234
3658
|
enum ProductBiddingCategoryStatus {
|
|
3235
3659
|
UNSPECIFIED = 0,
|
|
@@ -3239,7 +3663,7 @@ export declare namespace enums {
|
|
|
3239
3663
|
}
|
|
3240
3664
|
/**
|
|
3241
3665
|
* @name PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
3242
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3666
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
3243
3667
|
*/
|
|
3244
3668
|
enum PromotionPlaceholderField {
|
|
3245
3669
|
UNSPECIFIED = 0,
|
|
@@ -3261,7 +3685,7 @@ export declare namespace enums {
|
|
|
3261
3685
|
}
|
|
3262
3686
|
/**
|
|
3263
3687
|
* @name ReachPlanAdLengthEnum.ReachPlanAdLength
|
|
3264
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3688
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ReachPlanAdLengthEnum.ReachPlanAdLength
|
|
3265
3689
|
*/
|
|
3266
3690
|
enum ReachPlanAdLength {
|
|
3267
3691
|
UNSPECIFIED = 0,
|
|
@@ -3272,7 +3696,7 @@ export declare namespace enums {
|
|
|
3272
3696
|
}
|
|
3273
3697
|
/**
|
|
3274
3698
|
* @name ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
3275
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3699
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
3276
3700
|
*/
|
|
3277
3701
|
enum ReachPlanAgeRange {
|
|
3278
3702
|
UNSPECIFIED = 0,
|
|
@@ -3306,7 +3730,7 @@ export declare namespace enums {
|
|
|
3306
3730
|
}
|
|
3307
3731
|
/**
|
|
3308
3732
|
* @name ReachPlanNetworkEnum.ReachPlanNetwork
|
|
3309
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3733
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ReachPlanNetworkEnum.ReachPlanNetwork
|
|
3310
3734
|
*/
|
|
3311
3735
|
enum ReachPlanNetwork {
|
|
3312
3736
|
UNSPECIFIED = 0,
|
|
@@ -3317,7 +3741,7 @@ export declare namespace enums {
|
|
|
3317
3741
|
}
|
|
3318
3742
|
/**
|
|
3319
3743
|
* @name RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
3320
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3744
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
3321
3745
|
*/
|
|
3322
3746
|
enum RealEstatePlaceholderField {
|
|
3323
3747
|
UNSPECIFIED = 0,
|
|
@@ -3343,7 +3767,7 @@ export declare namespace enums {
|
|
|
3343
3767
|
}
|
|
3344
3768
|
/**
|
|
3345
3769
|
* @name ResourceChangeOperationEnum.ResourceChangeOperation
|
|
3346
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3770
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ResourceChangeOperationEnum.ResourceChangeOperation
|
|
3347
3771
|
*/
|
|
3348
3772
|
enum ResourceChangeOperation {
|
|
3349
3773
|
UNSPECIFIED = 0,
|
|
@@ -3354,7 +3778,7 @@ export declare namespace enums {
|
|
|
3354
3778
|
}
|
|
3355
3779
|
/**
|
|
3356
3780
|
* @name ResourceLimitTypeEnum.ResourceLimitType
|
|
3357
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3781
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ResourceLimitTypeEnum.ResourceLimitType
|
|
3358
3782
|
*/
|
|
3359
3783
|
enum ResourceLimitType {
|
|
3360
3784
|
UNSPECIFIED = 0,
|
|
@@ -3414,7 +3838,35 @@ export declare namespace enums {
|
|
|
3414
3838
|
APP_ENGAGEMENT_ADS_PER_AD_GROUP = 61,
|
|
3415
3839
|
LOCAL_ADS_PER_AD_GROUP = 62,
|
|
3416
3840
|
VIDEO_ADS_PER_AD_GROUP = 63,
|
|
3417
|
-
|
|
3841
|
+
LEAD_FORM_CAMPAIGN_ASSETS_PER_CAMPAIGN = 143,
|
|
3842
|
+
PROMOTION_CUSTOMER_ASSETS_PER_CUSTOMER = 79,
|
|
3843
|
+
PROMOTION_CAMPAIGN_ASSETS_PER_CAMPAIGN = 80,
|
|
3844
|
+
PROMOTION_AD_GROUP_ASSETS_PER_AD_GROUP = 81,
|
|
3845
|
+
CALLOUT_CUSTOMER_ASSETS_PER_CUSTOMER = 134,
|
|
3846
|
+
CALLOUT_CAMPAIGN_ASSETS_PER_CAMPAIGN = 135,
|
|
3847
|
+
CALLOUT_AD_GROUP_ASSETS_PER_AD_GROUP = 136,
|
|
3848
|
+
SITELINK_CUSTOMER_ASSETS_PER_CUSTOMER = 137,
|
|
3849
|
+
SITELINK_CAMPAIGN_ASSETS_PER_CAMPAIGN = 138,
|
|
3850
|
+
SITELINK_AD_GROUP_ASSETS_PER_AD_GROUP = 139,
|
|
3851
|
+
STRUCTURED_SNIPPET_CUSTOMER_ASSETS_PER_CUSTOMER = 140,
|
|
3852
|
+
STRUCTURED_SNIPPET_CAMPAIGN_ASSETS_PER_CAMPAIGN = 141,
|
|
3853
|
+
STRUCTURED_SNIPPET_AD_GROUP_ASSETS_PER_AD_GROUP = 142,
|
|
3854
|
+
MOBILE_APP_CUSTOMER_ASSETS_PER_CUSTOMER = 144,
|
|
3855
|
+
MOBILE_APP_CAMPAIGN_ASSETS_PER_CAMPAIGN = 145,
|
|
3856
|
+
MOBILE_APP_AD_GROUP_ASSETS_PER_AD_GROUP = 146,
|
|
3857
|
+
HOTEL_CALLOUT_CUSTOMER_ASSETS_PER_CUSTOMER = 147,
|
|
3858
|
+
HOTEL_CALLOUT_CAMPAIGN_ASSETS_PER_CAMPAIGN = 148,
|
|
3859
|
+
HOTEL_CALLOUT_AD_GROUP_ASSETS_PER_AD_GROUP = 149,
|
|
3860
|
+
CALL_CUSTOMER_ASSETS_PER_CUSTOMER = 150,
|
|
3861
|
+
CALL_CAMPAIGN_ASSETS_PER_CAMPAIGN = 151,
|
|
3862
|
+
CALL_AD_GROUP_ASSETS_PER_AD_GROUP = 152,
|
|
3863
|
+
PRICE_CUSTOMER_ASSETS_PER_CUSTOMER = 154,
|
|
3864
|
+
PRICE_CAMPAIGN_ASSETS_PER_CAMPAIGN = 155,
|
|
3865
|
+
PRICE_AD_GROUP_ASSETS_PER_AD_GROUP = 156,
|
|
3866
|
+
PAGE_FEED_ASSET_SETS_PER_CUSTOMER = 157,
|
|
3867
|
+
DYNAMIC_EDUCATION_FEED_ASSET_SETS_PER_CUSTOMER = 158,
|
|
3868
|
+
ASSETS_PER_PAGE_FEED_ASSET_SET = 159,
|
|
3869
|
+
ASSETS_PER_DYNAMIC_EDUCATION_FEED_ASSET_SET = 160,
|
|
3418
3870
|
VERSIONS_PER_AD = 82,
|
|
3419
3871
|
USER_FEEDS_PER_CUSTOMER = 90,
|
|
3420
3872
|
SYSTEM_FEEDS_PER_CUSTOMER = 91,
|
|
@@ -3449,7 +3901,7 @@ export declare namespace enums {
|
|
|
3449
3901
|
}
|
|
3450
3902
|
/**
|
|
3451
3903
|
* @name ResponseContentTypeEnum.ResponseContentType
|
|
3452
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3904
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ResponseContentTypeEnum.ResponseContentType
|
|
3453
3905
|
*/
|
|
3454
3906
|
enum ResponseContentType {
|
|
3455
3907
|
UNSPECIFIED = 0,
|
|
@@ -3458,7 +3910,7 @@ export declare namespace enums {
|
|
|
3458
3910
|
}
|
|
3459
3911
|
/**
|
|
3460
3912
|
* @name SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
3461
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3913
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
3462
3914
|
*/
|
|
3463
3915
|
enum SearchTermTargetingStatus {
|
|
3464
3916
|
UNSPECIFIED = 0,
|
|
@@ -3470,7 +3922,7 @@ export declare namespace enums {
|
|
|
3470
3922
|
}
|
|
3471
3923
|
/**
|
|
3472
3924
|
* @name SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
3473
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3925
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
3474
3926
|
*/
|
|
3475
3927
|
enum SeasonalityEventScope {
|
|
3476
3928
|
UNSPECIFIED = 0,
|
|
@@ -3481,7 +3933,7 @@ export declare namespace enums {
|
|
|
3481
3933
|
}
|
|
3482
3934
|
/**
|
|
3483
3935
|
* @name SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
3484
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3936
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
3485
3937
|
*/
|
|
3486
3938
|
enum SeasonalityEventStatus {
|
|
3487
3939
|
UNSPECIFIED = 0,
|
|
@@ -3491,7 +3943,7 @@ export declare namespace enums {
|
|
|
3491
3943
|
}
|
|
3492
3944
|
/**
|
|
3493
3945
|
* @name SharedSetStatusEnum.SharedSetStatus
|
|
3494
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3946
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SharedSetStatusEnum.SharedSetStatus
|
|
3495
3947
|
*/
|
|
3496
3948
|
enum SharedSetStatus {
|
|
3497
3949
|
UNSPECIFIED = 0,
|
|
@@ -3501,7 +3953,7 @@ export declare namespace enums {
|
|
|
3501
3953
|
}
|
|
3502
3954
|
/**
|
|
3503
3955
|
* @name SharedSetTypeEnum.SharedSetType
|
|
3504
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3956
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SharedSetTypeEnum.SharedSetType
|
|
3505
3957
|
*/
|
|
3506
3958
|
enum SharedSetType {
|
|
3507
3959
|
UNSPECIFIED = 0,
|
|
@@ -3511,7 +3963,7 @@ export declare namespace enums {
|
|
|
3511
3963
|
}
|
|
3512
3964
|
/**
|
|
3513
3965
|
* @name SimulationModificationMethodEnum.SimulationModificationMethod
|
|
3514
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3966
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SimulationModificationMethodEnum.SimulationModificationMethod
|
|
3515
3967
|
*/
|
|
3516
3968
|
enum SimulationModificationMethod {
|
|
3517
3969
|
UNSPECIFIED = 0,
|
|
@@ -3522,7 +3974,7 @@ export declare namespace enums {
|
|
|
3522
3974
|
}
|
|
3523
3975
|
/**
|
|
3524
3976
|
* @name SimulationTypeEnum.SimulationType
|
|
3525
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3977
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SimulationTypeEnum.SimulationType
|
|
3526
3978
|
*/
|
|
3527
3979
|
enum SimulationType {
|
|
3528
3980
|
UNSPECIFIED = 0,
|
|
@@ -3538,7 +3990,7 @@ export declare namespace enums {
|
|
|
3538
3990
|
}
|
|
3539
3991
|
/**
|
|
3540
3992
|
* @name SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
3541
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3993
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
3542
3994
|
*/
|
|
3543
3995
|
enum SitelinkPlaceholderField {
|
|
3544
3996
|
UNSPECIFIED = 0,
|
|
@@ -3553,7 +4005,7 @@ export declare namespace enums {
|
|
|
3553
4005
|
}
|
|
3554
4006
|
/**
|
|
3555
4007
|
* @name SpendingLimitTypeEnum.SpendingLimitType
|
|
3556
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4008
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SpendingLimitTypeEnum.SpendingLimitType
|
|
3557
4009
|
*/
|
|
3558
4010
|
enum SpendingLimitType {
|
|
3559
4011
|
UNSPECIFIED = 0,
|
|
@@ -3562,7 +4014,7 @@ export declare namespace enums {
|
|
|
3562
4014
|
}
|
|
3563
4015
|
/**
|
|
3564
4016
|
* @name StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
3565
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4017
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
3566
4018
|
*/
|
|
3567
4019
|
enum StructuredSnippetPlaceholderField {
|
|
3568
4020
|
UNSPECIFIED = 0,
|
|
@@ -3572,7 +4024,7 @@ export declare namespace enums {
|
|
|
3572
4024
|
}
|
|
3573
4025
|
/**
|
|
3574
4026
|
* @name SummaryRowSettingEnum.SummaryRowSetting
|
|
3575
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4027
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SummaryRowSettingEnum.SummaryRowSetting
|
|
3576
4028
|
*/
|
|
3577
4029
|
enum SummaryRowSetting {
|
|
3578
4030
|
UNSPECIFIED = 0,
|
|
@@ -3583,7 +4035,7 @@ export declare namespace enums {
|
|
|
3583
4035
|
}
|
|
3584
4036
|
/**
|
|
3585
4037
|
* @name SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
3586
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4038
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
3587
4039
|
*/
|
|
3588
4040
|
enum SystemManagedResourceSource {
|
|
3589
4041
|
UNSPECIFIED = 0,
|
|
@@ -3592,7 +4044,7 @@ export declare namespace enums {
|
|
|
3592
4044
|
}
|
|
3593
4045
|
/**
|
|
3594
4046
|
* @name TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
3595
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4047
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
3596
4048
|
*/
|
|
3597
4049
|
enum TargetCpaOptInRecommendationGoal {
|
|
3598
4050
|
UNSPECIFIED = 0,
|
|
@@ -3604,7 +4056,7 @@ export declare namespace enums {
|
|
|
3604
4056
|
}
|
|
3605
4057
|
/**
|
|
3606
4058
|
* @name TimeTypeEnum.TimeType
|
|
3607
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4059
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/TimeTypeEnum.TimeType
|
|
3608
4060
|
*/
|
|
3609
4061
|
enum TimeType {
|
|
3610
4062
|
UNSPECIFIED = 0,
|
|
@@ -3614,7 +4066,7 @@ export declare namespace enums {
|
|
|
3614
4066
|
}
|
|
3615
4067
|
/**
|
|
3616
4068
|
* @name TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
3617
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4069
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
3618
4070
|
*/
|
|
3619
4071
|
enum TravelPlaceholderField {
|
|
3620
4072
|
UNSPECIFIED = 0,
|
|
@@ -3642,7 +4094,7 @@ export declare namespace enums {
|
|
|
3642
4094
|
}
|
|
3643
4095
|
/**
|
|
3644
4096
|
* @name UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
3645
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4097
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
3646
4098
|
*/
|
|
3647
4099
|
enum UserInterestTaxonomyType {
|
|
3648
4100
|
UNSPECIFIED = 0,
|
|
@@ -3655,7 +4107,7 @@ export declare namespace enums {
|
|
|
3655
4107
|
}
|
|
3656
4108
|
/**
|
|
3657
4109
|
* @name UserListAccessStatusEnum.UserListAccessStatus
|
|
3658
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4110
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/UserListAccessStatusEnum.UserListAccessStatus
|
|
3659
4111
|
*/
|
|
3660
4112
|
enum UserListAccessStatus {
|
|
3661
4113
|
UNSPECIFIED = 0,
|
|
@@ -3665,7 +4117,7 @@ export declare namespace enums {
|
|
|
3665
4117
|
}
|
|
3666
4118
|
/**
|
|
3667
4119
|
* @name UserListClosingReasonEnum.UserListClosingReason
|
|
3668
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4120
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/UserListClosingReasonEnum.UserListClosingReason
|
|
3669
4121
|
*/
|
|
3670
4122
|
enum UserListClosingReason {
|
|
3671
4123
|
UNSPECIFIED = 0,
|
|
@@ -3674,7 +4126,7 @@ export declare namespace enums {
|
|
|
3674
4126
|
}
|
|
3675
4127
|
/**
|
|
3676
4128
|
* @name UserListMembershipStatusEnum.UserListMembershipStatus
|
|
3677
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4129
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/UserListMembershipStatusEnum.UserListMembershipStatus
|
|
3678
4130
|
*/
|
|
3679
4131
|
enum UserListMembershipStatus {
|
|
3680
4132
|
UNSPECIFIED = 0,
|
|
@@ -3684,7 +4136,7 @@ export declare namespace enums {
|
|
|
3684
4136
|
}
|
|
3685
4137
|
/**
|
|
3686
4138
|
* @name UserListSizeRangeEnum.UserListSizeRange
|
|
3687
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4139
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/UserListSizeRangeEnum.UserListSizeRange
|
|
3688
4140
|
*/
|
|
3689
4141
|
enum UserListSizeRange {
|
|
3690
4142
|
UNSPECIFIED = 0,
|
|
@@ -3708,7 +4160,7 @@ export declare namespace enums {
|
|
|
3708
4160
|
}
|
|
3709
4161
|
/**
|
|
3710
4162
|
* @name UserListTypeEnum.UserListType
|
|
3711
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4163
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/UserListTypeEnum.UserListType
|
|
3712
4164
|
*/
|
|
3713
4165
|
enum UserListType {
|
|
3714
4166
|
UNSPECIFIED = 0,
|
|
@@ -3722,7 +4174,7 @@ export declare namespace enums {
|
|
|
3722
4174
|
}
|
|
3723
4175
|
/**
|
|
3724
4176
|
* @name ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
3725
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4177
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
3726
4178
|
*/
|
|
3727
4179
|
enum ValueRuleDeviceType {
|
|
3728
4180
|
UNSPECIFIED = 0,
|
|
@@ -3733,7 +4185,7 @@ export declare namespace enums {
|
|
|
3733
4185
|
}
|
|
3734
4186
|
/**
|
|
3735
4187
|
* @name ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
3736
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4188
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
3737
4189
|
*/
|
|
3738
4190
|
enum ValueRuleGeoLocationMatchType {
|
|
3739
4191
|
UNSPECIFIED = 0,
|
|
@@ -3743,7 +4195,7 @@ export declare namespace enums {
|
|
|
3743
4195
|
}
|
|
3744
4196
|
/**
|
|
3745
4197
|
* @name ValueRuleOperationEnum.ValueRuleOperation
|
|
3746
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4198
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ValueRuleOperationEnum.ValueRuleOperation
|
|
3747
4199
|
*/
|
|
3748
4200
|
enum ValueRuleOperation {
|
|
3749
4201
|
UNSPECIFIED = 0,
|
|
@@ -3754,7 +4206,7 @@ export declare namespace enums {
|
|
|
3754
4206
|
}
|
|
3755
4207
|
/**
|
|
3756
4208
|
* @name ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
3757
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4209
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
3758
4210
|
*/
|
|
3759
4211
|
enum ValueRuleSetAttachmentType {
|
|
3760
4212
|
UNSPECIFIED = 0,
|
|
@@ -3764,18 +4216,19 @@ export declare namespace enums {
|
|
|
3764
4216
|
}
|
|
3765
4217
|
/**
|
|
3766
4218
|
* @name ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
3767
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4219
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
3768
4220
|
*/
|
|
3769
4221
|
enum ValueRuleSetDimension {
|
|
3770
4222
|
UNSPECIFIED = 0,
|
|
3771
4223
|
UNKNOWN = 1,
|
|
3772
4224
|
GEO_LOCATION = 2,
|
|
3773
4225
|
DEVICE = 3,
|
|
3774
|
-
AUDIENCE = 4
|
|
4226
|
+
AUDIENCE = 4,
|
|
4227
|
+
NO_CONDITION = 5
|
|
3775
4228
|
}
|
|
3776
4229
|
/**
|
|
3777
4230
|
* @name VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
3778
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4231
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
3779
4232
|
*/
|
|
3780
4233
|
enum VanityPharmaDisplayUrlMode {
|
|
3781
4234
|
UNSPECIFIED = 0,
|
|
@@ -3785,7 +4238,7 @@ export declare namespace enums {
|
|
|
3785
4238
|
}
|
|
3786
4239
|
/**
|
|
3787
4240
|
* @name VanityPharmaTextEnum.VanityPharmaText
|
|
3788
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4241
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v10/VanityPharmaTextEnum.VanityPharmaText
|
|
3789
4242
|
*/
|
|
3790
4243
|
enum VanityPharmaText {
|
|
3791
4244
|
UNSPECIFIED = 0,
|