google-ads-api 8.0.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 +12 -18
- package/build/src/protos/autogen/enums.d.ts +736 -309
- package/build/src/protos/autogen/enums.js +762 -303
- package/build/src/protos/autogen/fields.d.ts +193 -84
- package/build/src/protos/autogen/fields.js +80 -0
- package/build/src/protos/autogen/resourceNames.d.ts +181 -0
- package/build/src/protos/autogen/resourceNames.js +226 -3
- package/build/src/protos/autogen/serviceFactory.d.ts +529 -170
- package/build/src/protos/autogen/serviceFactory.js +7510 -3873
- 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) {
|
|
@@ -1206,9 +1263,25 @@ var enums;
|
|
|
1206
1263
|
ConversionOrAdjustmentLagBucket[ConversionOrAdjustmentLagBucket["CONVERSION_UNKNOWN"] = 41] = "CONVERSION_UNKNOWN";
|
|
1207
1264
|
ConversionOrAdjustmentLagBucket[ConversionOrAdjustmentLagBucket["ADJUSTMENT_UNKNOWN"] = 42] = "ADJUSTMENT_UNKNOWN";
|
|
1208
1265
|
})(ConversionOrAdjustmentLagBucket = enums.ConversionOrAdjustmentLagBucket || (enums.ConversionOrAdjustmentLagBucket = {}));
|
|
1266
|
+
/**
|
|
1267
|
+
* @name ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1268
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1269
|
+
*/
|
|
1270
|
+
var ConversionValueRulePrimaryDimension;
|
|
1271
|
+
(function (ConversionValueRulePrimaryDimension) {
|
|
1272
|
+
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1273
|
+
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1274
|
+
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["NO_RULE_APPLIED"] = 2] = "NO_RULE_APPLIED";
|
|
1275
|
+
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["ORIGINAL"] = 3] = "ORIGINAL";
|
|
1276
|
+
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["NEW_VS_RETURNING_USER"] = 4] = "NEW_VS_RETURNING_USER";
|
|
1277
|
+
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["GEO_LOCATION"] = 5] = "GEO_LOCATION";
|
|
1278
|
+
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["DEVICE"] = 6] = "DEVICE";
|
|
1279
|
+
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["AUDIENCE"] = 7] = "AUDIENCE";
|
|
1280
|
+
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["MULTIPLE"] = 8] = "MULTIPLE";
|
|
1281
|
+
})(ConversionValueRulePrimaryDimension = enums.ConversionValueRulePrimaryDimension || (enums.ConversionValueRulePrimaryDimension = {}));
|
|
1209
1282
|
/**
|
|
1210
1283
|
* @name ExternalConversionSourceEnum.ExternalConversionSource
|
|
1211
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1284
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ExternalConversionSourceEnum.ExternalConversionSource
|
|
1212
1285
|
*/
|
|
1213
1286
|
var ExternalConversionSource;
|
|
1214
1287
|
(function (ExternalConversionSource) {
|
|
@@ -1244,7 +1317,7 @@ var enums;
|
|
|
1244
1317
|
})(ExternalConversionSource = enums.ExternalConversionSource || (enums.ExternalConversionSource = {}));
|
|
1245
1318
|
/**
|
|
1246
1319
|
* @name HotelPriceBucketEnum.HotelPriceBucket
|
|
1247
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1320
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/HotelPriceBucketEnum.HotelPriceBucket
|
|
1248
1321
|
*/
|
|
1249
1322
|
var HotelPriceBucket;
|
|
1250
1323
|
(function (HotelPriceBucket) {
|
|
@@ -1257,7 +1330,7 @@ var enums;
|
|
|
1257
1330
|
})(HotelPriceBucket = enums.HotelPriceBucket || (enums.HotelPriceBucket = {}));
|
|
1258
1331
|
/**
|
|
1259
1332
|
* @name HotelRateTypeEnum.HotelRateType
|
|
1260
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1333
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/HotelRateTypeEnum.HotelRateType
|
|
1261
1334
|
*/
|
|
1262
1335
|
var HotelRateType;
|
|
1263
1336
|
(function (HotelRateType) {
|
|
@@ -1270,7 +1343,7 @@ var enums;
|
|
|
1270
1343
|
})(HotelRateType = enums.HotelRateType || (enums.HotelRateType = {}));
|
|
1271
1344
|
/**
|
|
1272
1345
|
* @name PlaceholderTypeEnum.PlaceholderType
|
|
1273
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1346
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PlaceholderTypeEnum.PlaceholderType
|
|
1274
1347
|
*/
|
|
1275
1348
|
var PlaceholderType;
|
|
1276
1349
|
(function (PlaceholderType) {
|
|
@@ -1299,7 +1372,7 @@ var enums;
|
|
|
1299
1372
|
})(PlaceholderType = enums.PlaceholderType || (enums.PlaceholderType = {}));
|
|
1300
1373
|
/**
|
|
1301
1374
|
* @name RecommendationTypeEnum.RecommendationType
|
|
1302
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1375
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/RecommendationTypeEnum.RecommendationType
|
|
1303
1376
|
*/
|
|
1304
1377
|
var RecommendationType;
|
|
1305
1378
|
(function (RecommendationType) {
|
|
@@ -1326,7 +1399,7 @@ var enums;
|
|
|
1326
1399
|
})(RecommendationType = enums.RecommendationType || (enums.RecommendationType = {}));
|
|
1327
1400
|
/**
|
|
1328
1401
|
* @name SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1329
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1402
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1330
1403
|
*/
|
|
1331
1404
|
var SearchEngineResultsPageType;
|
|
1332
1405
|
(function (SearchEngineResultsPageType) {
|
|
@@ -1338,7 +1411,7 @@ var enums;
|
|
|
1338
1411
|
})(SearchEngineResultsPageType = enums.SearchEngineResultsPageType || (enums.SearchEngineResultsPageType = {}));
|
|
1339
1412
|
/**
|
|
1340
1413
|
* @name SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1341
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1414
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1342
1415
|
*/
|
|
1343
1416
|
var SearchTermMatchType;
|
|
1344
1417
|
(function (SearchTermMatchType) {
|
|
@@ -1352,7 +1425,7 @@ var enums;
|
|
|
1352
1425
|
})(SearchTermMatchType = enums.SearchTermMatchType || (enums.SearchTermMatchType = {}));
|
|
1353
1426
|
/**
|
|
1354
1427
|
* @name SlotEnum.Slot
|
|
1355
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1428
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SlotEnum.Slot
|
|
1356
1429
|
*/
|
|
1357
1430
|
var Slot;
|
|
1358
1431
|
(function (Slot) {
|
|
@@ -1368,7 +1441,7 @@ var enums;
|
|
|
1368
1441
|
})(Slot = enums.Slot || (enums.Slot = {}));
|
|
1369
1442
|
/**
|
|
1370
1443
|
* @name TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1371
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1444
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1372
1445
|
*/
|
|
1373
1446
|
var TrackingCodePageFormat;
|
|
1374
1447
|
(function (TrackingCodePageFormat) {
|
|
@@ -1379,7 +1452,7 @@ var enums;
|
|
|
1379
1452
|
})(TrackingCodePageFormat = enums.TrackingCodePageFormat || (enums.TrackingCodePageFormat = {}));
|
|
1380
1453
|
/**
|
|
1381
1454
|
* @name TrackingCodeTypeEnum.TrackingCodeType
|
|
1382
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1455
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/TrackingCodeTypeEnum.TrackingCodeType
|
|
1383
1456
|
*/
|
|
1384
1457
|
var TrackingCodeType;
|
|
1385
1458
|
(function (TrackingCodeType) {
|
|
@@ -1392,7 +1465,7 @@ var enums;
|
|
|
1392
1465
|
})(TrackingCodeType = enums.TrackingCodeType || (enums.TrackingCodeType = {}));
|
|
1393
1466
|
/**
|
|
1394
1467
|
* @name TargetingDimensionEnum.TargetingDimension
|
|
1395
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1468
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/TargetingDimensionEnum.TargetingDimension
|
|
1396
1469
|
*/
|
|
1397
1470
|
var TargetingDimension;
|
|
1398
1471
|
(function (TargetingDimension) {
|
|
@@ -1409,7 +1482,7 @@ var enums;
|
|
|
1409
1482
|
})(TargetingDimension = enums.TargetingDimension || (enums.TargetingDimension = {}));
|
|
1410
1483
|
/**
|
|
1411
1484
|
* @name CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1412
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1485
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1413
1486
|
*/
|
|
1414
1487
|
var CustomerMatchUploadKeyType;
|
|
1415
1488
|
(function (CustomerMatchUploadKeyType) {
|
|
@@ -1421,7 +1494,7 @@ var enums;
|
|
|
1421
1494
|
})(CustomerMatchUploadKeyType = enums.CustomerMatchUploadKeyType || (enums.CustomerMatchUploadKeyType = {}));
|
|
1422
1495
|
/**
|
|
1423
1496
|
* @name UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator
|
|
1424
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1497
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator
|
|
1425
1498
|
*/
|
|
1426
1499
|
var UserListCombinedRuleOperator;
|
|
1427
1500
|
(function (UserListCombinedRuleOperator) {
|
|
@@ -1432,7 +1505,7 @@ var enums;
|
|
|
1432
1505
|
})(UserListCombinedRuleOperator = enums.UserListCombinedRuleOperator || (enums.UserListCombinedRuleOperator = {}));
|
|
1433
1506
|
/**
|
|
1434
1507
|
* @name UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1435
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1508
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1436
1509
|
*/
|
|
1437
1510
|
var UserListCrmDataSourceType;
|
|
1438
1511
|
(function (UserListCrmDataSourceType) {
|
|
@@ -1444,7 +1517,7 @@ var enums;
|
|
|
1444
1517
|
})(UserListCrmDataSourceType = enums.UserListCrmDataSourceType || (enums.UserListCrmDataSourceType = {}));
|
|
1445
1518
|
/**
|
|
1446
1519
|
* @name UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1447
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1520
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1448
1521
|
*/
|
|
1449
1522
|
var UserListDateRuleItemOperator;
|
|
1450
1523
|
(function (UserListDateRuleItemOperator) {
|
|
@@ -1457,7 +1530,7 @@ var enums;
|
|
|
1457
1530
|
})(UserListDateRuleItemOperator = enums.UserListDateRuleItemOperator || (enums.UserListDateRuleItemOperator = {}));
|
|
1458
1531
|
/**
|
|
1459
1532
|
* @name UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1460
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1533
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1461
1534
|
*/
|
|
1462
1535
|
var UserListLogicalRuleOperator;
|
|
1463
1536
|
(function (UserListLogicalRuleOperator) {
|
|
@@ -1469,7 +1542,7 @@ var enums;
|
|
|
1469
1542
|
})(UserListLogicalRuleOperator = enums.UserListLogicalRuleOperator || (enums.UserListLogicalRuleOperator = {}));
|
|
1470
1543
|
/**
|
|
1471
1544
|
* @name UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1472
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1545
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1473
1546
|
*/
|
|
1474
1547
|
var UserListNumberRuleItemOperator;
|
|
1475
1548
|
(function (UserListNumberRuleItemOperator) {
|
|
@@ -1484,7 +1557,7 @@ var enums;
|
|
|
1484
1557
|
})(UserListNumberRuleItemOperator = enums.UserListNumberRuleItemOperator || (enums.UserListNumberRuleItemOperator = {}));
|
|
1485
1558
|
/**
|
|
1486
1559
|
* @name UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1487
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1560
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1488
1561
|
*/
|
|
1489
1562
|
var UserListPrepopulationStatus;
|
|
1490
1563
|
(function (UserListPrepopulationStatus) {
|
|
@@ -1496,7 +1569,7 @@ var enums;
|
|
|
1496
1569
|
})(UserListPrepopulationStatus = enums.UserListPrepopulationStatus || (enums.UserListPrepopulationStatus = {}));
|
|
1497
1570
|
/**
|
|
1498
1571
|
* @name UserListRuleTypeEnum.UserListRuleType
|
|
1499
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1572
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListRuleTypeEnum.UserListRuleType
|
|
1500
1573
|
*/
|
|
1501
1574
|
var UserListRuleType;
|
|
1502
1575
|
(function (UserListRuleType) {
|
|
@@ -1507,7 +1580,7 @@ var enums;
|
|
|
1507
1580
|
})(UserListRuleType = enums.UserListRuleType || (enums.UserListRuleType = {}));
|
|
1508
1581
|
/**
|
|
1509
1582
|
* @name UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1510
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1583
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1511
1584
|
*/
|
|
1512
1585
|
var UserListStringRuleItemOperator;
|
|
1513
1586
|
(function (UserListStringRuleItemOperator) {
|
|
@@ -1524,7 +1597,7 @@ var enums;
|
|
|
1524
1597
|
})(UserListStringRuleItemOperator = enums.UserListStringRuleItemOperator || (enums.UserListStringRuleItemOperator = {}));
|
|
1525
1598
|
/**
|
|
1526
1599
|
* @name AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1527
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1600
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1528
1601
|
*/
|
|
1529
1602
|
var AccessInvitationStatus;
|
|
1530
1603
|
(function (AccessInvitationStatus) {
|
|
@@ -1536,7 +1609,7 @@ var enums;
|
|
|
1536
1609
|
})(AccessInvitationStatus = enums.AccessInvitationStatus || (enums.AccessInvitationStatus = {}));
|
|
1537
1610
|
/**
|
|
1538
1611
|
* @name AccessReasonEnum.AccessReason
|
|
1539
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1612
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AccessReasonEnum.AccessReason
|
|
1540
1613
|
*/
|
|
1541
1614
|
var AccessReason;
|
|
1542
1615
|
(function (AccessReason) {
|
|
@@ -1550,7 +1623,7 @@ var enums;
|
|
|
1550
1623
|
})(AccessReason = enums.AccessReason || (enums.AccessReason = {}));
|
|
1551
1624
|
/**
|
|
1552
1625
|
* @name AccessRoleEnum.AccessRole
|
|
1553
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1626
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AccessRoleEnum.AccessRole
|
|
1554
1627
|
*/
|
|
1555
1628
|
var AccessRole;
|
|
1556
1629
|
(function (AccessRole) {
|
|
@@ -1563,7 +1636,7 @@ var enums;
|
|
|
1563
1636
|
})(AccessRole = enums.AccessRole || (enums.AccessRole = {}));
|
|
1564
1637
|
/**
|
|
1565
1638
|
* @name AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1566
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1639
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1567
1640
|
*/
|
|
1568
1641
|
var AccountBudgetProposalStatus;
|
|
1569
1642
|
(function (AccountBudgetProposalStatus) {
|
|
@@ -1577,7 +1650,7 @@ var enums;
|
|
|
1577
1650
|
})(AccountBudgetProposalStatus = enums.AccountBudgetProposalStatus || (enums.AccountBudgetProposalStatus = {}));
|
|
1578
1651
|
/**
|
|
1579
1652
|
* @name AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1580
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1653
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1581
1654
|
*/
|
|
1582
1655
|
var AccountBudgetProposalType;
|
|
1583
1656
|
(function (AccountBudgetProposalType) {
|
|
@@ -1590,7 +1663,7 @@ var enums;
|
|
|
1590
1663
|
})(AccountBudgetProposalType = enums.AccountBudgetProposalType || (enums.AccountBudgetProposalType = {}));
|
|
1591
1664
|
/**
|
|
1592
1665
|
* @name AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1593
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1666
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1594
1667
|
*/
|
|
1595
1668
|
var AccountBudgetStatus;
|
|
1596
1669
|
(function (AccountBudgetStatus) {
|
|
@@ -1602,7 +1675,7 @@ var enums;
|
|
|
1602
1675
|
})(AccountBudgetStatus = enums.AccountBudgetStatus || (enums.AccountBudgetStatus = {}));
|
|
1603
1676
|
/**
|
|
1604
1677
|
* @name AccountLinkStatusEnum.AccountLinkStatus
|
|
1605
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1678
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AccountLinkStatusEnum.AccountLinkStatus
|
|
1606
1679
|
*/
|
|
1607
1680
|
var AccountLinkStatus;
|
|
1608
1681
|
(function (AccountLinkStatus) {
|
|
@@ -1617,7 +1690,7 @@ var enums;
|
|
|
1617
1690
|
})(AccountLinkStatus = enums.AccountLinkStatus || (enums.AccountLinkStatus = {}));
|
|
1618
1691
|
/**
|
|
1619
1692
|
* @name AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1620
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1693
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1621
1694
|
*/
|
|
1622
1695
|
var AdCustomizerPlaceholderField;
|
|
1623
1696
|
(function (AdCustomizerPlaceholderField) {
|
|
@@ -1630,7 +1703,7 @@ var enums;
|
|
|
1630
1703
|
})(AdCustomizerPlaceholderField = enums.AdCustomizerPlaceholderField || (enums.AdCustomizerPlaceholderField = {}));
|
|
1631
1704
|
/**
|
|
1632
1705
|
* @name AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1633
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1706
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1634
1707
|
*/
|
|
1635
1708
|
var AdGroupAdRotationMode;
|
|
1636
1709
|
(function (AdGroupAdRotationMode) {
|
|
@@ -1641,7 +1714,7 @@ var enums;
|
|
|
1641
1714
|
})(AdGroupAdRotationMode = enums.AdGroupAdRotationMode || (enums.AdGroupAdRotationMode = {}));
|
|
1642
1715
|
/**
|
|
1643
1716
|
* @name AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1644
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1717
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1645
1718
|
*/
|
|
1646
1719
|
var AdGroupAdStatus;
|
|
1647
1720
|
(function (AdGroupAdStatus) {
|
|
@@ -1653,7 +1726,7 @@ var enums;
|
|
|
1653
1726
|
})(AdGroupAdStatus = enums.AdGroupAdStatus || (enums.AdGroupAdStatus = {}));
|
|
1654
1727
|
/**
|
|
1655
1728
|
* @name AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1656
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1729
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1657
1730
|
*/
|
|
1658
1731
|
var AdGroupCriterionApprovalStatus;
|
|
1659
1732
|
(function (AdGroupCriterionApprovalStatus) {
|
|
@@ -1666,7 +1739,7 @@ var enums;
|
|
|
1666
1739
|
})(AdGroupCriterionApprovalStatus = enums.AdGroupCriterionApprovalStatus || (enums.AdGroupCriterionApprovalStatus = {}));
|
|
1667
1740
|
/**
|
|
1668
1741
|
* @name AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
1669
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1742
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
1670
1743
|
*/
|
|
1671
1744
|
var AdGroupCriterionStatus;
|
|
1672
1745
|
(function (AdGroupCriterionStatus) {
|
|
@@ -1678,7 +1751,7 @@ var enums;
|
|
|
1678
1751
|
})(AdGroupCriterionStatus = enums.AdGroupCriterionStatus || (enums.AdGroupCriterionStatus = {}));
|
|
1679
1752
|
/**
|
|
1680
1753
|
* @name AdGroupStatusEnum.AdGroupStatus
|
|
1681
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1754
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdGroupStatusEnum.AdGroupStatus
|
|
1682
1755
|
*/
|
|
1683
1756
|
var AdGroupStatus;
|
|
1684
1757
|
(function (AdGroupStatus) {
|
|
@@ -1690,7 +1763,7 @@ var enums;
|
|
|
1690
1763
|
})(AdGroupStatus = enums.AdGroupStatus || (enums.AdGroupStatus = {}));
|
|
1691
1764
|
/**
|
|
1692
1765
|
* @name AdGroupTypeEnum.AdGroupType
|
|
1693
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1766
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdGroupTypeEnum.AdGroupType
|
|
1694
1767
|
*/
|
|
1695
1768
|
var AdGroupType;
|
|
1696
1769
|
(function (AdGroupType) {
|
|
@@ -1715,7 +1788,7 @@ var enums;
|
|
|
1715
1788
|
})(AdGroupType = enums.AdGroupType || (enums.AdGroupType = {}));
|
|
1716
1789
|
/**
|
|
1717
1790
|
* @name AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
1718
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1791
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
1719
1792
|
*/
|
|
1720
1793
|
var AdServingOptimizationStatus;
|
|
1721
1794
|
(function (AdServingOptimizationStatus) {
|
|
@@ -1729,7 +1802,7 @@ var enums;
|
|
|
1729
1802
|
})(AdServingOptimizationStatus = enums.AdServingOptimizationStatus || (enums.AdServingOptimizationStatus = {}));
|
|
1730
1803
|
/**
|
|
1731
1804
|
* @name AdStrengthEnum.AdStrength
|
|
1732
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1805
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdStrengthEnum.AdStrength
|
|
1733
1806
|
*/
|
|
1734
1807
|
var AdStrength;
|
|
1735
1808
|
(function (AdStrength) {
|
|
@@ -1744,7 +1817,7 @@ var enums;
|
|
|
1744
1817
|
})(AdStrength = enums.AdStrength || (enums.AdStrength = {}));
|
|
1745
1818
|
/**
|
|
1746
1819
|
* @name AdTypeEnum.AdType
|
|
1747
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1820
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AdTypeEnum.AdType
|
|
1748
1821
|
*/
|
|
1749
1822
|
var AdType;
|
|
1750
1823
|
(function (AdType) {
|
|
@@ -1777,10 +1850,11 @@ var enums;
|
|
|
1777
1850
|
AdType[AdType["VIDEO_RESPONSIVE_AD"] = 30] = "VIDEO_RESPONSIVE_AD";
|
|
1778
1851
|
AdType[AdType["SMART_CAMPAIGN_AD"] = 31] = "SMART_CAMPAIGN_AD";
|
|
1779
1852
|
AdType[AdType["CALL_AD"] = 32] = "CALL_AD";
|
|
1853
|
+
AdType[AdType["APP_PRE_REGISTRATION_AD"] = 33] = "APP_PRE_REGISTRATION_AD";
|
|
1780
1854
|
})(AdType = enums.AdType || (enums.AdType = {}));
|
|
1781
1855
|
/**
|
|
1782
1856
|
* @name AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
1783
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1857
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
1784
1858
|
*/
|
|
1785
1859
|
var AffiliateLocationFeedRelationshipType;
|
|
1786
1860
|
(function (AffiliateLocationFeedRelationshipType) {
|
|
@@ -1790,7 +1864,7 @@ var enums;
|
|
|
1790
1864
|
})(AffiliateLocationFeedRelationshipType = enums.AffiliateLocationFeedRelationshipType || (enums.AffiliateLocationFeedRelationshipType = {}));
|
|
1791
1865
|
/**
|
|
1792
1866
|
* @name AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
1793
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1867
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
1794
1868
|
*/
|
|
1795
1869
|
var AffiliateLocationPlaceholderField;
|
|
1796
1870
|
(function (AffiliateLocationPlaceholderField) {
|
|
@@ -1810,7 +1884,7 @@ var enums;
|
|
|
1810
1884
|
})(AffiliateLocationPlaceholderField = enums.AffiliateLocationPlaceholderField || (enums.AffiliateLocationPlaceholderField = {}));
|
|
1811
1885
|
/**
|
|
1812
1886
|
* @name AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
1813
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1887
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
1814
1888
|
*/
|
|
1815
1889
|
var AppCampaignAppStore;
|
|
1816
1890
|
(function (AppCampaignAppStore) {
|
|
@@ -1821,7 +1895,7 @@ var enums;
|
|
|
1821
1895
|
})(AppCampaignAppStore = enums.AppCampaignAppStore || (enums.AppCampaignAppStore = {}));
|
|
1822
1896
|
/**
|
|
1823
1897
|
* @name AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
1824
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1898
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
1825
1899
|
*/
|
|
1826
1900
|
var AppCampaignBiddingStrategyGoalType;
|
|
1827
1901
|
(function (AppCampaignBiddingStrategyGoalType) {
|
|
@@ -1831,10 +1905,12 @@ var enums;
|
|
|
1831
1905
|
AppCampaignBiddingStrategyGoalType[AppCampaignBiddingStrategyGoalType["OPTIMIZE_IN_APP_CONVERSIONS_TARGET_INSTALL_COST"] = 3] = "OPTIMIZE_IN_APP_CONVERSIONS_TARGET_INSTALL_COST";
|
|
1832
1906
|
AppCampaignBiddingStrategyGoalType[AppCampaignBiddingStrategyGoalType["OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST"] = 4] = "OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST";
|
|
1833
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";
|
|
1834
1910
|
})(AppCampaignBiddingStrategyGoalType = enums.AppCampaignBiddingStrategyGoalType || (enums.AppCampaignBiddingStrategyGoalType = {}));
|
|
1835
1911
|
/**
|
|
1836
1912
|
* @name AppPlaceholderFieldEnum.AppPlaceholderField
|
|
1837
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1913
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AppPlaceholderFieldEnum.AppPlaceholderField
|
|
1838
1914
|
*/
|
|
1839
1915
|
var AppPlaceholderField;
|
|
1840
1916
|
(function (AppPlaceholderField) {
|
|
@@ -1851,7 +1927,7 @@ var enums;
|
|
|
1851
1927
|
})(AppPlaceholderField = enums.AppPlaceholderField || (enums.AppPlaceholderField = {}));
|
|
1852
1928
|
/**
|
|
1853
1929
|
* @name AssetFieldTypeEnum.AssetFieldType
|
|
1854
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1930
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AssetFieldTypeEnum.AssetFieldType
|
|
1855
1931
|
*/
|
|
1856
1932
|
var AssetFieldType;
|
|
1857
1933
|
(function (AssetFieldType) {
|
|
@@ -1869,10 +1945,34 @@ var enums;
|
|
|
1869
1945
|
AssetFieldType[AssetFieldType["CALLOUT"] = 11] = "CALLOUT";
|
|
1870
1946
|
AssetFieldType[AssetFieldType["STRUCTURED_SNIPPET"] = 12] = "STRUCTURED_SNIPPET";
|
|
1871
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";
|
|
1872
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 = {}));
|
|
1873
1973
|
/**
|
|
1874
1974
|
* @name AssetLinkStatusEnum.AssetLinkStatus
|
|
1875
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1975
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AssetLinkStatusEnum.AssetLinkStatus
|
|
1876
1976
|
*/
|
|
1877
1977
|
var AssetLinkStatus;
|
|
1878
1978
|
(function (AssetLinkStatus) {
|
|
@@ -1882,9 +1982,54 @@ var enums;
|
|
|
1882
1982
|
AssetLinkStatus[AssetLinkStatus["REMOVED"] = 3] = "REMOVED";
|
|
1883
1983
|
AssetLinkStatus[AssetLinkStatus["PAUSED"] = 4] = "PAUSED";
|
|
1884
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 = {}));
|
|
1885
2030
|
/**
|
|
1886
2031
|
* @name AssetTypeEnum.AssetType
|
|
1887
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2032
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AssetTypeEnum.AssetType
|
|
1888
2033
|
*/
|
|
1889
2034
|
var AssetType;
|
|
1890
2035
|
(function (AssetType) {
|
|
@@ -1900,10 +2045,17 @@ var enums;
|
|
|
1900
2045
|
AssetType[AssetType["CALLOUT"] = 9] = "CALLOUT";
|
|
1901
2046
|
AssetType[AssetType["STRUCTURED_SNIPPET"] = 10] = "STRUCTURED_SNIPPET";
|
|
1902
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";
|
|
1903
2055
|
})(AssetType = enums.AssetType || (enums.AssetType = {}));
|
|
1904
2056
|
/**
|
|
1905
2057
|
* @name AttributionModelEnum.AttributionModel
|
|
1906
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2058
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/AttributionModelEnum.AttributionModel
|
|
1907
2059
|
*/
|
|
1908
2060
|
var AttributionModel;
|
|
1909
2061
|
(function (AttributionModel) {
|
|
@@ -1919,7 +2071,7 @@ var enums;
|
|
|
1919
2071
|
})(AttributionModel = enums.AttributionModel || (enums.AttributionModel = {}));
|
|
1920
2072
|
/**
|
|
1921
2073
|
* @name BatchJobStatusEnum.BatchJobStatus
|
|
1922
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2074
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BatchJobStatusEnum.BatchJobStatus
|
|
1923
2075
|
*/
|
|
1924
2076
|
var BatchJobStatus;
|
|
1925
2077
|
(function (BatchJobStatus) {
|
|
@@ -1931,7 +2083,7 @@ var enums;
|
|
|
1931
2083
|
})(BatchJobStatus = enums.BatchJobStatus || (enums.BatchJobStatus = {}));
|
|
1932
2084
|
/**
|
|
1933
2085
|
* @name BidModifierSourceEnum.BidModifierSource
|
|
1934
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2086
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BidModifierSourceEnum.BidModifierSource
|
|
1935
2087
|
*/
|
|
1936
2088
|
var BidModifierSource;
|
|
1937
2089
|
(function (BidModifierSource) {
|
|
@@ -1942,7 +2094,7 @@ var enums;
|
|
|
1942
2094
|
})(BidModifierSource = enums.BidModifierSource || (enums.BidModifierSource = {}));
|
|
1943
2095
|
/**
|
|
1944
2096
|
* @name BiddingSourceEnum.BiddingSource
|
|
1945
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2097
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BiddingSourceEnum.BiddingSource
|
|
1946
2098
|
*/
|
|
1947
2099
|
var BiddingSource;
|
|
1948
2100
|
(function (BiddingSource) {
|
|
@@ -1954,7 +2106,7 @@ var enums;
|
|
|
1954
2106
|
})(BiddingSource = enums.BiddingSource || (enums.BiddingSource = {}));
|
|
1955
2107
|
/**
|
|
1956
2108
|
* @name BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
1957
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2109
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
1958
2110
|
*/
|
|
1959
2111
|
var BiddingStrategyStatus;
|
|
1960
2112
|
(function (BiddingStrategyStatus) {
|
|
@@ -1965,7 +2117,7 @@ var enums;
|
|
|
1965
2117
|
})(BiddingStrategyStatus = enums.BiddingStrategyStatus || (enums.BiddingStrategyStatus = {}));
|
|
1966
2118
|
/**
|
|
1967
2119
|
* @name BiddingStrategyTypeEnum.BiddingStrategyType
|
|
1968
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2120
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BiddingStrategyTypeEnum.BiddingStrategyType
|
|
1969
2121
|
*/
|
|
1970
2122
|
var BiddingStrategyType;
|
|
1971
2123
|
(function (BiddingStrategyType) {
|
|
@@ -1973,6 +2125,7 @@ var enums;
|
|
|
1973
2125
|
BiddingStrategyType[BiddingStrategyType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1974
2126
|
BiddingStrategyType[BiddingStrategyType["COMMISSION"] = 16] = "COMMISSION";
|
|
1975
2127
|
BiddingStrategyType[BiddingStrategyType["ENHANCED_CPC"] = 2] = "ENHANCED_CPC";
|
|
2128
|
+
BiddingStrategyType[BiddingStrategyType["INVALID"] = 17] = "INVALID";
|
|
1976
2129
|
BiddingStrategyType[BiddingStrategyType["MANUAL_CPC"] = 3] = "MANUAL_CPC";
|
|
1977
2130
|
BiddingStrategyType[BiddingStrategyType["MANUAL_CPM"] = 4] = "MANUAL_CPM";
|
|
1978
2131
|
BiddingStrategyType[BiddingStrategyType["MANUAL_CPV"] = 13] = "MANUAL_CPV";
|
|
@@ -1989,7 +2142,7 @@ var enums;
|
|
|
1989
2142
|
})(BiddingStrategyType = enums.BiddingStrategyType || (enums.BiddingStrategyType = {}));
|
|
1990
2143
|
/**
|
|
1991
2144
|
* @name BillingSetupStatusEnum.BillingSetupStatus
|
|
1992
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2145
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BillingSetupStatusEnum.BillingSetupStatus
|
|
1993
2146
|
*/
|
|
1994
2147
|
var BillingSetupStatus;
|
|
1995
2148
|
(function (BillingSetupStatus) {
|
|
@@ -2002,7 +2155,7 @@ var enums;
|
|
|
2002
2155
|
})(BillingSetupStatus = enums.BillingSetupStatus || (enums.BillingSetupStatus = {}));
|
|
2003
2156
|
/**
|
|
2004
2157
|
* @name BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2005
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2158
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2006
2159
|
*/
|
|
2007
2160
|
var BrandSafetySuitability;
|
|
2008
2161
|
(function (BrandSafetySuitability) {
|
|
@@ -2014,7 +2167,7 @@ var enums;
|
|
|
2014
2167
|
})(BrandSafetySuitability = enums.BrandSafetySuitability || (enums.BrandSafetySuitability = {}));
|
|
2015
2168
|
/**
|
|
2016
2169
|
* @name BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2017
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2170
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2018
2171
|
*/
|
|
2019
2172
|
var BudgetDeliveryMethod;
|
|
2020
2173
|
(function (BudgetDeliveryMethod) {
|
|
@@ -2025,7 +2178,7 @@ var enums;
|
|
|
2025
2178
|
})(BudgetDeliveryMethod = enums.BudgetDeliveryMethod || (enums.BudgetDeliveryMethod = {}));
|
|
2026
2179
|
/**
|
|
2027
2180
|
* @name BudgetPeriodEnum.BudgetPeriod
|
|
2028
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2181
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BudgetPeriodEnum.BudgetPeriod
|
|
2029
2182
|
*/
|
|
2030
2183
|
var BudgetPeriod;
|
|
2031
2184
|
(function (BudgetPeriod) {
|
|
@@ -2036,7 +2189,7 @@ var enums;
|
|
|
2036
2189
|
})(BudgetPeriod = enums.BudgetPeriod || (enums.BudgetPeriod = {}));
|
|
2037
2190
|
/**
|
|
2038
2191
|
* @name BudgetStatusEnum.BudgetStatus
|
|
2039
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2192
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BudgetStatusEnum.BudgetStatus
|
|
2040
2193
|
*/
|
|
2041
2194
|
var BudgetStatus;
|
|
2042
2195
|
(function (BudgetStatus) {
|
|
@@ -2047,20 +2200,19 @@ var enums;
|
|
|
2047
2200
|
})(BudgetStatus = enums.BudgetStatus || (enums.BudgetStatus = {}));
|
|
2048
2201
|
/**
|
|
2049
2202
|
* @name BudgetTypeEnum.BudgetType
|
|
2050
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2203
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/BudgetTypeEnum.BudgetType
|
|
2051
2204
|
*/
|
|
2052
2205
|
var BudgetType;
|
|
2053
2206
|
(function (BudgetType) {
|
|
2054
2207
|
BudgetType[BudgetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2055
2208
|
BudgetType[BudgetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2056
2209
|
BudgetType[BudgetType["STANDARD"] = 2] = "STANDARD";
|
|
2057
|
-
BudgetType[BudgetType["HOTEL_ADS_COMMISSION"] = 3] = "HOTEL_ADS_COMMISSION";
|
|
2058
2210
|
BudgetType[BudgetType["FIXED_CPA"] = 4] = "FIXED_CPA";
|
|
2059
2211
|
BudgetType[BudgetType["SMART_CAMPAIGN"] = 5] = "SMART_CAMPAIGN";
|
|
2060
2212
|
})(BudgetType = enums.BudgetType || (enums.BudgetType = {}));
|
|
2061
2213
|
/**
|
|
2062
2214
|
* @name CallPlaceholderFieldEnum.CallPlaceholderField
|
|
2063
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2215
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CallPlaceholderFieldEnum.CallPlaceholderField
|
|
2064
2216
|
*/
|
|
2065
2217
|
var CallPlaceholderField;
|
|
2066
2218
|
(function (CallPlaceholderField) {
|
|
@@ -2074,7 +2226,7 @@ var enums;
|
|
|
2074
2226
|
})(CallPlaceholderField = enums.CallPlaceholderField || (enums.CallPlaceholderField = {}));
|
|
2075
2227
|
/**
|
|
2076
2228
|
* @name CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2077
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2229
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2078
2230
|
*/
|
|
2079
2231
|
var CallTrackingDisplayLocation;
|
|
2080
2232
|
(function (CallTrackingDisplayLocation) {
|
|
@@ -2085,7 +2237,7 @@ var enums;
|
|
|
2085
2237
|
})(CallTrackingDisplayLocation = enums.CallTrackingDisplayLocation || (enums.CallTrackingDisplayLocation = {}));
|
|
2086
2238
|
/**
|
|
2087
2239
|
* @name CallTypeEnum.CallType
|
|
2088
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2240
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CallTypeEnum.CallType
|
|
2089
2241
|
*/
|
|
2090
2242
|
var CallType;
|
|
2091
2243
|
(function (CallType) {
|
|
@@ -2096,7 +2248,7 @@ var enums;
|
|
|
2096
2248
|
})(CallType = enums.CallType || (enums.CallType = {}));
|
|
2097
2249
|
/**
|
|
2098
2250
|
* @name CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
2099
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2251
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
2100
2252
|
*/
|
|
2101
2253
|
var CalloutPlaceholderField;
|
|
2102
2254
|
(function (CalloutPlaceholderField) {
|
|
@@ -2106,7 +2258,7 @@ var enums;
|
|
|
2106
2258
|
})(CalloutPlaceholderField = enums.CalloutPlaceholderField || (enums.CalloutPlaceholderField = {}));
|
|
2107
2259
|
/**
|
|
2108
2260
|
* @name CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2109
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2261
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2110
2262
|
*/
|
|
2111
2263
|
var CampaignCriterionStatus;
|
|
2112
2264
|
(function (CampaignCriterionStatus) {
|
|
@@ -2118,7 +2270,7 @@ var enums;
|
|
|
2118
2270
|
})(CampaignCriterionStatus = enums.CampaignCriterionStatus || (enums.CampaignCriterionStatus = {}));
|
|
2119
2271
|
/**
|
|
2120
2272
|
* @name CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2121
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2273
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2122
2274
|
*/
|
|
2123
2275
|
var CampaignDraftStatus;
|
|
2124
2276
|
(function (CampaignDraftStatus) {
|
|
@@ -2132,7 +2284,7 @@ var enums;
|
|
|
2132
2284
|
})(CampaignDraftStatus = enums.CampaignDraftStatus || (enums.CampaignDraftStatus = {}));
|
|
2133
2285
|
/**
|
|
2134
2286
|
* @name CampaignExperimentStatusEnum.CampaignExperimentStatus
|
|
2135
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2287
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignExperimentStatusEnum.CampaignExperimentStatus
|
|
2136
2288
|
*/
|
|
2137
2289
|
var CampaignExperimentStatus;
|
|
2138
2290
|
(function (CampaignExperimentStatus) {
|
|
@@ -2150,7 +2302,7 @@ var enums;
|
|
|
2150
2302
|
})(CampaignExperimentStatus = enums.CampaignExperimentStatus || (enums.CampaignExperimentStatus = {}));
|
|
2151
2303
|
/**
|
|
2152
2304
|
* @name CampaignExperimentTrafficSplitTypeEnum.CampaignExperimentTrafficSplitType
|
|
2153
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2305
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignExperimentTrafficSplitTypeEnum.CampaignExperimentTrafficSplitType
|
|
2154
2306
|
*/
|
|
2155
2307
|
var CampaignExperimentTrafficSplitType;
|
|
2156
2308
|
(function (CampaignExperimentTrafficSplitType) {
|
|
@@ -2161,7 +2313,7 @@ var enums;
|
|
|
2161
2313
|
})(CampaignExperimentTrafficSplitType = enums.CampaignExperimentTrafficSplitType || (enums.CampaignExperimentTrafficSplitType = {}));
|
|
2162
2314
|
/**
|
|
2163
2315
|
* @name CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2164
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2316
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2165
2317
|
*/
|
|
2166
2318
|
var CampaignExperimentType;
|
|
2167
2319
|
(function (CampaignExperimentType) {
|
|
@@ -2173,7 +2325,7 @@ var enums;
|
|
|
2173
2325
|
})(CampaignExperimentType = enums.CampaignExperimentType || (enums.CampaignExperimentType = {}));
|
|
2174
2326
|
/**
|
|
2175
2327
|
* @name CampaignServingStatusEnum.CampaignServingStatus
|
|
2176
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2328
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignServingStatusEnum.CampaignServingStatus
|
|
2177
2329
|
*/
|
|
2178
2330
|
var CampaignServingStatus;
|
|
2179
2331
|
(function (CampaignServingStatus) {
|
|
@@ -2187,7 +2339,7 @@ var enums;
|
|
|
2187
2339
|
})(CampaignServingStatus = enums.CampaignServingStatus || (enums.CampaignServingStatus = {}));
|
|
2188
2340
|
/**
|
|
2189
2341
|
* @name CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2190
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2342
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2191
2343
|
*/
|
|
2192
2344
|
var CampaignSharedSetStatus;
|
|
2193
2345
|
(function (CampaignSharedSetStatus) {
|
|
@@ -2198,7 +2350,7 @@ var enums;
|
|
|
2198
2350
|
})(CampaignSharedSetStatus = enums.CampaignSharedSetStatus || (enums.CampaignSharedSetStatus = {}));
|
|
2199
2351
|
/**
|
|
2200
2352
|
* @name CampaignStatusEnum.CampaignStatus
|
|
2201
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2353
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CampaignStatusEnum.CampaignStatus
|
|
2202
2354
|
*/
|
|
2203
2355
|
var CampaignStatus;
|
|
2204
2356
|
(function (CampaignStatus) {
|
|
@@ -2210,7 +2362,7 @@ var enums;
|
|
|
2210
2362
|
})(CampaignStatus = enums.CampaignStatus || (enums.CampaignStatus = {}));
|
|
2211
2363
|
/**
|
|
2212
2364
|
* @name ChangeClientTypeEnum.ChangeClientType
|
|
2213
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2365
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ChangeClientTypeEnum.ChangeClientType
|
|
2214
2366
|
*/
|
|
2215
2367
|
var ChangeClientType;
|
|
2216
2368
|
(function (ChangeClientType) {
|
|
@@ -2231,7 +2383,7 @@ var enums;
|
|
|
2231
2383
|
})(ChangeClientType = enums.ChangeClientType || (enums.ChangeClientType = {}));
|
|
2232
2384
|
/**
|
|
2233
2385
|
* @name ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2234
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2386
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2235
2387
|
*/
|
|
2236
2388
|
var ChangeEventResourceType;
|
|
2237
2389
|
(function (ChangeEventResourceType) {
|
|
@@ -2249,10 +2401,14 @@ var enums;
|
|
|
2249
2401
|
ChangeEventResourceType[ChangeEventResourceType["CAMPAIGN_FEED"] = 11] = "CAMPAIGN_FEED";
|
|
2250
2402
|
ChangeEventResourceType[ChangeEventResourceType["AD_GROUP_FEED"] = 12] = "AD_GROUP_FEED";
|
|
2251
2403
|
ChangeEventResourceType[ChangeEventResourceType["AD_GROUP_AD"] = 13] = "AD_GROUP_AD";
|
|
2404
|
+
ChangeEventResourceType[ChangeEventResourceType["ASSET"] = 14] = "ASSET";
|
|
2405
|
+
ChangeEventResourceType[ChangeEventResourceType["CUSTOMER_ASSET"] = 15] = "CUSTOMER_ASSET";
|
|
2406
|
+
ChangeEventResourceType[ChangeEventResourceType["CAMPAIGN_ASSET"] = 16] = "CAMPAIGN_ASSET";
|
|
2407
|
+
ChangeEventResourceType[ChangeEventResourceType["AD_GROUP_ASSET"] = 17] = "AD_GROUP_ASSET";
|
|
2252
2408
|
})(ChangeEventResourceType = enums.ChangeEventResourceType || (enums.ChangeEventResourceType = {}));
|
|
2253
2409
|
/**
|
|
2254
2410
|
* @name ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2255
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2411
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2256
2412
|
*/
|
|
2257
2413
|
var ChangeStatusOperation;
|
|
2258
2414
|
(function (ChangeStatusOperation) {
|
|
@@ -2264,7 +2420,7 @@ var enums;
|
|
|
2264
2420
|
})(ChangeStatusOperation = enums.ChangeStatusOperation || (enums.ChangeStatusOperation = {}));
|
|
2265
2421
|
/**
|
|
2266
2422
|
* @name ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2267
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2423
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2268
2424
|
*/
|
|
2269
2425
|
var ChangeStatusResourceType;
|
|
2270
2426
|
(function (ChangeStatusResourceType) {
|
|
@@ -2280,10 +2436,16 @@ var enums;
|
|
|
2280
2436
|
ChangeStatusResourceType[ChangeStatusResourceType["AD_GROUP_FEED"] = 11] = "AD_GROUP_FEED";
|
|
2281
2437
|
ChangeStatusResourceType[ChangeStatusResourceType["CAMPAIGN_FEED"] = 12] = "CAMPAIGN_FEED";
|
|
2282
2438
|
ChangeStatusResourceType[ChangeStatusResourceType["AD_GROUP_BID_MODIFIER"] = 13] = "AD_GROUP_BID_MODIFIER";
|
|
2439
|
+
ChangeStatusResourceType[ChangeStatusResourceType["SHARED_SET"] = 14] = "SHARED_SET";
|
|
2440
|
+
ChangeStatusResourceType[ChangeStatusResourceType["CAMPAIGN_SHARED_SET"] = 15] = "CAMPAIGN_SHARED_SET";
|
|
2441
|
+
ChangeStatusResourceType[ChangeStatusResourceType["ASSET"] = 16] = "ASSET";
|
|
2442
|
+
ChangeStatusResourceType[ChangeStatusResourceType["CUSTOMER_ASSET"] = 17] = "CUSTOMER_ASSET";
|
|
2443
|
+
ChangeStatusResourceType[ChangeStatusResourceType["CAMPAIGN_ASSET"] = 18] = "CAMPAIGN_ASSET";
|
|
2444
|
+
ChangeStatusResourceType[ChangeStatusResourceType["AD_GROUP_ASSET"] = 19] = "AD_GROUP_ASSET";
|
|
2283
2445
|
})(ChangeStatusResourceType = enums.ChangeStatusResourceType || (enums.ChangeStatusResourceType = {}));
|
|
2284
2446
|
/**
|
|
2285
2447
|
* @name CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2286
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2448
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2287
2449
|
*/
|
|
2288
2450
|
var CombinedAudienceStatus;
|
|
2289
2451
|
(function (CombinedAudienceStatus) {
|
|
@@ -2294,7 +2456,7 @@ var enums;
|
|
|
2294
2456
|
})(CombinedAudienceStatus = enums.CombinedAudienceStatus || (enums.CombinedAudienceStatus = {}));
|
|
2295
2457
|
/**
|
|
2296
2458
|
* @name ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2297
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2459
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2298
2460
|
*/
|
|
2299
2461
|
var ConversionActionCountingType;
|
|
2300
2462
|
(function (ConversionActionCountingType) {
|
|
@@ -2305,7 +2467,7 @@ var enums;
|
|
|
2305
2467
|
})(ConversionActionCountingType = enums.ConversionActionCountingType || (enums.ConversionActionCountingType = {}));
|
|
2306
2468
|
/**
|
|
2307
2469
|
* @name ConversionActionStatusEnum.ConversionActionStatus
|
|
2308
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2470
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionActionStatusEnum.ConversionActionStatus
|
|
2309
2471
|
*/
|
|
2310
2472
|
var ConversionActionStatus;
|
|
2311
2473
|
(function (ConversionActionStatus) {
|
|
@@ -2317,7 +2479,7 @@ var enums;
|
|
|
2317
2479
|
})(ConversionActionStatus = enums.ConversionActionStatus || (enums.ConversionActionStatus = {}));
|
|
2318
2480
|
/**
|
|
2319
2481
|
* @name ConversionActionTypeEnum.ConversionActionType
|
|
2320
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2482
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionActionTypeEnum.ConversionActionType
|
|
2321
2483
|
*/
|
|
2322
2484
|
var ConversionActionType;
|
|
2323
2485
|
(function (ConversionActionType) {
|
|
@@ -2361,7 +2523,7 @@ var enums;
|
|
|
2361
2523
|
})(ConversionActionType = enums.ConversionActionType || (enums.ConversionActionType = {}));
|
|
2362
2524
|
/**
|
|
2363
2525
|
* @name ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
2364
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2526
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
2365
2527
|
*/
|
|
2366
2528
|
var ConversionAdjustmentType;
|
|
2367
2529
|
(function (ConversionAdjustmentType) {
|
|
@@ -2369,10 +2531,11 @@ var enums;
|
|
|
2369
2531
|
ConversionAdjustmentType[ConversionAdjustmentType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2370
2532
|
ConversionAdjustmentType[ConversionAdjustmentType["RETRACTION"] = 2] = "RETRACTION";
|
|
2371
2533
|
ConversionAdjustmentType[ConversionAdjustmentType["RESTATEMENT"] = 3] = "RESTATEMENT";
|
|
2534
|
+
ConversionAdjustmentType[ConversionAdjustmentType["ENHANCEMENT"] = 4] = "ENHANCEMENT";
|
|
2372
2535
|
})(ConversionAdjustmentType = enums.ConversionAdjustmentType || (enums.ConversionAdjustmentType = {}));
|
|
2373
2536
|
/**
|
|
2374
2537
|
* @name ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
2375
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2538
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
2376
2539
|
*/
|
|
2377
2540
|
var ConversionCustomVariableStatus;
|
|
2378
2541
|
(function (ConversionCustomVariableStatus) {
|
|
@@ -2382,9 +2545,48 @@ var enums;
|
|
|
2382
2545
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["ENABLED"] = 3] = "ENABLED";
|
|
2383
2546
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["PAUSED"] = 4] = "PAUSED";
|
|
2384
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 = {}));
|
|
2563
|
+
/**
|
|
2564
|
+
* @name ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
2565
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
2566
|
+
*/
|
|
2567
|
+
var ConversionValueRuleSetStatus;
|
|
2568
|
+
(function (ConversionValueRuleSetStatus) {
|
|
2569
|
+
ConversionValueRuleSetStatus[ConversionValueRuleSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2570
|
+
ConversionValueRuleSetStatus[ConversionValueRuleSetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2571
|
+
ConversionValueRuleSetStatus[ConversionValueRuleSetStatus["ENABLED"] = 2] = "ENABLED";
|
|
2572
|
+
ConversionValueRuleSetStatus[ConversionValueRuleSetStatus["REMOVED"] = 3] = "REMOVED";
|
|
2573
|
+
ConversionValueRuleSetStatus[ConversionValueRuleSetStatus["PAUSED"] = 4] = "PAUSED";
|
|
2574
|
+
})(ConversionValueRuleSetStatus = enums.ConversionValueRuleSetStatus || (enums.ConversionValueRuleSetStatus = {}));
|
|
2575
|
+
/**
|
|
2576
|
+
* @name ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
2577
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
2578
|
+
*/
|
|
2579
|
+
var ConversionValueRuleStatus;
|
|
2580
|
+
(function (ConversionValueRuleStatus) {
|
|
2581
|
+
ConversionValueRuleStatus[ConversionValueRuleStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2582
|
+
ConversionValueRuleStatus[ConversionValueRuleStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2583
|
+
ConversionValueRuleStatus[ConversionValueRuleStatus["ENABLED"] = 2] = "ENABLED";
|
|
2584
|
+
ConversionValueRuleStatus[ConversionValueRuleStatus["REMOVED"] = 3] = "REMOVED";
|
|
2585
|
+
ConversionValueRuleStatus[ConversionValueRuleStatus["PAUSED"] = 4] = "PAUSED";
|
|
2586
|
+
})(ConversionValueRuleStatus = enums.ConversionValueRuleStatus || (enums.ConversionValueRuleStatus = {}));
|
|
2385
2587
|
/**
|
|
2386
2588
|
* @name CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
2387
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2589
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
2388
2590
|
*/
|
|
2389
2591
|
var CriterionSystemServingStatus;
|
|
2390
2592
|
(function (CriterionSystemServingStatus) {
|
|
@@ -2395,7 +2597,7 @@ var enums;
|
|
|
2395
2597
|
})(CriterionSystemServingStatus = enums.CriterionSystemServingStatus || (enums.CriterionSystemServingStatus = {}));
|
|
2396
2598
|
/**
|
|
2397
2599
|
* @name CriterionTypeEnum.CriterionType
|
|
2398
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2600
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CriterionTypeEnum.CriterionType
|
|
2399
2601
|
*/
|
|
2400
2602
|
var CriterionType;
|
|
2401
2603
|
(function (CriterionType) {
|
|
@@ -2437,7 +2639,7 @@ var enums;
|
|
|
2437
2639
|
})(CriterionType = enums.CriterionType || (enums.CriterionType = {}));
|
|
2438
2640
|
/**
|
|
2439
2641
|
* @name CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
2440
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2642
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
2441
2643
|
*/
|
|
2442
2644
|
var CustomAudienceMemberType;
|
|
2443
2645
|
(function (CustomAudienceMemberType) {
|
|
@@ -2450,7 +2652,7 @@ var enums;
|
|
|
2450
2652
|
})(CustomAudienceMemberType = enums.CustomAudienceMemberType || (enums.CustomAudienceMemberType = {}));
|
|
2451
2653
|
/**
|
|
2452
2654
|
* @name CustomAudienceStatusEnum.CustomAudienceStatus
|
|
2453
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2655
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomAudienceStatusEnum.CustomAudienceStatus
|
|
2454
2656
|
*/
|
|
2455
2657
|
var CustomAudienceStatus;
|
|
2456
2658
|
(function (CustomAudienceStatus) {
|
|
@@ -2461,7 +2663,7 @@ var enums;
|
|
|
2461
2663
|
})(CustomAudienceStatus = enums.CustomAudienceStatus || (enums.CustomAudienceStatus = {}));
|
|
2462
2664
|
/**
|
|
2463
2665
|
* @name CustomAudienceTypeEnum.CustomAudienceType
|
|
2464
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2666
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomAudienceTypeEnum.CustomAudienceType
|
|
2465
2667
|
*/
|
|
2466
2668
|
var CustomAudienceType;
|
|
2467
2669
|
(function (CustomAudienceType) {
|
|
@@ -2472,9 +2674,20 @@ var enums;
|
|
|
2472
2674
|
CustomAudienceType[CustomAudienceType["PURCHASE_INTENT"] = 4] = "PURCHASE_INTENT";
|
|
2473
2675
|
CustomAudienceType[CustomAudienceType["SEARCH"] = 5] = "SEARCH";
|
|
2474
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 = {}));
|
|
2475
2688
|
/**
|
|
2476
2689
|
* @name CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
2477
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2690
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
2478
2691
|
*/
|
|
2479
2692
|
var CustomInterestMemberType;
|
|
2480
2693
|
(function (CustomInterestMemberType) {
|
|
@@ -2485,7 +2698,7 @@ var enums;
|
|
|
2485
2698
|
})(CustomInterestMemberType = enums.CustomInterestMemberType || (enums.CustomInterestMemberType = {}));
|
|
2486
2699
|
/**
|
|
2487
2700
|
* @name CustomInterestStatusEnum.CustomInterestStatus
|
|
2488
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2701
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomInterestStatusEnum.CustomInterestStatus
|
|
2489
2702
|
*/
|
|
2490
2703
|
var CustomInterestStatus;
|
|
2491
2704
|
(function (CustomInterestStatus) {
|
|
@@ -2496,7 +2709,7 @@ var enums;
|
|
|
2496
2709
|
})(CustomInterestStatus = enums.CustomInterestStatus || (enums.CustomInterestStatus = {}));
|
|
2497
2710
|
/**
|
|
2498
2711
|
* @name CustomInterestTypeEnum.CustomInterestType
|
|
2499
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2712
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomInterestTypeEnum.CustomInterestType
|
|
2500
2713
|
*/
|
|
2501
2714
|
var CustomInterestType;
|
|
2502
2715
|
(function (CustomInterestType) {
|
|
@@ -2507,7 +2720,7 @@ var enums;
|
|
|
2507
2720
|
})(CustomInterestType = enums.CustomInterestType || (enums.CustomInterestType = {}));
|
|
2508
2721
|
/**
|
|
2509
2722
|
* @name CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
2510
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2723
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
2511
2724
|
*/
|
|
2512
2725
|
var CustomPlaceholderField;
|
|
2513
2726
|
(function (CustomPlaceholderField) {
|
|
@@ -2536,7 +2749,7 @@ var enums;
|
|
|
2536
2749
|
})(CustomPlaceholderField = enums.CustomPlaceholderField || (enums.CustomPlaceholderField = {}));
|
|
2537
2750
|
/**
|
|
2538
2751
|
* @name CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
2539
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2752
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
2540
2753
|
*/
|
|
2541
2754
|
var CustomerPayPerConversionEligibilityFailureReason;
|
|
2542
2755
|
(function (CustomerPayPerConversionEligibilityFailureReason) {
|
|
@@ -2550,9 +2763,31 @@ var enums;
|
|
|
2550
2763
|
CustomerPayPerConversionEligibilityFailureReason[CustomerPayPerConversionEligibilityFailureReason["ANALYSIS_NOT_COMPLETE"] = 7] = "ANALYSIS_NOT_COMPLETE";
|
|
2551
2764
|
CustomerPayPerConversionEligibilityFailureReason[CustomerPayPerConversionEligibilityFailureReason["OTHER"] = 8] = "OTHER";
|
|
2552
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 = {}));
|
|
2553
2788
|
/**
|
|
2554
2789
|
* @name DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
2555
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2790
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
2556
2791
|
*/
|
|
2557
2792
|
var DataDrivenModelStatus;
|
|
2558
2793
|
(function (DataDrivenModelStatus) {
|
|
@@ -2565,7 +2800,7 @@ var enums;
|
|
|
2565
2800
|
})(DataDrivenModelStatus = enums.DataDrivenModelStatus || (enums.DataDrivenModelStatus = {}));
|
|
2566
2801
|
/**
|
|
2567
2802
|
* @name DistanceBucketEnum.DistanceBucket
|
|
2568
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2803
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/DistanceBucketEnum.DistanceBucket
|
|
2569
2804
|
*/
|
|
2570
2805
|
var DistanceBucket;
|
|
2571
2806
|
(function (DistanceBucket) {
|
|
@@ -2601,7 +2836,7 @@ var enums;
|
|
|
2601
2836
|
})(DistanceBucket = enums.DistanceBucket || (enums.DistanceBucket = {}));
|
|
2602
2837
|
/**
|
|
2603
2838
|
* @name DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
2604
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2839
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
2605
2840
|
*/
|
|
2606
2841
|
var DsaPageFeedCriterionField;
|
|
2607
2842
|
(function (DsaPageFeedCriterionField) {
|
|
@@ -2612,7 +2847,7 @@ var enums;
|
|
|
2612
2847
|
})(DsaPageFeedCriterionField = enums.DsaPageFeedCriterionField || (enums.DsaPageFeedCriterionField = {}));
|
|
2613
2848
|
/**
|
|
2614
2849
|
* @name EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
2615
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2850
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
2616
2851
|
*/
|
|
2617
2852
|
var EducationPlaceholderField;
|
|
2618
2853
|
(function (EducationPlaceholderField) {
|
|
@@ -2638,7 +2873,7 @@ var enums;
|
|
|
2638
2873
|
})(EducationPlaceholderField = enums.EducationPlaceholderField || (enums.EducationPlaceholderField = {}));
|
|
2639
2874
|
/**
|
|
2640
2875
|
* @name ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
2641
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2876
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
2642
2877
|
*/
|
|
2643
2878
|
var ExtensionSettingDevice;
|
|
2644
2879
|
(function (ExtensionSettingDevice) {
|
|
@@ -2649,7 +2884,7 @@ var enums;
|
|
|
2649
2884
|
})(ExtensionSettingDevice = enums.ExtensionSettingDevice || (enums.ExtensionSettingDevice = {}));
|
|
2650
2885
|
/**
|
|
2651
2886
|
* @name ExtensionTypeEnum.ExtensionType
|
|
2652
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2887
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ExtensionTypeEnum.ExtensionType
|
|
2653
2888
|
*/
|
|
2654
2889
|
var ExtensionType;
|
|
2655
2890
|
(function (ExtensionType) {
|
|
@@ -2671,7 +2906,7 @@ var enums;
|
|
|
2671
2906
|
})(ExtensionType = enums.ExtensionType || (enums.ExtensionType = {}));
|
|
2672
2907
|
/**
|
|
2673
2908
|
* @name FeedAttributeTypeEnum.FeedAttributeType
|
|
2674
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2909
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedAttributeTypeEnum.FeedAttributeType
|
|
2675
2910
|
*/
|
|
2676
2911
|
var FeedAttributeType;
|
|
2677
2912
|
(function (FeedAttributeType) {
|
|
@@ -2693,7 +2928,7 @@ var enums;
|
|
|
2693
2928
|
})(FeedAttributeType = enums.FeedAttributeType || (enums.FeedAttributeType = {}));
|
|
2694
2929
|
/**
|
|
2695
2930
|
* @name FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
2696
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2931
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
2697
2932
|
*/
|
|
2698
2933
|
var FeedItemQualityApprovalStatus;
|
|
2699
2934
|
(function (FeedItemQualityApprovalStatus) {
|
|
@@ -2704,7 +2939,7 @@ var enums;
|
|
|
2704
2939
|
})(FeedItemQualityApprovalStatus = enums.FeedItemQualityApprovalStatus || (enums.FeedItemQualityApprovalStatus = {}));
|
|
2705
2940
|
/**
|
|
2706
2941
|
* @name FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
2707
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2942
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
2708
2943
|
*/
|
|
2709
2944
|
var FeedItemQualityDisapprovalReason;
|
|
2710
2945
|
(function (FeedItemQualityDisapprovalReason) {
|
|
@@ -2731,7 +2966,7 @@ var enums;
|
|
|
2731
2966
|
})(FeedItemQualityDisapprovalReason = enums.FeedItemQualityDisapprovalReason || (enums.FeedItemQualityDisapprovalReason = {}));
|
|
2732
2967
|
/**
|
|
2733
2968
|
* @name FeedItemSetStatusEnum.FeedItemSetStatus
|
|
2734
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2969
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemSetStatusEnum.FeedItemSetStatus
|
|
2735
2970
|
*/
|
|
2736
2971
|
var FeedItemSetStatus;
|
|
2737
2972
|
(function (FeedItemSetStatus) {
|
|
@@ -2742,7 +2977,7 @@ var enums;
|
|
|
2742
2977
|
})(FeedItemSetStatus = enums.FeedItemSetStatus || (enums.FeedItemSetStatus = {}));
|
|
2743
2978
|
/**
|
|
2744
2979
|
* @name FeedItemStatusEnum.FeedItemStatus
|
|
2745
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2980
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemStatusEnum.FeedItemStatus
|
|
2746
2981
|
*/
|
|
2747
2982
|
var FeedItemStatus;
|
|
2748
2983
|
(function (FeedItemStatus) {
|
|
@@ -2753,7 +2988,7 @@ var enums;
|
|
|
2753
2988
|
})(FeedItemStatus = enums.FeedItemStatus || (enums.FeedItemStatus = {}));
|
|
2754
2989
|
/**
|
|
2755
2990
|
* @name FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
2756
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2991
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
2757
2992
|
*/
|
|
2758
2993
|
var FeedItemTargetDevice;
|
|
2759
2994
|
(function (FeedItemTargetDevice) {
|
|
@@ -2763,7 +2998,7 @@ var enums;
|
|
|
2763
2998
|
})(FeedItemTargetDevice = enums.FeedItemTargetDevice || (enums.FeedItemTargetDevice = {}));
|
|
2764
2999
|
/**
|
|
2765
3000
|
* @name FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
2766
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3001
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
2767
3002
|
*/
|
|
2768
3003
|
var FeedItemTargetStatus;
|
|
2769
3004
|
(function (FeedItemTargetStatus) {
|
|
@@ -2774,7 +3009,7 @@ var enums;
|
|
|
2774
3009
|
})(FeedItemTargetStatus = enums.FeedItemTargetStatus || (enums.FeedItemTargetStatus = {}));
|
|
2775
3010
|
/**
|
|
2776
3011
|
* @name FeedItemTargetTypeEnum.FeedItemTargetType
|
|
2777
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3012
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemTargetTypeEnum.FeedItemTargetType
|
|
2778
3013
|
*/
|
|
2779
3014
|
var FeedItemTargetType;
|
|
2780
3015
|
(function (FeedItemTargetType) {
|
|
@@ -2786,7 +3021,7 @@ var enums;
|
|
|
2786
3021
|
})(FeedItemTargetType = enums.FeedItemTargetType || (enums.FeedItemTargetType = {}));
|
|
2787
3022
|
/**
|
|
2788
3023
|
* @name FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
2789
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3024
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
2790
3025
|
*/
|
|
2791
3026
|
var FeedItemValidationStatus;
|
|
2792
3027
|
(function (FeedItemValidationStatus) {
|
|
@@ -2798,7 +3033,7 @@ var enums;
|
|
|
2798
3033
|
})(FeedItemValidationStatus = enums.FeedItemValidationStatus || (enums.FeedItemValidationStatus = {}));
|
|
2799
3034
|
/**
|
|
2800
3035
|
* @name FeedLinkStatusEnum.FeedLinkStatus
|
|
2801
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3036
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedLinkStatusEnum.FeedLinkStatus
|
|
2802
3037
|
*/
|
|
2803
3038
|
var FeedLinkStatus;
|
|
2804
3039
|
(function (FeedLinkStatus) {
|
|
@@ -2809,7 +3044,7 @@ var enums;
|
|
|
2809
3044
|
})(FeedLinkStatus = enums.FeedLinkStatus || (enums.FeedLinkStatus = {}));
|
|
2810
3045
|
/**
|
|
2811
3046
|
* @name FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
2812
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3047
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
2813
3048
|
*/
|
|
2814
3049
|
var FeedMappingCriterionType;
|
|
2815
3050
|
(function (FeedMappingCriterionType) {
|
|
@@ -2820,7 +3055,7 @@ var enums;
|
|
|
2820
3055
|
})(FeedMappingCriterionType = enums.FeedMappingCriterionType || (enums.FeedMappingCriterionType = {}));
|
|
2821
3056
|
/**
|
|
2822
3057
|
* @name FeedMappingStatusEnum.FeedMappingStatus
|
|
2823
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3058
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedMappingStatusEnum.FeedMappingStatus
|
|
2824
3059
|
*/
|
|
2825
3060
|
var FeedMappingStatus;
|
|
2826
3061
|
(function (FeedMappingStatus) {
|
|
@@ -2831,7 +3066,7 @@ var enums;
|
|
|
2831
3066
|
})(FeedMappingStatus = enums.FeedMappingStatus || (enums.FeedMappingStatus = {}));
|
|
2832
3067
|
/**
|
|
2833
3068
|
* @name FeedOriginEnum.FeedOrigin
|
|
2834
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3069
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedOriginEnum.FeedOrigin
|
|
2835
3070
|
*/
|
|
2836
3071
|
var FeedOrigin;
|
|
2837
3072
|
(function (FeedOrigin) {
|
|
@@ -2842,7 +3077,7 @@ var enums;
|
|
|
2842
3077
|
})(FeedOrigin = enums.FeedOrigin || (enums.FeedOrigin = {}));
|
|
2843
3078
|
/**
|
|
2844
3079
|
* @name FeedStatusEnum.FeedStatus
|
|
2845
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3080
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FeedStatusEnum.FeedStatus
|
|
2846
3081
|
*/
|
|
2847
3082
|
var FeedStatus;
|
|
2848
3083
|
(function (FeedStatus) {
|
|
@@ -2853,7 +3088,7 @@ var enums;
|
|
|
2853
3088
|
})(FeedStatus = enums.FeedStatus || (enums.FeedStatus = {}));
|
|
2854
3089
|
/**
|
|
2855
3090
|
* @name FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
2856
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3091
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
2857
3092
|
*/
|
|
2858
3093
|
var FlightPlaceholderField;
|
|
2859
3094
|
(function (FlightPlaceholderField) {
|
|
@@ -2879,7 +3114,7 @@ var enums;
|
|
|
2879
3114
|
})(FlightPlaceholderField = enums.FlightPlaceholderField || (enums.FlightPlaceholderField = {}));
|
|
2880
3115
|
/**
|
|
2881
3116
|
* @name GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
2882
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3117
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
2883
3118
|
*/
|
|
2884
3119
|
var GeoTargetConstantStatus;
|
|
2885
3120
|
(function (GeoTargetConstantStatus) {
|
|
@@ -2890,7 +3125,7 @@ var enums;
|
|
|
2890
3125
|
})(GeoTargetConstantStatus = enums.GeoTargetConstantStatus || (enums.GeoTargetConstantStatus = {}));
|
|
2891
3126
|
/**
|
|
2892
3127
|
* @name GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
2893
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3128
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
2894
3129
|
*/
|
|
2895
3130
|
var GeoTargetingRestriction;
|
|
2896
3131
|
(function (GeoTargetingRestriction) {
|
|
@@ -2900,7 +3135,7 @@ var enums;
|
|
|
2900
3135
|
})(GeoTargetingRestriction = enums.GeoTargetingRestriction || (enums.GeoTargetingRestriction = {}));
|
|
2901
3136
|
/**
|
|
2902
3137
|
* @name GeoTargetingTypeEnum.GeoTargetingType
|
|
2903
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3138
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/GeoTargetingTypeEnum.GeoTargetingType
|
|
2904
3139
|
*/
|
|
2905
3140
|
var GeoTargetingType;
|
|
2906
3141
|
(function (GeoTargetingType) {
|
|
@@ -2909,9 +3144,20 @@ var enums;
|
|
|
2909
3144
|
GeoTargetingType[GeoTargetingType["AREA_OF_INTEREST"] = 2] = "AREA_OF_INTEREST";
|
|
2910
3145
|
GeoTargetingType[GeoTargetingType["LOCATION_OF_PRESENCE"] = 3] = "LOCATION_OF_PRESENCE";
|
|
2911
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 = {}));
|
|
2912
3158
|
/**
|
|
2913
3159
|
* @name GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
2914
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3160
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
2915
3161
|
*/
|
|
2916
3162
|
var GoogleAdsFieldCategory;
|
|
2917
3163
|
(function (GoogleAdsFieldCategory) {
|
|
@@ -2924,7 +3170,7 @@ var enums;
|
|
|
2924
3170
|
})(GoogleAdsFieldCategory = enums.GoogleAdsFieldCategory || (enums.GoogleAdsFieldCategory = {}));
|
|
2925
3171
|
/**
|
|
2926
3172
|
* @name GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
2927
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3173
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
2928
3174
|
*/
|
|
2929
3175
|
var GoogleAdsFieldDataType;
|
|
2930
3176
|
(function (GoogleAdsFieldDataType) {
|
|
@@ -2944,7 +3190,7 @@ var enums;
|
|
|
2944
3190
|
})(GoogleAdsFieldDataType = enums.GoogleAdsFieldDataType || (enums.GoogleAdsFieldDataType = {}));
|
|
2945
3191
|
/**
|
|
2946
3192
|
* @name GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
2947
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3193
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
2948
3194
|
*/
|
|
2949
3195
|
var GoogleVoiceCallStatus;
|
|
2950
3196
|
(function (GoogleVoiceCallStatus) {
|
|
@@ -2955,7 +3201,7 @@ var enums;
|
|
|
2955
3201
|
})(GoogleVoiceCallStatus = enums.GoogleVoiceCallStatus || (enums.GoogleVoiceCallStatus = {}));
|
|
2956
3202
|
/**
|
|
2957
3203
|
* @name HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
2958
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3204
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
2959
3205
|
*/
|
|
2960
3206
|
var HotelPlaceholderField;
|
|
2961
3207
|
(function (HotelPlaceholderField) {
|
|
@@ -2982,9 +3228,22 @@ var enums;
|
|
|
2982
3228
|
HotelPlaceholderField[HotelPlaceholderField["IOS_APP_LINK"] = 20] = "IOS_APP_LINK";
|
|
2983
3229
|
HotelPlaceholderField[HotelPlaceholderField["IOS_APP_STORE_ID"] = 21] = "IOS_APP_STORE_ID";
|
|
2984
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 = {}));
|
|
2985
3244
|
/**
|
|
2986
3245
|
* @name ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
2987
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3246
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
2988
3247
|
*/
|
|
2989
3248
|
var ImagePlaceholderField;
|
|
2990
3249
|
(function (ImagePlaceholderField) {
|
|
@@ -2994,7 +3253,7 @@ var enums;
|
|
|
2994
3253
|
})(ImagePlaceholderField = enums.ImagePlaceholderField || (enums.ImagePlaceholderField = {}));
|
|
2995
3254
|
/**
|
|
2996
3255
|
* @name InvoiceTypeEnum.InvoiceType
|
|
2997
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3256
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/InvoiceTypeEnum.InvoiceType
|
|
2998
3257
|
*/
|
|
2999
3258
|
var InvoiceType;
|
|
3000
3259
|
(function (InvoiceType) {
|
|
@@ -3005,7 +3264,7 @@ var enums;
|
|
|
3005
3264
|
})(InvoiceType = enums.InvoiceType || (enums.InvoiceType = {}));
|
|
3006
3265
|
/**
|
|
3007
3266
|
* @name JobPlaceholderFieldEnum.JobPlaceholderField
|
|
3008
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3267
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/JobPlaceholderFieldEnum.JobPlaceholderField
|
|
3009
3268
|
*/
|
|
3010
3269
|
var JobPlaceholderField;
|
|
3011
3270
|
(function (JobPlaceholderField) {
|
|
@@ -3031,7 +3290,7 @@ var enums;
|
|
|
3031
3290
|
})(JobPlaceholderField = enums.JobPlaceholderField || (enums.JobPlaceholderField = {}));
|
|
3032
3291
|
/**
|
|
3033
3292
|
* @name KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3034
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3293
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3035
3294
|
*/
|
|
3036
3295
|
var KeywordPlanForecastInterval;
|
|
3037
3296
|
(function (KeywordPlanForecastInterval) {
|
|
@@ -3043,7 +3302,7 @@ var enums;
|
|
|
3043
3302
|
})(KeywordPlanForecastInterval = enums.KeywordPlanForecastInterval || (enums.KeywordPlanForecastInterval = {}));
|
|
3044
3303
|
/**
|
|
3045
3304
|
* @name KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3046
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3305
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3047
3306
|
*/
|
|
3048
3307
|
var KeywordPlanKeywordAnnotation;
|
|
3049
3308
|
(function (KeywordPlanKeywordAnnotation) {
|
|
@@ -3053,7 +3312,7 @@ var enums;
|
|
|
3053
3312
|
})(KeywordPlanKeywordAnnotation = enums.KeywordPlanKeywordAnnotation || (enums.KeywordPlanKeywordAnnotation = {}));
|
|
3054
3313
|
/**
|
|
3055
3314
|
* @name KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3056
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3315
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3057
3316
|
*/
|
|
3058
3317
|
var KeywordPlanNetwork;
|
|
3059
3318
|
(function (KeywordPlanNetwork) {
|
|
@@ -3064,7 +3323,7 @@ var enums;
|
|
|
3064
3323
|
})(KeywordPlanNetwork = enums.KeywordPlanNetwork || (enums.KeywordPlanNetwork = {}));
|
|
3065
3324
|
/**
|
|
3066
3325
|
* @name LabelStatusEnum.LabelStatus
|
|
3067
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3326
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LabelStatusEnum.LabelStatus
|
|
3068
3327
|
*/
|
|
3069
3328
|
var LabelStatus;
|
|
3070
3329
|
(function (LabelStatus) {
|
|
@@ -3075,7 +3334,7 @@ var enums;
|
|
|
3075
3334
|
})(LabelStatus = enums.LabelStatus || (enums.LabelStatus = {}));
|
|
3076
3335
|
/**
|
|
3077
3336
|
* @name LinkedAccountTypeEnum.LinkedAccountType
|
|
3078
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3337
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LinkedAccountTypeEnum.LinkedAccountType
|
|
3079
3338
|
*/
|
|
3080
3339
|
var LinkedAccountType;
|
|
3081
3340
|
(function (LinkedAccountType) {
|
|
@@ -3085,9 +3344,96 @@ var enums;
|
|
|
3085
3344
|
LinkedAccountType[LinkedAccountType["DATA_PARTNER"] = 3] = "DATA_PARTNER";
|
|
3086
3345
|
LinkedAccountType[LinkedAccountType["GOOGLE_ADS"] = 4] = "GOOGLE_ADS";
|
|
3087
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 = {}));
|
|
3088
3434
|
/**
|
|
3089
3435
|
* @name LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
3090
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3436
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
3091
3437
|
*/
|
|
3092
3438
|
var LocalPlaceholderField;
|
|
3093
3439
|
(function (LocalPlaceholderField) {
|
|
@@ -3115,7 +3461,7 @@ var enums;
|
|
|
3115
3461
|
})(LocalPlaceholderField = enums.LocalPlaceholderField || (enums.LocalPlaceholderField = {}));
|
|
3116
3462
|
/**
|
|
3117
3463
|
* @name LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
3118
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3464
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
3119
3465
|
*/
|
|
3120
3466
|
var LocationExtensionTargetingCriterionField;
|
|
3121
3467
|
(function (LocationExtensionTargetingCriterionField) {
|
|
@@ -3130,7 +3476,7 @@ var enums;
|
|
|
3130
3476
|
})(LocationExtensionTargetingCriterionField = enums.LocationExtensionTargetingCriterionField || (enums.LocationExtensionTargetingCriterionField = {}));
|
|
3131
3477
|
/**
|
|
3132
3478
|
* @name LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
3133
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3479
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
3134
3480
|
*/
|
|
3135
3481
|
var LocationPlaceholderField;
|
|
3136
3482
|
(function (LocationPlaceholderField) {
|
|
@@ -3147,7 +3493,7 @@ var enums;
|
|
|
3147
3493
|
})(LocationPlaceholderField = enums.LocationPlaceholderField || (enums.LocationPlaceholderField = {}));
|
|
3148
3494
|
/**
|
|
3149
3495
|
* @name LocationSourceTypeEnum.LocationSourceType
|
|
3150
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3496
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/LocationSourceTypeEnum.LocationSourceType
|
|
3151
3497
|
*/
|
|
3152
3498
|
var LocationSourceType;
|
|
3153
3499
|
(function (LocationSourceType) {
|
|
@@ -3158,7 +3504,7 @@ var enums;
|
|
|
3158
3504
|
})(LocationSourceType = enums.LocationSourceType || (enums.LocationSourceType = {}));
|
|
3159
3505
|
/**
|
|
3160
3506
|
* @name ManagerLinkStatusEnum.ManagerLinkStatus
|
|
3161
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3507
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ManagerLinkStatusEnum.ManagerLinkStatus
|
|
3162
3508
|
*/
|
|
3163
3509
|
var ManagerLinkStatus;
|
|
3164
3510
|
(function (ManagerLinkStatus) {
|
|
@@ -3172,7 +3518,7 @@ var enums;
|
|
|
3172
3518
|
})(ManagerLinkStatus = enums.ManagerLinkStatus || (enums.ManagerLinkStatus = {}));
|
|
3173
3519
|
/**
|
|
3174
3520
|
* @name MediaTypeEnum.MediaType
|
|
3175
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3521
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/MediaTypeEnum.MediaType
|
|
3176
3522
|
*/
|
|
3177
3523
|
var MediaType;
|
|
3178
3524
|
(function (MediaType) {
|
|
@@ -3187,7 +3533,7 @@ var enums;
|
|
|
3187
3533
|
})(MediaType = enums.MediaType || (enums.MediaType = {}));
|
|
3188
3534
|
/**
|
|
3189
3535
|
* @name MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
3190
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3536
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
3191
3537
|
*/
|
|
3192
3538
|
var MerchantCenterLinkStatus;
|
|
3193
3539
|
(function (MerchantCenterLinkStatus) {
|
|
@@ -3198,7 +3544,7 @@ var enums;
|
|
|
3198
3544
|
})(MerchantCenterLinkStatus = enums.MerchantCenterLinkStatus || (enums.MerchantCenterLinkStatus = {}));
|
|
3199
3545
|
/**
|
|
3200
3546
|
* @name MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
3201
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3547
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
3202
3548
|
*/
|
|
3203
3549
|
var MessagePlaceholderField;
|
|
3204
3550
|
(function (MessagePlaceholderField) {
|
|
@@ -3210,20 +3556,9 @@ var enums;
|
|
|
3210
3556
|
MessagePlaceholderField[MessagePlaceholderField["MESSAGE_EXTENSION_TEXT"] = 5] = "MESSAGE_EXTENSION_TEXT";
|
|
3211
3557
|
MessagePlaceholderField[MessagePlaceholderField["MESSAGE_TEXT"] = 6] = "MESSAGE_TEXT";
|
|
3212
3558
|
})(MessagePlaceholderField = enums.MessagePlaceholderField || (enums.MessagePlaceholderField = {}));
|
|
3213
|
-
/**
|
|
3214
|
-
* @name MobileAppVendorEnum.MobileAppVendor
|
|
3215
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v8/MobileAppVendorEnum.MobileAppVendor
|
|
3216
|
-
*/
|
|
3217
|
-
var MobileAppVendor;
|
|
3218
|
-
(function (MobileAppVendor) {
|
|
3219
|
-
MobileAppVendor[MobileAppVendor["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3220
|
-
MobileAppVendor[MobileAppVendor["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3221
|
-
MobileAppVendor[MobileAppVendor["APPLE_APP_STORE"] = 2] = "APPLE_APP_STORE";
|
|
3222
|
-
MobileAppVendor[MobileAppVendor["GOOGLE_APP_STORE"] = 3] = "GOOGLE_APP_STORE";
|
|
3223
|
-
})(MobileAppVendor = enums.MobileAppVendor || (enums.MobileAppVendor = {}));
|
|
3224
3559
|
/**
|
|
3225
3560
|
* @name MobileDeviceTypeEnum.MobileDeviceType
|
|
3226
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3561
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/MobileDeviceTypeEnum.MobileDeviceType
|
|
3227
3562
|
*/
|
|
3228
3563
|
var MobileDeviceType;
|
|
3229
3564
|
(function (MobileDeviceType) {
|
|
@@ -3234,7 +3569,7 @@ var enums;
|
|
|
3234
3569
|
})(MobileDeviceType = enums.MobileDeviceType || (enums.MobileDeviceType = {}));
|
|
3235
3570
|
/**
|
|
3236
3571
|
* @name NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
3237
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3572
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
3238
3573
|
*/
|
|
3239
3574
|
var NegativeGeoTargetType;
|
|
3240
3575
|
(function (NegativeGeoTargetType) {
|
|
@@ -3245,7 +3580,7 @@ var enums;
|
|
|
3245
3580
|
})(NegativeGeoTargetType = enums.NegativeGeoTargetType || (enums.NegativeGeoTargetType = {}));
|
|
3246
3581
|
/**
|
|
3247
3582
|
* @name OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
3248
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3583
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
3249
3584
|
*/
|
|
3250
3585
|
var OfflineUserDataJobFailureReason;
|
|
3251
3586
|
(function (OfflineUserDataJobFailureReason) {
|
|
@@ -3254,9 +3589,27 @@ var enums;
|
|
|
3254
3589
|
OfflineUserDataJobFailureReason[OfflineUserDataJobFailureReason["INSUFFICIENT_MATCHED_TRANSACTIONS"] = 2] = "INSUFFICIENT_MATCHED_TRANSACTIONS";
|
|
3255
3590
|
OfflineUserDataJobFailureReason[OfflineUserDataJobFailureReason["INSUFFICIENT_TRANSACTIONS"] = 3] = "INSUFFICIENT_TRANSACTIONS";
|
|
3256
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 = {}));
|
|
3257
3610
|
/**
|
|
3258
3611
|
* @name OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
3259
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3612
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
3260
3613
|
*/
|
|
3261
3614
|
var OfflineUserDataJobStatus;
|
|
3262
3615
|
(function (OfflineUserDataJobStatus) {
|
|
@@ -3269,7 +3622,7 @@ var enums;
|
|
|
3269
3622
|
})(OfflineUserDataJobStatus = enums.OfflineUserDataJobStatus || (enums.OfflineUserDataJobStatus = {}));
|
|
3270
3623
|
/**
|
|
3271
3624
|
* @name OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
3272
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3625
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
3273
3626
|
*/
|
|
3274
3627
|
var OfflineUserDataJobType;
|
|
3275
3628
|
(function (OfflineUserDataJobType) {
|
|
@@ -3282,7 +3635,7 @@ var enums;
|
|
|
3282
3635
|
})(OfflineUserDataJobType = enums.OfflineUserDataJobType || (enums.OfflineUserDataJobType = {}));
|
|
3283
3636
|
/**
|
|
3284
3637
|
* @name OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
3285
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3638
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
3286
3639
|
*/
|
|
3287
3640
|
var OperatingSystemVersionOperatorType;
|
|
3288
3641
|
(function (OperatingSystemVersionOperatorType) {
|
|
@@ -3293,7 +3646,7 @@ var enums;
|
|
|
3293
3646
|
})(OperatingSystemVersionOperatorType = enums.OperatingSystemVersionOperatorType || (enums.OperatingSystemVersionOperatorType = {}));
|
|
3294
3647
|
/**
|
|
3295
3648
|
* @name OptimizationGoalTypeEnum.OptimizationGoalType
|
|
3296
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3649
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/OptimizationGoalTypeEnum.OptimizationGoalType
|
|
3297
3650
|
*/
|
|
3298
3651
|
var OptimizationGoalType;
|
|
3299
3652
|
(function (OptimizationGoalType) {
|
|
@@ -3301,10 +3654,11 @@ var enums;
|
|
|
3301
3654
|
OptimizationGoalType[OptimizationGoalType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3302
3655
|
OptimizationGoalType[OptimizationGoalType["CALL_CLICKS"] = 2] = "CALL_CLICKS";
|
|
3303
3656
|
OptimizationGoalType[OptimizationGoalType["DRIVING_DIRECTIONS"] = 3] = "DRIVING_DIRECTIONS";
|
|
3657
|
+
OptimizationGoalType[OptimizationGoalType["APP_PRE_REGISTRATION"] = 4] = "APP_PRE_REGISTRATION";
|
|
3304
3658
|
})(OptimizationGoalType = enums.OptimizationGoalType || (enums.OptimizationGoalType = {}));
|
|
3305
3659
|
/**
|
|
3306
3660
|
* @name PaymentModeEnum.PaymentMode
|
|
3307
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3661
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PaymentModeEnum.PaymentMode
|
|
3308
3662
|
*/
|
|
3309
3663
|
var PaymentMode;
|
|
3310
3664
|
(function (PaymentMode) {
|
|
@@ -3317,7 +3671,7 @@ var enums;
|
|
|
3317
3671
|
})(PaymentMode = enums.PaymentMode || (enums.PaymentMode = {}));
|
|
3318
3672
|
/**
|
|
3319
3673
|
* @name PlacementTypeEnum.PlacementType
|
|
3320
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3674
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PlacementTypeEnum.PlacementType
|
|
3321
3675
|
*/
|
|
3322
3676
|
var PlacementType;
|
|
3323
3677
|
(function (PlacementType) {
|
|
@@ -3331,7 +3685,7 @@ var enums;
|
|
|
3331
3685
|
})(PlacementType = enums.PlacementType || (enums.PlacementType = {}));
|
|
3332
3686
|
/**
|
|
3333
3687
|
* @name PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
3334
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3688
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
3335
3689
|
*/
|
|
3336
3690
|
var PositiveGeoTargetType;
|
|
3337
3691
|
(function (PositiveGeoTargetType) {
|
|
@@ -3343,7 +3697,7 @@ var enums;
|
|
|
3343
3697
|
})(PositiveGeoTargetType = enums.PositiveGeoTargetType || (enums.PositiveGeoTargetType = {}));
|
|
3344
3698
|
/**
|
|
3345
3699
|
* @name PricePlaceholderFieldEnum.PricePlaceholderField
|
|
3346
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3700
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PricePlaceholderFieldEnum.PricePlaceholderField
|
|
3347
3701
|
*/
|
|
3348
3702
|
var PricePlaceholderField;
|
|
3349
3703
|
(function (PricePlaceholderField) {
|
|
@@ -3405,7 +3759,7 @@ var enums;
|
|
|
3405
3759
|
})(PricePlaceholderField = enums.PricePlaceholderField || (enums.PricePlaceholderField = {}));
|
|
3406
3760
|
/**
|
|
3407
3761
|
* @name ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus
|
|
3408
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3762
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus
|
|
3409
3763
|
*/
|
|
3410
3764
|
var ProductBiddingCategoryStatus;
|
|
3411
3765
|
(function (ProductBiddingCategoryStatus) {
|
|
@@ -3416,7 +3770,7 @@ var enums;
|
|
|
3416
3770
|
})(ProductBiddingCategoryStatus = enums.ProductBiddingCategoryStatus || (enums.ProductBiddingCategoryStatus = {}));
|
|
3417
3771
|
/**
|
|
3418
3772
|
* @name PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
3419
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3773
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
3420
3774
|
*/
|
|
3421
3775
|
var PromotionPlaceholderField;
|
|
3422
3776
|
(function (PromotionPlaceholderField) {
|
|
@@ -3439,7 +3793,7 @@ var enums;
|
|
|
3439
3793
|
})(PromotionPlaceholderField = enums.PromotionPlaceholderField || (enums.PromotionPlaceholderField = {}));
|
|
3440
3794
|
/**
|
|
3441
3795
|
* @name ReachPlanAdLengthEnum.ReachPlanAdLength
|
|
3442
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3796
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ReachPlanAdLengthEnum.ReachPlanAdLength
|
|
3443
3797
|
*/
|
|
3444
3798
|
var ReachPlanAdLength;
|
|
3445
3799
|
(function (ReachPlanAdLength) {
|
|
@@ -3451,7 +3805,7 @@ var enums;
|
|
|
3451
3805
|
})(ReachPlanAdLength = enums.ReachPlanAdLength || (enums.ReachPlanAdLength = {}));
|
|
3452
3806
|
/**
|
|
3453
3807
|
* @name ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
3454
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3808
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
3455
3809
|
*/
|
|
3456
3810
|
var ReachPlanAgeRange;
|
|
3457
3811
|
(function (ReachPlanAgeRange) {
|
|
@@ -3486,7 +3840,7 @@ var enums;
|
|
|
3486
3840
|
})(ReachPlanAgeRange = enums.ReachPlanAgeRange || (enums.ReachPlanAgeRange = {}));
|
|
3487
3841
|
/**
|
|
3488
3842
|
* @name ReachPlanNetworkEnum.ReachPlanNetwork
|
|
3489
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3843
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ReachPlanNetworkEnum.ReachPlanNetwork
|
|
3490
3844
|
*/
|
|
3491
3845
|
var ReachPlanNetwork;
|
|
3492
3846
|
(function (ReachPlanNetwork) {
|
|
@@ -3498,7 +3852,7 @@ var enums;
|
|
|
3498
3852
|
})(ReachPlanNetwork = enums.ReachPlanNetwork || (enums.ReachPlanNetwork = {}));
|
|
3499
3853
|
/**
|
|
3500
3854
|
* @name RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
3501
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3855
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
3502
3856
|
*/
|
|
3503
3857
|
var RealEstatePlaceholderField;
|
|
3504
3858
|
(function (RealEstatePlaceholderField) {
|
|
@@ -3525,7 +3879,7 @@ var enums;
|
|
|
3525
3879
|
})(RealEstatePlaceholderField = enums.RealEstatePlaceholderField || (enums.RealEstatePlaceholderField = {}));
|
|
3526
3880
|
/**
|
|
3527
3881
|
* @name ResourceChangeOperationEnum.ResourceChangeOperation
|
|
3528
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3882
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ResourceChangeOperationEnum.ResourceChangeOperation
|
|
3529
3883
|
*/
|
|
3530
3884
|
var ResourceChangeOperation;
|
|
3531
3885
|
(function (ResourceChangeOperation) {
|
|
@@ -3537,7 +3891,7 @@ var enums;
|
|
|
3537
3891
|
})(ResourceChangeOperation = enums.ResourceChangeOperation || (enums.ResourceChangeOperation = {}));
|
|
3538
3892
|
/**
|
|
3539
3893
|
* @name ResourceLimitTypeEnum.ResourceLimitType
|
|
3540
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3894
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ResourceLimitTypeEnum.ResourceLimitType
|
|
3541
3895
|
*/
|
|
3542
3896
|
var ResourceLimitType;
|
|
3543
3897
|
(function (ResourceLimitType) {
|
|
@@ -3598,7 +3952,31 @@ var enums;
|
|
|
3598
3952
|
ResourceLimitType[ResourceLimitType["APP_ENGAGEMENT_ADS_PER_AD_GROUP"] = 61] = "APP_ENGAGEMENT_ADS_PER_AD_GROUP";
|
|
3599
3953
|
ResourceLimitType[ResourceLimitType["LOCAL_ADS_PER_AD_GROUP"] = 62] = "LOCAL_ADS_PER_AD_GROUP";
|
|
3600
3954
|
ResourceLimitType[ResourceLimitType["VIDEO_ADS_PER_AD_GROUP"] = 63] = "VIDEO_ADS_PER_AD_GROUP";
|
|
3601
|
-
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";
|
|
3602
3980
|
ResourceLimitType[ResourceLimitType["VERSIONS_PER_AD"] = 82] = "VERSIONS_PER_AD";
|
|
3603
3981
|
ResourceLimitType[ResourceLimitType["USER_FEEDS_PER_CUSTOMER"] = 90] = "USER_FEEDS_PER_CUSTOMER";
|
|
3604
3982
|
ResourceLimitType[ResourceLimitType["SYSTEM_FEEDS_PER_CUSTOMER"] = 91] = "SYSTEM_FEEDS_PER_CUSTOMER";
|
|
@@ -3633,7 +4011,7 @@ var enums;
|
|
|
3633
4011
|
})(ResourceLimitType = enums.ResourceLimitType || (enums.ResourceLimitType = {}));
|
|
3634
4012
|
/**
|
|
3635
4013
|
* @name ResponseContentTypeEnum.ResponseContentType
|
|
3636
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4014
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ResponseContentTypeEnum.ResponseContentType
|
|
3637
4015
|
*/
|
|
3638
4016
|
var ResponseContentType;
|
|
3639
4017
|
(function (ResponseContentType) {
|
|
@@ -3643,7 +4021,7 @@ var enums;
|
|
|
3643
4021
|
})(ResponseContentType = enums.ResponseContentType || (enums.ResponseContentType = {}));
|
|
3644
4022
|
/**
|
|
3645
4023
|
* @name SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
3646
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4024
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
3647
4025
|
*/
|
|
3648
4026
|
var SearchTermTargetingStatus;
|
|
3649
4027
|
(function (SearchTermTargetingStatus) {
|
|
@@ -3654,9 +4032,32 @@ var enums;
|
|
|
3654
4032
|
SearchTermTargetingStatus[SearchTermTargetingStatus["ADDED_EXCLUDED"] = 4] = "ADDED_EXCLUDED";
|
|
3655
4033
|
SearchTermTargetingStatus[SearchTermTargetingStatus["NONE"] = 5] = "NONE";
|
|
3656
4034
|
})(SearchTermTargetingStatus = enums.SearchTermTargetingStatus || (enums.SearchTermTargetingStatus = {}));
|
|
4035
|
+
/**
|
|
4036
|
+
* @name SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4037
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4038
|
+
*/
|
|
4039
|
+
var SeasonalityEventScope;
|
|
4040
|
+
(function (SeasonalityEventScope) {
|
|
4041
|
+
SeasonalityEventScope[SeasonalityEventScope["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4042
|
+
SeasonalityEventScope[SeasonalityEventScope["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4043
|
+
SeasonalityEventScope[SeasonalityEventScope["CUSTOMER"] = 2] = "CUSTOMER";
|
|
4044
|
+
SeasonalityEventScope[SeasonalityEventScope["CAMPAIGN"] = 4] = "CAMPAIGN";
|
|
4045
|
+
SeasonalityEventScope[SeasonalityEventScope["CHANNEL"] = 5] = "CHANNEL";
|
|
4046
|
+
})(SeasonalityEventScope = enums.SeasonalityEventScope || (enums.SeasonalityEventScope = {}));
|
|
4047
|
+
/**
|
|
4048
|
+
* @name SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4049
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4050
|
+
*/
|
|
4051
|
+
var SeasonalityEventStatus;
|
|
4052
|
+
(function (SeasonalityEventStatus) {
|
|
4053
|
+
SeasonalityEventStatus[SeasonalityEventStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4054
|
+
SeasonalityEventStatus[SeasonalityEventStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4055
|
+
SeasonalityEventStatus[SeasonalityEventStatus["ENABLED"] = 2] = "ENABLED";
|
|
4056
|
+
SeasonalityEventStatus[SeasonalityEventStatus["REMOVED"] = 4] = "REMOVED";
|
|
4057
|
+
})(SeasonalityEventStatus = enums.SeasonalityEventStatus || (enums.SeasonalityEventStatus = {}));
|
|
3657
4058
|
/**
|
|
3658
4059
|
* @name SharedSetStatusEnum.SharedSetStatus
|
|
3659
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4060
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SharedSetStatusEnum.SharedSetStatus
|
|
3660
4061
|
*/
|
|
3661
4062
|
var SharedSetStatus;
|
|
3662
4063
|
(function (SharedSetStatus) {
|
|
@@ -3667,7 +4068,7 @@ var enums;
|
|
|
3667
4068
|
})(SharedSetStatus = enums.SharedSetStatus || (enums.SharedSetStatus = {}));
|
|
3668
4069
|
/**
|
|
3669
4070
|
* @name SharedSetTypeEnum.SharedSetType
|
|
3670
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4071
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SharedSetTypeEnum.SharedSetType
|
|
3671
4072
|
*/
|
|
3672
4073
|
var SharedSetType;
|
|
3673
4074
|
(function (SharedSetType) {
|
|
@@ -3678,7 +4079,7 @@ var enums;
|
|
|
3678
4079
|
})(SharedSetType = enums.SharedSetType || (enums.SharedSetType = {}));
|
|
3679
4080
|
/**
|
|
3680
4081
|
* @name SimulationModificationMethodEnum.SimulationModificationMethod
|
|
3681
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4082
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SimulationModificationMethodEnum.SimulationModificationMethod
|
|
3682
4083
|
*/
|
|
3683
4084
|
var SimulationModificationMethod;
|
|
3684
4085
|
(function (SimulationModificationMethod) {
|
|
@@ -3690,7 +4091,7 @@ var enums;
|
|
|
3690
4091
|
})(SimulationModificationMethod = enums.SimulationModificationMethod || (enums.SimulationModificationMethod = {}));
|
|
3691
4092
|
/**
|
|
3692
4093
|
* @name SimulationTypeEnum.SimulationType
|
|
3693
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4094
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SimulationTypeEnum.SimulationType
|
|
3694
4095
|
*/
|
|
3695
4096
|
var SimulationType;
|
|
3696
4097
|
(function (SimulationType) {
|
|
@@ -3707,7 +4108,7 @@ var enums;
|
|
|
3707
4108
|
})(SimulationType = enums.SimulationType || (enums.SimulationType = {}));
|
|
3708
4109
|
/**
|
|
3709
4110
|
* @name SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
3710
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4111
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
3711
4112
|
*/
|
|
3712
4113
|
var SitelinkPlaceholderField;
|
|
3713
4114
|
(function (SitelinkPlaceholderField) {
|
|
@@ -3723,7 +4124,7 @@ var enums;
|
|
|
3723
4124
|
})(SitelinkPlaceholderField = enums.SitelinkPlaceholderField || (enums.SitelinkPlaceholderField = {}));
|
|
3724
4125
|
/**
|
|
3725
4126
|
* @name SpendingLimitTypeEnum.SpendingLimitType
|
|
3726
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4127
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SpendingLimitTypeEnum.SpendingLimitType
|
|
3727
4128
|
*/
|
|
3728
4129
|
var SpendingLimitType;
|
|
3729
4130
|
(function (SpendingLimitType) {
|
|
@@ -3733,7 +4134,7 @@ var enums;
|
|
|
3733
4134
|
})(SpendingLimitType = enums.SpendingLimitType || (enums.SpendingLimitType = {}));
|
|
3734
4135
|
/**
|
|
3735
4136
|
* @name StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
3736
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4137
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
3737
4138
|
*/
|
|
3738
4139
|
var StructuredSnippetPlaceholderField;
|
|
3739
4140
|
(function (StructuredSnippetPlaceholderField) {
|
|
@@ -3744,7 +4145,7 @@ var enums;
|
|
|
3744
4145
|
})(StructuredSnippetPlaceholderField = enums.StructuredSnippetPlaceholderField || (enums.StructuredSnippetPlaceholderField = {}));
|
|
3745
4146
|
/**
|
|
3746
4147
|
* @name SummaryRowSettingEnum.SummaryRowSetting
|
|
3747
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4148
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SummaryRowSettingEnum.SummaryRowSetting
|
|
3748
4149
|
*/
|
|
3749
4150
|
var SummaryRowSetting;
|
|
3750
4151
|
(function (SummaryRowSetting) {
|
|
@@ -3756,7 +4157,7 @@ var enums;
|
|
|
3756
4157
|
})(SummaryRowSetting = enums.SummaryRowSetting || (enums.SummaryRowSetting = {}));
|
|
3757
4158
|
/**
|
|
3758
4159
|
* @name SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
3759
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4160
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
3760
4161
|
*/
|
|
3761
4162
|
var SystemManagedResourceSource;
|
|
3762
4163
|
(function (SystemManagedResourceSource) {
|
|
@@ -3766,7 +4167,7 @@ var enums;
|
|
|
3766
4167
|
})(SystemManagedResourceSource = enums.SystemManagedResourceSource || (enums.SystemManagedResourceSource = {}));
|
|
3767
4168
|
/**
|
|
3768
4169
|
* @name TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
3769
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4170
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
3770
4171
|
*/
|
|
3771
4172
|
var TargetCpaOptInRecommendationGoal;
|
|
3772
4173
|
(function (TargetCpaOptInRecommendationGoal) {
|
|
@@ -3779,7 +4180,7 @@ var enums;
|
|
|
3779
4180
|
})(TargetCpaOptInRecommendationGoal = enums.TargetCpaOptInRecommendationGoal || (enums.TargetCpaOptInRecommendationGoal = {}));
|
|
3780
4181
|
/**
|
|
3781
4182
|
* @name TimeTypeEnum.TimeType
|
|
3782
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4183
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/TimeTypeEnum.TimeType
|
|
3783
4184
|
*/
|
|
3784
4185
|
var TimeType;
|
|
3785
4186
|
(function (TimeType) {
|
|
@@ -3790,7 +4191,7 @@ var enums;
|
|
|
3790
4191
|
})(TimeType = enums.TimeType || (enums.TimeType = {}));
|
|
3791
4192
|
/**
|
|
3792
4193
|
* @name TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
3793
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4194
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
3794
4195
|
*/
|
|
3795
4196
|
var TravelPlaceholderField;
|
|
3796
4197
|
(function (TravelPlaceholderField) {
|
|
@@ -3819,7 +4220,7 @@ var enums;
|
|
|
3819
4220
|
})(TravelPlaceholderField = enums.TravelPlaceholderField || (enums.TravelPlaceholderField = {}));
|
|
3820
4221
|
/**
|
|
3821
4222
|
* @name UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
3822
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4223
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
3823
4224
|
*/
|
|
3824
4225
|
var UserInterestTaxonomyType;
|
|
3825
4226
|
(function (UserInterestTaxonomyType) {
|
|
@@ -3833,7 +4234,7 @@ var enums;
|
|
|
3833
4234
|
})(UserInterestTaxonomyType = enums.UserInterestTaxonomyType || (enums.UserInterestTaxonomyType = {}));
|
|
3834
4235
|
/**
|
|
3835
4236
|
* @name UserListAccessStatusEnum.UserListAccessStatus
|
|
3836
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4237
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListAccessStatusEnum.UserListAccessStatus
|
|
3837
4238
|
*/
|
|
3838
4239
|
var UserListAccessStatus;
|
|
3839
4240
|
(function (UserListAccessStatus) {
|
|
@@ -3844,7 +4245,7 @@ var enums;
|
|
|
3844
4245
|
})(UserListAccessStatus = enums.UserListAccessStatus || (enums.UserListAccessStatus = {}));
|
|
3845
4246
|
/**
|
|
3846
4247
|
* @name UserListClosingReasonEnum.UserListClosingReason
|
|
3847
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4248
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListClosingReasonEnum.UserListClosingReason
|
|
3848
4249
|
*/
|
|
3849
4250
|
var UserListClosingReason;
|
|
3850
4251
|
(function (UserListClosingReason) {
|
|
@@ -3854,7 +4255,7 @@ var enums;
|
|
|
3854
4255
|
})(UserListClosingReason = enums.UserListClosingReason || (enums.UserListClosingReason = {}));
|
|
3855
4256
|
/**
|
|
3856
4257
|
* @name UserListMembershipStatusEnum.UserListMembershipStatus
|
|
3857
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4258
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListMembershipStatusEnum.UserListMembershipStatus
|
|
3858
4259
|
*/
|
|
3859
4260
|
var UserListMembershipStatus;
|
|
3860
4261
|
(function (UserListMembershipStatus) {
|
|
@@ -3865,7 +4266,7 @@ var enums;
|
|
|
3865
4266
|
})(UserListMembershipStatus = enums.UserListMembershipStatus || (enums.UserListMembershipStatus = {}));
|
|
3866
4267
|
/**
|
|
3867
4268
|
* @name UserListSizeRangeEnum.UserListSizeRange
|
|
3868
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4269
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListSizeRangeEnum.UserListSizeRange
|
|
3869
4270
|
*/
|
|
3870
4271
|
var UserListSizeRange;
|
|
3871
4272
|
(function (UserListSizeRange) {
|
|
@@ -3890,7 +4291,7 @@ var enums;
|
|
|
3890
4291
|
})(UserListSizeRange = enums.UserListSizeRange || (enums.UserListSizeRange = {}));
|
|
3891
4292
|
/**
|
|
3892
4293
|
* @name UserListTypeEnum.UserListType
|
|
3893
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4294
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/UserListTypeEnum.UserListType
|
|
3894
4295
|
*/
|
|
3895
4296
|
var UserListType;
|
|
3896
4297
|
(function (UserListType) {
|
|
@@ -3903,9 +4304,67 @@ var enums;
|
|
|
3903
4304
|
UserListType[UserListType["SIMILAR"] = 6] = "SIMILAR";
|
|
3904
4305
|
UserListType[UserListType["CRM_BASED"] = 7] = "CRM_BASED";
|
|
3905
4306
|
})(UserListType = enums.UserListType || (enums.UserListType = {}));
|
|
4307
|
+
/**
|
|
4308
|
+
* @name ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
4309
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
4310
|
+
*/
|
|
4311
|
+
var ValueRuleDeviceType;
|
|
4312
|
+
(function (ValueRuleDeviceType) {
|
|
4313
|
+
ValueRuleDeviceType[ValueRuleDeviceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4314
|
+
ValueRuleDeviceType[ValueRuleDeviceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4315
|
+
ValueRuleDeviceType[ValueRuleDeviceType["MOBILE"] = 2] = "MOBILE";
|
|
4316
|
+
ValueRuleDeviceType[ValueRuleDeviceType["DESKTOP"] = 3] = "DESKTOP";
|
|
4317
|
+
ValueRuleDeviceType[ValueRuleDeviceType["TABLET"] = 4] = "TABLET";
|
|
4318
|
+
})(ValueRuleDeviceType = enums.ValueRuleDeviceType || (enums.ValueRuleDeviceType = {}));
|
|
4319
|
+
/**
|
|
4320
|
+
* @name ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
4321
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
4322
|
+
*/
|
|
4323
|
+
var ValueRuleGeoLocationMatchType;
|
|
4324
|
+
(function (ValueRuleGeoLocationMatchType) {
|
|
4325
|
+
ValueRuleGeoLocationMatchType[ValueRuleGeoLocationMatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4326
|
+
ValueRuleGeoLocationMatchType[ValueRuleGeoLocationMatchType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4327
|
+
ValueRuleGeoLocationMatchType[ValueRuleGeoLocationMatchType["ANY"] = 2] = "ANY";
|
|
4328
|
+
ValueRuleGeoLocationMatchType[ValueRuleGeoLocationMatchType["LOCATION_OF_PRESENCE"] = 3] = "LOCATION_OF_PRESENCE";
|
|
4329
|
+
})(ValueRuleGeoLocationMatchType = enums.ValueRuleGeoLocationMatchType || (enums.ValueRuleGeoLocationMatchType = {}));
|
|
4330
|
+
/**
|
|
4331
|
+
* @name ValueRuleOperationEnum.ValueRuleOperation
|
|
4332
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ValueRuleOperationEnum.ValueRuleOperation
|
|
4333
|
+
*/
|
|
4334
|
+
var ValueRuleOperation;
|
|
4335
|
+
(function (ValueRuleOperation) {
|
|
4336
|
+
ValueRuleOperation[ValueRuleOperation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4337
|
+
ValueRuleOperation[ValueRuleOperation["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4338
|
+
ValueRuleOperation[ValueRuleOperation["ADD"] = 2] = "ADD";
|
|
4339
|
+
ValueRuleOperation[ValueRuleOperation["MULTIPLY"] = 3] = "MULTIPLY";
|
|
4340
|
+
ValueRuleOperation[ValueRuleOperation["SET"] = 4] = "SET";
|
|
4341
|
+
})(ValueRuleOperation = enums.ValueRuleOperation || (enums.ValueRuleOperation = {}));
|
|
4342
|
+
/**
|
|
4343
|
+
* @name ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
4344
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
4345
|
+
*/
|
|
4346
|
+
var ValueRuleSetAttachmentType;
|
|
4347
|
+
(function (ValueRuleSetAttachmentType) {
|
|
4348
|
+
ValueRuleSetAttachmentType[ValueRuleSetAttachmentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4349
|
+
ValueRuleSetAttachmentType[ValueRuleSetAttachmentType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4350
|
+
ValueRuleSetAttachmentType[ValueRuleSetAttachmentType["CUSTOMER"] = 2] = "CUSTOMER";
|
|
4351
|
+
ValueRuleSetAttachmentType[ValueRuleSetAttachmentType["CAMPAIGN"] = 3] = "CAMPAIGN";
|
|
4352
|
+
})(ValueRuleSetAttachmentType = enums.ValueRuleSetAttachmentType || (enums.ValueRuleSetAttachmentType = {}));
|
|
4353
|
+
/**
|
|
4354
|
+
* @name ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
4355
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
4356
|
+
*/
|
|
4357
|
+
var ValueRuleSetDimension;
|
|
4358
|
+
(function (ValueRuleSetDimension) {
|
|
4359
|
+
ValueRuleSetDimension[ValueRuleSetDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4360
|
+
ValueRuleSetDimension[ValueRuleSetDimension["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4361
|
+
ValueRuleSetDimension[ValueRuleSetDimension["GEO_LOCATION"] = 2] = "GEO_LOCATION";
|
|
4362
|
+
ValueRuleSetDimension[ValueRuleSetDimension["DEVICE"] = 3] = "DEVICE";
|
|
4363
|
+
ValueRuleSetDimension[ValueRuleSetDimension["AUDIENCE"] = 4] = "AUDIENCE";
|
|
4364
|
+
})(ValueRuleSetDimension = enums.ValueRuleSetDimension || (enums.ValueRuleSetDimension = {}));
|
|
3906
4365
|
/**
|
|
3907
4366
|
* @name VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
3908
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4367
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
3909
4368
|
*/
|
|
3910
4369
|
var VanityPharmaDisplayUrlMode;
|
|
3911
4370
|
(function (VanityPharmaDisplayUrlMode) {
|
|
@@ -3916,7 +4375,7 @@ var enums;
|
|
|
3916
4375
|
})(VanityPharmaDisplayUrlMode = enums.VanityPharmaDisplayUrlMode || (enums.VanityPharmaDisplayUrlMode = {}));
|
|
3917
4376
|
/**
|
|
3918
4377
|
* @name VanityPharmaTextEnum.VanityPharmaText
|
|
3919
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4378
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v9/VanityPharmaTextEnum.VanityPharmaText
|
|
3920
4379
|
*/
|
|
3921
4380
|
var VanityPharmaText;
|
|
3922
4381
|
(function (VanityPharmaText) {
|