google-ads-api 8.1.0 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/build/src/protos/autogen/enums.d.ts +620 -316
- package/build/src/protos/autogen/enums.js +639 -313
- package/build/src/protos/autogen/fields.d.ts +165 -81
- package/build/src/protos/autogen/fields.js +59 -0
- package/build/src/protos/autogen/resourceNames.d.ts +149 -0
- package/build/src/protos/autogen/resourceNames.js +186 -3
- package/build/src/protos/autogen/serviceFactory.d.ts +426 -175
- package/build/src/protos/autogen/serviceFactory.js +6665 -4093
- 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
|
@@ -7,7 +7,7 @@ var enums;
|
|
|
7
7
|
(function (enums) {
|
|
8
8
|
/**
|
|
9
9
|
* @name PolicyTopicEntryTypeEnum.PolicyTopicEntryType
|
|
10
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
10
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PolicyTopicEntryTypeEnum.PolicyTopicEntryType
|
|
11
11
|
*/
|
|
12
12
|
var PolicyTopicEntryType;
|
|
13
13
|
(function (PolicyTopicEntryType) {
|
|
@@ -22,7 +22,7 @@ var enums;
|
|
|
22
22
|
})(PolicyTopicEntryType = enums.PolicyTopicEntryType || (enums.PolicyTopicEntryType = {}));
|
|
23
23
|
/**
|
|
24
24
|
* @name PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
|
|
25
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
25
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
|
|
26
26
|
*/
|
|
27
27
|
var PolicyTopicEvidenceDestinationMismatchUrlType;
|
|
28
28
|
(function (PolicyTopicEvidenceDestinationMismatchUrlType) {
|
|
@@ -36,7 +36,7 @@ var enums;
|
|
|
36
36
|
})(PolicyTopicEvidenceDestinationMismatchUrlType = enums.PolicyTopicEvidenceDestinationMismatchUrlType || (enums.PolicyTopicEvidenceDestinationMismatchUrlType = {}));
|
|
37
37
|
/**
|
|
38
38
|
* @name PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
|
|
39
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
39
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
|
|
40
40
|
*/
|
|
41
41
|
var PolicyTopicEvidenceDestinationNotWorkingDevice;
|
|
42
42
|
(function (PolicyTopicEvidenceDestinationNotWorkingDevice) {
|
|
@@ -48,7 +48,7 @@ var enums;
|
|
|
48
48
|
})(PolicyTopicEvidenceDestinationNotWorkingDevice = enums.PolicyTopicEvidenceDestinationNotWorkingDevice || (enums.PolicyTopicEvidenceDestinationNotWorkingDevice = {}));
|
|
49
49
|
/**
|
|
50
50
|
* @name PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
|
|
51
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
51
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
|
|
52
52
|
*/
|
|
53
53
|
var PolicyTopicEvidenceDestinationNotWorkingDnsErrorType;
|
|
54
54
|
(function (PolicyTopicEvidenceDestinationNotWorkingDnsErrorType) {
|
|
@@ -59,7 +59,7 @@ var enums;
|
|
|
59
59
|
})(PolicyTopicEvidenceDestinationNotWorkingDnsErrorType = enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType || (enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType = {}));
|
|
60
60
|
/**
|
|
61
61
|
* @name PolicyApprovalStatusEnum.PolicyApprovalStatus
|
|
62
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
62
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PolicyApprovalStatusEnum.PolicyApprovalStatus
|
|
63
63
|
*/
|
|
64
64
|
var PolicyApprovalStatus;
|
|
65
65
|
(function (PolicyApprovalStatus) {
|
|
@@ -72,7 +72,7 @@ var enums;
|
|
|
72
72
|
})(PolicyApprovalStatus = enums.PolicyApprovalStatus || (enums.PolicyApprovalStatus = {}));
|
|
73
73
|
/**
|
|
74
74
|
* @name PolicyReviewStatusEnum.PolicyReviewStatus
|
|
75
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
75
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PolicyReviewStatusEnum.PolicyReviewStatus
|
|
76
76
|
*/
|
|
77
77
|
var PolicyReviewStatus;
|
|
78
78
|
(function (PolicyReviewStatus) {
|
|
@@ -85,7 +85,7 @@ var enums;
|
|
|
85
85
|
})(PolicyReviewStatus = enums.PolicyReviewStatus || (enums.PolicyReviewStatus = {}));
|
|
86
86
|
/**
|
|
87
87
|
* @name AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
88
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
88
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
89
89
|
*/
|
|
90
90
|
var AssetPerformanceLabel;
|
|
91
91
|
(function (AssetPerformanceLabel) {
|
|
@@ -99,7 +99,7 @@ var enums;
|
|
|
99
99
|
})(AssetPerformanceLabel = enums.AssetPerformanceLabel || (enums.AssetPerformanceLabel = {}));
|
|
100
100
|
/**
|
|
101
101
|
* @name ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
102
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
102
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
103
103
|
*/
|
|
104
104
|
var ServedAssetFieldType;
|
|
105
105
|
(function (ServedAssetFieldType) {
|
|
@@ -113,7 +113,7 @@ var enums;
|
|
|
113
113
|
})(ServedAssetFieldType = enums.ServedAssetFieldType || (enums.ServedAssetFieldType = {}));
|
|
114
114
|
/**
|
|
115
115
|
* @name CallConversionReportingStateEnum.CallConversionReportingState
|
|
116
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
116
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CallConversionReportingStateEnum.CallConversionReportingState
|
|
117
117
|
*/
|
|
118
118
|
var CallConversionReportingState;
|
|
119
119
|
(function (CallConversionReportingState) {
|
|
@@ -125,7 +125,7 @@ var enums;
|
|
|
125
125
|
})(CallConversionReportingState = enums.CallConversionReportingState || (enums.CallConversionReportingState = {}));
|
|
126
126
|
/**
|
|
127
127
|
* @name DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
128
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
128
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
129
129
|
*/
|
|
130
130
|
var DisplayAdFormatSetting;
|
|
131
131
|
(function (DisplayAdFormatSetting) {
|
|
@@ -137,7 +137,7 @@ var enums;
|
|
|
137
137
|
})(DisplayAdFormatSetting = enums.DisplayAdFormatSetting || (enums.DisplayAdFormatSetting = {}));
|
|
138
138
|
/**
|
|
139
139
|
* @name DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
140
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
140
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
141
141
|
*/
|
|
142
142
|
var DisplayUploadProductType;
|
|
143
143
|
(function (DisplayUploadProductType) {
|
|
@@ -156,7 +156,7 @@ var enums;
|
|
|
156
156
|
})(DisplayUploadProductType = enums.DisplayUploadProductType || (enums.DisplayUploadProductType = {}));
|
|
157
157
|
/**
|
|
158
158
|
* @name LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
159
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
159
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
160
160
|
*/
|
|
161
161
|
var LegacyAppInstallAdAppStore;
|
|
162
162
|
(function (LegacyAppInstallAdAppStore) {
|
|
@@ -170,7 +170,7 @@ var enums;
|
|
|
170
170
|
})(LegacyAppInstallAdAppStore = enums.LegacyAppInstallAdAppStore || (enums.LegacyAppInstallAdAppStore = {}));
|
|
171
171
|
/**
|
|
172
172
|
* @name MimeTypeEnum.MimeType
|
|
173
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
173
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/MimeTypeEnum.MimeType
|
|
174
174
|
*/
|
|
175
175
|
var MimeType;
|
|
176
176
|
(function (MimeType) {
|
|
@@ -189,9 +189,22 @@ var enums;
|
|
|
189
189
|
MimeType[MimeType["AUDIO_MP3"] = 12] = "AUDIO_MP3";
|
|
190
190
|
MimeType[MimeType["HTML5_AD_ZIP"] = 13] = "HTML5_AD_ZIP";
|
|
191
191
|
})(MimeType = enums.MimeType || (enums.MimeType = {}));
|
|
192
|
+
/**
|
|
193
|
+
* @name VideoThumbnailEnum.VideoThumbnail
|
|
194
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/VideoThumbnailEnum.VideoThumbnail
|
|
195
|
+
*/
|
|
196
|
+
var VideoThumbnail;
|
|
197
|
+
(function (VideoThumbnail) {
|
|
198
|
+
VideoThumbnail[VideoThumbnail["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
199
|
+
VideoThumbnail[VideoThumbnail["UNKNOWN"] = 1] = "UNKNOWN";
|
|
200
|
+
VideoThumbnail[VideoThumbnail["DEFAULT_THUMBNAIL"] = 2] = "DEFAULT_THUMBNAIL";
|
|
201
|
+
VideoThumbnail[VideoThumbnail["THUMBNAIL_1"] = 3] = "THUMBNAIL_1";
|
|
202
|
+
VideoThumbnail[VideoThumbnail["THUMBNAIL_2"] = 4] = "THUMBNAIL_2";
|
|
203
|
+
VideoThumbnail[VideoThumbnail["THUMBNAIL_3"] = 5] = "THUMBNAIL_3";
|
|
204
|
+
})(VideoThumbnail = enums.VideoThumbnail || (enums.VideoThumbnail = {}));
|
|
192
205
|
/**
|
|
193
206
|
* @name AgeRangeTypeEnum.AgeRangeType
|
|
194
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
207
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AgeRangeTypeEnum.AgeRangeType
|
|
195
208
|
*/
|
|
196
209
|
var AgeRangeType;
|
|
197
210
|
(function (AgeRangeType) {
|
|
@@ -207,7 +220,7 @@ var enums;
|
|
|
207
220
|
})(AgeRangeType = enums.AgeRangeType || (enums.AgeRangeType = {}));
|
|
208
221
|
/**
|
|
209
222
|
* @name AppPaymentModelTypeEnum.AppPaymentModelType
|
|
210
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
223
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AppPaymentModelTypeEnum.AppPaymentModelType
|
|
211
224
|
*/
|
|
212
225
|
var AppPaymentModelType;
|
|
213
226
|
(function (AppPaymentModelType) {
|
|
@@ -217,7 +230,7 @@ var enums;
|
|
|
217
230
|
})(AppPaymentModelType = enums.AppPaymentModelType || (enums.AppPaymentModelType = {}));
|
|
218
231
|
/**
|
|
219
232
|
* @name ContentLabelTypeEnum.ContentLabelType
|
|
220
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
233
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ContentLabelTypeEnum.ContentLabelType
|
|
221
234
|
*/
|
|
222
235
|
var ContentLabelType;
|
|
223
236
|
(function (ContentLabelType) {
|
|
@@ -241,7 +254,7 @@ var enums;
|
|
|
241
254
|
})(ContentLabelType = enums.ContentLabelType || (enums.ContentLabelType = {}));
|
|
242
255
|
/**
|
|
243
256
|
* @name DayOfWeekEnum.DayOfWeek
|
|
244
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
257
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/DayOfWeekEnum.DayOfWeek
|
|
245
258
|
*/
|
|
246
259
|
var DayOfWeek;
|
|
247
260
|
(function (DayOfWeek) {
|
|
@@ -257,7 +270,7 @@ var enums;
|
|
|
257
270
|
})(DayOfWeek = enums.DayOfWeek || (enums.DayOfWeek = {}));
|
|
258
271
|
/**
|
|
259
272
|
* @name DeviceEnum.Device
|
|
260
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
273
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/DeviceEnum.Device
|
|
261
274
|
*/
|
|
262
275
|
var Device;
|
|
263
276
|
(function (Device) {
|
|
@@ -271,7 +284,7 @@ var enums;
|
|
|
271
284
|
})(Device = enums.Device || (enums.Device = {}));
|
|
272
285
|
/**
|
|
273
286
|
* @name GenderTypeEnum.GenderType
|
|
274
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
287
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/GenderTypeEnum.GenderType
|
|
275
288
|
*/
|
|
276
289
|
var GenderType;
|
|
277
290
|
(function (GenderType) {
|
|
@@ -283,7 +296,7 @@ var enums;
|
|
|
283
296
|
})(GenderType = enums.GenderType || (enums.GenderType = {}));
|
|
284
297
|
/**
|
|
285
298
|
* @name HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
286
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
299
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
287
300
|
*/
|
|
288
301
|
var HotelDateSelectionType;
|
|
289
302
|
(function (HotelDateSelectionType) {
|
|
@@ -294,7 +307,7 @@ var enums;
|
|
|
294
307
|
})(HotelDateSelectionType = enums.HotelDateSelectionType || (enums.HotelDateSelectionType = {}));
|
|
295
308
|
/**
|
|
296
309
|
* @name IncomeRangeTypeEnum.IncomeRangeType
|
|
297
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
310
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/IncomeRangeTypeEnum.IncomeRangeType
|
|
298
311
|
*/
|
|
299
312
|
var IncomeRangeType;
|
|
300
313
|
(function (IncomeRangeType) {
|
|
@@ -310,7 +323,7 @@ var enums;
|
|
|
310
323
|
})(IncomeRangeType = enums.IncomeRangeType || (enums.IncomeRangeType = {}));
|
|
311
324
|
/**
|
|
312
325
|
* @name InteractionTypeEnum.InteractionType
|
|
313
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
326
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/InteractionTypeEnum.InteractionType
|
|
314
327
|
*/
|
|
315
328
|
var InteractionType;
|
|
316
329
|
(function (InteractionType) {
|
|
@@ -320,7 +333,7 @@ var enums;
|
|
|
320
333
|
})(InteractionType = enums.InteractionType || (enums.InteractionType = {}));
|
|
321
334
|
/**
|
|
322
335
|
* @name KeywordMatchTypeEnum.KeywordMatchType
|
|
323
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
336
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/KeywordMatchTypeEnum.KeywordMatchType
|
|
324
337
|
*/
|
|
325
338
|
var KeywordMatchType;
|
|
326
339
|
(function (KeywordMatchType) {
|
|
@@ -332,7 +345,7 @@ var enums;
|
|
|
332
345
|
})(KeywordMatchType = enums.KeywordMatchType || (enums.KeywordMatchType = {}));
|
|
333
346
|
/**
|
|
334
347
|
* @name ListingGroupTypeEnum.ListingGroupType
|
|
335
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
348
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ListingGroupTypeEnum.ListingGroupType
|
|
336
349
|
*/
|
|
337
350
|
var ListingGroupType;
|
|
338
351
|
(function (ListingGroupType) {
|
|
@@ -343,7 +356,7 @@ var enums;
|
|
|
343
356
|
})(ListingGroupType = enums.ListingGroupType || (enums.ListingGroupType = {}));
|
|
344
357
|
/**
|
|
345
358
|
* @name LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
346
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
359
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
347
360
|
*/
|
|
348
361
|
var LocationGroupRadiusUnits;
|
|
349
362
|
(function (LocationGroupRadiusUnits) {
|
|
@@ -355,7 +368,7 @@ var enums;
|
|
|
355
368
|
})(LocationGroupRadiusUnits = enums.LocationGroupRadiusUnits || (enums.LocationGroupRadiusUnits = {}));
|
|
356
369
|
/**
|
|
357
370
|
* @name MinuteOfHourEnum.MinuteOfHour
|
|
358
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
371
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/MinuteOfHourEnum.MinuteOfHour
|
|
359
372
|
*/
|
|
360
373
|
var MinuteOfHour;
|
|
361
374
|
(function (MinuteOfHour) {
|
|
@@ -368,7 +381,7 @@ var enums;
|
|
|
368
381
|
})(MinuteOfHour = enums.MinuteOfHour || (enums.MinuteOfHour = {}));
|
|
369
382
|
/**
|
|
370
383
|
* @name ParentalStatusTypeEnum.ParentalStatusType
|
|
371
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
384
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ParentalStatusTypeEnum.ParentalStatusType
|
|
372
385
|
*/
|
|
373
386
|
var ParentalStatusType;
|
|
374
387
|
(function (ParentalStatusType) {
|
|
@@ -380,7 +393,7 @@ var enums;
|
|
|
380
393
|
})(ParentalStatusType = enums.ParentalStatusType || (enums.ParentalStatusType = {}));
|
|
381
394
|
/**
|
|
382
395
|
* @name PreferredContentTypeEnum.PreferredContentType
|
|
383
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
396
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PreferredContentTypeEnum.PreferredContentType
|
|
384
397
|
*/
|
|
385
398
|
var PreferredContentType;
|
|
386
399
|
(function (PreferredContentType) {
|
|
@@ -390,7 +403,7 @@ var enums;
|
|
|
390
403
|
})(PreferredContentType = enums.PreferredContentType || (enums.PreferredContentType = {}));
|
|
391
404
|
/**
|
|
392
405
|
* @name ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel
|
|
393
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
406
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel
|
|
394
407
|
*/
|
|
395
408
|
var ProductBiddingCategoryLevel;
|
|
396
409
|
(function (ProductBiddingCategoryLevel) {
|
|
@@ -404,7 +417,7 @@ var enums;
|
|
|
404
417
|
})(ProductBiddingCategoryLevel = enums.ProductBiddingCategoryLevel || (enums.ProductBiddingCategoryLevel = {}));
|
|
405
418
|
/**
|
|
406
419
|
* @name ProductChannelEnum.ProductChannel
|
|
407
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
420
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ProductChannelEnum.ProductChannel
|
|
408
421
|
*/
|
|
409
422
|
var ProductChannel;
|
|
410
423
|
(function (ProductChannel) {
|
|
@@ -415,7 +428,7 @@ var enums;
|
|
|
415
428
|
})(ProductChannel = enums.ProductChannel || (enums.ProductChannel = {}));
|
|
416
429
|
/**
|
|
417
430
|
* @name ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
418
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
431
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
419
432
|
*/
|
|
420
433
|
var ProductChannelExclusivity;
|
|
421
434
|
(function (ProductChannelExclusivity) {
|
|
@@ -426,7 +439,7 @@ var enums;
|
|
|
426
439
|
})(ProductChannelExclusivity = enums.ProductChannelExclusivity || (enums.ProductChannelExclusivity = {}));
|
|
427
440
|
/**
|
|
428
441
|
* @name ProductConditionEnum.ProductCondition
|
|
429
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
442
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ProductConditionEnum.ProductCondition
|
|
430
443
|
*/
|
|
431
444
|
var ProductCondition;
|
|
432
445
|
(function (ProductCondition) {
|
|
@@ -438,7 +451,7 @@ var enums;
|
|
|
438
451
|
})(ProductCondition = enums.ProductCondition || (enums.ProductCondition = {}));
|
|
439
452
|
/**
|
|
440
453
|
* @name ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
441
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
454
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
442
455
|
*/
|
|
443
456
|
var ProductCustomAttributeIndex;
|
|
444
457
|
(function (ProductCustomAttributeIndex) {
|
|
@@ -452,7 +465,7 @@ var enums;
|
|
|
452
465
|
})(ProductCustomAttributeIndex = enums.ProductCustomAttributeIndex || (enums.ProductCustomAttributeIndex = {}));
|
|
453
466
|
/**
|
|
454
467
|
* @name ProductTypeLevelEnum.ProductTypeLevel
|
|
455
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
468
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ProductTypeLevelEnum.ProductTypeLevel
|
|
456
469
|
*/
|
|
457
470
|
var ProductTypeLevel;
|
|
458
471
|
(function (ProductTypeLevel) {
|
|
@@ -466,7 +479,7 @@ var enums;
|
|
|
466
479
|
})(ProductTypeLevel = enums.ProductTypeLevel || (enums.ProductTypeLevel = {}));
|
|
467
480
|
/**
|
|
468
481
|
* @name ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
469
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
482
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
470
483
|
*/
|
|
471
484
|
var ProximityRadiusUnits;
|
|
472
485
|
(function (ProximityRadiusUnits) {
|
|
@@ -477,7 +490,7 @@ var enums;
|
|
|
477
490
|
})(ProximityRadiusUnits = enums.ProximityRadiusUnits || (enums.ProximityRadiusUnits = {}));
|
|
478
491
|
/**
|
|
479
492
|
* @name WebpageConditionOperandEnum.WebpageConditionOperand
|
|
480
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
493
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/WebpageConditionOperandEnum.WebpageConditionOperand
|
|
481
494
|
*/
|
|
482
495
|
var WebpageConditionOperand;
|
|
483
496
|
(function (WebpageConditionOperand) {
|
|
@@ -491,7 +504,7 @@ var enums;
|
|
|
491
504
|
})(WebpageConditionOperand = enums.WebpageConditionOperand || (enums.WebpageConditionOperand = {}));
|
|
492
505
|
/**
|
|
493
506
|
* @name WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
494
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
507
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
495
508
|
*/
|
|
496
509
|
var WebpageConditionOperator;
|
|
497
510
|
(function (WebpageConditionOperator) {
|
|
@@ -500,9 +513,27 @@ var enums;
|
|
|
500
513
|
WebpageConditionOperator[WebpageConditionOperator["EQUALS"] = 2] = "EQUALS";
|
|
501
514
|
WebpageConditionOperator[WebpageConditionOperator["CONTAINS"] = 3] = "CONTAINS";
|
|
502
515
|
})(WebpageConditionOperator = enums.WebpageConditionOperator || (enums.WebpageConditionOperator = {}));
|
|
516
|
+
/**
|
|
517
|
+
* @name CallToActionTypeEnum.CallToActionType
|
|
518
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CallToActionTypeEnum.CallToActionType
|
|
519
|
+
*/
|
|
520
|
+
var CallToActionType;
|
|
521
|
+
(function (CallToActionType) {
|
|
522
|
+
CallToActionType[CallToActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
523
|
+
CallToActionType[CallToActionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
524
|
+
CallToActionType[CallToActionType["LEARN_MORE"] = 2] = "LEARN_MORE";
|
|
525
|
+
CallToActionType[CallToActionType["GET_QUOTE"] = 3] = "GET_QUOTE";
|
|
526
|
+
CallToActionType[CallToActionType["APPLY_NOW"] = 4] = "APPLY_NOW";
|
|
527
|
+
CallToActionType[CallToActionType["SIGN_UP"] = 5] = "SIGN_UP";
|
|
528
|
+
CallToActionType[CallToActionType["CONTACT_US"] = 6] = "CONTACT_US";
|
|
529
|
+
CallToActionType[CallToActionType["SUBSCRIBE"] = 7] = "SUBSCRIBE";
|
|
530
|
+
CallToActionType[CallToActionType["DOWNLOAD"] = 8] = "DOWNLOAD";
|
|
531
|
+
CallToActionType[CallToActionType["BOOK_NOW"] = 9] = "BOOK_NOW";
|
|
532
|
+
CallToActionType[CallToActionType["SHOP_NOW"] = 10] = "SHOP_NOW";
|
|
533
|
+
})(CallToActionType = enums.CallToActionType || (enums.CallToActionType = {}));
|
|
503
534
|
/**
|
|
504
535
|
* @name LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
505
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
536
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
506
537
|
*/
|
|
507
538
|
var LeadFormCallToActionType;
|
|
508
539
|
(function (LeadFormCallToActionType) {
|
|
@@ -525,7 +556,7 @@ var enums;
|
|
|
525
556
|
})(LeadFormCallToActionType = enums.LeadFormCallToActionType || (enums.LeadFormCallToActionType = {}));
|
|
526
557
|
/**
|
|
527
558
|
* @name LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
528
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
559
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
529
560
|
*/
|
|
530
561
|
var LeadFormDesiredIntent;
|
|
531
562
|
(function (LeadFormDesiredIntent) {
|
|
@@ -536,7 +567,7 @@ var enums;
|
|
|
536
567
|
})(LeadFormDesiredIntent = enums.LeadFormDesiredIntent || (enums.LeadFormDesiredIntent = {}));
|
|
537
568
|
/**
|
|
538
569
|
* @name LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
539
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
570
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
540
571
|
*/
|
|
541
572
|
var LeadFormFieldUserInputType;
|
|
542
573
|
(function (LeadFormFieldUserInputType) {
|
|
@@ -605,7 +636,7 @@ var enums;
|
|
|
605
636
|
})(LeadFormFieldUserInputType = enums.LeadFormFieldUserInputType || (enums.LeadFormFieldUserInputType = {}));
|
|
606
637
|
/**
|
|
607
638
|
* @name LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
608
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
639
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
609
640
|
*/
|
|
610
641
|
var LeadFormPostSubmitCallToActionType;
|
|
611
642
|
(function (LeadFormPostSubmitCallToActionType) {
|
|
@@ -616,9 +647,65 @@ var enums;
|
|
|
616
647
|
LeadFormPostSubmitCallToActionType[LeadFormPostSubmitCallToActionType["LEARN_MORE"] = 4] = "LEARN_MORE";
|
|
617
648
|
LeadFormPostSubmitCallToActionType[LeadFormPostSubmitCallToActionType["SHOP_NOW"] = 5] = "SHOP_NOW";
|
|
618
649
|
})(LeadFormPostSubmitCallToActionType = enums.LeadFormPostSubmitCallToActionType || (enums.LeadFormPostSubmitCallToActionType = {}));
|
|
650
|
+
/**
|
|
651
|
+
* @name MobileAppVendorEnum.MobileAppVendor
|
|
652
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/MobileAppVendorEnum.MobileAppVendor
|
|
653
|
+
*/
|
|
654
|
+
var MobileAppVendor;
|
|
655
|
+
(function (MobileAppVendor) {
|
|
656
|
+
MobileAppVendor[MobileAppVendor["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
657
|
+
MobileAppVendor[MobileAppVendor["UNKNOWN"] = 1] = "UNKNOWN";
|
|
658
|
+
MobileAppVendor[MobileAppVendor["APPLE_APP_STORE"] = 2] = "APPLE_APP_STORE";
|
|
659
|
+
MobileAppVendor[MobileAppVendor["GOOGLE_APP_STORE"] = 3] = "GOOGLE_APP_STORE";
|
|
660
|
+
})(MobileAppVendor = enums.MobileAppVendor || (enums.MobileAppVendor = {}));
|
|
661
|
+
/**
|
|
662
|
+
* @name PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
663
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
664
|
+
*/
|
|
665
|
+
var PriceExtensionPriceQualifier;
|
|
666
|
+
(function (PriceExtensionPriceQualifier) {
|
|
667
|
+
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
668
|
+
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["UNKNOWN"] = 1] = "UNKNOWN";
|
|
669
|
+
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["FROM"] = 2] = "FROM";
|
|
670
|
+
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["UP_TO"] = 3] = "UP_TO";
|
|
671
|
+
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["AVERAGE"] = 4] = "AVERAGE";
|
|
672
|
+
})(PriceExtensionPriceQualifier = enums.PriceExtensionPriceQualifier || (enums.PriceExtensionPriceQualifier = {}));
|
|
673
|
+
/**
|
|
674
|
+
* @name PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
675
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
676
|
+
*/
|
|
677
|
+
var PriceExtensionPriceUnit;
|
|
678
|
+
(function (PriceExtensionPriceUnit) {
|
|
679
|
+
PriceExtensionPriceUnit[PriceExtensionPriceUnit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
680
|
+
PriceExtensionPriceUnit[PriceExtensionPriceUnit["UNKNOWN"] = 1] = "UNKNOWN";
|
|
681
|
+
PriceExtensionPriceUnit[PriceExtensionPriceUnit["PER_HOUR"] = 2] = "PER_HOUR";
|
|
682
|
+
PriceExtensionPriceUnit[PriceExtensionPriceUnit["PER_DAY"] = 3] = "PER_DAY";
|
|
683
|
+
PriceExtensionPriceUnit[PriceExtensionPriceUnit["PER_WEEK"] = 4] = "PER_WEEK";
|
|
684
|
+
PriceExtensionPriceUnit[PriceExtensionPriceUnit["PER_MONTH"] = 5] = "PER_MONTH";
|
|
685
|
+
PriceExtensionPriceUnit[PriceExtensionPriceUnit["PER_YEAR"] = 6] = "PER_YEAR";
|
|
686
|
+
PriceExtensionPriceUnit[PriceExtensionPriceUnit["PER_NIGHT"] = 7] = "PER_NIGHT";
|
|
687
|
+
})(PriceExtensionPriceUnit = enums.PriceExtensionPriceUnit || (enums.PriceExtensionPriceUnit = {}));
|
|
688
|
+
/**
|
|
689
|
+
* @name PriceExtensionTypeEnum.PriceExtensionType
|
|
690
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PriceExtensionTypeEnum.PriceExtensionType
|
|
691
|
+
*/
|
|
692
|
+
var PriceExtensionType;
|
|
693
|
+
(function (PriceExtensionType) {
|
|
694
|
+
PriceExtensionType[PriceExtensionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
695
|
+
PriceExtensionType[PriceExtensionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
696
|
+
PriceExtensionType[PriceExtensionType["BRANDS"] = 2] = "BRANDS";
|
|
697
|
+
PriceExtensionType[PriceExtensionType["EVENTS"] = 3] = "EVENTS";
|
|
698
|
+
PriceExtensionType[PriceExtensionType["LOCATIONS"] = 4] = "LOCATIONS";
|
|
699
|
+
PriceExtensionType[PriceExtensionType["NEIGHBORHOODS"] = 5] = "NEIGHBORHOODS";
|
|
700
|
+
PriceExtensionType[PriceExtensionType["PRODUCT_CATEGORIES"] = 6] = "PRODUCT_CATEGORIES";
|
|
701
|
+
PriceExtensionType[PriceExtensionType["PRODUCT_TIERS"] = 7] = "PRODUCT_TIERS";
|
|
702
|
+
PriceExtensionType[PriceExtensionType["SERVICES"] = 8] = "SERVICES";
|
|
703
|
+
PriceExtensionType[PriceExtensionType["SERVICE_CATEGORIES"] = 9] = "SERVICE_CATEGORIES";
|
|
704
|
+
PriceExtensionType[PriceExtensionType["SERVICE_TIERS"] = 10] = "SERVICE_TIERS";
|
|
705
|
+
})(PriceExtensionType = enums.PriceExtensionType || (enums.PriceExtensionType = {}));
|
|
619
706
|
/**
|
|
620
707
|
* @name PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
621
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
708
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
622
709
|
*/
|
|
623
710
|
var PromotionExtensionDiscountModifier;
|
|
624
711
|
(function (PromotionExtensionDiscountModifier) {
|
|
@@ -628,7 +715,7 @@ var enums;
|
|
|
628
715
|
})(PromotionExtensionDiscountModifier = enums.PromotionExtensionDiscountModifier || (enums.PromotionExtensionDiscountModifier = {}));
|
|
629
716
|
/**
|
|
630
717
|
* @name PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
631
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
718
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
632
719
|
*/
|
|
633
720
|
var PromotionExtensionOccasion;
|
|
634
721
|
(function (PromotionExtensionOccasion) {
|
|
@@ -674,7 +761,7 @@ var enums;
|
|
|
674
761
|
})(PromotionExtensionOccasion = enums.PromotionExtensionOccasion || (enums.PromotionExtensionOccasion = {}));
|
|
675
762
|
/**
|
|
676
763
|
* @name TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
677
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
764
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
678
765
|
*/
|
|
679
766
|
var TargetImpressionShareLocation;
|
|
680
767
|
(function (TargetImpressionShareLocation) {
|
|
@@ -686,7 +773,7 @@ var enums;
|
|
|
686
773
|
})(TargetImpressionShareLocation = enums.TargetImpressionShareLocation || (enums.TargetImpressionShareLocation = {}));
|
|
687
774
|
/**
|
|
688
775
|
* @name AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
689
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
776
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
690
777
|
*/
|
|
691
778
|
var AdvertisingChannelSubType;
|
|
692
779
|
(function (AdvertisingChannelSubType) {
|
|
@@ -708,10 +795,11 @@ var enums;
|
|
|
708
795
|
AdvertisingChannelSubType[AdvertisingChannelSubType["SHOPPING_COMPARISON_LISTING_ADS"] = 15] = "SHOPPING_COMPARISON_LISTING_ADS";
|
|
709
796
|
AdvertisingChannelSubType[AdvertisingChannelSubType["SMART_CAMPAIGN"] = 16] = "SMART_CAMPAIGN";
|
|
710
797
|
AdvertisingChannelSubType[AdvertisingChannelSubType["VIDEO_SEQUENCE"] = 17] = "VIDEO_SEQUENCE";
|
|
798
|
+
AdvertisingChannelSubType[AdvertisingChannelSubType["APP_CAMPAIGN_FOR_PRE_REGISTRATION"] = 18] = "APP_CAMPAIGN_FOR_PRE_REGISTRATION";
|
|
711
799
|
})(AdvertisingChannelSubType = enums.AdvertisingChannelSubType || (enums.AdvertisingChannelSubType = {}));
|
|
712
800
|
/**
|
|
713
801
|
* @name AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
714
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
802
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
715
803
|
*/
|
|
716
804
|
var AdvertisingChannelType;
|
|
717
805
|
(function (AdvertisingChannelType) {
|
|
@@ -725,10 +813,11 @@ var enums;
|
|
|
725
813
|
AdvertisingChannelType[AdvertisingChannelType["MULTI_CHANNEL"] = 7] = "MULTI_CHANNEL";
|
|
726
814
|
AdvertisingChannelType[AdvertisingChannelType["LOCAL"] = 8] = "LOCAL";
|
|
727
815
|
AdvertisingChannelType[AdvertisingChannelType["SMART"] = 9] = "SMART";
|
|
816
|
+
AdvertisingChannelType[AdvertisingChannelType["PERFORMANCE_MAX"] = 10] = "PERFORMANCE_MAX";
|
|
728
817
|
})(AdvertisingChannelType = enums.AdvertisingChannelType || (enums.AdvertisingChannelType = {}));
|
|
729
818
|
/**
|
|
730
819
|
* @name CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
731
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
820
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
732
821
|
*/
|
|
733
822
|
var CriterionCategoryChannelAvailabilityMode;
|
|
734
823
|
(function (CriterionCategoryChannelAvailabilityMode) {
|
|
@@ -740,7 +829,7 @@ var enums;
|
|
|
740
829
|
})(CriterionCategoryChannelAvailabilityMode = enums.CriterionCategoryChannelAvailabilityMode || (enums.CriterionCategoryChannelAvailabilityMode = {}));
|
|
741
830
|
/**
|
|
742
831
|
* @name CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
743
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
832
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
744
833
|
*/
|
|
745
834
|
var CriterionCategoryLocaleAvailabilityMode;
|
|
746
835
|
(function (CriterionCategoryLocaleAvailabilityMode) {
|
|
@@ -751,9 +840,22 @@ var enums;
|
|
|
751
840
|
CriterionCategoryLocaleAvailabilityMode[CriterionCategoryLocaleAvailabilityMode["LANGUAGE_AND_ALL_COUNTRIES"] = 4] = "LANGUAGE_AND_ALL_COUNTRIES";
|
|
752
841
|
CriterionCategoryLocaleAvailabilityMode[CriterionCategoryLocaleAvailabilityMode["COUNTRY_AND_LANGUAGE"] = 5] = "COUNTRY_AND_LANGUAGE";
|
|
753
842
|
})(CriterionCategoryLocaleAvailabilityMode = enums.CriterionCategoryLocaleAvailabilityMode || (enums.CriterionCategoryLocaleAvailabilityMode = {}));
|
|
843
|
+
/**
|
|
844
|
+
* @name CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
845
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
846
|
+
*/
|
|
847
|
+
var CustomizerAttributeType;
|
|
848
|
+
(function (CustomizerAttributeType) {
|
|
849
|
+
CustomizerAttributeType[CustomizerAttributeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
850
|
+
CustomizerAttributeType[CustomizerAttributeType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
851
|
+
CustomizerAttributeType[CustomizerAttributeType["TEXT"] = 2] = "TEXT";
|
|
852
|
+
CustomizerAttributeType[CustomizerAttributeType["NUMBER"] = 3] = "NUMBER";
|
|
853
|
+
CustomizerAttributeType[CustomizerAttributeType["PRICE"] = 4] = "PRICE";
|
|
854
|
+
CustomizerAttributeType[CustomizerAttributeType["PERCENT"] = 5] = "PERCENT";
|
|
855
|
+
})(CustomizerAttributeType = enums.CustomizerAttributeType || (enums.CustomizerAttributeType = {}));
|
|
754
856
|
/**
|
|
755
857
|
* @name MonthOfYearEnum.MonthOfYear
|
|
756
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
858
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/MonthOfYearEnum.MonthOfYear
|
|
757
859
|
*/
|
|
758
860
|
var MonthOfYear;
|
|
759
861
|
(function (MonthOfYear) {
|
|
@@ -774,7 +876,7 @@ var enums;
|
|
|
774
876
|
})(MonthOfYear = enums.MonthOfYear || (enums.MonthOfYear = {}));
|
|
775
877
|
/**
|
|
776
878
|
* @name AppStoreEnum.AppStore
|
|
777
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
879
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AppStoreEnum.AppStore
|
|
778
880
|
*/
|
|
779
881
|
var AppStore;
|
|
780
882
|
(function (AppStore) {
|
|
@@ -783,54 +885,9 @@ var enums;
|
|
|
783
885
|
AppStore[AppStore["APPLE_ITUNES"] = 2] = "APPLE_ITUNES";
|
|
784
886
|
AppStore[AppStore["GOOGLE_PLAY"] = 3] = "GOOGLE_PLAY";
|
|
785
887
|
})(AppStore = enums.AppStore || (enums.AppStore = {}));
|
|
786
|
-
/**
|
|
787
|
-
* @name PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
788
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v8/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
789
|
-
*/
|
|
790
|
-
var PriceExtensionPriceQualifier;
|
|
791
|
-
(function (PriceExtensionPriceQualifier) {
|
|
792
|
-
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
793
|
-
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["UNKNOWN"] = 1] = "UNKNOWN";
|
|
794
|
-
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["FROM"] = 2] = "FROM";
|
|
795
|
-
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["UP_TO"] = 3] = "UP_TO";
|
|
796
|
-
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["AVERAGE"] = 4] = "AVERAGE";
|
|
797
|
-
})(PriceExtensionPriceQualifier = enums.PriceExtensionPriceQualifier || (enums.PriceExtensionPriceQualifier = {}));
|
|
798
|
-
/**
|
|
799
|
-
* @name PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
800
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v8/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
801
|
-
*/
|
|
802
|
-
var PriceExtensionPriceUnit;
|
|
803
|
-
(function (PriceExtensionPriceUnit) {
|
|
804
|
-
PriceExtensionPriceUnit[PriceExtensionPriceUnit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
805
|
-
PriceExtensionPriceUnit[PriceExtensionPriceUnit["UNKNOWN"] = 1] = "UNKNOWN";
|
|
806
|
-
PriceExtensionPriceUnit[PriceExtensionPriceUnit["PER_HOUR"] = 2] = "PER_HOUR";
|
|
807
|
-
PriceExtensionPriceUnit[PriceExtensionPriceUnit["PER_DAY"] = 3] = "PER_DAY";
|
|
808
|
-
PriceExtensionPriceUnit[PriceExtensionPriceUnit["PER_WEEK"] = 4] = "PER_WEEK";
|
|
809
|
-
PriceExtensionPriceUnit[PriceExtensionPriceUnit["PER_MONTH"] = 5] = "PER_MONTH";
|
|
810
|
-
PriceExtensionPriceUnit[PriceExtensionPriceUnit["PER_YEAR"] = 6] = "PER_YEAR";
|
|
811
|
-
PriceExtensionPriceUnit[PriceExtensionPriceUnit["PER_NIGHT"] = 7] = "PER_NIGHT";
|
|
812
|
-
})(PriceExtensionPriceUnit = enums.PriceExtensionPriceUnit || (enums.PriceExtensionPriceUnit = {}));
|
|
813
|
-
/**
|
|
814
|
-
* @name PriceExtensionTypeEnum.PriceExtensionType
|
|
815
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v8/PriceExtensionTypeEnum.PriceExtensionType
|
|
816
|
-
*/
|
|
817
|
-
var PriceExtensionType;
|
|
818
|
-
(function (PriceExtensionType) {
|
|
819
|
-
PriceExtensionType[PriceExtensionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
820
|
-
PriceExtensionType[PriceExtensionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
821
|
-
PriceExtensionType[PriceExtensionType["BRANDS"] = 2] = "BRANDS";
|
|
822
|
-
PriceExtensionType[PriceExtensionType["EVENTS"] = 3] = "EVENTS";
|
|
823
|
-
PriceExtensionType[PriceExtensionType["LOCATIONS"] = 4] = "LOCATIONS";
|
|
824
|
-
PriceExtensionType[PriceExtensionType["NEIGHBORHOODS"] = 5] = "NEIGHBORHOODS";
|
|
825
|
-
PriceExtensionType[PriceExtensionType["PRODUCT_CATEGORIES"] = 6] = "PRODUCT_CATEGORIES";
|
|
826
|
-
PriceExtensionType[PriceExtensionType["PRODUCT_TIERS"] = 7] = "PRODUCT_TIERS";
|
|
827
|
-
PriceExtensionType[PriceExtensionType["SERVICES"] = 8] = "SERVICES";
|
|
828
|
-
PriceExtensionType[PriceExtensionType["SERVICE_CATEGORIES"] = 9] = "SERVICE_CATEGORIES";
|
|
829
|
-
PriceExtensionType[PriceExtensionType["SERVICE_TIERS"] = 10] = "SERVICE_TIERS";
|
|
830
|
-
})(PriceExtensionType = enums.PriceExtensionType || (enums.PriceExtensionType = {}));
|
|
831
888
|
/**
|
|
832
889
|
* @name FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType
|
|
833
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
890
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType
|
|
834
891
|
*/
|
|
835
892
|
var FeedItemSetStringFilterType;
|
|
836
893
|
(function (FeedItemSetStringFilterType) {
|
|
@@ -840,7 +897,7 @@ var enums;
|
|
|
840
897
|
})(FeedItemSetStringFilterType = enums.FeedItemSetStringFilterType || (enums.FeedItemSetStringFilterType = {}));
|
|
841
898
|
/**
|
|
842
899
|
* @name AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
843
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
900
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
844
901
|
*/
|
|
845
902
|
var AppUrlOperatingSystemType;
|
|
846
903
|
(function (AppUrlOperatingSystemType) {
|
|
@@ -851,7 +908,7 @@ var enums;
|
|
|
851
908
|
})(AppUrlOperatingSystemType = enums.AppUrlOperatingSystemType || (enums.AppUrlOperatingSystemType = {}));
|
|
852
909
|
/**
|
|
853
910
|
* @name FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
854
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
911
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
855
912
|
*/
|
|
856
913
|
var FrequencyCapEventType;
|
|
857
914
|
(function (FrequencyCapEventType) {
|
|
@@ -862,7 +919,7 @@ var enums;
|
|
|
862
919
|
})(FrequencyCapEventType = enums.FrequencyCapEventType || (enums.FrequencyCapEventType = {}));
|
|
863
920
|
/**
|
|
864
921
|
* @name FrequencyCapLevelEnum.FrequencyCapLevel
|
|
865
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
922
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FrequencyCapLevelEnum.FrequencyCapLevel
|
|
866
923
|
*/
|
|
867
924
|
var FrequencyCapLevel;
|
|
868
925
|
(function (FrequencyCapLevel) {
|
|
@@ -874,7 +931,7 @@ var enums;
|
|
|
874
931
|
})(FrequencyCapLevel = enums.FrequencyCapLevel || (enums.FrequencyCapLevel = {}));
|
|
875
932
|
/**
|
|
876
933
|
* @name FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
877
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
934
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
878
935
|
*/
|
|
879
936
|
var FrequencyCapTimeUnit;
|
|
880
937
|
(function (FrequencyCapTimeUnit) {
|
|
@@ -886,7 +943,7 @@ var enums;
|
|
|
886
943
|
})(FrequencyCapTimeUnit = enums.FrequencyCapTimeUnit || (enums.FrequencyCapTimeUnit = {}));
|
|
887
944
|
/**
|
|
888
945
|
* @name KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
889
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
946
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
890
947
|
*/
|
|
891
948
|
var KeywordPlanAggregateMetricType;
|
|
892
949
|
(function (KeywordPlanAggregateMetricType) {
|
|
@@ -896,7 +953,7 @@ var enums;
|
|
|
896
953
|
})(KeywordPlanAggregateMetricType = enums.KeywordPlanAggregateMetricType || (enums.KeywordPlanAggregateMetricType = {}));
|
|
897
954
|
/**
|
|
898
955
|
* @name KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
899
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
956
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
900
957
|
*/
|
|
901
958
|
var KeywordPlanCompetitionLevel;
|
|
902
959
|
(function (KeywordPlanCompetitionLevel) {
|
|
@@ -908,7 +965,7 @@ var enums;
|
|
|
908
965
|
})(KeywordPlanCompetitionLevel = enums.KeywordPlanCompetitionLevel || (enums.KeywordPlanCompetitionLevel = {}));
|
|
909
966
|
/**
|
|
910
967
|
* @name KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
911
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
968
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
912
969
|
*/
|
|
913
970
|
var KeywordPlanConceptGroupType;
|
|
914
971
|
(function (KeywordPlanConceptGroupType) {
|
|
@@ -920,7 +977,7 @@ var enums;
|
|
|
920
977
|
})(KeywordPlanConceptGroupType = enums.KeywordPlanConceptGroupType || (enums.KeywordPlanConceptGroupType = {}));
|
|
921
978
|
/**
|
|
922
979
|
* @name MatchingFunctionContextTypeEnum.MatchingFunctionContextType
|
|
923
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
980
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/MatchingFunctionContextTypeEnum.MatchingFunctionContextType
|
|
924
981
|
*/
|
|
925
982
|
var MatchingFunctionContextType;
|
|
926
983
|
(function (MatchingFunctionContextType) {
|
|
@@ -932,7 +989,7 @@ var enums;
|
|
|
932
989
|
})(MatchingFunctionContextType = enums.MatchingFunctionContextType || (enums.MatchingFunctionContextType = {}));
|
|
933
990
|
/**
|
|
934
991
|
* @name MatchingFunctionOperatorEnum.MatchingFunctionOperator
|
|
935
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
992
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/MatchingFunctionOperatorEnum.MatchingFunctionOperator
|
|
936
993
|
*/
|
|
937
994
|
var MatchingFunctionOperator;
|
|
938
995
|
(function (MatchingFunctionOperator) {
|
|
@@ -946,7 +1003,7 @@ var enums;
|
|
|
946
1003
|
})(MatchingFunctionOperator = enums.MatchingFunctionOperator || (enums.MatchingFunctionOperator = {}));
|
|
947
1004
|
/**
|
|
948
1005
|
* @name InteractionEventTypeEnum.InteractionEventType
|
|
949
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1006
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/InteractionEventTypeEnum.InteractionEventType
|
|
950
1007
|
*/
|
|
951
1008
|
var InteractionEventType;
|
|
952
1009
|
(function (InteractionEventType) {
|
|
@@ -959,7 +1016,7 @@ var enums;
|
|
|
959
1016
|
})(InteractionEventType = enums.InteractionEventType || (enums.InteractionEventType = {}));
|
|
960
1017
|
/**
|
|
961
1018
|
* @name QualityScoreBucketEnum.QualityScoreBucket
|
|
962
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1019
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/QualityScoreBucketEnum.QualityScoreBucket
|
|
963
1020
|
*/
|
|
964
1021
|
var QualityScoreBucket;
|
|
965
1022
|
(function (QualityScoreBucket) {
|
|
@@ -971,7 +1028,7 @@ var enums;
|
|
|
971
1028
|
})(QualityScoreBucket = enums.QualityScoreBucket || (enums.QualityScoreBucket = {}));
|
|
972
1029
|
/**
|
|
973
1030
|
* @name UserIdentifierSourceEnum.UserIdentifierSource
|
|
974
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1031
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserIdentifierSourceEnum.UserIdentifierSource
|
|
975
1032
|
*/
|
|
976
1033
|
var UserIdentifierSource;
|
|
977
1034
|
(function (UserIdentifierSource) {
|
|
@@ -982,7 +1039,7 @@ var enums;
|
|
|
982
1039
|
})(UserIdentifierSource = enums.UserIdentifierSource || (enums.UserIdentifierSource = {}));
|
|
983
1040
|
/**
|
|
984
1041
|
* @name AdDestinationTypeEnum.AdDestinationType
|
|
985
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1042
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdDestinationTypeEnum.AdDestinationType
|
|
986
1043
|
*/
|
|
987
1044
|
var AdDestinationType;
|
|
988
1045
|
(function (AdDestinationType) {
|
|
@@ -1002,7 +1059,7 @@ var enums;
|
|
|
1002
1059
|
})(AdDestinationType = enums.AdDestinationType || (enums.AdDestinationType = {}));
|
|
1003
1060
|
/**
|
|
1004
1061
|
* @name AdNetworkTypeEnum.AdNetworkType
|
|
1005
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1062
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdNetworkTypeEnum.AdNetworkType
|
|
1006
1063
|
*/
|
|
1007
1064
|
var AdNetworkType;
|
|
1008
1065
|
(function (AdNetworkType) {
|
|
@@ -1017,7 +1074,7 @@ var enums;
|
|
|
1017
1074
|
})(AdNetworkType = enums.AdNetworkType || (enums.AdNetworkType = {}));
|
|
1018
1075
|
/**
|
|
1019
1076
|
* @name BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1020
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1077
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1021
1078
|
*/
|
|
1022
1079
|
var BudgetCampaignAssociationStatus;
|
|
1023
1080
|
(function (BudgetCampaignAssociationStatus) {
|
|
@@ -1028,7 +1085,7 @@ var enums;
|
|
|
1028
1085
|
})(BudgetCampaignAssociationStatus = enums.BudgetCampaignAssociationStatus || (enums.BudgetCampaignAssociationStatus = {}));
|
|
1029
1086
|
/**
|
|
1030
1087
|
* @name ClickTypeEnum.ClickType
|
|
1031
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1088
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ClickTypeEnum.ClickType
|
|
1032
1089
|
*/
|
|
1033
1090
|
var ClickType;
|
|
1034
1091
|
(function (ClickType) {
|
|
@@ -1090,7 +1147,7 @@ var enums;
|
|
|
1090
1147
|
})(ClickType = enums.ClickType || (enums.ClickType = {}));
|
|
1091
1148
|
/**
|
|
1092
1149
|
* @name ConversionActionCategoryEnum.ConversionActionCategory
|
|
1093
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1150
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionActionCategoryEnum.ConversionActionCategory
|
|
1094
1151
|
*/
|
|
1095
1152
|
var ConversionActionCategory;
|
|
1096
1153
|
(function (ConversionActionCategory) {
|
|
@@ -1119,7 +1176,7 @@ var enums;
|
|
|
1119
1176
|
})(ConversionActionCategory = enums.ConversionActionCategory || (enums.ConversionActionCategory = {}));
|
|
1120
1177
|
/**
|
|
1121
1178
|
* @name ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1122
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1179
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1123
1180
|
*/
|
|
1124
1181
|
var ConversionAttributionEventType;
|
|
1125
1182
|
(function (ConversionAttributionEventType) {
|
|
@@ -1130,7 +1187,7 @@ var enums;
|
|
|
1130
1187
|
})(ConversionAttributionEventType = enums.ConversionAttributionEventType || (enums.ConversionAttributionEventType = {}));
|
|
1131
1188
|
/**
|
|
1132
1189
|
* @name ConversionLagBucketEnum.ConversionLagBucket
|
|
1133
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1190
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionLagBucketEnum.ConversionLagBucket
|
|
1134
1191
|
*/
|
|
1135
1192
|
var ConversionLagBucket;
|
|
1136
1193
|
(function (ConversionLagBucket) {
|
|
@@ -1158,7 +1215,7 @@ var enums;
|
|
|
1158
1215
|
})(ConversionLagBucket = enums.ConversionLagBucket || (enums.ConversionLagBucket = {}));
|
|
1159
1216
|
/**
|
|
1160
1217
|
* @name ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1161
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1218
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1162
1219
|
*/
|
|
1163
1220
|
var ConversionOrAdjustmentLagBucket;
|
|
1164
1221
|
(function (ConversionOrAdjustmentLagBucket) {
|
|
@@ -1208,7 +1265,7 @@ var enums;
|
|
|
1208
1265
|
})(ConversionOrAdjustmentLagBucket = enums.ConversionOrAdjustmentLagBucket || (enums.ConversionOrAdjustmentLagBucket = {}));
|
|
1209
1266
|
/**
|
|
1210
1267
|
* @name ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1211
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1268
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1212
1269
|
*/
|
|
1213
1270
|
var ConversionValueRulePrimaryDimension;
|
|
1214
1271
|
(function (ConversionValueRulePrimaryDimension) {
|
|
@@ -1224,7 +1281,7 @@ var enums;
|
|
|
1224
1281
|
})(ConversionValueRulePrimaryDimension = enums.ConversionValueRulePrimaryDimension || (enums.ConversionValueRulePrimaryDimension = {}));
|
|
1225
1282
|
/**
|
|
1226
1283
|
* @name ExternalConversionSourceEnum.ExternalConversionSource
|
|
1227
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1284
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ExternalConversionSourceEnum.ExternalConversionSource
|
|
1228
1285
|
*/
|
|
1229
1286
|
var ExternalConversionSource;
|
|
1230
1287
|
(function (ExternalConversionSource) {
|
|
@@ -1260,7 +1317,7 @@ var enums;
|
|
|
1260
1317
|
})(ExternalConversionSource = enums.ExternalConversionSource || (enums.ExternalConversionSource = {}));
|
|
1261
1318
|
/**
|
|
1262
1319
|
* @name HotelPriceBucketEnum.HotelPriceBucket
|
|
1263
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1320
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/HotelPriceBucketEnum.HotelPriceBucket
|
|
1264
1321
|
*/
|
|
1265
1322
|
var HotelPriceBucket;
|
|
1266
1323
|
(function (HotelPriceBucket) {
|
|
@@ -1273,7 +1330,7 @@ var enums;
|
|
|
1273
1330
|
})(HotelPriceBucket = enums.HotelPriceBucket || (enums.HotelPriceBucket = {}));
|
|
1274
1331
|
/**
|
|
1275
1332
|
* @name HotelRateTypeEnum.HotelRateType
|
|
1276
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1333
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/HotelRateTypeEnum.HotelRateType
|
|
1277
1334
|
*/
|
|
1278
1335
|
var HotelRateType;
|
|
1279
1336
|
(function (HotelRateType) {
|
|
@@ -1286,7 +1343,7 @@ var enums;
|
|
|
1286
1343
|
})(HotelRateType = enums.HotelRateType || (enums.HotelRateType = {}));
|
|
1287
1344
|
/**
|
|
1288
1345
|
* @name PlaceholderTypeEnum.PlaceholderType
|
|
1289
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1346
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PlaceholderTypeEnum.PlaceholderType
|
|
1290
1347
|
*/
|
|
1291
1348
|
var PlaceholderType;
|
|
1292
1349
|
(function (PlaceholderType) {
|
|
@@ -1315,7 +1372,7 @@ var enums;
|
|
|
1315
1372
|
})(PlaceholderType = enums.PlaceholderType || (enums.PlaceholderType = {}));
|
|
1316
1373
|
/**
|
|
1317
1374
|
* @name RecommendationTypeEnum.RecommendationType
|
|
1318
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1375
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/RecommendationTypeEnum.RecommendationType
|
|
1319
1376
|
*/
|
|
1320
1377
|
var RecommendationType;
|
|
1321
1378
|
(function (RecommendationType) {
|
|
@@ -1342,7 +1399,7 @@ var enums;
|
|
|
1342
1399
|
})(RecommendationType = enums.RecommendationType || (enums.RecommendationType = {}));
|
|
1343
1400
|
/**
|
|
1344
1401
|
* @name SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1345
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1402
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1346
1403
|
*/
|
|
1347
1404
|
var SearchEngineResultsPageType;
|
|
1348
1405
|
(function (SearchEngineResultsPageType) {
|
|
@@ -1354,7 +1411,7 @@ var enums;
|
|
|
1354
1411
|
})(SearchEngineResultsPageType = enums.SearchEngineResultsPageType || (enums.SearchEngineResultsPageType = {}));
|
|
1355
1412
|
/**
|
|
1356
1413
|
* @name SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1357
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1414
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1358
1415
|
*/
|
|
1359
1416
|
var SearchTermMatchType;
|
|
1360
1417
|
(function (SearchTermMatchType) {
|
|
@@ -1368,7 +1425,7 @@ var enums;
|
|
|
1368
1425
|
})(SearchTermMatchType = enums.SearchTermMatchType || (enums.SearchTermMatchType = {}));
|
|
1369
1426
|
/**
|
|
1370
1427
|
* @name SlotEnum.Slot
|
|
1371
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1428
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SlotEnum.Slot
|
|
1372
1429
|
*/
|
|
1373
1430
|
var Slot;
|
|
1374
1431
|
(function (Slot) {
|
|
@@ -1384,7 +1441,7 @@ var enums;
|
|
|
1384
1441
|
})(Slot = enums.Slot || (enums.Slot = {}));
|
|
1385
1442
|
/**
|
|
1386
1443
|
* @name TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1387
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1444
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1388
1445
|
*/
|
|
1389
1446
|
var TrackingCodePageFormat;
|
|
1390
1447
|
(function (TrackingCodePageFormat) {
|
|
@@ -1395,7 +1452,7 @@ var enums;
|
|
|
1395
1452
|
})(TrackingCodePageFormat = enums.TrackingCodePageFormat || (enums.TrackingCodePageFormat = {}));
|
|
1396
1453
|
/**
|
|
1397
1454
|
* @name TrackingCodeTypeEnum.TrackingCodeType
|
|
1398
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1455
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/TrackingCodeTypeEnum.TrackingCodeType
|
|
1399
1456
|
*/
|
|
1400
1457
|
var TrackingCodeType;
|
|
1401
1458
|
(function (TrackingCodeType) {
|
|
@@ -1408,7 +1465,7 @@ var enums;
|
|
|
1408
1465
|
})(TrackingCodeType = enums.TrackingCodeType || (enums.TrackingCodeType = {}));
|
|
1409
1466
|
/**
|
|
1410
1467
|
* @name TargetingDimensionEnum.TargetingDimension
|
|
1411
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1468
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/TargetingDimensionEnum.TargetingDimension
|
|
1412
1469
|
*/
|
|
1413
1470
|
var TargetingDimension;
|
|
1414
1471
|
(function (TargetingDimension) {
|
|
@@ -1425,7 +1482,7 @@ var enums;
|
|
|
1425
1482
|
})(TargetingDimension = enums.TargetingDimension || (enums.TargetingDimension = {}));
|
|
1426
1483
|
/**
|
|
1427
1484
|
* @name CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1428
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1485
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1429
1486
|
*/
|
|
1430
1487
|
var CustomerMatchUploadKeyType;
|
|
1431
1488
|
(function (CustomerMatchUploadKeyType) {
|
|
@@ -1437,7 +1494,7 @@ var enums;
|
|
|
1437
1494
|
})(CustomerMatchUploadKeyType = enums.CustomerMatchUploadKeyType || (enums.CustomerMatchUploadKeyType = {}));
|
|
1438
1495
|
/**
|
|
1439
1496
|
* @name UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator
|
|
1440
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1497
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator
|
|
1441
1498
|
*/
|
|
1442
1499
|
var UserListCombinedRuleOperator;
|
|
1443
1500
|
(function (UserListCombinedRuleOperator) {
|
|
@@ -1448,7 +1505,7 @@ var enums;
|
|
|
1448
1505
|
})(UserListCombinedRuleOperator = enums.UserListCombinedRuleOperator || (enums.UserListCombinedRuleOperator = {}));
|
|
1449
1506
|
/**
|
|
1450
1507
|
* @name UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1451
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1508
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1452
1509
|
*/
|
|
1453
1510
|
var UserListCrmDataSourceType;
|
|
1454
1511
|
(function (UserListCrmDataSourceType) {
|
|
@@ -1460,7 +1517,7 @@ var enums;
|
|
|
1460
1517
|
})(UserListCrmDataSourceType = enums.UserListCrmDataSourceType || (enums.UserListCrmDataSourceType = {}));
|
|
1461
1518
|
/**
|
|
1462
1519
|
* @name UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1463
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1520
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1464
1521
|
*/
|
|
1465
1522
|
var UserListDateRuleItemOperator;
|
|
1466
1523
|
(function (UserListDateRuleItemOperator) {
|
|
@@ -1473,7 +1530,7 @@ var enums;
|
|
|
1473
1530
|
})(UserListDateRuleItemOperator = enums.UserListDateRuleItemOperator || (enums.UserListDateRuleItemOperator = {}));
|
|
1474
1531
|
/**
|
|
1475
1532
|
* @name UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1476
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1533
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1477
1534
|
*/
|
|
1478
1535
|
var UserListLogicalRuleOperator;
|
|
1479
1536
|
(function (UserListLogicalRuleOperator) {
|
|
@@ -1485,7 +1542,7 @@ var enums;
|
|
|
1485
1542
|
})(UserListLogicalRuleOperator = enums.UserListLogicalRuleOperator || (enums.UserListLogicalRuleOperator = {}));
|
|
1486
1543
|
/**
|
|
1487
1544
|
* @name UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1488
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1545
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1489
1546
|
*/
|
|
1490
1547
|
var UserListNumberRuleItemOperator;
|
|
1491
1548
|
(function (UserListNumberRuleItemOperator) {
|
|
@@ -1500,7 +1557,7 @@ var enums;
|
|
|
1500
1557
|
})(UserListNumberRuleItemOperator = enums.UserListNumberRuleItemOperator || (enums.UserListNumberRuleItemOperator = {}));
|
|
1501
1558
|
/**
|
|
1502
1559
|
* @name UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1503
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1560
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1504
1561
|
*/
|
|
1505
1562
|
var UserListPrepopulationStatus;
|
|
1506
1563
|
(function (UserListPrepopulationStatus) {
|
|
@@ -1512,7 +1569,7 @@ var enums;
|
|
|
1512
1569
|
})(UserListPrepopulationStatus = enums.UserListPrepopulationStatus || (enums.UserListPrepopulationStatus = {}));
|
|
1513
1570
|
/**
|
|
1514
1571
|
* @name UserListRuleTypeEnum.UserListRuleType
|
|
1515
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1572
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListRuleTypeEnum.UserListRuleType
|
|
1516
1573
|
*/
|
|
1517
1574
|
var UserListRuleType;
|
|
1518
1575
|
(function (UserListRuleType) {
|
|
@@ -1523,7 +1580,7 @@ var enums;
|
|
|
1523
1580
|
})(UserListRuleType = enums.UserListRuleType || (enums.UserListRuleType = {}));
|
|
1524
1581
|
/**
|
|
1525
1582
|
* @name UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1526
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1583
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1527
1584
|
*/
|
|
1528
1585
|
var UserListStringRuleItemOperator;
|
|
1529
1586
|
(function (UserListStringRuleItemOperator) {
|
|
@@ -1540,7 +1597,7 @@ var enums;
|
|
|
1540
1597
|
})(UserListStringRuleItemOperator = enums.UserListStringRuleItemOperator || (enums.UserListStringRuleItemOperator = {}));
|
|
1541
1598
|
/**
|
|
1542
1599
|
* @name AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1543
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1600
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1544
1601
|
*/
|
|
1545
1602
|
var AccessInvitationStatus;
|
|
1546
1603
|
(function (AccessInvitationStatus) {
|
|
@@ -1552,7 +1609,7 @@ var enums;
|
|
|
1552
1609
|
})(AccessInvitationStatus = enums.AccessInvitationStatus || (enums.AccessInvitationStatus = {}));
|
|
1553
1610
|
/**
|
|
1554
1611
|
* @name AccessReasonEnum.AccessReason
|
|
1555
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1612
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AccessReasonEnum.AccessReason
|
|
1556
1613
|
*/
|
|
1557
1614
|
var AccessReason;
|
|
1558
1615
|
(function (AccessReason) {
|
|
@@ -1566,7 +1623,7 @@ var enums;
|
|
|
1566
1623
|
})(AccessReason = enums.AccessReason || (enums.AccessReason = {}));
|
|
1567
1624
|
/**
|
|
1568
1625
|
* @name AccessRoleEnum.AccessRole
|
|
1569
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1626
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AccessRoleEnum.AccessRole
|
|
1570
1627
|
*/
|
|
1571
1628
|
var AccessRole;
|
|
1572
1629
|
(function (AccessRole) {
|
|
@@ -1579,7 +1636,7 @@ var enums;
|
|
|
1579
1636
|
})(AccessRole = enums.AccessRole || (enums.AccessRole = {}));
|
|
1580
1637
|
/**
|
|
1581
1638
|
* @name AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1582
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1639
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1583
1640
|
*/
|
|
1584
1641
|
var AccountBudgetProposalStatus;
|
|
1585
1642
|
(function (AccountBudgetProposalStatus) {
|
|
@@ -1593,7 +1650,7 @@ var enums;
|
|
|
1593
1650
|
})(AccountBudgetProposalStatus = enums.AccountBudgetProposalStatus || (enums.AccountBudgetProposalStatus = {}));
|
|
1594
1651
|
/**
|
|
1595
1652
|
* @name AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1596
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1653
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1597
1654
|
*/
|
|
1598
1655
|
var AccountBudgetProposalType;
|
|
1599
1656
|
(function (AccountBudgetProposalType) {
|
|
@@ -1606,7 +1663,7 @@ var enums;
|
|
|
1606
1663
|
})(AccountBudgetProposalType = enums.AccountBudgetProposalType || (enums.AccountBudgetProposalType = {}));
|
|
1607
1664
|
/**
|
|
1608
1665
|
* @name AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1609
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1666
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1610
1667
|
*/
|
|
1611
1668
|
var AccountBudgetStatus;
|
|
1612
1669
|
(function (AccountBudgetStatus) {
|
|
@@ -1618,7 +1675,7 @@ var enums;
|
|
|
1618
1675
|
})(AccountBudgetStatus = enums.AccountBudgetStatus || (enums.AccountBudgetStatus = {}));
|
|
1619
1676
|
/**
|
|
1620
1677
|
* @name AccountLinkStatusEnum.AccountLinkStatus
|
|
1621
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1678
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AccountLinkStatusEnum.AccountLinkStatus
|
|
1622
1679
|
*/
|
|
1623
1680
|
var AccountLinkStatus;
|
|
1624
1681
|
(function (AccountLinkStatus) {
|
|
@@ -1633,7 +1690,7 @@ var enums;
|
|
|
1633
1690
|
})(AccountLinkStatus = enums.AccountLinkStatus || (enums.AccountLinkStatus = {}));
|
|
1634
1691
|
/**
|
|
1635
1692
|
* @name AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1636
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1693
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1637
1694
|
*/
|
|
1638
1695
|
var AdCustomizerPlaceholderField;
|
|
1639
1696
|
(function (AdCustomizerPlaceholderField) {
|
|
@@ -1646,7 +1703,7 @@ var enums;
|
|
|
1646
1703
|
})(AdCustomizerPlaceholderField = enums.AdCustomizerPlaceholderField || (enums.AdCustomizerPlaceholderField = {}));
|
|
1647
1704
|
/**
|
|
1648
1705
|
* @name AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1649
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1706
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1650
1707
|
*/
|
|
1651
1708
|
var AdGroupAdRotationMode;
|
|
1652
1709
|
(function (AdGroupAdRotationMode) {
|
|
@@ -1657,7 +1714,7 @@ var enums;
|
|
|
1657
1714
|
})(AdGroupAdRotationMode = enums.AdGroupAdRotationMode || (enums.AdGroupAdRotationMode = {}));
|
|
1658
1715
|
/**
|
|
1659
1716
|
* @name AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1660
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1717
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1661
1718
|
*/
|
|
1662
1719
|
var AdGroupAdStatus;
|
|
1663
1720
|
(function (AdGroupAdStatus) {
|
|
@@ -1669,7 +1726,7 @@ var enums;
|
|
|
1669
1726
|
})(AdGroupAdStatus = enums.AdGroupAdStatus || (enums.AdGroupAdStatus = {}));
|
|
1670
1727
|
/**
|
|
1671
1728
|
* @name AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1672
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1729
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1673
1730
|
*/
|
|
1674
1731
|
var AdGroupCriterionApprovalStatus;
|
|
1675
1732
|
(function (AdGroupCriterionApprovalStatus) {
|
|
@@ -1682,7 +1739,7 @@ var enums;
|
|
|
1682
1739
|
})(AdGroupCriterionApprovalStatus = enums.AdGroupCriterionApprovalStatus || (enums.AdGroupCriterionApprovalStatus = {}));
|
|
1683
1740
|
/**
|
|
1684
1741
|
* @name AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
1685
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1742
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
1686
1743
|
*/
|
|
1687
1744
|
var AdGroupCriterionStatus;
|
|
1688
1745
|
(function (AdGroupCriterionStatus) {
|
|
@@ -1694,7 +1751,7 @@ var enums;
|
|
|
1694
1751
|
})(AdGroupCriterionStatus = enums.AdGroupCriterionStatus || (enums.AdGroupCriterionStatus = {}));
|
|
1695
1752
|
/**
|
|
1696
1753
|
* @name AdGroupStatusEnum.AdGroupStatus
|
|
1697
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1754
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdGroupStatusEnum.AdGroupStatus
|
|
1698
1755
|
*/
|
|
1699
1756
|
var AdGroupStatus;
|
|
1700
1757
|
(function (AdGroupStatus) {
|
|
@@ -1706,7 +1763,7 @@ var enums;
|
|
|
1706
1763
|
})(AdGroupStatus = enums.AdGroupStatus || (enums.AdGroupStatus = {}));
|
|
1707
1764
|
/**
|
|
1708
1765
|
* @name AdGroupTypeEnum.AdGroupType
|
|
1709
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1766
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdGroupTypeEnum.AdGroupType
|
|
1710
1767
|
*/
|
|
1711
1768
|
var AdGroupType;
|
|
1712
1769
|
(function (AdGroupType) {
|
|
@@ -1731,7 +1788,7 @@ var enums;
|
|
|
1731
1788
|
})(AdGroupType = enums.AdGroupType || (enums.AdGroupType = {}));
|
|
1732
1789
|
/**
|
|
1733
1790
|
* @name AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
1734
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1791
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
1735
1792
|
*/
|
|
1736
1793
|
var AdServingOptimizationStatus;
|
|
1737
1794
|
(function (AdServingOptimizationStatus) {
|
|
@@ -1745,7 +1802,7 @@ var enums;
|
|
|
1745
1802
|
})(AdServingOptimizationStatus = enums.AdServingOptimizationStatus || (enums.AdServingOptimizationStatus = {}));
|
|
1746
1803
|
/**
|
|
1747
1804
|
* @name AdStrengthEnum.AdStrength
|
|
1748
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1805
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdStrengthEnum.AdStrength
|
|
1749
1806
|
*/
|
|
1750
1807
|
var AdStrength;
|
|
1751
1808
|
(function (AdStrength) {
|
|
@@ -1760,7 +1817,7 @@ var enums;
|
|
|
1760
1817
|
})(AdStrength = enums.AdStrength || (enums.AdStrength = {}));
|
|
1761
1818
|
/**
|
|
1762
1819
|
* @name AdTypeEnum.AdType
|
|
1763
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1820
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdTypeEnum.AdType
|
|
1764
1821
|
*/
|
|
1765
1822
|
var AdType;
|
|
1766
1823
|
(function (AdType) {
|
|
@@ -1793,10 +1850,11 @@ var enums;
|
|
|
1793
1850
|
AdType[AdType["VIDEO_RESPONSIVE_AD"] = 30] = "VIDEO_RESPONSIVE_AD";
|
|
1794
1851
|
AdType[AdType["SMART_CAMPAIGN_AD"] = 31] = "SMART_CAMPAIGN_AD";
|
|
1795
1852
|
AdType[AdType["CALL_AD"] = 32] = "CALL_AD";
|
|
1853
|
+
AdType[AdType["APP_PRE_REGISTRATION_AD"] = 33] = "APP_PRE_REGISTRATION_AD";
|
|
1796
1854
|
})(AdType = enums.AdType || (enums.AdType = {}));
|
|
1797
1855
|
/**
|
|
1798
1856
|
* @name AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
1799
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1857
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
1800
1858
|
*/
|
|
1801
1859
|
var AffiliateLocationFeedRelationshipType;
|
|
1802
1860
|
(function (AffiliateLocationFeedRelationshipType) {
|
|
@@ -1806,7 +1864,7 @@ var enums;
|
|
|
1806
1864
|
})(AffiliateLocationFeedRelationshipType = enums.AffiliateLocationFeedRelationshipType || (enums.AffiliateLocationFeedRelationshipType = {}));
|
|
1807
1865
|
/**
|
|
1808
1866
|
* @name AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
1809
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1867
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
1810
1868
|
*/
|
|
1811
1869
|
var AffiliateLocationPlaceholderField;
|
|
1812
1870
|
(function (AffiliateLocationPlaceholderField) {
|
|
@@ -1826,7 +1884,7 @@ var enums;
|
|
|
1826
1884
|
})(AffiliateLocationPlaceholderField = enums.AffiliateLocationPlaceholderField || (enums.AffiliateLocationPlaceholderField = {}));
|
|
1827
1885
|
/**
|
|
1828
1886
|
* @name AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
1829
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1887
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
1830
1888
|
*/
|
|
1831
1889
|
var AppCampaignAppStore;
|
|
1832
1890
|
(function (AppCampaignAppStore) {
|
|
@@ -1837,7 +1895,7 @@ var enums;
|
|
|
1837
1895
|
})(AppCampaignAppStore = enums.AppCampaignAppStore || (enums.AppCampaignAppStore = {}));
|
|
1838
1896
|
/**
|
|
1839
1897
|
* @name AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
1840
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1898
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
1841
1899
|
*/
|
|
1842
1900
|
var AppCampaignBiddingStrategyGoalType;
|
|
1843
1901
|
(function (AppCampaignBiddingStrategyGoalType) {
|
|
@@ -1847,10 +1905,12 @@ var enums;
|
|
|
1847
1905
|
AppCampaignBiddingStrategyGoalType[AppCampaignBiddingStrategyGoalType["OPTIMIZE_IN_APP_CONVERSIONS_TARGET_INSTALL_COST"] = 3] = "OPTIMIZE_IN_APP_CONVERSIONS_TARGET_INSTALL_COST";
|
|
1848
1906
|
AppCampaignBiddingStrategyGoalType[AppCampaignBiddingStrategyGoalType["OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST"] = 4] = "OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST";
|
|
1849
1907
|
AppCampaignBiddingStrategyGoalType[AppCampaignBiddingStrategyGoalType["OPTIMIZE_RETURN_ON_ADVERTISING_SPEND"] = 5] = "OPTIMIZE_RETURN_ON_ADVERTISING_SPEND";
|
|
1908
|
+
AppCampaignBiddingStrategyGoalType[AppCampaignBiddingStrategyGoalType["OPTIMIZE_PRE_REGISTRATION_CONVERSION_VOLUME"] = 6] = "OPTIMIZE_PRE_REGISTRATION_CONVERSION_VOLUME";
|
|
1909
|
+
AppCampaignBiddingStrategyGoalType[AppCampaignBiddingStrategyGoalType["OPTIMIZE_INSTALLS_WITHOUT_TARGET_INSTALL_COST"] = 7] = "OPTIMIZE_INSTALLS_WITHOUT_TARGET_INSTALL_COST";
|
|
1850
1910
|
})(AppCampaignBiddingStrategyGoalType = enums.AppCampaignBiddingStrategyGoalType || (enums.AppCampaignBiddingStrategyGoalType = {}));
|
|
1851
1911
|
/**
|
|
1852
1912
|
* @name AppPlaceholderFieldEnum.AppPlaceholderField
|
|
1853
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1913
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AppPlaceholderFieldEnum.AppPlaceholderField
|
|
1854
1914
|
*/
|
|
1855
1915
|
var AppPlaceholderField;
|
|
1856
1916
|
(function (AppPlaceholderField) {
|
|
@@ -1867,7 +1927,7 @@ var enums;
|
|
|
1867
1927
|
})(AppPlaceholderField = enums.AppPlaceholderField || (enums.AppPlaceholderField = {}));
|
|
1868
1928
|
/**
|
|
1869
1929
|
* @name AssetFieldTypeEnum.AssetFieldType
|
|
1870
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1930
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AssetFieldTypeEnum.AssetFieldType
|
|
1871
1931
|
*/
|
|
1872
1932
|
var AssetFieldType;
|
|
1873
1933
|
(function (AssetFieldType) {
|
|
@@ -1885,10 +1945,34 @@ var enums;
|
|
|
1885
1945
|
AssetFieldType[AssetFieldType["CALLOUT"] = 11] = "CALLOUT";
|
|
1886
1946
|
AssetFieldType[AssetFieldType["STRUCTURED_SNIPPET"] = 12] = "STRUCTURED_SNIPPET";
|
|
1887
1947
|
AssetFieldType[AssetFieldType["SITELINK"] = 13] = "SITELINK";
|
|
1948
|
+
AssetFieldType[AssetFieldType["MOBILE_APP"] = 14] = "MOBILE_APP";
|
|
1949
|
+
AssetFieldType[AssetFieldType["HOTEL_CALLOUT"] = 15] = "HOTEL_CALLOUT";
|
|
1950
|
+
AssetFieldType[AssetFieldType["CALL"] = 16] = "CALL";
|
|
1951
|
+
AssetFieldType[AssetFieldType["PRICE"] = 24] = "PRICE";
|
|
1952
|
+
AssetFieldType[AssetFieldType["LONG_HEADLINE"] = 17] = "LONG_HEADLINE";
|
|
1953
|
+
AssetFieldType[AssetFieldType["BUSINESS_NAME"] = 18] = "BUSINESS_NAME";
|
|
1954
|
+
AssetFieldType[AssetFieldType["SQUARE_MARKETING_IMAGE"] = 19] = "SQUARE_MARKETING_IMAGE";
|
|
1955
|
+
AssetFieldType[AssetFieldType["PORTRAIT_MARKETING_IMAGE"] = 20] = "PORTRAIT_MARKETING_IMAGE";
|
|
1956
|
+
AssetFieldType[AssetFieldType["LOGO"] = 21] = "LOGO";
|
|
1957
|
+
AssetFieldType[AssetFieldType["LANDSCAPE_LOGO"] = 22] = "LANDSCAPE_LOGO";
|
|
1958
|
+
AssetFieldType[AssetFieldType["VIDEO"] = 23] = "VIDEO";
|
|
1959
|
+
AssetFieldType[AssetFieldType["CALL_TO_ACTION_SELECTION"] = 25] = "CALL_TO_ACTION_SELECTION";
|
|
1888
1960
|
})(AssetFieldType = enums.AssetFieldType || (enums.AssetFieldType = {}));
|
|
1961
|
+
/**
|
|
1962
|
+
* @name AssetGroupStatusEnum.AssetGroupStatus
|
|
1963
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AssetGroupStatusEnum.AssetGroupStatus
|
|
1964
|
+
*/
|
|
1965
|
+
var AssetGroupStatus;
|
|
1966
|
+
(function (AssetGroupStatus) {
|
|
1967
|
+
AssetGroupStatus[AssetGroupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1968
|
+
AssetGroupStatus[AssetGroupStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1969
|
+
AssetGroupStatus[AssetGroupStatus["ENABLED"] = 2] = "ENABLED";
|
|
1970
|
+
AssetGroupStatus[AssetGroupStatus["PAUSED"] = 3] = "PAUSED";
|
|
1971
|
+
AssetGroupStatus[AssetGroupStatus["REMOVED"] = 4] = "REMOVED";
|
|
1972
|
+
})(AssetGroupStatus = enums.AssetGroupStatus || (enums.AssetGroupStatus = {}));
|
|
1889
1973
|
/**
|
|
1890
1974
|
* @name AssetLinkStatusEnum.AssetLinkStatus
|
|
1891
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1975
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AssetLinkStatusEnum.AssetLinkStatus
|
|
1892
1976
|
*/
|
|
1893
1977
|
var AssetLinkStatus;
|
|
1894
1978
|
(function (AssetLinkStatus) {
|
|
@@ -1898,9 +1982,54 @@ var enums;
|
|
|
1898
1982
|
AssetLinkStatus[AssetLinkStatus["REMOVED"] = 3] = "REMOVED";
|
|
1899
1983
|
AssetLinkStatus[AssetLinkStatus["PAUSED"] = 4] = "PAUSED";
|
|
1900
1984
|
})(AssetLinkStatus = enums.AssetLinkStatus || (enums.AssetLinkStatus = {}));
|
|
1985
|
+
/**
|
|
1986
|
+
* @name AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
1987
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
1988
|
+
*/
|
|
1989
|
+
var AssetSetAssetStatus;
|
|
1990
|
+
(function (AssetSetAssetStatus) {
|
|
1991
|
+
AssetSetAssetStatus[AssetSetAssetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1992
|
+
AssetSetAssetStatus[AssetSetAssetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1993
|
+
AssetSetAssetStatus[AssetSetAssetStatus["ENABLED"] = 2] = "ENABLED";
|
|
1994
|
+
AssetSetAssetStatus[AssetSetAssetStatus["REMOVED"] = 3] = "REMOVED";
|
|
1995
|
+
})(AssetSetAssetStatus = enums.AssetSetAssetStatus || (enums.AssetSetAssetStatus = {}));
|
|
1996
|
+
/**
|
|
1997
|
+
* @name AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
1998
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
1999
|
+
*/
|
|
2000
|
+
var AssetSetLinkStatus;
|
|
2001
|
+
(function (AssetSetLinkStatus) {
|
|
2002
|
+
AssetSetLinkStatus[AssetSetLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2003
|
+
AssetSetLinkStatus[AssetSetLinkStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2004
|
+
AssetSetLinkStatus[AssetSetLinkStatus["ENABLED"] = 2] = "ENABLED";
|
|
2005
|
+
AssetSetLinkStatus[AssetSetLinkStatus["REMOVED"] = 3] = "REMOVED";
|
|
2006
|
+
})(AssetSetLinkStatus = enums.AssetSetLinkStatus || (enums.AssetSetLinkStatus = {}));
|
|
2007
|
+
/**
|
|
2008
|
+
* @name AssetSetStatusEnum.AssetSetStatus
|
|
2009
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AssetSetStatusEnum.AssetSetStatus
|
|
2010
|
+
*/
|
|
2011
|
+
var AssetSetStatus;
|
|
2012
|
+
(function (AssetSetStatus) {
|
|
2013
|
+
AssetSetStatus[AssetSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2014
|
+
AssetSetStatus[AssetSetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2015
|
+
AssetSetStatus[AssetSetStatus["ENABLED"] = 2] = "ENABLED";
|
|
2016
|
+
AssetSetStatus[AssetSetStatus["REMOVED"] = 3] = "REMOVED";
|
|
2017
|
+
})(AssetSetStatus = enums.AssetSetStatus || (enums.AssetSetStatus = {}));
|
|
2018
|
+
/**
|
|
2019
|
+
* @name AssetSetTypeEnum.AssetSetType
|
|
2020
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AssetSetTypeEnum.AssetSetType
|
|
2021
|
+
*/
|
|
2022
|
+
var AssetSetType;
|
|
2023
|
+
(function (AssetSetType) {
|
|
2024
|
+
AssetSetType[AssetSetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2025
|
+
AssetSetType[AssetSetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2026
|
+
AssetSetType[AssetSetType["PAGE_FEED"] = 2] = "PAGE_FEED";
|
|
2027
|
+
AssetSetType[AssetSetType["DYNAMIC_EDUCATION"] = 3] = "DYNAMIC_EDUCATION";
|
|
2028
|
+
AssetSetType[AssetSetType["MERCHANT_CENTER_FEED"] = 4] = "MERCHANT_CENTER_FEED";
|
|
2029
|
+
})(AssetSetType = enums.AssetSetType || (enums.AssetSetType = {}));
|
|
1901
2030
|
/**
|
|
1902
2031
|
* @name AssetTypeEnum.AssetType
|
|
1903
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2032
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AssetTypeEnum.AssetType
|
|
1904
2033
|
*/
|
|
1905
2034
|
var AssetType;
|
|
1906
2035
|
(function (AssetType) {
|
|
@@ -1916,10 +2045,17 @@ var enums;
|
|
|
1916
2045
|
AssetType[AssetType["CALLOUT"] = 9] = "CALLOUT";
|
|
1917
2046
|
AssetType[AssetType["STRUCTURED_SNIPPET"] = 10] = "STRUCTURED_SNIPPET";
|
|
1918
2047
|
AssetType[AssetType["SITELINK"] = 11] = "SITELINK";
|
|
2048
|
+
AssetType[AssetType["PAGE_FEED"] = 12] = "PAGE_FEED";
|
|
2049
|
+
AssetType[AssetType["DYNAMIC_EDUCATION"] = 13] = "DYNAMIC_EDUCATION";
|
|
2050
|
+
AssetType[AssetType["MOBILE_APP"] = 14] = "MOBILE_APP";
|
|
2051
|
+
AssetType[AssetType["HOTEL_CALLOUT"] = 15] = "HOTEL_CALLOUT";
|
|
2052
|
+
AssetType[AssetType["CALL"] = 16] = "CALL";
|
|
2053
|
+
AssetType[AssetType["PRICE"] = 17] = "PRICE";
|
|
2054
|
+
AssetType[AssetType["CALL_TO_ACTION"] = 18] = "CALL_TO_ACTION";
|
|
1919
2055
|
})(AssetType = enums.AssetType || (enums.AssetType = {}));
|
|
1920
2056
|
/**
|
|
1921
2057
|
* @name AttributionModelEnum.AttributionModel
|
|
1922
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2058
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AttributionModelEnum.AttributionModel
|
|
1923
2059
|
*/
|
|
1924
2060
|
var AttributionModel;
|
|
1925
2061
|
(function (AttributionModel) {
|
|
@@ -1935,7 +2071,7 @@ var enums;
|
|
|
1935
2071
|
})(AttributionModel = enums.AttributionModel || (enums.AttributionModel = {}));
|
|
1936
2072
|
/**
|
|
1937
2073
|
* @name BatchJobStatusEnum.BatchJobStatus
|
|
1938
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2074
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BatchJobStatusEnum.BatchJobStatus
|
|
1939
2075
|
*/
|
|
1940
2076
|
var BatchJobStatus;
|
|
1941
2077
|
(function (BatchJobStatus) {
|
|
@@ -1947,7 +2083,7 @@ var enums;
|
|
|
1947
2083
|
})(BatchJobStatus = enums.BatchJobStatus || (enums.BatchJobStatus = {}));
|
|
1948
2084
|
/**
|
|
1949
2085
|
* @name BidModifierSourceEnum.BidModifierSource
|
|
1950
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2086
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BidModifierSourceEnum.BidModifierSource
|
|
1951
2087
|
*/
|
|
1952
2088
|
var BidModifierSource;
|
|
1953
2089
|
(function (BidModifierSource) {
|
|
@@ -1958,7 +2094,7 @@ var enums;
|
|
|
1958
2094
|
})(BidModifierSource = enums.BidModifierSource || (enums.BidModifierSource = {}));
|
|
1959
2095
|
/**
|
|
1960
2096
|
* @name BiddingSourceEnum.BiddingSource
|
|
1961
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2097
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BiddingSourceEnum.BiddingSource
|
|
1962
2098
|
*/
|
|
1963
2099
|
var BiddingSource;
|
|
1964
2100
|
(function (BiddingSource) {
|
|
@@ -1970,7 +2106,7 @@ var enums;
|
|
|
1970
2106
|
})(BiddingSource = enums.BiddingSource || (enums.BiddingSource = {}));
|
|
1971
2107
|
/**
|
|
1972
2108
|
* @name BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
1973
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2109
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
1974
2110
|
*/
|
|
1975
2111
|
var BiddingStrategyStatus;
|
|
1976
2112
|
(function (BiddingStrategyStatus) {
|
|
@@ -1981,7 +2117,7 @@ var enums;
|
|
|
1981
2117
|
})(BiddingStrategyStatus = enums.BiddingStrategyStatus || (enums.BiddingStrategyStatus = {}));
|
|
1982
2118
|
/**
|
|
1983
2119
|
* @name BiddingStrategyTypeEnum.BiddingStrategyType
|
|
1984
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2120
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BiddingStrategyTypeEnum.BiddingStrategyType
|
|
1985
2121
|
*/
|
|
1986
2122
|
var BiddingStrategyType;
|
|
1987
2123
|
(function (BiddingStrategyType) {
|
|
@@ -2006,7 +2142,7 @@ var enums;
|
|
|
2006
2142
|
})(BiddingStrategyType = enums.BiddingStrategyType || (enums.BiddingStrategyType = {}));
|
|
2007
2143
|
/**
|
|
2008
2144
|
* @name BillingSetupStatusEnum.BillingSetupStatus
|
|
2009
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2145
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BillingSetupStatusEnum.BillingSetupStatus
|
|
2010
2146
|
*/
|
|
2011
2147
|
var BillingSetupStatus;
|
|
2012
2148
|
(function (BillingSetupStatus) {
|
|
@@ -2019,7 +2155,7 @@ var enums;
|
|
|
2019
2155
|
})(BillingSetupStatus = enums.BillingSetupStatus || (enums.BillingSetupStatus = {}));
|
|
2020
2156
|
/**
|
|
2021
2157
|
* @name BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2022
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2158
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2023
2159
|
*/
|
|
2024
2160
|
var BrandSafetySuitability;
|
|
2025
2161
|
(function (BrandSafetySuitability) {
|
|
@@ -2031,7 +2167,7 @@ var enums;
|
|
|
2031
2167
|
})(BrandSafetySuitability = enums.BrandSafetySuitability || (enums.BrandSafetySuitability = {}));
|
|
2032
2168
|
/**
|
|
2033
2169
|
* @name BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2034
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2170
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2035
2171
|
*/
|
|
2036
2172
|
var BudgetDeliveryMethod;
|
|
2037
2173
|
(function (BudgetDeliveryMethod) {
|
|
@@ -2042,7 +2178,7 @@ var enums;
|
|
|
2042
2178
|
})(BudgetDeliveryMethod = enums.BudgetDeliveryMethod || (enums.BudgetDeliveryMethod = {}));
|
|
2043
2179
|
/**
|
|
2044
2180
|
* @name BudgetPeriodEnum.BudgetPeriod
|
|
2045
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2181
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BudgetPeriodEnum.BudgetPeriod
|
|
2046
2182
|
*/
|
|
2047
2183
|
var BudgetPeriod;
|
|
2048
2184
|
(function (BudgetPeriod) {
|
|
@@ -2053,7 +2189,7 @@ var enums;
|
|
|
2053
2189
|
})(BudgetPeriod = enums.BudgetPeriod || (enums.BudgetPeriod = {}));
|
|
2054
2190
|
/**
|
|
2055
2191
|
* @name BudgetStatusEnum.BudgetStatus
|
|
2056
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2192
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BudgetStatusEnum.BudgetStatus
|
|
2057
2193
|
*/
|
|
2058
2194
|
var BudgetStatus;
|
|
2059
2195
|
(function (BudgetStatus) {
|
|
@@ -2064,20 +2200,19 @@ var enums;
|
|
|
2064
2200
|
})(BudgetStatus = enums.BudgetStatus || (enums.BudgetStatus = {}));
|
|
2065
2201
|
/**
|
|
2066
2202
|
* @name BudgetTypeEnum.BudgetType
|
|
2067
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2203
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BudgetTypeEnum.BudgetType
|
|
2068
2204
|
*/
|
|
2069
2205
|
var BudgetType;
|
|
2070
2206
|
(function (BudgetType) {
|
|
2071
2207
|
BudgetType[BudgetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2072
2208
|
BudgetType[BudgetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2073
2209
|
BudgetType[BudgetType["STANDARD"] = 2] = "STANDARD";
|
|
2074
|
-
BudgetType[BudgetType["HOTEL_ADS_COMMISSION"] = 3] = "HOTEL_ADS_COMMISSION";
|
|
2075
2210
|
BudgetType[BudgetType["FIXED_CPA"] = 4] = "FIXED_CPA";
|
|
2076
2211
|
BudgetType[BudgetType["SMART_CAMPAIGN"] = 5] = "SMART_CAMPAIGN";
|
|
2077
2212
|
})(BudgetType = enums.BudgetType || (enums.BudgetType = {}));
|
|
2078
2213
|
/**
|
|
2079
2214
|
* @name CallPlaceholderFieldEnum.CallPlaceholderField
|
|
2080
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2215
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CallPlaceholderFieldEnum.CallPlaceholderField
|
|
2081
2216
|
*/
|
|
2082
2217
|
var CallPlaceholderField;
|
|
2083
2218
|
(function (CallPlaceholderField) {
|
|
@@ -2091,7 +2226,7 @@ var enums;
|
|
|
2091
2226
|
})(CallPlaceholderField = enums.CallPlaceholderField || (enums.CallPlaceholderField = {}));
|
|
2092
2227
|
/**
|
|
2093
2228
|
* @name CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2094
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2229
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2095
2230
|
*/
|
|
2096
2231
|
var CallTrackingDisplayLocation;
|
|
2097
2232
|
(function (CallTrackingDisplayLocation) {
|
|
@@ -2102,7 +2237,7 @@ var enums;
|
|
|
2102
2237
|
})(CallTrackingDisplayLocation = enums.CallTrackingDisplayLocation || (enums.CallTrackingDisplayLocation = {}));
|
|
2103
2238
|
/**
|
|
2104
2239
|
* @name CallTypeEnum.CallType
|
|
2105
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2240
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CallTypeEnum.CallType
|
|
2106
2241
|
*/
|
|
2107
2242
|
var CallType;
|
|
2108
2243
|
(function (CallType) {
|
|
@@ -2113,7 +2248,7 @@ var enums;
|
|
|
2113
2248
|
})(CallType = enums.CallType || (enums.CallType = {}));
|
|
2114
2249
|
/**
|
|
2115
2250
|
* @name CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
2116
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2251
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
2117
2252
|
*/
|
|
2118
2253
|
var CalloutPlaceholderField;
|
|
2119
2254
|
(function (CalloutPlaceholderField) {
|
|
@@ -2123,7 +2258,7 @@ var enums;
|
|
|
2123
2258
|
})(CalloutPlaceholderField = enums.CalloutPlaceholderField || (enums.CalloutPlaceholderField = {}));
|
|
2124
2259
|
/**
|
|
2125
2260
|
* @name CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2126
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2261
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2127
2262
|
*/
|
|
2128
2263
|
var CampaignCriterionStatus;
|
|
2129
2264
|
(function (CampaignCriterionStatus) {
|
|
@@ -2135,7 +2270,7 @@ var enums;
|
|
|
2135
2270
|
})(CampaignCriterionStatus = enums.CampaignCriterionStatus || (enums.CampaignCriterionStatus = {}));
|
|
2136
2271
|
/**
|
|
2137
2272
|
* @name CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2138
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2273
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2139
2274
|
*/
|
|
2140
2275
|
var CampaignDraftStatus;
|
|
2141
2276
|
(function (CampaignDraftStatus) {
|
|
@@ -2149,7 +2284,7 @@ var enums;
|
|
|
2149
2284
|
})(CampaignDraftStatus = enums.CampaignDraftStatus || (enums.CampaignDraftStatus = {}));
|
|
2150
2285
|
/**
|
|
2151
2286
|
* @name CampaignExperimentStatusEnum.CampaignExperimentStatus
|
|
2152
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2287
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignExperimentStatusEnum.CampaignExperimentStatus
|
|
2153
2288
|
*/
|
|
2154
2289
|
var CampaignExperimentStatus;
|
|
2155
2290
|
(function (CampaignExperimentStatus) {
|
|
@@ -2167,7 +2302,7 @@ var enums;
|
|
|
2167
2302
|
})(CampaignExperimentStatus = enums.CampaignExperimentStatus || (enums.CampaignExperimentStatus = {}));
|
|
2168
2303
|
/**
|
|
2169
2304
|
* @name CampaignExperimentTrafficSplitTypeEnum.CampaignExperimentTrafficSplitType
|
|
2170
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2305
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignExperimentTrafficSplitTypeEnum.CampaignExperimentTrafficSplitType
|
|
2171
2306
|
*/
|
|
2172
2307
|
var CampaignExperimentTrafficSplitType;
|
|
2173
2308
|
(function (CampaignExperimentTrafficSplitType) {
|
|
@@ -2178,7 +2313,7 @@ var enums;
|
|
|
2178
2313
|
})(CampaignExperimentTrafficSplitType = enums.CampaignExperimentTrafficSplitType || (enums.CampaignExperimentTrafficSplitType = {}));
|
|
2179
2314
|
/**
|
|
2180
2315
|
* @name CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2181
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2316
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2182
2317
|
*/
|
|
2183
2318
|
var CampaignExperimentType;
|
|
2184
2319
|
(function (CampaignExperimentType) {
|
|
@@ -2190,7 +2325,7 @@ var enums;
|
|
|
2190
2325
|
})(CampaignExperimentType = enums.CampaignExperimentType || (enums.CampaignExperimentType = {}));
|
|
2191
2326
|
/**
|
|
2192
2327
|
* @name CampaignServingStatusEnum.CampaignServingStatus
|
|
2193
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2328
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignServingStatusEnum.CampaignServingStatus
|
|
2194
2329
|
*/
|
|
2195
2330
|
var CampaignServingStatus;
|
|
2196
2331
|
(function (CampaignServingStatus) {
|
|
@@ -2204,7 +2339,7 @@ var enums;
|
|
|
2204
2339
|
})(CampaignServingStatus = enums.CampaignServingStatus || (enums.CampaignServingStatus = {}));
|
|
2205
2340
|
/**
|
|
2206
2341
|
* @name CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2207
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2342
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2208
2343
|
*/
|
|
2209
2344
|
var CampaignSharedSetStatus;
|
|
2210
2345
|
(function (CampaignSharedSetStatus) {
|
|
@@ -2215,7 +2350,7 @@ var enums;
|
|
|
2215
2350
|
})(CampaignSharedSetStatus = enums.CampaignSharedSetStatus || (enums.CampaignSharedSetStatus = {}));
|
|
2216
2351
|
/**
|
|
2217
2352
|
* @name CampaignStatusEnum.CampaignStatus
|
|
2218
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2353
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignStatusEnum.CampaignStatus
|
|
2219
2354
|
*/
|
|
2220
2355
|
var CampaignStatus;
|
|
2221
2356
|
(function (CampaignStatus) {
|
|
@@ -2227,7 +2362,7 @@ var enums;
|
|
|
2227
2362
|
})(CampaignStatus = enums.CampaignStatus || (enums.CampaignStatus = {}));
|
|
2228
2363
|
/**
|
|
2229
2364
|
* @name ChangeClientTypeEnum.ChangeClientType
|
|
2230
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2365
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ChangeClientTypeEnum.ChangeClientType
|
|
2231
2366
|
*/
|
|
2232
2367
|
var ChangeClientType;
|
|
2233
2368
|
(function (ChangeClientType) {
|
|
@@ -2248,7 +2383,7 @@ var enums;
|
|
|
2248
2383
|
})(ChangeClientType = enums.ChangeClientType || (enums.ChangeClientType = {}));
|
|
2249
2384
|
/**
|
|
2250
2385
|
* @name ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2251
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2386
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2252
2387
|
*/
|
|
2253
2388
|
var ChangeEventResourceType;
|
|
2254
2389
|
(function (ChangeEventResourceType) {
|
|
@@ -2273,7 +2408,7 @@ var enums;
|
|
|
2273
2408
|
})(ChangeEventResourceType = enums.ChangeEventResourceType || (enums.ChangeEventResourceType = {}));
|
|
2274
2409
|
/**
|
|
2275
2410
|
* @name ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2276
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2411
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2277
2412
|
*/
|
|
2278
2413
|
var ChangeStatusOperation;
|
|
2279
2414
|
(function (ChangeStatusOperation) {
|
|
@@ -2285,7 +2420,7 @@ var enums;
|
|
|
2285
2420
|
})(ChangeStatusOperation = enums.ChangeStatusOperation || (enums.ChangeStatusOperation = {}));
|
|
2286
2421
|
/**
|
|
2287
2422
|
* @name ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2288
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2423
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2289
2424
|
*/
|
|
2290
2425
|
var ChangeStatusResourceType;
|
|
2291
2426
|
(function (ChangeStatusResourceType) {
|
|
@@ -2310,7 +2445,7 @@ var enums;
|
|
|
2310
2445
|
})(ChangeStatusResourceType = enums.ChangeStatusResourceType || (enums.ChangeStatusResourceType = {}));
|
|
2311
2446
|
/**
|
|
2312
2447
|
* @name CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2313
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2448
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2314
2449
|
*/
|
|
2315
2450
|
var CombinedAudienceStatus;
|
|
2316
2451
|
(function (CombinedAudienceStatus) {
|
|
@@ -2321,7 +2456,7 @@ var enums;
|
|
|
2321
2456
|
})(CombinedAudienceStatus = enums.CombinedAudienceStatus || (enums.CombinedAudienceStatus = {}));
|
|
2322
2457
|
/**
|
|
2323
2458
|
* @name ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2324
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2459
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2325
2460
|
*/
|
|
2326
2461
|
var ConversionActionCountingType;
|
|
2327
2462
|
(function (ConversionActionCountingType) {
|
|
@@ -2332,7 +2467,7 @@ var enums;
|
|
|
2332
2467
|
})(ConversionActionCountingType = enums.ConversionActionCountingType || (enums.ConversionActionCountingType = {}));
|
|
2333
2468
|
/**
|
|
2334
2469
|
* @name ConversionActionStatusEnum.ConversionActionStatus
|
|
2335
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2470
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionActionStatusEnum.ConversionActionStatus
|
|
2336
2471
|
*/
|
|
2337
2472
|
var ConversionActionStatus;
|
|
2338
2473
|
(function (ConversionActionStatus) {
|
|
@@ -2344,7 +2479,7 @@ var enums;
|
|
|
2344
2479
|
})(ConversionActionStatus = enums.ConversionActionStatus || (enums.ConversionActionStatus = {}));
|
|
2345
2480
|
/**
|
|
2346
2481
|
* @name ConversionActionTypeEnum.ConversionActionType
|
|
2347
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2482
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionActionTypeEnum.ConversionActionType
|
|
2348
2483
|
*/
|
|
2349
2484
|
var ConversionActionType;
|
|
2350
2485
|
(function (ConversionActionType) {
|
|
@@ -2388,7 +2523,7 @@ var enums;
|
|
|
2388
2523
|
})(ConversionActionType = enums.ConversionActionType || (enums.ConversionActionType = {}));
|
|
2389
2524
|
/**
|
|
2390
2525
|
* @name ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
2391
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2526
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
2392
2527
|
*/
|
|
2393
2528
|
var ConversionAdjustmentType;
|
|
2394
2529
|
(function (ConversionAdjustmentType) {
|
|
@@ -2400,7 +2535,7 @@ var enums;
|
|
|
2400
2535
|
})(ConversionAdjustmentType = enums.ConversionAdjustmentType || (enums.ConversionAdjustmentType = {}));
|
|
2401
2536
|
/**
|
|
2402
2537
|
* @name ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
2403
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2538
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
2404
2539
|
*/
|
|
2405
2540
|
var ConversionCustomVariableStatus;
|
|
2406
2541
|
(function (ConversionCustomVariableStatus) {
|
|
@@ -2410,9 +2545,24 @@ var enums;
|
|
|
2410
2545
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["ENABLED"] = 3] = "ENABLED";
|
|
2411
2546
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["PAUSED"] = 4] = "PAUSED";
|
|
2412
2547
|
})(ConversionCustomVariableStatus = enums.ConversionCustomVariableStatus || (enums.ConversionCustomVariableStatus = {}));
|
|
2548
|
+
/**
|
|
2549
|
+
* @name ConversionOriginEnum.ConversionOrigin
|
|
2550
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionOriginEnum.ConversionOrigin
|
|
2551
|
+
*/
|
|
2552
|
+
var ConversionOrigin;
|
|
2553
|
+
(function (ConversionOrigin) {
|
|
2554
|
+
ConversionOrigin[ConversionOrigin["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2555
|
+
ConversionOrigin[ConversionOrigin["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2556
|
+
ConversionOrigin[ConversionOrigin["WEBSITE"] = 2] = "WEBSITE";
|
|
2557
|
+
ConversionOrigin[ConversionOrigin["GOOGLE_HOSTED"] = 3] = "GOOGLE_HOSTED";
|
|
2558
|
+
ConversionOrigin[ConversionOrigin["APP"] = 4] = "APP";
|
|
2559
|
+
ConversionOrigin[ConversionOrigin["CALL_FROM_ADS"] = 5] = "CALL_FROM_ADS";
|
|
2560
|
+
ConversionOrigin[ConversionOrigin["STORE"] = 6] = "STORE";
|
|
2561
|
+
ConversionOrigin[ConversionOrigin["YOUTUBE_HOSTED"] = 7] = "YOUTUBE_HOSTED";
|
|
2562
|
+
})(ConversionOrigin = enums.ConversionOrigin || (enums.ConversionOrigin = {}));
|
|
2413
2563
|
/**
|
|
2414
2564
|
* @name ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
2415
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2565
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
2416
2566
|
*/
|
|
2417
2567
|
var ConversionValueRuleSetStatus;
|
|
2418
2568
|
(function (ConversionValueRuleSetStatus) {
|
|
@@ -2424,7 +2574,7 @@ var enums;
|
|
|
2424
2574
|
})(ConversionValueRuleSetStatus = enums.ConversionValueRuleSetStatus || (enums.ConversionValueRuleSetStatus = {}));
|
|
2425
2575
|
/**
|
|
2426
2576
|
* @name ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
2427
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2577
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
2428
2578
|
*/
|
|
2429
2579
|
var ConversionValueRuleStatus;
|
|
2430
2580
|
(function (ConversionValueRuleStatus) {
|
|
@@ -2436,7 +2586,7 @@ var enums;
|
|
|
2436
2586
|
})(ConversionValueRuleStatus = enums.ConversionValueRuleStatus || (enums.ConversionValueRuleStatus = {}));
|
|
2437
2587
|
/**
|
|
2438
2588
|
* @name CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
2439
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2589
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
2440
2590
|
*/
|
|
2441
2591
|
var CriterionSystemServingStatus;
|
|
2442
2592
|
(function (CriterionSystemServingStatus) {
|
|
@@ -2447,7 +2597,7 @@ var enums;
|
|
|
2447
2597
|
})(CriterionSystemServingStatus = enums.CriterionSystemServingStatus || (enums.CriterionSystemServingStatus = {}));
|
|
2448
2598
|
/**
|
|
2449
2599
|
* @name CriterionTypeEnum.CriterionType
|
|
2450
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2600
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CriterionTypeEnum.CriterionType
|
|
2451
2601
|
*/
|
|
2452
2602
|
var CriterionType;
|
|
2453
2603
|
(function (CriterionType) {
|
|
@@ -2489,7 +2639,7 @@ var enums;
|
|
|
2489
2639
|
})(CriterionType = enums.CriterionType || (enums.CriterionType = {}));
|
|
2490
2640
|
/**
|
|
2491
2641
|
* @name CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
2492
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2642
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
2493
2643
|
*/
|
|
2494
2644
|
var CustomAudienceMemberType;
|
|
2495
2645
|
(function (CustomAudienceMemberType) {
|
|
@@ -2502,7 +2652,7 @@ var enums;
|
|
|
2502
2652
|
})(CustomAudienceMemberType = enums.CustomAudienceMemberType || (enums.CustomAudienceMemberType = {}));
|
|
2503
2653
|
/**
|
|
2504
2654
|
* @name CustomAudienceStatusEnum.CustomAudienceStatus
|
|
2505
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2655
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomAudienceStatusEnum.CustomAudienceStatus
|
|
2506
2656
|
*/
|
|
2507
2657
|
var CustomAudienceStatus;
|
|
2508
2658
|
(function (CustomAudienceStatus) {
|
|
@@ -2513,7 +2663,7 @@ var enums;
|
|
|
2513
2663
|
})(CustomAudienceStatus = enums.CustomAudienceStatus || (enums.CustomAudienceStatus = {}));
|
|
2514
2664
|
/**
|
|
2515
2665
|
* @name CustomAudienceTypeEnum.CustomAudienceType
|
|
2516
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2666
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomAudienceTypeEnum.CustomAudienceType
|
|
2517
2667
|
*/
|
|
2518
2668
|
var CustomAudienceType;
|
|
2519
2669
|
(function (CustomAudienceType) {
|
|
@@ -2524,9 +2674,20 @@ var enums;
|
|
|
2524
2674
|
CustomAudienceType[CustomAudienceType["PURCHASE_INTENT"] = 4] = "PURCHASE_INTENT";
|
|
2525
2675
|
CustomAudienceType[CustomAudienceType["SEARCH"] = 5] = "SEARCH";
|
|
2526
2676
|
})(CustomAudienceType = enums.CustomAudienceType || (enums.CustomAudienceType = {}));
|
|
2677
|
+
/**
|
|
2678
|
+
* @name CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
2679
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
2680
|
+
*/
|
|
2681
|
+
var CustomConversionGoalStatus;
|
|
2682
|
+
(function (CustomConversionGoalStatus) {
|
|
2683
|
+
CustomConversionGoalStatus[CustomConversionGoalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2684
|
+
CustomConversionGoalStatus[CustomConversionGoalStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2685
|
+
CustomConversionGoalStatus[CustomConversionGoalStatus["ENABLED"] = 2] = "ENABLED";
|
|
2686
|
+
CustomConversionGoalStatus[CustomConversionGoalStatus["REMOVED"] = 3] = "REMOVED";
|
|
2687
|
+
})(CustomConversionGoalStatus = enums.CustomConversionGoalStatus || (enums.CustomConversionGoalStatus = {}));
|
|
2527
2688
|
/**
|
|
2528
2689
|
* @name CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
2529
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2690
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
2530
2691
|
*/
|
|
2531
2692
|
var CustomInterestMemberType;
|
|
2532
2693
|
(function (CustomInterestMemberType) {
|
|
@@ -2537,7 +2698,7 @@ var enums;
|
|
|
2537
2698
|
})(CustomInterestMemberType = enums.CustomInterestMemberType || (enums.CustomInterestMemberType = {}));
|
|
2538
2699
|
/**
|
|
2539
2700
|
* @name CustomInterestStatusEnum.CustomInterestStatus
|
|
2540
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2701
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomInterestStatusEnum.CustomInterestStatus
|
|
2541
2702
|
*/
|
|
2542
2703
|
var CustomInterestStatus;
|
|
2543
2704
|
(function (CustomInterestStatus) {
|
|
@@ -2548,7 +2709,7 @@ var enums;
|
|
|
2548
2709
|
})(CustomInterestStatus = enums.CustomInterestStatus || (enums.CustomInterestStatus = {}));
|
|
2549
2710
|
/**
|
|
2550
2711
|
* @name CustomInterestTypeEnum.CustomInterestType
|
|
2551
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2712
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomInterestTypeEnum.CustomInterestType
|
|
2552
2713
|
*/
|
|
2553
2714
|
var CustomInterestType;
|
|
2554
2715
|
(function (CustomInterestType) {
|
|
@@ -2559,7 +2720,7 @@ var enums;
|
|
|
2559
2720
|
})(CustomInterestType = enums.CustomInterestType || (enums.CustomInterestType = {}));
|
|
2560
2721
|
/**
|
|
2561
2722
|
* @name CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
2562
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2723
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
2563
2724
|
*/
|
|
2564
2725
|
var CustomPlaceholderField;
|
|
2565
2726
|
(function (CustomPlaceholderField) {
|
|
@@ -2588,7 +2749,7 @@ var enums;
|
|
|
2588
2749
|
})(CustomPlaceholderField = enums.CustomPlaceholderField || (enums.CustomPlaceholderField = {}));
|
|
2589
2750
|
/**
|
|
2590
2751
|
* @name CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
2591
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2752
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
2592
2753
|
*/
|
|
2593
2754
|
var CustomerPayPerConversionEligibilityFailureReason;
|
|
2594
2755
|
(function (CustomerPayPerConversionEligibilityFailureReason) {
|
|
@@ -2602,9 +2763,31 @@ var enums;
|
|
|
2602
2763
|
CustomerPayPerConversionEligibilityFailureReason[CustomerPayPerConversionEligibilityFailureReason["ANALYSIS_NOT_COMPLETE"] = 7] = "ANALYSIS_NOT_COMPLETE";
|
|
2603
2764
|
CustomerPayPerConversionEligibilityFailureReason[CustomerPayPerConversionEligibilityFailureReason["OTHER"] = 8] = "OTHER";
|
|
2604
2765
|
})(CustomerPayPerConversionEligibilityFailureReason = enums.CustomerPayPerConversionEligibilityFailureReason || (enums.CustomerPayPerConversionEligibilityFailureReason = {}));
|
|
2766
|
+
/**
|
|
2767
|
+
* @name CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
2768
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
2769
|
+
*/
|
|
2770
|
+
var CustomizerAttributeStatus;
|
|
2771
|
+
(function (CustomizerAttributeStatus) {
|
|
2772
|
+
CustomizerAttributeStatus[CustomizerAttributeStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2773
|
+
CustomizerAttributeStatus[CustomizerAttributeStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2774
|
+
CustomizerAttributeStatus[CustomizerAttributeStatus["ENABLED"] = 2] = "ENABLED";
|
|
2775
|
+
CustomizerAttributeStatus[CustomizerAttributeStatus["REMOVED"] = 3] = "REMOVED";
|
|
2776
|
+
})(CustomizerAttributeStatus = enums.CustomizerAttributeStatus || (enums.CustomizerAttributeStatus = {}));
|
|
2777
|
+
/**
|
|
2778
|
+
* @name CustomizerValueStatusEnum.CustomizerValueStatus
|
|
2779
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomizerValueStatusEnum.CustomizerValueStatus
|
|
2780
|
+
*/
|
|
2781
|
+
var CustomizerValueStatus;
|
|
2782
|
+
(function (CustomizerValueStatus) {
|
|
2783
|
+
CustomizerValueStatus[CustomizerValueStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2784
|
+
CustomizerValueStatus[CustomizerValueStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2785
|
+
CustomizerValueStatus[CustomizerValueStatus["ENABLED"] = 2] = "ENABLED";
|
|
2786
|
+
CustomizerValueStatus[CustomizerValueStatus["REMOVED"] = 3] = "REMOVED";
|
|
2787
|
+
})(CustomizerValueStatus = enums.CustomizerValueStatus || (enums.CustomizerValueStatus = {}));
|
|
2605
2788
|
/**
|
|
2606
2789
|
* @name DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
2607
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2790
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
2608
2791
|
*/
|
|
2609
2792
|
var DataDrivenModelStatus;
|
|
2610
2793
|
(function (DataDrivenModelStatus) {
|
|
@@ -2617,7 +2800,7 @@ var enums;
|
|
|
2617
2800
|
})(DataDrivenModelStatus = enums.DataDrivenModelStatus || (enums.DataDrivenModelStatus = {}));
|
|
2618
2801
|
/**
|
|
2619
2802
|
* @name DistanceBucketEnum.DistanceBucket
|
|
2620
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2803
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/DistanceBucketEnum.DistanceBucket
|
|
2621
2804
|
*/
|
|
2622
2805
|
var DistanceBucket;
|
|
2623
2806
|
(function (DistanceBucket) {
|
|
@@ -2653,7 +2836,7 @@ var enums;
|
|
|
2653
2836
|
})(DistanceBucket = enums.DistanceBucket || (enums.DistanceBucket = {}));
|
|
2654
2837
|
/**
|
|
2655
2838
|
* @name DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
2656
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2839
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
2657
2840
|
*/
|
|
2658
2841
|
var DsaPageFeedCriterionField;
|
|
2659
2842
|
(function (DsaPageFeedCriterionField) {
|
|
@@ -2664,7 +2847,7 @@ var enums;
|
|
|
2664
2847
|
})(DsaPageFeedCriterionField = enums.DsaPageFeedCriterionField || (enums.DsaPageFeedCriterionField = {}));
|
|
2665
2848
|
/**
|
|
2666
2849
|
* @name EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
2667
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2850
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
2668
2851
|
*/
|
|
2669
2852
|
var EducationPlaceholderField;
|
|
2670
2853
|
(function (EducationPlaceholderField) {
|
|
@@ -2690,7 +2873,7 @@ var enums;
|
|
|
2690
2873
|
})(EducationPlaceholderField = enums.EducationPlaceholderField || (enums.EducationPlaceholderField = {}));
|
|
2691
2874
|
/**
|
|
2692
2875
|
* @name ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
2693
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2876
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
2694
2877
|
*/
|
|
2695
2878
|
var ExtensionSettingDevice;
|
|
2696
2879
|
(function (ExtensionSettingDevice) {
|
|
@@ -2701,7 +2884,7 @@ var enums;
|
|
|
2701
2884
|
})(ExtensionSettingDevice = enums.ExtensionSettingDevice || (enums.ExtensionSettingDevice = {}));
|
|
2702
2885
|
/**
|
|
2703
2886
|
* @name ExtensionTypeEnum.ExtensionType
|
|
2704
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2887
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ExtensionTypeEnum.ExtensionType
|
|
2705
2888
|
*/
|
|
2706
2889
|
var ExtensionType;
|
|
2707
2890
|
(function (ExtensionType) {
|
|
@@ -2723,7 +2906,7 @@ var enums;
|
|
|
2723
2906
|
})(ExtensionType = enums.ExtensionType || (enums.ExtensionType = {}));
|
|
2724
2907
|
/**
|
|
2725
2908
|
* @name FeedAttributeTypeEnum.FeedAttributeType
|
|
2726
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2909
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedAttributeTypeEnum.FeedAttributeType
|
|
2727
2910
|
*/
|
|
2728
2911
|
var FeedAttributeType;
|
|
2729
2912
|
(function (FeedAttributeType) {
|
|
@@ -2745,7 +2928,7 @@ var enums;
|
|
|
2745
2928
|
})(FeedAttributeType = enums.FeedAttributeType || (enums.FeedAttributeType = {}));
|
|
2746
2929
|
/**
|
|
2747
2930
|
* @name FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
2748
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2931
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
2749
2932
|
*/
|
|
2750
2933
|
var FeedItemQualityApprovalStatus;
|
|
2751
2934
|
(function (FeedItemQualityApprovalStatus) {
|
|
@@ -2756,7 +2939,7 @@ var enums;
|
|
|
2756
2939
|
})(FeedItemQualityApprovalStatus = enums.FeedItemQualityApprovalStatus || (enums.FeedItemQualityApprovalStatus = {}));
|
|
2757
2940
|
/**
|
|
2758
2941
|
* @name FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
2759
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2942
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
2760
2943
|
*/
|
|
2761
2944
|
var FeedItemQualityDisapprovalReason;
|
|
2762
2945
|
(function (FeedItemQualityDisapprovalReason) {
|
|
@@ -2783,7 +2966,7 @@ var enums;
|
|
|
2783
2966
|
})(FeedItemQualityDisapprovalReason = enums.FeedItemQualityDisapprovalReason || (enums.FeedItemQualityDisapprovalReason = {}));
|
|
2784
2967
|
/**
|
|
2785
2968
|
* @name FeedItemSetStatusEnum.FeedItemSetStatus
|
|
2786
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2969
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemSetStatusEnum.FeedItemSetStatus
|
|
2787
2970
|
*/
|
|
2788
2971
|
var FeedItemSetStatus;
|
|
2789
2972
|
(function (FeedItemSetStatus) {
|
|
@@ -2794,7 +2977,7 @@ var enums;
|
|
|
2794
2977
|
})(FeedItemSetStatus = enums.FeedItemSetStatus || (enums.FeedItemSetStatus = {}));
|
|
2795
2978
|
/**
|
|
2796
2979
|
* @name FeedItemStatusEnum.FeedItemStatus
|
|
2797
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2980
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemStatusEnum.FeedItemStatus
|
|
2798
2981
|
*/
|
|
2799
2982
|
var FeedItemStatus;
|
|
2800
2983
|
(function (FeedItemStatus) {
|
|
@@ -2805,7 +2988,7 @@ var enums;
|
|
|
2805
2988
|
})(FeedItemStatus = enums.FeedItemStatus || (enums.FeedItemStatus = {}));
|
|
2806
2989
|
/**
|
|
2807
2990
|
* @name FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
2808
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2991
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
2809
2992
|
*/
|
|
2810
2993
|
var FeedItemTargetDevice;
|
|
2811
2994
|
(function (FeedItemTargetDevice) {
|
|
@@ -2815,7 +2998,7 @@ var enums;
|
|
|
2815
2998
|
})(FeedItemTargetDevice = enums.FeedItemTargetDevice || (enums.FeedItemTargetDevice = {}));
|
|
2816
2999
|
/**
|
|
2817
3000
|
* @name FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
2818
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3001
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
2819
3002
|
*/
|
|
2820
3003
|
var FeedItemTargetStatus;
|
|
2821
3004
|
(function (FeedItemTargetStatus) {
|
|
@@ -2826,7 +3009,7 @@ var enums;
|
|
|
2826
3009
|
})(FeedItemTargetStatus = enums.FeedItemTargetStatus || (enums.FeedItemTargetStatus = {}));
|
|
2827
3010
|
/**
|
|
2828
3011
|
* @name FeedItemTargetTypeEnum.FeedItemTargetType
|
|
2829
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3012
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemTargetTypeEnum.FeedItemTargetType
|
|
2830
3013
|
*/
|
|
2831
3014
|
var FeedItemTargetType;
|
|
2832
3015
|
(function (FeedItemTargetType) {
|
|
@@ -2838,7 +3021,7 @@ var enums;
|
|
|
2838
3021
|
})(FeedItemTargetType = enums.FeedItemTargetType || (enums.FeedItemTargetType = {}));
|
|
2839
3022
|
/**
|
|
2840
3023
|
* @name FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
2841
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3024
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
2842
3025
|
*/
|
|
2843
3026
|
var FeedItemValidationStatus;
|
|
2844
3027
|
(function (FeedItemValidationStatus) {
|
|
@@ -2850,7 +3033,7 @@ var enums;
|
|
|
2850
3033
|
})(FeedItemValidationStatus = enums.FeedItemValidationStatus || (enums.FeedItemValidationStatus = {}));
|
|
2851
3034
|
/**
|
|
2852
3035
|
* @name FeedLinkStatusEnum.FeedLinkStatus
|
|
2853
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3036
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedLinkStatusEnum.FeedLinkStatus
|
|
2854
3037
|
*/
|
|
2855
3038
|
var FeedLinkStatus;
|
|
2856
3039
|
(function (FeedLinkStatus) {
|
|
@@ -2861,7 +3044,7 @@ var enums;
|
|
|
2861
3044
|
})(FeedLinkStatus = enums.FeedLinkStatus || (enums.FeedLinkStatus = {}));
|
|
2862
3045
|
/**
|
|
2863
3046
|
* @name FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
2864
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3047
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
2865
3048
|
*/
|
|
2866
3049
|
var FeedMappingCriterionType;
|
|
2867
3050
|
(function (FeedMappingCriterionType) {
|
|
@@ -2872,7 +3055,7 @@ var enums;
|
|
|
2872
3055
|
})(FeedMappingCriterionType = enums.FeedMappingCriterionType || (enums.FeedMappingCriterionType = {}));
|
|
2873
3056
|
/**
|
|
2874
3057
|
* @name FeedMappingStatusEnum.FeedMappingStatus
|
|
2875
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3058
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedMappingStatusEnum.FeedMappingStatus
|
|
2876
3059
|
*/
|
|
2877
3060
|
var FeedMappingStatus;
|
|
2878
3061
|
(function (FeedMappingStatus) {
|
|
@@ -2883,7 +3066,7 @@ var enums;
|
|
|
2883
3066
|
})(FeedMappingStatus = enums.FeedMappingStatus || (enums.FeedMappingStatus = {}));
|
|
2884
3067
|
/**
|
|
2885
3068
|
* @name FeedOriginEnum.FeedOrigin
|
|
2886
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3069
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedOriginEnum.FeedOrigin
|
|
2887
3070
|
*/
|
|
2888
3071
|
var FeedOrigin;
|
|
2889
3072
|
(function (FeedOrigin) {
|
|
@@ -2894,7 +3077,7 @@ var enums;
|
|
|
2894
3077
|
})(FeedOrigin = enums.FeedOrigin || (enums.FeedOrigin = {}));
|
|
2895
3078
|
/**
|
|
2896
3079
|
* @name FeedStatusEnum.FeedStatus
|
|
2897
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3080
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedStatusEnum.FeedStatus
|
|
2898
3081
|
*/
|
|
2899
3082
|
var FeedStatus;
|
|
2900
3083
|
(function (FeedStatus) {
|
|
@@ -2905,7 +3088,7 @@ var enums;
|
|
|
2905
3088
|
})(FeedStatus = enums.FeedStatus || (enums.FeedStatus = {}));
|
|
2906
3089
|
/**
|
|
2907
3090
|
* @name FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
2908
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3091
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
2909
3092
|
*/
|
|
2910
3093
|
var FlightPlaceholderField;
|
|
2911
3094
|
(function (FlightPlaceholderField) {
|
|
@@ -2931,7 +3114,7 @@ var enums;
|
|
|
2931
3114
|
})(FlightPlaceholderField = enums.FlightPlaceholderField || (enums.FlightPlaceholderField = {}));
|
|
2932
3115
|
/**
|
|
2933
3116
|
* @name GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
2934
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3117
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
2935
3118
|
*/
|
|
2936
3119
|
var GeoTargetConstantStatus;
|
|
2937
3120
|
(function (GeoTargetConstantStatus) {
|
|
@@ -2942,7 +3125,7 @@ var enums;
|
|
|
2942
3125
|
})(GeoTargetConstantStatus = enums.GeoTargetConstantStatus || (enums.GeoTargetConstantStatus = {}));
|
|
2943
3126
|
/**
|
|
2944
3127
|
* @name GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
2945
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3128
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
2946
3129
|
*/
|
|
2947
3130
|
var GeoTargetingRestriction;
|
|
2948
3131
|
(function (GeoTargetingRestriction) {
|
|
@@ -2952,7 +3135,7 @@ var enums;
|
|
|
2952
3135
|
})(GeoTargetingRestriction = enums.GeoTargetingRestriction || (enums.GeoTargetingRestriction = {}));
|
|
2953
3136
|
/**
|
|
2954
3137
|
* @name GeoTargetingTypeEnum.GeoTargetingType
|
|
2955
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3138
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/GeoTargetingTypeEnum.GeoTargetingType
|
|
2956
3139
|
*/
|
|
2957
3140
|
var GeoTargetingType;
|
|
2958
3141
|
(function (GeoTargetingType) {
|
|
@@ -2961,9 +3144,20 @@ var enums;
|
|
|
2961
3144
|
GeoTargetingType[GeoTargetingType["AREA_OF_INTEREST"] = 2] = "AREA_OF_INTEREST";
|
|
2962
3145
|
GeoTargetingType[GeoTargetingType["LOCATION_OF_PRESENCE"] = 3] = "LOCATION_OF_PRESENCE";
|
|
2963
3146
|
})(GeoTargetingType = enums.GeoTargetingType || (enums.GeoTargetingType = {}));
|
|
3147
|
+
/**
|
|
3148
|
+
* @name GoalConfigLevelEnum.GoalConfigLevel
|
|
3149
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/GoalConfigLevelEnum.GoalConfigLevel
|
|
3150
|
+
*/
|
|
3151
|
+
var GoalConfigLevel;
|
|
3152
|
+
(function (GoalConfigLevel) {
|
|
3153
|
+
GoalConfigLevel[GoalConfigLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3154
|
+
GoalConfigLevel[GoalConfigLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3155
|
+
GoalConfigLevel[GoalConfigLevel["CUSTOMER"] = 2] = "CUSTOMER";
|
|
3156
|
+
GoalConfigLevel[GoalConfigLevel["CAMPAIGN"] = 3] = "CAMPAIGN";
|
|
3157
|
+
})(GoalConfigLevel = enums.GoalConfigLevel || (enums.GoalConfigLevel = {}));
|
|
2964
3158
|
/**
|
|
2965
3159
|
* @name GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
2966
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3160
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
2967
3161
|
*/
|
|
2968
3162
|
var GoogleAdsFieldCategory;
|
|
2969
3163
|
(function (GoogleAdsFieldCategory) {
|
|
@@ -2976,7 +3170,7 @@ var enums;
|
|
|
2976
3170
|
})(GoogleAdsFieldCategory = enums.GoogleAdsFieldCategory || (enums.GoogleAdsFieldCategory = {}));
|
|
2977
3171
|
/**
|
|
2978
3172
|
* @name GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
2979
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3173
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
2980
3174
|
*/
|
|
2981
3175
|
var GoogleAdsFieldDataType;
|
|
2982
3176
|
(function (GoogleAdsFieldDataType) {
|
|
@@ -2996,7 +3190,7 @@ var enums;
|
|
|
2996
3190
|
})(GoogleAdsFieldDataType = enums.GoogleAdsFieldDataType || (enums.GoogleAdsFieldDataType = {}));
|
|
2997
3191
|
/**
|
|
2998
3192
|
* @name GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
2999
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3193
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3000
3194
|
*/
|
|
3001
3195
|
var GoogleVoiceCallStatus;
|
|
3002
3196
|
(function (GoogleVoiceCallStatus) {
|
|
@@ -3007,7 +3201,7 @@ var enums;
|
|
|
3007
3201
|
})(GoogleVoiceCallStatus = enums.GoogleVoiceCallStatus || (enums.GoogleVoiceCallStatus = {}));
|
|
3008
3202
|
/**
|
|
3009
3203
|
* @name HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
3010
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3204
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
3011
3205
|
*/
|
|
3012
3206
|
var HotelPlaceholderField;
|
|
3013
3207
|
(function (HotelPlaceholderField) {
|
|
@@ -3034,9 +3228,22 @@ var enums;
|
|
|
3034
3228
|
HotelPlaceholderField[HotelPlaceholderField["IOS_APP_LINK"] = 20] = "IOS_APP_LINK";
|
|
3035
3229
|
HotelPlaceholderField[HotelPlaceholderField["IOS_APP_STORE_ID"] = 21] = "IOS_APP_STORE_ID";
|
|
3036
3230
|
})(HotelPlaceholderField = enums.HotelPlaceholderField || (enums.HotelPlaceholderField = {}));
|
|
3231
|
+
/**
|
|
3232
|
+
* @name HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3233
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3234
|
+
*/
|
|
3235
|
+
var HotelReconciliationStatus;
|
|
3236
|
+
(function (HotelReconciliationStatus) {
|
|
3237
|
+
HotelReconciliationStatus[HotelReconciliationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3238
|
+
HotelReconciliationStatus[HotelReconciliationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3239
|
+
HotelReconciliationStatus[HotelReconciliationStatus["RESERVATION_ENABLED"] = 2] = "RESERVATION_ENABLED";
|
|
3240
|
+
HotelReconciliationStatus[HotelReconciliationStatus["RECONCILIATION_NEEDED"] = 3] = "RECONCILIATION_NEEDED";
|
|
3241
|
+
HotelReconciliationStatus[HotelReconciliationStatus["RECONCILED"] = 4] = "RECONCILED";
|
|
3242
|
+
HotelReconciliationStatus[HotelReconciliationStatus["CANCELED"] = 5] = "CANCELED";
|
|
3243
|
+
})(HotelReconciliationStatus = enums.HotelReconciliationStatus || (enums.HotelReconciliationStatus = {}));
|
|
3037
3244
|
/**
|
|
3038
3245
|
* @name ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
3039
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3246
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
3040
3247
|
*/
|
|
3041
3248
|
var ImagePlaceholderField;
|
|
3042
3249
|
(function (ImagePlaceholderField) {
|
|
@@ -3046,7 +3253,7 @@ var enums;
|
|
|
3046
3253
|
})(ImagePlaceholderField = enums.ImagePlaceholderField || (enums.ImagePlaceholderField = {}));
|
|
3047
3254
|
/**
|
|
3048
3255
|
* @name InvoiceTypeEnum.InvoiceType
|
|
3049
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3256
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/InvoiceTypeEnum.InvoiceType
|
|
3050
3257
|
*/
|
|
3051
3258
|
var InvoiceType;
|
|
3052
3259
|
(function (InvoiceType) {
|
|
@@ -3057,7 +3264,7 @@ var enums;
|
|
|
3057
3264
|
})(InvoiceType = enums.InvoiceType || (enums.InvoiceType = {}));
|
|
3058
3265
|
/**
|
|
3059
3266
|
* @name JobPlaceholderFieldEnum.JobPlaceholderField
|
|
3060
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3267
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/JobPlaceholderFieldEnum.JobPlaceholderField
|
|
3061
3268
|
*/
|
|
3062
3269
|
var JobPlaceholderField;
|
|
3063
3270
|
(function (JobPlaceholderField) {
|
|
@@ -3083,7 +3290,7 @@ var enums;
|
|
|
3083
3290
|
})(JobPlaceholderField = enums.JobPlaceholderField || (enums.JobPlaceholderField = {}));
|
|
3084
3291
|
/**
|
|
3085
3292
|
* @name KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3086
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3293
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3087
3294
|
*/
|
|
3088
3295
|
var KeywordPlanForecastInterval;
|
|
3089
3296
|
(function (KeywordPlanForecastInterval) {
|
|
@@ -3095,7 +3302,7 @@ var enums;
|
|
|
3095
3302
|
})(KeywordPlanForecastInterval = enums.KeywordPlanForecastInterval || (enums.KeywordPlanForecastInterval = {}));
|
|
3096
3303
|
/**
|
|
3097
3304
|
* @name KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3098
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3305
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3099
3306
|
*/
|
|
3100
3307
|
var KeywordPlanKeywordAnnotation;
|
|
3101
3308
|
(function (KeywordPlanKeywordAnnotation) {
|
|
@@ -3105,7 +3312,7 @@ var enums;
|
|
|
3105
3312
|
})(KeywordPlanKeywordAnnotation = enums.KeywordPlanKeywordAnnotation || (enums.KeywordPlanKeywordAnnotation = {}));
|
|
3106
3313
|
/**
|
|
3107
3314
|
* @name KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3108
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3315
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3109
3316
|
*/
|
|
3110
3317
|
var KeywordPlanNetwork;
|
|
3111
3318
|
(function (KeywordPlanNetwork) {
|
|
@@ -3116,7 +3323,7 @@ var enums;
|
|
|
3116
3323
|
})(KeywordPlanNetwork = enums.KeywordPlanNetwork || (enums.KeywordPlanNetwork = {}));
|
|
3117
3324
|
/**
|
|
3118
3325
|
* @name LabelStatusEnum.LabelStatus
|
|
3119
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3326
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LabelStatusEnum.LabelStatus
|
|
3120
3327
|
*/
|
|
3121
3328
|
var LabelStatus;
|
|
3122
3329
|
(function (LabelStatus) {
|
|
@@ -3127,7 +3334,7 @@ var enums;
|
|
|
3127
3334
|
})(LabelStatus = enums.LabelStatus || (enums.LabelStatus = {}));
|
|
3128
3335
|
/**
|
|
3129
3336
|
* @name LinkedAccountTypeEnum.LinkedAccountType
|
|
3130
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3337
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LinkedAccountTypeEnum.LinkedAccountType
|
|
3131
3338
|
*/
|
|
3132
3339
|
var LinkedAccountType;
|
|
3133
3340
|
(function (LinkedAccountType) {
|
|
@@ -3137,9 +3344,96 @@ var enums;
|
|
|
3137
3344
|
LinkedAccountType[LinkedAccountType["DATA_PARTNER"] = 3] = "DATA_PARTNER";
|
|
3138
3345
|
LinkedAccountType[LinkedAccountType["GOOGLE_ADS"] = 4] = "GOOGLE_ADS";
|
|
3139
3346
|
})(LinkedAccountType = enums.LinkedAccountType || (enums.LinkedAccountType = {}));
|
|
3347
|
+
/**
|
|
3348
|
+
* @name ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
|
|
3349
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
|
|
3350
|
+
*/
|
|
3351
|
+
var ListingGroupFilterBiddingCategoryLevel;
|
|
3352
|
+
(function (ListingGroupFilterBiddingCategoryLevel) {
|
|
3353
|
+
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3354
|
+
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3355
|
+
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["LEVEL1"] = 2] = "LEVEL1";
|
|
3356
|
+
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["LEVEL2"] = 3] = "LEVEL2";
|
|
3357
|
+
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["LEVEL3"] = 4] = "LEVEL3";
|
|
3358
|
+
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["LEVEL4"] = 5] = "LEVEL4";
|
|
3359
|
+
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["LEVEL5"] = 6] = "LEVEL5";
|
|
3360
|
+
})(ListingGroupFilterBiddingCategoryLevel = enums.ListingGroupFilterBiddingCategoryLevel || (enums.ListingGroupFilterBiddingCategoryLevel = {}));
|
|
3361
|
+
/**
|
|
3362
|
+
* @name ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3363
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3364
|
+
*/
|
|
3365
|
+
var ListingGroupFilterCustomAttributeIndex;
|
|
3366
|
+
(function (ListingGroupFilterCustomAttributeIndex) {
|
|
3367
|
+
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3368
|
+
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3369
|
+
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["INDEX0"] = 2] = "INDEX0";
|
|
3370
|
+
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["INDEX1"] = 3] = "INDEX1";
|
|
3371
|
+
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["INDEX2"] = 4] = "INDEX2";
|
|
3372
|
+
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["INDEX3"] = 5] = "INDEX3";
|
|
3373
|
+
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["INDEX4"] = 6] = "INDEX4";
|
|
3374
|
+
})(ListingGroupFilterCustomAttributeIndex = enums.ListingGroupFilterCustomAttributeIndex || (enums.ListingGroupFilterCustomAttributeIndex = {}));
|
|
3375
|
+
/**
|
|
3376
|
+
* @name ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3377
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3378
|
+
*/
|
|
3379
|
+
var ListingGroupFilterProductChannel;
|
|
3380
|
+
(function (ListingGroupFilterProductChannel) {
|
|
3381
|
+
ListingGroupFilterProductChannel[ListingGroupFilterProductChannel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3382
|
+
ListingGroupFilterProductChannel[ListingGroupFilterProductChannel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3383
|
+
ListingGroupFilterProductChannel[ListingGroupFilterProductChannel["ONLINE"] = 2] = "ONLINE";
|
|
3384
|
+
ListingGroupFilterProductChannel[ListingGroupFilterProductChannel["LOCAL"] = 3] = "LOCAL";
|
|
3385
|
+
})(ListingGroupFilterProductChannel = enums.ListingGroupFilterProductChannel || (enums.ListingGroupFilterProductChannel = {}));
|
|
3386
|
+
/**
|
|
3387
|
+
* @name ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3388
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3389
|
+
*/
|
|
3390
|
+
var ListingGroupFilterProductCondition;
|
|
3391
|
+
(function (ListingGroupFilterProductCondition) {
|
|
3392
|
+
ListingGroupFilterProductCondition[ListingGroupFilterProductCondition["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3393
|
+
ListingGroupFilterProductCondition[ListingGroupFilterProductCondition["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3394
|
+
ListingGroupFilterProductCondition[ListingGroupFilterProductCondition["NEW"] = 2] = "NEW";
|
|
3395
|
+
ListingGroupFilterProductCondition[ListingGroupFilterProductCondition["REFURBISHED"] = 3] = "REFURBISHED";
|
|
3396
|
+
ListingGroupFilterProductCondition[ListingGroupFilterProductCondition["USED"] = 4] = "USED";
|
|
3397
|
+
})(ListingGroupFilterProductCondition = enums.ListingGroupFilterProductCondition || (enums.ListingGroupFilterProductCondition = {}));
|
|
3398
|
+
/**
|
|
3399
|
+
* @name ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3400
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3401
|
+
*/
|
|
3402
|
+
var ListingGroupFilterProductTypeLevel;
|
|
3403
|
+
(function (ListingGroupFilterProductTypeLevel) {
|
|
3404
|
+
ListingGroupFilterProductTypeLevel[ListingGroupFilterProductTypeLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3405
|
+
ListingGroupFilterProductTypeLevel[ListingGroupFilterProductTypeLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3406
|
+
ListingGroupFilterProductTypeLevel[ListingGroupFilterProductTypeLevel["LEVEL1"] = 2] = "LEVEL1";
|
|
3407
|
+
ListingGroupFilterProductTypeLevel[ListingGroupFilterProductTypeLevel["LEVEL2"] = 3] = "LEVEL2";
|
|
3408
|
+
ListingGroupFilterProductTypeLevel[ListingGroupFilterProductTypeLevel["LEVEL3"] = 4] = "LEVEL3";
|
|
3409
|
+
ListingGroupFilterProductTypeLevel[ListingGroupFilterProductTypeLevel["LEVEL4"] = 5] = "LEVEL4";
|
|
3410
|
+
ListingGroupFilterProductTypeLevel[ListingGroupFilterProductTypeLevel["LEVEL5"] = 6] = "LEVEL5";
|
|
3411
|
+
})(ListingGroupFilterProductTypeLevel = enums.ListingGroupFilterProductTypeLevel || (enums.ListingGroupFilterProductTypeLevel = {}));
|
|
3412
|
+
/**
|
|
3413
|
+
* @name ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3414
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3415
|
+
*/
|
|
3416
|
+
var ListingGroupFilterType;
|
|
3417
|
+
(function (ListingGroupFilterType) {
|
|
3418
|
+
ListingGroupFilterType[ListingGroupFilterType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3419
|
+
ListingGroupFilterType[ListingGroupFilterType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3420
|
+
ListingGroupFilterType[ListingGroupFilterType["SUBDIVISION"] = 2] = "SUBDIVISION";
|
|
3421
|
+
ListingGroupFilterType[ListingGroupFilterType["UNIT_INCLUDED"] = 3] = "UNIT_INCLUDED";
|
|
3422
|
+
ListingGroupFilterType[ListingGroupFilterType["UNIT_EXCLUDED"] = 4] = "UNIT_EXCLUDED";
|
|
3423
|
+
})(ListingGroupFilterType = enums.ListingGroupFilterType || (enums.ListingGroupFilterType = {}));
|
|
3424
|
+
/**
|
|
3425
|
+
* @name ListingGroupFilterVerticalEnum.ListingGroupFilterVertical
|
|
3426
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ListingGroupFilterVerticalEnum.ListingGroupFilterVertical
|
|
3427
|
+
*/
|
|
3428
|
+
var ListingGroupFilterVertical;
|
|
3429
|
+
(function (ListingGroupFilterVertical) {
|
|
3430
|
+
ListingGroupFilterVertical[ListingGroupFilterVertical["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3431
|
+
ListingGroupFilterVertical[ListingGroupFilterVertical["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3432
|
+
ListingGroupFilterVertical[ListingGroupFilterVertical["SHOPPING"] = 2] = "SHOPPING";
|
|
3433
|
+
})(ListingGroupFilterVertical = enums.ListingGroupFilterVertical || (enums.ListingGroupFilterVertical = {}));
|
|
3140
3434
|
/**
|
|
3141
3435
|
* @name LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
3142
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3436
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
3143
3437
|
*/
|
|
3144
3438
|
var LocalPlaceholderField;
|
|
3145
3439
|
(function (LocalPlaceholderField) {
|
|
@@ -3167,7 +3461,7 @@ var enums;
|
|
|
3167
3461
|
})(LocalPlaceholderField = enums.LocalPlaceholderField || (enums.LocalPlaceholderField = {}));
|
|
3168
3462
|
/**
|
|
3169
3463
|
* @name LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
3170
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3464
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
3171
3465
|
*/
|
|
3172
3466
|
var LocationExtensionTargetingCriterionField;
|
|
3173
3467
|
(function (LocationExtensionTargetingCriterionField) {
|
|
@@ -3182,7 +3476,7 @@ var enums;
|
|
|
3182
3476
|
})(LocationExtensionTargetingCriterionField = enums.LocationExtensionTargetingCriterionField || (enums.LocationExtensionTargetingCriterionField = {}));
|
|
3183
3477
|
/**
|
|
3184
3478
|
* @name LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
3185
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3479
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
3186
3480
|
*/
|
|
3187
3481
|
var LocationPlaceholderField;
|
|
3188
3482
|
(function (LocationPlaceholderField) {
|
|
@@ -3199,7 +3493,7 @@ var enums;
|
|
|
3199
3493
|
})(LocationPlaceholderField = enums.LocationPlaceholderField || (enums.LocationPlaceholderField = {}));
|
|
3200
3494
|
/**
|
|
3201
3495
|
* @name LocationSourceTypeEnum.LocationSourceType
|
|
3202
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3496
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LocationSourceTypeEnum.LocationSourceType
|
|
3203
3497
|
*/
|
|
3204
3498
|
var LocationSourceType;
|
|
3205
3499
|
(function (LocationSourceType) {
|
|
@@ -3210,7 +3504,7 @@ var enums;
|
|
|
3210
3504
|
})(LocationSourceType = enums.LocationSourceType || (enums.LocationSourceType = {}));
|
|
3211
3505
|
/**
|
|
3212
3506
|
* @name ManagerLinkStatusEnum.ManagerLinkStatus
|
|
3213
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3507
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ManagerLinkStatusEnum.ManagerLinkStatus
|
|
3214
3508
|
*/
|
|
3215
3509
|
var ManagerLinkStatus;
|
|
3216
3510
|
(function (ManagerLinkStatus) {
|
|
@@ -3224,7 +3518,7 @@ var enums;
|
|
|
3224
3518
|
})(ManagerLinkStatus = enums.ManagerLinkStatus || (enums.ManagerLinkStatus = {}));
|
|
3225
3519
|
/**
|
|
3226
3520
|
* @name MediaTypeEnum.MediaType
|
|
3227
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3521
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/MediaTypeEnum.MediaType
|
|
3228
3522
|
*/
|
|
3229
3523
|
var MediaType;
|
|
3230
3524
|
(function (MediaType) {
|
|
@@ -3239,7 +3533,7 @@ var enums;
|
|
|
3239
3533
|
})(MediaType = enums.MediaType || (enums.MediaType = {}));
|
|
3240
3534
|
/**
|
|
3241
3535
|
* @name MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
3242
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3536
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
3243
3537
|
*/
|
|
3244
3538
|
var MerchantCenterLinkStatus;
|
|
3245
3539
|
(function (MerchantCenterLinkStatus) {
|
|
@@ -3250,7 +3544,7 @@ var enums;
|
|
|
3250
3544
|
})(MerchantCenterLinkStatus = enums.MerchantCenterLinkStatus || (enums.MerchantCenterLinkStatus = {}));
|
|
3251
3545
|
/**
|
|
3252
3546
|
* @name MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
3253
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3547
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
3254
3548
|
*/
|
|
3255
3549
|
var MessagePlaceholderField;
|
|
3256
3550
|
(function (MessagePlaceholderField) {
|
|
@@ -3262,20 +3556,9 @@ var enums;
|
|
|
3262
3556
|
MessagePlaceholderField[MessagePlaceholderField["MESSAGE_EXTENSION_TEXT"] = 5] = "MESSAGE_EXTENSION_TEXT";
|
|
3263
3557
|
MessagePlaceholderField[MessagePlaceholderField["MESSAGE_TEXT"] = 6] = "MESSAGE_TEXT";
|
|
3264
3558
|
})(MessagePlaceholderField = enums.MessagePlaceholderField || (enums.MessagePlaceholderField = {}));
|
|
3265
|
-
/**
|
|
3266
|
-
* @name MobileAppVendorEnum.MobileAppVendor
|
|
3267
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v8/MobileAppVendorEnum.MobileAppVendor
|
|
3268
|
-
*/
|
|
3269
|
-
var MobileAppVendor;
|
|
3270
|
-
(function (MobileAppVendor) {
|
|
3271
|
-
MobileAppVendor[MobileAppVendor["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3272
|
-
MobileAppVendor[MobileAppVendor["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3273
|
-
MobileAppVendor[MobileAppVendor["APPLE_APP_STORE"] = 2] = "APPLE_APP_STORE";
|
|
3274
|
-
MobileAppVendor[MobileAppVendor["GOOGLE_APP_STORE"] = 3] = "GOOGLE_APP_STORE";
|
|
3275
|
-
})(MobileAppVendor = enums.MobileAppVendor || (enums.MobileAppVendor = {}));
|
|
3276
3559
|
/**
|
|
3277
3560
|
* @name MobileDeviceTypeEnum.MobileDeviceType
|
|
3278
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3561
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/MobileDeviceTypeEnum.MobileDeviceType
|
|
3279
3562
|
*/
|
|
3280
3563
|
var MobileDeviceType;
|
|
3281
3564
|
(function (MobileDeviceType) {
|
|
@@ -3286,7 +3569,7 @@ var enums;
|
|
|
3286
3569
|
})(MobileDeviceType = enums.MobileDeviceType || (enums.MobileDeviceType = {}));
|
|
3287
3570
|
/**
|
|
3288
3571
|
* @name NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
3289
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3572
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
3290
3573
|
*/
|
|
3291
3574
|
var NegativeGeoTargetType;
|
|
3292
3575
|
(function (NegativeGeoTargetType) {
|
|
@@ -3297,7 +3580,7 @@ var enums;
|
|
|
3297
3580
|
})(NegativeGeoTargetType = enums.NegativeGeoTargetType || (enums.NegativeGeoTargetType = {}));
|
|
3298
3581
|
/**
|
|
3299
3582
|
* @name OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
3300
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3583
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
3301
3584
|
*/
|
|
3302
3585
|
var OfflineUserDataJobFailureReason;
|
|
3303
3586
|
(function (OfflineUserDataJobFailureReason) {
|
|
@@ -3306,9 +3589,27 @@ var enums;
|
|
|
3306
3589
|
OfflineUserDataJobFailureReason[OfflineUserDataJobFailureReason["INSUFFICIENT_MATCHED_TRANSACTIONS"] = 2] = "INSUFFICIENT_MATCHED_TRANSACTIONS";
|
|
3307
3590
|
OfflineUserDataJobFailureReason[OfflineUserDataJobFailureReason["INSUFFICIENT_TRANSACTIONS"] = 3] = "INSUFFICIENT_TRANSACTIONS";
|
|
3308
3591
|
})(OfflineUserDataJobFailureReason = enums.OfflineUserDataJobFailureReason || (enums.OfflineUserDataJobFailureReason = {}));
|
|
3592
|
+
/**
|
|
3593
|
+
* @name OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
3594
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
3595
|
+
*/
|
|
3596
|
+
var OfflineUserDataJobMatchRateRange;
|
|
3597
|
+
(function (OfflineUserDataJobMatchRateRange) {
|
|
3598
|
+
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3599
|
+
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3600
|
+
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["MATCH_RANGE_LESS_THAN_20"] = 2] = "MATCH_RANGE_LESS_THAN_20";
|
|
3601
|
+
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["MATCH_RANGE_20_TO_30"] = 3] = "MATCH_RANGE_20_TO_30";
|
|
3602
|
+
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["MATCH_RANGE_31_TO_40"] = 4] = "MATCH_RANGE_31_TO_40";
|
|
3603
|
+
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["MATCH_RANGE_41_TO_50"] = 5] = "MATCH_RANGE_41_TO_50";
|
|
3604
|
+
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["MATCH_RANGE_51_TO_60"] = 6] = "MATCH_RANGE_51_TO_60";
|
|
3605
|
+
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["MATCH_RANGE_61_TO_70"] = 7] = "MATCH_RANGE_61_TO_70";
|
|
3606
|
+
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["MATCH_RANGE_71_TO_80"] = 8] = "MATCH_RANGE_71_TO_80";
|
|
3607
|
+
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["MATCH_RANGE_81_TO_90"] = 9] = "MATCH_RANGE_81_TO_90";
|
|
3608
|
+
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["MATCH_RANGE_91_TO_100"] = 10] = "MATCH_RANGE_91_TO_100";
|
|
3609
|
+
})(OfflineUserDataJobMatchRateRange = enums.OfflineUserDataJobMatchRateRange || (enums.OfflineUserDataJobMatchRateRange = {}));
|
|
3309
3610
|
/**
|
|
3310
3611
|
* @name OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
3311
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3612
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
3312
3613
|
*/
|
|
3313
3614
|
var OfflineUserDataJobStatus;
|
|
3314
3615
|
(function (OfflineUserDataJobStatus) {
|
|
@@ -3321,7 +3622,7 @@ var enums;
|
|
|
3321
3622
|
})(OfflineUserDataJobStatus = enums.OfflineUserDataJobStatus || (enums.OfflineUserDataJobStatus = {}));
|
|
3322
3623
|
/**
|
|
3323
3624
|
* @name OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
3324
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3625
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
3325
3626
|
*/
|
|
3326
3627
|
var OfflineUserDataJobType;
|
|
3327
3628
|
(function (OfflineUserDataJobType) {
|
|
@@ -3334,7 +3635,7 @@ var enums;
|
|
|
3334
3635
|
})(OfflineUserDataJobType = enums.OfflineUserDataJobType || (enums.OfflineUserDataJobType = {}));
|
|
3335
3636
|
/**
|
|
3336
3637
|
* @name OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
3337
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3638
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
3338
3639
|
*/
|
|
3339
3640
|
var OperatingSystemVersionOperatorType;
|
|
3340
3641
|
(function (OperatingSystemVersionOperatorType) {
|
|
@@ -3345,7 +3646,7 @@ var enums;
|
|
|
3345
3646
|
})(OperatingSystemVersionOperatorType = enums.OperatingSystemVersionOperatorType || (enums.OperatingSystemVersionOperatorType = {}));
|
|
3346
3647
|
/**
|
|
3347
3648
|
* @name OptimizationGoalTypeEnum.OptimizationGoalType
|
|
3348
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3649
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/OptimizationGoalTypeEnum.OptimizationGoalType
|
|
3349
3650
|
*/
|
|
3350
3651
|
var OptimizationGoalType;
|
|
3351
3652
|
(function (OptimizationGoalType) {
|
|
@@ -3353,10 +3654,11 @@ var enums;
|
|
|
3353
3654
|
OptimizationGoalType[OptimizationGoalType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3354
3655
|
OptimizationGoalType[OptimizationGoalType["CALL_CLICKS"] = 2] = "CALL_CLICKS";
|
|
3355
3656
|
OptimizationGoalType[OptimizationGoalType["DRIVING_DIRECTIONS"] = 3] = "DRIVING_DIRECTIONS";
|
|
3657
|
+
OptimizationGoalType[OptimizationGoalType["APP_PRE_REGISTRATION"] = 4] = "APP_PRE_REGISTRATION";
|
|
3356
3658
|
})(OptimizationGoalType = enums.OptimizationGoalType || (enums.OptimizationGoalType = {}));
|
|
3357
3659
|
/**
|
|
3358
3660
|
* @name PaymentModeEnum.PaymentMode
|
|
3359
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3661
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PaymentModeEnum.PaymentMode
|
|
3360
3662
|
*/
|
|
3361
3663
|
var PaymentMode;
|
|
3362
3664
|
(function (PaymentMode) {
|
|
@@ -3369,7 +3671,7 @@ var enums;
|
|
|
3369
3671
|
})(PaymentMode = enums.PaymentMode || (enums.PaymentMode = {}));
|
|
3370
3672
|
/**
|
|
3371
3673
|
* @name PlacementTypeEnum.PlacementType
|
|
3372
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3674
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PlacementTypeEnum.PlacementType
|
|
3373
3675
|
*/
|
|
3374
3676
|
var PlacementType;
|
|
3375
3677
|
(function (PlacementType) {
|
|
@@ -3383,7 +3685,7 @@ var enums;
|
|
|
3383
3685
|
})(PlacementType = enums.PlacementType || (enums.PlacementType = {}));
|
|
3384
3686
|
/**
|
|
3385
3687
|
* @name PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
3386
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3688
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
3387
3689
|
*/
|
|
3388
3690
|
var PositiveGeoTargetType;
|
|
3389
3691
|
(function (PositiveGeoTargetType) {
|
|
@@ -3395,7 +3697,7 @@ var enums;
|
|
|
3395
3697
|
})(PositiveGeoTargetType = enums.PositiveGeoTargetType || (enums.PositiveGeoTargetType = {}));
|
|
3396
3698
|
/**
|
|
3397
3699
|
* @name PricePlaceholderFieldEnum.PricePlaceholderField
|
|
3398
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3700
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PricePlaceholderFieldEnum.PricePlaceholderField
|
|
3399
3701
|
*/
|
|
3400
3702
|
var PricePlaceholderField;
|
|
3401
3703
|
(function (PricePlaceholderField) {
|
|
@@ -3457,7 +3759,7 @@ var enums;
|
|
|
3457
3759
|
})(PricePlaceholderField = enums.PricePlaceholderField || (enums.PricePlaceholderField = {}));
|
|
3458
3760
|
/**
|
|
3459
3761
|
* @name ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus
|
|
3460
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3762
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus
|
|
3461
3763
|
*/
|
|
3462
3764
|
var ProductBiddingCategoryStatus;
|
|
3463
3765
|
(function (ProductBiddingCategoryStatus) {
|
|
@@ -3468,7 +3770,7 @@ var enums;
|
|
|
3468
3770
|
})(ProductBiddingCategoryStatus = enums.ProductBiddingCategoryStatus || (enums.ProductBiddingCategoryStatus = {}));
|
|
3469
3771
|
/**
|
|
3470
3772
|
* @name PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
3471
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3773
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
3472
3774
|
*/
|
|
3473
3775
|
var PromotionPlaceholderField;
|
|
3474
3776
|
(function (PromotionPlaceholderField) {
|
|
@@ -3491,7 +3793,7 @@ var enums;
|
|
|
3491
3793
|
})(PromotionPlaceholderField = enums.PromotionPlaceholderField || (enums.PromotionPlaceholderField = {}));
|
|
3492
3794
|
/**
|
|
3493
3795
|
* @name ReachPlanAdLengthEnum.ReachPlanAdLength
|
|
3494
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3796
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ReachPlanAdLengthEnum.ReachPlanAdLength
|
|
3495
3797
|
*/
|
|
3496
3798
|
var ReachPlanAdLength;
|
|
3497
3799
|
(function (ReachPlanAdLength) {
|
|
@@ -3503,7 +3805,7 @@ var enums;
|
|
|
3503
3805
|
})(ReachPlanAdLength = enums.ReachPlanAdLength || (enums.ReachPlanAdLength = {}));
|
|
3504
3806
|
/**
|
|
3505
3807
|
* @name ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
3506
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3808
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
3507
3809
|
*/
|
|
3508
3810
|
var ReachPlanAgeRange;
|
|
3509
3811
|
(function (ReachPlanAgeRange) {
|
|
@@ -3538,7 +3840,7 @@ var enums;
|
|
|
3538
3840
|
})(ReachPlanAgeRange = enums.ReachPlanAgeRange || (enums.ReachPlanAgeRange = {}));
|
|
3539
3841
|
/**
|
|
3540
3842
|
* @name ReachPlanNetworkEnum.ReachPlanNetwork
|
|
3541
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3843
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ReachPlanNetworkEnum.ReachPlanNetwork
|
|
3542
3844
|
*/
|
|
3543
3845
|
var ReachPlanNetwork;
|
|
3544
3846
|
(function (ReachPlanNetwork) {
|
|
@@ -3550,7 +3852,7 @@ var enums;
|
|
|
3550
3852
|
})(ReachPlanNetwork = enums.ReachPlanNetwork || (enums.ReachPlanNetwork = {}));
|
|
3551
3853
|
/**
|
|
3552
3854
|
* @name RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
3553
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3855
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
3554
3856
|
*/
|
|
3555
3857
|
var RealEstatePlaceholderField;
|
|
3556
3858
|
(function (RealEstatePlaceholderField) {
|
|
@@ -3577,7 +3879,7 @@ var enums;
|
|
|
3577
3879
|
})(RealEstatePlaceholderField = enums.RealEstatePlaceholderField || (enums.RealEstatePlaceholderField = {}));
|
|
3578
3880
|
/**
|
|
3579
3881
|
* @name ResourceChangeOperationEnum.ResourceChangeOperation
|
|
3580
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3882
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ResourceChangeOperationEnum.ResourceChangeOperation
|
|
3581
3883
|
*/
|
|
3582
3884
|
var ResourceChangeOperation;
|
|
3583
3885
|
(function (ResourceChangeOperation) {
|
|
@@ -3589,7 +3891,7 @@ var enums;
|
|
|
3589
3891
|
})(ResourceChangeOperation = enums.ResourceChangeOperation || (enums.ResourceChangeOperation = {}));
|
|
3590
3892
|
/**
|
|
3591
3893
|
* @name ResourceLimitTypeEnum.ResourceLimitType
|
|
3592
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3894
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ResourceLimitTypeEnum.ResourceLimitType
|
|
3593
3895
|
*/
|
|
3594
3896
|
var ResourceLimitType;
|
|
3595
3897
|
(function (ResourceLimitType) {
|
|
@@ -3650,7 +3952,31 @@ var enums;
|
|
|
3650
3952
|
ResourceLimitType[ResourceLimitType["APP_ENGAGEMENT_ADS_PER_AD_GROUP"] = 61] = "APP_ENGAGEMENT_ADS_PER_AD_GROUP";
|
|
3651
3953
|
ResourceLimitType[ResourceLimitType["LOCAL_ADS_PER_AD_GROUP"] = 62] = "LOCAL_ADS_PER_AD_GROUP";
|
|
3652
3954
|
ResourceLimitType[ResourceLimitType["VIDEO_ADS_PER_AD_GROUP"] = 63] = "VIDEO_ADS_PER_AD_GROUP";
|
|
3653
|
-
ResourceLimitType[ResourceLimitType["
|
|
3955
|
+
ResourceLimitType[ResourceLimitType["LEAD_FORM_CAMPAIGN_ASSETS_PER_CAMPAIGN"] = 143] = "LEAD_FORM_CAMPAIGN_ASSETS_PER_CAMPAIGN";
|
|
3956
|
+
ResourceLimitType[ResourceLimitType["PROMOTION_CUSTOMER_ASSETS_PER_CUSTOMER"] = 79] = "PROMOTION_CUSTOMER_ASSETS_PER_CUSTOMER";
|
|
3957
|
+
ResourceLimitType[ResourceLimitType["PROMOTION_CAMPAIGN_ASSETS_PER_CAMPAIGN"] = 80] = "PROMOTION_CAMPAIGN_ASSETS_PER_CAMPAIGN";
|
|
3958
|
+
ResourceLimitType[ResourceLimitType["PROMOTION_AD_GROUP_ASSETS_PER_AD_GROUP"] = 81] = "PROMOTION_AD_GROUP_ASSETS_PER_AD_GROUP";
|
|
3959
|
+
ResourceLimitType[ResourceLimitType["CALLOUT_CUSTOMER_ASSETS_PER_CUSTOMER"] = 134] = "CALLOUT_CUSTOMER_ASSETS_PER_CUSTOMER";
|
|
3960
|
+
ResourceLimitType[ResourceLimitType["CALLOUT_CAMPAIGN_ASSETS_PER_CAMPAIGN"] = 135] = "CALLOUT_CAMPAIGN_ASSETS_PER_CAMPAIGN";
|
|
3961
|
+
ResourceLimitType[ResourceLimitType["CALLOUT_AD_GROUP_ASSETS_PER_AD_GROUP"] = 136] = "CALLOUT_AD_GROUP_ASSETS_PER_AD_GROUP";
|
|
3962
|
+
ResourceLimitType[ResourceLimitType["SITELINK_CUSTOMER_ASSETS_PER_CUSTOMER"] = 137] = "SITELINK_CUSTOMER_ASSETS_PER_CUSTOMER";
|
|
3963
|
+
ResourceLimitType[ResourceLimitType["SITELINK_CAMPAIGN_ASSETS_PER_CAMPAIGN"] = 138] = "SITELINK_CAMPAIGN_ASSETS_PER_CAMPAIGN";
|
|
3964
|
+
ResourceLimitType[ResourceLimitType["SITELINK_AD_GROUP_ASSETS_PER_AD_GROUP"] = 139] = "SITELINK_AD_GROUP_ASSETS_PER_AD_GROUP";
|
|
3965
|
+
ResourceLimitType[ResourceLimitType["STRUCTURED_SNIPPET_CUSTOMER_ASSETS_PER_CUSTOMER"] = 140] = "STRUCTURED_SNIPPET_CUSTOMER_ASSETS_PER_CUSTOMER";
|
|
3966
|
+
ResourceLimitType[ResourceLimitType["STRUCTURED_SNIPPET_CAMPAIGN_ASSETS_PER_CAMPAIGN"] = 141] = "STRUCTURED_SNIPPET_CAMPAIGN_ASSETS_PER_CAMPAIGN";
|
|
3967
|
+
ResourceLimitType[ResourceLimitType["STRUCTURED_SNIPPET_AD_GROUP_ASSETS_PER_AD_GROUP"] = 142] = "STRUCTURED_SNIPPET_AD_GROUP_ASSETS_PER_AD_GROUP";
|
|
3968
|
+
ResourceLimitType[ResourceLimitType["MOBILE_APP_CUSTOMER_ASSETS_PER_CUSTOMER"] = 144] = "MOBILE_APP_CUSTOMER_ASSETS_PER_CUSTOMER";
|
|
3969
|
+
ResourceLimitType[ResourceLimitType["MOBILE_APP_CAMPAIGN_ASSETS_PER_CAMPAIGN"] = 145] = "MOBILE_APP_CAMPAIGN_ASSETS_PER_CAMPAIGN";
|
|
3970
|
+
ResourceLimitType[ResourceLimitType["MOBILE_APP_AD_GROUP_ASSETS_PER_AD_GROUP"] = 146] = "MOBILE_APP_AD_GROUP_ASSETS_PER_AD_GROUP";
|
|
3971
|
+
ResourceLimitType[ResourceLimitType["HOTEL_CALLOUT_CUSTOMER_ASSETS_PER_CUSTOMER"] = 147] = "HOTEL_CALLOUT_CUSTOMER_ASSETS_PER_CUSTOMER";
|
|
3972
|
+
ResourceLimitType[ResourceLimitType["HOTEL_CALLOUT_CAMPAIGN_ASSETS_PER_CAMPAIGN"] = 148] = "HOTEL_CALLOUT_CAMPAIGN_ASSETS_PER_CAMPAIGN";
|
|
3973
|
+
ResourceLimitType[ResourceLimitType["HOTEL_CALLOUT_AD_GROUP_ASSETS_PER_AD_GROUP"] = 149] = "HOTEL_CALLOUT_AD_GROUP_ASSETS_PER_AD_GROUP";
|
|
3974
|
+
ResourceLimitType[ResourceLimitType["CALL_CUSTOMER_ASSETS_PER_CUSTOMER"] = 150] = "CALL_CUSTOMER_ASSETS_PER_CUSTOMER";
|
|
3975
|
+
ResourceLimitType[ResourceLimitType["CALL_CAMPAIGN_ASSETS_PER_CAMPAIGN"] = 151] = "CALL_CAMPAIGN_ASSETS_PER_CAMPAIGN";
|
|
3976
|
+
ResourceLimitType[ResourceLimitType["CALL_AD_GROUP_ASSETS_PER_AD_GROUP"] = 152] = "CALL_AD_GROUP_ASSETS_PER_AD_GROUP";
|
|
3977
|
+
ResourceLimitType[ResourceLimitType["PRICE_CUSTOMER_ASSETS_PER_CUSTOMER"] = 154] = "PRICE_CUSTOMER_ASSETS_PER_CUSTOMER";
|
|
3978
|
+
ResourceLimitType[ResourceLimitType["PRICE_CAMPAIGN_ASSETS_PER_CAMPAIGN"] = 155] = "PRICE_CAMPAIGN_ASSETS_PER_CAMPAIGN";
|
|
3979
|
+
ResourceLimitType[ResourceLimitType["PRICE_AD_GROUP_ASSETS_PER_AD_GROUP"] = 156] = "PRICE_AD_GROUP_ASSETS_PER_AD_GROUP";
|
|
3654
3980
|
ResourceLimitType[ResourceLimitType["VERSIONS_PER_AD"] = 82] = "VERSIONS_PER_AD";
|
|
3655
3981
|
ResourceLimitType[ResourceLimitType["USER_FEEDS_PER_CUSTOMER"] = 90] = "USER_FEEDS_PER_CUSTOMER";
|
|
3656
3982
|
ResourceLimitType[ResourceLimitType["SYSTEM_FEEDS_PER_CUSTOMER"] = 91] = "SYSTEM_FEEDS_PER_CUSTOMER";
|
|
@@ -3685,7 +4011,7 @@ var enums;
|
|
|
3685
4011
|
})(ResourceLimitType = enums.ResourceLimitType || (enums.ResourceLimitType = {}));
|
|
3686
4012
|
/**
|
|
3687
4013
|
* @name ResponseContentTypeEnum.ResponseContentType
|
|
3688
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4014
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ResponseContentTypeEnum.ResponseContentType
|
|
3689
4015
|
*/
|
|
3690
4016
|
var ResponseContentType;
|
|
3691
4017
|
(function (ResponseContentType) {
|
|
@@ -3695,7 +4021,7 @@ var enums;
|
|
|
3695
4021
|
})(ResponseContentType = enums.ResponseContentType || (enums.ResponseContentType = {}));
|
|
3696
4022
|
/**
|
|
3697
4023
|
* @name SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
3698
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4024
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
3699
4025
|
*/
|
|
3700
4026
|
var SearchTermTargetingStatus;
|
|
3701
4027
|
(function (SearchTermTargetingStatus) {
|
|
@@ -3708,7 +4034,7 @@ var enums;
|
|
|
3708
4034
|
})(SearchTermTargetingStatus = enums.SearchTermTargetingStatus || (enums.SearchTermTargetingStatus = {}));
|
|
3709
4035
|
/**
|
|
3710
4036
|
* @name SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
3711
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4037
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
3712
4038
|
*/
|
|
3713
4039
|
var SeasonalityEventScope;
|
|
3714
4040
|
(function (SeasonalityEventScope) {
|
|
@@ -3720,7 +4046,7 @@ var enums;
|
|
|
3720
4046
|
})(SeasonalityEventScope = enums.SeasonalityEventScope || (enums.SeasonalityEventScope = {}));
|
|
3721
4047
|
/**
|
|
3722
4048
|
* @name SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
3723
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4049
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
3724
4050
|
*/
|
|
3725
4051
|
var SeasonalityEventStatus;
|
|
3726
4052
|
(function (SeasonalityEventStatus) {
|
|
@@ -3731,7 +4057,7 @@ var enums;
|
|
|
3731
4057
|
})(SeasonalityEventStatus = enums.SeasonalityEventStatus || (enums.SeasonalityEventStatus = {}));
|
|
3732
4058
|
/**
|
|
3733
4059
|
* @name SharedSetStatusEnum.SharedSetStatus
|
|
3734
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4060
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SharedSetStatusEnum.SharedSetStatus
|
|
3735
4061
|
*/
|
|
3736
4062
|
var SharedSetStatus;
|
|
3737
4063
|
(function (SharedSetStatus) {
|
|
@@ -3742,7 +4068,7 @@ var enums;
|
|
|
3742
4068
|
})(SharedSetStatus = enums.SharedSetStatus || (enums.SharedSetStatus = {}));
|
|
3743
4069
|
/**
|
|
3744
4070
|
* @name SharedSetTypeEnum.SharedSetType
|
|
3745
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4071
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SharedSetTypeEnum.SharedSetType
|
|
3746
4072
|
*/
|
|
3747
4073
|
var SharedSetType;
|
|
3748
4074
|
(function (SharedSetType) {
|
|
@@ -3753,7 +4079,7 @@ var enums;
|
|
|
3753
4079
|
})(SharedSetType = enums.SharedSetType || (enums.SharedSetType = {}));
|
|
3754
4080
|
/**
|
|
3755
4081
|
* @name SimulationModificationMethodEnum.SimulationModificationMethod
|
|
3756
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4082
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SimulationModificationMethodEnum.SimulationModificationMethod
|
|
3757
4083
|
*/
|
|
3758
4084
|
var SimulationModificationMethod;
|
|
3759
4085
|
(function (SimulationModificationMethod) {
|
|
@@ -3765,7 +4091,7 @@ var enums;
|
|
|
3765
4091
|
})(SimulationModificationMethod = enums.SimulationModificationMethod || (enums.SimulationModificationMethod = {}));
|
|
3766
4092
|
/**
|
|
3767
4093
|
* @name SimulationTypeEnum.SimulationType
|
|
3768
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4094
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SimulationTypeEnum.SimulationType
|
|
3769
4095
|
*/
|
|
3770
4096
|
var SimulationType;
|
|
3771
4097
|
(function (SimulationType) {
|
|
@@ -3782,7 +4108,7 @@ var enums;
|
|
|
3782
4108
|
})(SimulationType = enums.SimulationType || (enums.SimulationType = {}));
|
|
3783
4109
|
/**
|
|
3784
4110
|
* @name SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
3785
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4111
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
3786
4112
|
*/
|
|
3787
4113
|
var SitelinkPlaceholderField;
|
|
3788
4114
|
(function (SitelinkPlaceholderField) {
|
|
@@ -3798,7 +4124,7 @@ var enums;
|
|
|
3798
4124
|
})(SitelinkPlaceholderField = enums.SitelinkPlaceholderField || (enums.SitelinkPlaceholderField = {}));
|
|
3799
4125
|
/**
|
|
3800
4126
|
* @name SpendingLimitTypeEnum.SpendingLimitType
|
|
3801
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4127
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SpendingLimitTypeEnum.SpendingLimitType
|
|
3802
4128
|
*/
|
|
3803
4129
|
var SpendingLimitType;
|
|
3804
4130
|
(function (SpendingLimitType) {
|
|
@@ -3808,7 +4134,7 @@ var enums;
|
|
|
3808
4134
|
})(SpendingLimitType = enums.SpendingLimitType || (enums.SpendingLimitType = {}));
|
|
3809
4135
|
/**
|
|
3810
4136
|
* @name StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
3811
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4137
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
3812
4138
|
*/
|
|
3813
4139
|
var StructuredSnippetPlaceholderField;
|
|
3814
4140
|
(function (StructuredSnippetPlaceholderField) {
|
|
@@ -3819,7 +4145,7 @@ var enums;
|
|
|
3819
4145
|
})(StructuredSnippetPlaceholderField = enums.StructuredSnippetPlaceholderField || (enums.StructuredSnippetPlaceholderField = {}));
|
|
3820
4146
|
/**
|
|
3821
4147
|
* @name SummaryRowSettingEnum.SummaryRowSetting
|
|
3822
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4148
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SummaryRowSettingEnum.SummaryRowSetting
|
|
3823
4149
|
*/
|
|
3824
4150
|
var SummaryRowSetting;
|
|
3825
4151
|
(function (SummaryRowSetting) {
|
|
@@ -3831,7 +4157,7 @@ var enums;
|
|
|
3831
4157
|
})(SummaryRowSetting = enums.SummaryRowSetting || (enums.SummaryRowSetting = {}));
|
|
3832
4158
|
/**
|
|
3833
4159
|
* @name SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
3834
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4160
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
3835
4161
|
*/
|
|
3836
4162
|
var SystemManagedResourceSource;
|
|
3837
4163
|
(function (SystemManagedResourceSource) {
|
|
@@ -3841,7 +4167,7 @@ var enums;
|
|
|
3841
4167
|
})(SystemManagedResourceSource = enums.SystemManagedResourceSource || (enums.SystemManagedResourceSource = {}));
|
|
3842
4168
|
/**
|
|
3843
4169
|
* @name TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
3844
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4170
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
3845
4171
|
*/
|
|
3846
4172
|
var TargetCpaOptInRecommendationGoal;
|
|
3847
4173
|
(function (TargetCpaOptInRecommendationGoal) {
|
|
@@ -3854,7 +4180,7 @@ var enums;
|
|
|
3854
4180
|
})(TargetCpaOptInRecommendationGoal = enums.TargetCpaOptInRecommendationGoal || (enums.TargetCpaOptInRecommendationGoal = {}));
|
|
3855
4181
|
/**
|
|
3856
4182
|
* @name TimeTypeEnum.TimeType
|
|
3857
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4183
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/TimeTypeEnum.TimeType
|
|
3858
4184
|
*/
|
|
3859
4185
|
var TimeType;
|
|
3860
4186
|
(function (TimeType) {
|
|
@@ -3865,7 +4191,7 @@ var enums;
|
|
|
3865
4191
|
})(TimeType = enums.TimeType || (enums.TimeType = {}));
|
|
3866
4192
|
/**
|
|
3867
4193
|
* @name TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
3868
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4194
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
3869
4195
|
*/
|
|
3870
4196
|
var TravelPlaceholderField;
|
|
3871
4197
|
(function (TravelPlaceholderField) {
|
|
@@ -3894,7 +4220,7 @@ var enums;
|
|
|
3894
4220
|
})(TravelPlaceholderField = enums.TravelPlaceholderField || (enums.TravelPlaceholderField = {}));
|
|
3895
4221
|
/**
|
|
3896
4222
|
* @name UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
3897
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4223
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
3898
4224
|
*/
|
|
3899
4225
|
var UserInterestTaxonomyType;
|
|
3900
4226
|
(function (UserInterestTaxonomyType) {
|
|
@@ -3908,7 +4234,7 @@ var enums;
|
|
|
3908
4234
|
})(UserInterestTaxonomyType = enums.UserInterestTaxonomyType || (enums.UserInterestTaxonomyType = {}));
|
|
3909
4235
|
/**
|
|
3910
4236
|
* @name UserListAccessStatusEnum.UserListAccessStatus
|
|
3911
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4237
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListAccessStatusEnum.UserListAccessStatus
|
|
3912
4238
|
*/
|
|
3913
4239
|
var UserListAccessStatus;
|
|
3914
4240
|
(function (UserListAccessStatus) {
|
|
@@ -3919,7 +4245,7 @@ var enums;
|
|
|
3919
4245
|
})(UserListAccessStatus = enums.UserListAccessStatus || (enums.UserListAccessStatus = {}));
|
|
3920
4246
|
/**
|
|
3921
4247
|
* @name UserListClosingReasonEnum.UserListClosingReason
|
|
3922
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4248
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListClosingReasonEnum.UserListClosingReason
|
|
3923
4249
|
*/
|
|
3924
4250
|
var UserListClosingReason;
|
|
3925
4251
|
(function (UserListClosingReason) {
|
|
@@ -3929,7 +4255,7 @@ var enums;
|
|
|
3929
4255
|
})(UserListClosingReason = enums.UserListClosingReason || (enums.UserListClosingReason = {}));
|
|
3930
4256
|
/**
|
|
3931
4257
|
* @name UserListMembershipStatusEnum.UserListMembershipStatus
|
|
3932
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4258
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListMembershipStatusEnum.UserListMembershipStatus
|
|
3933
4259
|
*/
|
|
3934
4260
|
var UserListMembershipStatus;
|
|
3935
4261
|
(function (UserListMembershipStatus) {
|
|
@@ -3940,7 +4266,7 @@ var enums;
|
|
|
3940
4266
|
})(UserListMembershipStatus = enums.UserListMembershipStatus || (enums.UserListMembershipStatus = {}));
|
|
3941
4267
|
/**
|
|
3942
4268
|
* @name UserListSizeRangeEnum.UserListSizeRange
|
|
3943
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4269
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListSizeRangeEnum.UserListSizeRange
|
|
3944
4270
|
*/
|
|
3945
4271
|
var UserListSizeRange;
|
|
3946
4272
|
(function (UserListSizeRange) {
|
|
@@ -3965,7 +4291,7 @@ var enums;
|
|
|
3965
4291
|
})(UserListSizeRange = enums.UserListSizeRange || (enums.UserListSizeRange = {}));
|
|
3966
4292
|
/**
|
|
3967
4293
|
* @name UserListTypeEnum.UserListType
|
|
3968
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4294
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListTypeEnum.UserListType
|
|
3969
4295
|
*/
|
|
3970
4296
|
var UserListType;
|
|
3971
4297
|
(function (UserListType) {
|
|
@@ -3980,7 +4306,7 @@ var enums;
|
|
|
3980
4306
|
})(UserListType = enums.UserListType || (enums.UserListType = {}));
|
|
3981
4307
|
/**
|
|
3982
4308
|
* @name ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
3983
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4309
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
3984
4310
|
*/
|
|
3985
4311
|
var ValueRuleDeviceType;
|
|
3986
4312
|
(function (ValueRuleDeviceType) {
|
|
@@ -3992,7 +4318,7 @@ var enums;
|
|
|
3992
4318
|
})(ValueRuleDeviceType = enums.ValueRuleDeviceType || (enums.ValueRuleDeviceType = {}));
|
|
3993
4319
|
/**
|
|
3994
4320
|
* @name ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
3995
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4321
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
3996
4322
|
*/
|
|
3997
4323
|
var ValueRuleGeoLocationMatchType;
|
|
3998
4324
|
(function (ValueRuleGeoLocationMatchType) {
|
|
@@ -4003,7 +4329,7 @@ var enums;
|
|
|
4003
4329
|
})(ValueRuleGeoLocationMatchType = enums.ValueRuleGeoLocationMatchType || (enums.ValueRuleGeoLocationMatchType = {}));
|
|
4004
4330
|
/**
|
|
4005
4331
|
* @name ValueRuleOperationEnum.ValueRuleOperation
|
|
4006
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4332
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ValueRuleOperationEnum.ValueRuleOperation
|
|
4007
4333
|
*/
|
|
4008
4334
|
var ValueRuleOperation;
|
|
4009
4335
|
(function (ValueRuleOperation) {
|
|
@@ -4015,7 +4341,7 @@ var enums;
|
|
|
4015
4341
|
})(ValueRuleOperation = enums.ValueRuleOperation || (enums.ValueRuleOperation = {}));
|
|
4016
4342
|
/**
|
|
4017
4343
|
* @name ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
4018
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4344
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
4019
4345
|
*/
|
|
4020
4346
|
var ValueRuleSetAttachmentType;
|
|
4021
4347
|
(function (ValueRuleSetAttachmentType) {
|
|
@@ -4026,7 +4352,7 @@ var enums;
|
|
|
4026
4352
|
})(ValueRuleSetAttachmentType = enums.ValueRuleSetAttachmentType || (enums.ValueRuleSetAttachmentType = {}));
|
|
4027
4353
|
/**
|
|
4028
4354
|
* @name ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
4029
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4355
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
4030
4356
|
*/
|
|
4031
4357
|
var ValueRuleSetDimension;
|
|
4032
4358
|
(function (ValueRuleSetDimension) {
|
|
@@ -4038,7 +4364,7 @@ var enums;
|
|
|
4038
4364
|
})(ValueRuleSetDimension = enums.ValueRuleSetDimension || (enums.ValueRuleSetDimension = {}));
|
|
4039
4365
|
/**
|
|
4040
4366
|
* @name VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
4041
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4367
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
4042
4368
|
*/
|
|
4043
4369
|
var VanityPharmaDisplayUrlMode;
|
|
4044
4370
|
(function (VanityPharmaDisplayUrlMode) {
|
|
@@ -4049,7 +4375,7 @@ var enums;
|
|
|
4049
4375
|
})(VanityPharmaDisplayUrlMode = enums.VanityPharmaDisplayUrlMode || (enums.VanityPharmaDisplayUrlMode = {}));
|
|
4050
4376
|
/**
|
|
4051
4377
|
* @name VanityPharmaTextEnum.VanityPharmaText
|
|
4052
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4378
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/VanityPharmaTextEnum.VanityPharmaText
|
|
4053
4379
|
*/
|
|
4054
4380
|
var VanityPharmaText;
|
|
4055
4381
|
(function (VanityPharmaText) {
|