google-ads-api 14.2.0 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/build/src/protos/autogen/enums.d.ts +834 -368
- package/build/src/protos/autogen/enums.js +873 -374
- package/build/src/protos/autogen/fields.d.ts +243 -170
- package/build/src/protos/autogen/fields.js +55 -7
- package/build/src/protos/autogen/resourceNames.d.ts +118 -14
- package/build/src/protos/autogen/resourceNames.js +149 -21
- package/build/src/protos/autogen/serviceFactory.d.ts +225 -178
- package/build/src/protos/autogen/serviceFactory.js +748 -279
- package/build/src/protos/index.d.ts +6 -6
- package/build/src/protos/index.js +5 -5
- package/build/src/version.d.ts +1 -1
- package/build/src/version.js +17 -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/v16/PolicyTopicEntryTypeEnum.PolicyTopicEntryType
|
|
11
11
|
*/
|
|
12
12
|
let 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/v16/PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
|
|
26
26
|
*/
|
|
27
27
|
let 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/v16/PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
|
|
40
40
|
*/
|
|
41
41
|
let 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/v16/PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
|
|
52
52
|
*/
|
|
53
53
|
let PolicyTopicEvidenceDestinationNotWorkingDnsErrorType;
|
|
54
54
|
(function (PolicyTopicEvidenceDestinationNotWorkingDnsErrorType) {
|
|
@@ -59,7 +59,7 @@ var enums;
|
|
|
59
59
|
})(PolicyTopicEvidenceDestinationNotWorkingDnsErrorType = enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType || (enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType = {}));
|
|
60
60
|
/**
|
|
61
61
|
* @name AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus
|
|
62
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
62
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus
|
|
63
63
|
*/
|
|
64
64
|
let AssetLinkPrimaryStatus;
|
|
65
65
|
(function (AssetLinkPrimaryStatus) {
|
|
@@ -74,7 +74,7 @@ var enums;
|
|
|
74
74
|
})(AssetLinkPrimaryStatus = enums.AssetLinkPrimaryStatus || (enums.AssetLinkPrimaryStatus = {}));
|
|
75
75
|
/**
|
|
76
76
|
* @name AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason
|
|
77
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
77
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason
|
|
78
78
|
*/
|
|
79
79
|
let AssetLinkPrimaryStatusReason;
|
|
80
80
|
(function (AssetLinkPrimaryStatusReason) {
|
|
@@ -88,7 +88,7 @@ var enums;
|
|
|
88
88
|
})(AssetLinkPrimaryStatusReason = enums.AssetLinkPrimaryStatusReason || (enums.AssetLinkPrimaryStatusReason = {}));
|
|
89
89
|
/**
|
|
90
90
|
* @name AssetOfflineEvaluationErrorReasonsEnum.AssetOfflineEvaluationErrorReasons
|
|
91
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
91
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetOfflineEvaluationErrorReasonsEnum.AssetOfflineEvaluationErrorReasons
|
|
92
92
|
*/
|
|
93
93
|
let AssetOfflineEvaluationErrorReasons;
|
|
94
94
|
(function (AssetOfflineEvaluationErrorReasons) {
|
|
@@ -104,7 +104,7 @@ var enums;
|
|
|
104
104
|
})(AssetOfflineEvaluationErrorReasons = enums.AssetOfflineEvaluationErrorReasons || (enums.AssetOfflineEvaluationErrorReasons = {}));
|
|
105
105
|
/**
|
|
106
106
|
* @name PolicyApprovalStatusEnum.PolicyApprovalStatus
|
|
107
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
107
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PolicyApprovalStatusEnum.PolicyApprovalStatus
|
|
108
108
|
*/
|
|
109
109
|
let PolicyApprovalStatus;
|
|
110
110
|
(function (PolicyApprovalStatus) {
|
|
@@ -117,7 +117,7 @@ var enums;
|
|
|
117
117
|
})(PolicyApprovalStatus = enums.PolicyApprovalStatus || (enums.PolicyApprovalStatus = {}));
|
|
118
118
|
/**
|
|
119
119
|
* @name PolicyReviewStatusEnum.PolicyReviewStatus
|
|
120
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
120
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PolicyReviewStatusEnum.PolicyReviewStatus
|
|
121
121
|
*/
|
|
122
122
|
let PolicyReviewStatus;
|
|
123
123
|
(function (PolicyReviewStatus) {
|
|
@@ -130,7 +130,7 @@ var enums;
|
|
|
130
130
|
})(PolicyReviewStatus = enums.PolicyReviewStatus || (enums.PolicyReviewStatus = {}));
|
|
131
131
|
/**
|
|
132
132
|
* @name AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
133
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
133
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
134
134
|
*/
|
|
135
135
|
let AssetPerformanceLabel;
|
|
136
136
|
(function (AssetPerformanceLabel) {
|
|
@@ -144,7 +144,7 @@ var enums;
|
|
|
144
144
|
})(AssetPerformanceLabel = enums.AssetPerformanceLabel || (enums.AssetPerformanceLabel = {}));
|
|
145
145
|
/**
|
|
146
146
|
* @name ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
147
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
147
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
148
148
|
*/
|
|
149
149
|
let ServedAssetFieldType;
|
|
150
150
|
(function (ServedAssetFieldType) {
|
|
@@ -155,6 +155,21 @@ var enums;
|
|
|
155
155
|
ServedAssetFieldType[ServedAssetFieldType["HEADLINE_3"] = 4] = "HEADLINE_3";
|
|
156
156
|
ServedAssetFieldType[ServedAssetFieldType["DESCRIPTION_1"] = 5] = "DESCRIPTION_1";
|
|
157
157
|
ServedAssetFieldType[ServedAssetFieldType["DESCRIPTION_2"] = 6] = "DESCRIPTION_2";
|
|
158
|
+
ServedAssetFieldType[ServedAssetFieldType["HEADLINE"] = 7] = "HEADLINE";
|
|
159
|
+
ServedAssetFieldType[ServedAssetFieldType["HEADLINE_IN_PORTRAIT"] = 8] = "HEADLINE_IN_PORTRAIT";
|
|
160
|
+
ServedAssetFieldType[ServedAssetFieldType["LONG_HEADLINE"] = 9] = "LONG_HEADLINE";
|
|
161
|
+
ServedAssetFieldType[ServedAssetFieldType["DESCRIPTION"] = 10] = "DESCRIPTION";
|
|
162
|
+
ServedAssetFieldType[ServedAssetFieldType["DESCRIPTION_IN_PORTRAIT"] = 11] = "DESCRIPTION_IN_PORTRAIT";
|
|
163
|
+
ServedAssetFieldType[ServedAssetFieldType["BUSINESS_NAME_IN_PORTRAIT"] = 12] = "BUSINESS_NAME_IN_PORTRAIT";
|
|
164
|
+
ServedAssetFieldType[ServedAssetFieldType["BUSINESS_NAME"] = 13] = "BUSINESS_NAME";
|
|
165
|
+
ServedAssetFieldType[ServedAssetFieldType["MARKETING_IMAGE"] = 14] = "MARKETING_IMAGE";
|
|
166
|
+
ServedAssetFieldType[ServedAssetFieldType["MARKETING_IMAGE_IN_PORTRAIT"] = 15] = "MARKETING_IMAGE_IN_PORTRAIT";
|
|
167
|
+
ServedAssetFieldType[ServedAssetFieldType["SQUARE_MARKETING_IMAGE"] = 16] = "SQUARE_MARKETING_IMAGE";
|
|
168
|
+
ServedAssetFieldType[ServedAssetFieldType["PORTRAIT_MARKETING_IMAGE"] = 17] = "PORTRAIT_MARKETING_IMAGE";
|
|
169
|
+
ServedAssetFieldType[ServedAssetFieldType["LOGO"] = 18] = "LOGO";
|
|
170
|
+
ServedAssetFieldType[ServedAssetFieldType["LANDSCAPE_LOGO"] = 19] = "LANDSCAPE_LOGO";
|
|
171
|
+
ServedAssetFieldType[ServedAssetFieldType["CALL_TO_ACTION"] = 20] = "CALL_TO_ACTION";
|
|
172
|
+
ServedAssetFieldType[ServedAssetFieldType["YOU_TUBE_VIDEO"] = 21] = "YOU_TUBE_VIDEO";
|
|
158
173
|
ServedAssetFieldType[ServedAssetFieldType["SITELINK"] = 22] = "SITELINK";
|
|
159
174
|
ServedAssetFieldType[ServedAssetFieldType["CALL"] = 23] = "CALL";
|
|
160
175
|
ServedAssetFieldType[ServedAssetFieldType["MOBILE_APP"] = 24] = "MOBILE_APP";
|
|
@@ -168,7 +183,7 @@ var enums;
|
|
|
168
183
|
})(ServedAssetFieldType = enums.ServedAssetFieldType || (enums.ServedAssetFieldType = {}));
|
|
169
184
|
/**
|
|
170
185
|
* @name CallConversionReportingStateEnum.CallConversionReportingState
|
|
171
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
186
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CallConversionReportingStateEnum.CallConversionReportingState
|
|
172
187
|
*/
|
|
173
188
|
let CallConversionReportingState;
|
|
174
189
|
(function (CallConversionReportingState) {
|
|
@@ -180,7 +195,7 @@ var enums;
|
|
|
180
195
|
})(CallConversionReportingState = enums.CallConversionReportingState || (enums.CallConversionReportingState = {}));
|
|
181
196
|
/**
|
|
182
197
|
* @name DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
183
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
198
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
184
199
|
*/
|
|
185
200
|
let DisplayAdFormatSetting;
|
|
186
201
|
(function (DisplayAdFormatSetting) {
|
|
@@ -192,7 +207,7 @@ var enums;
|
|
|
192
207
|
})(DisplayAdFormatSetting = enums.DisplayAdFormatSetting || (enums.DisplayAdFormatSetting = {}));
|
|
193
208
|
/**
|
|
194
209
|
* @name DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
195
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
210
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
196
211
|
*/
|
|
197
212
|
let DisplayUploadProductType;
|
|
198
213
|
(function (DisplayUploadProductType) {
|
|
@@ -211,7 +226,7 @@ var enums;
|
|
|
211
226
|
})(DisplayUploadProductType = enums.DisplayUploadProductType || (enums.DisplayUploadProductType = {}));
|
|
212
227
|
/**
|
|
213
228
|
* @name LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
214
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
229
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
215
230
|
*/
|
|
216
231
|
let LegacyAppInstallAdAppStore;
|
|
217
232
|
(function (LegacyAppInstallAdAppStore) {
|
|
@@ -225,7 +240,7 @@ var enums;
|
|
|
225
240
|
})(LegacyAppInstallAdAppStore = enums.LegacyAppInstallAdAppStore || (enums.LegacyAppInstallAdAppStore = {}));
|
|
226
241
|
/**
|
|
227
242
|
* @name MimeTypeEnum.MimeType
|
|
228
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
243
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MimeTypeEnum.MimeType
|
|
229
244
|
*/
|
|
230
245
|
let MimeType;
|
|
231
246
|
(function (MimeType) {
|
|
@@ -246,7 +261,7 @@ var enums;
|
|
|
246
261
|
})(MimeType = enums.MimeType || (enums.MimeType = {}));
|
|
247
262
|
/**
|
|
248
263
|
* @name VideoThumbnailEnum.VideoThumbnail
|
|
249
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
264
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/VideoThumbnailEnum.VideoThumbnail
|
|
250
265
|
*/
|
|
251
266
|
let VideoThumbnail;
|
|
252
267
|
(function (VideoThumbnail) {
|
|
@@ -259,7 +274,7 @@ var enums;
|
|
|
259
274
|
})(VideoThumbnail = enums.VideoThumbnail || (enums.VideoThumbnail = {}));
|
|
260
275
|
/**
|
|
261
276
|
* @name ChainRelationshipTypeEnum.ChainRelationshipType
|
|
262
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
277
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ChainRelationshipTypeEnum.ChainRelationshipType
|
|
263
278
|
*/
|
|
264
279
|
let ChainRelationshipType;
|
|
265
280
|
(function (ChainRelationshipType) {
|
|
@@ -270,7 +285,7 @@ var enums;
|
|
|
270
285
|
})(ChainRelationshipType = enums.ChainRelationshipType || (enums.ChainRelationshipType = {}));
|
|
271
286
|
/**
|
|
272
287
|
* @name LocationOwnershipTypeEnum.LocationOwnershipType
|
|
273
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
288
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocationOwnershipTypeEnum.LocationOwnershipType
|
|
274
289
|
*/
|
|
275
290
|
let LocationOwnershipType;
|
|
276
291
|
(function (LocationOwnershipType) {
|
|
@@ -281,7 +296,7 @@ var enums;
|
|
|
281
296
|
})(LocationOwnershipType = enums.LocationOwnershipType || (enums.LocationOwnershipType = {}));
|
|
282
297
|
/**
|
|
283
298
|
* @name LocationStringFilterTypeEnum.LocationStringFilterType
|
|
284
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
299
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocationStringFilterTypeEnum.LocationStringFilterType
|
|
285
300
|
*/
|
|
286
301
|
let LocationStringFilterType;
|
|
287
302
|
(function (LocationStringFilterType) {
|
|
@@ -291,7 +306,7 @@ var enums;
|
|
|
291
306
|
})(LocationStringFilterType = enums.LocationStringFilterType || (enums.LocationStringFilterType = {}));
|
|
292
307
|
/**
|
|
293
308
|
* @name AgeRangeTypeEnum.AgeRangeType
|
|
294
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
309
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AgeRangeTypeEnum.AgeRangeType
|
|
295
310
|
*/
|
|
296
311
|
let AgeRangeType;
|
|
297
312
|
(function (AgeRangeType) {
|
|
@@ -307,7 +322,7 @@ var enums;
|
|
|
307
322
|
})(AgeRangeType = enums.AgeRangeType || (enums.AgeRangeType = {}));
|
|
308
323
|
/**
|
|
309
324
|
* @name AppPaymentModelTypeEnum.AppPaymentModelType
|
|
310
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
325
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AppPaymentModelTypeEnum.AppPaymentModelType
|
|
311
326
|
*/
|
|
312
327
|
let AppPaymentModelType;
|
|
313
328
|
(function (AppPaymentModelType) {
|
|
@@ -317,7 +332,7 @@ var enums;
|
|
|
317
332
|
})(AppPaymentModelType = enums.AppPaymentModelType || (enums.AppPaymentModelType = {}));
|
|
318
333
|
/**
|
|
319
334
|
* @name ContentLabelTypeEnum.ContentLabelType
|
|
320
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
335
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ContentLabelTypeEnum.ContentLabelType
|
|
321
336
|
*/
|
|
322
337
|
let ContentLabelType;
|
|
323
338
|
(function (ContentLabelType) {
|
|
@@ -341,7 +356,7 @@ var enums;
|
|
|
341
356
|
})(ContentLabelType = enums.ContentLabelType || (enums.ContentLabelType = {}));
|
|
342
357
|
/**
|
|
343
358
|
* @name DayOfWeekEnum.DayOfWeek
|
|
344
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
359
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/DayOfWeekEnum.DayOfWeek
|
|
345
360
|
*/
|
|
346
361
|
let DayOfWeek;
|
|
347
362
|
(function (DayOfWeek) {
|
|
@@ -357,7 +372,7 @@ var enums;
|
|
|
357
372
|
})(DayOfWeek = enums.DayOfWeek || (enums.DayOfWeek = {}));
|
|
358
373
|
/**
|
|
359
374
|
* @name DeviceEnum.Device
|
|
360
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
375
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/DeviceEnum.Device
|
|
361
376
|
*/
|
|
362
377
|
let Device;
|
|
363
378
|
(function (Device) {
|
|
@@ -371,7 +386,7 @@ var enums;
|
|
|
371
386
|
})(Device = enums.Device || (enums.Device = {}));
|
|
372
387
|
/**
|
|
373
388
|
* @name GenderTypeEnum.GenderType
|
|
374
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
389
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GenderTypeEnum.GenderType
|
|
375
390
|
*/
|
|
376
391
|
let GenderType;
|
|
377
392
|
(function (GenderType) {
|
|
@@ -383,7 +398,7 @@ var enums;
|
|
|
383
398
|
})(GenderType = enums.GenderType || (enums.GenderType = {}));
|
|
384
399
|
/**
|
|
385
400
|
* @name HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
386
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
401
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
387
402
|
*/
|
|
388
403
|
let HotelDateSelectionType;
|
|
389
404
|
(function (HotelDateSelectionType) {
|
|
@@ -394,7 +409,7 @@ var enums;
|
|
|
394
409
|
})(HotelDateSelectionType = enums.HotelDateSelectionType || (enums.HotelDateSelectionType = {}));
|
|
395
410
|
/**
|
|
396
411
|
* @name IncomeRangeTypeEnum.IncomeRangeType
|
|
397
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
412
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/IncomeRangeTypeEnum.IncomeRangeType
|
|
398
413
|
*/
|
|
399
414
|
let IncomeRangeType;
|
|
400
415
|
(function (IncomeRangeType) {
|
|
@@ -410,7 +425,7 @@ var enums;
|
|
|
410
425
|
})(IncomeRangeType = enums.IncomeRangeType || (enums.IncomeRangeType = {}));
|
|
411
426
|
/**
|
|
412
427
|
* @name InteractionTypeEnum.InteractionType
|
|
413
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
428
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/InteractionTypeEnum.InteractionType
|
|
414
429
|
*/
|
|
415
430
|
let InteractionType;
|
|
416
431
|
(function (InteractionType) {
|
|
@@ -420,7 +435,7 @@ var enums;
|
|
|
420
435
|
})(InteractionType = enums.InteractionType || (enums.InteractionType = {}));
|
|
421
436
|
/**
|
|
422
437
|
* @name KeywordMatchTypeEnum.KeywordMatchType
|
|
423
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
438
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/KeywordMatchTypeEnum.KeywordMatchType
|
|
424
439
|
*/
|
|
425
440
|
let KeywordMatchType;
|
|
426
441
|
(function (KeywordMatchType) {
|
|
@@ -432,7 +447,7 @@ var enums;
|
|
|
432
447
|
})(KeywordMatchType = enums.KeywordMatchType || (enums.KeywordMatchType = {}));
|
|
433
448
|
/**
|
|
434
449
|
* @name ListingGroupTypeEnum.ListingGroupType
|
|
435
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
450
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupTypeEnum.ListingGroupType
|
|
436
451
|
*/
|
|
437
452
|
let ListingGroupType;
|
|
438
453
|
(function (ListingGroupType) {
|
|
@@ -443,7 +458,7 @@ var enums;
|
|
|
443
458
|
})(ListingGroupType = enums.ListingGroupType || (enums.ListingGroupType = {}));
|
|
444
459
|
/**
|
|
445
460
|
* @name LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
446
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
461
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
447
462
|
*/
|
|
448
463
|
let LocationGroupRadiusUnits;
|
|
449
464
|
(function (LocationGroupRadiusUnits) {
|
|
@@ -455,7 +470,7 @@ var enums;
|
|
|
455
470
|
})(LocationGroupRadiusUnits = enums.LocationGroupRadiusUnits || (enums.LocationGroupRadiusUnits = {}));
|
|
456
471
|
/**
|
|
457
472
|
* @name MinuteOfHourEnum.MinuteOfHour
|
|
458
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
473
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MinuteOfHourEnum.MinuteOfHour
|
|
459
474
|
*/
|
|
460
475
|
let MinuteOfHour;
|
|
461
476
|
(function (MinuteOfHour) {
|
|
@@ -468,7 +483,7 @@ var enums;
|
|
|
468
483
|
})(MinuteOfHour = enums.MinuteOfHour || (enums.MinuteOfHour = {}));
|
|
469
484
|
/**
|
|
470
485
|
* @name ParentalStatusTypeEnum.ParentalStatusType
|
|
471
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
486
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ParentalStatusTypeEnum.ParentalStatusType
|
|
472
487
|
*/
|
|
473
488
|
let ParentalStatusType;
|
|
474
489
|
(function (ParentalStatusType) {
|
|
@@ -479,22 +494,22 @@ var enums;
|
|
|
479
494
|
ParentalStatusType[ParentalStatusType["UNDETERMINED"] = 302] = "UNDETERMINED";
|
|
480
495
|
})(ParentalStatusType = enums.ParentalStatusType || (enums.ParentalStatusType = {}));
|
|
481
496
|
/**
|
|
482
|
-
* @name
|
|
483
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
497
|
+
* @name ProductCategoryLevelEnum.ProductCategoryLevel
|
|
498
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductCategoryLevelEnum.ProductCategoryLevel
|
|
484
499
|
*/
|
|
485
|
-
let
|
|
486
|
-
(function (
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
})(
|
|
500
|
+
let ProductCategoryLevel;
|
|
501
|
+
(function (ProductCategoryLevel) {
|
|
502
|
+
ProductCategoryLevel[ProductCategoryLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
503
|
+
ProductCategoryLevel[ProductCategoryLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
504
|
+
ProductCategoryLevel[ProductCategoryLevel["LEVEL1"] = 2] = "LEVEL1";
|
|
505
|
+
ProductCategoryLevel[ProductCategoryLevel["LEVEL2"] = 3] = "LEVEL2";
|
|
506
|
+
ProductCategoryLevel[ProductCategoryLevel["LEVEL3"] = 4] = "LEVEL3";
|
|
507
|
+
ProductCategoryLevel[ProductCategoryLevel["LEVEL4"] = 5] = "LEVEL4";
|
|
508
|
+
ProductCategoryLevel[ProductCategoryLevel["LEVEL5"] = 6] = "LEVEL5";
|
|
509
|
+
})(ProductCategoryLevel = enums.ProductCategoryLevel || (enums.ProductCategoryLevel = {}));
|
|
495
510
|
/**
|
|
496
511
|
* @name ProductChannelEnum.ProductChannel
|
|
497
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
512
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductChannelEnum.ProductChannel
|
|
498
513
|
*/
|
|
499
514
|
let ProductChannel;
|
|
500
515
|
(function (ProductChannel) {
|
|
@@ -505,7 +520,7 @@ var enums;
|
|
|
505
520
|
})(ProductChannel = enums.ProductChannel || (enums.ProductChannel = {}));
|
|
506
521
|
/**
|
|
507
522
|
* @name ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
508
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
523
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
509
524
|
*/
|
|
510
525
|
let ProductChannelExclusivity;
|
|
511
526
|
(function (ProductChannelExclusivity) {
|
|
@@ -516,7 +531,7 @@ var enums;
|
|
|
516
531
|
})(ProductChannelExclusivity = enums.ProductChannelExclusivity || (enums.ProductChannelExclusivity = {}));
|
|
517
532
|
/**
|
|
518
533
|
* @name ProductConditionEnum.ProductCondition
|
|
519
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
534
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductConditionEnum.ProductCondition
|
|
520
535
|
*/
|
|
521
536
|
let ProductCondition;
|
|
522
537
|
(function (ProductCondition) {
|
|
@@ -528,7 +543,7 @@ var enums;
|
|
|
528
543
|
})(ProductCondition = enums.ProductCondition || (enums.ProductCondition = {}));
|
|
529
544
|
/**
|
|
530
545
|
* @name ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
531
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
546
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
532
547
|
*/
|
|
533
548
|
let ProductCustomAttributeIndex;
|
|
534
549
|
(function (ProductCustomAttributeIndex) {
|
|
@@ -542,7 +557,7 @@ var enums;
|
|
|
542
557
|
})(ProductCustomAttributeIndex = enums.ProductCustomAttributeIndex || (enums.ProductCustomAttributeIndex = {}));
|
|
543
558
|
/**
|
|
544
559
|
* @name ProductTypeLevelEnum.ProductTypeLevel
|
|
545
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
560
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductTypeLevelEnum.ProductTypeLevel
|
|
546
561
|
*/
|
|
547
562
|
let ProductTypeLevel;
|
|
548
563
|
(function (ProductTypeLevel) {
|
|
@@ -556,7 +571,7 @@ var enums;
|
|
|
556
571
|
})(ProductTypeLevel = enums.ProductTypeLevel || (enums.ProductTypeLevel = {}));
|
|
557
572
|
/**
|
|
558
573
|
* @name ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
559
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
574
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
560
575
|
*/
|
|
561
576
|
let ProximityRadiusUnits;
|
|
562
577
|
(function (ProximityRadiusUnits) {
|
|
@@ -567,7 +582,7 @@ var enums;
|
|
|
567
582
|
})(ProximityRadiusUnits = enums.ProximityRadiusUnits || (enums.ProximityRadiusUnits = {}));
|
|
568
583
|
/**
|
|
569
584
|
* @name WebpageConditionOperandEnum.WebpageConditionOperand
|
|
570
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
585
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/WebpageConditionOperandEnum.WebpageConditionOperand
|
|
571
586
|
*/
|
|
572
587
|
let WebpageConditionOperand;
|
|
573
588
|
(function (WebpageConditionOperand) {
|
|
@@ -581,7 +596,7 @@ var enums;
|
|
|
581
596
|
})(WebpageConditionOperand = enums.WebpageConditionOperand || (enums.WebpageConditionOperand = {}));
|
|
582
597
|
/**
|
|
583
598
|
* @name WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
584
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
599
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
585
600
|
*/
|
|
586
601
|
let WebpageConditionOperator;
|
|
587
602
|
(function (WebpageConditionOperator) {
|
|
@@ -592,7 +607,7 @@ var enums;
|
|
|
592
607
|
})(WebpageConditionOperator = enums.WebpageConditionOperator || (enums.WebpageConditionOperator = {}));
|
|
593
608
|
/**
|
|
594
609
|
* @name CallToActionTypeEnum.CallToActionType
|
|
595
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
610
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CallToActionTypeEnum.CallToActionType
|
|
596
611
|
*/
|
|
597
612
|
let CallToActionType;
|
|
598
613
|
(function (CallToActionType) {
|
|
@@ -618,7 +633,7 @@ var enums;
|
|
|
618
633
|
})(CallToActionType = enums.CallToActionType || (enums.CallToActionType = {}));
|
|
619
634
|
/**
|
|
620
635
|
* @name LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
621
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
636
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
622
637
|
*/
|
|
623
638
|
let LeadFormCallToActionType;
|
|
624
639
|
(function (LeadFormCallToActionType) {
|
|
@@ -641,7 +656,7 @@ var enums;
|
|
|
641
656
|
})(LeadFormCallToActionType = enums.LeadFormCallToActionType || (enums.LeadFormCallToActionType = {}));
|
|
642
657
|
/**
|
|
643
658
|
* @name LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
644
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
659
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
645
660
|
*/
|
|
646
661
|
let LeadFormDesiredIntent;
|
|
647
662
|
(function (LeadFormDesiredIntent) {
|
|
@@ -652,7 +667,7 @@ var enums;
|
|
|
652
667
|
})(LeadFormDesiredIntent = enums.LeadFormDesiredIntent || (enums.LeadFormDesiredIntent = {}));
|
|
653
668
|
/**
|
|
654
669
|
* @name LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
655
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
670
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
656
671
|
*/
|
|
657
672
|
let LeadFormFieldUserInputType;
|
|
658
673
|
(function (LeadFormFieldUserInputType) {
|
|
@@ -777,7 +792,7 @@ var enums;
|
|
|
777
792
|
})(LeadFormFieldUserInputType = enums.LeadFormFieldUserInputType || (enums.LeadFormFieldUserInputType = {}));
|
|
778
793
|
/**
|
|
779
794
|
* @name LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
780
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
795
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
781
796
|
*/
|
|
782
797
|
let LeadFormPostSubmitCallToActionType;
|
|
783
798
|
(function (LeadFormPostSubmitCallToActionType) {
|
|
@@ -790,7 +805,7 @@ var enums;
|
|
|
790
805
|
})(LeadFormPostSubmitCallToActionType = enums.LeadFormPostSubmitCallToActionType || (enums.LeadFormPostSubmitCallToActionType = {}));
|
|
791
806
|
/**
|
|
792
807
|
* @name MobileAppVendorEnum.MobileAppVendor
|
|
793
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
808
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MobileAppVendorEnum.MobileAppVendor
|
|
794
809
|
*/
|
|
795
810
|
let MobileAppVendor;
|
|
796
811
|
(function (MobileAppVendor) {
|
|
@@ -801,7 +816,7 @@ var enums;
|
|
|
801
816
|
})(MobileAppVendor = enums.MobileAppVendor || (enums.MobileAppVendor = {}));
|
|
802
817
|
/**
|
|
803
818
|
* @name PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
804
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
819
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
805
820
|
*/
|
|
806
821
|
let PriceExtensionPriceQualifier;
|
|
807
822
|
(function (PriceExtensionPriceQualifier) {
|
|
@@ -813,7 +828,7 @@ var enums;
|
|
|
813
828
|
})(PriceExtensionPriceQualifier = enums.PriceExtensionPriceQualifier || (enums.PriceExtensionPriceQualifier = {}));
|
|
814
829
|
/**
|
|
815
830
|
* @name PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
816
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
831
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
817
832
|
*/
|
|
818
833
|
let PriceExtensionPriceUnit;
|
|
819
834
|
(function (PriceExtensionPriceUnit) {
|
|
@@ -828,7 +843,7 @@ var enums;
|
|
|
828
843
|
})(PriceExtensionPriceUnit = enums.PriceExtensionPriceUnit || (enums.PriceExtensionPriceUnit = {}));
|
|
829
844
|
/**
|
|
830
845
|
* @name PriceExtensionTypeEnum.PriceExtensionType
|
|
831
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
846
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PriceExtensionTypeEnum.PriceExtensionType
|
|
832
847
|
*/
|
|
833
848
|
let PriceExtensionType;
|
|
834
849
|
(function (PriceExtensionType) {
|
|
@@ -846,7 +861,7 @@ var enums;
|
|
|
846
861
|
})(PriceExtensionType = enums.PriceExtensionType || (enums.PriceExtensionType = {}));
|
|
847
862
|
/**
|
|
848
863
|
* @name PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
849
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
864
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
850
865
|
*/
|
|
851
866
|
let PromotionExtensionDiscountModifier;
|
|
852
867
|
(function (PromotionExtensionDiscountModifier) {
|
|
@@ -856,7 +871,7 @@ var enums;
|
|
|
856
871
|
})(PromotionExtensionDiscountModifier = enums.PromotionExtensionDiscountModifier || (enums.PromotionExtensionDiscountModifier = {}));
|
|
857
872
|
/**
|
|
858
873
|
* @name PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
859
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
874
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
860
875
|
*/
|
|
861
876
|
let PromotionExtensionOccasion;
|
|
862
877
|
(function (PromotionExtensionOccasion) {
|
|
@@ -902,7 +917,7 @@ var enums;
|
|
|
902
917
|
})(PromotionExtensionOccasion = enums.PromotionExtensionOccasion || (enums.PromotionExtensionOccasion = {}));
|
|
903
918
|
/**
|
|
904
919
|
* @name TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
905
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
920
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
906
921
|
*/
|
|
907
922
|
let TargetFrequencyTimeUnit;
|
|
908
923
|
(function (TargetFrequencyTimeUnit) {
|
|
@@ -912,7 +927,7 @@ var enums;
|
|
|
912
927
|
})(TargetFrequencyTimeUnit = enums.TargetFrequencyTimeUnit || (enums.TargetFrequencyTimeUnit = {}));
|
|
913
928
|
/**
|
|
914
929
|
* @name TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
915
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
930
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
916
931
|
*/
|
|
917
932
|
let TargetImpressionShareLocation;
|
|
918
933
|
(function (TargetImpressionShareLocation) {
|
|
@@ -922,9 +937,20 @@ var enums;
|
|
|
922
937
|
TargetImpressionShareLocation[TargetImpressionShareLocation["TOP_OF_PAGE"] = 3] = "TOP_OF_PAGE";
|
|
923
938
|
TargetImpressionShareLocation[TargetImpressionShareLocation["ABSOLUTE_TOP_OF_PAGE"] = 4] = "ABSOLUTE_TOP_OF_PAGE";
|
|
924
939
|
})(TargetImpressionShareLocation = enums.TargetImpressionShareLocation || (enums.TargetImpressionShareLocation = {}));
|
|
940
|
+
/**
|
|
941
|
+
* @name ConsentStatusEnum.ConsentStatus
|
|
942
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConsentStatusEnum.ConsentStatus
|
|
943
|
+
*/
|
|
944
|
+
let ConsentStatus;
|
|
945
|
+
(function (ConsentStatus) {
|
|
946
|
+
ConsentStatus[ConsentStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
947
|
+
ConsentStatus[ConsentStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
948
|
+
ConsentStatus[ConsentStatus["GRANTED"] = 2] = "GRANTED";
|
|
949
|
+
ConsentStatus[ConsentStatus["DENIED"] = 3] = "DENIED";
|
|
950
|
+
})(ConsentStatus = enums.ConsentStatus || (enums.ConsentStatus = {}));
|
|
925
951
|
/**
|
|
926
952
|
* @name AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
927
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
953
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
928
954
|
*/
|
|
929
955
|
let AdvertisingChannelSubType;
|
|
930
956
|
(function (AdvertisingChannelSubType) {
|
|
@@ -952,7 +978,7 @@ var enums;
|
|
|
952
978
|
})(AdvertisingChannelSubType = enums.AdvertisingChannelSubType || (enums.AdvertisingChannelSubType = {}));
|
|
953
979
|
/**
|
|
954
980
|
* @name AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
955
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
981
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
956
982
|
*/
|
|
957
983
|
let AdvertisingChannelType;
|
|
958
984
|
(function (AdvertisingChannelType) {
|
|
@@ -973,7 +999,7 @@ var enums;
|
|
|
973
999
|
})(AdvertisingChannelType = enums.AdvertisingChannelType || (enums.AdvertisingChannelType = {}));
|
|
974
1000
|
/**
|
|
975
1001
|
* @name CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
976
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1002
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
977
1003
|
*/
|
|
978
1004
|
let CriterionCategoryChannelAvailabilityMode;
|
|
979
1005
|
(function (CriterionCategoryChannelAvailabilityMode) {
|
|
@@ -985,7 +1011,7 @@ var enums;
|
|
|
985
1011
|
})(CriterionCategoryChannelAvailabilityMode = enums.CriterionCategoryChannelAvailabilityMode || (enums.CriterionCategoryChannelAvailabilityMode = {}));
|
|
986
1012
|
/**
|
|
987
1013
|
* @name CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
988
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1014
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
989
1015
|
*/
|
|
990
1016
|
let CriterionCategoryLocaleAvailabilityMode;
|
|
991
1017
|
(function (CriterionCategoryLocaleAvailabilityMode) {
|
|
@@ -998,7 +1024,7 @@ var enums;
|
|
|
998
1024
|
})(CriterionCategoryLocaleAvailabilityMode = enums.CriterionCategoryLocaleAvailabilityMode || (enums.CriterionCategoryLocaleAvailabilityMode = {}));
|
|
999
1025
|
/**
|
|
1000
1026
|
* @name CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
1001
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1027
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
1002
1028
|
*/
|
|
1003
1029
|
let CustomizerAttributeType;
|
|
1004
1030
|
(function (CustomizerAttributeType) {
|
|
@@ -1011,7 +1037,7 @@ var enums;
|
|
|
1011
1037
|
})(CustomizerAttributeType = enums.CustomizerAttributeType || (enums.CustomizerAttributeType = {}));
|
|
1012
1038
|
/**
|
|
1013
1039
|
* @name MonthOfYearEnum.MonthOfYear
|
|
1014
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1040
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MonthOfYearEnum.MonthOfYear
|
|
1015
1041
|
*/
|
|
1016
1042
|
let MonthOfYear;
|
|
1017
1043
|
(function (MonthOfYear) {
|
|
@@ -1032,7 +1058,7 @@ var enums;
|
|
|
1032
1058
|
})(MonthOfYear = enums.MonthOfYear || (enums.MonthOfYear = {}));
|
|
1033
1059
|
/**
|
|
1034
1060
|
* @name AppStoreEnum.AppStore
|
|
1035
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1061
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AppStoreEnum.AppStore
|
|
1036
1062
|
*/
|
|
1037
1063
|
let AppStore;
|
|
1038
1064
|
(function (AppStore) {
|
|
@@ -1043,7 +1069,7 @@ var enums;
|
|
|
1043
1069
|
})(AppStore = enums.AppStore || (enums.AppStore = {}));
|
|
1044
1070
|
/**
|
|
1045
1071
|
* @name FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType
|
|
1046
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1072
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType
|
|
1047
1073
|
*/
|
|
1048
1074
|
let FeedItemSetStringFilterType;
|
|
1049
1075
|
(function (FeedItemSetStringFilterType) {
|
|
@@ -1053,7 +1079,7 @@ var enums;
|
|
|
1053
1079
|
})(FeedItemSetStringFilterType = enums.FeedItemSetStringFilterType || (enums.FeedItemSetStringFilterType = {}));
|
|
1054
1080
|
/**
|
|
1055
1081
|
* @name AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
1056
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1082
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
1057
1083
|
*/
|
|
1058
1084
|
let AppUrlOperatingSystemType;
|
|
1059
1085
|
(function (AppUrlOperatingSystemType) {
|
|
@@ -1064,7 +1090,7 @@ var enums;
|
|
|
1064
1090
|
})(AppUrlOperatingSystemType = enums.AppUrlOperatingSystemType || (enums.AppUrlOperatingSystemType = {}));
|
|
1065
1091
|
/**
|
|
1066
1092
|
* @name FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
1067
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1093
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
1068
1094
|
*/
|
|
1069
1095
|
let FrequencyCapEventType;
|
|
1070
1096
|
(function (FrequencyCapEventType) {
|
|
@@ -1075,7 +1101,7 @@ var enums;
|
|
|
1075
1101
|
})(FrequencyCapEventType = enums.FrequencyCapEventType || (enums.FrequencyCapEventType = {}));
|
|
1076
1102
|
/**
|
|
1077
1103
|
* @name FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1078
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1104
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1079
1105
|
*/
|
|
1080
1106
|
let FrequencyCapLevel;
|
|
1081
1107
|
(function (FrequencyCapLevel) {
|
|
@@ -1087,7 +1113,7 @@ var enums;
|
|
|
1087
1113
|
})(FrequencyCapLevel = enums.FrequencyCapLevel || (enums.FrequencyCapLevel = {}));
|
|
1088
1114
|
/**
|
|
1089
1115
|
* @name FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1090
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1116
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1091
1117
|
*/
|
|
1092
1118
|
let FrequencyCapTimeUnit;
|
|
1093
1119
|
(function (FrequencyCapTimeUnit) {
|
|
@@ -1099,7 +1125,7 @@ var enums;
|
|
|
1099
1125
|
})(FrequencyCapTimeUnit = enums.FrequencyCapTimeUnit || (enums.FrequencyCapTimeUnit = {}));
|
|
1100
1126
|
/**
|
|
1101
1127
|
* @name KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1102
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1128
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1103
1129
|
*/
|
|
1104
1130
|
let KeywordPlanAggregateMetricType;
|
|
1105
1131
|
(function (KeywordPlanAggregateMetricType) {
|
|
@@ -1109,7 +1135,7 @@ var enums;
|
|
|
1109
1135
|
})(KeywordPlanAggregateMetricType = enums.KeywordPlanAggregateMetricType || (enums.KeywordPlanAggregateMetricType = {}));
|
|
1110
1136
|
/**
|
|
1111
1137
|
* @name KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1112
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1138
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1113
1139
|
*/
|
|
1114
1140
|
let KeywordPlanCompetitionLevel;
|
|
1115
1141
|
(function (KeywordPlanCompetitionLevel) {
|
|
@@ -1121,7 +1147,7 @@ var enums;
|
|
|
1121
1147
|
})(KeywordPlanCompetitionLevel = enums.KeywordPlanCompetitionLevel || (enums.KeywordPlanCompetitionLevel = {}));
|
|
1122
1148
|
/**
|
|
1123
1149
|
* @name KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1124
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1150
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1125
1151
|
*/
|
|
1126
1152
|
let KeywordPlanConceptGroupType;
|
|
1127
1153
|
(function (KeywordPlanConceptGroupType) {
|
|
@@ -1133,7 +1159,7 @@ var enums;
|
|
|
1133
1159
|
})(KeywordPlanConceptGroupType = enums.KeywordPlanConceptGroupType || (enums.KeywordPlanConceptGroupType = {}));
|
|
1134
1160
|
/**
|
|
1135
1161
|
* @name MatchingFunctionContextTypeEnum.MatchingFunctionContextType
|
|
1136
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1162
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MatchingFunctionContextTypeEnum.MatchingFunctionContextType
|
|
1137
1163
|
*/
|
|
1138
1164
|
let MatchingFunctionContextType;
|
|
1139
1165
|
(function (MatchingFunctionContextType) {
|
|
@@ -1145,7 +1171,7 @@ var enums;
|
|
|
1145
1171
|
})(MatchingFunctionContextType = enums.MatchingFunctionContextType || (enums.MatchingFunctionContextType = {}));
|
|
1146
1172
|
/**
|
|
1147
1173
|
* @name MatchingFunctionOperatorEnum.MatchingFunctionOperator
|
|
1148
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1174
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MatchingFunctionOperatorEnum.MatchingFunctionOperator
|
|
1149
1175
|
*/
|
|
1150
1176
|
let MatchingFunctionOperator;
|
|
1151
1177
|
(function (MatchingFunctionOperator) {
|
|
@@ -1159,7 +1185,7 @@ var enums;
|
|
|
1159
1185
|
})(MatchingFunctionOperator = enums.MatchingFunctionOperator || (enums.MatchingFunctionOperator = {}));
|
|
1160
1186
|
/**
|
|
1161
1187
|
* @name ExperimentMetricEnum.ExperimentMetric
|
|
1162
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1188
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ExperimentMetricEnum.ExperimentMetric
|
|
1163
1189
|
*/
|
|
1164
1190
|
let ExperimentMetric;
|
|
1165
1191
|
(function (ExperimentMetric) {
|
|
@@ -1181,7 +1207,7 @@ var enums;
|
|
|
1181
1207
|
})(ExperimentMetric = enums.ExperimentMetric || (enums.ExperimentMetric = {}));
|
|
1182
1208
|
/**
|
|
1183
1209
|
* @name ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1184
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1210
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1185
1211
|
*/
|
|
1186
1212
|
let ExperimentMetricDirection;
|
|
1187
1213
|
(function (ExperimentMetricDirection) {
|
|
@@ -1195,7 +1221,7 @@ var enums;
|
|
|
1195
1221
|
})(ExperimentMetricDirection = enums.ExperimentMetricDirection || (enums.ExperimentMetricDirection = {}));
|
|
1196
1222
|
/**
|
|
1197
1223
|
* @name InteractionEventTypeEnum.InteractionEventType
|
|
1198
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1224
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/InteractionEventTypeEnum.InteractionEventType
|
|
1199
1225
|
*/
|
|
1200
1226
|
let InteractionEventType;
|
|
1201
1227
|
(function (InteractionEventType) {
|
|
@@ -1208,7 +1234,7 @@ var enums;
|
|
|
1208
1234
|
})(InteractionEventType = enums.InteractionEventType || (enums.InteractionEventType = {}));
|
|
1209
1235
|
/**
|
|
1210
1236
|
* @name QualityScoreBucketEnum.QualityScoreBucket
|
|
1211
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1237
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/QualityScoreBucketEnum.QualityScoreBucket
|
|
1212
1238
|
*/
|
|
1213
1239
|
let QualityScoreBucket;
|
|
1214
1240
|
(function (QualityScoreBucket) {
|
|
@@ -1220,7 +1246,7 @@ var enums;
|
|
|
1220
1246
|
})(QualityScoreBucket = enums.QualityScoreBucket || (enums.QualityScoreBucket = {}));
|
|
1221
1247
|
/**
|
|
1222
1248
|
* @name UserIdentifierSourceEnum.UserIdentifierSource
|
|
1223
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1249
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserIdentifierSourceEnum.UserIdentifierSource
|
|
1224
1250
|
*/
|
|
1225
1251
|
let UserIdentifierSource;
|
|
1226
1252
|
(function (UserIdentifierSource) {
|
|
@@ -1231,7 +1257,7 @@ var enums;
|
|
|
1231
1257
|
})(UserIdentifierSource = enums.UserIdentifierSource || (enums.UserIdentifierSource = {}));
|
|
1232
1258
|
/**
|
|
1233
1259
|
* @name AdDestinationTypeEnum.AdDestinationType
|
|
1234
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1260
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdDestinationTypeEnum.AdDestinationType
|
|
1235
1261
|
*/
|
|
1236
1262
|
let AdDestinationType;
|
|
1237
1263
|
(function (AdDestinationType) {
|
|
@@ -1251,7 +1277,7 @@ var enums;
|
|
|
1251
1277
|
})(AdDestinationType = enums.AdDestinationType || (enums.AdDestinationType = {}));
|
|
1252
1278
|
/**
|
|
1253
1279
|
* @name AdNetworkTypeEnum.AdNetworkType
|
|
1254
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1280
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdNetworkTypeEnum.AdNetworkType
|
|
1255
1281
|
*/
|
|
1256
1282
|
let AdNetworkType;
|
|
1257
1283
|
(function (AdNetworkType) {
|
|
@@ -1260,13 +1286,13 @@ var enums;
|
|
|
1260
1286
|
AdNetworkType[AdNetworkType["SEARCH"] = 2] = "SEARCH";
|
|
1261
1287
|
AdNetworkType[AdNetworkType["SEARCH_PARTNERS"] = 3] = "SEARCH_PARTNERS";
|
|
1262
1288
|
AdNetworkType[AdNetworkType["CONTENT"] = 4] = "CONTENT";
|
|
1263
|
-
AdNetworkType[AdNetworkType["YOUTUBE_SEARCH"] = 5] = "YOUTUBE_SEARCH";
|
|
1264
|
-
AdNetworkType[AdNetworkType["YOUTUBE_WATCH"] = 6] = "YOUTUBE_WATCH";
|
|
1265
1289
|
AdNetworkType[AdNetworkType["MIXED"] = 7] = "MIXED";
|
|
1290
|
+
AdNetworkType[AdNetworkType["YOUTUBE"] = 8] = "YOUTUBE";
|
|
1291
|
+
AdNetworkType[AdNetworkType["GOOGLE_TV"] = 9] = "GOOGLE_TV";
|
|
1266
1292
|
})(AdNetworkType = enums.AdNetworkType || (enums.AdNetworkType = {}));
|
|
1267
1293
|
/**
|
|
1268
1294
|
* @name BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1269
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1295
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1270
1296
|
*/
|
|
1271
1297
|
let BudgetCampaignAssociationStatus;
|
|
1272
1298
|
(function (BudgetCampaignAssociationStatus) {
|
|
@@ -1277,7 +1303,7 @@ var enums;
|
|
|
1277
1303
|
})(BudgetCampaignAssociationStatus = enums.BudgetCampaignAssociationStatus || (enums.BudgetCampaignAssociationStatus = {}));
|
|
1278
1304
|
/**
|
|
1279
1305
|
* @name ClickTypeEnum.ClickType
|
|
1280
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1306
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ClickTypeEnum.ClickType
|
|
1281
1307
|
*/
|
|
1282
1308
|
let ClickType;
|
|
1283
1309
|
(function (ClickType) {
|
|
@@ -1340,7 +1366,7 @@ var enums;
|
|
|
1340
1366
|
})(ClickType = enums.ClickType || (enums.ClickType = {}));
|
|
1341
1367
|
/**
|
|
1342
1368
|
* @name ConversionActionCategoryEnum.ConversionActionCategory
|
|
1343
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1369
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionActionCategoryEnum.ConversionActionCategory
|
|
1344
1370
|
*/
|
|
1345
1371
|
let ConversionActionCategory;
|
|
1346
1372
|
(function (ConversionActionCategory) {
|
|
@@ -1370,7 +1396,7 @@ var enums;
|
|
|
1370
1396
|
})(ConversionActionCategory = enums.ConversionActionCategory || (enums.ConversionActionCategory = {}));
|
|
1371
1397
|
/**
|
|
1372
1398
|
* @name ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1373
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1399
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1374
1400
|
*/
|
|
1375
1401
|
let ConversionAttributionEventType;
|
|
1376
1402
|
(function (ConversionAttributionEventType) {
|
|
@@ -1381,7 +1407,7 @@ var enums;
|
|
|
1381
1407
|
})(ConversionAttributionEventType = enums.ConversionAttributionEventType || (enums.ConversionAttributionEventType = {}));
|
|
1382
1408
|
/**
|
|
1383
1409
|
* @name ConversionLagBucketEnum.ConversionLagBucket
|
|
1384
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1410
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionLagBucketEnum.ConversionLagBucket
|
|
1385
1411
|
*/
|
|
1386
1412
|
let ConversionLagBucket;
|
|
1387
1413
|
(function (ConversionLagBucket) {
|
|
@@ -1409,7 +1435,7 @@ var enums;
|
|
|
1409
1435
|
})(ConversionLagBucket = enums.ConversionLagBucket || (enums.ConversionLagBucket = {}));
|
|
1410
1436
|
/**
|
|
1411
1437
|
* @name ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1412
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1438
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1413
1439
|
*/
|
|
1414
1440
|
let ConversionOrAdjustmentLagBucket;
|
|
1415
1441
|
(function (ConversionOrAdjustmentLagBucket) {
|
|
@@ -1459,7 +1485,7 @@ var enums;
|
|
|
1459
1485
|
})(ConversionOrAdjustmentLagBucket = enums.ConversionOrAdjustmentLagBucket || (enums.ConversionOrAdjustmentLagBucket = {}));
|
|
1460
1486
|
/**
|
|
1461
1487
|
* @name ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1462
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1488
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1463
1489
|
*/
|
|
1464
1490
|
let ConversionValueRulePrimaryDimension;
|
|
1465
1491
|
(function (ConversionValueRulePrimaryDimension) {
|
|
@@ -1475,7 +1501,7 @@ var enums;
|
|
|
1475
1501
|
})(ConversionValueRulePrimaryDimension = enums.ConversionValueRulePrimaryDimension || (enums.ConversionValueRulePrimaryDimension = {}));
|
|
1476
1502
|
/**
|
|
1477
1503
|
* @name ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
|
|
1478
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1504
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
|
|
1479
1505
|
*/
|
|
1480
1506
|
let ConvertingUserPriorEngagementTypeAndLtvBucket;
|
|
1481
1507
|
(function (ConvertingUserPriorEngagementTypeAndLtvBucket) {
|
|
@@ -1487,7 +1513,7 @@ var enums;
|
|
|
1487
1513
|
})(ConvertingUserPriorEngagementTypeAndLtvBucket = enums.ConvertingUserPriorEngagementTypeAndLtvBucket || (enums.ConvertingUserPriorEngagementTypeAndLtvBucket = {}));
|
|
1488
1514
|
/**
|
|
1489
1515
|
* @name ExternalConversionSourceEnum.ExternalConversionSource
|
|
1490
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1516
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ExternalConversionSourceEnum.ExternalConversionSource
|
|
1491
1517
|
*/
|
|
1492
1518
|
let ExternalConversionSource;
|
|
1493
1519
|
(function (ExternalConversionSource) {
|
|
@@ -1524,7 +1550,7 @@ var enums;
|
|
|
1524
1550
|
})(ExternalConversionSource = enums.ExternalConversionSource || (enums.ExternalConversionSource = {}));
|
|
1525
1551
|
/**
|
|
1526
1552
|
* @name HotelPriceBucketEnum.HotelPriceBucket
|
|
1527
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1553
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/HotelPriceBucketEnum.HotelPriceBucket
|
|
1528
1554
|
*/
|
|
1529
1555
|
let HotelPriceBucket;
|
|
1530
1556
|
(function (HotelPriceBucket) {
|
|
@@ -1537,7 +1563,7 @@ var enums;
|
|
|
1537
1563
|
})(HotelPriceBucket = enums.HotelPriceBucket || (enums.HotelPriceBucket = {}));
|
|
1538
1564
|
/**
|
|
1539
1565
|
* @name HotelRateTypeEnum.HotelRateType
|
|
1540
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1566
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/HotelRateTypeEnum.HotelRateType
|
|
1541
1567
|
*/
|
|
1542
1568
|
let HotelRateType;
|
|
1543
1569
|
(function (HotelRateType) {
|
|
@@ -1550,7 +1576,7 @@ var enums;
|
|
|
1550
1576
|
})(HotelRateType = enums.HotelRateType || (enums.HotelRateType = {}));
|
|
1551
1577
|
/**
|
|
1552
1578
|
* @name PlaceholderTypeEnum.PlaceholderType
|
|
1553
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1579
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PlaceholderTypeEnum.PlaceholderType
|
|
1554
1580
|
*/
|
|
1555
1581
|
let PlaceholderType;
|
|
1556
1582
|
(function (PlaceholderType) {
|
|
@@ -1579,7 +1605,7 @@ var enums;
|
|
|
1579
1605
|
})(PlaceholderType = enums.PlaceholderType || (enums.PlaceholderType = {}));
|
|
1580
1606
|
/**
|
|
1581
1607
|
* @name RecommendationTypeEnum.RecommendationType
|
|
1582
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1608
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/RecommendationTypeEnum.RecommendationType
|
|
1583
1609
|
*/
|
|
1584
1610
|
let RecommendationType;
|
|
1585
1611
|
(function (RecommendationType) {
|
|
@@ -1629,10 +1655,20 @@ var enums;
|
|
|
1629
1655
|
RecommendationType[RecommendationType["PERFORMANCE_MAX_OPT_IN"] = 46] = "PERFORMANCE_MAX_OPT_IN";
|
|
1630
1656
|
RecommendationType[RecommendationType["IMPROVE_PERFORMANCE_MAX_AD_STRENGTH"] = 47] = "IMPROVE_PERFORMANCE_MAX_AD_STRENGTH";
|
|
1631
1657
|
RecommendationType[RecommendationType["MIGRATE_DYNAMIC_SEARCH_ADS_CAMPAIGN_TO_PERFORMANCE_MAX"] = 48] = "MIGRATE_DYNAMIC_SEARCH_ADS_CAMPAIGN_TO_PERFORMANCE_MAX";
|
|
1658
|
+
RecommendationType[RecommendationType["FORECASTING_SET_TARGET_CPA"] = 49] = "FORECASTING_SET_TARGET_CPA";
|
|
1659
|
+
RecommendationType[RecommendationType["SET_TARGET_CPA"] = 50] = "SET_TARGET_CPA";
|
|
1660
|
+
RecommendationType[RecommendationType["SET_TARGET_ROAS"] = 51] = "SET_TARGET_ROAS";
|
|
1661
|
+
RecommendationType[RecommendationType["MAXIMIZE_CONVERSION_VALUE_OPT_IN"] = 52] = "MAXIMIZE_CONVERSION_VALUE_OPT_IN";
|
|
1662
|
+
RecommendationType[RecommendationType["IMPROVE_GOOGLE_TAG_COVERAGE"] = 53] = "IMPROVE_GOOGLE_TAG_COVERAGE";
|
|
1663
|
+
RecommendationType[RecommendationType["PERFORMANCE_MAX_FINAL_URL_OPT_IN"] = 54] = "PERFORMANCE_MAX_FINAL_URL_OPT_IN";
|
|
1664
|
+
RecommendationType[RecommendationType["REFRESH_CUSTOMER_MATCH_LIST"] = 55] = "REFRESH_CUSTOMER_MATCH_LIST";
|
|
1665
|
+
RecommendationType[RecommendationType["CUSTOM_AUDIENCE_OPT_IN"] = 56] = "CUSTOM_AUDIENCE_OPT_IN";
|
|
1666
|
+
RecommendationType[RecommendationType["LEAD_FORM_ASSET"] = 57] = "LEAD_FORM_ASSET";
|
|
1667
|
+
RecommendationType[RecommendationType["IMPROVE_DEMAND_GEN_AD_STRENGTH"] = 58] = "IMPROVE_DEMAND_GEN_AD_STRENGTH";
|
|
1632
1668
|
})(RecommendationType = enums.RecommendationType || (enums.RecommendationType = {}));
|
|
1633
1669
|
/**
|
|
1634
1670
|
* @name SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1635
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1671
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1636
1672
|
*/
|
|
1637
1673
|
let SearchEngineResultsPageType;
|
|
1638
1674
|
(function (SearchEngineResultsPageType) {
|
|
@@ -1644,7 +1680,7 @@ var enums;
|
|
|
1644
1680
|
})(SearchEngineResultsPageType = enums.SearchEngineResultsPageType || (enums.SearchEngineResultsPageType = {}));
|
|
1645
1681
|
/**
|
|
1646
1682
|
* @name SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1647
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1683
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1648
1684
|
*/
|
|
1649
1685
|
let SearchTermMatchType;
|
|
1650
1686
|
(function (SearchTermMatchType) {
|
|
@@ -1658,7 +1694,7 @@ var enums;
|
|
|
1658
1694
|
})(SearchTermMatchType = enums.SearchTermMatchType || (enums.SearchTermMatchType = {}));
|
|
1659
1695
|
/**
|
|
1660
1696
|
* @name SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1661
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1697
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1662
1698
|
*/
|
|
1663
1699
|
let SkAdNetworkAdEventType;
|
|
1664
1700
|
(function (SkAdNetworkAdEventType) {
|
|
@@ -1670,7 +1706,7 @@ var enums;
|
|
|
1670
1706
|
})(SkAdNetworkAdEventType = enums.SkAdNetworkAdEventType || (enums.SkAdNetworkAdEventType = {}));
|
|
1671
1707
|
/**
|
|
1672
1708
|
* @name SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1673
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1709
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1674
1710
|
*/
|
|
1675
1711
|
let SkAdNetworkAttributionCredit;
|
|
1676
1712
|
(function (SkAdNetworkAttributionCredit) {
|
|
@@ -1680,9 +1716,35 @@ var enums;
|
|
|
1680
1716
|
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["WON"] = 3] = "WON";
|
|
1681
1717
|
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["CONTRIBUTED"] = 4] = "CONTRIBUTED";
|
|
1682
1718
|
})(SkAdNetworkAttributionCredit = enums.SkAdNetworkAttributionCredit || (enums.SkAdNetworkAttributionCredit = {}));
|
|
1719
|
+
/**
|
|
1720
|
+
* @name SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
|
|
1721
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
|
|
1722
|
+
*/
|
|
1723
|
+
let SkAdNetworkCoarseConversionValue;
|
|
1724
|
+
(function (SkAdNetworkCoarseConversionValue) {
|
|
1725
|
+
SkAdNetworkCoarseConversionValue[SkAdNetworkCoarseConversionValue["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1726
|
+
SkAdNetworkCoarseConversionValue[SkAdNetworkCoarseConversionValue["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1727
|
+
SkAdNetworkCoarseConversionValue[SkAdNetworkCoarseConversionValue["UNAVAILABLE"] = 2] = "UNAVAILABLE";
|
|
1728
|
+
SkAdNetworkCoarseConversionValue[SkAdNetworkCoarseConversionValue["LOW"] = 3] = "LOW";
|
|
1729
|
+
SkAdNetworkCoarseConversionValue[SkAdNetworkCoarseConversionValue["MEDIUM"] = 4] = "MEDIUM";
|
|
1730
|
+
SkAdNetworkCoarseConversionValue[SkAdNetworkCoarseConversionValue["HIGH"] = 5] = "HIGH";
|
|
1731
|
+
SkAdNetworkCoarseConversionValue[SkAdNetworkCoarseConversionValue["NONE"] = 6] = "NONE";
|
|
1732
|
+
})(SkAdNetworkCoarseConversionValue = enums.SkAdNetworkCoarseConversionValue || (enums.SkAdNetworkCoarseConversionValue = {}));
|
|
1733
|
+
/**
|
|
1734
|
+
* @name SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
|
|
1735
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
|
|
1736
|
+
*/
|
|
1737
|
+
let SkAdNetworkSourceType;
|
|
1738
|
+
(function (SkAdNetworkSourceType) {
|
|
1739
|
+
SkAdNetworkSourceType[SkAdNetworkSourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1740
|
+
SkAdNetworkSourceType[SkAdNetworkSourceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1741
|
+
SkAdNetworkSourceType[SkAdNetworkSourceType["UNAVAILABLE"] = 2] = "UNAVAILABLE";
|
|
1742
|
+
SkAdNetworkSourceType[SkAdNetworkSourceType["WEBSITE"] = 3] = "WEBSITE";
|
|
1743
|
+
SkAdNetworkSourceType[SkAdNetworkSourceType["MOBILE_APPLICATION"] = 4] = "MOBILE_APPLICATION";
|
|
1744
|
+
})(SkAdNetworkSourceType = enums.SkAdNetworkSourceType || (enums.SkAdNetworkSourceType = {}));
|
|
1683
1745
|
/**
|
|
1684
1746
|
* @name SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1685
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1747
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1686
1748
|
*/
|
|
1687
1749
|
let SkAdNetworkUserType;
|
|
1688
1750
|
(function (SkAdNetworkUserType) {
|
|
@@ -1694,7 +1756,7 @@ var enums;
|
|
|
1694
1756
|
})(SkAdNetworkUserType = enums.SkAdNetworkUserType || (enums.SkAdNetworkUserType = {}));
|
|
1695
1757
|
/**
|
|
1696
1758
|
* @name SlotEnum.Slot
|
|
1697
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1759
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SlotEnum.Slot
|
|
1698
1760
|
*/
|
|
1699
1761
|
let Slot;
|
|
1700
1762
|
(function (Slot) {
|
|
@@ -1710,7 +1772,7 @@ var enums;
|
|
|
1710
1772
|
})(Slot = enums.Slot || (enums.Slot = {}));
|
|
1711
1773
|
/**
|
|
1712
1774
|
* @name TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1713
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1775
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1714
1776
|
*/
|
|
1715
1777
|
let TrackingCodePageFormat;
|
|
1716
1778
|
(function (TrackingCodePageFormat) {
|
|
@@ -1721,7 +1783,7 @@ var enums;
|
|
|
1721
1783
|
})(TrackingCodePageFormat = enums.TrackingCodePageFormat || (enums.TrackingCodePageFormat = {}));
|
|
1722
1784
|
/**
|
|
1723
1785
|
* @name TrackingCodeTypeEnum.TrackingCodeType
|
|
1724
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1786
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TrackingCodeTypeEnum.TrackingCodeType
|
|
1725
1787
|
*/
|
|
1726
1788
|
let TrackingCodeType;
|
|
1727
1789
|
(function (TrackingCodeType) {
|
|
@@ -1734,7 +1796,7 @@ var enums;
|
|
|
1734
1796
|
})(TrackingCodeType = enums.TrackingCodeType || (enums.TrackingCodeType = {}));
|
|
1735
1797
|
/**
|
|
1736
1798
|
* @name TargetingDimensionEnum.TargetingDimension
|
|
1737
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1799
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TargetingDimensionEnum.TargetingDimension
|
|
1738
1800
|
*/
|
|
1739
1801
|
let TargetingDimension;
|
|
1740
1802
|
(function (TargetingDimension) {
|
|
@@ -1751,7 +1813,7 @@ var enums;
|
|
|
1751
1813
|
})(TargetingDimension = enums.TargetingDimension || (enums.TargetingDimension = {}));
|
|
1752
1814
|
/**
|
|
1753
1815
|
* @name CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1754
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1816
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1755
1817
|
*/
|
|
1756
1818
|
let CustomerMatchUploadKeyType;
|
|
1757
1819
|
(function (CustomerMatchUploadKeyType) {
|
|
@@ -1761,9 +1823,21 @@ var enums;
|
|
|
1761
1823
|
CustomerMatchUploadKeyType[CustomerMatchUploadKeyType["CRM_ID"] = 3] = "CRM_ID";
|
|
1762
1824
|
CustomerMatchUploadKeyType[CustomerMatchUploadKeyType["MOBILE_ADVERTISING_ID"] = 4] = "MOBILE_ADVERTISING_ID";
|
|
1763
1825
|
})(CustomerMatchUploadKeyType = enums.CustomerMatchUploadKeyType || (enums.CustomerMatchUploadKeyType = {}));
|
|
1826
|
+
/**
|
|
1827
|
+
* @name LookalikeExpansionLevelEnum.LookalikeExpansionLevel
|
|
1828
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LookalikeExpansionLevelEnum.LookalikeExpansionLevel
|
|
1829
|
+
*/
|
|
1830
|
+
let LookalikeExpansionLevel;
|
|
1831
|
+
(function (LookalikeExpansionLevel) {
|
|
1832
|
+
LookalikeExpansionLevel[LookalikeExpansionLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1833
|
+
LookalikeExpansionLevel[LookalikeExpansionLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1834
|
+
LookalikeExpansionLevel[LookalikeExpansionLevel["NARROW"] = 2] = "NARROW";
|
|
1835
|
+
LookalikeExpansionLevel[LookalikeExpansionLevel["BALANCED"] = 3] = "BALANCED";
|
|
1836
|
+
LookalikeExpansionLevel[LookalikeExpansionLevel["BROAD"] = 4] = "BROAD";
|
|
1837
|
+
})(LookalikeExpansionLevel = enums.LookalikeExpansionLevel || (enums.LookalikeExpansionLevel = {}));
|
|
1764
1838
|
/**
|
|
1765
1839
|
* @name UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1766
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1840
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1767
1841
|
*/
|
|
1768
1842
|
let UserListCrmDataSourceType;
|
|
1769
1843
|
(function (UserListCrmDataSourceType) {
|
|
@@ -1775,7 +1849,7 @@ var enums;
|
|
|
1775
1849
|
})(UserListCrmDataSourceType = enums.UserListCrmDataSourceType || (enums.UserListCrmDataSourceType = {}));
|
|
1776
1850
|
/**
|
|
1777
1851
|
* @name UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1778
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1852
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1779
1853
|
*/
|
|
1780
1854
|
let UserListDateRuleItemOperator;
|
|
1781
1855
|
(function (UserListDateRuleItemOperator) {
|
|
@@ -1788,7 +1862,7 @@ var enums;
|
|
|
1788
1862
|
})(UserListDateRuleItemOperator = enums.UserListDateRuleItemOperator || (enums.UserListDateRuleItemOperator = {}));
|
|
1789
1863
|
/**
|
|
1790
1864
|
* @name UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1791
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1865
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1792
1866
|
*/
|
|
1793
1867
|
let UserListFlexibleRuleOperator;
|
|
1794
1868
|
(function (UserListFlexibleRuleOperator) {
|
|
@@ -1799,7 +1873,7 @@ var enums;
|
|
|
1799
1873
|
})(UserListFlexibleRuleOperator = enums.UserListFlexibleRuleOperator || (enums.UserListFlexibleRuleOperator = {}));
|
|
1800
1874
|
/**
|
|
1801
1875
|
* @name UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1802
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1876
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1803
1877
|
*/
|
|
1804
1878
|
let UserListLogicalRuleOperator;
|
|
1805
1879
|
(function (UserListLogicalRuleOperator) {
|
|
@@ -1811,7 +1885,7 @@ var enums;
|
|
|
1811
1885
|
})(UserListLogicalRuleOperator = enums.UserListLogicalRuleOperator || (enums.UserListLogicalRuleOperator = {}));
|
|
1812
1886
|
/**
|
|
1813
1887
|
* @name UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1814
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1888
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1815
1889
|
*/
|
|
1816
1890
|
let UserListNumberRuleItemOperator;
|
|
1817
1891
|
(function (UserListNumberRuleItemOperator) {
|
|
@@ -1826,7 +1900,7 @@ var enums;
|
|
|
1826
1900
|
})(UserListNumberRuleItemOperator = enums.UserListNumberRuleItemOperator || (enums.UserListNumberRuleItemOperator = {}));
|
|
1827
1901
|
/**
|
|
1828
1902
|
* @name UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1829
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1903
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1830
1904
|
*/
|
|
1831
1905
|
let UserListPrepopulationStatus;
|
|
1832
1906
|
(function (UserListPrepopulationStatus) {
|
|
@@ -1838,7 +1912,7 @@ var enums;
|
|
|
1838
1912
|
})(UserListPrepopulationStatus = enums.UserListPrepopulationStatus || (enums.UserListPrepopulationStatus = {}));
|
|
1839
1913
|
/**
|
|
1840
1914
|
* @name UserListRuleTypeEnum.UserListRuleType
|
|
1841
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1915
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListRuleTypeEnum.UserListRuleType
|
|
1842
1916
|
*/
|
|
1843
1917
|
let UserListRuleType;
|
|
1844
1918
|
(function (UserListRuleType) {
|
|
@@ -1849,7 +1923,7 @@ var enums;
|
|
|
1849
1923
|
})(UserListRuleType = enums.UserListRuleType || (enums.UserListRuleType = {}));
|
|
1850
1924
|
/**
|
|
1851
1925
|
* @name UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1852
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1926
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1853
1927
|
*/
|
|
1854
1928
|
let UserListStringRuleItemOperator;
|
|
1855
1929
|
(function (UserListStringRuleItemOperator) {
|
|
@@ -1866,7 +1940,7 @@ var enums;
|
|
|
1866
1940
|
})(UserListStringRuleItemOperator = enums.UserListStringRuleItemOperator || (enums.UserListStringRuleItemOperator = {}));
|
|
1867
1941
|
/**
|
|
1868
1942
|
* @name AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1869
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1943
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1870
1944
|
*/
|
|
1871
1945
|
let AccessInvitationStatus;
|
|
1872
1946
|
(function (AccessInvitationStatus) {
|
|
@@ -1878,7 +1952,7 @@ var enums;
|
|
|
1878
1952
|
})(AccessInvitationStatus = enums.AccessInvitationStatus || (enums.AccessInvitationStatus = {}));
|
|
1879
1953
|
/**
|
|
1880
1954
|
* @name AccessReasonEnum.AccessReason
|
|
1881
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1955
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AccessReasonEnum.AccessReason
|
|
1882
1956
|
*/
|
|
1883
1957
|
let AccessReason;
|
|
1884
1958
|
(function (AccessReason) {
|
|
@@ -1892,7 +1966,7 @@ var enums;
|
|
|
1892
1966
|
})(AccessReason = enums.AccessReason || (enums.AccessReason = {}));
|
|
1893
1967
|
/**
|
|
1894
1968
|
* @name AccessRoleEnum.AccessRole
|
|
1895
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1969
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AccessRoleEnum.AccessRole
|
|
1896
1970
|
*/
|
|
1897
1971
|
let AccessRole;
|
|
1898
1972
|
(function (AccessRole) {
|
|
@@ -1905,7 +1979,7 @@ var enums;
|
|
|
1905
1979
|
})(AccessRole = enums.AccessRole || (enums.AccessRole = {}));
|
|
1906
1980
|
/**
|
|
1907
1981
|
* @name AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1908
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1982
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1909
1983
|
*/
|
|
1910
1984
|
let AccountBudgetProposalStatus;
|
|
1911
1985
|
(function (AccountBudgetProposalStatus) {
|
|
@@ -1919,7 +1993,7 @@ var enums;
|
|
|
1919
1993
|
})(AccountBudgetProposalStatus = enums.AccountBudgetProposalStatus || (enums.AccountBudgetProposalStatus = {}));
|
|
1920
1994
|
/**
|
|
1921
1995
|
* @name AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1922
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1996
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1923
1997
|
*/
|
|
1924
1998
|
let AccountBudgetProposalType;
|
|
1925
1999
|
(function (AccountBudgetProposalType) {
|
|
@@ -1932,7 +2006,7 @@ var enums;
|
|
|
1932
2006
|
})(AccountBudgetProposalType = enums.AccountBudgetProposalType || (enums.AccountBudgetProposalType = {}));
|
|
1933
2007
|
/**
|
|
1934
2008
|
* @name AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1935
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2009
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1936
2010
|
*/
|
|
1937
2011
|
let AccountBudgetStatus;
|
|
1938
2012
|
(function (AccountBudgetStatus) {
|
|
@@ -1944,7 +2018,7 @@ var enums;
|
|
|
1944
2018
|
})(AccountBudgetStatus = enums.AccountBudgetStatus || (enums.AccountBudgetStatus = {}));
|
|
1945
2019
|
/**
|
|
1946
2020
|
* @name AccountLinkStatusEnum.AccountLinkStatus
|
|
1947
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2021
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AccountLinkStatusEnum.AccountLinkStatus
|
|
1948
2022
|
*/
|
|
1949
2023
|
let AccountLinkStatus;
|
|
1950
2024
|
(function (AccountLinkStatus) {
|
|
@@ -1959,7 +2033,7 @@ var enums;
|
|
|
1959
2033
|
})(AccountLinkStatus = enums.AccountLinkStatus || (enums.AccountLinkStatus = {}));
|
|
1960
2034
|
/**
|
|
1961
2035
|
* @name AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1962
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2036
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1963
2037
|
*/
|
|
1964
2038
|
let AdCustomizerPlaceholderField;
|
|
1965
2039
|
(function (AdCustomizerPlaceholderField) {
|
|
@@ -1970,9 +2044,48 @@ var enums;
|
|
|
1970
2044
|
AdCustomizerPlaceholderField[AdCustomizerPlaceholderField["DATE"] = 4] = "DATE";
|
|
1971
2045
|
AdCustomizerPlaceholderField[AdCustomizerPlaceholderField["STRING"] = 5] = "STRING";
|
|
1972
2046
|
})(AdCustomizerPlaceholderField = enums.AdCustomizerPlaceholderField || (enums.AdCustomizerPlaceholderField = {}));
|
|
2047
|
+
/**
|
|
2048
|
+
* @name AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
|
|
2049
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
|
|
2050
|
+
*/
|
|
2051
|
+
let AdGroupAdPrimaryStatus;
|
|
2052
|
+
(function (AdGroupAdPrimaryStatus) {
|
|
2053
|
+
AdGroupAdPrimaryStatus[AdGroupAdPrimaryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2054
|
+
AdGroupAdPrimaryStatus[AdGroupAdPrimaryStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2055
|
+
AdGroupAdPrimaryStatus[AdGroupAdPrimaryStatus["ELIGIBLE"] = 2] = "ELIGIBLE";
|
|
2056
|
+
AdGroupAdPrimaryStatus[AdGroupAdPrimaryStatus["PAUSED"] = 3] = "PAUSED";
|
|
2057
|
+
AdGroupAdPrimaryStatus[AdGroupAdPrimaryStatus["REMOVED"] = 4] = "REMOVED";
|
|
2058
|
+
AdGroupAdPrimaryStatus[AdGroupAdPrimaryStatus["PENDING"] = 5] = "PENDING";
|
|
2059
|
+
AdGroupAdPrimaryStatus[AdGroupAdPrimaryStatus["LIMITED"] = 6] = "LIMITED";
|
|
2060
|
+
AdGroupAdPrimaryStatus[AdGroupAdPrimaryStatus["NOT_ELIGIBLE"] = 7] = "NOT_ELIGIBLE";
|
|
2061
|
+
})(AdGroupAdPrimaryStatus = enums.AdGroupAdPrimaryStatus || (enums.AdGroupAdPrimaryStatus = {}));
|
|
2062
|
+
/**
|
|
2063
|
+
* @name AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
|
|
2064
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
|
|
2065
|
+
*/
|
|
2066
|
+
let AdGroupAdPrimaryStatusReason;
|
|
2067
|
+
(function (AdGroupAdPrimaryStatusReason) {
|
|
2068
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2069
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2070
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["CAMPAIGN_REMOVED"] = 2] = "CAMPAIGN_REMOVED";
|
|
2071
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["CAMPAIGN_PAUSED"] = 3] = "CAMPAIGN_PAUSED";
|
|
2072
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["CAMPAIGN_PENDING"] = 4] = "CAMPAIGN_PENDING";
|
|
2073
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["CAMPAIGN_ENDED"] = 5] = "CAMPAIGN_ENDED";
|
|
2074
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["AD_GROUP_PAUSED"] = 6] = "AD_GROUP_PAUSED";
|
|
2075
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["AD_GROUP_REMOVED"] = 7] = "AD_GROUP_REMOVED";
|
|
2076
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["AD_GROUP_AD_PAUSED"] = 8] = "AD_GROUP_AD_PAUSED";
|
|
2077
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["AD_GROUP_AD_REMOVED"] = 9] = "AD_GROUP_AD_REMOVED";
|
|
2078
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["AD_GROUP_AD_DISAPPROVED"] = 10] = "AD_GROUP_AD_DISAPPROVED";
|
|
2079
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["AD_GROUP_AD_UNDER_REVIEW"] = 11] = "AD_GROUP_AD_UNDER_REVIEW";
|
|
2080
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["AD_GROUP_AD_POOR_QUALITY"] = 12] = "AD_GROUP_AD_POOR_QUALITY";
|
|
2081
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["AD_GROUP_AD_NO_ADS"] = 13] = "AD_GROUP_AD_NO_ADS";
|
|
2082
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["AD_GROUP_AD_APPROVED_LABELED"] = 14] = "AD_GROUP_AD_APPROVED_LABELED";
|
|
2083
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["AD_GROUP_AD_AREA_OF_INTEREST_ONLY"] = 15] = "AD_GROUP_AD_AREA_OF_INTEREST_ONLY";
|
|
2084
|
+
AdGroupAdPrimaryStatusReason[AdGroupAdPrimaryStatusReason["AD_GROUP_AD_UNDER_APPEAL"] = 16] = "AD_GROUP_AD_UNDER_APPEAL";
|
|
2085
|
+
})(AdGroupAdPrimaryStatusReason = enums.AdGroupAdPrimaryStatusReason || (enums.AdGroupAdPrimaryStatusReason = {}));
|
|
1973
2086
|
/**
|
|
1974
2087
|
* @name AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1975
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2088
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1976
2089
|
*/
|
|
1977
2090
|
let AdGroupAdRotationMode;
|
|
1978
2091
|
(function (AdGroupAdRotationMode) {
|
|
@@ -1983,7 +2096,7 @@ var enums;
|
|
|
1983
2096
|
})(AdGroupAdRotationMode = enums.AdGroupAdRotationMode || (enums.AdGroupAdRotationMode = {}));
|
|
1984
2097
|
/**
|
|
1985
2098
|
* @name AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1986
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2099
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1987
2100
|
*/
|
|
1988
2101
|
let AdGroupAdStatus;
|
|
1989
2102
|
(function (AdGroupAdStatus) {
|
|
@@ -1995,7 +2108,7 @@ var enums;
|
|
|
1995
2108
|
})(AdGroupAdStatus = enums.AdGroupAdStatus || (enums.AdGroupAdStatus = {}));
|
|
1996
2109
|
/**
|
|
1997
2110
|
* @name AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1998
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2111
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1999
2112
|
*/
|
|
2000
2113
|
let AdGroupCriterionApprovalStatus;
|
|
2001
2114
|
(function (AdGroupCriterionApprovalStatus) {
|
|
@@ -2008,7 +2121,7 @@ var enums;
|
|
|
2008
2121
|
})(AdGroupCriterionApprovalStatus = enums.AdGroupCriterionApprovalStatus || (enums.AdGroupCriterionApprovalStatus = {}));
|
|
2009
2122
|
/**
|
|
2010
2123
|
* @name AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
2011
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2124
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
2012
2125
|
*/
|
|
2013
2126
|
let AdGroupCriterionStatus;
|
|
2014
2127
|
(function (AdGroupCriterionStatus) {
|
|
@@ -2018,9 +2131,48 @@ var enums;
|
|
|
2018
2131
|
AdGroupCriterionStatus[AdGroupCriterionStatus["PAUSED"] = 3] = "PAUSED";
|
|
2019
2132
|
AdGroupCriterionStatus[AdGroupCriterionStatus["REMOVED"] = 4] = "REMOVED";
|
|
2020
2133
|
})(AdGroupCriterionStatus = enums.AdGroupCriterionStatus || (enums.AdGroupCriterionStatus = {}));
|
|
2134
|
+
/**
|
|
2135
|
+
* @name AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
|
|
2136
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
|
|
2137
|
+
*/
|
|
2138
|
+
let AdGroupPrimaryStatus;
|
|
2139
|
+
(function (AdGroupPrimaryStatus) {
|
|
2140
|
+
AdGroupPrimaryStatus[AdGroupPrimaryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2141
|
+
AdGroupPrimaryStatus[AdGroupPrimaryStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2142
|
+
AdGroupPrimaryStatus[AdGroupPrimaryStatus["ELIGIBLE"] = 2] = "ELIGIBLE";
|
|
2143
|
+
AdGroupPrimaryStatus[AdGroupPrimaryStatus["PAUSED"] = 3] = "PAUSED";
|
|
2144
|
+
AdGroupPrimaryStatus[AdGroupPrimaryStatus["REMOVED"] = 4] = "REMOVED";
|
|
2145
|
+
AdGroupPrimaryStatus[AdGroupPrimaryStatus["PENDING"] = 5] = "PENDING";
|
|
2146
|
+
AdGroupPrimaryStatus[AdGroupPrimaryStatus["NOT_ELIGIBLE"] = 6] = "NOT_ELIGIBLE";
|
|
2147
|
+
AdGroupPrimaryStatus[AdGroupPrimaryStatus["LIMITED"] = 7] = "LIMITED";
|
|
2148
|
+
})(AdGroupPrimaryStatus = enums.AdGroupPrimaryStatus || (enums.AdGroupPrimaryStatus = {}));
|
|
2149
|
+
/**
|
|
2150
|
+
* @name AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
|
|
2151
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
|
|
2152
|
+
*/
|
|
2153
|
+
let AdGroupPrimaryStatusReason;
|
|
2154
|
+
(function (AdGroupPrimaryStatusReason) {
|
|
2155
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2156
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2157
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["CAMPAIGN_REMOVED"] = 2] = "CAMPAIGN_REMOVED";
|
|
2158
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["CAMPAIGN_PAUSED"] = 3] = "CAMPAIGN_PAUSED";
|
|
2159
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["CAMPAIGN_PENDING"] = 4] = "CAMPAIGN_PENDING";
|
|
2160
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["CAMPAIGN_ENDED"] = 5] = "CAMPAIGN_ENDED";
|
|
2161
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["AD_GROUP_PAUSED"] = 6] = "AD_GROUP_PAUSED";
|
|
2162
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["AD_GROUP_REMOVED"] = 7] = "AD_GROUP_REMOVED";
|
|
2163
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["AD_GROUP_INCOMPLETE"] = 8] = "AD_GROUP_INCOMPLETE";
|
|
2164
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["KEYWORDS_PAUSED"] = 9] = "KEYWORDS_PAUSED";
|
|
2165
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["NO_KEYWORDS"] = 10] = "NO_KEYWORDS";
|
|
2166
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["AD_GROUP_ADS_PAUSED"] = 11] = "AD_GROUP_ADS_PAUSED";
|
|
2167
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["NO_AD_GROUP_ADS"] = 12] = "NO_AD_GROUP_ADS";
|
|
2168
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["HAS_ADS_DISAPPROVED"] = 13] = "HAS_ADS_DISAPPROVED";
|
|
2169
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["HAS_ADS_LIMITED_BY_POLICY"] = 14] = "HAS_ADS_LIMITED_BY_POLICY";
|
|
2170
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["MOST_ADS_UNDER_REVIEW"] = 15] = "MOST_ADS_UNDER_REVIEW";
|
|
2171
|
+
AdGroupPrimaryStatusReason[AdGroupPrimaryStatusReason["CAMPAIGN_DRAFT"] = 16] = "CAMPAIGN_DRAFT";
|
|
2172
|
+
})(AdGroupPrimaryStatusReason = enums.AdGroupPrimaryStatusReason || (enums.AdGroupPrimaryStatusReason = {}));
|
|
2021
2173
|
/**
|
|
2022
2174
|
* @name AdGroupStatusEnum.AdGroupStatus
|
|
2023
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2175
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupStatusEnum.AdGroupStatus
|
|
2024
2176
|
*/
|
|
2025
2177
|
let AdGroupStatus;
|
|
2026
2178
|
(function (AdGroupStatus) {
|
|
@@ -2032,7 +2184,7 @@ var enums;
|
|
|
2032
2184
|
})(AdGroupStatus = enums.AdGroupStatus || (enums.AdGroupStatus = {}));
|
|
2033
2185
|
/**
|
|
2034
2186
|
* @name AdGroupTypeEnum.AdGroupType
|
|
2035
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2187
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdGroupTypeEnum.AdGroupType
|
|
2036
2188
|
*/
|
|
2037
2189
|
let AdGroupType;
|
|
2038
2190
|
(function (AdGroupType) {
|
|
@@ -2058,7 +2210,7 @@ var enums;
|
|
|
2058
2210
|
})(AdGroupType = enums.AdGroupType || (enums.AdGroupType = {}));
|
|
2059
2211
|
/**
|
|
2060
2212
|
* @name AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
2061
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2213
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
2062
2214
|
*/
|
|
2063
2215
|
let AdServingOptimizationStatus;
|
|
2064
2216
|
(function (AdServingOptimizationStatus) {
|
|
@@ -2072,7 +2224,7 @@ var enums;
|
|
|
2072
2224
|
})(AdServingOptimizationStatus = enums.AdServingOptimizationStatus || (enums.AdServingOptimizationStatus = {}));
|
|
2073
2225
|
/**
|
|
2074
2226
|
* @name AdStrengthEnum.AdStrength
|
|
2075
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2227
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdStrengthEnum.AdStrength
|
|
2076
2228
|
*/
|
|
2077
2229
|
let AdStrength;
|
|
2078
2230
|
(function (AdStrength) {
|
|
@@ -2087,7 +2239,7 @@ var enums;
|
|
|
2087
2239
|
})(AdStrength = enums.AdStrength || (enums.AdStrength = {}));
|
|
2088
2240
|
/**
|
|
2089
2241
|
* @name AdTypeEnum.AdType
|
|
2090
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2242
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AdTypeEnum.AdType
|
|
2091
2243
|
*/
|
|
2092
2244
|
let AdType;
|
|
2093
2245
|
(function (AdType) {
|
|
@@ -2124,10 +2276,11 @@ var enums;
|
|
|
2124
2276
|
AdType[AdType["DISCOVERY_CAROUSEL_AD"] = 36] = "DISCOVERY_CAROUSEL_AD";
|
|
2125
2277
|
AdType[AdType["TRAVEL_AD"] = 37] = "TRAVEL_AD";
|
|
2126
2278
|
AdType[AdType["DISCOVERY_VIDEO_RESPONSIVE_AD"] = 38] = "DISCOVERY_VIDEO_RESPONSIVE_AD";
|
|
2279
|
+
AdType[AdType["DEMAND_GEN_PRODUCT_AD"] = 39] = "DEMAND_GEN_PRODUCT_AD";
|
|
2127
2280
|
})(AdType = enums.AdType || (enums.AdType = {}));
|
|
2128
2281
|
/**
|
|
2129
2282
|
* @name AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
2130
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2283
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
2131
2284
|
*/
|
|
2132
2285
|
let AffiliateLocationFeedRelationshipType;
|
|
2133
2286
|
(function (AffiliateLocationFeedRelationshipType) {
|
|
@@ -2137,7 +2290,7 @@ var enums;
|
|
|
2137
2290
|
})(AffiliateLocationFeedRelationshipType = enums.AffiliateLocationFeedRelationshipType || (enums.AffiliateLocationFeedRelationshipType = {}));
|
|
2138
2291
|
/**
|
|
2139
2292
|
* @name AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
2140
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2293
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
2141
2294
|
*/
|
|
2142
2295
|
let AffiliateLocationPlaceholderField;
|
|
2143
2296
|
(function (AffiliateLocationPlaceholderField) {
|
|
@@ -2155,9 +2308,33 @@ var enums;
|
|
|
2155
2308
|
AffiliateLocationPlaceholderField[AffiliateLocationPlaceholderField["CHAIN_ID"] = 11] = "CHAIN_ID";
|
|
2156
2309
|
AffiliateLocationPlaceholderField[AffiliateLocationPlaceholderField["CHAIN_NAME"] = 12] = "CHAIN_NAME";
|
|
2157
2310
|
})(AffiliateLocationPlaceholderField = enums.AffiliateLocationPlaceholderField || (enums.AffiliateLocationPlaceholderField = {}));
|
|
2311
|
+
/**
|
|
2312
|
+
* @name AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
|
|
2313
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
|
|
2314
|
+
*/
|
|
2315
|
+
let AndroidPrivacyInteractionType;
|
|
2316
|
+
(function (AndroidPrivacyInteractionType) {
|
|
2317
|
+
AndroidPrivacyInteractionType[AndroidPrivacyInteractionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2318
|
+
AndroidPrivacyInteractionType[AndroidPrivacyInteractionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2319
|
+
AndroidPrivacyInteractionType[AndroidPrivacyInteractionType["CLICK"] = 2] = "CLICK";
|
|
2320
|
+
AndroidPrivacyInteractionType[AndroidPrivacyInteractionType["ENGAGED_VIEW"] = 3] = "ENGAGED_VIEW";
|
|
2321
|
+
AndroidPrivacyInteractionType[AndroidPrivacyInteractionType["VIEW"] = 4] = "VIEW";
|
|
2322
|
+
})(AndroidPrivacyInteractionType = enums.AndroidPrivacyInteractionType || (enums.AndroidPrivacyInteractionType = {}));
|
|
2323
|
+
/**
|
|
2324
|
+
* @name AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
|
|
2325
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
|
|
2326
|
+
*/
|
|
2327
|
+
let AndroidPrivacyNetworkType;
|
|
2328
|
+
(function (AndroidPrivacyNetworkType) {
|
|
2329
|
+
AndroidPrivacyNetworkType[AndroidPrivacyNetworkType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2330
|
+
AndroidPrivacyNetworkType[AndroidPrivacyNetworkType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2331
|
+
AndroidPrivacyNetworkType[AndroidPrivacyNetworkType["SEARCH"] = 2] = "SEARCH";
|
|
2332
|
+
AndroidPrivacyNetworkType[AndroidPrivacyNetworkType["DISPLAY"] = 3] = "DISPLAY";
|
|
2333
|
+
AndroidPrivacyNetworkType[AndroidPrivacyNetworkType["YOUTUBE"] = 4] = "YOUTUBE";
|
|
2334
|
+
})(AndroidPrivacyNetworkType = enums.AndroidPrivacyNetworkType || (enums.AndroidPrivacyNetworkType = {}));
|
|
2158
2335
|
/**
|
|
2159
2336
|
* @name AppBiddingGoalEnum.AppBiddingGoal
|
|
2160
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2337
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AppBiddingGoalEnum.AppBiddingGoal
|
|
2161
2338
|
*/
|
|
2162
2339
|
let AppBiddingGoal;
|
|
2163
2340
|
(function (AppBiddingGoal) {
|
|
@@ -2173,7 +2350,7 @@ var enums;
|
|
|
2173
2350
|
})(AppBiddingGoal = enums.AppBiddingGoal || (enums.AppBiddingGoal = {}));
|
|
2174
2351
|
/**
|
|
2175
2352
|
* @name AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2176
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2353
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2177
2354
|
*/
|
|
2178
2355
|
let AppCampaignAppStore;
|
|
2179
2356
|
(function (AppCampaignAppStore) {
|
|
@@ -2184,7 +2361,7 @@ var enums;
|
|
|
2184
2361
|
})(AppCampaignAppStore = enums.AppCampaignAppStore || (enums.AppCampaignAppStore = {}));
|
|
2185
2362
|
/**
|
|
2186
2363
|
* @name AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2187
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2364
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2188
2365
|
*/
|
|
2189
2366
|
let AppCampaignBiddingStrategyGoalType;
|
|
2190
2367
|
(function (AppCampaignBiddingStrategyGoalType) {
|
|
@@ -2199,7 +2376,7 @@ var enums;
|
|
|
2199
2376
|
})(AppCampaignBiddingStrategyGoalType = enums.AppCampaignBiddingStrategyGoalType || (enums.AppCampaignBiddingStrategyGoalType = {}));
|
|
2200
2377
|
/**
|
|
2201
2378
|
* @name AppPlaceholderFieldEnum.AppPlaceholderField
|
|
2202
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2379
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AppPlaceholderFieldEnum.AppPlaceholderField
|
|
2203
2380
|
*/
|
|
2204
2381
|
let AppPlaceholderField;
|
|
2205
2382
|
(function (AppPlaceholderField) {
|
|
@@ -2214,9 +2391,30 @@ var enums;
|
|
|
2214
2391
|
AppPlaceholderField[AppPlaceholderField["TRACKING_URL"] = 8] = "TRACKING_URL";
|
|
2215
2392
|
AppPlaceholderField[AppPlaceholderField["FINAL_URL_SUFFIX"] = 9] = "FINAL_URL_SUFFIX";
|
|
2216
2393
|
})(AppPlaceholderField = enums.AppPlaceholderField || (enums.AppPlaceholderField = {}));
|
|
2394
|
+
/**
|
|
2395
|
+
* @name AssetAutomationStatusEnum.AssetAutomationStatus
|
|
2396
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetAutomationStatusEnum.AssetAutomationStatus
|
|
2397
|
+
*/
|
|
2398
|
+
let AssetAutomationStatus;
|
|
2399
|
+
(function (AssetAutomationStatus) {
|
|
2400
|
+
AssetAutomationStatus[AssetAutomationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2401
|
+
AssetAutomationStatus[AssetAutomationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2402
|
+
AssetAutomationStatus[AssetAutomationStatus["OPTED_IN"] = 2] = "OPTED_IN";
|
|
2403
|
+
AssetAutomationStatus[AssetAutomationStatus["OPTED_OUT"] = 3] = "OPTED_OUT";
|
|
2404
|
+
})(AssetAutomationStatus = enums.AssetAutomationStatus || (enums.AssetAutomationStatus = {}));
|
|
2405
|
+
/**
|
|
2406
|
+
* @name AssetAutomationTypeEnum.AssetAutomationType
|
|
2407
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetAutomationTypeEnum.AssetAutomationType
|
|
2408
|
+
*/
|
|
2409
|
+
let AssetAutomationType;
|
|
2410
|
+
(function (AssetAutomationType) {
|
|
2411
|
+
AssetAutomationType[AssetAutomationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2412
|
+
AssetAutomationType[AssetAutomationType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2413
|
+
AssetAutomationType[AssetAutomationType["TEXT_ASSET_AUTOMATION"] = 2] = "TEXT_ASSET_AUTOMATION";
|
|
2414
|
+
})(AssetAutomationType = enums.AssetAutomationType || (enums.AssetAutomationType = {}));
|
|
2217
2415
|
/**
|
|
2218
2416
|
* @name AssetFieldTypeEnum.AssetFieldType
|
|
2219
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2417
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetFieldTypeEnum.AssetFieldType
|
|
2220
2418
|
*/
|
|
2221
2419
|
let AssetFieldType;
|
|
2222
2420
|
(function (AssetFieldType) {
|
|
@@ -2252,7 +2450,7 @@ var enums;
|
|
|
2252
2450
|
})(AssetFieldType = enums.AssetFieldType || (enums.AssetFieldType = {}));
|
|
2253
2451
|
/**
|
|
2254
2452
|
* @name AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
|
|
2255
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2453
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
|
|
2256
2454
|
*/
|
|
2257
2455
|
let AssetGroupPrimaryStatus;
|
|
2258
2456
|
(function (AssetGroupPrimaryStatus) {
|
|
@@ -2267,7 +2465,7 @@ var enums;
|
|
|
2267
2465
|
})(AssetGroupPrimaryStatus = enums.AssetGroupPrimaryStatus || (enums.AssetGroupPrimaryStatus = {}));
|
|
2268
2466
|
/**
|
|
2269
2467
|
* @name AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
|
|
2270
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2468
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
|
|
2271
2469
|
*/
|
|
2272
2470
|
let AssetGroupPrimaryStatusReason;
|
|
2273
2471
|
(function (AssetGroupPrimaryStatusReason) {
|
|
@@ -2283,9 +2481,22 @@ var enums;
|
|
|
2283
2481
|
AssetGroupPrimaryStatusReason[AssetGroupPrimaryStatusReason["ASSET_GROUP_DISAPPROVED"] = 9] = "ASSET_GROUP_DISAPPROVED";
|
|
2284
2482
|
AssetGroupPrimaryStatusReason[AssetGroupPrimaryStatusReason["ASSET_GROUP_UNDER_REVIEW"] = 10] = "ASSET_GROUP_UNDER_REVIEW";
|
|
2285
2483
|
})(AssetGroupPrimaryStatusReason = enums.AssetGroupPrimaryStatusReason || (enums.AssetGroupPrimaryStatusReason = {}));
|
|
2484
|
+
/**
|
|
2485
|
+
* @name AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
|
|
2486
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
|
|
2487
|
+
*/
|
|
2488
|
+
let AssetGroupSignalApprovalStatus;
|
|
2489
|
+
(function (AssetGroupSignalApprovalStatus) {
|
|
2490
|
+
AssetGroupSignalApprovalStatus[AssetGroupSignalApprovalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2491
|
+
AssetGroupSignalApprovalStatus[AssetGroupSignalApprovalStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2492
|
+
AssetGroupSignalApprovalStatus[AssetGroupSignalApprovalStatus["APPROVED"] = 2] = "APPROVED";
|
|
2493
|
+
AssetGroupSignalApprovalStatus[AssetGroupSignalApprovalStatus["LIMITED"] = 3] = "LIMITED";
|
|
2494
|
+
AssetGroupSignalApprovalStatus[AssetGroupSignalApprovalStatus["DISAPPROVED"] = 4] = "DISAPPROVED";
|
|
2495
|
+
AssetGroupSignalApprovalStatus[AssetGroupSignalApprovalStatus["UNDER_REVIEW"] = 5] = "UNDER_REVIEW";
|
|
2496
|
+
})(AssetGroupSignalApprovalStatus = enums.AssetGroupSignalApprovalStatus || (enums.AssetGroupSignalApprovalStatus = {}));
|
|
2286
2497
|
/**
|
|
2287
2498
|
* @name AssetGroupStatusEnum.AssetGroupStatus
|
|
2288
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2499
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetGroupStatusEnum.AssetGroupStatus
|
|
2289
2500
|
*/
|
|
2290
2501
|
let AssetGroupStatus;
|
|
2291
2502
|
(function (AssetGroupStatus) {
|
|
@@ -2297,7 +2508,7 @@ var enums;
|
|
|
2297
2508
|
})(AssetGroupStatus = enums.AssetGroupStatus || (enums.AssetGroupStatus = {}));
|
|
2298
2509
|
/**
|
|
2299
2510
|
* @name AssetLinkStatusEnum.AssetLinkStatus
|
|
2300
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2511
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetLinkStatusEnum.AssetLinkStatus
|
|
2301
2512
|
*/
|
|
2302
2513
|
let AssetLinkStatus;
|
|
2303
2514
|
(function (AssetLinkStatus) {
|
|
@@ -2309,7 +2520,7 @@ var enums;
|
|
|
2309
2520
|
})(AssetLinkStatus = enums.AssetLinkStatus || (enums.AssetLinkStatus = {}));
|
|
2310
2521
|
/**
|
|
2311
2522
|
* @name AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2312
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2523
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2313
2524
|
*/
|
|
2314
2525
|
let AssetSetAssetStatus;
|
|
2315
2526
|
(function (AssetSetAssetStatus) {
|
|
@@ -2320,7 +2531,7 @@ var enums;
|
|
|
2320
2531
|
})(AssetSetAssetStatus = enums.AssetSetAssetStatus || (enums.AssetSetAssetStatus = {}));
|
|
2321
2532
|
/**
|
|
2322
2533
|
* @name AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2323
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2534
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2324
2535
|
*/
|
|
2325
2536
|
let AssetSetLinkStatus;
|
|
2326
2537
|
(function (AssetSetLinkStatus) {
|
|
@@ -2331,7 +2542,7 @@ var enums;
|
|
|
2331
2542
|
})(AssetSetLinkStatus = enums.AssetSetLinkStatus || (enums.AssetSetLinkStatus = {}));
|
|
2332
2543
|
/**
|
|
2333
2544
|
* @name AssetSetStatusEnum.AssetSetStatus
|
|
2334
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2545
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetSetStatusEnum.AssetSetStatus
|
|
2335
2546
|
*/
|
|
2336
2547
|
let AssetSetStatus;
|
|
2337
2548
|
(function (AssetSetStatus) {
|
|
@@ -2342,7 +2553,7 @@ var enums;
|
|
|
2342
2553
|
})(AssetSetStatus = enums.AssetSetStatus || (enums.AssetSetStatus = {}));
|
|
2343
2554
|
/**
|
|
2344
2555
|
* @name AssetSetTypeEnum.AssetSetType
|
|
2345
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2556
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetSetTypeEnum.AssetSetType
|
|
2346
2557
|
*/
|
|
2347
2558
|
let AssetSetType;
|
|
2348
2559
|
(function (AssetSetType) {
|
|
@@ -2366,7 +2577,7 @@ var enums;
|
|
|
2366
2577
|
})(AssetSetType = enums.AssetSetType || (enums.AssetSetType = {}));
|
|
2367
2578
|
/**
|
|
2368
2579
|
* @name AssetSourceEnum.AssetSource
|
|
2369
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2580
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetSourceEnum.AssetSource
|
|
2370
2581
|
*/
|
|
2371
2582
|
let AssetSource;
|
|
2372
2583
|
(function (AssetSource) {
|
|
@@ -2377,7 +2588,7 @@ var enums;
|
|
|
2377
2588
|
})(AssetSource = enums.AssetSource || (enums.AssetSource = {}));
|
|
2378
2589
|
/**
|
|
2379
2590
|
* @name AssetTypeEnum.AssetType
|
|
2380
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2591
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AssetTypeEnum.AssetType
|
|
2381
2592
|
*/
|
|
2382
2593
|
let AssetType;
|
|
2383
2594
|
(function (AssetType) {
|
|
@@ -2413,7 +2624,7 @@ var enums;
|
|
|
2413
2624
|
})(AssetType = enums.AssetType || (enums.AssetType = {}));
|
|
2414
2625
|
/**
|
|
2415
2626
|
* @name AsyncActionStatusEnum.AsyncActionStatus
|
|
2416
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2627
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AsyncActionStatusEnum.AsyncActionStatus
|
|
2417
2628
|
*/
|
|
2418
2629
|
let AsyncActionStatus;
|
|
2419
2630
|
(function (AsyncActionStatus) {
|
|
@@ -2427,7 +2638,7 @@ var enums;
|
|
|
2427
2638
|
})(AsyncActionStatus = enums.AsyncActionStatus || (enums.AsyncActionStatus = {}));
|
|
2428
2639
|
/**
|
|
2429
2640
|
* @name AttributionModelEnum.AttributionModel
|
|
2430
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2641
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AttributionModelEnum.AttributionModel
|
|
2431
2642
|
*/
|
|
2432
2643
|
let AttributionModel;
|
|
2433
2644
|
(function (AttributionModel) {
|
|
@@ -2443,7 +2654,7 @@ var enums;
|
|
|
2443
2654
|
})(AttributionModel = enums.AttributionModel || (enums.AttributionModel = {}));
|
|
2444
2655
|
/**
|
|
2445
2656
|
* @name AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
2446
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2657
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
2447
2658
|
*/
|
|
2448
2659
|
let AudienceInsightsDimension;
|
|
2449
2660
|
(function (AudienceInsightsDimension) {
|
|
@@ -2462,9 +2673,20 @@ var enums;
|
|
|
2462
2673
|
AudienceInsightsDimension[AudienceInsightsDimension["AGE_RANGE"] = 12] = "AGE_RANGE";
|
|
2463
2674
|
AudienceInsightsDimension[AudienceInsightsDimension["GENDER"] = 13] = "GENDER";
|
|
2464
2675
|
})(AudienceInsightsDimension = enums.AudienceInsightsDimension || (enums.AudienceInsightsDimension = {}));
|
|
2676
|
+
/**
|
|
2677
|
+
* @name AudienceScopeEnum.AudienceScope
|
|
2678
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AudienceScopeEnum.AudienceScope
|
|
2679
|
+
*/
|
|
2680
|
+
let AudienceScope;
|
|
2681
|
+
(function (AudienceScope) {
|
|
2682
|
+
AudienceScope[AudienceScope["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2683
|
+
AudienceScope[AudienceScope["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2684
|
+
AudienceScope[AudienceScope["CUSTOMER"] = 2] = "CUSTOMER";
|
|
2685
|
+
AudienceScope[AudienceScope["ASSET_GROUP"] = 3] = "ASSET_GROUP";
|
|
2686
|
+
})(AudienceScope = enums.AudienceScope || (enums.AudienceScope = {}));
|
|
2465
2687
|
/**
|
|
2466
2688
|
* @name AudienceStatusEnum.AudienceStatus
|
|
2467
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2689
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/AudienceStatusEnum.AudienceStatus
|
|
2468
2690
|
*/
|
|
2469
2691
|
let AudienceStatus;
|
|
2470
2692
|
(function (AudienceStatus) {
|
|
@@ -2475,7 +2697,7 @@ var enums;
|
|
|
2475
2697
|
})(AudienceStatus = enums.AudienceStatus || (enums.AudienceStatus = {}));
|
|
2476
2698
|
/**
|
|
2477
2699
|
* @name BatchJobStatusEnum.BatchJobStatus
|
|
2478
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2700
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BatchJobStatusEnum.BatchJobStatus
|
|
2479
2701
|
*/
|
|
2480
2702
|
let BatchJobStatus;
|
|
2481
2703
|
(function (BatchJobStatus) {
|
|
@@ -2487,7 +2709,7 @@ var enums;
|
|
|
2487
2709
|
})(BatchJobStatus = enums.BatchJobStatus || (enums.BatchJobStatus = {}));
|
|
2488
2710
|
/**
|
|
2489
2711
|
* @name BidModifierSourceEnum.BidModifierSource
|
|
2490
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2712
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BidModifierSourceEnum.BidModifierSource
|
|
2491
2713
|
*/
|
|
2492
2714
|
let BidModifierSource;
|
|
2493
2715
|
(function (BidModifierSource) {
|
|
@@ -2498,7 +2720,7 @@ var enums;
|
|
|
2498
2720
|
})(BidModifierSource = enums.BidModifierSource || (enums.BidModifierSource = {}));
|
|
2499
2721
|
/**
|
|
2500
2722
|
* @name BiddingSourceEnum.BiddingSource
|
|
2501
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2723
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BiddingSourceEnum.BiddingSource
|
|
2502
2724
|
*/
|
|
2503
2725
|
let BiddingSource;
|
|
2504
2726
|
(function (BiddingSource) {
|
|
@@ -2510,7 +2732,7 @@ var enums;
|
|
|
2510
2732
|
})(BiddingSource = enums.BiddingSource || (enums.BiddingSource = {}));
|
|
2511
2733
|
/**
|
|
2512
2734
|
* @name BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2513
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2735
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2514
2736
|
*/
|
|
2515
2737
|
let BiddingStrategyStatus;
|
|
2516
2738
|
(function (BiddingStrategyStatus) {
|
|
@@ -2521,7 +2743,7 @@ var enums;
|
|
|
2521
2743
|
})(BiddingStrategyStatus = enums.BiddingStrategyStatus || (enums.BiddingStrategyStatus = {}));
|
|
2522
2744
|
/**
|
|
2523
2745
|
* @name BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2524
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2746
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2525
2747
|
*/
|
|
2526
2748
|
let BiddingStrategySystemStatus;
|
|
2527
2749
|
(function (BiddingStrategySystemStatus) {
|
|
@@ -2555,7 +2777,7 @@ var enums;
|
|
|
2555
2777
|
})(BiddingStrategySystemStatus = enums.BiddingStrategySystemStatus || (enums.BiddingStrategySystemStatus = {}));
|
|
2556
2778
|
/**
|
|
2557
2779
|
* @name BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2558
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2780
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2559
2781
|
*/
|
|
2560
2782
|
let BiddingStrategyType;
|
|
2561
2783
|
(function (BiddingStrategyType) {
|
|
@@ -2581,7 +2803,7 @@ var enums;
|
|
|
2581
2803
|
})(BiddingStrategyType = enums.BiddingStrategyType || (enums.BiddingStrategyType = {}));
|
|
2582
2804
|
/**
|
|
2583
2805
|
* @name BillingSetupStatusEnum.BillingSetupStatus
|
|
2584
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2806
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BillingSetupStatusEnum.BillingSetupStatus
|
|
2585
2807
|
*/
|
|
2586
2808
|
let BillingSetupStatus;
|
|
2587
2809
|
(function (BillingSetupStatus) {
|
|
@@ -2594,7 +2816,7 @@ var enums;
|
|
|
2594
2816
|
})(BillingSetupStatus = enums.BillingSetupStatus || (enums.BillingSetupStatus = {}));
|
|
2595
2817
|
/**
|
|
2596
2818
|
* @name BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2597
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2819
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2598
2820
|
*/
|
|
2599
2821
|
let BrandSafetySuitability;
|
|
2600
2822
|
(function (BrandSafetySuitability) {
|
|
@@ -2604,9 +2826,24 @@ var enums;
|
|
|
2604
2826
|
BrandSafetySuitability[BrandSafetySuitability["STANDARD_INVENTORY"] = 3] = "STANDARD_INVENTORY";
|
|
2605
2827
|
BrandSafetySuitability[BrandSafetySuitability["LIMITED_INVENTORY"] = 4] = "LIMITED_INVENTORY";
|
|
2606
2828
|
})(BrandSafetySuitability = enums.BrandSafetySuitability || (enums.BrandSafetySuitability = {}));
|
|
2829
|
+
/**
|
|
2830
|
+
* @name BrandStateEnum.BrandState
|
|
2831
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BrandStateEnum.BrandState
|
|
2832
|
+
*/
|
|
2833
|
+
let BrandState;
|
|
2834
|
+
(function (BrandState) {
|
|
2835
|
+
BrandState[BrandState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2836
|
+
BrandState[BrandState["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2837
|
+
BrandState[BrandState["ENABLED"] = 2] = "ENABLED";
|
|
2838
|
+
BrandState[BrandState["DEPRECATED"] = 3] = "DEPRECATED";
|
|
2839
|
+
BrandState[BrandState["UNVERIFIED"] = 4] = "UNVERIFIED";
|
|
2840
|
+
BrandState[BrandState["APPROVED"] = 5] = "APPROVED";
|
|
2841
|
+
BrandState[BrandState["CANCELLED"] = 6] = "CANCELLED";
|
|
2842
|
+
BrandState[BrandState["REJECTED"] = 7] = "REJECTED";
|
|
2843
|
+
})(BrandState = enums.BrandState || (enums.BrandState = {}));
|
|
2607
2844
|
/**
|
|
2608
2845
|
* @name BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2609
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2846
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2610
2847
|
*/
|
|
2611
2848
|
let BudgetDeliveryMethod;
|
|
2612
2849
|
(function (BudgetDeliveryMethod) {
|
|
@@ -2617,7 +2854,7 @@ var enums;
|
|
|
2617
2854
|
})(BudgetDeliveryMethod = enums.BudgetDeliveryMethod || (enums.BudgetDeliveryMethod = {}));
|
|
2618
2855
|
/**
|
|
2619
2856
|
* @name BudgetPeriodEnum.BudgetPeriod
|
|
2620
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2857
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BudgetPeriodEnum.BudgetPeriod
|
|
2621
2858
|
*/
|
|
2622
2859
|
let BudgetPeriod;
|
|
2623
2860
|
(function (BudgetPeriod) {
|
|
@@ -2628,7 +2865,7 @@ var enums;
|
|
|
2628
2865
|
})(BudgetPeriod = enums.BudgetPeriod || (enums.BudgetPeriod = {}));
|
|
2629
2866
|
/**
|
|
2630
2867
|
* @name BudgetStatusEnum.BudgetStatus
|
|
2631
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2868
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BudgetStatusEnum.BudgetStatus
|
|
2632
2869
|
*/
|
|
2633
2870
|
let BudgetStatus;
|
|
2634
2871
|
(function (BudgetStatus) {
|
|
@@ -2639,7 +2876,7 @@ var enums;
|
|
|
2639
2876
|
})(BudgetStatus = enums.BudgetStatus || (enums.BudgetStatus = {}));
|
|
2640
2877
|
/**
|
|
2641
2878
|
* @name BudgetTypeEnum.BudgetType
|
|
2642
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2879
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/BudgetTypeEnum.BudgetType
|
|
2643
2880
|
*/
|
|
2644
2881
|
let BudgetType;
|
|
2645
2882
|
(function (BudgetType) {
|
|
@@ -2652,7 +2889,7 @@ var enums;
|
|
|
2652
2889
|
})(BudgetType = enums.BudgetType || (enums.BudgetType = {}));
|
|
2653
2890
|
/**
|
|
2654
2891
|
* @name CallPlaceholderFieldEnum.CallPlaceholderField
|
|
2655
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2892
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CallPlaceholderFieldEnum.CallPlaceholderField
|
|
2656
2893
|
*/
|
|
2657
2894
|
let CallPlaceholderField;
|
|
2658
2895
|
(function (CallPlaceholderField) {
|
|
@@ -2666,7 +2903,7 @@ var enums;
|
|
|
2666
2903
|
})(CallPlaceholderField = enums.CallPlaceholderField || (enums.CallPlaceholderField = {}));
|
|
2667
2904
|
/**
|
|
2668
2905
|
* @name CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2669
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2906
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2670
2907
|
*/
|
|
2671
2908
|
let CallTrackingDisplayLocation;
|
|
2672
2909
|
(function (CallTrackingDisplayLocation) {
|
|
@@ -2677,7 +2914,7 @@ var enums;
|
|
|
2677
2914
|
})(CallTrackingDisplayLocation = enums.CallTrackingDisplayLocation || (enums.CallTrackingDisplayLocation = {}));
|
|
2678
2915
|
/**
|
|
2679
2916
|
* @name CallTypeEnum.CallType
|
|
2680
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2917
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CallTypeEnum.CallType
|
|
2681
2918
|
*/
|
|
2682
2919
|
let CallType;
|
|
2683
2920
|
(function (CallType) {
|
|
@@ -2688,7 +2925,7 @@ var enums;
|
|
|
2688
2925
|
})(CallType = enums.CallType || (enums.CallType = {}));
|
|
2689
2926
|
/**
|
|
2690
2927
|
* @name CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
2691
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2928
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
2692
2929
|
*/
|
|
2693
2930
|
let CalloutPlaceholderField;
|
|
2694
2931
|
(function (CalloutPlaceholderField) {
|
|
@@ -2698,7 +2935,7 @@ var enums;
|
|
|
2698
2935
|
})(CalloutPlaceholderField = enums.CalloutPlaceholderField || (enums.CalloutPlaceholderField = {}));
|
|
2699
2936
|
/**
|
|
2700
2937
|
* @name CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2701
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2938
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2702
2939
|
*/
|
|
2703
2940
|
let CampaignCriterionStatus;
|
|
2704
2941
|
(function (CampaignCriterionStatus) {
|
|
@@ -2710,7 +2947,7 @@ var enums;
|
|
|
2710
2947
|
})(CampaignCriterionStatus = enums.CampaignCriterionStatus || (enums.CampaignCriterionStatus = {}));
|
|
2711
2948
|
/**
|
|
2712
2949
|
* @name CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2713
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2950
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2714
2951
|
*/
|
|
2715
2952
|
let CampaignDraftStatus;
|
|
2716
2953
|
(function (CampaignDraftStatus) {
|
|
@@ -2724,7 +2961,7 @@ var enums;
|
|
|
2724
2961
|
})(CampaignDraftStatus = enums.CampaignDraftStatus || (enums.CampaignDraftStatus = {}));
|
|
2725
2962
|
/**
|
|
2726
2963
|
* @name CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2727
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2964
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2728
2965
|
*/
|
|
2729
2966
|
let CampaignExperimentType;
|
|
2730
2967
|
(function (CampaignExperimentType) {
|
|
@@ -2736,7 +2973,7 @@ var enums;
|
|
|
2736
2973
|
})(CampaignExperimentType = enums.CampaignExperimentType || (enums.CampaignExperimentType = {}));
|
|
2737
2974
|
/**
|
|
2738
2975
|
* @name CampaignGroupStatusEnum.CampaignGroupStatus
|
|
2739
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2976
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignGroupStatusEnum.CampaignGroupStatus
|
|
2740
2977
|
*/
|
|
2741
2978
|
let CampaignGroupStatus;
|
|
2742
2979
|
(function (CampaignGroupStatus) {
|
|
@@ -2747,7 +2984,7 @@ var enums;
|
|
|
2747
2984
|
})(CampaignGroupStatus = enums.CampaignGroupStatus || (enums.CampaignGroupStatus = {}));
|
|
2748
2985
|
/**
|
|
2749
2986
|
* @name CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
2750
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2987
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
2751
2988
|
*/
|
|
2752
2989
|
let CampaignPrimaryStatus;
|
|
2753
2990
|
(function (CampaignPrimaryStatus) {
|
|
@@ -2765,7 +3002,7 @@ var enums;
|
|
|
2765
3002
|
})(CampaignPrimaryStatus = enums.CampaignPrimaryStatus || (enums.CampaignPrimaryStatus = {}));
|
|
2766
3003
|
/**
|
|
2767
3004
|
* @name CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
2768
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3005
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
2769
3006
|
*/
|
|
2770
3007
|
let CampaignPrimaryStatusReason;
|
|
2771
3008
|
(function (CampaignPrimaryStatusReason) {
|
|
@@ -2806,10 +3043,12 @@ var enums;
|
|
|
2806
3043
|
CampaignPrimaryStatusReason[CampaignPrimaryStatusReason["HAS_ASSET_GROUPS_DISAPPROVED"] = 34] = "HAS_ASSET_GROUPS_DISAPPROVED";
|
|
2807
3044
|
CampaignPrimaryStatusReason[CampaignPrimaryStatusReason["HAS_ASSET_GROUPS_LIMITED_BY_POLICY"] = 35] = "HAS_ASSET_GROUPS_LIMITED_BY_POLICY";
|
|
2808
3045
|
CampaignPrimaryStatusReason[CampaignPrimaryStatusReason["MOST_ASSET_GROUPS_UNDER_REVIEW"] = 36] = "MOST_ASSET_GROUPS_UNDER_REVIEW";
|
|
3046
|
+
CampaignPrimaryStatusReason[CampaignPrimaryStatusReason["NO_ASSET_GROUPS"] = 37] = "NO_ASSET_GROUPS";
|
|
3047
|
+
CampaignPrimaryStatusReason[CampaignPrimaryStatusReason["ASSET_GROUPS_PAUSED"] = 38] = "ASSET_GROUPS_PAUSED";
|
|
2809
3048
|
})(CampaignPrimaryStatusReason = enums.CampaignPrimaryStatusReason || (enums.CampaignPrimaryStatusReason = {}));
|
|
2810
3049
|
/**
|
|
2811
3050
|
* @name CampaignServingStatusEnum.CampaignServingStatus
|
|
2812
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3051
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignServingStatusEnum.CampaignServingStatus
|
|
2813
3052
|
*/
|
|
2814
3053
|
let CampaignServingStatus;
|
|
2815
3054
|
(function (CampaignServingStatus) {
|
|
@@ -2823,7 +3062,7 @@ var enums;
|
|
|
2823
3062
|
})(CampaignServingStatus = enums.CampaignServingStatus || (enums.CampaignServingStatus = {}));
|
|
2824
3063
|
/**
|
|
2825
3064
|
* @name CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2826
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3065
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2827
3066
|
*/
|
|
2828
3067
|
let CampaignSharedSetStatus;
|
|
2829
3068
|
(function (CampaignSharedSetStatus) {
|
|
@@ -2834,7 +3073,7 @@ var enums;
|
|
|
2834
3073
|
})(CampaignSharedSetStatus = enums.CampaignSharedSetStatus || (enums.CampaignSharedSetStatus = {}));
|
|
2835
3074
|
/**
|
|
2836
3075
|
* @name CampaignStatusEnum.CampaignStatus
|
|
2837
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3076
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CampaignStatusEnum.CampaignStatus
|
|
2838
3077
|
*/
|
|
2839
3078
|
let CampaignStatus;
|
|
2840
3079
|
(function (CampaignStatus) {
|
|
@@ -2846,7 +3085,7 @@ var enums;
|
|
|
2846
3085
|
})(CampaignStatus = enums.CampaignStatus || (enums.CampaignStatus = {}));
|
|
2847
3086
|
/**
|
|
2848
3087
|
* @name ChangeClientTypeEnum.ChangeClientType
|
|
2849
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3088
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ChangeClientTypeEnum.ChangeClientType
|
|
2850
3089
|
*/
|
|
2851
3090
|
let ChangeClientType;
|
|
2852
3091
|
(function (ChangeClientType) {
|
|
@@ -2864,10 +3103,11 @@ var enums;
|
|
|
2864
3103
|
ChangeClientType[ChangeClientType["SEARCH_ADS_360_POST"] = 11] = "SEARCH_ADS_360_POST";
|
|
2865
3104
|
ChangeClientType[ChangeClientType["INTERNAL_TOOL"] = 12] = "INTERNAL_TOOL";
|
|
2866
3105
|
ChangeClientType[ChangeClientType["OTHER"] = 13] = "OTHER";
|
|
3106
|
+
ChangeClientType[ChangeClientType["GOOGLE_ADS_RECOMMENDATIONS_SUBSCRIPTION"] = 14] = "GOOGLE_ADS_RECOMMENDATIONS_SUBSCRIPTION";
|
|
2867
3107
|
})(ChangeClientType = enums.ChangeClientType || (enums.ChangeClientType = {}));
|
|
2868
3108
|
/**
|
|
2869
3109
|
* @name ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2870
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3110
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2871
3111
|
*/
|
|
2872
3112
|
let ChangeEventResourceType;
|
|
2873
3113
|
(function (ChangeEventResourceType) {
|
|
@@ -2895,7 +3135,7 @@ var enums;
|
|
|
2895
3135
|
})(ChangeEventResourceType = enums.ChangeEventResourceType || (enums.ChangeEventResourceType = {}));
|
|
2896
3136
|
/**
|
|
2897
3137
|
* @name ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2898
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3138
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2899
3139
|
*/
|
|
2900
3140
|
let ChangeStatusOperation;
|
|
2901
3141
|
(function (ChangeStatusOperation) {
|
|
@@ -2907,7 +3147,7 @@ var enums;
|
|
|
2907
3147
|
})(ChangeStatusOperation = enums.ChangeStatusOperation || (enums.ChangeStatusOperation = {}));
|
|
2908
3148
|
/**
|
|
2909
3149
|
* @name ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2910
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3150
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2911
3151
|
*/
|
|
2912
3152
|
let ChangeStatusResourceType;
|
|
2913
3153
|
(function (ChangeStatusResourceType) {
|
|
@@ -2933,7 +3173,7 @@ var enums;
|
|
|
2933
3173
|
})(ChangeStatusResourceType = enums.ChangeStatusResourceType || (enums.ChangeStatusResourceType = {}));
|
|
2934
3174
|
/**
|
|
2935
3175
|
* @name CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2936
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3176
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2937
3177
|
*/
|
|
2938
3178
|
let CombinedAudienceStatus;
|
|
2939
3179
|
(function (CombinedAudienceStatus) {
|
|
@@ -2944,7 +3184,7 @@ var enums;
|
|
|
2944
3184
|
})(CombinedAudienceStatus = enums.CombinedAudienceStatus || (enums.CombinedAudienceStatus = {}));
|
|
2945
3185
|
/**
|
|
2946
3186
|
* @name ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2947
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3187
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2948
3188
|
*/
|
|
2949
3189
|
let ConversionActionCountingType;
|
|
2950
3190
|
(function (ConversionActionCountingType) {
|
|
@@ -2955,7 +3195,7 @@ var enums;
|
|
|
2955
3195
|
})(ConversionActionCountingType = enums.ConversionActionCountingType || (enums.ConversionActionCountingType = {}));
|
|
2956
3196
|
/**
|
|
2957
3197
|
* @name ConversionActionStatusEnum.ConversionActionStatus
|
|
2958
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3198
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionActionStatusEnum.ConversionActionStatus
|
|
2959
3199
|
*/
|
|
2960
3200
|
let ConversionActionStatus;
|
|
2961
3201
|
(function (ConversionActionStatus) {
|
|
@@ -2967,7 +3207,7 @@ var enums;
|
|
|
2967
3207
|
})(ConversionActionStatus = enums.ConversionActionStatus || (enums.ConversionActionStatus = {}));
|
|
2968
3208
|
/**
|
|
2969
3209
|
* @name ConversionActionTypeEnum.ConversionActionType
|
|
2970
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3210
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionActionTypeEnum.ConversionActionType
|
|
2971
3211
|
*/
|
|
2972
3212
|
let ConversionActionType;
|
|
2973
3213
|
(function (ConversionActionType) {
|
|
@@ -3016,7 +3256,7 @@ var enums;
|
|
|
3016
3256
|
})(ConversionActionType = enums.ConversionActionType || (enums.ConversionActionType = {}));
|
|
3017
3257
|
/**
|
|
3018
3258
|
* @name ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
3019
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3259
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
3020
3260
|
*/
|
|
3021
3261
|
let ConversionAdjustmentType;
|
|
3022
3262
|
(function (ConversionAdjustmentType) {
|
|
@@ -3028,7 +3268,7 @@ var enums;
|
|
|
3028
3268
|
})(ConversionAdjustmentType = enums.ConversionAdjustmentType || (enums.ConversionAdjustmentType = {}));
|
|
3029
3269
|
/**
|
|
3030
3270
|
* @name ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
3031
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3271
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
3032
3272
|
*/
|
|
3033
3273
|
let ConversionCustomVariableStatus;
|
|
3034
3274
|
(function (ConversionCustomVariableStatus) {
|
|
@@ -3040,7 +3280,7 @@ var enums;
|
|
|
3040
3280
|
})(ConversionCustomVariableStatus = enums.ConversionCustomVariableStatus || (enums.ConversionCustomVariableStatus = {}));
|
|
3041
3281
|
/**
|
|
3042
3282
|
* @name ConversionEnvironmentEnum.ConversionEnvironment
|
|
3043
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3283
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionEnvironmentEnum.ConversionEnvironment
|
|
3044
3284
|
*/
|
|
3045
3285
|
let ConversionEnvironment;
|
|
3046
3286
|
(function (ConversionEnvironment) {
|
|
@@ -3051,7 +3291,7 @@ var enums;
|
|
|
3051
3291
|
})(ConversionEnvironment = enums.ConversionEnvironment || (enums.ConversionEnvironment = {}));
|
|
3052
3292
|
/**
|
|
3053
3293
|
* @name ConversionOriginEnum.ConversionOrigin
|
|
3054
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3294
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionOriginEnum.ConversionOrigin
|
|
3055
3295
|
*/
|
|
3056
3296
|
let ConversionOrigin;
|
|
3057
3297
|
(function (ConversionOrigin) {
|
|
@@ -3066,7 +3306,7 @@ var enums;
|
|
|
3066
3306
|
})(ConversionOrigin = enums.ConversionOrigin || (enums.ConversionOrigin = {}));
|
|
3067
3307
|
/**
|
|
3068
3308
|
* @name ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
3069
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3309
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
3070
3310
|
*/
|
|
3071
3311
|
let ConversionTrackingStatus;
|
|
3072
3312
|
(function (ConversionTrackingStatus) {
|
|
@@ -3079,7 +3319,7 @@ var enums;
|
|
|
3079
3319
|
})(ConversionTrackingStatus = enums.ConversionTrackingStatus || (enums.ConversionTrackingStatus = {}));
|
|
3080
3320
|
/**
|
|
3081
3321
|
* @name ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
3082
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3322
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
3083
3323
|
*/
|
|
3084
3324
|
let ConversionValueRuleSetStatus;
|
|
3085
3325
|
(function (ConversionValueRuleSetStatus) {
|
|
@@ -3091,7 +3331,7 @@ var enums;
|
|
|
3091
3331
|
})(ConversionValueRuleSetStatus = enums.ConversionValueRuleSetStatus || (enums.ConversionValueRuleSetStatus = {}));
|
|
3092
3332
|
/**
|
|
3093
3333
|
* @name ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
3094
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3334
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
3095
3335
|
*/
|
|
3096
3336
|
let ConversionValueRuleStatus;
|
|
3097
3337
|
(function (ConversionValueRuleStatus) {
|
|
@@ -3103,7 +3343,7 @@ var enums;
|
|
|
3103
3343
|
})(ConversionValueRuleStatus = enums.ConversionValueRuleStatus || (enums.ConversionValueRuleStatus = {}));
|
|
3104
3344
|
/**
|
|
3105
3345
|
* @name CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
3106
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3346
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
3107
3347
|
*/
|
|
3108
3348
|
let CriterionSystemServingStatus;
|
|
3109
3349
|
(function (CriterionSystemServingStatus) {
|
|
@@ -3114,7 +3354,7 @@ var enums;
|
|
|
3114
3354
|
})(CriterionSystemServingStatus = enums.CriterionSystemServingStatus || (enums.CriterionSystemServingStatus = {}));
|
|
3115
3355
|
/**
|
|
3116
3356
|
* @name CriterionTypeEnum.CriterionType
|
|
3117
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3357
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CriterionTypeEnum.CriterionType
|
|
3118
3358
|
*/
|
|
3119
3359
|
let CriterionType;
|
|
3120
3360
|
(function (CriterionType) {
|
|
@@ -3156,10 +3396,13 @@ var enums;
|
|
|
3156
3396
|
CriterionType[CriterionType["AUDIENCE"] = 35] = "AUDIENCE";
|
|
3157
3397
|
CriterionType[CriterionType["NEGATIVE_KEYWORD_LIST"] = 36] = "NEGATIVE_KEYWORD_LIST";
|
|
3158
3398
|
CriterionType[CriterionType["LOCAL_SERVICE_ID"] = 37] = "LOCAL_SERVICE_ID";
|
|
3399
|
+
CriterionType[CriterionType["SEARCH_THEME"] = 38] = "SEARCH_THEME";
|
|
3400
|
+
CriterionType[CriterionType["BRAND"] = 39] = "BRAND";
|
|
3401
|
+
CriterionType[CriterionType["BRAND_LIST"] = 40] = "BRAND_LIST";
|
|
3159
3402
|
})(CriterionType = enums.CriterionType || (enums.CriterionType = {}));
|
|
3160
3403
|
/**
|
|
3161
3404
|
* @name CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
3162
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3405
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
3163
3406
|
*/
|
|
3164
3407
|
let CustomAudienceMemberType;
|
|
3165
3408
|
(function (CustomAudienceMemberType) {
|
|
@@ -3172,7 +3415,7 @@ var enums;
|
|
|
3172
3415
|
})(CustomAudienceMemberType = enums.CustomAudienceMemberType || (enums.CustomAudienceMemberType = {}));
|
|
3173
3416
|
/**
|
|
3174
3417
|
* @name CustomAudienceStatusEnum.CustomAudienceStatus
|
|
3175
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3418
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomAudienceStatusEnum.CustomAudienceStatus
|
|
3176
3419
|
*/
|
|
3177
3420
|
let CustomAudienceStatus;
|
|
3178
3421
|
(function (CustomAudienceStatus) {
|
|
@@ -3183,7 +3426,7 @@ var enums;
|
|
|
3183
3426
|
})(CustomAudienceStatus = enums.CustomAudienceStatus || (enums.CustomAudienceStatus = {}));
|
|
3184
3427
|
/**
|
|
3185
3428
|
* @name CustomAudienceTypeEnum.CustomAudienceType
|
|
3186
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3429
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomAudienceTypeEnum.CustomAudienceType
|
|
3187
3430
|
*/
|
|
3188
3431
|
let CustomAudienceType;
|
|
3189
3432
|
(function (CustomAudienceType) {
|
|
@@ -3196,7 +3439,7 @@ var enums;
|
|
|
3196
3439
|
})(CustomAudienceType = enums.CustomAudienceType || (enums.CustomAudienceType = {}));
|
|
3197
3440
|
/**
|
|
3198
3441
|
* @name CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
3199
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3442
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
3200
3443
|
*/
|
|
3201
3444
|
let CustomConversionGoalStatus;
|
|
3202
3445
|
(function (CustomConversionGoalStatus) {
|
|
@@ -3207,7 +3450,7 @@ var enums;
|
|
|
3207
3450
|
})(CustomConversionGoalStatus = enums.CustomConversionGoalStatus || (enums.CustomConversionGoalStatus = {}));
|
|
3208
3451
|
/**
|
|
3209
3452
|
* @name CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3210
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3453
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3211
3454
|
*/
|
|
3212
3455
|
let CustomInterestMemberType;
|
|
3213
3456
|
(function (CustomInterestMemberType) {
|
|
@@ -3218,7 +3461,7 @@ var enums;
|
|
|
3218
3461
|
})(CustomInterestMemberType = enums.CustomInterestMemberType || (enums.CustomInterestMemberType = {}));
|
|
3219
3462
|
/**
|
|
3220
3463
|
* @name CustomInterestStatusEnum.CustomInterestStatus
|
|
3221
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3464
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomInterestStatusEnum.CustomInterestStatus
|
|
3222
3465
|
*/
|
|
3223
3466
|
let CustomInterestStatus;
|
|
3224
3467
|
(function (CustomInterestStatus) {
|
|
@@ -3229,7 +3472,7 @@ var enums;
|
|
|
3229
3472
|
})(CustomInterestStatus = enums.CustomInterestStatus || (enums.CustomInterestStatus = {}));
|
|
3230
3473
|
/**
|
|
3231
3474
|
* @name CustomInterestTypeEnum.CustomInterestType
|
|
3232
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3475
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomInterestTypeEnum.CustomInterestType
|
|
3233
3476
|
*/
|
|
3234
3477
|
let CustomInterestType;
|
|
3235
3478
|
(function (CustomInterestType) {
|
|
@@ -3240,7 +3483,7 @@ var enums;
|
|
|
3240
3483
|
})(CustomInterestType = enums.CustomInterestType || (enums.CustomInterestType = {}));
|
|
3241
3484
|
/**
|
|
3242
3485
|
* @name CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
3243
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3486
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
3244
3487
|
*/
|
|
3245
3488
|
let CustomPlaceholderField;
|
|
3246
3489
|
(function (CustomPlaceholderField) {
|
|
@@ -3267,9 +3510,21 @@ var enums;
|
|
|
3267
3510
|
CustomPlaceholderField[CustomPlaceholderField["IOS_APP_LINK"] = 20] = "IOS_APP_LINK";
|
|
3268
3511
|
CustomPlaceholderField[CustomPlaceholderField["IOS_APP_STORE_ID"] = 21] = "IOS_APP_STORE_ID";
|
|
3269
3512
|
})(CustomPlaceholderField = enums.CustomPlaceholderField || (enums.CustomPlaceholderField = {}));
|
|
3513
|
+
/**
|
|
3514
|
+
* @name CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
|
|
3515
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
|
|
3516
|
+
*/
|
|
3517
|
+
let CustomerAcquisitionOptimizationMode;
|
|
3518
|
+
(function (CustomerAcquisitionOptimizationMode) {
|
|
3519
|
+
CustomerAcquisitionOptimizationMode[CustomerAcquisitionOptimizationMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3520
|
+
CustomerAcquisitionOptimizationMode[CustomerAcquisitionOptimizationMode["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3521
|
+
CustomerAcquisitionOptimizationMode[CustomerAcquisitionOptimizationMode["TARGET_ALL_EQUALLY"] = 2] = "TARGET_ALL_EQUALLY";
|
|
3522
|
+
CustomerAcquisitionOptimizationMode[CustomerAcquisitionOptimizationMode["BID_HIGHER_FOR_NEW_CUSTOMER"] = 3] = "BID_HIGHER_FOR_NEW_CUSTOMER";
|
|
3523
|
+
CustomerAcquisitionOptimizationMode[CustomerAcquisitionOptimizationMode["TARGET_NEW_CUSTOMER"] = 4] = "TARGET_NEW_CUSTOMER";
|
|
3524
|
+
})(CustomerAcquisitionOptimizationMode = enums.CustomerAcquisitionOptimizationMode || (enums.CustomerAcquisitionOptimizationMode = {}));
|
|
3270
3525
|
/**
|
|
3271
3526
|
* @name CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3272
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3527
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3273
3528
|
*/
|
|
3274
3529
|
let CustomerPayPerConversionEligibilityFailureReason;
|
|
3275
3530
|
(function (CustomerPayPerConversionEligibilityFailureReason) {
|
|
@@ -3285,7 +3540,7 @@ var enums;
|
|
|
3285
3540
|
})(CustomerPayPerConversionEligibilityFailureReason = enums.CustomerPayPerConversionEligibilityFailureReason || (enums.CustomerPayPerConversionEligibilityFailureReason = {}));
|
|
3286
3541
|
/**
|
|
3287
3542
|
* @name CustomerStatusEnum.CustomerStatus
|
|
3288
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3543
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomerStatusEnum.CustomerStatus
|
|
3289
3544
|
*/
|
|
3290
3545
|
let CustomerStatus;
|
|
3291
3546
|
(function (CustomerStatus) {
|
|
@@ -3298,7 +3553,7 @@ var enums;
|
|
|
3298
3553
|
})(CustomerStatus = enums.CustomerStatus || (enums.CustomerStatus = {}));
|
|
3299
3554
|
/**
|
|
3300
3555
|
* @name CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3301
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3556
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3302
3557
|
*/
|
|
3303
3558
|
let CustomizerAttributeStatus;
|
|
3304
3559
|
(function (CustomizerAttributeStatus) {
|
|
@@ -3309,7 +3564,7 @@ var enums;
|
|
|
3309
3564
|
})(CustomizerAttributeStatus = enums.CustomizerAttributeStatus || (enums.CustomizerAttributeStatus = {}));
|
|
3310
3565
|
/**
|
|
3311
3566
|
* @name CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3312
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3567
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3313
3568
|
*/
|
|
3314
3569
|
let CustomizerValueStatus;
|
|
3315
3570
|
(function (CustomizerValueStatus) {
|
|
@@ -3320,7 +3575,7 @@ var enums;
|
|
|
3320
3575
|
})(CustomizerValueStatus = enums.CustomizerValueStatus || (enums.CustomizerValueStatus = {}));
|
|
3321
3576
|
/**
|
|
3322
3577
|
* @name DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3323
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3578
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3324
3579
|
*/
|
|
3325
3580
|
let DataDrivenModelStatus;
|
|
3326
3581
|
(function (DataDrivenModelStatus) {
|
|
@@ -3333,7 +3588,7 @@ var enums;
|
|
|
3333
3588
|
})(DataDrivenModelStatus = enums.DataDrivenModelStatus || (enums.DataDrivenModelStatus = {}));
|
|
3334
3589
|
/**
|
|
3335
3590
|
* @name DistanceBucketEnum.DistanceBucket
|
|
3336
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3591
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/DistanceBucketEnum.DistanceBucket
|
|
3337
3592
|
*/
|
|
3338
3593
|
let DistanceBucket;
|
|
3339
3594
|
(function (DistanceBucket) {
|
|
@@ -3369,7 +3624,7 @@ var enums;
|
|
|
3369
3624
|
})(DistanceBucket = enums.DistanceBucket || (enums.DistanceBucket = {}));
|
|
3370
3625
|
/**
|
|
3371
3626
|
* @name DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
3372
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3627
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
3373
3628
|
*/
|
|
3374
3629
|
let DsaPageFeedCriterionField;
|
|
3375
3630
|
(function (DsaPageFeedCriterionField) {
|
|
@@ -3380,7 +3635,7 @@ var enums;
|
|
|
3380
3635
|
})(DsaPageFeedCriterionField = enums.DsaPageFeedCriterionField || (enums.DsaPageFeedCriterionField = {}));
|
|
3381
3636
|
/**
|
|
3382
3637
|
* @name EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
3383
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3638
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
3384
3639
|
*/
|
|
3385
3640
|
let EducationPlaceholderField;
|
|
3386
3641
|
(function (EducationPlaceholderField) {
|
|
@@ -3406,7 +3661,7 @@ var enums;
|
|
|
3406
3661
|
})(EducationPlaceholderField = enums.EducationPlaceholderField || (enums.EducationPlaceholderField = {}));
|
|
3407
3662
|
/**
|
|
3408
3663
|
* @name ExperimentStatusEnum.ExperimentStatus
|
|
3409
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3664
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ExperimentStatusEnum.ExperimentStatus
|
|
3410
3665
|
*/
|
|
3411
3666
|
let ExperimentStatus;
|
|
3412
3667
|
(function (ExperimentStatus) {
|
|
@@ -3422,7 +3677,7 @@ var enums;
|
|
|
3422
3677
|
})(ExperimentStatus = enums.ExperimentStatus || (enums.ExperimentStatus = {}));
|
|
3423
3678
|
/**
|
|
3424
3679
|
* @name ExperimentTypeEnum.ExperimentType
|
|
3425
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3680
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ExperimentTypeEnum.ExperimentType
|
|
3426
3681
|
*/
|
|
3427
3682
|
let ExperimentType;
|
|
3428
3683
|
(function (ExperimentType) {
|
|
@@ -3441,7 +3696,7 @@ var enums;
|
|
|
3441
3696
|
})(ExperimentType = enums.ExperimentType || (enums.ExperimentType = {}));
|
|
3442
3697
|
/**
|
|
3443
3698
|
* @name ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
3444
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3699
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
3445
3700
|
*/
|
|
3446
3701
|
let ExtensionSettingDevice;
|
|
3447
3702
|
(function (ExtensionSettingDevice) {
|
|
@@ -3452,7 +3707,7 @@ var enums;
|
|
|
3452
3707
|
})(ExtensionSettingDevice = enums.ExtensionSettingDevice || (enums.ExtensionSettingDevice = {}));
|
|
3453
3708
|
/**
|
|
3454
3709
|
* @name ExtensionTypeEnum.ExtensionType
|
|
3455
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3710
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ExtensionTypeEnum.ExtensionType
|
|
3456
3711
|
*/
|
|
3457
3712
|
let ExtensionType;
|
|
3458
3713
|
(function (ExtensionType) {
|
|
@@ -3474,7 +3729,7 @@ var enums;
|
|
|
3474
3729
|
})(ExtensionType = enums.ExtensionType || (enums.ExtensionType = {}));
|
|
3475
3730
|
/**
|
|
3476
3731
|
* @name FeedAttributeTypeEnum.FeedAttributeType
|
|
3477
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3732
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedAttributeTypeEnum.FeedAttributeType
|
|
3478
3733
|
*/
|
|
3479
3734
|
let FeedAttributeType;
|
|
3480
3735
|
(function (FeedAttributeType) {
|
|
@@ -3496,7 +3751,7 @@ var enums;
|
|
|
3496
3751
|
})(FeedAttributeType = enums.FeedAttributeType || (enums.FeedAttributeType = {}));
|
|
3497
3752
|
/**
|
|
3498
3753
|
* @name FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
3499
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3754
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
3500
3755
|
*/
|
|
3501
3756
|
let FeedItemQualityApprovalStatus;
|
|
3502
3757
|
(function (FeedItemQualityApprovalStatus) {
|
|
@@ -3507,7 +3762,7 @@ var enums;
|
|
|
3507
3762
|
})(FeedItemQualityApprovalStatus = enums.FeedItemQualityApprovalStatus || (enums.FeedItemQualityApprovalStatus = {}));
|
|
3508
3763
|
/**
|
|
3509
3764
|
* @name FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
3510
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3765
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
3511
3766
|
*/
|
|
3512
3767
|
let FeedItemQualityDisapprovalReason;
|
|
3513
3768
|
(function (FeedItemQualityDisapprovalReason) {
|
|
@@ -3534,7 +3789,7 @@ var enums;
|
|
|
3534
3789
|
})(FeedItemQualityDisapprovalReason = enums.FeedItemQualityDisapprovalReason || (enums.FeedItemQualityDisapprovalReason = {}));
|
|
3535
3790
|
/**
|
|
3536
3791
|
* @name FeedItemSetStatusEnum.FeedItemSetStatus
|
|
3537
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3792
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemSetStatusEnum.FeedItemSetStatus
|
|
3538
3793
|
*/
|
|
3539
3794
|
let FeedItemSetStatus;
|
|
3540
3795
|
(function (FeedItemSetStatus) {
|
|
@@ -3545,7 +3800,7 @@ var enums;
|
|
|
3545
3800
|
})(FeedItemSetStatus = enums.FeedItemSetStatus || (enums.FeedItemSetStatus = {}));
|
|
3546
3801
|
/**
|
|
3547
3802
|
* @name FeedItemStatusEnum.FeedItemStatus
|
|
3548
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3803
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemStatusEnum.FeedItemStatus
|
|
3549
3804
|
*/
|
|
3550
3805
|
let FeedItemStatus;
|
|
3551
3806
|
(function (FeedItemStatus) {
|
|
@@ -3556,7 +3811,7 @@ var enums;
|
|
|
3556
3811
|
})(FeedItemStatus = enums.FeedItemStatus || (enums.FeedItemStatus = {}));
|
|
3557
3812
|
/**
|
|
3558
3813
|
* @name FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
3559
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3814
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
3560
3815
|
*/
|
|
3561
3816
|
let FeedItemTargetDevice;
|
|
3562
3817
|
(function (FeedItemTargetDevice) {
|
|
@@ -3566,7 +3821,7 @@ var enums;
|
|
|
3566
3821
|
})(FeedItemTargetDevice = enums.FeedItemTargetDevice || (enums.FeedItemTargetDevice = {}));
|
|
3567
3822
|
/**
|
|
3568
3823
|
* @name FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
3569
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3824
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
3570
3825
|
*/
|
|
3571
3826
|
let FeedItemTargetStatus;
|
|
3572
3827
|
(function (FeedItemTargetStatus) {
|
|
@@ -3577,7 +3832,7 @@ var enums;
|
|
|
3577
3832
|
})(FeedItemTargetStatus = enums.FeedItemTargetStatus || (enums.FeedItemTargetStatus = {}));
|
|
3578
3833
|
/**
|
|
3579
3834
|
* @name FeedItemTargetTypeEnum.FeedItemTargetType
|
|
3580
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3835
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemTargetTypeEnum.FeedItemTargetType
|
|
3581
3836
|
*/
|
|
3582
3837
|
let FeedItemTargetType;
|
|
3583
3838
|
(function (FeedItemTargetType) {
|
|
@@ -3589,7 +3844,7 @@ var enums;
|
|
|
3589
3844
|
})(FeedItemTargetType = enums.FeedItemTargetType || (enums.FeedItemTargetType = {}));
|
|
3590
3845
|
/**
|
|
3591
3846
|
* @name FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
3592
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3847
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
3593
3848
|
*/
|
|
3594
3849
|
let FeedItemValidationStatus;
|
|
3595
3850
|
(function (FeedItemValidationStatus) {
|
|
@@ -3601,7 +3856,7 @@ var enums;
|
|
|
3601
3856
|
})(FeedItemValidationStatus = enums.FeedItemValidationStatus || (enums.FeedItemValidationStatus = {}));
|
|
3602
3857
|
/**
|
|
3603
3858
|
* @name FeedLinkStatusEnum.FeedLinkStatus
|
|
3604
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3859
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedLinkStatusEnum.FeedLinkStatus
|
|
3605
3860
|
*/
|
|
3606
3861
|
let FeedLinkStatus;
|
|
3607
3862
|
(function (FeedLinkStatus) {
|
|
@@ -3612,7 +3867,7 @@ var enums;
|
|
|
3612
3867
|
})(FeedLinkStatus = enums.FeedLinkStatus || (enums.FeedLinkStatus = {}));
|
|
3613
3868
|
/**
|
|
3614
3869
|
* @name FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
3615
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3870
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
3616
3871
|
*/
|
|
3617
3872
|
let FeedMappingCriterionType;
|
|
3618
3873
|
(function (FeedMappingCriterionType) {
|
|
@@ -3623,7 +3878,7 @@ var enums;
|
|
|
3623
3878
|
})(FeedMappingCriterionType = enums.FeedMappingCriterionType || (enums.FeedMappingCriterionType = {}));
|
|
3624
3879
|
/**
|
|
3625
3880
|
* @name FeedMappingStatusEnum.FeedMappingStatus
|
|
3626
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3881
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedMappingStatusEnum.FeedMappingStatus
|
|
3627
3882
|
*/
|
|
3628
3883
|
let FeedMappingStatus;
|
|
3629
3884
|
(function (FeedMappingStatus) {
|
|
@@ -3634,7 +3889,7 @@ var enums;
|
|
|
3634
3889
|
})(FeedMappingStatus = enums.FeedMappingStatus || (enums.FeedMappingStatus = {}));
|
|
3635
3890
|
/**
|
|
3636
3891
|
* @name FeedOriginEnum.FeedOrigin
|
|
3637
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3892
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedOriginEnum.FeedOrigin
|
|
3638
3893
|
*/
|
|
3639
3894
|
let FeedOrigin;
|
|
3640
3895
|
(function (FeedOrigin) {
|
|
@@ -3645,7 +3900,7 @@ var enums;
|
|
|
3645
3900
|
})(FeedOrigin = enums.FeedOrigin || (enums.FeedOrigin = {}));
|
|
3646
3901
|
/**
|
|
3647
3902
|
* @name FeedStatusEnum.FeedStatus
|
|
3648
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3903
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FeedStatusEnum.FeedStatus
|
|
3649
3904
|
*/
|
|
3650
3905
|
let FeedStatus;
|
|
3651
3906
|
(function (FeedStatus) {
|
|
@@ -3656,7 +3911,7 @@ var enums;
|
|
|
3656
3911
|
})(FeedStatus = enums.FeedStatus || (enums.FeedStatus = {}));
|
|
3657
3912
|
/**
|
|
3658
3913
|
* @name FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
3659
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3914
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
3660
3915
|
*/
|
|
3661
3916
|
let FlightPlaceholderField;
|
|
3662
3917
|
(function (FlightPlaceholderField) {
|
|
@@ -3682,7 +3937,7 @@ var enums;
|
|
|
3682
3937
|
})(FlightPlaceholderField = enums.FlightPlaceholderField || (enums.FlightPlaceholderField = {}));
|
|
3683
3938
|
/**
|
|
3684
3939
|
* @name GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3685
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3940
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3686
3941
|
*/
|
|
3687
3942
|
let GeoTargetConstantStatus;
|
|
3688
3943
|
(function (GeoTargetConstantStatus) {
|
|
@@ -3693,7 +3948,7 @@ var enums;
|
|
|
3693
3948
|
})(GeoTargetConstantStatus = enums.GeoTargetConstantStatus || (enums.GeoTargetConstantStatus = {}));
|
|
3694
3949
|
/**
|
|
3695
3950
|
* @name GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
3696
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3951
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
3697
3952
|
*/
|
|
3698
3953
|
let GeoTargetingRestriction;
|
|
3699
3954
|
(function (GeoTargetingRestriction) {
|
|
@@ -3703,7 +3958,7 @@ var enums;
|
|
|
3703
3958
|
})(GeoTargetingRestriction = enums.GeoTargetingRestriction || (enums.GeoTargetingRestriction = {}));
|
|
3704
3959
|
/**
|
|
3705
3960
|
* @name GeoTargetingTypeEnum.GeoTargetingType
|
|
3706
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3961
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GeoTargetingTypeEnum.GeoTargetingType
|
|
3707
3962
|
*/
|
|
3708
3963
|
let GeoTargetingType;
|
|
3709
3964
|
(function (GeoTargetingType) {
|
|
@@ -3714,7 +3969,7 @@ var enums;
|
|
|
3714
3969
|
})(GeoTargetingType = enums.GeoTargetingType || (enums.GeoTargetingType = {}));
|
|
3715
3970
|
/**
|
|
3716
3971
|
* @name GoalConfigLevelEnum.GoalConfigLevel
|
|
3717
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3972
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GoalConfigLevelEnum.GoalConfigLevel
|
|
3718
3973
|
*/
|
|
3719
3974
|
let GoalConfigLevel;
|
|
3720
3975
|
(function (GoalConfigLevel) {
|
|
@@ -3725,7 +3980,7 @@ var enums;
|
|
|
3725
3980
|
})(GoalConfigLevel = enums.GoalConfigLevel || (enums.GoalConfigLevel = {}));
|
|
3726
3981
|
/**
|
|
3727
3982
|
* @name GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3728
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3983
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3729
3984
|
*/
|
|
3730
3985
|
let GoogleAdsFieldCategory;
|
|
3731
3986
|
(function (GoogleAdsFieldCategory) {
|
|
@@ -3738,7 +3993,7 @@ var enums;
|
|
|
3738
3993
|
})(GoogleAdsFieldCategory = enums.GoogleAdsFieldCategory || (enums.GoogleAdsFieldCategory = {}));
|
|
3739
3994
|
/**
|
|
3740
3995
|
* @name GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3741
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3996
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3742
3997
|
*/
|
|
3743
3998
|
let GoogleAdsFieldDataType;
|
|
3744
3999
|
(function (GoogleAdsFieldDataType) {
|
|
@@ -3758,7 +4013,7 @@ var enums;
|
|
|
3758
4013
|
})(GoogleAdsFieldDataType = enums.GoogleAdsFieldDataType || (enums.GoogleAdsFieldDataType = {}));
|
|
3759
4014
|
/**
|
|
3760
4015
|
* @name GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3761
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4016
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3762
4017
|
*/
|
|
3763
4018
|
let GoogleVoiceCallStatus;
|
|
3764
4019
|
(function (GoogleVoiceCallStatus) {
|
|
@@ -3769,7 +4024,7 @@ var enums;
|
|
|
3769
4024
|
})(GoogleVoiceCallStatus = enums.GoogleVoiceCallStatus || (enums.GoogleVoiceCallStatus = {}));
|
|
3770
4025
|
/**
|
|
3771
4026
|
* @name HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
3772
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4027
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
3773
4028
|
*/
|
|
3774
4029
|
let HotelAssetSuggestionStatus;
|
|
3775
4030
|
(function (HotelAssetSuggestionStatus) {
|
|
@@ -3781,7 +4036,7 @@ var enums;
|
|
|
3781
4036
|
})(HotelAssetSuggestionStatus = enums.HotelAssetSuggestionStatus || (enums.HotelAssetSuggestionStatus = {}));
|
|
3782
4037
|
/**
|
|
3783
4038
|
* @name HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
3784
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4039
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
3785
4040
|
*/
|
|
3786
4041
|
let HotelPlaceholderField;
|
|
3787
4042
|
(function (HotelPlaceholderField) {
|
|
@@ -3810,7 +4065,7 @@ var enums;
|
|
|
3810
4065
|
})(HotelPlaceholderField = enums.HotelPlaceholderField || (enums.HotelPlaceholderField = {}));
|
|
3811
4066
|
/**
|
|
3812
4067
|
* @name HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3813
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4068
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3814
4069
|
*/
|
|
3815
4070
|
let HotelReconciliationStatus;
|
|
3816
4071
|
(function (HotelReconciliationStatus) {
|
|
@@ -3821,9 +4076,32 @@ var enums;
|
|
|
3821
4076
|
HotelReconciliationStatus[HotelReconciliationStatus["RECONCILED"] = 4] = "RECONCILED";
|
|
3822
4077
|
HotelReconciliationStatus[HotelReconciliationStatus["CANCELED"] = 5] = "CANCELED";
|
|
3823
4078
|
})(HotelReconciliationStatus = enums.HotelReconciliationStatus || (enums.HotelReconciliationStatus = {}));
|
|
4079
|
+
/**
|
|
4080
|
+
* @name IdentityVerificationProgramEnum.IdentityVerificationProgram
|
|
4081
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/IdentityVerificationProgramEnum.IdentityVerificationProgram
|
|
4082
|
+
*/
|
|
4083
|
+
let IdentityVerificationProgram;
|
|
4084
|
+
(function (IdentityVerificationProgram) {
|
|
4085
|
+
IdentityVerificationProgram[IdentityVerificationProgram["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4086
|
+
IdentityVerificationProgram[IdentityVerificationProgram["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4087
|
+
IdentityVerificationProgram[IdentityVerificationProgram["ADVERTISER_IDENTITY_VERIFICATION"] = 2] = "ADVERTISER_IDENTITY_VERIFICATION";
|
|
4088
|
+
})(IdentityVerificationProgram = enums.IdentityVerificationProgram || (enums.IdentityVerificationProgram = {}));
|
|
4089
|
+
/**
|
|
4090
|
+
* @name IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
|
|
4091
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
|
|
4092
|
+
*/
|
|
4093
|
+
let IdentityVerificationProgramStatus;
|
|
4094
|
+
(function (IdentityVerificationProgramStatus) {
|
|
4095
|
+
IdentityVerificationProgramStatus[IdentityVerificationProgramStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4096
|
+
IdentityVerificationProgramStatus[IdentityVerificationProgramStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4097
|
+
IdentityVerificationProgramStatus[IdentityVerificationProgramStatus["PENDING_USER_ACTION"] = 2] = "PENDING_USER_ACTION";
|
|
4098
|
+
IdentityVerificationProgramStatus[IdentityVerificationProgramStatus["PENDING_REVIEW"] = 3] = "PENDING_REVIEW";
|
|
4099
|
+
IdentityVerificationProgramStatus[IdentityVerificationProgramStatus["SUCCESS"] = 4] = "SUCCESS";
|
|
4100
|
+
IdentityVerificationProgramStatus[IdentityVerificationProgramStatus["FAILURE"] = 5] = "FAILURE";
|
|
4101
|
+
})(IdentityVerificationProgramStatus = enums.IdentityVerificationProgramStatus || (enums.IdentityVerificationProgramStatus = {}));
|
|
3824
4102
|
/**
|
|
3825
4103
|
* @name ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
3826
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4104
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
3827
4105
|
*/
|
|
3828
4106
|
let ImagePlaceholderField;
|
|
3829
4107
|
(function (ImagePlaceholderField) {
|
|
@@ -3833,7 +4111,7 @@ var enums;
|
|
|
3833
4111
|
})(ImagePlaceholderField = enums.ImagePlaceholderField || (enums.ImagePlaceholderField = {}));
|
|
3834
4112
|
/**
|
|
3835
4113
|
* @name InvoiceTypeEnum.InvoiceType
|
|
3836
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4114
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/InvoiceTypeEnum.InvoiceType
|
|
3837
4115
|
*/
|
|
3838
4116
|
let InvoiceType;
|
|
3839
4117
|
(function (InvoiceType) {
|
|
@@ -3844,7 +4122,7 @@ var enums;
|
|
|
3844
4122
|
})(InvoiceType = enums.InvoiceType || (enums.InvoiceType = {}));
|
|
3845
4123
|
/**
|
|
3846
4124
|
* @name JobPlaceholderFieldEnum.JobPlaceholderField
|
|
3847
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4125
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/JobPlaceholderFieldEnum.JobPlaceholderField
|
|
3848
4126
|
*/
|
|
3849
4127
|
let JobPlaceholderField;
|
|
3850
4128
|
(function (JobPlaceholderField) {
|
|
@@ -3870,7 +4148,7 @@ var enums;
|
|
|
3870
4148
|
})(JobPlaceholderField = enums.JobPlaceholderField || (enums.JobPlaceholderField = {}));
|
|
3871
4149
|
/**
|
|
3872
4150
|
* @name KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3873
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4151
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3874
4152
|
*/
|
|
3875
4153
|
let KeywordPlanForecastInterval;
|
|
3876
4154
|
(function (KeywordPlanForecastInterval) {
|
|
@@ -3882,7 +4160,7 @@ var enums;
|
|
|
3882
4160
|
})(KeywordPlanForecastInterval = enums.KeywordPlanForecastInterval || (enums.KeywordPlanForecastInterval = {}));
|
|
3883
4161
|
/**
|
|
3884
4162
|
* @name KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3885
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4163
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3886
4164
|
*/
|
|
3887
4165
|
let KeywordPlanKeywordAnnotation;
|
|
3888
4166
|
(function (KeywordPlanKeywordAnnotation) {
|
|
@@ -3892,7 +4170,7 @@ var enums;
|
|
|
3892
4170
|
})(KeywordPlanKeywordAnnotation = enums.KeywordPlanKeywordAnnotation || (enums.KeywordPlanKeywordAnnotation = {}));
|
|
3893
4171
|
/**
|
|
3894
4172
|
* @name KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3895
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4173
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3896
4174
|
*/
|
|
3897
4175
|
let KeywordPlanNetwork;
|
|
3898
4176
|
(function (KeywordPlanNetwork) {
|
|
@@ -3903,7 +4181,7 @@ var enums;
|
|
|
3903
4181
|
})(KeywordPlanNetwork = enums.KeywordPlanNetwork || (enums.KeywordPlanNetwork = {}));
|
|
3904
4182
|
/**
|
|
3905
4183
|
* @name LabelStatusEnum.LabelStatus
|
|
3906
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4184
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LabelStatusEnum.LabelStatus
|
|
3907
4185
|
*/
|
|
3908
4186
|
let LabelStatus;
|
|
3909
4187
|
(function (LabelStatus) {
|
|
@@ -3914,21 +4192,17 @@ var enums;
|
|
|
3914
4192
|
})(LabelStatus = enums.LabelStatus || (enums.LabelStatus = {}));
|
|
3915
4193
|
/**
|
|
3916
4194
|
* @name LinkedAccountTypeEnum.LinkedAccountType
|
|
3917
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4195
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LinkedAccountTypeEnum.LinkedAccountType
|
|
3918
4196
|
*/
|
|
3919
4197
|
let LinkedAccountType;
|
|
3920
4198
|
(function (LinkedAccountType) {
|
|
3921
4199
|
LinkedAccountType[LinkedAccountType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3922
4200
|
LinkedAccountType[LinkedAccountType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3923
4201
|
LinkedAccountType[LinkedAccountType["THIRD_PARTY_APP_ANALYTICS"] = 2] = "THIRD_PARTY_APP_ANALYTICS";
|
|
3924
|
-
LinkedAccountType[LinkedAccountType["DATA_PARTNER"] = 3] = "DATA_PARTNER";
|
|
3925
|
-
LinkedAccountType[LinkedAccountType["GOOGLE_ADS"] = 4] = "GOOGLE_ADS";
|
|
3926
|
-
LinkedAccountType[LinkedAccountType["HOTEL_CENTER"] = 5] = "HOTEL_CENTER";
|
|
3927
|
-
LinkedAccountType[LinkedAccountType["ADVERTISING_PARTNER"] = 6] = "ADVERTISING_PARTNER";
|
|
3928
4202
|
})(LinkedAccountType = enums.LinkedAccountType || (enums.LinkedAccountType = {}));
|
|
3929
4203
|
/**
|
|
3930
4204
|
* @name LinkedProductTypeEnum.LinkedProductType
|
|
3931
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4205
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LinkedProductTypeEnum.LinkedProductType
|
|
3932
4206
|
*/
|
|
3933
4207
|
let LinkedProductType;
|
|
3934
4208
|
(function (LinkedProductType) {
|
|
@@ -3936,24 +4210,13 @@ var enums;
|
|
|
3936
4210
|
LinkedProductType[LinkedProductType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3937
4211
|
LinkedProductType[LinkedProductType["DATA_PARTNER"] = 2] = "DATA_PARTNER";
|
|
3938
4212
|
LinkedProductType[LinkedProductType["GOOGLE_ADS"] = 3] = "GOOGLE_ADS";
|
|
4213
|
+
LinkedProductType[LinkedProductType["HOTEL_CENTER"] = 7] = "HOTEL_CENTER";
|
|
4214
|
+
LinkedProductType[LinkedProductType["MERCHANT_CENTER"] = 8] = "MERCHANT_CENTER";
|
|
4215
|
+
LinkedProductType[LinkedProductType["ADVERTISING_PARTNER"] = 9] = "ADVERTISING_PARTNER";
|
|
3939
4216
|
})(LinkedProductType = enums.LinkedProductType || (enums.LinkedProductType = {}));
|
|
3940
|
-
/**
|
|
3941
|
-
* @name ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
|
|
3942
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v14/ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
|
|
3943
|
-
*/
|
|
3944
|
-
let ListingGroupFilterBiddingCategoryLevel;
|
|
3945
|
-
(function (ListingGroupFilterBiddingCategoryLevel) {
|
|
3946
|
-
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3947
|
-
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3948
|
-
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["LEVEL1"] = 2] = "LEVEL1";
|
|
3949
|
-
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["LEVEL2"] = 3] = "LEVEL2";
|
|
3950
|
-
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["LEVEL3"] = 4] = "LEVEL3";
|
|
3951
|
-
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["LEVEL4"] = 5] = "LEVEL4";
|
|
3952
|
-
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["LEVEL5"] = 6] = "LEVEL5";
|
|
3953
|
-
})(ListingGroupFilterBiddingCategoryLevel = enums.ListingGroupFilterBiddingCategoryLevel || (enums.ListingGroupFilterBiddingCategoryLevel = {}));
|
|
3954
4217
|
/**
|
|
3955
4218
|
* @name ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3956
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4219
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3957
4220
|
*/
|
|
3958
4221
|
let ListingGroupFilterCustomAttributeIndex;
|
|
3959
4222
|
(function (ListingGroupFilterCustomAttributeIndex) {
|
|
@@ -3965,9 +4228,34 @@ var enums;
|
|
|
3965
4228
|
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["INDEX3"] = 5] = "INDEX3";
|
|
3966
4229
|
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["INDEX4"] = 6] = "INDEX4";
|
|
3967
4230
|
})(ListingGroupFilterCustomAttributeIndex = enums.ListingGroupFilterCustomAttributeIndex || (enums.ListingGroupFilterCustomAttributeIndex = {}));
|
|
4231
|
+
/**
|
|
4232
|
+
* @name ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
|
|
4233
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
|
|
4234
|
+
*/
|
|
4235
|
+
let ListingGroupFilterListingSource;
|
|
4236
|
+
(function (ListingGroupFilterListingSource) {
|
|
4237
|
+
ListingGroupFilterListingSource[ListingGroupFilterListingSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4238
|
+
ListingGroupFilterListingSource[ListingGroupFilterListingSource["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4239
|
+
ListingGroupFilterListingSource[ListingGroupFilterListingSource["SHOPPING"] = 2] = "SHOPPING";
|
|
4240
|
+
ListingGroupFilterListingSource[ListingGroupFilterListingSource["WEBPAGE"] = 3] = "WEBPAGE";
|
|
4241
|
+
})(ListingGroupFilterListingSource = enums.ListingGroupFilterListingSource || (enums.ListingGroupFilterListingSource = {}));
|
|
4242
|
+
/**
|
|
4243
|
+
* @name ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
|
|
4244
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
|
|
4245
|
+
*/
|
|
4246
|
+
let ListingGroupFilterProductCategoryLevel;
|
|
4247
|
+
(function (ListingGroupFilterProductCategoryLevel) {
|
|
4248
|
+
ListingGroupFilterProductCategoryLevel[ListingGroupFilterProductCategoryLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4249
|
+
ListingGroupFilterProductCategoryLevel[ListingGroupFilterProductCategoryLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4250
|
+
ListingGroupFilterProductCategoryLevel[ListingGroupFilterProductCategoryLevel["LEVEL1"] = 2] = "LEVEL1";
|
|
4251
|
+
ListingGroupFilterProductCategoryLevel[ListingGroupFilterProductCategoryLevel["LEVEL2"] = 3] = "LEVEL2";
|
|
4252
|
+
ListingGroupFilterProductCategoryLevel[ListingGroupFilterProductCategoryLevel["LEVEL3"] = 4] = "LEVEL3";
|
|
4253
|
+
ListingGroupFilterProductCategoryLevel[ListingGroupFilterProductCategoryLevel["LEVEL4"] = 5] = "LEVEL4";
|
|
4254
|
+
ListingGroupFilterProductCategoryLevel[ListingGroupFilterProductCategoryLevel["LEVEL5"] = 6] = "LEVEL5";
|
|
4255
|
+
})(ListingGroupFilterProductCategoryLevel = enums.ListingGroupFilterProductCategoryLevel || (enums.ListingGroupFilterProductCategoryLevel = {}));
|
|
3968
4256
|
/**
|
|
3969
4257
|
* @name ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3970
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4258
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3971
4259
|
*/
|
|
3972
4260
|
let ListingGroupFilterProductChannel;
|
|
3973
4261
|
(function (ListingGroupFilterProductChannel) {
|
|
@@ -3978,7 +4266,7 @@ var enums;
|
|
|
3978
4266
|
})(ListingGroupFilterProductChannel = enums.ListingGroupFilterProductChannel || (enums.ListingGroupFilterProductChannel = {}));
|
|
3979
4267
|
/**
|
|
3980
4268
|
* @name ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3981
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4269
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3982
4270
|
*/
|
|
3983
4271
|
let ListingGroupFilterProductCondition;
|
|
3984
4272
|
(function (ListingGroupFilterProductCondition) {
|
|
@@ -3990,7 +4278,7 @@ var enums;
|
|
|
3990
4278
|
})(ListingGroupFilterProductCondition = enums.ListingGroupFilterProductCondition || (enums.ListingGroupFilterProductCondition = {}));
|
|
3991
4279
|
/**
|
|
3992
4280
|
* @name ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3993
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4281
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3994
4282
|
*/
|
|
3995
4283
|
let ListingGroupFilterProductTypeLevel;
|
|
3996
4284
|
(function (ListingGroupFilterProductTypeLevel) {
|
|
@@ -4004,7 +4292,7 @@ var enums;
|
|
|
4004
4292
|
})(ListingGroupFilterProductTypeLevel = enums.ListingGroupFilterProductTypeLevel || (enums.ListingGroupFilterProductTypeLevel = {}));
|
|
4005
4293
|
/**
|
|
4006
4294
|
* @name ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
4007
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4295
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
4008
4296
|
*/
|
|
4009
4297
|
let ListingGroupFilterType;
|
|
4010
4298
|
(function (ListingGroupFilterType) {
|
|
@@ -4014,19 +4302,9 @@ var enums;
|
|
|
4014
4302
|
ListingGroupFilterType[ListingGroupFilterType["UNIT_INCLUDED"] = 3] = "UNIT_INCLUDED";
|
|
4015
4303
|
ListingGroupFilterType[ListingGroupFilterType["UNIT_EXCLUDED"] = 4] = "UNIT_EXCLUDED";
|
|
4016
4304
|
})(ListingGroupFilterType = enums.ListingGroupFilterType || (enums.ListingGroupFilterType = {}));
|
|
4017
|
-
/**
|
|
4018
|
-
* @name ListingGroupFilterVerticalEnum.ListingGroupFilterVertical
|
|
4019
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v14/ListingGroupFilterVerticalEnum.ListingGroupFilterVertical
|
|
4020
|
-
*/
|
|
4021
|
-
let ListingGroupFilterVertical;
|
|
4022
|
-
(function (ListingGroupFilterVertical) {
|
|
4023
|
-
ListingGroupFilterVertical[ListingGroupFilterVertical["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4024
|
-
ListingGroupFilterVertical[ListingGroupFilterVertical["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4025
|
-
ListingGroupFilterVertical[ListingGroupFilterVertical["SHOPPING"] = 2] = "SHOPPING";
|
|
4026
|
-
})(ListingGroupFilterVertical = enums.ListingGroupFilterVertical || (enums.ListingGroupFilterVertical = {}));
|
|
4027
4305
|
/**
|
|
4028
4306
|
* @name ListingTypeEnum.ListingType
|
|
4029
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4307
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ListingTypeEnum.ListingType
|
|
4030
4308
|
*/
|
|
4031
4309
|
let ListingType;
|
|
4032
4310
|
(function (ListingType) {
|
|
@@ -4036,7 +4314,7 @@ var enums;
|
|
|
4036
4314
|
})(ListingType = enums.ListingType || (enums.ListingType = {}));
|
|
4037
4315
|
/**
|
|
4038
4316
|
* @name LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
4039
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4317
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
4040
4318
|
*/
|
|
4041
4319
|
let LocalPlaceholderField;
|
|
4042
4320
|
(function (LocalPlaceholderField) {
|
|
@@ -4062,9 +4340,196 @@ var enums;
|
|
|
4062
4340
|
LocalPlaceholderField[LocalPlaceholderField["IOS_APP_LINK"] = 19] = "IOS_APP_LINK";
|
|
4063
4341
|
LocalPlaceholderField[LocalPlaceholderField["IOS_APP_STORE_ID"] = 20] = "IOS_APP_STORE_ID";
|
|
4064
4342
|
})(LocalPlaceholderField = enums.LocalPlaceholderField || (enums.LocalPlaceholderField = {}));
|
|
4343
|
+
/**
|
|
4344
|
+
* @name LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
|
|
4345
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
|
|
4346
|
+
*/
|
|
4347
|
+
let LocalServicesBusinessRegistrationCheckRejectionReason;
|
|
4348
|
+
(function (LocalServicesBusinessRegistrationCheckRejectionReason) {
|
|
4349
|
+
LocalServicesBusinessRegistrationCheckRejectionReason[LocalServicesBusinessRegistrationCheckRejectionReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4350
|
+
LocalServicesBusinessRegistrationCheckRejectionReason[LocalServicesBusinessRegistrationCheckRejectionReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4351
|
+
LocalServicesBusinessRegistrationCheckRejectionReason[LocalServicesBusinessRegistrationCheckRejectionReason["BUSINESS_NAME_MISMATCH"] = 2] = "BUSINESS_NAME_MISMATCH";
|
|
4352
|
+
LocalServicesBusinessRegistrationCheckRejectionReason[LocalServicesBusinessRegistrationCheckRejectionReason["BUSINESS_DETAILS_MISMATCH"] = 3] = "BUSINESS_DETAILS_MISMATCH";
|
|
4353
|
+
LocalServicesBusinessRegistrationCheckRejectionReason[LocalServicesBusinessRegistrationCheckRejectionReason["ID_NOT_FOUND"] = 4] = "ID_NOT_FOUND";
|
|
4354
|
+
LocalServicesBusinessRegistrationCheckRejectionReason[LocalServicesBusinessRegistrationCheckRejectionReason["POOR_DOCUMENT_IMAGE_QUALITY"] = 5] = "POOR_DOCUMENT_IMAGE_QUALITY";
|
|
4355
|
+
LocalServicesBusinessRegistrationCheckRejectionReason[LocalServicesBusinessRegistrationCheckRejectionReason["DOCUMENT_EXPIRED"] = 6] = "DOCUMENT_EXPIRED";
|
|
4356
|
+
LocalServicesBusinessRegistrationCheckRejectionReason[LocalServicesBusinessRegistrationCheckRejectionReason["DOCUMENT_INVALID"] = 7] = "DOCUMENT_INVALID";
|
|
4357
|
+
LocalServicesBusinessRegistrationCheckRejectionReason[LocalServicesBusinessRegistrationCheckRejectionReason["DOCUMENT_TYPE_MISMATCH"] = 8] = "DOCUMENT_TYPE_MISMATCH";
|
|
4358
|
+
LocalServicesBusinessRegistrationCheckRejectionReason[LocalServicesBusinessRegistrationCheckRejectionReason["DOCUMENT_UNVERIFIABLE"] = 9] = "DOCUMENT_UNVERIFIABLE";
|
|
4359
|
+
LocalServicesBusinessRegistrationCheckRejectionReason[LocalServicesBusinessRegistrationCheckRejectionReason["OTHER"] = 10] = "OTHER";
|
|
4360
|
+
})(LocalServicesBusinessRegistrationCheckRejectionReason = enums.LocalServicesBusinessRegistrationCheckRejectionReason || (enums.LocalServicesBusinessRegistrationCheckRejectionReason = {}));
|
|
4361
|
+
/**
|
|
4362
|
+
* @name LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
|
|
4363
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
|
|
4364
|
+
*/
|
|
4365
|
+
let LocalServicesBusinessRegistrationType;
|
|
4366
|
+
(function (LocalServicesBusinessRegistrationType) {
|
|
4367
|
+
LocalServicesBusinessRegistrationType[LocalServicesBusinessRegistrationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4368
|
+
LocalServicesBusinessRegistrationType[LocalServicesBusinessRegistrationType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4369
|
+
LocalServicesBusinessRegistrationType[LocalServicesBusinessRegistrationType["NUMBER"] = 2] = "NUMBER";
|
|
4370
|
+
LocalServicesBusinessRegistrationType[LocalServicesBusinessRegistrationType["DOCUMENT"] = 3] = "DOCUMENT";
|
|
4371
|
+
})(LocalServicesBusinessRegistrationType = enums.LocalServicesBusinessRegistrationType || (enums.LocalServicesBusinessRegistrationType = {}));
|
|
4372
|
+
/**
|
|
4373
|
+
* @name LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
|
|
4374
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
|
|
4375
|
+
*/
|
|
4376
|
+
let LocalServicesLeadConversationType;
|
|
4377
|
+
(function (LocalServicesLeadConversationType) {
|
|
4378
|
+
LocalServicesLeadConversationType[LocalServicesLeadConversationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4379
|
+
LocalServicesLeadConversationType[LocalServicesLeadConversationType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4380
|
+
LocalServicesLeadConversationType[LocalServicesLeadConversationType["EMAIL"] = 2] = "EMAIL";
|
|
4381
|
+
LocalServicesLeadConversationType[LocalServicesLeadConversationType["MESSAGE"] = 3] = "MESSAGE";
|
|
4382
|
+
LocalServicesLeadConversationType[LocalServicesLeadConversationType["PHONE_CALL"] = 4] = "PHONE_CALL";
|
|
4383
|
+
LocalServicesLeadConversationType[LocalServicesLeadConversationType["SMS"] = 5] = "SMS";
|
|
4384
|
+
LocalServicesLeadConversationType[LocalServicesLeadConversationType["BOOKING"] = 6] = "BOOKING";
|
|
4385
|
+
})(LocalServicesLeadConversationType = enums.LocalServicesLeadConversationType || (enums.LocalServicesLeadConversationType = {}));
|
|
4386
|
+
/**
|
|
4387
|
+
* @name LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
|
|
4388
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
|
|
4389
|
+
*/
|
|
4390
|
+
let LocalServicesEmployeeStatus;
|
|
4391
|
+
(function (LocalServicesEmployeeStatus) {
|
|
4392
|
+
LocalServicesEmployeeStatus[LocalServicesEmployeeStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4393
|
+
LocalServicesEmployeeStatus[LocalServicesEmployeeStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4394
|
+
LocalServicesEmployeeStatus[LocalServicesEmployeeStatus["ENABLED"] = 2] = "ENABLED";
|
|
4395
|
+
LocalServicesEmployeeStatus[LocalServicesEmployeeStatus["REMOVED"] = 3] = "REMOVED";
|
|
4396
|
+
})(LocalServicesEmployeeStatus = enums.LocalServicesEmployeeStatus || (enums.LocalServicesEmployeeStatus = {}));
|
|
4397
|
+
/**
|
|
4398
|
+
* @name LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
|
|
4399
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
|
|
4400
|
+
*/
|
|
4401
|
+
let LocalServicesEmployeeType;
|
|
4402
|
+
(function (LocalServicesEmployeeType) {
|
|
4403
|
+
LocalServicesEmployeeType[LocalServicesEmployeeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4404
|
+
LocalServicesEmployeeType[LocalServicesEmployeeType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4405
|
+
LocalServicesEmployeeType[LocalServicesEmployeeType["BUSINESS_OWNER"] = 2] = "BUSINESS_OWNER";
|
|
4406
|
+
LocalServicesEmployeeType[LocalServicesEmployeeType["EMPLOYEE"] = 3] = "EMPLOYEE";
|
|
4407
|
+
})(LocalServicesEmployeeType = enums.LocalServicesEmployeeType || (enums.LocalServicesEmployeeType = {}));
|
|
4408
|
+
/**
|
|
4409
|
+
* @name LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
|
|
4410
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
|
|
4411
|
+
*/
|
|
4412
|
+
let LocalServicesInsuranceRejectionReason;
|
|
4413
|
+
(function (LocalServicesInsuranceRejectionReason) {
|
|
4414
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4415
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4416
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["BUSINESS_NAME_MISMATCH"] = 2] = "BUSINESS_NAME_MISMATCH";
|
|
4417
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["INSURANCE_AMOUNT_INSUFFICIENT"] = 3] = "INSURANCE_AMOUNT_INSUFFICIENT";
|
|
4418
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["EXPIRED"] = 4] = "EXPIRED";
|
|
4419
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["NO_SIGNATURE"] = 5] = "NO_SIGNATURE";
|
|
4420
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["NO_POLICY_NUMBER"] = 6] = "NO_POLICY_NUMBER";
|
|
4421
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["NO_COMMERCIAL_GENERAL_LIABILITY"] = 7] = "NO_COMMERCIAL_GENERAL_LIABILITY";
|
|
4422
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["EDITABLE_FORMAT"] = 8] = "EDITABLE_FORMAT";
|
|
4423
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["CATEGORY_MISMATCH"] = 9] = "CATEGORY_MISMATCH";
|
|
4424
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["MISSING_EXPIRATION_DATE"] = 10] = "MISSING_EXPIRATION_DATE";
|
|
4425
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["POOR_QUALITY"] = 11] = "POOR_QUALITY";
|
|
4426
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["POTENTIALLY_EDITED"] = 12] = "POTENTIALLY_EDITED";
|
|
4427
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["WRONG_DOCUMENT_TYPE"] = 13] = "WRONG_DOCUMENT_TYPE";
|
|
4428
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["NON_FINAL"] = 14] = "NON_FINAL";
|
|
4429
|
+
LocalServicesInsuranceRejectionReason[LocalServicesInsuranceRejectionReason["OTHER"] = 15] = "OTHER";
|
|
4430
|
+
})(LocalServicesInsuranceRejectionReason = enums.LocalServicesInsuranceRejectionReason || (enums.LocalServicesInsuranceRejectionReason = {}));
|
|
4431
|
+
/**
|
|
4432
|
+
* @name LocalServicesLeadStatusEnum.LocalServicesLeadStatus
|
|
4433
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesLeadStatusEnum.LocalServicesLeadStatus
|
|
4434
|
+
*/
|
|
4435
|
+
let LocalServicesLeadStatus;
|
|
4436
|
+
(function (LocalServicesLeadStatus) {
|
|
4437
|
+
LocalServicesLeadStatus[LocalServicesLeadStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4438
|
+
LocalServicesLeadStatus[LocalServicesLeadStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4439
|
+
LocalServicesLeadStatus[LocalServicesLeadStatus["NEW"] = 2] = "NEW";
|
|
4440
|
+
LocalServicesLeadStatus[LocalServicesLeadStatus["ACTIVE"] = 3] = "ACTIVE";
|
|
4441
|
+
LocalServicesLeadStatus[LocalServicesLeadStatus["BOOKED"] = 4] = "BOOKED";
|
|
4442
|
+
LocalServicesLeadStatus[LocalServicesLeadStatus["DECLINED"] = 5] = "DECLINED";
|
|
4443
|
+
LocalServicesLeadStatus[LocalServicesLeadStatus["EXPIRED"] = 6] = "EXPIRED";
|
|
4444
|
+
LocalServicesLeadStatus[LocalServicesLeadStatus["DISABLED"] = 7] = "DISABLED";
|
|
4445
|
+
LocalServicesLeadStatus[LocalServicesLeadStatus["CONSUMER_DECLINED"] = 8] = "CONSUMER_DECLINED";
|
|
4446
|
+
LocalServicesLeadStatus[LocalServicesLeadStatus["WIPED_OUT"] = 9] = "WIPED_OUT";
|
|
4447
|
+
})(LocalServicesLeadStatus = enums.LocalServicesLeadStatus || (enums.LocalServicesLeadStatus = {}));
|
|
4448
|
+
/**
|
|
4449
|
+
* @name LocalServicesLeadTypeEnum.LocalServicesLeadType
|
|
4450
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesLeadTypeEnum.LocalServicesLeadType
|
|
4451
|
+
*/
|
|
4452
|
+
let LocalServicesLeadType;
|
|
4453
|
+
(function (LocalServicesLeadType) {
|
|
4454
|
+
LocalServicesLeadType[LocalServicesLeadType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4455
|
+
LocalServicesLeadType[LocalServicesLeadType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4456
|
+
LocalServicesLeadType[LocalServicesLeadType["MESSAGE"] = 2] = "MESSAGE";
|
|
4457
|
+
LocalServicesLeadType[LocalServicesLeadType["PHONE_CALL"] = 3] = "PHONE_CALL";
|
|
4458
|
+
LocalServicesLeadType[LocalServicesLeadType["BOOKING"] = 4] = "BOOKING";
|
|
4459
|
+
})(LocalServicesLeadType = enums.LocalServicesLeadType || (enums.LocalServicesLeadType = {}));
|
|
4460
|
+
/**
|
|
4461
|
+
* @name LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
|
|
4462
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
|
|
4463
|
+
*/
|
|
4464
|
+
let LocalServicesLicenseRejectionReason;
|
|
4465
|
+
(function (LocalServicesLicenseRejectionReason) {
|
|
4466
|
+
LocalServicesLicenseRejectionReason[LocalServicesLicenseRejectionReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4467
|
+
LocalServicesLicenseRejectionReason[LocalServicesLicenseRejectionReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4468
|
+
LocalServicesLicenseRejectionReason[LocalServicesLicenseRejectionReason["BUSINESS_NAME_MISMATCH"] = 2] = "BUSINESS_NAME_MISMATCH";
|
|
4469
|
+
LocalServicesLicenseRejectionReason[LocalServicesLicenseRejectionReason["UNAUTHORIZED"] = 3] = "UNAUTHORIZED";
|
|
4470
|
+
LocalServicesLicenseRejectionReason[LocalServicesLicenseRejectionReason["EXPIRED"] = 4] = "EXPIRED";
|
|
4471
|
+
LocalServicesLicenseRejectionReason[LocalServicesLicenseRejectionReason["POOR_QUALITY"] = 5] = "POOR_QUALITY";
|
|
4472
|
+
LocalServicesLicenseRejectionReason[LocalServicesLicenseRejectionReason["UNVERIFIABLE"] = 6] = "UNVERIFIABLE";
|
|
4473
|
+
LocalServicesLicenseRejectionReason[LocalServicesLicenseRejectionReason["WRONG_DOCUMENT_OR_ID"] = 7] = "WRONG_DOCUMENT_OR_ID";
|
|
4474
|
+
LocalServicesLicenseRejectionReason[LocalServicesLicenseRejectionReason["OTHER"] = 8] = "OTHER";
|
|
4475
|
+
})(LocalServicesLicenseRejectionReason = enums.LocalServicesLicenseRejectionReason || (enums.LocalServicesLicenseRejectionReason = {}));
|
|
4476
|
+
/**
|
|
4477
|
+
* @name LocalServicesParticipantTypeEnum.LocalServicesParticipantType
|
|
4478
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesParticipantTypeEnum.LocalServicesParticipantType
|
|
4479
|
+
*/
|
|
4480
|
+
let LocalServicesParticipantType;
|
|
4481
|
+
(function (LocalServicesParticipantType) {
|
|
4482
|
+
LocalServicesParticipantType[LocalServicesParticipantType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4483
|
+
LocalServicesParticipantType[LocalServicesParticipantType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4484
|
+
LocalServicesParticipantType[LocalServicesParticipantType["ADVERTISER"] = 2] = "ADVERTISER";
|
|
4485
|
+
LocalServicesParticipantType[LocalServicesParticipantType["CONSUMER"] = 3] = "CONSUMER";
|
|
4486
|
+
})(LocalServicesParticipantType = enums.LocalServicesParticipantType || (enums.LocalServicesParticipantType = {}));
|
|
4487
|
+
/**
|
|
4488
|
+
* @name LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
|
|
4489
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
|
|
4490
|
+
*/
|
|
4491
|
+
let LocalServicesVerificationArtifactStatus;
|
|
4492
|
+
(function (LocalServicesVerificationArtifactStatus) {
|
|
4493
|
+
LocalServicesVerificationArtifactStatus[LocalServicesVerificationArtifactStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4494
|
+
LocalServicesVerificationArtifactStatus[LocalServicesVerificationArtifactStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4495
|
+
LocalServicesVerificationArtifactStatus[LocalServicesVerificationArtifactStatus["PASSED"] = 2] = "PASSED";
|
|
4496
|
+
LocalServicesVerificationArtifactStatus[LocalServicesVerificationArtifactStatus["FAILED"] = 3] = "FAILED";
|
|
4497
|
+
LocalServicesVerificationArtifactStatus[LocalServicesVerificationArtifactStatus["PENDING"] = 4] = "PENDING";
|
|
4498
|
+
LocalServicesVerificationArtifactStatus[LocalServicesVerificationArtifactStatus["NO_SUBMISSION"] = 5] = "NO_SUBMISSION";
|
|
4499
|
+
LocalServicesVerificationArtifactStatus[LocalServicesVerificationArtifactStatus["CANCELLED"] = 6] = "CANCELLED";
|
|
4500
|
+
})(LocalServicesVerificationArtifactStatus = enums.LocalServicesVerificationArtifactStatus || (enums.LocalServicesVerificationArtifactStatus = {}));
|
|
4501
|
+
/**
|
|
4502
|
+
* @name LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
|
|
4503
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
|
|
4504
|
+
*/
|
|
4505
|
+
let LocalServicesVerificationArtifactType;
|
|
4506
|
+
(function (LocalServicesVerificationArtifactType) {
|
|
4507
|
+
LocalServicesVerificationArtifactType[LocalServicesVerificationArtifactType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4508
|
+
LocalServicesVerificationArtifactType[LocalServicesVerificationArtifactType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4509
|
+
LocalServicesVerificationArtifactType[LocalServicesVerificationArtifactType["BACKGROUND_CHECK"] = 2] = "BACKGROUND_CHECK";
|
|
4510
|
+
LocalServicesVerificationArtifactType[LocalServicesVerificationArtifactType["INSURANCE"] = 3] = "INSURANCE";
|
|
4511
|
+
LocalServicesVerificationArtifactType[LocalServicesVerificationArtifactType["LICENSE"] = 4] = "LICENSE";
|
|
4512
|
+
LocalServicesVerificationArtifactType[LocalServicesVerificationArtifactType["BUSINESS_REGISTRATION_CHECK"] = 5] = "BUSINESS_REGISTRATION_CHECK";
|
|
4513
|
+
})(LocalServicesVerificationArtifactType = enums.LocalServicesVerificationArtifactType || (enums.LocalServicesVerificationArtifactType = {}));
|
|
4514
|
+
/**
|
|
4515
|
+
* @name LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
|
|
4516
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
|
|
4517
|
+
*/
|
|
4518
|
+
let LocalServicesVerificationStatus;
|
|
4519
|
+
(function (LocalServicesVerificationStatus) {
|
|
4520
|
+
LocalServicesVerificationStatus[LocalServicesVerificationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4521
|
+
LocalServicesVerificationStatus[LocalServicesVerificationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4522
|
+
LocalServicesVerificationStatus[LocalServicesVerificationStatus["NEEDS_REVIEW"] = 2] = "NEEDS_REVIEW";
|
|
4523
|
+
LocalServicesVerificationStatus[LocalServicesVerificationStatus["FAILED"] = 3] = "FAILED";
|
|
4524
|
+
LocalServicesVerificationStatus[LocalServicesVerificationStatus["PASSED"] = 4] = "PASSED";
|
|
4525
|
+
LocalServicesVerificationStatus[LocalServicesVerificationStatus["NOT_APPLICABLE"] = 5] = "NOT_APPLICABLE";
|
|
4526
|
+
LocalServicesVerificationStatus[LocalServicesVerificationStatus["NO_SUBMISSION"] = 6] = "NO_SUBMISSION";
|
|
4527
|
+
LocalServicesVerificationStatus[LocalServicesVerificationStatus["PARTIAL_SUBMISSION"] = 7] = "PARTIAL_SUBMISSION";
|
|
4528
|
+
LocalServicesVerificationStatus[LocalServicesVerificationStatus["PENDING_ESCALATION"] = 8] = "PENDING_ESCALATION";
|
|
4529
|
+
})(LocalServicesVerificationStatus = enums.LocalServicesVerificationStatus || (enums.LocalServicesVerificationStatus = {}));
|
|
4065
4530
|
/**
|
|
4066
4531
|
* @name LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
4067
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4532
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
4068
4533
|
*/
|
|
4069
4534
|
let LocationExtensionTargetingCriterionField;
|
|
4070
4535
|
(function (LocationExtensionTargetingCriterionField) {
|
|
@@ -4079,7 +4544,7 @@ var enums;
|
|
|
4079
4544
|
})(LocationExtensionTargetingCriterionField = enums.LocationExtensionTargetingCriterionField || (enums.LocationExtensionTargetingCriterionField = {}));
|
|
4080
4545
|
/**
|
|
4081
4546
|
* @name LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
4082
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4547
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
4083
4548
|
*/
|
|
4084
4549
|
let LocationPlaceholderField;
|
|
4085
4550
|
(function (LocationPlaceholderField) {
|
|
@@ -4096,7 +4561,7 @@ var enums;
|
|
|
4096
4561
|
})(LocationPlaceholderField = enums.LocationPlaceholderField || (enums.LocationPlaceholderField = {}));
|
|
4097
4562
|
/**
|
|
4098
4563
|
* @name LocationSourceTypeEnum.LocationSourceType
|
|
4099
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4564
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/LocationSourceTypeEnum.LocationSourceType
|
|
4100
4565
|
*/
|
|
4101
4566
|
let LocationSourceType;
|
|
4102
4567
|
(function (LocationSourceType) {
|
|
@@ -4107,7 +4572,7 @@ var enums;
|
|
|
4107
4572
|
})(LocationSourceType = enums.LocationSourceType || (enums.LocationSourceType = {}));
|
|
4108
4573
|
/**
|
|
4109
4574
|
* @name ManagerLinkStatusEnum.ManagerLinkStatus
|
|
4110
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4575
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ManagerLinkStatusEnum.ManagerLinkStatus
|
|
4111
4576
|
*/
|
|
4112
4577
|
let ManagerLinkStatus;
|
|
4113
4578
|
(function (ManagerLinkStatus) {
|
|
@@ -4121,7 +4586,7 @@ var enums;
|
|
|
4121
4586
|
})(ManagerLinkStatus = enums.ManagerLinkStatus || (enums.ManagerLinkStatus = {}));
|
|
4122
4587
|
/**
|
|
4123
4588
|
* @name MediaTypeEnum.MediaType
|
|
4124
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4589
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MediaTypeEnum.MediaType
|
|
4125
4590
|
*/
|
|
4126
4591
|
let MediaType;
|
|
4127
4592
|
(function (MediaType) {
|
|
@@ -4134,20 +4599,9 @@ var enums;
|
|
|
4134
4599
|
MediaType[MediaType["VIDEO"] = 6] = "VIDEO";
|
|
4135
4600
|
MediaType[MediaType["DYNAMIC_IMAGE"] = 7] = "DYNAMIC_IMAGE";
|
|
4136
4601
|
})(MediaType = enums.MediaType || (enums.MediaType = {}));
|
|
4137
|
-
/**
|
|
4138
|
-
* @name MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
4139
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v14/MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
4140
|
-
*/
|
|
4141
|
-
let MerchantCenterLinkStatus;
|
|
4142
|
-
(function (MerchantCenterLinkStatus) {
|
|
4143
|
-
MerchantCenterLinkStatus[MerchantCenterLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4144
|
-
MerchantCenterLinkStatus[MerchantCenterLinkStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4145
|
-
MerchantCenterLinkStatus[MerchantCenterLinkStatus["ENABLED"] = 2] = "ENABLED";
|
|
4146
|
-
MerchantCenterLinkStatus[MerchantCenterLinkStatus["PENDING"] = 3] = "PENDING";
|
|
4147
|
-
})(MerchantCenterLinkStatus = enums.MerchantCenterLinkStatus || (enums.MerchantCenterLinkStatus = {}));
|
|
4148
4602
|
/**
|
|
4149
4603
|
* @name MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
4150
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4604
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
4151
4605
|
*/
|
|
4152
4606
|
let MessagePlaceholderField;
|
|
4153
4607
|
(function (MessagePlaceholderField) {
|
|
@@ -4161,7 +4615,7 @@ var enums;
|
|
|
4161
4615
|
})(MessagePlaceholderField = enums.MessagePlaceholderField || (enums.MessagePlaceholderField = {}));
|
|
4162
4616
|
/**
|
|
4163
4617
|
* @name MobileDeviceTypeEnum.MobileDeviceType
|
|
4164
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4618
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/MobileDeviceTypeEnum.MobileDeviceType
|
|
4165
4619
|
*/
|
|
4166
4620
|
let MobileDeviceType;
|
|
4167
4621
|
(function (MobileDeviceType) {
|
|
@@ -4172,7 +4626,7 @@ var enums;
|
|
|
4172
4626
|
})(MobileDeviceType = enums.MobileDeviceType || (enums.MobileDeviceType = {}));
|
|
4173
4627
|
/**
|
|
4174
4628
|
* @name NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
4175
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4629
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
4176
4630
|
*/
|
|
4177
4631
|
let NegativeGeoTargetType;
|
|
4178
4632
|
(function (NegativeGeoTargetType) {
|
|
@@ -4183,7 +4637,7 @@ var enums;
|
|
|
4183
4637
|
})(NegativeGeoTargetType = enums.NegativeGeoTargetType || (enums.NegativeGeoTargetType = {}));
|
|
4184
4638
|
/**
|
|
4185
4639
|
* @name OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
|
|
4186
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4640
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
|
|
4187
4641
|
*/
|
|
4188
4642
|
let OfflineConversionDiagnosticStatus;
|
|
4189
4643
|
(function (OfflineConversionDiagnosticStatus) {
|
|
@@ -4196,7 +4650,7 @@ var enums;
|
|
|
4196
4650
|
})(OfflineConversionDiagnosticStatus = enums.OfflineConversionDiagnosticStatus || (enums.OfflineConversionDiagnosticStatus = {}));
|
|
4197
4651
|
/**
|
|
4198
4652
|
* @name OfflineEventUploadClientEnum.OfflineEventUploadClient
|
|
4199
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4653
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OfflineEventUploadClientEnum.OfflineEventUploadClient
|
|
4200
4654
|
*/
|
|
4201
4655
|
let OfflineEventUploadClient;
|
|
4202
4656
|
(function (OfflineEventUploadClient) {
|
|
@@ -4208,7 +4662,7 @@ var enums;
|
|
|
4208
4662
|
})(OfflineEventUploadClient = enums.OfflineEventUploadClient || (enums.OfflineEventUploadClient = {}));
|
|
4209
4663
|
/**
|
|
4210
4664
|
* @name OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
4211
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4665
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
4212
4666
|
*/
|
|
4213
4667
|
let OfflineUserDataJobFailureReason;
|
|
4214
4668
|
(function (OfflineUserDataJobFailureReason) {
|
|
@@ -4222,7 +4676,7 @@ var enums;
|
|
|
4222
4676
|
})(OfflineUserDataJobFailureReason = enums.OfflineUserDataJobFailureReason || (enums.OfflineUserDataJobFailureReason = {}));
|
|
4223
4677
|
/**
|
|
4224
4678
|
* @name OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
4225
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4679
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
4226
4680
|
*/
|
|
4227
4681
|
let OfflineUserDataJobMatchRateRange;
|
|
4228
4682
|
(function (OfflineUserDataJobMatchRateRange) {
|
|
@@ -4240,7 +4694,7 @@ var enums;
|
|
|
4240
4694
|
})(OfflineUserDataJobMatchRateRange = enums.OfflineUserDataJobMatchRateRange || (enums.OfflineUserDataJobMatchRateRange = {}));
|
|
4241
4695
|
/**
|
|
4242
4696
|
* @name OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
4243
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4697
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
4244
4698
|
*/
|
|
4245
4699
|
let OfflineUserDataJobStatus;
|
|
4246
4700
|
(function (OfflineUserDataJobStatus) {
|
|
@@ -4253,7 +4707,7 @@ var enums;
|
|
|
4253
4707
|
})(OfflineUserDataJobStatus = enums.OfflineUserDataJobStatus || (enums.OfflineUserDataJobStatus = {}));
|
|
4254
4708
|
/**
|
|
4255
4709
|
* @name OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
4256
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4710
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
4257
4711
|
*/
|
|
4258
4712
|
let OfflineUserDataJobType;
|
|
4259
4713
|
(function (OfflineUserDataJobType) {
|
|
@@ -4266,7 +4720,7 @@ var enums;
|
|
|
4266
4720
|
})(OfflineUserDataJobType = enums.OfflineUserDataJobType || (enums.OfflineUserDataJobType = {}));
|
|
4267
4721
|
/**
|
|
4268
4722
|
* @name OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
4269
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4723
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
4270
4724
|
*/
|
|
4271
4725
|
let OperatingSystemVersionOperatorType;
|
|
4272
4726
|
(function (OperatingSystemVersionOperatorType) {
|
|
@@ -4277,7 +4731,7 @@ var enums;
|
|
|
4277
4731
|
})(OperatingSystemVersionOperatorType = enums.OperatingSystemVersionOperatorType || (enums.OperatingSystemVersionOperatorType = {}));
|
|
4278
4732
|
/**
|
|
4279
4733
|
* @name OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4280
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4734
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4281
4735
|
*/
|
|
4282
4736
|
let OptimizationGoalType;
|
|
4283
4737
|
(function (OptimizationGoalType) {
|
|
@@ -4289,7 +4743,7 @@ var enums;
|
|
|
4289
4743
|
})(OptimizationGoalType = enums.OptimizationGoalType || (enums.OptimizationGoalType = {}));
|
|
4290
4744
|
/**
|
|
4291
4745
|
* @name PaymentModeEnum.PaymentMode
|
|
4292
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4746
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PaymentModeEnum.PaymentMode
|
|
4293
4747
|
*/
|
|
4294
4748
|
let PaymentMode;
|
|
4295
4749
|
(function (PaymentMode) {
|
|
@@ -4302,20 +4756,20 @@ var enums;
|
|
|
4302
4756
|
})(PaymentMode = enums.PaymentMode || (enums.PaymentMode = {}));
|
|
4303
4757
|
/**
|
|
4304
4758
|
* @name PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4305
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4759
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4306
4760
|
*/
|
|
4307
4761
|
let PerformanceMaxUpgradeStatus;
|
|
4308
4762
|
(function (PerformanceMaxUpgradeStatus) {
|
|
4309
4763
|
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4310
4764
|
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4311
|
-
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UPGRADE_ELIBIGLE"] = 2] = "UPGRADE_ELIBIGLE";
|
|
4312
4765
|
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UPGRADE_IN_PROGRESS"] = 3] = "UPGRADE_IN_PROGRESS";
|
|
4313
4766
|
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UPGRADE_COMPLETE"] = 4] = "UPGRADE_COMPLETE";
|
|
4314
4767
|
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UPGRADE_FAILED"] = 5] = "UPGRADE_FAILED";
|
|
4768
|
+
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UPGRADE_ELIGIBLE"] = 6] = "UPGRADE_ELIGIBLE";
|
|
4315
4769
|
})(PerformanceMaxUpgradeStatus = enums.PerformanceMaxUpgradeStatus || (enums.PerformanceMaxUpgradeStatus = {}));
|
|
4316
4770
|
/**
|
|
4317
4771
|
* @name PlacementTypeEnum.PlacementType
|
|
4318
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4772
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PlacementTypeEnum.PlacementType
|
|
4319
4773
|
*/
|
|
4320
4774
|
let PlacementType;
|
|
4321
4775
|
(function (PlacementType) {
|
|
@@ -4330,7 +4784,7 @@ var enums;
|
|
|
4330
4784
|
})(PlacementType = enums.PlacementType || (enums.PlacementType = {}));
|
|
4331
4785
|
/**
|
|
4332
4786
|
* @name PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4333
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4787
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4334
4788
|
*/
|
|
4335
4789
|
let PositiveGeoTargetType;
|
|
4336
4790
|
(function (PositiveGeoTargetType) {
|
|
@@ -4342,7 +4796,7 @@ var enums;
|
|
|
4342
4796
|
})(PositiveGeoTargetType = enums.PositiveGeoTargetType || (enums.PositiveGeoTargetType = {}));
|
|
4343
4797
|
/**
|
|
4344
4798
|
* @name PricePlaceholderFieldEnum.PricePlaceholderField
|
|
4345
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4799
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PricePlaceholderFieldEnum.PricePlaceholderField
|
|
4346
4800
|
*/
|
|
4347
4801
|
let PricePlaceholderField;
|
|
4348
4802
|
(function (PricePlaceholderField) {
|
|
@@ -4403,19 +4857,34 @@ var enums;
|
|
|
4403
4857
|
PricePlaceholderField[PricePlaceholderField["ITEM_8_FINAL_MOBILE_URLS"] = 805] = "ITEM_8_FINAL_MOBILE_URLS";
|
|
4404
4858
|
})(PricePlaceholderField = enums.PricePlaceholderField || (enums.PricePlaceholderField = {}));
|
|
4405
4859
|
/**
|
|
4406
|
-
* @name
|
|
4407
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4408
|
-
*/
|
|
4409
|
-
let
|
|
4410
|
-
(function (
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
})(
|
|
4860
|
+
* @name ProductCategoryStateEnum.ProductCategoryState
|
|
4861
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductCategoryStateEnum.ProductCategoryState
|
|
4862
|
+
*/
|
|
4863
|
+
let ProductCategoryState;
|
|
4864
|
+
(function (ProductCategoryState) {
|
|
4865
|
+
ProductCategoryState[ProductCategoryState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4866
|
+
ProductCategoryState[ProductCategoryState["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4867
|
+
ProductCategoryState[ProductCategoryState["ENABLED"] = 2] = "ENABLED";
|
|
4868
|
+
ProductCategoryState[ProductCategoryState["OBSOLETE"] = 3] = "OBSOLETE";
|
|
4869
|
+
})(ProductCategoryState = enums.ProductCategoryState || (enums.ProductCategoryState = {}));
|
|
4870
|
+
/**
|
|
4871
|
+
* @name ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
|
|
4872
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
|
|
4873
|
+
*/
|
|
4874
|
+
let ProductLinkInvitationStatus;
|
|
4875
|
+
(function (ProductLinkInvitationStatus) {
|
|
4876
|
+
ProductLinkInvitationStatus[ProductLinkInvitationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4877
|
+
ProductLinkInvitationStatus[ProductLinkInvitationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4878
|
+
ProductLinkInvitationStatus[ProductLinkInvitationStatus["ACCEPTED"] = 2] = "ACCEPTED";
|
|
4879
|
+
ProductLinkInvitationStatus[ProductLinkInvitationStatus["REQUESTED"] = 3] = "REQUESTED";
|
|
4880
|
+
ProductLinkInvitationStatus[ProductLinkInvitationStatus["PENDING_APPROVAL"] = 4] = "PENDING_APPROVAL";
|
|
4881
|
+
ProductLinkInvitationStatus[ProductLinkInvitationStatus["REVOKED"] = 5] = "REVOKED";
|
|
4882
|
+
ProductLinkInvitationStatus[ProductLinkInvitationStatus["REJECTED"] = 6] = "REJECTED";
|
|
4883
|
+
ProductLinkInvitationStatus[ProductLinkInvitationStatus["EXPIRED"] = 7] = "EXPIRED";
|
|
4884
|
+
})(ProductLinkInvitationStatus = enums.ProductLinkInvitationStatus || (enums.ProductLinkInvitationStatus = {}));
|
|
4416
4885
|
/**
|
|
4417
4886
|
* @name PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
4418
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4887
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
4419
4888
|
*/
|
|
4420
4889
|
let PromotionPlaceholderField;
|
|
4421
4890
|
(function (PromotionPlaceholderField) {
|
|
@@ -4438,7 +4907,7 @@ var enums;
|
|
|
4438
4907
|
})(PromotionPlaceholderField = enums.PromotionPlaceholderField || (enums.PromotionPlaceholderField = {}));
|
|
4439
4908
|
/**
|
|
4440
4909
|
* @name ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4441
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4910
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4442
4911
|
*/
|
|
4443
4912
|
let ReachPlanAgeRange;
|
|
4444
4913
|
(function (ReachPlanAgeRange) {
|
|
@@ -4473,7 +4942,7 @@ var enums;
|
|
|
4473
4942
|
})(ReachPlanAgeRange = enums.ReachPlanAgeRange || (enums.ReachPlanAgeRange = {}));
|
|
4474
4943
|
/**
|
|
4475
4944
|
* @name ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4476
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4945
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4477
4946
|
*/
|
|
4478
4947
|
let ReachPlanNetwork;
|
|
4479
4948
|
(function (ReachPlanNetwork) {
|
|
@@ -4483,9 +4952,23 @@ var enums;
|
|
|
4483
4952
|
ReachPlanNetwork[ReachPlanNetwork["GOOGLE_VIDEO_PARTNERS"] = 3] = "GOOGLE_VIDEO_PARTNERS";
|
|
4484
4953
|
ReachPlanNetwork[ReachPlanNetwork["YOUTUBE_AND_GOOGLE_VIDEO_PARTNERS"] = 4] = "YOUTUBE_AND_GOOGLE_VIDEO_PARTNERS";
|
|
4485
4954
|
})(ReachPlanNetwork = enums.ReachPlanNetwork || (enums.ReachPlanNetwork = {}));
|
|
4955
|
+
/**
|
|
4956
|
+
* @name ReachPlanSurfaceEnum.ReachPlanSurface
|
|
4957
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ReachPlanSurfaceEnum.ReachPlanSurface
|
|
4958
|
+
*/
|
|
4959
|
+
let ReachPlanSurface;
|
|
4960
|
+
(function (ReachPlanSurface) {
|
|
4961
|
+
ReachPlanSurface[ReachPlanSurface["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4962
|
+
ReachPlanSurface[ReachPlanSurface["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4963
|
+
ReachPlanSurface[ReachPlanSurface["IN_FEED"] = 2] = "IN_FEED";
|
|
4964
|
+
ReachPlanSurface[ReachPlanSurface["IN_STREAM_BUMPER"] = 3] = "IN_STREAM_BUMPER";
|
|
4965
|
+
ReachPlanSurface[ReachPlanSurface["IN_STREAM_NON_SKIPPABLE"] = 4] = "IN_STREAM_NON_SKIPPABLE";
|
|
4966
|
+
ReachPlanSurface[ReachPlanSurface["IN_STREAM_SKIPPABLE"] = 5] = "IN_STREAM_SKIPPABLE";
|
|
4967
|
+
ReachPlanSurface[ReachPlanSurface["SHORTS"] = 6] = "SHORTS";
|
|
4968
|
+
})(ReachPlanSurface = enums.ReachPlanSurface || (enums.ReachPlanSurface = {}));
|
|
4486
4969
|
/**
|
|
4487
4970
|
* @name RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
4488
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4971
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
4489
4972
|
*/
|
|
4490
4973
|
let RealEstatePlaceholderField;
|
|
4491
4974
|
(function (RealEstatePlaceholderField) {
|
|
@@ -4510,9 +4993,20 @@ var enums;
|
|
|
4510
4993
|
RealEstatePlaceholderField[RealEstatePlaceholderField["IOS_APP_LINK"] = 18] = "IOS_APP_LINK";
|
|
4511
4994
|
RealEstatePlaceholderField[RealEstatePlaceholderField["IOS_APP_STORE_ID"] = 19] = "IOS_APP_STORE_ID";
|
|
4512
4995
|
})(RealEstatePlaceholderField = enums.RealEstatePlaceholderField || (enums.RealEstatePlaceholderField = {}));
|
|
4996
|
+
/**
|
|
4997
|
+
* @name RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
|
|
4998
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
|
|
4999
|
+
*/
|
|
5000
|
+
let RecommendationSubscriptionStatus;
|
|
5001
|
+
(function (RecommendationSubscriptionStatus) {
|
|
5002
|
+
RecommendationSubscriptionStatus[RecommendationSubscriptionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
5003
|
+
RecommendationSubscriptionStatus[RecommendationSubscriptionStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
5004
|
+
RecommendationSubscriptionStatus[RecommendationSubscriptionStatus["ENABLED"] = 2] = "ENABLED";
|
|
5005
|
+
RecommendationSubscriptionStatus[RecommendationSubscriptionStatus["PAUSED"] = 3] = "PAUSED";
|
|
5006
|
+
})(RecommendationSubscriptionStatus = enums.RecommendationSubscriptionStatus || (enums.RecommendationSubscriptionStatus = {}));
|
|
4513
5007
|
/**
|
|
4514
5008
|
* @name ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4515
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5009
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4516
5010
|
*/
|
|
4517
5011
|
let ResourceChangeOperation;
|
|
4518
5012
|
(function (ResourceChangeOperation) {
|
|
@@ -4524,7 +5018,7 @@ var enums;
|
|
|
4524
5018
|
})(ResourceChangeOperation = enums.ResourceChangeOperation || (enums.ResourceChangeOperation = {}));
|
|
4525
5019
|
/**
|
|
4526
5020
|
* @name ResourceLimitTypeEnum.ResourceLimitType
|
|
4527
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5021
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ResourceLimitTypeEnum.ResourceLimitType
|
|
4528
5022
|
*/
|
|
4529
5023
|
let ResourceLimitType;
|
|
4530
5024
|
(function (ResourceLimitType) {
|
|
@@ -4668,10 +5162,13 @@ var enums;
|
|
|
4668
5162
|
ResourceLimitType[ResourceLimitType["ACCOUNT_LEVEL_NEGATIVE_KEYWORDS_PER_SHARED_SET"] = 178] = "ACCOUNT_LEVEL_NEGATIVE_KEYWORDS_PER_SHARED_SET";
|
|
4669
5163
|
ResourceLimitType[ResourceLimitType["ENABLED_ASSET_PER_HOTEL_PROPERTY_ASSET_SET"] = 181] = "ENABLED_ASSET_PER_HOTEL_PROPERTY_ASSET_SET";
|
|
4670
5164
|
ResourceLimitType[ResourceLimitType["ENABLED_HOTEL_PROPERTY_ASSET_LINKS_PER_ASSET_GROUP"] = 182] = "ENABLED_HOTEL_PROPERTY_ASSET_LINKS_PER_ASSET_GROUP";
|
|
5165
|
+
ResourceLimitType[ResourceLimitType["BRANDS_PER_SHARED_SET"] = 183] = "BRANDS_PER_SHARED_SET";
|
|
5166
|
+
ResourceLimitType[ResourceLimitType["ENABLED_BRAND_LIST_CRITERIA_PER_CAMPAIGN"] = 184] = "ENABLED_BRAND_LIST_CRITERIA_PER_CAMPAIGN";
|
|
5167
|
+
ResourceLimitType[ResourceLimitType["SHARED_SETS_PER_ACCOUNT_FOR_BRAND"] = 185] = "SHARED_SETS_PER_ACCOUNT_FOR_BRAND";
|
|
4671
5168
|
})(ResourceLimitType = enums.ResourceLimitType || (enums.ResourceLimitType = {}));
|
|
4672
5169
|
/**
|
|
4673
5170
|
* @name ResponseContentTypeEnum.ResponseContentType
|
|
4674
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5171
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ResponseContentTypeEnum.ResponseContentType
|
|
4675
5172
|
*/
|
|
4676
5173
|
let ResponseContentType;
|
|
4677
5174
|
(function (ResponseContentType) {
|
|
@@ -4681,7 +5178,7 @@ var enums;
|
|
|
4681
5178
|
})(ResponseContentType = enums.ResponseContentType || (enums.ResponseContentType = {}));
|
|
4682
5179
|
/**
|
|
4683
5180
|
* @name SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
4684
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5181
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
4685
5182
|
*/
|
|
4686
5183
|
let SearchTermTargetingStatus;
|
|
4687
5184
|
(function (SearchTermTargetingStatus) {
|
|
@@ -4694,7 +5191,7 @@ var enums;
|
|
|
4694
5191
|
})(SearchTermTargetingStatus = enums.SearchTermTargetingStatus || (enums.SearchTermTargetingStatus = {}));
|
|
4695
5192
|
/**
|
|
4696
5193
|
* @name SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4697
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5194
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4698
5195
|
*/
|
|
4699
5196
|
let SeasonalityEventScope;
|
|
4700
5197
|
(function (SeasonalityEventScope) {
|
|
@@ -4706,7 +5203,7 @@ var enums;
|
|
|
4706
5203
|
})(SeasonalityEventScope = enums.SeasonalityEventScope || (enums.SeasonalityEventScope = {}));
|
|
4707
5204
|
/**
|
|
4708
5205
|
* @name SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4709
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5206
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4710
5207
|
*/
|
|
4711
5208
|
let SeasonalityEventStatus;
|
|
4712
5209
|
(function (SeasonalityEventStatus) {
|
|
@@ -4717,7 +5214,7 @@ var enums;
|
|
|
4717
5214
|
})(SeasonalityEventStatus = enums.SeasonalityEventStatus || (enums.SeasonalityEventStatus = {}));
|
|
4718
5215
|
/**
|
|
4719
5216
|
* @name SharedSetStatusEnum.SharedSetStatus
|
|
4720
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5217
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SharedSetStatusEnum.SharedSetStatus
|
|
4721
5218
|
*/
|
|
4722
5219
|
let SharedSetStatus;
|
|
4723
5220
|
(function (SharedSetStatus) {
|
|
@@ -4728,7 +5225,7 @@ var enums;
|
|
|
4728
5225
|
})(SharedSetStatus = enums.SharedSetStatus || (enums.SharedSetStatus = {}));
|
|
4729
5226
|
/**
|
|
4730
5227
|
* @name SharedSetTypeEnum.SharedSetType
|
|
4731
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5228
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SharedSetTypeEnum.SharedSetType
|
|
4732
5229
|
*/
|
|
4733
5230
|
let SharedSetType;
|
|
4734
5231
|
(function (SharedSetType) {
|
|
@@ -4737,10 +5234,11 @@ var enums;
|
|
|
4737
5234
|
SharedSetType[SharedSetType["NEGATIVE_KEYWORDS"] = 2] = "NEGATIVE_KEYWORDS";
|
|
4738
5235
|
SharedSetType[SharedSetType["NEGATIVE_PLACEMENTS"] = 3] = "NEGATIVE_PLACEMENTS";
|
|
4739
5236
|
SharedSetType[SharedSetType["ACCOUNT_LEVEL_NEGATIVE_KEYWORDS"] = 4] = "ACCOUNT_LEVEL_NEGATIVE_KEYWORDS";
|
|
5237
|
+
SharedSetType[SharedSetType["BRANDS"] = 5] = "BRANDS";
|
|
4740
5238
|
})(SharedSetType = enums.SharedSetType || (enums.SharedSetType = {}));
|
|
4741
5239
|
/**
|
|
4742
5240
|
* @name ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
|
|
4743
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5241
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
|
|
4744
5242
|
*/
|
|
4745
5243
|
let ShoppingAddProductsToCampaignRecommendation;
|
|
4746
5244
|
(function (ShoppingAddProductsToCampaignRecommendation) {
|
|
@@ -4753,7 +5251,7 @@ var enums;
|
|
|
4753
5251
|
})(ShoppingAddProductsToCampaignRecommendation = enums.ShoppingAddProductsToCampaignRecommendation || (enums.ShoppingAddProductsToCampaignRecommendation = {}));
|
|
4754
5252
|
/**
|
|
4755
5253
|
* @name SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4756
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5254
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4757
5255
|
*/
|
|
4758
5256
|
let SimulationModificationMethod;
|
|
4759
5257
|
(function (SimulationModificationMethod) {
|
|
@@ -4765,7 +5263,7 @@ var enums;
|
|
|
4765
5263
|
})(SimulationModificationMethod = enums.SimulationModificationMethod || (enums.SimulationModificationMethod = {}));
|
|
4766
5264
|
/**
|
|
4767
5265
|
* @name SimulationTypeEnum.SimulationType
|
|
4768
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5266
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SimulationTypeEnum.SimulationType
|
|
4769
5267
|
*/
|
|
4770
5268
|
let SimulationType;
|
|
4771
5269
|
(function (SimulationType) {
|
|
@@ -4782,7 +5280,7 @@ var enums;
|
|
|
4782
5280
|
})(SimulationType = enums.SimulationType || (enums.SimulationType = {}));
|
|
4783
5281
|
/**
|
|
4784
5282
|
* @name SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
4785
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5283
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
4786
5284
|
*/
|
|
4787
5285
|
let SitelinkPlaceholderField;
|
|
4788
5286
|
(function (SitelinkPlaceholderField) {
|
|
@@ -4798,7 +5296,7 @@ var enums;
|
|
|
4798
5296
|
})(SitelinkPlaceholderField = enums.SitelinkPlaceholderField || (enums.SitelinkPlaceholderField = {}));
|
|
4799
5297
|
/**
|
|
4800
5298
|
* @name SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
4801
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5299
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
4802
5300
|
*/
|
|
4803
5301
|
let SmartCampaignNotEligibleReason;
|
|
4804
5302
|
(function (SmartCampaignNotEligibleReason) {
|
|
@@ -4811,7 +5309,7 @@ var enums;
|
|
|
4811
5309
|
})(SmartCampaignNotEligibleReason = enums.SmartCampaignNotEligibleReason || (enums.SmartCampaignNotEligibleReason = {}));
|
|
4812
5310
|
/**
|
|
4813
5311
|
* @name SmartCampaignStatusEnum.SmartCampaignStatus
|
|
4814
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5312
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SmartCampaignStatusEnum.SmartCampaignStatus
|
|
4815
5313
|
*/
|
|
4816
5314
|
let SmartCampaignStatus;
|
|
4817
5315
|
(function (SmartCampaignStatus) {
|
|
@@ -4826,7 +5324,7 @@ var enums;
|
|
|
4826
5324
|
})(SmartCampaignStatus = enums.SmartCampaignStatus || (enums.SmartCampaignStatus = {}));
|
|
4827
5325
|
/**
|
|
4828
5326
|
* @name SpendingLimitTypeEnum.SpendingLimitType
|
|
4829
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5327
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SpendingLimitTypeEnum.SpendingLimitType
|
|
4830
5328
|
*/
|
|
4831
5329
|
let SpendingLimitType;
|
|
4832
5330
|
(function (SpendingLimitType) {
|
|
@@ -4836,7 +5334,7 @@ var enums;
|
|
|
4836
5334
|
})(SpendingLimitType = enums.SpendingLimitType || (enums.SpendingLimitType = {}));
|
|
4837
5335
|
/**
|
|
4838
5336
|
* @name StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
4839
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5337
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
4840
5338
|
*/
|
|
4841
5339
|
let StructuredSnippetPlaceholderField;
|
|
4842
5340
|
(function (StructuredSnippetPlaceholderField) {
|
|
@@ -4847,7 +5345,7 @@ var enums;
|
|
|
4847
5345
|
})(StructuredSnippetPlaceholderField = enums.StructuredSnippetPlaceholderField || (enums.StructuredSnippetPlaceholderField = {}));
|
|
4848
5346
|
/**
|
|
4849
5347
|
* @name SummaryRowSettingEnum.SummaryRowSetting
|
|
4850
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5348
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SummaryRowSettingEnum.SummaryRowSetting
|
|
4851
5349
|
*/
|
|
4852
5350
|
let SummaryRowSetting;
|
|
4853
5351
|
(function (SummaryRowSetting) {
|
|
@@ -4859,7 +5357,7 @@ var enums;
|
|
|
4859
5357
|
})(SummaryRowSetting = enums.SummaryRowSetting || (enums.SummaryRowSetting = {}));
|
|
4860
5358
|
/**
|
|
4861
5359
|
* @name SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4862
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5360
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4863
5361
|
*/
|
|
4864
5362
|
let SystemManagedResourceSource;
|
|
4865
5363
|
(function (SystemManagedResourceSource) {
|
|
@@ -4869,7 +5367,7 @@ var enums;
|
|
|
4869
5367
|
})(SystemManagedResourceSource = enums.SystemManagedResourceSource || (enums.SystemManagedResourceSource = {}));
|
|
4870
5368
|
/**
|
|
4871
5369
|
* @name TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4872
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5370
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4873
5371
|
*/
|
|
4874
5372
|
let TargetCpaOptInRecommendationGoal;
|
|
4875
5373
|
(function (TargetCpaOptInRecommendationGoal) {
|
|
@@ -4882,7 +5380,7 @@ var enums;
|
|
|
4882
5380
|
})(TargetCpaOptInRecommendationGoal = enums.TargetCpaOptInRecommendationGoal || (enums.TargetCpaOptInRecommendationGoal = {}));
|
|
4883
5381
|
/**
|
|
4884
5382
|
* @name TimeTypeEnum.TimeType
|
|
4885
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5383
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TimeTypeEnum.TimeType
|
|
4886
5384
|
*/
|
|
4887
5385
|
let TimeType;
|
|
4888
5386
|
(function (TimeType) {
|
|
@@ -4893,7 +5391,7 @@ var enums;
|
|
|
4893
5391
|
})(TimeType = enums.TimeType || (enums.TimeType = {}));
|
|
4894
5392
|
/**
|
|
4895
5393
|
* @name TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
4896
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5394
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
4897
5395
|
*/
|
|
4898
5396
|
let TravelPlaceholderField;
|
|
4899
5397
|
(function (TravelPlaceholderField) {
|
|
@@ -4922,7 +5420,7 @@ var enums;
|
|
|
4922
5420
|
})(TravelPlaceholderField = enums.TravelPlaceholderField || (enums.TravelPlaceholderField = {}));
|
|
4923
5421
|
/**
|
|
4924
5422
|
* @name UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4925
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5423
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4926
5424
|
*/
|
|
4927
5425
|
let UserInterestTaxonomyType;
|
|
4928
5426
|
(function (UserInterestTaxonomyType) {
|
|
@@ -4936,7 +5434,7 @@ var enums;
|
|
|
4936
5434
|
})(UserInterestTaxonomyType = enums.UserInterestTaxonomyType || (enums.UserInterestTaxonomyType = {}));
|
|
4937
5435
|
/**
|
|
4938
5436
|
* @name UserListAccessStatusEnum.UserListAccessStatus
|
|
4939
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5437
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListAccessStatusEnum.UserListAccessStatus
|
|
4940
5438
|
*/
|
|
4941
5439
|
let UserListAccessStatus;
|
|
4942
5440
|
(function (UserListAccessStatus) {
|
|
@@ -4947,7 +5445,7 @@ var enums;
|
|
|
4947
5445
|
})(UserListAccessStatus = enums.UserListAccessStatus || (enums.UserListAccessStatus = {}));
|
|
4948
5446
|
/**
|
|
4949
5447
|
* @name UserListClosingReasonEnum.UserListClosingReason
|
|
4950
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5448
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListClosingReasonEnum.UserListClosingReason
|
|
4951
5449
|
*/
|
|
4952
5450
|
let UserListClosingReason;
|
|
4953
5451
|
(function (UserListClosingReason) {
|
|
@@ -4957,7 +5455,7 @@ var enums;
|
|
|
4957
5455
|
})(UserListClosingReason = enums.UserListClosingReason || (enums.UserListClosingReason = {}));
|
|
4958
5456
|
/**
|
|
4959
5457
|
* @name UserListMembershipStatusEnum.UserListMembershipStatus
|
|
4960
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5458
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListMembershipStatusEnum.UserListMembershipStatus
|
|
4961
5459
|
*/
|
|
4962
5460
|
let UserListMembershipStatus;
|
|
4963
5461
|
(function (UserListMembershipStatus) {
|
|
@@ -4968,7 +5466,7 @@ var enums;
|
|
|
4968
5466
|
})(UserListMembershipStatus = enums.UserListMembershipStatus || (enums.UserListMembershipStatus = {}));
|
|
4969
5467
|
/**
|
|
4970
5468
|
* @name UserListSizeRangeEnum.UserListSizeRange
|
|
4971
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5469
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListSizeRangeEnum.UserListSizeRange
|
|
4972
5470
|
*/
|
|
4973
5471
|
let UserListSizeRange;
|
|
4974
5472
|
(function (UserListSizeRange) {
|
|
@@ -4993,7 +5491,7 @@ var enums;
|
|
|
4993
5491
|
})(UserListSizeRange = enums.UserListSizeRange || (enums.UserListSizeRange = {}));
|
|
4994
5492
|
/**
|
|
4995
5493
|
* @name UserListTypeEnum.UserListType
|
|
4996
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5494
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/UserListTypeEnum.UserListType
|
|
4997
5495
|
*/
|
|
4998
5496
|
let UserListType;
|
|
4999
5497
|
(function (UserListType) {
|
|
@@ -5005,10 +5503,11 @@ var enums;
|
|
|
5005
5503
|
UserListType[UserListType["RULE_BASED"] = 5] = "RULE_BASED";
|
|
5006
5504
|
UserListType[UserListType["SIMILAR"] = 6] = "SIMILAR";
|
|
5007
5505
|
UserListType[UserListType["CRM_BASED"] = 7] = "CRM_BASED";
|
|
5506
|
+
UserListType[UserListType["LOOKALIKE"] = 9] = "LOOKALIKE";
|
|
5008
5507
|
})(UserListType = enums.UserListType || (enums.UserListType = {}));
|
|
5009
5508
|
/**
|
|
5010
5509
|
* @name ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
5011
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5510
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
5012
5511
|
*/
|
|
5013
5512
|
let ValueRuleDeviceType;
|
|
5014
5513
|
(function (ValueRuleDeviceType) {
|
|
@@ -5020,7 +5519,7 @@ var enums;
|
|
|
5020
5519
|
})(ValueRuleDeviceType = enums.ValueRuleDeviceType || (enums.ValueRuleDeviceType = {}));
|
|
5021
5520
|
/**
|
|
5022
5521
|
* @name ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
5023
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5522
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
5024
5523
|
*/
|
|
5025
5524
|
let ValueRuleGeoLocationMatchType;
|
|
5026
5525
|
(function (ValueRuleGeoLocationMatchType) {
|
|
@@ -5031,7 +5530,7 @@ var enums;
|
|
|
5031
5530
|
})(ValueRuleGeoLocationMatchType = enums.ValueRuleGeoLocationMatchType || (enums.ValueRuleGeoLocationMatchType = {}));
|
|
5032
5531
|
/**
|
|
5033
5532
|
* @name ValueRuleOperationEnum.ValueRuleOperation
|
|
5034
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5533
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ValueRuleOperationEnum.ValueRuleOperation
|
|
5035
5534
|
*/
|
|
5036
5535
|
let ValueRuleOperation;
|
|
5037
5536
|
(function (ValueRuleOperation) {
|
|
@@ -5043,7 +5542,7 @@ var enums;
|
|
|
5043
5542
|
})(ValueRuleOperation = enums.ValueRuleOperation || (enums.ValueRuleOperation = {}));
|
|
5044
5543
|
/**
|
|
5045
5544
|
* @name ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
5046
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5545
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
5047
5546
|
*/
|
|
5048
5547
|
let ValueRuleSetAttachmentType;
|
|
5049
5548
|
(function (ValueRuleSetAttachmentType) {
|
|
@@ -5054,7 +5553,7 @@ var enums;
|
|
|
5054
5553
|
})(ValueRuleSetAttachmentType = enums.ValueRuleSetAttachmentType || (enums.ValueRuleSetAttachmentType = {}));
|
|
5055
5554
|
/**
|
|
5056
5555
|
* @name ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
5057
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5556
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
5058
5557
|
*/
|
|
5059
5558
|
let ValueRuleSetDimension;
|
|
5060
5559
|
(function (ValueRuleSetDimension) {
|
|
@@ -5067,7 +5566,7 @@ var enums;
|
|
|
5067
5566
|
})(ValueRuleSetDimension = enums.ValueRuleSetDimension || (enums.ValueRuleSetDimension = {}));
|
|
5068
5567
|
/**
|
|
5069
5568
|
* @name VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
5070
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5569
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
5071
5570
|
*/
|
|
5072
5571
|
let VanityPharmaDisplayUrlMode;
|
|
5073
5572
|
(function (VanityPharmaDisplayUrlMode) {
|
|
@@ -5078,7 +5577,7 @@ var enums;
|
|
|
5078
5577
|
})(VanityPharmaDisplayUrlMode = enums.VanityPharmaDisplayUrlMode || (enums.VanityPharmaDisplayUrlMode = {}));
|
|
5079
5578
|
/**
|
|
5080
5579
|
* @name VanityPharmaTextEnum.VanityPharmaText
|
|
5081
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
5580
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v16/VanityPharmaTextEnum.VanityPharmaText
|
|
5082
5581
|
*/
|
|
5083
5582
|
let VanityPharmaText;
|
|
5084
5583
|
(function (VanityPharmaText) {
|