google-ads-api 24.1.0 → 25.1.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/README.md +9 -1
  2. package/build/{src → cjs}/client.d.ts +6 -4
  3. package/build/{src → cjs}/client.js +4 -4
  4. package/build/{src → cjs}/customer.d.ts +5 -5
  5. package/build/{src → cjs}/customer.js +24 -20
  6. package/build/{src → cjs}/hooks.d.ts +2 -2
  7. package/build/cjs/index.d.ts +9 -0
  8. package/build/{src → cjs}/index.js +22 -20
  9. package/build/{src → cjs}/parser.d.ts +2 -2
  10. package/build/{src → cjs}/parser.js +5 -5
  11. package/build/{src → cjs}/parserRest.js +7 -7
  12. package/build/{src → cjs}/protos/autogen/enums.d.ts +932 -433
  13. package/build/{src → cjs}/protos/autogen/enums.js +949 -430
  14. package/build/cjs/protos/autogen/fields.d.ts +1191 -0
  15. package/build/cjs/protos/autogen/fields.js +681 -0
  16. package/build/{src → cjs}/protos/autogen/resourceNames.d.ts +74 -15
  17. package/build/{src → cjs}/protos/autogen/resourceNames.js +90 -19
  18. package/build/{src → cjs}/protos/autogen/serviceFactory.d.ts +206 -215
  19. package/build/{src → cjs}/protos/autogen/serviceFactory.js +321 -392
  20. package/build/cjs/protos/index.d.ts +14 -0
  21. package/build/{src → cjs}/protos/index.js +12 -12
  22. package/build/{src → cjs}/query.d.ts +2 -2
  23. package/build/{src → cjs}/query.js +5 -5
  24. package/build/{src → cjs}/service.d.ts +5 -5
  25. package/build/cjs/service.js +263 -0
  26. package/build/{src → cjs}/types.d.ts +1 -1
  27. package/build/{src → cjs}/utils.d.ts +1 -1
  28. package/build/{src → cjs}/utils.js +2 -2
  29. package/build/cjs/version.d.ts +1 -0
  30. package/build/{src → cjs}/version.js +1 -1
  31. package/build/esm/client.d.ts +19 -0
  32. package/build/esm/client.js +40 -0
  33. package/build/esm/customer.d.ts +71 -0
  34. package/build/esm/customer.js +502 -0
  35. package/build/esm/hooks.d.ts +160 -0
  36. package/build/esm/hooks.js +1 -0
  37. package/build/esm/index.d.ts +9 -0
  38. package/build/esm/index.js +10 -0
  39. package/build/esm/package.json +1 -0
  40. package/build/esm/parser.d.ts +21 -0
  41. package/build/esm/parser.js +113 -0
  42. package/build/esm/parserRest.d.ts +1 -0
  43. package/build/esm/parserRest.js +112 -0
  44. package/build/esm/protos/autogen/enums.d.ts +6002 -0
  45. package/build/esm/protos/autogen/enums.js +6401 -0
  46. package/build/esm/protos/autogen/fields.d.ts +1191 -0
  47. package/build/esm/protos/autogen/fields.js +678 -0
  48. package/build/esm/protos/autogen/resourceNames.d.ts +1668 -0
  49. package/build/esm/protos/autogen/resourceNames.js +1859 -0
  50. package/build/esm/protos/autogen/serviceFactory.d.ts +1825 -0
  51. package/build/esm/protos/autogen/serviceFactory.js +18795 -0
  52. package/build/esm/protos/index.d.ts +14 -0
  53. package/build/esm/protos/index.js +19 -0
  54. package/build/esm/query.d.ts +62 -0
  55. package/build/esm/query.js +304 -0
  56. package/build/esm/service.d.ts +47 -0
  57. package/build/{src → esm}/service.js +42 -41
  58. package/build/esm/types.d.ts +75 -0
  59. package/build/esm/types.js +14 -0
  60. package/build/esm/utils.d.ts +49 -0
  61. package/build/esm/utils.js +108 -0
  62. package/build/esm/version.d.ts +1 -0
  63. package/build/esm/version.js +1 -0
  64. package/package.json +54 -13
  65. package/build/src/index.d.ts +0 -8
  66. package/build/src/protos/autogen/fields.d.ts +0 -1122
  67. package/build/src/protos/autogen/fields.js +0 -644
  68. package/build/src/protos/index.d.ts +0 -14
  69. package/build/src/testUtils.d.ts +0 -107
  70. package/build/src/testUtils.js +0 -333
  71. package/build/src/version.d.ts +0 -1
  72. /package/build/{src → cjs}/hooks.js +0 -0
  73. /package/build/{src → cjs}/parserRest.d.ts +0 -0
  74. /package/build/{src → cjs}/types.js +0 -0
@@ -7,7 +7,7 @@ var enums;
7
7
  (function (enums) {
8
8
  /**
9
9
  * @name ReservationRequestTypeEnum.ReservationRequestType
10
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ReservationRequestTypeEnum.ReservationRequestType
10
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ReservationRequestTypeEnum.ReservationRequestType
11
11
  */
12
12
  let ReservationRequestType;
13
13
  (function (ReservationRequestType) {
@@ -18,7 +18,7 @@ var enums;
18
18
  })(ReservationRequestType = enums.ReservationRequestType || (enums.ReservationRequestType = {}));
19
19
  /**
20
20
  * @name PreviewTypeEnum.PreviewType
21
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PreviewTypeEnum.PreviewType
21
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PreviewTypeEnum.PreviewType
22
22
  */
23
23
  let PreviewType;
24
24
  (function (PreviewType) {
@@ -29,7 +29,7 @@ var enums;
29
29
  })(PreviewType = enums.PreviewType || (enums.PreviewType = {}));
30
30
  /**
31
31
  * @name PolicyTopicEntryTypeEnum.PolicyTopicEntryType
32
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PolicyTopicEntryTypeEnum.PolicyTopicEntryType
32
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PolicyTopicEntryTypeEnum.PolicyTopicEntryType
33
33
  */
34
34
  let PolicyTopicEntryType;
35
35
  (function (PolicyTopicEntryType) {
@@ -44,7 +44,7 @@ var enums;
44
44
  })(PolicyTopicEntryType = enums.PolicyTopicEntryType || (enums.PolicyTopicEntryType = {}));
45
45
  /**
46
46
  * @name PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
47
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
47
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
48
48
  */
49
49
  let PolicyTopicEvidenceDestinationMismatchUrlType;
50
50
  (function (PolicyTopicEvidenceDestinationMismatchUrlType) {
@@ -58,7 +58,7 @@ var enums;
58
58
  })(PolicyTopicEvidenceDestinationMismatchUrlType = enums.PolicyTopicEvidenceDestinationMismatchUrlType || (enums.PolicyTopicEvidenceDestinationMismatchUrlType = {}));
59
59
  /**
60
60
  * @name PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
61
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
61
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
62
62
  */
63
63
  let PolicyTopicEvidenceDestinationNotWorkingDevice;
64
64
  (function (PolicyTopicEvidenceDestinationNotWorkingDevice) {
@@ -70,7 +70,7 @@ var enums;
70
70
  })(PolicyTopicEvidenceDestinationNotWorkingDevice = enums.PolicyTopicEvidenceDestinationNotWorkingDevice || (enums.PolicyTopicEvidenceDestinationNotWorkingDevice = {}));
71
71
  /**
72
72
  * @name PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
73
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
73
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
74
74
  */
75
75
  let PolicyTopicEvidenceDestinationNotWorkingDnsErrorType;
76
76
  (function (PolicyTopicEvidenceDestinationNotWorkingDnsErrorType) {
@@ -81,7 +81,7 @@ var enums;
81
81
  })(PolicyTopicEvidenceDestinationNotWorkingDnsErrorType = enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType || (enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType = {}));
82
82
  /**
83
83
  * @name AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus
84
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus
84
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus
85
85
  */
86
86
  let AssetLinkPrimaryStatus;
87
87
  (function (AssetLinkPrimaryStatus) {
@@ -96,7 +96,7 @@ var enums;
96
96
  })(AssetLinkPrimaryStatus = enums.AssetLinkPrimaryStatus || (enums.AssetLinkPrimaryStatus = {}));
97
97
  /**
98
98
  * @name AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason
99
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason
99
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason
100
100
  */
101
101
  let AssetLinkPrimaryStatusReason;
102
102
  (function (AssetLinkPrimaryStatusReason) {
@@ -110,7 +110,7 @@ var enums;
110
110
  })(AssetLinkPrimaryStatusReason = enums.AssetLinkPrimaryStatusReason || (enums.AssetLinkPrimaryStatusReason = {}));
111
111
  /**
112
112
  * @name AssetOfflineEvaluationErrorReasonsEnum.AssetOfflineEvaluationErrorReasons
113
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetOfflineEvaluationErrorReasonsEnum.AssetOfflineEvaluationErrorReasons
113
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetOfflineEvaluationErrorReasonsEnum.AssetOfflineEvaluationErrorReasons
114
114
  */
115
115
  let AssetOfflineEvaluationErrorReasons;
116
116
  (function (AssetOfflineEvaluationErrorReasons) {
@@ -126,7 +126,7 @@ var enums;
126
126
  })(AssetOfflineEvaluationErrorReasons = enums.AssetOfflineEvaluationErrorReasons || (enums.AssetOfflineEvaluationErrorReasons = {}));
127
127
  /**
128
128
  * @name PolicyApprovalStatusEnum.PolicyApprovalStatus
129
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PolicyApprovalStatusEnum.PolicyApprovalStatus
129
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PolicyApprovalStatusEnum.PolicyApprovalStatus
130
130
  */
131
131
  let PolicyApprovalStatus;
132
132
  (function (PolicyApprovalStatus) {
@@ -139,7 +139,7 @@ var enums;
139
139
  })(PolicyApprovalStatus = enums.PolicyApprovalStatus || (enums.PolicyApprovalStatus = {}));
140
140
  /**
141
141
  * @name PolicyReviewStatusEnum.PolicyReviewStatus
142
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PolicyReviewStatusEnum.PolicyReviewStatus
142
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PolicyReviewStatusEnum.PolicyReviewStatus
143
143
  */
144
144
  let PolicyReviewStatus;
145
145
  (function (PolicyReviewStatus) {
@@ -152,7 +152,7 @@ var enums;
152
152
  })(PolicyReviewStatus = enums.PolicyReviewStatus || (enums.PolicyReviewStatus = {}));
153
153
  /**
154
154
  * @name AssetPerformanceLabelEnum.AssetPerformanceLabel
155
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetPerformanceLabelEnum.AssetPerformanceLabel
155
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetPerformanceLabelEnum.AssetPerformanceLabel
156
156
  */
157
157
  let AssetPerformanceLabel;
158
158
  (function (AssetPerformanceLabel) {
@@ -167,7 +167,7 @@ var enums;
167
167
  })(AssetPerformanceLabel = enums.AssetPerformanceLabel || (enums.AssetPerformanceLabel = {}));
168
168
  /**
169
169
  * @name ServedAssetFieldTypeEnum.ServedAssetFieldType
170
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ServedAssetFieldTypeEnum.ServedAssetFieldType
170
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ServedAssetFieldTypeEnum.ServedAssetFieldType
171
171
  */
172
172
  let ServedAssetFieldType;
173
173
  (function (ServedAssetFieldType) {
@@ -208,10 +208,11 @@ var enums;
208
208
  ServedAssetFieldType[ServedAssetFieldType["HEADLINE_AS_SITELINK_POSITION_TWO"] = 40] = "HEADLINE_AS_SITELINK_POSITION_TWO";
209
209
  ServedAssetFieldType[ServedAssetFieldType["DESCRIPTION_LINE_HEADLINE_AS_SITELINK_POSITION_ONE"] = 41] = "DESCRIPTION_LINE_HEADLINE_AS_SITELINK_POSITION_ONE";
210
210
  ServedAssetFieldType[ServedAssetFieldType["DESCRIPTION_LINE_HEADLINE_AS_SITELINK_POSITION_TWO"] = 42] = "DESCRIPTION_LINE_HEADLINE_AS_SITELINK_POSITION_TWO";
211
+ ServedAssetFieldType[ServedAssetFieldType["TEXT_DISCLAIMER"] = 43] = "TEXT_DISCLAIMER";
211
212
  })(ServedAssetFieldType = enums.ServedAssetFieldType || (enums.ServedAssetFieldType = {}));
212
213
  /**
213
214
  * @name DisplayAdFormatSettingEnum.DisplayAdFormatSetting
214
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/DisplayAdFormatSettingEnum.DisplayAdFormatSetting
215
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/DisplayAdFormatSettingEnum.DisplayAdFormatSetting
215
216
  */
216
217
  let DisplayAdFormatSetting;
217
218
  (function (DisplayAdFormatSetting) {
@@ -223,7 +224,7 @@ var enums;
223
224
  })(DisplayAdFormatSetting = enums.DisplayAdFormatSetting || (enums.DisplayAdFormatSetting = {}));
224
225
  /**
225
226
  * @name DisplayUploadProductTypeEnum.DisplayUploadProductType
226
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/DisplayUploadProductTypeEnum.DisplayUploadProductType
227
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/DisplayUploadProductTypeEnum.DisplayUploadProductType
227
228
  */
228
229
  let DisplayUploadProductType;
229
230
  (function (DisplayUploadProductType) {
@@ -242,7 +243,7 @@ var enums;
242
243
  })(DisplayUploadProductType = enums.DisplayUploadProductType || (enums.DisplayUploadProductType = {}));
243
244
  /**
244
245
  * @name LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
245
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
246
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
246
247
  */
247
248
  let LegacyAppInstallAdAppStore;
248
249
  (function (LegacyAppInstallAdAppStore) {
@@ -256,7 +257,7 @@ var enums;
256
257
  })(LegacyAppInstallAdAppStore = enums.LegacyAppInstallAdAppStore || (enums.LegacyAppInstallAdAppStore = {}));
257
258
  /**
258
259
  * @name MimeTypeEnum.MimeType
259
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/MimeTypeEnum.MimeType
260
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/MimeTypeEnum.MimeType
260
261
  */
261
262
  let MimeType;
262
263
  (function (MimeType) {
@@ -277,7 +278,7 @@ var enums;
277
278
  })(MimeType = enums.MimeType || (enums.MimeType = {}));
278
279
  /**
279
280
  * @name VideoThumbnailEnum.VideoThumbnail
280
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/VideoThumbnailEnum.VideoThumbnail
281
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/VideoThumbnailEnum.VideoThumbnail
281
282
  */
282
283
  let VideoThumbnail;
283
284
  (function (VideoThumbnail) {
@@ -290,7 +291,7 @@ var enums;
290
291
  })(VideoThumbnail = enums.VideoThumbnail || (enums.VideoThumbnail = {}));
291
292
  /**
292
293
  * @name ApplicationInstanceEnum.ApplicationInstance
293
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ApplicationInstanceEnum.ApplicationInstance
294
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ApplicationInstanceEnum.ApplicationInstance
294
295
  */
295
296
  let ApplicationInstance;
296
297
  (function (ApplicationInstance) {
@@ -301,7 +302,7 @@ var enums;
301
302
  })(ApplicationInstance = enums.ApplicationInstance || (enums.ApplicationInstance = {}));
302
303
  /**
303
304
  * @name ChainRelationshipTypeEnum.ChainRelationshipType
304
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ChainRelationshipTypeEnum.ChainRelationshipType
305
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ChainRelationshipTypeEnum.ChainRelationshipType
305
306
  */
306
307
  let ChainRelationshipType;
307
308
  (function (ChainRelationshipType) {
@@ -312,7 +313,7 @@ var enums;
312
313
  })(ChainRelationshipType = enums.ChainRelationshipType || (enums.ChainRelationshipType = {}));
313
314
  /**
314
315
  * @name LocationOwnershipTypeEnum.LocationOwnershipType
315
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocationOwnershipTypeEnum.LocationOwnershipType
316
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocationOwnershipTypeEnum.LocationOwnershipType
316
317
  */
317
318
  let LocationOwnershipType;
318
319
  (function (LocationOwnershipType) {
@@ -323,7 +324,7 @@ var enums;
323
324
  })(LocationOwnershipType = enums.LocationOwnershipType || (enums.LocationOwnershipType = {}));
324
325
  /**
325
326
  * @name LocationStringFilterTypeEnum.LocationStringFilterType
326
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocationStringFilterTypeEnum.LocationStringFilterType
327
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocationStringFilterTypeEnum.LocationStringFilterType
327
328
  */
328
329
  let LocationStringFilterType;
329
330
  (function (LocationStringFilterType) {
@@ -333,7 +334,7 @@ var enums;
333
334
  })(LocationStringFilterType = enums.LocationStringFilterType || (enums.LocationStringFilterType = {}));
334
335
  /**
335
336
  * @name AgeRangeTypeEnum.AgeRangeType
336
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AgeRangeTypeEnum.AgeRangeType
337
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AgeRangeTypeEnum.AgeRangeType
337
338
  */
338
339
  let AgeRangeType;
339
340
  (function (AgeRangeType) {
@@ -349,7 +350,7 @@ var enums;
349
350
  })(AgeRangeType = enums.AgeRangeType || (enums.AgeRangeType = {}));
350
351
  /**
351
352
  * @name AppPaymentModelTypeEnum.AppPaymentModelType
352
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AppPaymentModelTypeEnum.AppPaymentModelType
353
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AppPaymentModelTypeEnum.AppPaymentModelType
353
354
  */
354
355
  let AppPaymentModelType;
355
356
  (function (AppPaymentModelType) {
@@ -359,7 +360,7 @@ var enums;
359
360
  })(AppPaymentModelType = enums.AppPaymentModelType || (enums.AppPaymentModelType = {}));
360
361
  /**
361
362
  * @name BrandRequestRejectionReasonEnum.BrandRequestRejectionReason
362
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BrandRequestRejectionReasonEnum.BrandRequestRejectionReason
363
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BrandRequestRejectionReasonEnum.BrandRequestRejectionReason
363
364
  */
364
365
  let BrandRequestRejectionReason;
365
366
  (function (BrandRequestRejectionReason) {
@@ -372,7 +373,7 @@ var enums;
372
373
  })(BrandRequestRejectionReason = enums.BrandRequestRejectionReason || (enums.BrandRequestRejectionReason = {}));
373
374
  /**
374
375
  * @name BrandStateEnum.BrandState
375
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BrandStateEnum.BrandState
376
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BrandStateEnum.BrandState
376
377
  */
377
378
  let BrandState;
378
379
  (function (BrandState) {
@@ -387,7 +388,7 @@ var enums;
387
388
  })(BrandState = enums.BrandState || (enums.BrandState = {}));
388
389
  /**
389
390
  * @name ContentLabelTypeEnum.ContentLabelType
390
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ContentLabelTypeEnum.ContentLabelType
391
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ContentLabelTypeEnum.ContentLabelType
391
392
  */
392
393
  let ContentLabelType;
393
394
  (function (ContentLabelType) {
@@ -421,7 +422,7 @@ var enums;
421
422
  })(ContentLabelType = enums.ContentLabelType || (enums.ContentLabelType = {}));
422
423
  /**
423
424
  * @name DayOfWeekEnum.DayOfWeek
424
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/DayOfWeekEnum.DayOfWeek
425
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/DayOfWeekEnum.DayOfWeek
425
426
  */
426
427
  let DayOfWeek;
427
428
  (function (DayOfWeek) {
@@ -437,7 +438,7 @@ var enums;
437
438
  })(DayOfWeek = enums.DayOfWeek || (enums.DayOfWeek = {}));
438
439
  /**
439
440
  * @name DeviceEnum.Device
440
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/DeviceEnum.Device
441
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/DeviceEnum.Device
441
442
  */
442
443
  let Device;
443
444
  (function (Device) {
@@ -451,7 +452,7 @@ var enums;
451
452
  })(Device = enums.Device || (enums.Device = {}));
452
453
  /**
453
454
  * @name GenderTypeEnum.GenderType
454
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/GenderTypeEnum.GenderType
455
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/GenderTypeEnum.GenderType
455
456
  */
456
457
  let GenderType;
457
458
  (function (GenderType) {
@@ -463,7 +464,7 @@ var enums;
463
464
  })(GenderType = enums.GenderType || (enums.GenderType = {}));
464
465
  /**
465
466
  * @name HotelDateSelectionTypeEnum.HotelDateSelectionType
466
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/HotelDateSelectionTypeEnum.HotelDateSelectionType
467
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/HotelDateSelectionTypeEnum.HotelDateSelectionType
467
468
  */
468
469
  let HotelDateSelectionType;
469
470
  (function (HotelDateSelectionType) {
@@ -474,7 +475,7 @@ var enums;
474
475
  })(HotelDateSelectionType = enums.HotelDateSelectionType || (enums.HotelDateSelectionType = {}));
475
476
  /**
476
477
  * @name IncomeRangeTypeEnum.IncomeRangeType
477
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/IncomeRangeTypeEnum.IncomeRangeType
478
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/IncomeRangeTypeEnum.IncomeRangeType
478
479
  */
479
480
  let IncomeRangeType;
480
481
  (function (IncomeRangeType) {
@@ -490,7 +491,7 @@ var enums;
490
491
  })(IncomeRangeType = enums.IncomeRangeType || (enums.IncomeRangeType = {}));
491
492
  /**
492
493
  * @name InteractionTypeEnum.InteractionType
493
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/InteractionTypeEnum.InteractionType
494
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/InteractionTypeEnum.InteractionType
494
495
  */
495
496
  let InteractionType;
496
497
  (function (InteractionType) {
@@ -500,7 +501,7 @@ var enums;
500
501
  })(InteractionType = enums.InteractionType || (enums.InteractionType = {}));
501
502
  /**
502
503
  * @name KeywordMatchTypeEnum.KeywordMatchType
503
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/KeywordMatchTypeEnum.KeywordMatchType
504
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/KeywordMatchTypeEnum.KeywordMatchType
504
505
  */
505
506
  let KeywordMatchType;
506
507
  (function (KeywordMatchType) {
@@ -512,7 +513,7 @@ var enums;
512
513
  })(KeywordMatchType = enums.KeywordMatchType || (enums.KeywordMatchType = {}));
513
514
  /**
514
515
  * @name ListingGroupTypeEnum.ListingGroupType
515
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ListingGroupTypeEnum.ListingGroupType
516
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ListingGroupTypeEnum.ListingGroupType
516
517
  */
517
518
  let ListingGroupType;
518
519
  (function (ListingGroupType) {
@@ -523,7 +524,7 @@ var enums;
523
524
  })(ListingGroupType = enums.ListingGroupType || (enums.ListingGroupType = {}));
524
525
  /**
525
526
  * @name LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
526
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
527
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
527
528
  */
528
529
  let LocationGroupRadiusUnits;
529
530
  (function (LocationGroupRadiusUnits) {
@@ -535,7 +536,7 @@ var enums;
535
536
  })(LocationGroupRadiusUnits = enums.LocationGroupRadiusUnits || (enums.LocationGroupRadiusUnits = {}));
536
537
  /**
537
538
  * @name MinuteOfHourEnum.MinuteOfHour
538
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/MinuteOfHourEnum.MinuteOfHour
539
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/MinuteOfHourEnum.MinuteOfHour
539
540
  */
540
541
  let MinuteOfHour;
541
542
  (function (MinuteOfHour) {
@@ -548,7 +549,7 @@ var enums;
548
549
  })(MinuteOfHour = enums.MinuteOfHour || (enums.MinuteOfHour = {}));
549
550
  /**
550
551
  * @name ParentalStatusTypeEnum.ParentalStatusType
551
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ParentalStatusTypeEnum.ParentalStatusType
552
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ParentalStatusTypeEnum.ParentalStatusType
552
553
  */
553
554
  let ParentalStatusType;
554
555
  (function (ParentalStatusType) {
@@ -560,7 +561,7 @@ var enums;
560
561
  })(ParentalStatusType = enums.ParentalStatusType || (enums.ParentalStatusType = {}));
561
562
  /**
562
563
  * @name ProductCategoryLevelEnum.ProductCategoryLevel
563
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ProductCategoryLevelEnum.ProductCategoryLevel
564
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ProductCategoryLevelEnum.ProductCategoryLevel
564
565
  */
565
566
  let ProductCategoryLevel;
566
567
  (function (ProductCategoryLevel) {
@@ -574,7 +575,7 @@ var enums;
574
575
  })(ProductCategoryLevel = enums.ProductCategoryLevel || (enums.ProductCategoryLevel = {}));
575
576
  /**
576
577
  * @name ProductChannelEnum.ProductChannel
577
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ProductChannelEnum.ProductChannel
578
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ProductChannelEnum.ProductChannel
578
579
  */
579
580
  let ProductChannel;
580
581
  (function (ProductChannel) {
@@ -585,7 +586,7 @@ var enums;
585
586
  })(ProductChannel = enums.ProductChannel || (enums.ProductChannel = {}));
586
587
  /**
587
588
  * @name ProductChannelExclusivityEnum.ProductChannelExclusivity
588
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ProductChannelExclusivityEnum.ProductChannelExclusivity
589
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ProductChannelExclusivityEnum.ProductChannelExclusivity
589
590
  */
590
591
  let ProductChannelExclusivity;
591
592
  (function (ProductChannelExclusivity) {
@@ -596,7 +597,7 @@ var enums;
596
597
  })(ProductChannelExclusivity = enums.ProductChannelExclusivity || (enums.ProductChannelExclusivity = {}));
597
598
  /**
598
599
  * @name ProductConditionEnum.ProductCondition
599
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ProductConditionEnum.ProductCondition
600
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ProductConditionEnum.ProductCondition
600
601
  */
601
602
  let ProductCondition;
602
603
  (function (ProductCondition) {
@@ -608,7 +609,7 @@ var enums;
608
609
  })(ProductCondition = enums.ProductCondition || (enums.ProductCondition = {}));
609
610
  /**
610
611
  * @name ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
611
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
612
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
612
613
  */
613
614
  let ProductCustomAttributeIndex;
614
615
  (function (ProductCustomAttributeIndex) {
@@ -622,7 +623,7 @@ var enums;
622
623
  })(ProductCustomAttributeIndex = enums.ProductCustomAttributeIndex || (enums.ProductCustomAttributeIndex = {}));
623
624
  /**
624
625
  * @name ProductTypeLevelEnum.ProductTypeLevel
625
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ProductTypeLevelEnum.ProductTypeLevel
626
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ProductTypeLevelEnum.ProductTypeLevel
626
627
  */
627
628
  let ProductTypeLevel;
628
629
  (function (ProductTypeLevel) {
@@ -636,7 +637,7 @@ var enums;
636
637
  })(ProductTypeLevel = enums.ProductTypeLevel || (enums.ProductTypeLevel = {}));
637
638
  /**
638
639
  * @name ProximityRadiusUnitsEnum.ProximityRadiusUnits
639
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ProximityRadiusUnitsEnum.ProximityRadiusUnits
640
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ProximityRadiusUnitsEnum.ProximityRadiusUnits
640
641
  */
641
642
  let ProximityRadiusUnits;
642
643
  (function (ProximityRadiusUnits) {
@@ -647,7 +648,7 @@ var enums;
647
648
  })(ProximityRadiusUnits = enums.ProximityRadiusUnits || (enums.ProximityRadiusUnits = {}));
648
649
  /**
649
650
  * @name WebpageConditionOperandEnum.WebpageConditionOperand
650
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/WebpageConditionOperandEnum.WebpageConditionOperand
651
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/WebpageConditionOperandEnum.WebpageConditionOperand
651
652
  */
652
653
  let WebpageConditionOperand;
653
654
  (function (WebpageConditionOperand) {
@@ -661,7 +662,7 @@ var enums;
661
662
  })(WebpageConditionOperand = enums.WebpageConditionOperand || (enums.WebpageConditionOperand = {}));
662
663
  /**
663
664
  * @name WebpageConditionOperatorEnum.WebpageConditionOperator
664
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/WebpageConditionOperatorEnum.WebpageConditionOperator
665
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/WebpageConditionOperatorEnum.WebpageConditionOperator
665
666
  */
666
667
  let WebpageConditionOperator;
667
668
  (function (WebpageConditionOperator) {
@@ -672,7 +673,7 @@ var enums;
672
673
  })(WebpageConditionOperator = enums.WebpageConditionOperator || (enums.WebpageConditionOperator = {}));
673
674
  /**
674
675
  * @name BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType
675
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType
676
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType
676
677
  */
677
678
  let BusinessMessageCallToActionType;
678
679
  (function (BusinessMessageCallToActionType) {
@@ -689,7 +690,7 @@ var enums;
689
690
  })(BusinessMessageCallToActionType = enums.BusinessMessageCallToActionType || (enums.BusinessMessageCallToActionType = {}));
690
691
  /**
691
692
  * @name BusinessMessageProviderEnum.BusinessMessageProvider
692
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BusinessMessageProviderEnum.BusinessMessageProvider
693
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BusinessMessageProviderEnum.BusinessMessageProvider
693
694
  */
694
695
  let BusinessMessageProvider;
695
696
  (function (BusinessMessageProvider) {
@@ -701,7 +702,7 @@ var enums;
701
702
  })(BusinessMessageProvider = enums.BusinessMessageProvider || (enums.BusinessMessageProvider = {}));
702
703
  /**
703
704
  * @name CallConversionReportingStateEnum.CallConversionReportingState
704
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CallConversionReportingStateEnum.CallConversionReportingState
705
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CallConversionReportingStateEnum.CallConversionReportingState
705
706
  */
706
707
  let CallConversionReportingState;
707
708
  (function (CallConversionReportingState) {
@@ -713,7 +714,7 @@ var enums;
713
714
  })(CallConversionReportingState = enums.CallConversionReportingState || (enums.CallConversionReportingState = {}));
714
715
  /**
715
716
  * @name CallToActionTypeEnum.CallToActionType
716
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CallToActionTypeEnum.CallToActionType
717
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CallToActionTypeEnum.CallToActionType
717
718
  */
718
719
  let CallToActionType;
719
720
  (function (CallToActionType) {
@@ -739,7 +740,7 @@ var enums;
739
740
  })(CallToActionType = enums.CallToActionType || (enums.CallToActionType = {}));
740
741
  /**
741
742
  * @name LeadFormCallToActionTypeEnum.LeadFormCallToActionType
742
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LeadFormCallToActionTypeEnum.LeadFormCallToActionType
743
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LeadFormCallToActionTypeEnum.LeadFormCallToActionType
743
744
  */
744
745
  let LeadFormCallToActionType;
745
746
  (function (LeadFormCallToActionType) {
@@ -762,7 +763,7 @@ var enums;
762
763
  })(LeadFormCallToActionType = enums.LeadFormCallToActionType || (enums.LeadFormCallToActionType = {}));
763
764
  /**
764
765
  * @name LeadFormDesiredIntentEnum.LeadFormDesiredIntent
765
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LeadFormDesiredIntentEnum.LeadFormDesiredIntent
766
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LeadFormDesiredIntentEnum.LeadFormDesiredIntent
766
767
  */
767
768
  let LeadFormDesiredIntent;
768
769
  (function (LeadFormDesiredIntent) {
@@ -773,7 +774,7 @@ var enums;
773
774
  })(LeadFormDesiredIntent = enums.LeadFormDesiredIntent || (enums.LeadFormDesiredIntent = {}));
774
775
  /**
775
776
  * @name LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
776
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
777
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
777
778
  */
778
779
  let LeadFormFieldUserInputType;
779
780
  (function (LeadFormFieldUserInputType) {
@@ -898,7 +899,7 @@ var enums;
898
899
  })(LeadFormFieldUserInputType = enums.LeadFormFieldUserInputType || (enums.LeadFormFieldUserInputType = {}));
899
900
  /**
900
901
  * @name LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
901
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
902
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
902
903
  */
903
904
  let LeadFormPostSubmitCallToActionType;
904
905
  (function (LeadFormPostSubmitCallToActionType) {
@@ -911,7 +912,7 @@ var enums;
911
912
  })(LeadFormPostSubmitCallToActionType = enums.LeadFormPostSubmitCallToActionType || (enums.LeadFormPostSubmitCallToActionType = {}));
912
913
  /**
913
914
  * @name MobileAppVendorEnum.MobileAppVendor
914
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/MobileAppVendorEnum.MobileAppVendor
915
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/MobileAppVendorEnum.MobileAppVendor
915
916
  */
916
917
  let MobileAppVendor;
917
918
  (function (MobileAppVendor) {
@@ -922,7 +923,7 @@ var enums;
922
923
  })(MobileAppVendor = enums.MobileAppVendor || (enums.MobileAppVendor = {}));
923
924
  /**
924
925
  * @name PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
925
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
926
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
926
927
  */
927
928
  let PriceExtensionPriceQualifier;
928
929
  (function (PriceExtensionPriceQualifier) {
@@ -934,7 +935,7 @@ var enums;
934
935
  })(PriceExtensionPriceQualifier = enums.PriceExtensionPriceQualifier || (enums.PriceExtensionPriceQualifier = {}));
935
936
  /**
936
937
  * @name PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
937
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
938
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
938
939
  */
939
940
  let PriceExtensionPriceUnit;
940
941
  (function (PriceExtensionPriceUnit) {
@@ -949,7 +950,7 @@ var enums;
949
950
  })(PriceExtensionPriceUnit = enums.PriceExtensionPriceUnit || (enums.PriceExtensionPriceUnit = {}));
950
951
  /**
951
952
  * @name PriceExtensionTypeEnum.PriceExtensionType
952
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PriceExtensionTypeEnum.PriceExtensionType
953
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PriceExtensionTypeEnum.PriceExtensionType
953
954
  */
954
955
  let PriceExtensionType;
955
956
  (function (PriceExtensionType) {
@@ -967,7 +968,7 @@ var enums;
967
968
  })(PriceExtensionType = enums.PriceExtensionType || (enums.PriceExtensionType = {}));
968
969
  /**
969
970
  * @name PromotionBarcodeTypeEnum.PromotionBarcodeType
970
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PromotionBarcodeTypeEnum.PromotionBarcodeType
971
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PromotionBarcodeTypeEnum.PromotionBarcodeType
971
972
  */
972
973
  let PromotionBarcodeType;
973
974
  (function (PromotionBarcodeType) {
@@ -986,7 +987,7 @@ var enums;
986
987
  })(PromotionBarcodeType = enums.PromotionBarcodeType || (enums.PromotionBarcodeType = {}));
987
988
  /**
988
989
  * @name PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
989
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
990
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
990
991
  */
991
992
  let PromotionExtensionDiscountModifier;
992
993
  (function (PromotionExtensionDiscountModifier) {
@@ -996,7 +997,7 @@ var enums;
996
997
  })(PromotionExtensionDiscountModifier = enums.PromotionExtensionDiscountModifier || (enums.PromotionExtensionDiscountModifier = {}));
997
998
  /**
998
999
  * @name PromotionExtensionOccasionEnum.PromotionExtensionOccasion
999
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PromotionExtensionOccasionEnum.PromotionExtensionOccasion
1000
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PromotionExtensionOccasionEnum.PromotionExtensionOccasion
1000
1001
  */
1001
1002
  let PromotionExtensionOccasion;
1002
1003
  (function (PromotionExtensionOccasion) {
@@ -1042,7 +1043,7 @@ var enums;
1042
1043
  })(PromotionExtensionOccasion = enums.PromotionExtensionOccasion || (enums.PromotionExtensionOccasion = {}));
1043
1044
  /**
1044
1045
  * @name AudienceInsightsDimensionEnum.AudienceInsightsDimension
1045
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AudienceInsightsDimensionEnum.AudienceInsightsDimension
1046
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AudienceInsightsDimensionEnum.AudienceInsightsDimension
1046
1047
  */
1047
1048
  let AudienceInsightsDimension;
1048
1049
  (function (AudienceInsightsDimension) {
@@ -1067,7 +1068,7 @@ var enums;
1067
1068
  })(AudienceInsightsDimension = enums.AudienceInsightsDimension || (enums.AudienceInsightsDimension = {}));
1068
1069
  /**
1069
1070
  * @name InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities
1070
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities
1071
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities
1071
1072
  */
1072
1073
  let InsightsKnowledgeGraphEntityCapabilities;
1073
1074
  (function (InsightsKnowledgeGraphEntityCapabilities) {
@@ -1075,10 +1076,12 @@ var enums;
1075
1076
  InsightsKnowledgeGraphEntityCapabilities[InsightsKnowledgeGraphEntityCapabilities["UNKNOWN"] = 1] = "UNKNOWN";
1076
1077
  InsightsKnowledgeGraphEntityCapabilities[InsightsKnowledgeGraphEntityCapabilities["CONTENT_TRENDING_INSIGHTS"] = 2] = "CONTENT_TRENDING_INSIGHTS";
1077
1078
  InsightsKnowledgeGraphEntityCapabilities[InsightsKnowledgeGraphEntityCapabilities["CREATOR_ATTRIBUTE"] = 3] = "CREATOR_ATTRIBUTE";
1079
+ InsightsKnowledgeGraphEntityCapabilities[InsightsKnowledgeGraphEntityCapabilities["BRAND"] = 4] = "BRAND";
1080
+ InsightsKnowledgeGraphEntityCapabilities[InsightsKnowledgeGraphEntityCapabilities["CREATOR_TOPIC_INSIGHTS"] = 5] = "CREATOR_TOPIC_INSIGHTS";
1078
1081
  })(InsightsKnowledgeGraphEntityCapabilities = enums.InsightsKnowledgeGraphEntityCapabilities || (enums.InsightsKnowledgeGraphEntityCapabilities = {}));
1079
1082
  /**
1080
1083
  * @name UserListTypeEnum.UserListType
1081
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserListTypeEnum.UserListType
1084
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserListTypeEnum.UserListType
1082
1085
  */
1083
1086
  let UserListType;
1084
1087
  (function (UserListType) {
@@ -1094,7 +1097,7 @@ var enums;
1094
1097
  })(UserListType = enums.UserListType || (enums.UserListType = {}));
1095
1098
  /**
1096
1099
  * @name YouTubeVideoPropertyEnum.YouTubeVideoProperty
1097
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/YouTubeVideoPropertyEnum.YouTubeVideoProperty
1100
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/YouTubeVideoPropertyEnum.YouTubeVideoProperty
1098
1101
  */
1099
1102
  let YouTubeVideoProperty;
1100
1103
  (function (YouTubeVideoProperty) {
@@ -1105,7 +1108,7 @@ var enums;
1105
1108
  })(YouTubeVideoProperty = enums.YouTubeVideoProperty || (enums.YouTubeVideoProperty = {}));
1106
1109
  /**
1107
1110
  * @name FixedCpmGoalEnum.FixedCpmGoal
1108
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/FixedCpmGoalEnum.FixedCpmGoal
1111
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/FixedCpmGoalEnum.FixedCpmGoal
1109
1112
  */
1110
1113
  let FixedCpmGoal;
1111
1114
  (function (FixedCpmGoal) {
@@ -1116,7 +1119,7 @@ var enums;
1116
1119
  })(FixedCpmGoal = enums.FixedCpmGoal || (enums.FixedCpmGoal = {}));
1117
1120
  /**
1118
1121
  * @name FixedCpmTargetFrequencyTimeUnitEnum.FixedCpmTargetFrequencyTimeUnit
1119
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/FixedCpmTargetFrequencyTimeUnitEnum.FixedCpmTargetFrequencyTimeUnit
1122
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/FixedCpmTargetFrequencyTimeUnitEnum.FixedCpmTargetFrequencyTimeUnit
1120
1123
  */
1121
1124
  let FixedCpmTargetFrequencyTimeUnit;
1122
1125
  (function (FixedCpmTargetFrequencyTimeUnit) {
@@ -1126,7 +1129,7 @@ var enums;
1126
1129
  })(FixedCpmTargetFrequencyTimeUnit = enums.FixedCpmTargetFrequencyTimeUnit || (enums.FixedCpmTargetFrequencyTimeUnit = {}));
1127
1130
  /**
1128
1131
  * @name TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
1129
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
1132
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
1130
1133
  */
1131
1134
  let TargetFrequencyTimeUnit;
1132
1135
  (function (TargetFrequencyTimeUnit) {
@@ -1137,7 +1140,7 @@ var enums;
1137
1140
  })(TargetFrequencyTimeUnit = enums.TargetFrequencyTimeUnit || (enums.TargetFrequencyTimeUnit = {}));
1138
1141
  /**
1139
1142
  * @name TargetImpressionShareLocationEnum.TargetImpressionShareLocation
1140
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/TargetImpressionShareLocationEnum.TargetImpressionShareLocation
1143
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/TargetImpressionShareLocationEnum.TargetImpressionShareLocation
1141
1144
  */
1142
1145
  let TargetImpressionShareLocation;
1143
1146
  (function (TargetImpressionShareLocation) {
@@ -1149,7 +1152,7 @@ var enums;
1149
1152
  })(TargetImpressionShareLocation = enums.TargetImpressionShareLocation || (enums.TargetImpressionShareLocation = {}));
1150
1153
  /**
1151
1154
  * @name CustomerLifecycleOptimizationModeEnum.CustomerLifecycleOptimizationMode
1152
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CustomerLifecycleOptimizationModeEnum.CustomerLifecycleOptimizationMode
1155
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CustomerLifecycleOptimizationModeEnum.CustomerLifecycleOptimizationMode
1153
1156
  */
1154
1157
  let CustomerLifecycleOptimizationMode;
1155
1158
  (function (CustomerLifecycleOptimizationMode) {
@@ -1160,7 +1163,7 @@ var enums;
1160
1163
  })(CustomerLifecycleOptimizationMode = enums.CustomerLifecycleOptimizationMode || (enums.CustomerLifecycleOptimizationMode = {}));
1161
1164
  /**
1162
1165
  * @name ConsentStatusEnum.ConsentStatus
1163
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConsentStatusEnum.ConsentStatus
1166
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConsentStatusEnum.ConsentStatus
1164
1167
  */
1165
1168
  let ConsentStatus;
1166
1169
  (function (ConsentStatus) {
@@ -1171,7 +1174,7 @@ var enums;
1171
1174
  })(ConsentStatus = enums.ConsentStatus || (enums.ConsentStatus = {}));
1172
1175
  /**
1173
1176
  * @name AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
1174
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
1177
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
1175
1178
  */
1176
1179
  let AdvertisingChannelSubType;
1177
1180
  (function (AdvertisingChannelSubType) {
@@ -1199,7 +1202,7 @@ var enums;
1199
1202
  })(AdvertisingChannelSubType = enums.AdvertisingChannelSubType || (enums.AdvertisingChannelSubType = {}));
1200
1203
  /**
1201
1204
  * @name AdvertisingChannelTypeEnum.AdvertisingChannelType
1202
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdvertisingChannelTypeEnum.AdvertisingChannelType
1205
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdvertisingChannelTypeEnum.AdvertisingChannelType
1203
1206
  */
1204
1207
  let AdvertisingChannelType;
1205
1208
  (function (AdvertisingChannelType) {
@@ -1220,7 +1223,7 @@ var enums;
1220
1223
  })(AdvertisingChannelType = enums.AdvertisingChannelType || (enums.AdvertisingChannelType = {}));
1221
1224
  /**
1222
1225
  * @name CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
1223
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
1226
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
1224
1227
  */
1225
1228
  let CriterionCategoryChannelAvailabilityMode;
1226
1229
  (function (CriterionCategoryChannelAvailabilityMode) {
@@ -1232,7 +1235,7 @@ var enums;
1232
1235
  })(CriterionCategoryChannelAvailabilityMode = enums.CriterionCategoryChannelAvailabilityMode || (enums.CriterionCategoryChannelAvailabilityMode = {}));
1233
1236
  /**
1234
1237
  * @name CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
1235
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
1238
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
1236
1239
  */
1237
1240
  let CriterionCategoryLocaleAvailabilityMode;
1238
1241
  (function (CriterionCategoryLocaleAvailabilityMode) {
@@ -1245,7 +1248,7 @@ var enums;
1245
1248
  })(CriterionCategoryLocaleAvailabilityMode = enums.CriterionCategoryLocaleAvailabilityMode || (enums.CriterionCategoryLocaleAvailabilityMode = {}));
1246
1249
  /**
1247
1250
  * @name CustomizerAttributeTypeEnum.CustomizerAttributeType
1248
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CustomizerAttributeTypeEnum.CustomizerAttributeType
1251
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CustomizerAttributeTypeEnum.CustomizerAttributeType
1249
1252
  */
1250
1253
  let CustomizerAttributeType;
1251
1254
  (function (CustomizerAttributeType) {
@@ -1258,7 +1261,7 @@ var enums;
1258
1261
  })(CustomizerAttributeType = enums.CustomizerAttributeType || (enums.CustomizerAttributeType = {}));
1259
1262
  /**
1260
1263
  * @name MonthOfYearEnum.MonthOfYear
1261
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/MonthOfYearEnum.MonthOfYear
1264
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/MonthOfYearEnum.MonthOfYear
1262
1265
  */
1263
1266
  let MonthOfYear;
1264
1267
  (function (MonthOfYear) {
@@ -1277,9 +1280,56 @@ var enums;
1277
1280
  MonthOfYear[MonthOfYear["NOVEMBER"] = 12] = "NOVEMBER";
1278
1281
  MonthOfYear[MonthOfYear["DECEMBER"] = 13] = "DECEMBER";
1279
1282
  })(MonthOfYear = enums.MonthOfYear || (enums.MonthOfYear = {}));
1283
+ /**
1284
+ * @name ConversionActionCategoryEnum.ConversionActionCategory
1285
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionActionCategoryEnum.ConversionActionCategory
1286
+ */
1287
+ let ConversionActionCategory;
1288
+ (function (ConversionActionCategory) {
1289
+ ConversionActionCategory[ConversionActionCategory["UNSPECIFIED"] = 0] = "UNSPECIFIED";
1290
+ ConversionActionCategory[ConversionActionCategory["UNKNOWN"] = 1] = "UNKNOWN";
1291
+ ConversionActionCategory[ConversionActionCategory["DEFAULT"] = 2] = "DEFAULT";
1292
+ ConversionActionCategory[ConversionActionCategory["PAGE_VIEW"] = 3] = "PAGE_VIEW";
1293
+ ConversionActionCategory[ConversionActionCategory["PURCHASE"] = 4] = "PURCHASE";
1294
+ ConversionActionCategory[ConversionActionCategory["SIGNUP"] = 5] = "SIGNUP";
1295
+ ConversionActionCategory[ConversionActionCategory["DOWNLOAD"] = 7] = "DOWNLOAD";
1296
+ ConversionActionCategory[ConversionActionCategory["ADD_TO_CART"] = 8] = "ADD_TO_CART";
1297
+ ConversionActionCategory[ConversionActionCategory["BEGIN_CHECKOUT"] = 9] = "BEGIN_CHECKOUT";
1298
+ ConversionActionCategory[ConversionActionCategory["SUBSCRIBE_PAID"] = 10] = "SUBSCRIBE_PAID";
1299
+ ConversionActionCategory[ConversionActionCategory["PHONE_CALL_LEAD"] = 11] = "PHONE_CALL_LEAD";
1300
+ ConversionActionCategory[ConversionActionCategory["IMPORTED_LEAD"] = 12] = "IMPORTED_LEAD";
1301
+ ConversionActionCategory[ConversionActionCategory["SUBMIT_LEAD_FORM"] = 13] = "SUBMIT_LEAD_FORM";
1302
+ ConversionActionCategory[ConversionActionCategory["BOOK_APPOINTMENT"] = 14] = "BOOK_APPOINTMENT";
1303
+ ConversionActionCategory[ConversionActionCategory["REQUEST_QUOTE"] = 15] = "REQUEST_QUOTE";
1304
+ ConversionActionCategory[ConversionActionCategory["GET_DIRECTIONS"] = 16] = "GET_DIRECTIONS";
1305
+ ConversionActionCategory[ConversionActionCategory["OUTBOUND_CLICK"] = 17] = "OUTBOUND_CLICK";
1306
+ ConversionActionCategory[ConversionActionCategory["CONTACT"] = 18] = "CONTACT";
1307
+ ConversionActionCategory[ConversionActionCategory["ENGAGEMENT"] = 19] = "ENGAGEMENT";
1308
+ ConversionActionCategory[ConversionActionCategory["STORE_VISIT"] = 20] = "STORE_VISIT";
1309
+ ConversionActionCategory[ConversionActionCategory["STORE_SALE"] = 21] = "STORE_SALE";
1310
+ ConversionActionCategory[ConversionActionCategory["QUALIFIED_LEAD"] = 22] = "QUALIFIED_LEAD";
1311
+ ConversionActionCategory[ConversionActionCategory["CONVERTED_LEAD"] = 23] = "CONVERTED_LEAD";
1312
+ ConversionActionCategory[ConversionActionCategory["YOUTUBE_FOLLOW_ON_VIEWS"] = 24] = "YOUTUBE_FOLLOW_ON_VIEWS";
1313
+ })(ConversionActionCategory = enums.ConversionActionCategory || (enums.ConversionActionCategory = {}));
1314
+ /**
1315
+ * @name ConversionOriginEnum.ConversionOrigin
1316
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionOriginEnum.ConversionOrigin
1317
+ */
1318
+ let ConversionOrigin;
1319
+ (function (ConversionOrigin) {
1320
+ ConversionOrigin[ConversionOrigin["UNSPECIFIED"] = 0] = "UNSPECIFIED";
1321
+ ConversionOrigin[ConversionOrigin["UNKNOWN"] = 1] = "UNKNOWN";
1322
+ ConversionOrigin[ConversionOrigin["WEBSITE"] = 2] = "WEBSITE";
1323
+ ConversionOrigin[ConversionOrigin["GOOGLE_HOSTED"] = 3] = "GOOGLE_HOSTED";
1324
+ ConversionOrigin[ConversionOrigin["APP"] = 4] = "APP";
1325
+ ConversionOrigin[ConversionOrigin["CALL_FROM_ADS"] = 5] = "CALL_FROM_ADS";
1326
+ ConversionOrigin[ConversionOrigin["STORE"] = 6] = "STORE";
1327
+ ConversionOrigin[ConversionOrigin["YOUTUBE_HOSTED"] = 7] = "YOUTUBE_HOSTED";
1328
+ ConversionOrigin[ConversionOrigin["LOCAL_SERVICES_ADS"] = 8] = "LOCAL_SERVICES_ADS";
1329
+ })(ConversionOrigin = enums.ConversionOrigin || (enums.ConversionOrigin = {}));
1280
1330
  /**
1281
1331
  * @name OptimizeAssetsExperimentSubtypeEnum.OptimizeAssetsExperimentSubtype
1282
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/OptimizeAssetsExperimentSubtypeEnum.OptimizeAssetsExperimentSubtype
1332
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/OptimizeAssetsExperimentSubtypeEnum.OptimizeAssetsExperimentSubtype
1283
1333
  */
1284
1334
  let OptimizeAssetsExperimentSubtype;
1285
1335
  (function (OptimizeAssetsExperimentSubtype) {
@@ -1291,7 +1341,7 @@ var enums;
1291
1341
  })(OptimizeAssetsExperimentSubtype = enums.OptimizeAssetsExperimentSubtype || (enums.OptimizeAssetsExperimentSubtype = {}));
1292
1342
  /**
1293
1343
  * @name VideoExperimentSubtypeEnum.VideoExperimentSubtype
1294
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/VideoExperimentSubtypeEnum.VideoExperimentSubtype
1344
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/VideoExperimentSubtypeEnum.VideoExperimentSubtype
1295
1345
  */
1296
1346
  let VideoExperimentSubtype;
1297
1347
  (function (VideoExperimentSubtype) {
@@ -1303,7 +1353,7 @@ var enums;
1303
1353
  })(VideoExperimentSubtype = enums.VideoExperimentSubtype || (enums.VideoExperimentSubtype = {}));
1304
1354
  /**
1305
1355
  * @name AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
1306
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
1356
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
1307
1357
  */
1308
1358
  let AppUrlOperatingSystemType;
1309
1359
  (function (AppUrlOperatingSystemType) {
@@ -1314,7 +1364,7 @@ var enums;
1314
1364
  })(AppUrlOperatingSystemType = enums.AppUrlOperatingSystemType || (enums.AppUrlOperatingSystemType = {}));
1315
1365
  /**
1316
1366
  * @name FrequencyCapEventTypeEnum.FrequencyCapEventType
1317
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/FrequencyCapEventTypeEnum.FrequencyCapEventType
1367
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/FrequencyCapEventTypeEnum.FrequencyCapEventType
1318
1368
  */
1319
1369
  let FrequencyCapEventType;
1320
1370
  (function (FrequencyCapEventType) {
@@ -1325,7 +1375,7 @@ var enums;
1325
1375
  })(FrequencyCapEventType = enums.FrequencyCapEventType || (enums.FrequencyCapEventType = {}));
1326
1376
  /**
1327
1377
  * @name FrequencyCapLevelEnum.FrequencyCapLevel
1328
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/FrequencyCapLevelEnum.FrequencyCapLevel
1378
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/FrequencyCapLevelEnum.FrequencyCapLevel
1329
1379
  */
1330
1380
  let FrequencyCapLevel;
1331
1381
  (function (FrequencyCapLevel) {
@@ -1337,7 +1387,7 @@ var enums;
1337
1387
  })(FrequencyCapLevel = enums.FrequencyCapLevel || (enums.FrequencyCapLevel = {}));
1338
1388
  /**
1339
1389
  * @name FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
1340
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
1390
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
1341
1391
  */
1342
1392
  let FrequencyCapTimeUnit;
1343
1393
  (function (FrequencyCapTimeUnit) {
@@ -1349,7 +1399,7 @@ var enums;
1349
1399
  })(FrequencyCapTimeUnit = enums.FrequencyCapTimeUnit || (enums.FrequencyCapTimeUnit = {}));
1350
1400
  /**
1351
1401
  * @name KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
1352
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
1402
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
1353
1403
  */
1354
1404
  let KeywordPlanAggregateMetricType;
1355
1405
  (function (KeywordPlanAggregateMetricType) {
@@ -1359,7 +1409,7 @@ var enums;
1359
1409
  })(KeywordPlanAggregateMetricType = enums.KeywordPlanAggregateMetricType || (enums.KeywordPlanAggregateMetricType = {}));
1360
1410
  /**
1361
1411
  * @name KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
1362
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
1412
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
1363
1413
  */
1364
1414
  let KeywordPlanCompetitionLevel;
1365
1415
  (function (KeywordPlanCompetitionLevel) {
@@ -1371,7 +1421,7 @@ var enums;
1371
1421
  })(KeywordPlanCompetitionLevel = enums.KeywordPlanCompetitionLevel || (enums.KeywordPlanCompetitionLevel = {}));
1372
1422
  /**
1373
1423
  * @name KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
1374
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
1424
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
1375
1425
  */
1376
1426
  let KeywordPlanConceptGroupType;
1377
1427
  (function (KeywordPlanConceptGroupType) {
@@ -1381,9 +1431,21 @@ var enums;
1381
1431
  KeywordPlanConceptGroupType[KeywordPlanConceptGroupType["OTHER_BRANDS"] = 3] = "OTHER_BRANDS";
1382
1432
  KeywordPlanConceptGroupType[KeywordPlanConceptGroupType["NON_BRAND"] = 4] = "NON_BRAND";
1383
1433
  })(KeywordPlanConceptGroupType = enums.KeywordPlanConceptGroupType || (enums.KeywordPlanConceptGroupType = {}));
1434
+ /**
1435
+ * @name GlsPhoneNumberTypeEnum.GlsPhoneNumberType
1436
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/GlsPhoneNumberTypeEnum.GlsPhoneNumberType
1437
+ */
1438
+ let GlsPhoneNumberType;
1439
+ (function (GlsPhoneNumberType) {
1440
+ GlsPhoneNumberType[GlsPhoneNumberType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
1441
+ GlsPhoneNumberType[GlsPhoneNumberType["UNKNOWN"] = 1] = "UNKNOWN";
1442
+ GlsPhoneNumberType[GlsPhoneNumberType["DESTINATION_PHONE_NUMBER_FOR_ADS"] = 2] = "DESTINATION_PHONE_NUMBER_FOR_ADS";
1443
+ GlsPhoneNumberType[GlsPhoneNumberType["DESTINATION_PHONE_NUMBER_FOR_SMS_ONLY"] = 3] = "DESTINATION_PHONE_NUMBER_FOR_SMS_ONLY";
1444
+ GlsPhoneNumberType[GlsPhoneNumberType["DESTINATION_PHONE_NUMBER_FOR_WHATSAPP_ONLY"] = 4] = "DESTINATION_PHONE_NUMBER_FOR_WHATSAPP_ONLY";
1445
+ })(GlsPhoneNumberType = enums.GlsPhoneNumberType || (enums.GlsPhoneNumberType = {}));
1384
1446
  /**
1385
1447
  * @name ExperimentMetricEnum.ExperimentMetric
1386
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ExperimentMetricEnum.ExperimentMetric
1448
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ExperimentMetricEnum.ExperimentMetric
1387
1449
  */
1388
1450
  let ExperimentMetric;
1389
1451
  (function (ExperimentMetric) {
@@ -1405,7 +1467,7 @@ var enums;
1405
1467
  })(ExperimentMetric = enums.ExperimentMetric || (enums.ExperimentMetric = {}));
1406
1468
  /**
1407
1469
  * @name ExperimentMetricDirectionEnum.ExperimentMetricDirection
1408
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ExperimentMetricDirectionEnum.ExperimentMetricDirection
1470
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ExperimentMetricDirectionEnum.ExperimentMetricDirection
1409
1471
  */
1410
1472
  let ExperimentMetricDirection;
1411
1473
  (function (ExperimentMetricDirection) {
@@ -1419,7 +1481,7 @@ var enums;
1419
1481
  })(ExperimentMetricDirection = enums.ExperimentMetricDirection || (enums.ExperimentMetricDirection = {}));
1420
1482
  /**
1421
1483
  * @name InteractionEventTypeEnum.InteractionEventType
1422
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/InteractionEventTypeEnum.InteractionEventType
1484
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/InteractionEventTypeEnum.InteractionEventType
1423
1485
  */
1424
1486
  let InteractionEventType;
1425
1487
  (function (InteractionEventType) {
@@ -1432,7 +1494,7 @@ var enums;
1432
1494
  })(InteractionEventType = enums.InteractionEventType || (enums.InteractionEventType = {}));
1433
1495
  /**
1434
1496
  * @name QualityScoreBucketEnum.QualityScoreBucket
1435
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/QualityScoreBucketEnum.QualityScoreBucket
1497
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/QualityScoreBucketEnum.QualityScoreBucket
1436
1498
  */
1437
1499
  let QualityScoreBucket;
1438
1500
  (function (QualityScoreBucket) {
@@ -1444,7 +1506,7 @@ var enums;
1444
1506
  })(QualityScoreBucket = enums.QualityScoreBucket || (enums.QualityScoreBucket = {}));
1445
1507
  /**
1446
1508
  * @name UserIdentifierSourceEnum.UserIdentifierSource
1447
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserIdentifierSourceEnum.UserIdentifierSource
1509
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserIdentifierSourceEnum.UserIdentifierSource
1448
1510
  */
1449
1511
  let UserIdentifierSource;
1450
1512
  (function (UserIdentifierSource) {
@@ -1455,7 +1517,7 @@ var enums;
1455
1517
  })(UserIdentifierSource = enums.UserIdentifierSource || (enums.UserIdentifierSource = {}));
1456
1518
  /**
1457
1519
  * @name AdDestinationTypeEnum.AdDestinationType
1458
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdDestinationTypeEnum.AdDestinationType
1520
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdDestinationTypeEnum.AdDestinationType
1459
1521
  */
1460
1522
  let AdDestinationType;
1461
1523
  (function (AdDestinationType) {
@@ -1475,7 +1537,7 @@ var enums;
1475
1537
  })(AdDestinationType = enums.AdDestinationType || (enums.AdDestinationType = {}));
1476
1538
  /**
1477
1539
  * @name AdFormatTypeEnum.AdFormatType
1478
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdFormatTypeEnum.AdFormatType
1540
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdFormatTypeEnum.AdFormatType
1479
1541
  */
1480
1542
  let AdFormatType;
1481
1543
  (function (AdFormatType) {
@@ -1498,7 +1560,7 @@ var enums;
1498
1560
  })(AdFormatType = enums.AdFormatType || (enums.AdFormatType = {}));
1499
1561
  /**
1500
1562
  * @name AdNetworkTypeEnum.AdNetworkType
1501
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdNetworkTypeEnum.AdNetworkType
1563
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdNetworkTypeEnum.AdNetworkType
1502
1564
  */
1503
1565
  let AdNetworkType;
1504
1566
  (function (AdNetworkType) {
@@ -1515,9 +1577,22 @@ var enums;
1515
1577
  AdNetworkType[AdNetworkType["DISCOVER"] = 12] = "DISCOVER";
1516
1578
  AdNetworkType[AdNetworkType["MAPS"] = 13] = "MAPS";
1517
1579
  })(AdNetworkType = enums.AdNetworkType || (enums.AdNetworkType = {}));
1580
+ /**
1581
+ * @name AdSubFormatTypeEnum.AdSubFormatType
1582
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdSubFormatTypeEnum.AdSubFormatType
1583
+ */
1584
+ let AdSubFormatType;
1585
+ (function (AdSubFormatType) {
1586
+ AdSubFormatType[AdSubFormatType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
1587
+ AdSubFormatType[AdSubFormatType["UNKNOWN"] = 1] = "UNKNOWN";
1588
+ AdSubFormatType[AdSubFormatType["UNSEGMENTED"] = 2] = "UNSEGMENTED";
1589
+ AdSubFormatType[AdSubFormatType["INSTREAM_NON_SKIPPABLE_STANDARD"] = 3] = "INSTREAM_NON_SKIPPABLE_STANDARD";
1590
+ AdSubFormatType[AdSubFormatType["INSTREAM_NON_SKIPPABLE_MAX30_SEC"] = 4] = "INSTREAM_NON_SKIPPABLE_MAX30_SEC";
1591
+ AdSubFormatType[AdSubFormatType["INSTREAM_NON_SKIPPABLE_MAX60_SEC"] = 5] = "INSTREAM_NON_SKIPPABLE_MAX60_SEC";
1592
+ })(AdSubFormatType = enums.AdSubFormatType || (enums.AdSubFormatType = {}));
1518
1593
  /**
1519
1594
  * @name AdSubNetworkTypeEnum.AdSubNetworkType
1520
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdSubNetworkTypeEnum.AdSubNetworkType
1595
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdSubNetworkTypeEnum.AdSubNetworkType
1521
1596
  */
1522
1597
  let AdSubNetworkType;
1523
1598
  (function (AdSubNetworkType) {
@@ -1528,9 +1603,25 @@ var enums;
1528
1603
  AdSubNetworkType[AdSubNetworkType["YOUTUBE_INFEED"] = 4] = "YOUTUBE_INFEED";
1529
1604
  AdSubNetworkType[AdSubNetworkType["YOUTUBE_SHORTS"] = 5] = "YOUTUBE_SHORTS";
1530
1605
  })(AdSubNetworkType = enums.AdSubNetworkType || (enums.AdSubNetworkType = {}));
1606
+ /**
1607
+ * @name BrandLiftMeasurementTypeEnum.BrandLiftMeasurementType
1608
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BrandLiftMeasurementTypeEnum.BrandLiftMeasurementType
1609
+ */
1610
+ let BrandLiftMeasurementType;
1611
+ (function (BrandLiftMeasurementType) {
1612
+ BrandLiftMeasurementType[BrandLiftMeasurementType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
1613
+ BrandLiftMeasurementType[BrandLiftMeasurementType["UNKNOWN"] = 1] = "UNKNOWN";
1614
+ BrandLiftMeasurementType[BrandLiftMeasurementType["RECALL"] = 2] = "RECALL";
1615
+ BrandLiftMeasurementType[BrandLiftMeasurementType["AWARENESS"] = 3] = "AWARENESS";
1616
+ BrandLiftMeasurementType[BrandLiftMeasurementType["CONSIDERATION"] = 4] = "CONSIDERATION";
1617
+ BrandLiftMeasurementType[BrandLiftMeasurementType["FAVORABILITY"] = 5] = "FAVORABILITY";
1618
+ BrandLiftMeasurementType[BrandLiftMeasurementType["PURCHASE_INTENT"] = 6] = "PURCHASE_INTENT";
1619
+ BrandLiftMeasurementType[BrandLiftMeasurementType["CUSTOM"] = 7] = "CUSTOM";
1620
+ BrandLiftMeasurementType[BrandLiftMeasurementType["ASSOCIATION"] = 8] = "ASSOCIATION";
1621
+ })(BrandLiftMeasurementType = enums.BrandLiftMeasurementType || (enums.BrandLiftMeasurementType = {}));
1531
1622
  /**
1532
1623
  * @name BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
1533
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
1624
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
1534
1625
  */
1535
1626
  let BudgetCampaignAssociationStatus;
1536
1627
  (function (BudgetCampaignAssociationStatus) {
@@ -1541,7 +1632,7 @@ var enums;
1541
1632
  })(BudgetCampaignAssociationStatus = enums.BudgetCampaignAssociationStatus || (enums.BudgetCampaignAssociationStatus = {}));
1542
1633
  /**
1543
1634
  * @name ClickTypeEnum.ClickType
1544
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ClickTypeEnum.ClickType
1635
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ClickTypeEnum.ClickType
1545
1636
  */
1546
1637
  let ClickType;
1547
1638
  (function (ClickType) {
@@ -1610,40 +1701,9 @@ var enums;
1610
1701
  ClickType[ClickType["CLICK_TO_MESSAGE_THIRD_PARTY_CLICK"] = 64] = "CLICK_TO_MESSAGE_THIRD_PARTY_CLICK";
1611
1702
  ClickType[ClickType["CLICK_TO_MESSAGE_LANDING_PAGE_CLICK"] = 65] = "CLICK_TO_MESSAGE_LANDING_PAGE_CLICK";
1612
1703
  })(ClickType = enums.ClickType || (enums.ClickType = {}));
1613
- /**
1614
- * @name ConversionActionCategoryEnum.ConversionActionCategory
1615
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionActionCategoryEnum.ConversionActionCategory
1616
- */
1617
- let ConversionActionCategory;
1618
- (function (ConversionActionCategory) {
1619
- ConversionActionCategory[ConversionActionCategory["UNSPECIFIED"] = 0] = "UNSPECIFIED";
1620
- ConversionActionCategory[ConversionActionCategory["UNKNOWN"] = 1] = "UNKNOWN";
1621
- ConversionActionCategory[ConversionActionCategory["DEFAULT"] = 2] = "DEFAULT";
1622
- ConversionActionCategory[ConversionActionCategory["PAGE_VIEW"] = 3] = "PAGE_VIEW";
1623
- ConversionActionCategory[ConversionActionCategory["PURCHASE"] = 4] = "PURCHASE";
1624
- ConversionActionCategory[ConversionActionCategory["SIGNUP"] = 5] = "SIGNUP";
1625
- ConversionActionCategory[ConversionActionCategory["DOWNLOAD"] = 7] = "DOWNLOAD";
1626
- ConversionActionCategory[ConversionActionCategory["ADD_TO_CART"] = 8] = "ADD_TO_CART";
1627
- ConversionActionCategory[ConversionActionCategory["BEGIN_CHECKOUT"] = 9] = "BEGIN_CHECKOUT";
1628
- ConversionActionCategory[ConversionActionCategory["SUBSCRIBE_PAID"] = 10] = "SUBSCRIBE_PAID";
1629
- ConversionActionCategory[ConversionActionCategory["PHONE_CALL_LEAD"] = 11] = "PHONE_CALL_LEAD";
1630
- ConversionActionCategory[ConversionActionCategory["IMPORTED_LEAD"] = 12] = "IMPORTED_LEAD";
1631
- ConversionActionCategory[ConversionActionCategory["SUBMIT_LEAD_FORM"] = 13] = "SUBMIT_LEAD_FORM";
1632
- ConversionActionCategory[ConversionActionCategory["BOOK_APPOINTMENT"] = 14] = "BOOK_APPOINTMENT";
1633
- ConversionActionCategory[ConversionActionCategory["REQUEST_QUOTE"] = 15] = "REQUEST_QUOTE";
1634
- ConversionActionCategory[ConversionActionCategory["GET_DIRECTIONS"] = 16] = "GET_DIRECTIONS";
1635
- ConversionActionCategory[ConversionActionCategory["OUTBOUND_CLICK"] = 17] = "OUTBOUND_CLICK";
1636
- ConversionActionCategory[ConversionActionCategory["CONTACT"] = 18] = "CONTACT";
1637
- ConversionActionCategory[ConversionActionCategory["ENGAGEMENT"] = 19] = "ENGAGEMENT";
1638
- ConversionActionCategory[ConversionActionCategory["STORE_VISIT"] = 20] = "STORE_VISIT";
1639
- ConversionActionCategory[ConversionActionCategory["STORE_SALE"] = 21] = "STORE_SALE";
1640
- ConversionActionCategory[ConversionActionCategory["QUALIFIED_LEAD"] = 22] = "QUALIFIED_LEAD";
1641
- ConversionActionCategory[ConversionActionCategory["CONVERTED_LEAD"] = 23] = "CONVERTED_LEAD";
1642
- ConversionActionCategory[ConversionActionCategory["YOUTUBE_FOLLOW_ON_VIEWS"] = 24] = "YOUTUBE_FOLLOW_ON_VIEWS";
1643
- })(ConversionActionCategory = enums.ConversionActionCategory || (enums.ConversionActionCategory = {}));
1644
1704
  /**
1645
1705
  * @name ConversionAttributionEventTypeEnum.ConversionAttributionEventType
1646
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionAttributionEventTypeEnum.ConversionAttributionEventType
1706
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionAttributionEventTypeEnum.ConversionAttributionEventType
1647
1707
  */
1648
1708
  let ConversionAttributionEventType;
1649
1709
  (function (ConversionAttributionEventType) {
@@ -1655,7 +1715,7 @@ var enums;
1655
1715
  })(ConversionAttributionEventType = enums.ConversionAttributionEventType || (enums.ConversionAttributionEventType = {}));
1656
1716
  /**
1657
1717
  * @name ConversionLagBucketEnum.ConversionLagBucket
1658
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionLagBucketEnum.ConversionLagBucket
1718
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionLagBucketEnum.ConversionLagBucket
1659
1719
  */
1660
1720
  let ConversionLagBucket;
1661
1721
  (function (ConversionLagBucket) {
@@ -1681,9 +1741,20 @@ var enums;
1681
1741
  ConversionLagBucket[ConversionLagBucket["FORTY_FIVE_TO_SIXTY_DAYS"] = 19] = "FORTY_FIVE_TO_SIXTY_DAYS";
1682
1742
  ConversionLagBucket[ConversionLagBucket["SIXTY_TO_NINETY_DAYS"] = 20] = "SIXTY_TO_NINETY_DAYS";
1683
1743
  })(ConversionLagBucket = enums.ConversionLagBucket || (enums.ConversionLagBucket = {}));
1744
+ /**
1745
+ * @name ConversionLiftIncludedConversionActionTypesEnum.ConversionLiftIncludedConversionActionTypes
1746
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionLiftIncludedConversionActionTypesEnum.ConversionLiftIncludedConversionActionTypes
1747
+ */
1748
+ let ConversionLiftIncludedConversionActionTypes;
1749
+ (function (ConversionLiftIncludedConversionActionTypes) {
1750
+ ConversionLiftIncludedConversionActionTypes[ConversionLiftIncludedConversionActionTypes["UNSPECIFIED"] = 0] = "UNSPECIFIED";
1751
+ ConversionLiftIncludedConversionActionTypes[ConversionLiftIncludedConversionActionTypes["UNKNOWN"] = 1] = "UNKNOWN";
1752
+ ConversionLiftIncludedConversionActionTypes[ConversionLiftIncludedConversionActionTypes["ALL"] = 2] = "ALL";
1753
+ ConversionLiftIncludedConversionActionTypes[ConversionLiftIncludedConversionActionTypes["SELECTED"] = 3] = "SELECTED";
1754
+ })(ConversionLiftIncludedConversionActionTypes = enums.ConversionLiftIncludedConversionActionTypes || (enums.ConversionLiftIncludedConversionActionTypes = {}));
1684
1755
  /**
1685
1756
  * @name ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
1686
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
1757
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
1687
1758
  */
1688
1759
  let ConversionOrAdjustmentLagBucket;
1689
1760
  (function (ConversionOrAdjustmentLagBucket) {
@@ -1733,7 +1804,7 @@ var enums;
1733
1804
  })(ConversionOrAdjustmentLagBucket = enums.ConversionOrAdjustmentLagBucket || (enums.ConversionOrAdjustmentLagBucket = {}));
1734
1805
  /**
1735
1806
  * @name ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
1736
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
1807
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
1737
1808
  */
1738
1809
  let ConversionValueRulePrimaryDimension;
1739
1810
  (function (ConversionValueRulePrimaryDimension) {
@@ -1747,10 +1818,11 @@ var enums;
1747
1818
  ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["AUDIENCE"] = 7] = "AUDIENCE";
1748
1819
  ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["MULTIPLE"] = 8] = "MULTIPLE";
1749
1820
  ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["ITINERARY"] = 9] = "ITINERARY";
1821
+ ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["LOYALTY_MEMBERSHIP"] = 10] = "LOYALTY_MEMBERSHIP";
1750
1822
  })(ConversionValueRulePrimaryDimension = enums.ConversionValueRulePrimaryDimension || (enums.ConversionValueRulePrimaryDimension = {}));
1751
1823
  /**
1752
1824
  * @name ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
1753
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
1825
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket
1754
1826
  */
1755
1827
  let ConvertingUserPriorEngagementTypeAndLtvBucket;
1756
1828
  (function (ConvertingUserPriorEngagementTypeAndLtvBucket) {
@@ -1762,7 +1834,7 @@ var enums;
1762
1834
  })(ConvertingUserPriorEngagementTypeAndLtvBucket = enums.ConvertingUserPriorEngagementTypeAndLtvBucket || (enums.ConvertingUserPriorEngagementTypeAndLtvBucket = {}));
1763
1835
  /**
1764
1836
  * @name ExternalConversionSourceEnum.ExternalConversionSource
1765
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ExternalConversionSourceEnum.ExternalConversionSource
1837
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ExternalConversionSourceEnum.ExternalConversionSource
1766
1838
  */
1767
1839
  let ExternalConversionSource;
1768
1840
  (function (ExternalConversionSource) {
@@ -1799,7 +1871,7 @@ var enums;
1799
1871
  })(ExternalConversionSource = enums.ExternalConversionSource || (enums.ExternalConversionSource = {}));
1800
1872
  /**
1801
1873
  * @name HotelPriceBucketEnum.HotelPriceBucket
1802
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/HotelPriceBucketEnum.HotelPriceBucket
1874
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/HotelPriceBucketEnum.HotelPriceBucket
1803
1875
  */
1804
1876
  let HotelPriceBucket;
1805
1877
  (function (HotelPriceBucket) {
@@ -1812,7 +1884,7 @@ var enums;
1812
1884
  })(HotelPriceBucket = enums.HotelPriceBucket || (enums.HotelPriceBucket = {}));
1813
1885
  /**
1814
1886
  * @name HotelRateTypeEnum.HotelRateType
1815
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/HotelRateTypeEnum.HotelRateType
1887
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/HotelRateTypeEnum.HotelRateType
1816
1888
  */
1817
1889
  let HotelRateType;
1818
1890
  (function (HotelRateType) {
@@ -1825,7 +1897,7 @@ var enums;
1825
1897
  })(HotelRateType = enums.HotelRateType || (enums.HotelRateType = {}));
1826
1898
  /**
1827
1899
  * @name LandingPageSourceEnum.LandingPageSource
1828
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LandingPageSourceEnum.LandingPageSource
1900
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LandingPageSourceEnum.LandingPageSource
1829
1901
  */
1830
1902
  let LandingPageSource;
1831
1903
  (function (LandingPageSource) {
@@ -1834,9 +1906,26 @@ var enums;
1834
1906
  LandingPageSource[LandingPageSource["ADVERTISER"] = 2] = "ADVERTISER";
1835
1907
  LandingPageSource[LandingPageSource["AUTOMATIC"] = 3] = "AUTOMATIC";
1836
1908
  })(LandingPageSource = enums.LandingPageSource || (enums.LandingPageSource = {}));
1909
+ /**
1910
+ * @name LoyaltyMembershipEnum.LoyaltyMembership
1911
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LoyaltyMembershipEnum.LoyaltyMembership
1912
+ */
1913
+ let LoyaltyMembership;
1914
+ (function (LoyaltyMembership) {
1915
+ LoyaltyMembership[LoyaltyMembership["UNSPECIFIED"] = 0] = "UNSPECIFIED";
1916
+ LoyaltyMembership[LoyaltyMembership["UNKNOWN"] = 1] = "UNKNOWN";
1917
+ LoyaltyMembership[LoyaltyMembership["NONMEMBER"] = 2] = "NONMEMBER";
1918
+ LoyaltyMembership[LoyaltyMembership["TIER1"] = 3] = "TIER1";
1919
+ LoyaltyMembership[LoyaltyMembership["TIER2"] = 4] = "TIER2";
1920
+ LoyaltyMembership[LoyaltyMembership["TIER3"] = 5] = "TIER3";
1921
+ LoyaltyMembership[LoyaltyMembership["TIER4"] = 6] = "TIER4";
1922
+ LoyaltyMembership[LoyaltyMembership["TIER5"] = 7] = "TIER5";
1923
+ LoyaltyMembership[LoyaltyMembership["TIER6"] = 8] = "TIER6";
1924
+ LoyaltyMembership[LoyaltyMembership["TIER7"] = 9] = "TIER7";
1925
+ })(LoyaltyMembership = enums.LoyaltyMembership || (enums.LoyaltyMembership = {}));
1837
1926
  /**
1838
1927
  * @name MatchTypeEnum.MatchType
1839
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/MatchTypeEnum.MatchType
1928
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/MatchTypeEnum.MatchType
1840
1929
  */
1841
1930
  let MatchType;
1842
1931
  (function (MatchType) {
@@ -1849,7 +1938,7 @@ var enums;
1849
1938
  })(MatchType = enums.MatchType || (enums.MatchType = {}));
1850
1939
  /**
1851
1940
  * @name MobileDevicePlatformEnum.MobileDevicePlatform
1852
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/MobileDevicePlatformEnum.MobileDevicePlatform
1941
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/MobileDevicePlatformEnum.MobileDevicePlatform
1853
1942
  */
1854
1943
  let MobileDevicePlatform;
1855
1944
  (function (MobileDevicePlatform) {
@@ -1862,7 +1951,7 @@ var enums;
1862
1951
  })(MobileDevicePlatform = enums.MobileDevicePlatform || (enums.MobileDevicePlatform = {}));
1863
1952
  /**
1864
1953
  * @name RecommendationTypeEnum.RecommendationType
1865
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/RecommendationTypeEnum.RecommendationType
1954
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/RecommendationTypeEnum.RecommendationType
1866
1955
  */
1867
1956
  let RecommendationType;
1868
1957
  (function (RecommendationType) {
@@ -1922,10 +2011,11 @@ var enums;
1922
2011
  RecommendationType[RecommendationType["CUSTOM_AUDIENCE_OPT_IN"] = 56] = "CUSTOM_AUDIENCE_OPT_IN";
1923
2012
  RecommendationType[RecommendationType["LEAD_FORM_ASSET"] = 57] = "LEAD_FORM_ASSET";
1924
2013
  RecommendationType[RecommendationType["IMPROVE_DEMAND_GEN_AD_STRENGTH"] = 58] = "IMPROVE_DEMAND_GEN_AD_STRENGTH";
2014
+ RecommendationType[RecommendationType["CAMPAIGN_SPECIFIC_APP_GOAL"] = 59] = "CAMPAIGN_SPECIFIC_APP_GOAL";
1925
2015
  })(RecommendationType = enums.RecommendationType || (enums.RecommendationType = {}));
1926
2016
  /**
1927
2017
  * @name SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
1928
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
2018
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
1929
2019
  */
1930
2020
  let SearchEngineResultsPageType;
1931
2021
  (function (SearchEngineResultsPageType) {
@@ -1937,7 +2027,7 @@ var enums;
1937
2027
  })(SearchEngineResultsPageType = enums.SearchEngineResultsPageType || (enums.SearchEngineResultsPageType = {}));
1938
2028
  /**
1939
2029
  * @name SearchTermMatchSourceEnum.SearchTermMatchSource
1940
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SearchTermMatchSourceEnum.SearchTermMatchSource
2030
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SearchTermMatchSourceEnum.SearchTermMatchSource
1941
2031
  */
1942
2032
  let SearchTermMatchSource;
1943
2033
  (function (SearchTermMatchSource) {
@@ -1952,7 +2042,7 @@ var enums;
1952
2042
  })(SearchTermMatchSource = enums.SearchTermMatchSource || (enums.SearchTermMatchSource = {}));
1953
2043
  /**
1954
2044
  * @name SearchTermMatchTypeEnum.SearchTermMatchType
1955
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SearchTermMatchTypeEnum.SearchTermMatchType
2045
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SearchTermMatchTypeEnum.SearchTermMatchType
1956
2046
  */
1957
2047
  let SearchTermMatchType;
1958
2048
  (function (SearchTermMatchType) {
@@ -1968,7 +2058,7 @@ var enums;
1968
2058
  })(SearchTermMatchType = enums.SearchTermMatchType || (enums.SearchTermMatchType = {}));
1969
2059
  /**
1970
2060
  * @name SearchTermTargetingStatusEnum.SearchTermTargetingStatus
1971
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SearchTermTargetingStatusEnum.SearchTermTargetingStatus
2061
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SearchTermTargetingStatusEnum.SearchTermTargetingStatus
1972
2062
  */
1973
2063
  let SearchTermTargetingStatus;
1974
2064
  (function (SearchTermTargetingStatus) {
@@ -1981,7 +2071,7 @@ var enums;
1981
2071
  })(SearchTermTargetingStatus = enums.SearchTermTargetingStatus || (enums.SearchTermTargetingStatus = {}));
1982
2072
  /**
1983
2073
  * @name SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
1984
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
2074
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
1985
2075
  */
1986
2076
  let SkAdNetworkAdEventType;
1987
2077
  (function (SkAdNetworkAdEventType) {
@@ -1993,7 +2083,7 @@ var enums;
1993
2083
  })(SkAdNetworkAdEventType = enums.SkAdNetworkAdEventType || (enums.SkAdNetworkAdEventType = {}));
1994
2084
  /**
1995
2085
  * @name SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
1996
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
2086
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
1997
2087
  */
1998
2088
  let SkAdNetworkAttributionCredit;
1999
2089
  (function (SkAdNetworkAttributionCredit) {
@@ -2005,7 +2095,7 @@ var enums;
2005
2095
  })(SkAdNetworkAttributionCredit = enums.SkAdNetworkAttributionCredit || (enums.SkAdNetworkAttributionCredit = {}));
2006
2096
  /**
2007
2097
  * @name SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
2008
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
2098
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue
2009
2099
  */
2010
2100
  let SkAdNetworkCoarseConversionValue;
2011
2101
  (function (SkAdNetworkCoarseConversionValue) {
@@ -2019,7 +2109,7 @@ var enums;
2019
2109
  })(SkAdNetworkCoarseConversionValue = enums.SkAdNetworkCoarseConversionValue || (enums.SkAdNetworkCoarseConversionValue = {}));
2020
2110
  /**
2021
2111
  * @name SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
2022
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
2112
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType
2023
2113
  */
2024
2114
  let SkAdNetworkSourceType;
2025
2115
  (function (SkAdNetworkSourceType) {
@@ -2031,7 +2121,7 @@ var enums;
2031
2121
  })(SkAdNetworkSourceType = enums.SkAdNetworkSourceType || (enums.SkAdNetworkSourceType = {}));
2032
2122
  /**
2033
2123
  * @name SkAdNetworkUserTypeEnum.SkAdNetworkUserType
2034
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SkAdNetworkUserTypeEnum.SkAdNetworkUserType
2124
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SkAdNetworkUserTypeEnum.SkAdNetworkUserType
2035
2125
  */
2036
2126
  let SkAdNetworkUserType;
2037
2127
  (function (SkAdNetworkUserType) {
@@ -2043,7 +2133,7 @@ var enums;
2043
2133
  })(SkAdNetworkUserType = enums.SkAdNetworkUserType || (enums.SkAdNetworkUserType = {}));
2044
2134
  /**
2045
2135
  * @name SlotEnum.Slot
2046
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SlotEnum.Slot
2136
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SlotEnum.Slot
2047
2137
  */
2048
2138
  let Slot;
2049
2139
  (function (Slot) {
@@ -2059,7 +2149,7 @@ var enums;
2059
2149
  })(Slot = enums.Slot || (enums.Slot = {}));
2060
2150
  /**
2061
2151
  * @name VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType
2062
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType
2152
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType
2063
2153
  */
2064
2154
  let VerticalAdsItemVerticalType;
2065
2155
  (function (VerticalAdsItemVerticalType) {
@@ -2072,9 +2162,32 @@ var enums;
2072
2162
  VerticalAdsItemVerticalType[VerticalAdsItemVerticalType["THINGS_TO_DO"] = 6] = "THINGS_TO_DO";
2073
2163
  VerticalAdsItemVerticalType[VerticalAdsItemVerticalType["FLIGHTS"] = 7] = "FLIGHTS";
2074
2164
  })(VerticalAdsItemVerticalType = enums.VerticalAdsItemVerticalType || (enums.VerticalAdsItemVerticalType = {}));
2165
+ /**
2166
+ * @name SyntheticContentAttestationStatusEnum.SyntheticContentAttestationStatus
2167
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SyntheticContentAttestationStatusEnum.SyntheticContentAttestationStatus
2168
+ */
2169
+ let SyntheticContentAttestationStatus;
2170
+ (function (SyntheticContentAttestationStatus) {
2171
+ SyntheticContentAttestationStatus[SyntheticContentAttestationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
2172
+ SyntheticContentAttestationStatus[SyntheticContentAttestationStatus["UNKNOWN"] = 1] = "UNKNOWN";
2173
+ SyntheticContentAttestationStatus[SyntheticContentAttestationStatus["NOT_SYNTHETIC"] = 2] = "NOT_SYNTHETIC";
2174
+ SyntheticContentAttestationStatus[SyntheticContentAttestationStatus["IS_SYNTHETIC"] = 3] = "IS_SYNTHETIC";
2175
+ })(SyntheticContentAttestationStatus = enums.SyntheticContentAttestationStatus || (enums.SyntheticContentAttestationStatus = {}));
2176
+ /**
2177
+ * @name SyntheticContentSourceEnum.SyntheticContentSource
2178
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SyntheticContentSourceEnum.SyntheticContentSource
2179
+ */
2180
+ let SyntheticContentSource;
2181
+ (function (SyntheticContentSource) {
2182
+ SyntheticContentSource[SyntheticContentSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
2183
+ SyntheticContentSource[SyntheticContentSource["UNKNOWN"] = 1] = "UNKNOWN";
2184
+ SyntheticContentSource[SyntheticContentSource["ADVERTISER_ATTESTED"] = 2] = "ADVERTISER_ATTESTED";
2185
+ SyntheticContentSource[SyntheticContentSource["GOOGLE_GENERATED_ADVERTISER_REVIEWED"] = 3] = "GOOGLE_GENERATED_ADVERTISER_REVIEWED";
2186
+ SyntheticContentSource[SyntheticContentSource["GOOGLE_GENERATED_FULLY_AUTOMATED"] = 4] = "GOOGLE_GENERATED_FULLY_AUTOMATED";
2187
+ })(SyntheticContentSource = enums.SyntheticContentSource || (enums.SyntheticContentSource = {}));
2075
2188
  /**
2076
2189
  * @name TrackingCodePageFormatEnum.TrackingCodePageFormat
2077
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/TrackingCodePageFormatEnum.TrackingCodePageFormat
2190
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/TrackingCodePageFormatEnum.TrackingCodePageFormat
2078
2191
  */
2079
2192
  let TrackingCodePageFormat;
2080
2193
  (function (TrackingCodePageFormat) {
@@ -2085,7 +2198,7 @@ var enums;
2085
2198
  })(TrackingCodePageFormat = enums.TrackingCodePageFormat || (enums.TrackingCodePageFormat = {}));
2086
2199
  /**
2087
2200
  * @name TrackingCodeTypeEnum.TrackingCodeType
2088
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/TrackingCodeTypeEnum.TrackingCodeType
2201
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/TrackingCodeTypeEnum.TrackingCodeType
2089
2202
  */
2090
2203
  let TrackingCodeType;
2091
2204
  (function (TrackingCodeType) {
@@ -2098,7 +2211,7 @@ var enums;
2098
2211
  })(TrackingCodeType = enums.TrackingCodeType || (enums.TrackingCodeType = {}));
2099
2212
  /**
2100
2213
  * @name TargetingDimensionEnum.TargetingDimension
2101
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/TargetingDimensionEnum.TargetingDimension
2214
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/TargetingDimensionEnum.TargetingDimension
2102
2215
  */
2103
2216
  let TargetingDimension;
2104
2217
  (function (TargetingDimension) {
@@ -2115,7 +2228,7 @@ var enums;
2115
2228
  })(TargetingDimension = enums.TargetingDimension || (enums.TargetingDimension = {}));
2116
2229
  /**
2117
2230
  * @name ThirdPartyBrandLiftIntegrationPartnerEnum.ThirdPartyBrandLiftIntegrationPartner
2118
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ThirdPartyBrandLiftIntegrationPartnerEnum.ThirdPartyBrandLiftIntegrationPartner
2231
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ThirdPartyBrandLiftIntegrationPartnerEnum.ThirdPartyBrandLiftIntegrationPartner
2119
2232
  */
2120
2233
  let ThirdPartyBrandLiftIntegrationPartner;
2121
2234
  (function (ThirdPartyBrandLiftIntegrationPartner) {
@@ -2128,7 +2241,7 @@ var enums;
2128
2241
  })(ThirdPartyBrandLiftIntegrationPartner = enums.ThirdPartyBrandLiftIntegrationPartner || (enums.ThirdPartyBrandLiftIntegrationPartner = {}));
2129
2242
  /**
2130
2243
  * @name ThirdPartyBrandSafetyIntegrationPartnerEnum.ThirdPartyBrandSafetyIntegrationPartner
2131
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ThirdPartyBrandSafetyIntegrationPartnerEnum.ThirdPartyBrandSafetyIntegrationPartner
2244
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ThirdPartyBrandSafetyIntegrationPartnerEnum.ThirdPartyBrandSafetyIntegrationPartner
2132
2245
  */
2133
2246
  let ThirdPartyBrandSafetyIntegrationPartner;
2134
2247
  (function (ThirdPartyBrandSafetyIntegrationPartner) {
@@ -2138,9 +2251,19 @@ var enums;
2138
2251
  ThirdPartyBrandSafetyIntegrationPartner[ThirdPartyBrandSafetyIntegrationPartner["INTEGRAL_AD_SCIENCE"] = 3] = "INTEGRAL_AD_SCIENCE";
2139
2252
  ThirdPartyBrandSafetyIntegrationPartner[ThirdPartyBrandSafetyIntegrationPartner["ZEFR"] = 4] = "ZEFR";
2140
2253
  })(ThirdPartyBrandSafetyIntegrationPartner = enums.ThirdPartyBrandSafetyIntegrationPartner || (enums.ThirdPartyBrandSafetyIntegrationPartner = {}));
2254
+ /**
2255
+ * @name ThirdPartyConversionAttributionIntegrationPartnerEnum.ThirdPartyConversionAttributionIntegrationPartner
2256
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ThirdPartyConversionAttributionIntegrationPartnerEnum.ThirdPartyConversionAttributionIntegrationPartner
2257
+ */
2258
+ let ThirdPartyConversionAttributionIntegrationPartner;
2259
+ (function (ThirdPartyConversionAttributionIntegrationPartner) {
2260
+ ThirdPartyConversionAttributionIntegrationPartner[ThirdPartyConversionAttributionIntegrationPartner["UNSPECIFIED"] = 0] = "UNSPECIFIED";
2261
+ ThirdPartyConversionAttributionIntegrationPartner[ThirdPartyConversionAttributionIntegrationPartner["UNKNOWN"] = 1] = "UNKNOWN";
2262
+ ThirdPartyConversionAttributionIntegrationPartner[ThirdPartyConversionAttributionIntegrationPartner["TRANSUNION"] = 2] = "TRANSUNION";
2263
+ })(ThirdPartyConversionAttributionIntegrationPartner = enums.ThirdPartyConversionAttributionIntegrationPartner || (enums.ThirdPartyConversionAttributionIntegrationPartner = {}));
2141
2264
  /**
2142
2265
  * @name ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner
2143
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner
2266
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner
2144
2267
  */
2145
2268
  let ThirdPartyReachIntegrationPartner;
2146
2269
  (function (ThirdPartyReachIntegrationPartner) {
@@ -2158,7 +2281,7 @@ var enums;
2158
2281
  })(ThirdPartyReachIntegrationPartner = enums.ThirdPartyReachIntegrationPartner || (enums.ThirdPartyReachIntegrationPartner = {}));
2159
2282
  /**
2160
2283
  * @name ThirdPartyViewabilityIntegrationPartnerEnum.ThirdPartyViewabilityIntegrationPartner
2161
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ThirdPartyViewabilityIntegrationPartnerEnum.ThirdPartyViewabilityIntegrationPartner
2284
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ThirdPartyViewabilityIntegrationPartnerEnum.ThirdPartyViewabilityIntegrationPartner
2162
2285
  */
2163
2286
  let ThirdPartyViewabilityIntegrationPartner;
2164
2287
  (function (ThirdPartyViewabilityIntegrationPartner) {
@@ -2170,7 +2293,7 @@ var enums;
2170
2293
  })(ThirdPartyViewabilityIntegrationPartner = enums.ThirdPartyViewabilityIntegrationPartner || (enums.ThirdPartyViewabilityIntegrationPartner = {}));
2171
2294
  /**
2172
2295
  * @name CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
2173
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
2296
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
2174
2297
  */
2175
2298
  let CustomerMatchUploadKeyType;
2176
2299
  (function (CustomerMatchUploadKeyType) {
@@ -2182,7 +2305,7 @@ var enums;
2182
2305
  })(CustomerMatchUploadKeyType = enums.CustomerMatchUploadKeyType || (enums.CustomerMatchUploadKeyType = {}));
2183
2306
  /**
2184
2307
  * @name LookalikeExpansionLevelEnum.LookalikeExpansionLevel
2185
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LookalikeExpansionLevelEnum.LookalikeExpansionLevel
2308
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LookalikeExpansionLevelEnum.LookalikeExpansionLevel
2186
2309
  */
2187
2310
  let LookalikeExpansionLevel;
2188
2311
  (function (LookalikeExpansionLevel) {
@@ -2194,7 +2317,7 @@ var enums;
2194
2317
  })(LookalikeExpansionLevel = enums.LookalikeExpansionLevel || (enums.LookalikeExpansionLevel = {}));
2195
2318
  /**
2196
2319
  * @name UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
2197
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
2320
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
2198
2321
  */
2199
2322
  let UserListCrmDataSourceType;
2200
2323
  (function (UserListCrmDataSourceType) {
@@ -2207,7 +2330,7 @@ var enums;
2207
2330
  })(UserListCrmDataSourceType = enums.UserListCrmDataSourceType || (enums.UserListCrmDataSourceType = {}));
2208
2331
  /**
2209
2332
  * @name UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
2210
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
2333
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
2211
2334
  */
2212
2335
  let UserListDateRuleItemOperator;
2213
2336
  (function (UserListDateRuleItemOperator) {
@@ -2220,7 +2343,7 @@ var enums;
2220
2343
  })(UserListDateRuleItemOperator = enums.UserListDateRuleItemOperator || (enums.UserListDateRuleItemOperator = {}));
2221
2344
  /**
2222
2345
  * @name UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
2223
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
2346
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
2224
2347
  */
2225
2348
  let UserListFlexibleRuleOperator;
2226
2349
  (function (UserListFlexibleRuleOperator) {
@@ -2231,7 +2354,7 @@ var enums;
2231
2354
  })(UserListFlexibleRuleOperator = enums.UserListFlexibleRuleOperator || (enums.UserListFlexibleRuleOperator = {}));
2232
2355
  /**
2233
2356
  * @name UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
2234
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
2357
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
2235
2358
  */
2236
2359
  let UserListLogicalRuleOperator;
2237
2360
  (function (UserListLogicalRuleOperator) {
@@ -2243,7 +2366,7 @@ var enums;
2243
2366
  })(UserListLogicalRuleOperator = enums.UserListLogicalRuleOperator || (enums.UserListLogicalRuleOperator = {}));
2244
2367
  /**
2245
2368
  * @name UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
2246
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
2369
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
2247
2370
  */
2248
2371
  let UserListNumberRuleItemOperator;
2249
2372
  (function (UserListNumberRuleItemOperator) {
@@ -2258,7 +2381,7 @@ var enums;
2258
2381
  })(UserListNumberRuleItemOperator = enums.UserListNumberRuleItemOperator || (enums.UserListNumberRuleItemOperator = {}));
2259
2382
  /**
2260
2383
  * @name UserListPrepopulationStatusEnum.UserListPrepopulationStatus
2261
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserListPrepopulationStatusEnum.UserListPrepopulationStatus
2384
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserListPrepopulationStatusEnum.UserListPrepopulationStatus
2262
2385
  */
2263
2386
  let UserListPrepopulationStatus;
2264
2387
  (function (UserListPrepopulationStatus) {
@@ -2270,7 +2393,7 @@ var enums;
2270
2393
  })(UserListPrepopulationStatus = enums.UserListPrepopulationStatus || (enums.UserListPrepopulationStatus = {}));
2271
2394
  /**
2272
2395
  * @name UserListRuleTypeEnum.UserListRuleType
2273
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserListRuleTypeEnum.UserListRuleType
2396
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserListRuleTypeEnum.UserListRuleType
2274
2397
  */
2275
2398
  let UserListRuleType;
2276
2399
  (function (UserListRuleType) {
@@ -2281,7 +2404,7 @@ var enums;
2281
2404
  })(UserListRuleType = enums.UserListRuleType || (enums.UserListRuleType = {}));
2282
2405
  /**
2283
2406
  * @name UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
2284
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
2407
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
2285
2408
  */
2286
2409
  let UserListStringRuleItemOperator;
2287
2410
  (function (UserListStringRuleItemOperator) {
@@ -2298,7 +2421,7 @@ var enums;
2298
2421
  })(UserListStringRuleItemOperator = enums.UserListStringRuleItemOperator || (enums.UserListStringRuleItemOperator = {}));
2299
2422
  /**
2300
2423
  * @name AccessInvitationStatusEnum.AccessInvitationStatus
2301
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AccessInvitationStatusEnum.AccessInvitationStatus
2424
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AccessInvitationStatusEnum.AccessInvitationStatus
2302
2425
  */
2303
2426
  let AccessInvitationStatus;
2304
2427
  (function (AccessInvitationStatus) {
@@ -2310,7 +2433,7 @@ var enums;
2310
2433
  })(AccessInvitationStatus = enums.AccessInvitationStatus || (enums.AccessInvitationStatus = {}));
2311
2434
  /**
2312
2435
  * @name AccessReasonEnum.AccessReason
2313
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AccessReasonEnum.AccessReason
2436
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AccessReasonEnum.AccessReason
2314
2437
  */
2315
2438
  let AccessReason;
2316
2439
  (function (AccessReason) {
@@ -2324,7 +2447,7 @@ var enums;
2324
2447
  })(AccessReason = enums.AccessReason || (enums.AccessReason = {}));
2325
2448
  /**
2326
2449
  * @name AccessRoleEnum.AccessRole
2327
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AccessRoleEnum.AccessRole
2450
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AccessRoleEnum.AccessRole
2328
2451
  */
2329
2452
  let AccessRole;
2330
2453
  (function (AccessRole) {
@@ -2337,7 +2460,7 @@ var enums;
2337
2460
  })(AccessRole = enums.AccessRole || (enums.AccessRole = {}));
2338
2461
  /**
2339
2462
  * @name AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
2340
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
2463
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
2341
2464
  */
2342
2465
  let AccountBudgetProposalStatus;
2343
2466
  (function (AccountBudgetProposalStatus) {
@@ -2351,7 +2474,7 @@ var enums;
2351
2474
  })(AccountBudgetProposalStatus = enums.AccountBudgetProposalStatus || (enums.AccountBudgetProposalStatus = {}));
2352
2475
  /**
2353
2476
  * @name AccountBudgetProposalTypeEnum.AccountBudgetProposalType
2354
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AccountBudgetProposalTypeEnum.AccountBudgetProposalType
2477
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AccountBudgetProposalTypeEnum.AccountBudgetProposalType
2355
2478
  */
2356
2479
  let AccountBudgetProposalType;
2357
2480
  (function (AccountBudgetProposalType) {
@@ -2364,7 +2487,7 @@ var enums;
2364
2487
  })(AccountBudgetProposalType = enums.AccountBudgetProposalType || (enums.AccountBudgetProposalType = {}));
2365
2488
  /**
2366
2489
  * @name AccountBudgetStatusEnum.AccountBudgetStatus
2367
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AccountBudgetStatusEnum.AccountBudgetStatus
2490
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AccountBudgetStatusEnum.AccountBudgetStatus
2368
2491
  */
2369
2492
  let AccountBudgetStatus;
2370
2493
  (function (AccountBudgetStatus) {
@@ -2376,7 +2499,7 @@ var enums;
2376
2499
  })(AccountBudgetStatus = enums.AccountBudgetStatus || (enums.AccountBudgetStatus = {}));
2377
2500
  /**
2378
2501
  * @name AccountLinkStatusEnum.AccountLinkStatus
2379
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AccountLinkStatusEnum.AccountLinkStatus
2502
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AccountLinkStatusEnum.AccountLinkStatus
2380
2503
  */
2381
2504
  let AccountLinkStatus;
2382
2505
  (function (AccountLinkStatus) {
@@ -2391,7 +2514,7 @@ var enums;
2391
2514
  })(AccountLinkStatus = enums.AccountLinkStatus || (enums.AccountLinkStatus = {}));
2392
2515
  /**
2393
2516
  * @name AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
2394
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
2517
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdGroupAdPrimaryStatusEnum.AdGroupAdPrimaryStatus
2395
2518
  */
2396
2519
  let AdGroupAdPrimaryStatus;
2397
2520
  (function (AdGroupAdPrimaryStatus) {
@@ -2406,7 +2529,7 @@ var enums;
2406
2529
  })(AdGroupAdPrimaryStatus = enums.AdGroupAdPrimaryStatus || (enums.AdGroupAdPrimaryStatus = {}));
2407
2530
  /**
2408
2531
  * @name AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
2409
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
2532
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
2410
2533
  */
2411
2534
  let AdGroupAdPrimaryStatusReason;
2412
2535
  (function (AdGroupAdPrimaryStatusReason) {
@@ -2430,7 +2553,7 @@ var enums;
2430
2553
  })(AdGroupAdPrimaryStatusReason = enums.AdGroupAdPrimaryStatusReason || (enums.AdGroupAdPrimaryStatusReason = {}));
2431
2554
  /**
2432
2555
  * @name AdGroupAdRotationModeEnum.AdGroupAdRotationMode
2433
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdGroupAdRotationModeEnum.AdGroupAdRotationMode
2556
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdGroupAdRotationModeEnum.AdGroupAdRotationMode
2434
2557
  */
2435
2558
  let AdGroupAdRotationMode;
2436
2559
  (function (AdGroupAdRotationMode) {
@@ -2441,7 +2564,7 @@ var enums;
2441
2564
  })(AdGroupAdRotationMode = enums.AdGroupAdRotationMode || (enums.AdGroupAdRotationMode = {}));
2442
2565
  /**
2443
2566
  * @name AdGroupAdStatusEnum.AdGroupAdStatus
2444
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdGroupAdStatusEnum.AdGroupAdStatus
2567
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdGroupAdStatusEnum.AdGroupAdStatus
2445
2568
  */
2446
2569
  let AdGroupAdStatus;
2447
2570
  (function (AdGroupAdStatus) {
@@ -2453,7 +2576,7 @@ var enums;
2453
2576
  })(AdGroupAdStatus = enums.AdGroupAdStatus || (enums.AdGroupAdStatus = {}));
2454
2577
  /**
2455
2578
  * @name AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
2456
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
2579
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
2457
2580
  */
2458
2581
  let AdGroupCriterionApprovalStatus;
2459
2582
  (function (AdGroupCriterionApprovalStatus) {
@@ -2466,7 +2589,7 @@ var enums;
2466
2589
  })(AdGroupCriterionApprovalStatus = enums.AdGroupCriterionApprovalStatus || (enums.AdGroupCriterionApprovalStatus = {}));
2467
2590
  /**
2468
2591
  * @name AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus
2469
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus
2592
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus
2470
2593
  */
2471
2594
  let AdGroupCriterionPrimaryStatus;
2472
2595
  (function (AdGroupCriterionPrimaryStatus) {
@@ -2480,7 +2603,7 @@ var enums;
2480
2603
  })(AdGroupCriterionPrimaryStatus = enums.AdGroupCriterionPrimaryStatus || (enums.AdGroupCriterionPrimaryStatus = {}));
2481
2604
  /**
2482
2605
  * @name AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason
2483
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason
2606
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason
2484
2607
  */
2485
2608
  let AdGroupCriterionPrimaryStatusReason;
2486
2609
  (function (AdGroupCriterionPrimaryStatusReason) {
@@ -2507,7 +2630,7 @@ var enums;
2507
2630
  })(AdGroupCriterionPrimaryStatusReason = enums.AdGroupCriterionPrimaryStatusReason || (enums.AdGroupCriterionPrimaryStatusReason = {}));
2508
2631
  /**
2509
2632
  * @name AdGroupCriterionStatusEnum.AdGroupCriterionStatus
2510
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdGroupCriterionStatusEnum.AdGroupCriterionStatus
2633
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdGroupCriterionStatusEnum.AdGroupCriterionStatus
2511
2634
  */
2512
2635
  let AdGroupCriterionStatus;
2513
2636
  (function (AdGroupCriterionStatus) {
@@ -2519,7 +2642,7 @@ var enums;
2519
2642
  })(AdGroupCriterionStatus = enums.AdGroupCriterionStatus || (enums.AdGroupCriterionStatus = {}));
2520
2643
  /**
2521
2644
  * @name AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
2522
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
2645
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdGroupPrimaryStatusEnum.AdGroupPrimaryStatus
2523
2646
  */
2524
2647
  let AdGroupPrimaryStatus;
2525
2648
  (function (AdGroupPrimaryStatus) {
@@ -2534,7 +2657,7 @@ var enums;
2534
2657
  })(AdGroupPrimaryStatus = enums.AdGroupPrimaryStatus || (enums.AdGroupPrimaryStatus = {}));
2535
2658
  /**
2536
2659
  * @name AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
2537
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
2660
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
2538
2661
  */
2539
2662
  let AdGroupPrimaryStatusReason;
2540
2663
  (function (AdGroupPrimaryStatusReason) {
@@ -2559,7 +2682,7 @@ var enums;
2559
2682
  })(AdGroupPrimaryStatusReason = enums.AdGroupPrimaryStatusReason || (enums.AdGroupPrimaryStatusReason = {}));
2560
2683
  /**
2561
2684
  * @name AdGroupStatusEnum.AdGroupStatus
2562
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdGroupStatusEnum.AdGroupStatus
2685
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdGroupStatusEnum.AdGroupStatus
2563
2686
  */
2564
2687
  let AdGroupStatus;
2565
2688
  (function (AdGroupStatus) {
@@ -2571,7 +2694,7 @@ var enums;
2571
2694
  })(AdGroupStatus = enums.AdGroupStatus || (enums.AdGroupStatus = {}));
2572
2695
  /**
2573
2696
  * @name AdGroupTypeEnum.AdGroupType
2574
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdGroupTypeEnum.AdGroupType
2697
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdGroupTypeEnum.AdGroupType
2575
2698
  */
2576
2699
  let AdGroupType;
2577
2700
  (function (AdGroupType) {
@@ -2597,7 +2720,7 @@ var enums;
2597
2720
  })(AdGroupType = enums.AdGroupType || (enums.AdGroupType = {}));
2598
2721
  /**
2599
2722
  * @name AdServingOptimizationStatusEnum.AdServingOptimizationStatus
2600
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdServingOptimizationStatusEnum.AdServingOptimizationStatus
2723
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdServingOptimizationStatusEnum.AdServingOptimizationStatus
2601
2724
  */
2602
2725
  let AdServingOptimizationStatus;
2603
2726
  (function (AdServingOptimizationStatus) {
@@ -2611,7 +2734,7 @@ var enums;
2611
2734
  })(AdServingOptimizationStatus = enums.AdServingOptimizationStatus || (enums.AdServingOptimizationStatus = {}));
2612
2735
  /**
2613
2736
  * @name AdStrengthEnum.AdStrength
2614
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdStrengthEnum.AdStrength
2737
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdStrengthEnum.AdStrength
2615
2738
  */
2616
2739
  let AdStrength;
2617
2740
  (function (AdStrength) {
@@ -2626,7 +2749,7 @@ var enums;
2626
2749
  })(AdStrength = enums.AdStrength || (enums.AdStrength = {}));
2627
2750
  /**
2628
2751
  * @name AdStrengthActionItemTypeEnum.AdStrengthActionItemType
2629
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdStrengthActionItemTypeEnum.AdStrengthActionItemType
2752
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdStrengthActionItemTypeEnum.AdStrengthActionItemType
2630
2753
  */
2631
2754
  let AdStrengthActionItemType;
2632
2755
  (function (AdStrengthActionItemType) {
@@ -2636,7 +2759,7 @@ var enums;
2636
2759
  })(AdStrengthActionItemType = enums.AdStrengthActionItemType || (enums.AdStrengthActionItemType = {}));
2637
2760
  /**
2638
2761
  * @name AdTypeEnum.AdType
2639
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AdTypeEnum.AdType
2762
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AdTypeEnum.AdType
2640
2763
  */
2641
2764
  let AdType;
2642
2765
  (function (AdType) {
@@ -2677,7 +2800,7 @@ var enums;
2677
2800
  })(AdType = enums.AdType || (enums.AdType = {}));
2678
2801
  /**
2679
2802
  * @name AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
2680
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
2803
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType
2681
2804
  */
2682
2805
  let AndroidPrivacyInteractionType;
2683
2806
  (function (AndroidPrivacyInteractionType) {
@@ -2689,7 +2812,7 @@ var enums;
2689
2812
  })(AndroidPrivacyInteractionType = enums.AndroidPrivacyInteractionType || (enums.AndroidPrivacyInteractionType = {}));
2690
2813
  /**
2691
2814
  * @name AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
2692
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
2815
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType
2693
2816
  */
2694
2817
  let AndroidPrivacyNetworkType;
2695
2818
  (function (AndroidPrivacyNetworkType) {
@@ -2701,7 +2824,7 @@ var enums;
2701
2824
  })(AndroidPrivacyNetworkType = enums.AndroidPrivacyNetworkType || (enums.AndroidPrivacyNetworkType = {}));
2702
2825
  /**
2703
2826
  * @name AppBiddingGoalEnum.AppBiddingGoal
2704
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AppBiddingGoalEnum.AppBiddingGoal
2827
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AppBiddingGoalEnum.AppBiddingGoal
2705
2828
  */
2706
2829
  let AppBiddingGoal;
2707
2830
  (function (AppBiddingGoal) {
@@ -2717,7 +2840,7 @@ var enums;
2717
2840
  })(AppBiddingGoal = enums.AppBiddingGoal || (enums.AppBiddingGoal = {}));
2718
2841
  /**
2719
2842
  * @name AppCampaignAppStoreEnum.AppCampaignAppStore
2720
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AppCampaignAppStoreEnum.AppCampaignAppStore
2843
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AppCampaignAppStoreEnum.AppCampaignAppStore
2721
2844
  */
2722
2845
  let AppCampaignAppStore;
2723
2846
  (function (AppCampaignAppStore) {
@@ -2728,7 +2851,7 @@ var enums;
2728
2851
  })(AppCampaignAppStore = enums.AppCampaignAppStore || (enums.AppCampaignAppStore = {}));
2729
2852
  /**
2730
2853
  * @name AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
2731
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
2854
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
2732
2855
  */
2733
2856
  let AppCampaignBiddingStrategyGoalType;
2734
2857
  (function (AppCampaignBiddingStrategyGoalType) {
@@ -2745,7 +2868,7 @@ var enums;
2745
2868
  })(AppCampaignBiddingStrategyGoalType = enums.AppCampaignBiddingStrategyGoalType || (enums.AppCampaignBiddingStrategyGoalType = {}));
2746
2869
  /**
2747
2870
  * @name AssetAutomationStatusEnum.AssetAutomationStatus
2748
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetAutomationStatusEnum.AssetAutomationStatus
2871
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetAutomationStatusEnum.AssetAutomationStatus
2749
2872
  */
2750
2873
  let AssetAutomationStatus;
2751
2874
  (function (AssetAutomationStatus) {
@@ -2756,7 +2879,7 @@ var enums;
2756
2879
  })(AssetAutomationStatus = enums.AssetAutomationStatus || (enums.AssetAutomationStatus = {}));
2757
2880
  /**
2758
2881
  * @name AssetAutomationTypeEnum.AssetAutomationType
2759
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetAutomationTypeEnum.AssetAutomationType
2882
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetAutomationTypeEnum.AssetAutomationType
2760
2883
  */
2761
2884
  let AssetAutomationType;
2762
2885
  (function (AssetAutomationType) {
@@ -2766,16 +2889,18 @@ var enums;
2766
2889
  AssetAutomationType[AssetAutomationType["GENERATE_VERTICAL_YOUTUBE_VIDEOS"] = 3] = "GENERATE_VERTICAL_YOUTUBE_VIDEOS";
2767
2890
  AssetAutomationType[AssetAutomationType["GENERATE_SHORTER_YOUTUBE_VIDEOS"] = 4] = "GENERATE_SHORTER_YOUTUBE_VIDEOS";
2768
2891
  AssetAutomationType[AssetAutomationType["GENERATE_LANDING_PAGE_PREVIEW"] = 5] = "GENERATE_LANDING_PAGE_PREVIEW";
2892
+ AssetAutomationType[AssetAutomationType["GENERATE_LANDING_PAGE_TEXT"] = 14] = "GENERATE_LANDING_PAGE_TEXT";
2769
2893
  AssetAutomationType[AssetAutomationType["GENERATE_ENHANCED_YOUTUBE_VIDEOS"] = 6] = "GENERATE_ENHANCED_YOUTUBE_VIDEOS";
2770
2894
  AssetAutomationType[AssetAutomationType["GENERATE_IMAGE_ENHANCEMENT"] = 7] = "GENERATE_IMAGE_ENHANCEMENT";
2771
2895
  AssetAutomationType[AssetAutomationType["GENERATE_IMAGE_EXTRACTION"] = 9] = "GENERATE_IMAGE_EXTRACTION";
2772
2896
  AssetAutomationType[AssetAutomationType["GENERATE_DESIGN_VERSIONS_FOR_IMAGES"] = 10] = "GENERATE_DESIGN_VERSIONS_FOR_IMAGES";
2773
2897
  AssetAutomationType[AssetAutomationType["FINAL_URL_EXPANSION_TEXT_ASSET_AUTOMATION"] = 11] = "FINAL_URL_EXPANSION_TEXT_ASSET_AUTOMATION";
2774
2898
  AssetAutomationType[AssetAutomationType["GENERATE_VIDEOS_FROM_OTHER_ASSETS"] = 12] = "GENERATE_VIDEOS_FROM_OTHER_ASSETS";
2899
+ AssetAutomationType[AssetAutomationType["GENERATE_ANIMATED_IMAGES_FROM_OTHER_ASSETS"] = 13] = "GENERATE_ANIMATED_IMAGES_FROM_OTHER_ASSETS";
2775
2900
  })(AssetAutomationType = enums.AssetAutomationType || (enums.AssetAutomationType = {}));
2776
2901
  /**
2777
2902
  * @name AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement
2778
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement
2903
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement
2779
2904
  */
2780
2905
  let AssetCoverageVideoAspectRatioRequirement;
2781
2906
  (function (AssetCoverageVideoAspectRatioRequirement) {
@@ -2787,7 +2912,7 @@ var enums;
2787
2912
  })(AssetCoverageVideoAspectRatioRequirement = enums.AssetCoverageVideoAspectRatioRequirement || (enums.AssetCoverageVideoAspectRatioRequirement = {}));
2788
2913
  /**
2789
2914
  * @name AssetFieldTypeEnum.AssetFieldType
2790
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetFieldTypeEnum.AssetFieldType
2915
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetFieldTypeEnum.AssetFieldType
2791
2916
  */
2792
2917
  let AssetFieldType;
2793
2918
  (function (AssetFieldType) {
@@ -2828,10 +2953,11 @@ var enums;
2828
2953
  AssetFieldType[AssetFieldType["LONG_DESCRIPTION"] = 39] = "LONG_DESCRIPTION";
2829
2954
  AssetFieldType[AssetFieldType["CALL_TO_ACTION"] = 40] = "CALL_TO_ACTION";
2830
2955
  AssetFieldType[AssetFieldType["CLASSIC_DISPLAY_IMAGE"] = 47] = "CLASSIC_DISPLAY_IMAGE";
2956
+ AssetFieldType[AssetFieldType["TEXT_DISCLAIMER"] = 48] = "TEXT_DISCLAIMER";
2831
2957
  })(AssetFieldType = enums.AssetFieldType || (enums.AssetFieldType = {}));
2832
2958
  /**
2833
2959
  * @name AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
2834
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
2960
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetGroupPrimaryStatusEnum.AssetGroupPrimaryStatus
2835
2961
  */
2836
2962
  let AssetGroupPrimaryStatus;
2837
2963
  (function (AssetGroupPrimaryStatus) {
@@ -2846,7 +2972,7 @@ var enums;
2846
2972
  })(AssetGroupPrimaryStatus = enums.AssetGroupPrimaryStatus || (enums.AssetGroupPrimaryStatus = {}));
2847
2973
  /**
2848
2974
  * @name AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
2849
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
2975
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
2850
2976
  */
2851
2977
  let AssetGroupPrimaryStatusReason;
2852
2978
  (function (AssetGroupPrimaryStatusReason) {
@@ -2864,7 +2990,7 @@ var enums;
2864
2990
  })(AssetGroupPrimaryStatusReason = enums.AssetGroupPrimaryStatusReason || (enums.AssetGroupPrimaryStatusReason = {}));
2865
2991
  /**
2866
2992
  * @name AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
2867
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
2993
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
2868
2994
  */
2869
2995
  let AssetGroupSignalApprovalStatus;
2870
2996
  (function (AssetGroupSignalApprovalStatus) {
@@ -2877,7 +3003,7 @@ var enums;
2877
3003
  })(AssetGroupSignalApprovalStatus = enums.AssetGroupSignalApprovalStatus || (enums.AssetGroupSignalApprovalStatus = {}));
2878
3004
  /**
2879
3005
  * @name AssetGroupStatusEnum.AssetGroupStatus
2880
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetGroupStatusEnum.AssetGroupStatus
3006
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetGroupStatusEnum.AssetGroupStatus
2881
3007
  */
2882
3008
  let AssetGroupStatus;
2883
3009
  (function (AssetGroupStatus) {
@@ -2889,7 +3015,7 @@ var enums;
2889
3015
  })(AssetGroupStatus = enums.AssetGroupStatus || (enums.AssetGroupStatus = {}));
2890
3016
  /**
2891
3017
  * @name AssetLinkStatusEnum.AssetLinkStatus
2892
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetLinkStatusEnum.AssetLinkStatus
3018
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetLinkStatusEnum.AssetLinkStatus
2893
3019
  */
2894
3020
  let AssetLinkStatus;
2895
3021
  (function (AssetLinkStatus) {
@@ -2901,7 +3027,7 @@ var enums;
2901
3027
  })(AssetLinkStatus = enums.AssetLinkStatus || (enums.AssetLinkStatus = {}));
2902
3028
  /**
2903
3029
  * @name AssetOrientationEnum.AssetOrientation
2904
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetOrientationEnum.AssetOrientation
3030
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetOrientationEnum.AssetOrientation
2905
3031
  */
2906
3032
  let AssetOrientation;
2907
3033
  (function (AssetOrientation) {
@@ -2913,7 +3039,7 @@ var enums;
2913
3039
  })(AssetOrientation = enums.AssetOrientation || (enums.AssetOrientation = {}));
2914
3040
  /**
2915
3041
  * @name AssetSetAssetStatusEnum.AssetSetAssetStatus
2916
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetSetAssetStatusEnum.AssetSetAssetStatus
3042
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetSetAssetStatusEnum.AssetSetAssetStatus
2917
3043
  */
2918
3044
  let AssetSetAssetStatus;
2919
3045
  (function (AssetSetAssetStatus) {
@@ -2924,7 +3050,7 @@ var enums;
2924
3050
  })(AssetSetAssetStatus = enums.AssetSetAssetStatus || (enums.AssetSetAssetStatus = {}));
2925
3051
  /**
2926
3052
  * @name AssetSetLinkStatusEnum.AssetSetLinkStatus
2927
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetSetLinkStatusEnum.AssetSetLinkStatus
3053
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetSetLinkStatusEnum.AssetSetLinkStatus
2928
3054
  */
2929
3055
  let AssetSetLinkStatus;
2930
3056
  (function (AssetSetLinkStatus) {
@@ -2935,7 +3061,7 @@ var enums;
2935
3061
  })(AssetSetLinkStatus = enums.AssetSetLinkStatus || (enums.AssetSetLinkStatus = {}));
2936
3062
  /**
2937
3063
  * @name AssetSetStatusEnum.AssetSetStatus
2938
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetSetStatusEnum.AssetSetStatus
3064
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetSetStatusEnum.AssetSetStatus
2939
3065
  */
2940
3066
  let AssetSetStatus;
2941
3067
  (function (AssetSetStatus) {
@@ -2946,7 +3072,7 @@ var enums;
2946
3072
  })(AssetSetStatus = enums.AssetSetStatus || (enums.AssetSetStatus = {}));
2947
3073
  /**
2948
3074
  * @name AssetSetTypeEnum.AssetSetType
2949
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetSetTypeEnum.AssetSetType
3075
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetSetTypeEnum.AssetSetType
2950
3076
  */
2951
3077
  let AssetSetType;
2952
3078
  (function (AssetSetType) {
@@ -2971,7 +3097,7 @@ var enums;
2971
3097
  })(AssetSetType = enums.AssetSetType || (enums.AssetSetType = {}));
2972
3098
  /**
2973
3099
  * @name AssetSourceEnum.AssetSource
2974
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetSourceEnum.AssetSource
3100
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetSourceEnum.AssetSource
2975
3101
  */
2976
3102
  let AssetSource;
2977
3103
  (function (AssetSource) {
@@ -2982,7 +3108,7 @@ var enums;
2982
3108
  })(AssetSource = enums.AssetSource || (enums.AssetSource = {}));
2983
3109
  /**
2984
3110
  * @name AssetTypeEnum.AssetType
2985
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AssetTypeEnum.AssetType
3111
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AssetTypeEnum.AssetType
2986
3112
  */
2987
3113
  let AssetType;
2988
3114
  (function (AssetType) {
@@ -3021,7 +3147,7 @@ var enums;
3021
3147
  })(AssetType = enums.AssetType || (enums.AssetType = {}));
3022
3148
  /**
3023
3149
  * @name AsyncActionStatusEnum.AsyncActionStatus
3024
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AsyncActionStatusEnum.AsyncActionStatus
3150
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AsyncActionStatusEnum.AsyncActionStatus
3025
3151
  */
3026
3152
  let AsyncActionStatus;
3027
3153
  (function (AsyncActionStatus) {
@@ -3035,7 +3161,7 @@ var enums;
3035
3161
  })(AsyncActionStatus = enums.AsyncActionStatus || (enums.AsyncActionStatus = {}));
3036
3162
  /**
3037
3163
  * @name AttributionModelEnum.AttributionModel
3038
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AttributionModelEnum.AttributionModel
3164
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AttributionModelEnum.AttributionModel
3039
3165
  */
3040
3166
  let AttributionModel;
3041
3167
  (function (AttributionModel) {
@@ -3051,7 +3177,7 @@ var enums;
3051
3177
  })(AttributionModel = enums.AttributionModel || (enums.AttributionModel = {}));
3052
3178
  /**
3053
3179
  * @name AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective
3054
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective
3180
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective
3055
3181
  */
3056
3182
  let AudienceInsightsMarketingObjective;
3057
3183
  (function (AudienceInsightsMarketingObjective) {
@@ -3063,7 +3189,7 @@ var enums;
3063
3189
  })(AudienceInsightsMarketingObjective = enums.AudienceInsightsMarketingObjective || (enums.AudienceInsightsMarketingObjective = {}));
3064
3190
  /**
3065
3191
  * @name AudienceScopeEnum.AudienceScope
3066
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AudienceScopeEnum.AudienceScope
3192
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AudienceScopeEnum.AudienceScope
3067
3193
  */
3068
3194
  let AudienceScope;
3069
3195
  (function (AudienceScope) {
@@ -3074,7 +3200,7 @@ var enums;
3074
3200
  })(AudienceScope = enums.AudienceScope || (enums.AudienceScope = {}));
3075
3201
  /**
3076
3202
  * @name AudienceStatusEnum.AudienceStatus
3077
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/AudienceStatusEnum.AudienceStatus
3203
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/AudienceStatusEnum.AudienceStatus
3078
3204
  */
3079
3205
  let AudienceStatus;
3080
3206
  (function (AudienceStatus) {
@@ -3085,7 +3211,7 @@ var enums;
3085
3211
  })(AudienceStatus = enums.AudienceStatus || (enums.AudienceStatus = {}));
3086
3212
  /**
3087
3213
  * @name BatchJobStatusEnum.BatchJobStatus
3088
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BatchJobStatusEnum.BatchJobStatus
3214
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BatchJobStatusEnum.BatchJobStatus
3089
3215
  */
3090
3216
  let BatchJobStatus;
3091
3217
  (function (BatchJobStatus) {
@@ -3097,7 +3223,7 @@ var enums;
3097
3223
  })(BatchJobStatus = enums.BatchJobStatus || (enums.BatchJobStatus = {}));
3098
3224
  /**
3099
3225
  * @name BenchmarksMarketingObjectiveEnum.BenchmarksMarketingObjective
3100
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BenchmarksMarketingObjectiveEnum.BenchmarksMarketingObjective
3226
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BenchmarksMarketingObjectiveEnum.BenchmarksMarketingObjective
3101
3227
  */
3102
3228
  let BenchmarksMarketingObjective;
3103
3229
  (function (BenchmarksMarketingObjective) {
@@ -3109,17 +3235,18 @@ var enums;
3109
3235
  })(BenchmarksMarketingObjective = enums.BenchmarksMarketingObjective || (enums.BenchmarksMarketingObjective = {}));
3110
3236
  /**
3111
3237
  * @name BenchmarksSourceTypeEnum.BenchmarksSourceType
3112
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BenchmarksSourceTypeEnum.BenchmarksSourceType
3238
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BenchmarksSourceTypeEnum.BenchmarksSourceType
3113
3239
  */
3114
3240
  let BenchmarksSourceType;
3115
3241
  (function (BenchmarksSourceType) {
3116
3242
  BenchmarksSourceType[BenchmarksSourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
3117
3243
  BenchmarksSourceType[BenchmarksSourceType["UNKNOWN"] = 1] = "UNKNOWN";
3118
3244
  BenchmarksSourceType[BenchmarksSourceType["INDUSTRY_VERTICAL"] = 2] = "INDUSTRY_VERTICAL";
3245
+ BenchmarksSourceType[BenchmarksSourceType["CATEGORY"] = 3] = "CATEGORY";
3119
3246
  })(BenchmarksSourceType = enums.BenchmarksSourceType || (enums.BenchmarksSourceType = {}));
3120
3247
  /**
3121
3248
  * @name BenchmarksTimeGranularityEnum.BenchmarksTimeGranularity
3122
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BenchmarksTimeGranularityEnum.BenchmarksTimeGranularity
3249
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BenchmarksTimeGranularityEnum.BenchmarksTimeGranularity
3123
3250
  */
3124
3251
  let BenchmarksTimeGranularity;
3125
3252
  (function (BenchmarksTimeGranularity) {
@@ -3131,7 +3258,7 @@ var enums;
3131
3258
  })(BenchmarksTimeGranularity = enums.BenchmarksTimeGranularity || (enums.BenchmarksTimeGranularity = {}));
3132
3259
  /**
3133
3260
  * @name BidModifierSourceEnum.BidModifierSource
3134
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BidModifierSourceEnum.BidModifierSource
3261
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BidModifierSourceEnum.BidModifierSource
3135
3262
  */
3136
3263
  let BidModifierSource;
3137
3264
  (function (BidModifierSource) {
@@ -3142,7 +3269,7 @@ var enums;
3142
3269
  })(BidModifierSource = enums.BidModifierSource || (enums.BidModifierSource = {}));
3143
3270
  /**
3144
3271
  * @name BiddingSourceEnum.BiddingSource
3145
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BiddingSourceEnum.BiddingSource
3272
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BiddingSourceEnum.BiddingSource
3146
3273
  */
3147
3274
  let BiddingSource;
3148
3275
  (function (BiddingSource) {
@@ -3154,7 +3281,7 @@ var enums;
3154
3281
  })(BiddingSource = enums.BiddingSource || (enums.BiddingSource = {}));
3155
3282
  /**
3156
3283
  * @name BiddingStrategyStatusEnum.BiddingStrategyStatus
3157
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BiddingStrategyStatusEnum.BiddingStrategyStatus
3284
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BiddingStrategyStatusEnum.BiddingStrategyStatus
3158
3285
  */
3159
3286
  let BiddingStrategyStatus;
3160
3287
  (function (BiddingStrategyStatus) {
@@ -3165,7 +3292,7 @@ var enums;
3165
3292
  })(BiddingStrategyStatus = enums.BiddingStrategyStatus || (enums.BiddingStrategyStatus = {}));
3166
3293
  /**
3167
3294
  * @name BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
3168
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
3295
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
3169
3296
  */
3170
3297
  let BiddingStrategySystemStatus;
3171
3298
  (function (BiddingStrategySystemStatus) {
@@ -3199,7 +3326,7 @@ var enums;
3199
3326
  })(BiddingStrategySystemStatus = enums.BiddingStrategySystemStatus || (enums.BiddingStrategySystemStatus = {}));
3200
3327
  /**
3201
3328
  * @name BiddingStrategyTypeEnum.BiddingStrategyType
3202
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BiddingStrategyTypeEnum.BiddingStrategyType
3329
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BiddingStrategyTypeEnum.BiddingStrategyType
3203
3330
  */
3204
3331
  let BiddingStrategyType;
3205
3332
  (function (BiddingStrategyType) {
@@ -3229,7 +3356,7 @@ var enums;
3229
3356
  })(BiddingStrategyType = enums.BiddingStrategyType || (enums.BiddingStrategyType = {}));
3230
3357
  /**
3231
3358
  * @name BillingSetupStatusEnum.BillingSetupStatus
3232
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BillingSetupStatusEnum.BillingSetupStatus
3359
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BillingSetupStatusEnum.BillingSetupStatus
3233
3360
  */
3234
3361
  let BillingSetupStatus;
3235
3362
  (function (BillingSetupStatus) {
@@ -3242,7 +3369,7 @@ var enums;
3242
3369
  })(BillingSetupStatus = enums.BillingSetupStatus || (enums.BillingSetupStatus = {}));
3243
3370
  /**
3244
3371
  * @name BookingStatusEnum.BookingStatus
3245
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BookingStatusEnum.BookingStatus
3372
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BookingStatusEnum.BookingStatus
3246
3373
  */
3247
3374
  let BookingStatus;
3248
3375
  (function (BookingStatus) {
@@ -3256,7 +3383,7 @@ var enums;
3256
3383
  })(BookingStatus = enums.BookingStatus || (enums.BookingStatus = {}));
3257
3384
  /**
3258
3385
  * @name BrandSafetySuitabilityEnum.BrandSafetySuitability
3259
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BrandSafetySuitabilityEnum.BrandSafetySuitability
3386
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BrandSafetySuitabilityEnum.BrandSafetySuitability
3260
3387
  */
3261
3388
  let BrandSafetySuitability;
3262
3389
  (function (BrandSafetySuitability) {
@@ -3268,7 +3395,7 @@ var enums;
3268
3395
  })(BrandSafetySuitability = enums.BrandSafetySuitability || (enums.BrandSafetySuitability = {}));
3269
3396
  /**
3270
3397
  * @name BudgetDeliveryMethodEnum.BudgetDeliveryMethod
3271
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BudgetDeliveryMethodEnum.BudgetDeliveryMethod
3398
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BudgetDeliveryMethodEnum.BudgetDeliveryMethod
3272
3399
  */
3273
3400
  let BudgetDeliveryMethod;
3274
3401
  (function (BudgetDeliveryMethod) {
@@ -3279,7 +3406,7 @@ var enums;
3279
3406
  })(BudgetDeliveryMethod = enums.BudgetDeliveryMethod || (enums.BudgetDeliveryMethod = {}));
3280
3407
  /**
3281
3408
  * @name BudgetPeriodEnum.BudgetPeriod
3282
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BudgetPeriodEnum.BudgetPeriod
3409
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BudgetPeriodEnum.BudgetPeriod
3283
3410
  */
3284
3411
  let BudgetPeriod;
3285
3412
  (function (BudgetPeriod) {
@@ -3290,7 +3417,7 @@ var enums;
3290
3417
  })(BudgetPeriod = enums.BudgetPeriod || (enums.BudgetPeriod = {}));
3291
3418
  /**
3292
3419
  * @name BudgetStatusEnum.BudgetStatus
3293
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BudgetStatusEnum.BudgetStatus
3420
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BudgetStatusEnum.BudgetStatus
3294
3421
  */
3295
3422
  let BudgetStatus;
3296
3423
  (function (BudgetStatus) {
@@ -3301,7 +3428,7 @@ var enums;
3301
3428
  })(BudgetStatus = enums.BudgetStatus || (enums.BudgetStatus = {}));
3302
3429
  /**
3303
3430
  * @name BudgetTypeEnum.BudgetType
3304
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/BudgetTypeEnum.BudgetType
3431
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/BudgetTypeEnum.BudgetType
3305
3432
  */
3306
3433
  let BudgetType;
3307
3434
  (function (BudgetType) {
@@ -3314,7 +3441,7 @@ var enums;
3314
3441
  })(BudgetType = enums.BudgetType || (enums.BudgetType = {}));
3315
3442
  /**
3316
3443
  * @name CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
3317
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
3444
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
3318
3445
  */
3319
3446
  let CallTrackingDisplayLocation;
3320
3447
  (function (CallTrackingDisplayLocation) {
@@ -3325,7 +3452,7 @@ var enums;
3325
3452
  })(CallTrackingDisplayLocation = enums.CallTrackingDisplayLocation || (enums.CallTrackingDisplayLocation = {}));
3326
3453
  /**
3327
3454
  * @name CallTypeEnum.CallType
3328
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CallTypeEnum.CallType
3455
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CallTypeEnum.CallType
3329
3456
  */
3330
3457
  let CallType;
3331
3458
  (function (CallType) {
@@ -3336,7 +3463,7 @@ var enums;
3336
3463
  })(CallType = enums.CallType || (enums.CallType = {}));
3337
3464
  /**
3338
3465
  * @name CampaignCriterionStatusEnum.CampaignCriterionStatus
3339
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CampaignCriterionStatusEnum.CampaignCriterionStatus
3466
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CampaignCriterionStatusEnum.CampaignCriterionStatus
3340
3467
  */
3341
3468
  let CampaignCriterionStatus;
3342
3469
  (function (CampaignCriterionStatus) {
@@ -3348,7 +3475,7 @@ var enums;
3348
3475
  })(CampaignCriterionStatus = enums.CampaignCriterionStatus || (enums.CampaignCriterionStatus = {}));
3349
3476
  /**
3350
3477
  * @name CampaignDraftStatusEnum.CampaignDraftStatus
3351
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CampaignDraftStatusEnum.CampaignDraftStatus
3478
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CampaignDraftStatusEnum.CampaignDraftStatus
3352
3479
  */
3353
3480
  let CampaignDraftStatus;
3354
3481
  (function (CampaignDraftStatus) {
@@ -3362,7 +3489,7 @@ var enums;
3362
3489
  })(CampaignDraftStatus = enums.CampaignDraftStatus || (enums.CampaignDraftStatus = {}));
3363
3490
  /**
3364
3491
  * @name CampaignExperimentTypeEnum.CampaignExperimentType
3365
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CampaignExperimentTypeEnum.CampaignExperimentType
3492
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CampaignExperimentTypeEnum.CampaignExperimentType
3366
3493
  */
3367
3494
  let CampaignExperimentType;
3368
3495
  (function (CampaignExperimentType) {
@@ -3374,7 +3501,7 @@ var enums;
3374
3501
  })(CampaignExperimentType = enums.CampaignExperimentType || (enums.CampaignExperimentType = {}));
3375
3502
  /**
3376
3503
  * @name CampaignGroupStatusEnum.CampaignGroupStatus
3377
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CampaignGroupStatusEnum.CampaignGroupStatus
3504
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CampaignGroupStatusEnum.CampaignGroupStatus
3378
3505
  */
3379
3506
  let CampaignGroupStatus;
3380
3507
  (function (CampaignGroupStatus) {
@@ -3385,7 +3512,7 @@ var enums;
3385
3512
  })(CampaignGroupStatus = enums.CampaignGroupStatus || (enums.CampaignGroupStatus = {}));
3386
3513
  /**
3387
3514
  * @name CampaignKeywordMatchTypeEnum.CampaignKeywordMatchType
3388
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CampaignKeywordMatchTypeEnum.CampaignKeywordMatchType
3515
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CampaignKeywordMatchTypeEnum.CampaignKeywordMatchType
3389
3516
  */
3390
3517
  let CampaignKeywordMatchType;
3391
3518
  (function (CampaignKeywordMatchType) {
@@ -3395,7 +3522,7 @@ var enums;
3395
3522
  })(CampaignKeywordMatchType = enums.CampaignKeywordMatchType || (enums.CampaignKeywordMatchType = {}));
3396
3523
  /**
3397
3524
  * @name CampaignPrimaryStatusEnum.CampaignPrimaryStatus
3398
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CampaignPrimaryStatusEnum.CampaignPrimaryStatus
3525
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CampaignPrimaryStatusEnum.CampaignPrimaryStatus
3399
3526
  */
3400
3527
  let CampaignPrimaryStatus;
3401
3528
  (function (CampaignPrimaryStatus) {
@@ -3413,7 +3540,7 @@ var enums;
3413
3540
  })(CampaignPrimaryStatus = enums.CampaignPrimaryStatus || (enums.CampaignPrimaryStatus = {}));
3414
3541
  /**
3415
3542
  * @name CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
3416
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
3543
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
3417
3544
  */
3418
3545
  let CampaignPrimaryStatusReason;
3419
3546
  (function (CampaignPrimaryStatusReason) {
@@ -3464,7 +3591,7 @@ var enums;
3464
3591
  })(CampaignPrimaryStatusReason = enums.CampaignPrimaryStatusReason || (enums.CampaignPrimaryStatusReason = {}));
3465
3592
  /**
3466
3593
  * @name CampaignServingStatusEnum.CampaignServingStatus
3467
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CampaignServingStatusEnum.CampaignServingStatus
3594
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CampaignServingStatusEnum.CampaignServingStatus
3468
3595
  */
3469
3596
  let CampaignServingStatus;
3470
3597
  (function (CampaignServingStatus) {
@@ -3478,7 +3605,7 @@ var enums;
3478
3605
  })(CampaignServingStatus = enums.CampaignServingStatus || (enums.CampaignServingStatus = {}));
3479
3606
  /**
3480
3607
  * @name CampaignSharedSetStatusEnum.CampaignSharedSetStatus
3481
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CampaignSharedSetStatusEnum.CampaignSharedSetStatus
3608
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CampaignSharedSetStatusEnum.CampaignSharedSetStatus
3482
3609
  */
3483
3610
  let CampaignSharedSetStatus;
3484
3611
  (function (CampaignSharedSetStatus) {
@@ -3489,7 +3616,7 @@ var enums;
3489
3616
  })(CampaignSharedSetStatus = enums.CampaignSharedSetStatus || (enums.CampaignSharedSetStatus = {}));
3490
3617
  /**
3491
3618
  * @name CampaignStatusEnum.CampaignStatus
3492
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CampaignStatusEnum.CampaignStatus
3619
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CampaignStatusEnum.CampaignStatus
3493
3620
  */
3494
3621
  let CampaignStatus;
3495
3622
  (function (CampaignStatus) {
@@ -3501,7 +3628,7 @@ var enums;
3501
3628
  })(CampaignStatus = enums.CampaignStatus || (enums.CampaignStatus = {}));
3502
3629
  /**
3503
3630
  * @name ChangeClientTypeEnum.ChangeClientType
3504
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ChangeClientTypeEnum.ChangeClientType
3631
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ChangeClientTypeEnum.ChangeClientType
3505
3632
  */
3506
3633
  let ChangeClientType;
3507
3634
  (function (ChangeClientType) {
@@ -3523,7 +3650,7 @@ var enums;
3523
3650
  })(ChangeClientType = enums.ChangeClientType || (enums.ChangeClientType = {}));
3524
3651
  /**
3525
3652
  * @name ChangeEventResourceTypeEnum.ChangeEventResourceType
3526
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ChangeEventResourceTypeEnum.ChangeEventResourceType
3653
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ChangeEventResourceTypeEnum.ChangeEventResourceType
3527
3654
  */
3528
3655
  let ChangeEventResourceType;
3529
3656
  (function (ChangeEventResourceType) {
@@ -3551,7 +3678,7 @@ var enums;
3551
3678
  })(ChangeEventResourceType = enums.ChangeEventResourceType || (enums.ChangeEventResourceType = {}));
3552
3679
  /**
3553
3680
  * @name ChangeStatusOperationEnum.ChangeStatusOperation
3554
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ChangeStatusOperationEnum.ChangeStatusOperation
3681
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ChangeStatusOperationEnum.ChangeStatusOperation
3555
3682
  */
3556
3683
  let ChangeStatusOperation;
3557
3684
  (function (ChangeStatusOperation) {
@@ -3563,7 +3690,7 @@ var enums;
3563
3690
  })(ChangeStatusOperation = enums.ChangeStatusOperation || (enums.ChangeStatusOperation = {}));
3564
3691
  /**
3565
3692
  * @name ChangeStatusResourceTypeEnum.ChangeStatusResourceType
3566
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ChangeStatusResourceTypeEnum.ChangeStatusResourceType
3693
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ChangeStatusResourceTypeEnum.ChangeStatusResourceType
3567
3694
  */
3568
3695
  let ChangeStatusResourceType;
3569
3696
  (function (ChangeStatusResourceType) {
@@ -3593,7 +3720,7 @@ var enums;
3593
3720
  })(ChangeStatusResourceType = enums.ChangeStatusResourceType || (enums.ChangeStatusResourceType = {}));
3594
3721
  /**
3595
3722
  * @name CombinedAudienceStatusEnum.CombinedAudienceStatus
3596
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CombinedAudienceStatusEnum.CombinedAudienceStatus
3723
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CombinedAudienceStatusEnum.CombinedAudienceStatus
3597
3724
  */
3598
3725
  let CombinedAudienceStatus;
3599
3726
  (function (CombinedAudienceStatus) {
@@ -3602,9 +3729,20 @@ var enums;
3602
3729
  CombinedAudienceStatus[CombinedAudienceStatus["ENABLED"] = 2] = "ENABLED";
3603
3730
  CombinedAudienceStatus[CombinedAudienceStatus["REMOVED"] = 3] = "REMOVED";
3604
3731
  })(CombinedAudienceStatus = enums.CombinedAudienceStatus || (enums.CombinedAudienceStatus = {}));
3732
+ /**
3733
+ * @name ContentCreatorInsightsSupplementalDataEnum.ContentCreatorInsightsSupplementalData
3734
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ContentCreatorInsightsSupplementalDataEnum.ContentCreatorInsightsSupplementalData
3735
+ */
3736
+ let ContentCreatorInsightsSupplementalData;
3737
+ (function (ContentCreatorInsightsSupplementalData) {
3738
+ ContentCreatorInsightsSupplementalData[ContentCreatorInsightsSupplementalData["UNSPECIFIED"] = 0] = "UNSPECIFIED";
3739
+ ContentCreatorInsightsSupplementalData[ContentCreatorInsightsSupplementalData["UNKNOWN"] = 1] = "UNKNOWN";
3740
+ ContentCreatorInsightsSupplementalData[ContentCreatorInsightsSupplementalData["BRAND_SENTIMENT_DATA"] = 2] = "BRAND_SENTIMENT_DATA";
3741
+ ContentCreatorInsightsSupplementalData[ContentCreatorInsightsSupplementalData["LOCAL_CREATOR_DATA"] = 3] = "LOCAL_CREATOR_DATA";
3742
+ })(ContentCreatorInsightsSupplementalData = enums.ContentCreatorInsightsSupplementalData || (enums.ContentCreatorInsightsSupplementalData = {}));
3605
3743
  /**
3606
3744
  * @name ConversionActionCountingTypeEnum.ConversionActionCountingType
3607
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionActionCountingTypeEnum.ConversionActionCountingType
3745
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionActionCountingTypeEnum.ConversionActionCountingType
3608
3746
  */
3609
3747
  let ConversionActionCountingType;
3610
3748
  (function (ConversionActionCountingType) {
@@ -3615,7 +3753,7 @@ var enums;
3615
3753
  })(ConversionActionCountingType = enums.ConversionActionCountingType || (enums.ConversionActionCountingType = {}));
3616
3754
  /**
3617
3755
  * @name ConversionActionStatusEnum.ConversionActionStatus
3618
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionActionStatusEnum.ConversionActionStatus
3756
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionActionStatusEnum.ConversionActionStatus
3619
3757
  */
3620
3758
  let ConversionActionStatus;
3621
3759
  (function (ConversionActionStatus) {
@@ -3627,7 +3765,7 @@ var enums;
3627
3765
  })(ConversionActionStatus = enums.ConversionActionStatus || (enums.ConversionActionStatus = {}));
3628
3766
  /**
3629
3767
  * @name ConversionActionTypeEnum.ConversionActionType
3630
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionActionTypeEnum.ConversionActionType
3768
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionActionTypeEnum.ConversionActionType
3631
3769
  */
3632
3770
  let ConversionActionType;
3633
3771
  (function (ConversionActionType) {
@@ -3682,10 +3820,11 @@ var enums;
3682
3820
  ConversionActionType[ConversionActionType["FIREBASE_IOS_GENERATE_LEAD"] = 48] = "FIREBASE_IOS_GENERATE_LEAD";
3683
3821
  ConversionActionType[ConversionActionType["FIREBASE_IOS_QUALIFY_LEAD"] = 49] = "FIREBASE_IOS_QUALIFY_LEAD";
3684
3822
  ConversionActionType[ConversionActionType["FIREBASE_IOS_CLOSE_CONVERT_LEAD"] = 50] = "FIREBASE_IOS_CLOSE_CONVERT_LEAD";
3823
+ ConversionActionType[ConversionActionType["LOCAL_SERVICES_ADS"] = 51] = "LOCAL_SERVICES_ADS";
3685
3824
  })(ConversionActionType = enums.ConversionActionType || (enums.ConversionActionType = {}));
3686
3825
  /**
3687
3826
  * @name ConversionAdjustmentTypeEnum.ConversionAdjustmentType
3688
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionAdjustmentTypeEnum.ConversionAdjustmentType
3827
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionAdjustmentTypeEnum.ConversionAdjustmentType
3689
3828
  */
3690
3829
  let ConversionAdjustmentType;
3691
3830
  (function (ConversionAdjustmentType) {
@@ -3697,7 +3836,7 @@ var enums;
3697
3836
  })(ConversionAdjustmentType = enums.ConversionAdjustmentType || (enums.ConversionAdjustmentType = {}));
3698
3837
  /**
3699
3838
  * @name ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
3700
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
3839
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
3701
3840
  */
3702
3841
  let ConversionCustomVariableStatus;
3703
3842
  (function (ConversionCustomVariableStatus) {
@@ -3709,7 +3848,7 @@ var enums;
3709
3848
  })(ConversionCustomVariableStatus = enums.ConversionCustomVariableStatus || (enums.ConversionCustomVariableStatus = {}));
3710
3849
  /**
3711
3850
  * @name ConversionCustomerTypeEnum.ConversionCustomerType
3712
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionCustomerTypeEnum.ConversionCustomerType
3851
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionCustomerTypeEnum.ConversionCustomerType
3713
3852
  */
3714
3853
  let ConversionCustomerType;
3715
3854
  (function (ConversionCustomerType) {
@@ -3720,7 +3859,7 @@ var enums;
3720
3859
  })(ConversionCustomerType = enums.ConversionCustomerType || (enums.ConversionCustomerType = {}));
3721
3860
  /**
3722
3861
  * @name ConversionEnvironmentEnum.ConversionEnvironment
3723
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionEnvironmentEnum.ConversionEnvironment
3862
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionEnvironmentEnum.ConversionEnvironment
3724
3863
  */
3725
3864
  let ConversionEnvironment;
3726
3865
  (function (ConversionEnvironment) {
@@ -3729,24 +3868,9 @@ var enums;
3729
3868
  ConversionEnvironment[ConversionEnvironment["APP"] = 2] = "APP";
3730
3869
  ConversionEnvironment[ConversionEnvironment["WEB"] = 3] = "WEB";
3731
3870
  })(ConversionEnvironment = enums.ConversionEnvironment || (enums.ConversionEnvironment = {}));
3732
- /**
3733
- * @name ConversionOriginEnum.ConversionOrigin
3734
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionOriginEnum.ConversionOrigin
3735
- */
3736
- let ConversionOrigin;
3737
- (function (ConversionOrigin) {
3738
- ConversionOrigin[ConversionOrigin["UNSPECIFIED"] = 0] = "UNSPECIFIED";
3739
- ConversionOrigin[ConversionOrigin["UNKNOWN"] = 1] = "UNKNOWN";
3740
- ConversionOrigin[ConversionOrigin["WEBSITE"] = 2] = "WEBSITE";
3741
- ConversionOrigin[ConversionOrigin["GOOGLE_HOSTED"] = 3] = "GOOGLE_HOSTED";
3742
- ConversionOrigin[ConversionOrigin["APP"] = 4] = "APP";
3743
- ConversionOrigin[ConversionOrigin["CALL_FROM_ADS"] = 5] = "CALL_FROM_ADS";
3744
- ConversionOrigin[ConversionOrigin["STORE"] = 6] = "STORE";
3745
- ConversionOrigin[ConversionOrigin["YOUTUBE_HOSTED"] = 7] = "YOUTUBE_HOSTED";
3746
- })(ConversionOrigin = enums.ConversionOrigin || (enums.ConversionOrigin = {}));
3747
3871
  /**
3748
3872
  * @name ConversionTrackingStatusEnum.ConversionTrackingStatus
3749
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionTrackingStatusEnum.ConversionTrackingStatus
3873
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionTrackingStatusEnum.ConversionTrackingStatus
3750
3874
  */
3751
3875
  let ConversionTrackingStatus;
3752
3876
  (function (ConversionTrackingStatus) {
@@ -3759,7 +3883,7 @@ var enums;
3759
3883
  })(ConversionTrackingStatus = enums.ConversionTrackingStatus || (enums.ConversionTrackingStatus = {}));
3760
3884
  /**
3761
3885
  * @name ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
3762
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
3886
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
3763
3887
  */
3764
3888
  let ConversionValueRuleSetStatus;
3765
3889
  (function (ConversionValueRuleSetStatus) {
@@ -3771,7 +3895,7 @@ var enums;
3771
3895
  })(ConversionValueRuleSetStatus = enums.ConversionValueRuleSetStatus || (enums.ConversionValueRuleSetStatus = {}));
3772
3896
  /**
3773
3897
  * @name ConversionValueRuleStatusEnum.ConversionValueRuleStatus
3774
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ConversionValueRuleStatusEnum.ConversionValueRuleStatus
3898
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionValueRuleStatusEnum.ConversionValueRuleStatus
3775
3899
  */
3776
3900
  let ConversionValueRuleStatus;
3777
3901
  (function (ConversionValueRuleStatus) {
@@ -3783,7 +3907,7 @@ var enums;
3783
3907
  })(ConversionValueRuleStatus = enums.ConversionValueRuleStatus || (enums.ConversionValueRuleStatus = {}));
3784
3908
  /**
3785
3909
  * @name CriterionSystemServingStatusEnum.CriterionSystemServingStatus
3786
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CriterionSystemServingStatusEnum.CriterionSystemServingStatus
3910
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CriterionSystemServingStatusEnum.CriterionSystemServingStatus
3787
3911
  */
3788
3912
  let CriterionSystemServingStatus;
3789
3913
  (function (CriterionSystemServingStatus) {
@@ -3794,7 +3918,7 @@ var enums;
3794
3918
  })(CriterionSystemServingStatus = enums.CriterionSystemServingStatus || (enums.CriterionSystemServingStatus = {}));
3795
3919
  /**
3796
3920
  * @name CriterionTypeEnum.CriterionType
3797
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CriterionTypeEnum.CriterionType
3921
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CriterionTypeEnum.CriterionType
3798
3922
  */
3799
3923
  let CriterionType;
3800
3924
  (function (CriterionType) {
@@ -3845,12 +3969,13 @@ var enums;
3845
3969
  CriterionType[CriterionType["PLACEMENT_LIST"] = 44] = "PLACEMENT_LIST";
3846
3970
  CriterionType[CriterionType["VERTICAL_ADS_ITEM_GROUP_RULE_LIST"] = 45] = "VERTICAL_ADS_ITEM_GROUP_RULE_LIST";
3847
3971
  CriterionType[CriterionType["VERTICAL_ADS_ITEM_GROUP_RULE"] = 46] = "VERTICAL_ADS_ITEM_GROUP_RULE";
3972
+ CriterionType[CriterionType["VERTICAL_ADS_ITEM_BID"] = 47] = "VERTICAL_ADS_ITEM_BID";
3848
3973
  CriterionType[CriterionType["RETAIL_FILTER_BUNDLE"] = 180] = "RETAIL_FILTER_BUNDLE";
3849
3974
  CriterionType[CriterionType["RETAIL_FILTER"] = 181] = "RETAIL_FILTER";
3850
3975
  })(CriterionType = enums.CriterionType || (enums.CriterionType = {}));
3851
3976
  /**
3852
3977
  * @name CustomAudienceMemberTypeEnum.CustomAudienceMemberType
3853
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CustomAudienceMemberTypeEnum.CustomAudienceMemberType
3978
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CustomAudienceMemberTypeEnum.CustomAudienceMemberType
3854
3979
  */
3855
3980
  let CustomAudienceMemberType;
3856
3981
  (function (CustomAudienceMemberType) {
@@ -3863,7 +3988,7 @@ var enums;
3863
3988
  })(CustomAudienceMemberType = enums.CustomAudienceMemberType || (enums.CustomAudienceMemberType = {}));
3864
3989
  /**
3865
3990
  * @name CustomAudienceStatusEnum.CustomAudienceStatus
3866
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CustomAudienceStatusEnum.CustomAudienceStatus
3991
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CustomAudienceStatusEnum.CustomAudienceStatus
3867
3992
  */
3868
3993
  let CustomAudienceStatus;
3869
3994
  (function (CustomAudienceStatus) {
@@ -3874,7 +3999,7 @@ var enums;
3874
3999
  })(CustomAudienceStatus = enums.CustomAudienceStatus || (enums.CustomAudienceStatus = {}));
3875
4000
  /**
3876
4001
  * @name CustomAudienceTypeEnum.CustomAudienceType
3877
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CustomAudienceTypeEnum.CustomAudienceType
4002
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CustomAudienceTypeEnum.CustomAudienceType
3878
4003
  */
3879
4004
  let CustomAudienceType;
3880
4005
  (function (CustomAudienceType) {
@@ -3887,7 +4012,7 @@ var enums;
3887
4012
  })(CustomAudienceType = enums.CustomAudienceType || (enums.CustomAudienceType = {}));
3888
4013
  /**
3889
4014
  * @name CustomConversionGoalStatusEnum.CustomConversionGoalStatus
3890
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CustomConversionGoalStatusEnum.CustomConversionGoalStatus
4015
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CustomConversionGoalStatusEnum.CustomConversionGoalStatus
3891
4016
  */
3892
4017
  let CustomConversionGoalStatus;
3893
4018
  (function (CustomConversionGoalStatus) {
@@ -3898,7 +4023,7 @@ var enums;
3898
4023
  })(CustomConversionGoalStatus = enums.CustomConversionGoalStatus || (enums.CustomConversionGoalStatus = {}));
3899
4024
  /**
3900
4025
  * @name CustomInterestMemberTypeEnum.CustomInterestMemberType
3901
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CustomInterestMemberTypeEnum.CustomInterestMemberType
4026
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CustomInterestMemberTypeEnum.CustomInterestMemberType
3902
4027
  */
3903
4028
  let CustomInterestMemberType;
3904
4029
  (function (CustomInterestMemberType) {
@@ -3909,7 +4034,7 @@ var enums;
3909
4034
  })(CustomInterestMemberType = enums.CustomInterestMemberType || (enums.CustomInterestMemberType = {}));
3910
4035
  /**
3911
4036
  * @name CustomInterestStatusEnum.CustomInterestStatus
3912
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CustomInterestStatusEnum.CustomInterestStatus
4037
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CustomInterestStatusEnum.CustomInterestStatus
3913
4038
  */
3914
4039
  let CustomInterestStatus;
3915
4040
  (function (CustomInterestStatus) {
@@ -3920,7 +4045,7 @@ var enums;
3920
4045
  })(CustomInterestStatus = enums.CustomInterestStatus || (enums.CustomInterestStatus = {}));
3921
4046
  /**
3922
4047
  * @name CustomInterestTypeEnum.CustomInterestType
3923
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CustomInterestTypeEnum.CustomInterestType
4048
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CustomInterestTypeEnum.CustomInterestType
3924
4049
  */
3925
4050
  let CustomInterestType;
3926
4051
  (function (CustomInterestType) {
@@ -3930,20 +4055,23 @@ var enums;
3930
4055
  CustomInterestType[CustomInterestType["CUSTOM_INTENT"] = 3] = "CUSTOM_INTENT";
3931
4056
  })(CustomInterestType = enums.CustomInterestType || (enums.CustomInterestType = {}));
3932
4057
  /**
3933
- * @name CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
3934
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode
3935
- */
3936
- let CustomerAcquisitionOptimizationMode;
3937
- (function (CustomerAcquisitionOptimizationMode) {
3938
- CustomerAcquisitionOptimizationMode[CustomerAcquisitionOptimizationMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
3939
- CustomerAcquisitionOptimizationMode[CustomerAcquisitionOptimizationMode["UNKNOWN"] = 1] = "UNKNOWN";
3940
- CustomerAcquisitionOptimizationMode[CustomerAcquisitionOptimizationMode["TARGET_ALL_EQUALLY"] = 2] = "TARGET_ALL_EQUALLY";
3941
- CustomerAcquisitionOptimizationMode[CustomerAcquisitionOptimizationMode["BID_HIGHER_FOR_NEW_CUSTOMER"] = 3] = "BID_HIGHER_FOR_NEW_CUSTOMER";
3942
- CustomerAcquisitionOptimizationMode[CustomerAcquisitionOptimizationMode["TARGET_NEW_CUSTOMER"] = 4] = "TARGET_NEW_CUSTOMER";
3943
- })(CustomerAcquisitionOptimizationMode = enums.CustomerAcquisitionOptimizationMode || (enums.CustomerAcquisitionOptimizationMode = {}));
4058
+ * @name CustomerLifecycleOptimizationGoalSubTypeEnum.CustomerLifecycleOptimizationGoalSubType
4059
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CustomerLifecycleOptimizationGoalSubTypeEnum.CustomerLifecycleOptimizationGoalSubType
4060
+ */
4061
+ let CustomerLifecycleOptimizationGoalSubType;
4062
+ (function (CustomerLifecycleOptimizationGoalSubType) {
4063
+ CustomerLifecycleOptimizationGoalSubType[CustomerLifecycleOptimizationGoalSubType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
4064
+ CustomerLifecycleOptimizationGoalSubType[CustomerLifecycleOptimizationGoalSubType["UNKNOWN"] = 1] = "UNKNOWN";
4065
+ CustomerLifecycleOptimizationGoalSubType[CustomerLifecycleOptimizationGoalSubType["NEW_CUSTOMER_ACQUISITION_VALUE"] = 2] = "NEW_CUSTOMER_ACQUISITION_VALUE";
4066
+ CustomerLifecycleOptimizationGoalSubType[CustomerLifecycleOptimizationGoalSubType["NEW_CUSTOMER_ACQUISITION_ONLY"] = 3] = "NEW_CUSTOMER_ACQUISITION_ONLY";
4067
+ CustomerLifecycleOptimizationGoalSubType[CustomerLifecycleOptimizationGoalSubType["CUSTOMER_RETENTION_VALUE"] = 4] = "CUSTOMER_RETENTION_VALUE";
4068
+ CustomerLifecycleOptimizationGoalSubType[CustomerLifecycleOptimizationGoalSubType["CUSTOMER_RETENTION_ONLY"] = 5] = "CUSTOMER_RETENTION_ONLY";
4069
+ CustomerLifecycleOptimizationGoalSubType[CustomerLifecycleOptimizationGoalSubType["LOYALTY_RETENTION_VALUE"] = 7] = "LOYALTY_RETENTION_VALUE";
4070
+ CustomerLifecycleOptimizationGoalSubType[CustomerLifecycleOptimizationGoalSubType["LOYALTY_RETENTION_BENEFITS"] = 8] = "LOYALTY_RETENTION_BENEFITS";
4071
+ })(CustomerLifecycleOptimizationGoalSubType = enums.CustomerLifecycleOptimizationGoalSubType || (enums.CustomerLifecycleOptimizationGoalSubType = {}));
3944
4072
  /**
3945
4073
  * @name CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
3946
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
4074
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
3947
4075
  */
3948
4076
  let CustomerPayPerConversionEligibilityFailureReason;
3949
4077
  (function (CustomerPayPerConversionEligibilityFailureReason) {
@@ -3959,7 +4087,7 @@ var enums;
3959
4087
  })(CustomerPayPerConversionEligibilityFailureReason = enums.CustomerPayPerConversionEligibilityFailureReason || (enums.CustomerPayPerConversionEligibilityFailureReason = {}));
3960
4088
  /**
3961
4089
  * @name CustomerStatusEnum.CustomerStatus
3962
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CustomerStatusEnum.CustomerStatus
4090
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CustomerStatusEnum.CustomerStatus
3963
4091
  */
3964
4092
  let CustomerStatus;
3965
4093
  (function (CustomerStatus) {
@@ -3972,7 +4100,7 @@ var enums;
3972
4100
  })(CustomerStatus = enums.CustomerStatus || (enums.CustomerStatus = {}));
3973
4101
  /**
3974
4102
  * @name CustomizerAttributeStatusEnum.CustomizerAttributeStatus
3975
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CustomizerAttributeStatusEnum.CustomizerAttributeStatus
4103
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CustomizerAttributeStatusEnum.CustomizerAttributeStatus
3976
4104
  */
3977
4105
  let CustomizerAttributeStatus;
3978
4106
  (function (CustomizerAttributeStatus) {
@@ -3983,7 +4111,7 @@ var enums;
3983
4111
  })(CustomizerAttributeStatus = enums.CustomizerAttributeStatus || (enums.CustomizerAttributeStatus = {}));
3984
4112
  /**
3985
4113
  * @name CustomizerValueStatusEnum.CustomizerValueStatus
3986
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/CustomizerValueStatusEnum.CustomizerValueStatus
4114
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/CustomizerValueStatusEnum.CustomizerValueStatus
3987
4115
  */
3988
4116
  let CustomizerValueStatus;
3989
4117
  (function (CustomizerValueStatus) {
@@ -3994,7 +4122,7 @@ var enums;
3994
4122
  })(CustomizerValueStatus = enums.CustomizerValueStatus || (enums.CustomizerValueStatus = {}));
3995
4123
  /**
3996
4124
  * @name DataDrivenModelStatusEnum.DataDrivenModelStatus
3997
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/DataDrivenModelStatusEnum.DataDrivenModelStatus
4125
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/DataDrivenModelStatusEnum.DataDrivenModelStatus
3998
4126
  */
3999
4127
  let DataDrivenModelStatus;
4000
4128
  (function (DataDrivenModelStatus) {
@@ -4007,7 +4135,7 @@ var enums;
4007
4135
  })(DataDrivenModelStatus = enums.DataDrivenModelStatus || (enums.DataDrivenModelStatus = {}));
4008
4136
  /**
4009
4137
  * @name DataLinkStatusEnum.DataLinkStatus
4010
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/DataLinkStatusEnum.DataLinkStatus
4138
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/DataLinkStatusEnum.DataLinkStatus
4011
4139
  */
4012
4140
  let DataLinkStatus;
4013
4141
  (function (DataLinkStatus) {
@@ -4022,7 +4150,7 @@ var enums;
4022
4150
  })(DataLinkStatus = enums.DataLinkStatus || (enums.DataLinkStatus = {}));
4023
4151
  /**
4024
4152
  * @name DataLinkTypeEnum.DataLinkType
4025
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/DataLinkTypeEnum.DataLinkType
4153
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/DataLinkTypeEnum.DataLinkType
4026
4154
  */
4027
4155
  let DataLinkType;
4028
4156
  (function (DataLinkType) {
@@ -4032,7 +4160,7 @@ var enums;
4032
4160
  })(DataLinkType = enums.DataLinkType || (enums.DataLinkType = {}));
4033
4161
  /**
4034
4162
  * @name DemandGenChannelConfigEnum.DemandGenChannelConfig
4035
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/DemandGenChannelConfigEnum.DemandGenChannelConfig
4163
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/DemandGenChannelConfigEnum.DemandGenChannelConfig
4036
4164
  */
4037
4165
  let DemandGenChannelConfig;
4038
4166
  (function (DemandGenChannelConfig) {
@@ -4043,7 +4171,7 @@ var enums;
4043
4171
  })(DemandGenChannelConfig = enums.DemandGenChannelConfig || (enums.DemandGenChannelConfig = {}));
4044
4172
  /**
4045
4173
  * @name DemandGenChannelStrategyEnum.DemandGenChannelStrategy
4046
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/DemandGenChannelStrategyEnum.DemandGenChannelStrategy
4174
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/DemandGenChannelStrategyEnum.DemandGenChannelStrategy
4047
4175
  */
4048
4176
  let DemandGenChannelStrategy;
4049
4177
  (function (DemandGenChannelStrategy) {
@@ -4054,7 +4182,7 @@ var enums;
4054
4182
  })(DemandGenChannelStrategy = enums.DemandGenChannelStrategy || (enums.DemandGenChannelStrategy = {}));
4055
4183
  /**
4056
4184
  * @name DistanceBucketEnum.DistanceBucket
4057
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/DistanceBucketEnum.DistanceBucket
4185
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/DistanceBucketEnum.DistanceBucket
4058
4186
  */
4059
4187
  let DistanceBucket;
4060
4188
  (function (DistanceBucket) {
@@ -4090,7 +4218,7 @@ var enums;
4090
4218
  })(DistanceBucket = enums.DistanceBucket || (enums.DistanceBucket = {}));
4091
4219
  /**
4092
4220
  * @name EuPoliticalAdvertisingStatusEnum.EuPoliticalAdvertisingStatus
4093
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/EuPoliticalAdvertisingStatusEnum.EuPoliticalAdvertisingStatus
4221
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/EuPoliticalAdvertisingStatusEnum.EuPoliticalAdvertisingStatus
4094
4222
  */
4095
4223
  let EuPoliticalAdvertisingStatus;
4096
4224
  (function (EuPoliticalAdvertisingStatus) {
@@ -4101,7 +4229,7 @@ var enums;
4101
4229
  })(EuPoliticalAdvertisingStatus = enums.EuPoliticalAdvertisingStatus || (enums.EuPoliticalAdvertisingStatus = {}));
4102
4230
  /**
4103
4231
  * @name ExperimentAssetDetailOperationEnum.ExperimentAssetDetailOperation
4104
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ExperimentAssetDetailOperationEnum.ExperimentAssetDetailOperation
4232
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ExperimentAssetDetailOperationEnum.ExperimentAssetDetailOperation
4105
4233
  */
4106
4234
  let ExperimentAssetDetailOperation;
4107
4235
  (function (ExperimentAssetDetailOperation) {
@@ -4112,7 +4240,7 @@ var enums;
4112
4240
  })(ExperimentAssetDetailOperation = enums.ExperimentAssetDetailOperation || (enums.ExperimentAssetDetailOperation = {}));
4113
4241
  /**
4114
4242
  * @name ExperimentStatusEnum.ExperimentStatus
4115
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ExperimentStatusEnum.ExperimentStatus
4243
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ExperimentStatusEnum.ExperimentStatus
4116
4244
  */
4117
4245
  let ExperimentStatus;
4118
4246
  (function (ExperimentStatus) {
@@ -4128,7 +4256,7 @@ var enums;
4128
4256
  })(ExperimentStatus = enums.ExperimentStatus || (enums.ExperimentStatus = {}));
4129
4257
  /**
4130
4258
  * @name ExperimentTypeEnum.ExperimentType
4131
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ExperimentTypeEnum.ExperimentType
4259
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ExperimentTypeEnum.ExperimentType
4132
4260
  */
4133
4261
  let ExperimentType;
4134
4262
  (function (ExperimentType) {
@@ -4148,10 +4276,12 @@ var enums;
4148
4276
  ExperimentType[ExperimentType["ADOPT_AI_MAX"] = 14] = "ADOPT_AI_MAX";
4149
4277
  ExperimentType[ExperimentType["ADOPT_BROAD_MATCH_KEYWORDS"] = 15] = "ADOPT_BROAD_MATCH_KEYWORDS";
4150
4278
  ExperimentType[ExperimentType["PMAX_REPLACEMENT_SHOPPING"] = 16] = "PMAX_REPLACEMENT_SHOPPING";
4279
+ ExperimentType[ExperimentType["COMPARE_CAMPAIGNS"] = 17] = "COMPARE_CAMPAIGNS";
4280
+ ExperimentType[ExperimentType["PMAX_TEXT_CUSTOMIZATION_FINAL_URL_EXPANSION"] = 18] = "PMAX_TEXT_CUSTOMIZATION_FINAL_URL_EXPANSION";
4151
4281
  })(ExperimentType = enums.ExperimentType || (enums.ExperimentType = {}));
4152
4282
  /**
4153
4283
  * @name GeoTargetConstantStatusEnum.GeoTargetConstantStatus
4154
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/GeoTargetConstantStatusEnum.GeoTargetConstantStatus
4284
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/GeoTargetConstantStatusEnum.GeoTargetConstantStatus
4155
4285
  */
4156
4286
  let GeoTargetConstantStatus;
4157
4287
  (function (GeoTargetConstantStatus) {
@@ -4162,7 +4292,7 @@ var enums;
4162
4292
  })(GeoTargetConstantStatus = enums.GeoTargetConstantStatus || (enums.GeoTargetConstantStatus = {}));
4163
4293
  /**
4164
4294
  * @name GeoTargetingTypeEnum.GeoTargetingType
4165
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/GeoTargetingTypeEnum.GeoTargetingType
4295
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/GeoTargetingTypeEnum.GeoTargetingType
4166
4296
  */
4167
4297
  let GeoTargetingType;
4168
4298
  (function (GeoTargetingType) {
@@ -4173,7 +4303,7 @@ var enums;
4173
4303
  })(GeoTargetingType = enums.GeoTargetingType || (enums.GeoTargetingType = {}));
4174
4304
  /**
4175
4305
  * @name GoalConfigLevelEnum.GoalConfigLevel
4176
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/GoalConfigLevelEnum.GoalConfigLevel
4306
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/GoalConfigLevelEnum.GoalConfigLevel
4177
4307
  */
4178
4308
  let GoalConfigLevel;
4179
4309
  (function (GoalConfigLevel) {
@@ -4184,7 +4314,7 @@ var enums;
4184
4314
  })(GoalConfigLevel = enums.GoalConfigLevel || (enums.GoalConfigLevel = {}));
4185
4315
  /**
4186
4316
  * @name GoalOptimizationEligibilityEnum.GoalOptimizationEligibility
4187
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/GoalOptimizationEligibilityEnum.GoalOptimizationEligibility
4317
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/GoalOptimizationEligibilityEnum.GoalOptimizationEligibility
4188
4318
  */
4189
4319
  let GoalOptimizationEligibility;
4190
4320
  (function (GoalOptimizationEligibility) {
@@ -4195,17 +4325,19 @@ var enums;
4195
4325
  })(GoalOptimizationEligibility = enums.GoalOptimizationEligibility || (enums.GoalOptimizationEligibility = {}));
4196
4326
  /**
4197
4327
  * @name GoalTypeEnum.GoalType
4198
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/GoalTypeEnum.GoalType
4328
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/GoalTypeEnum.GoalType
4199
4329
  */
4200
4330
  let GoalType;
4201
4331
  (function (GoalType) {
4202
4332
  GoalType[GoalType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
4203
4333
  GoalType[GoalType["UNKNOWN"] = 1] = "UNKNOWN";
4204
4334
  GoalType[GoalType["CUSTOMER_RETENTION"] = 3] = "CUSTOMER_RETENTION";
4335
+ GoalType[GoalType["NEW_CUSTOMER_ACQUISITION"] = 4] = "NEW_CUSTOMER_ACQUISITION";
4336
+ GoalType[GoalType["LOYALTY_RETENTION"] = 5] = "LOYALTY_RETENTION";
4205
4337
  })(GoalType = enums.GoalType || (enums.GoalType = {}));
4206
4338
  /**
4207
4339
  * @name GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
4208
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
4340
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
4209
4341
  */
4210
4342
  let GoogleAdsFieldCategory;
4211
4343
  (function (GoogleAdsFieldCategory) {
@@ -4218,7 +4350,7 @@ var enums;
4218
4350
  })(GoogleAdsFieldCategory = enums.GoogleAdsFieldCategory || (enums.GoogleAdsFieldCategory = {}));
4219
4351
  /**
4220
4352
  * @name GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
4221
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
4353
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
4222
4354
  */
4223
4355
  let GoogleAdsFieldDataType;
4224
4356
  (function (GoogleAdsFieldDataType) {
@@ -4238,7 +4370,7 @@ var enums;
4238
4370
  })(GoogleAdsFieldDataType = enums.GoogleAdsFieldDataType || (enums.GoogleAdsFieldDataType = {}));
4239
4371
  /**
4240
4372
  * @name GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
4241
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
4373
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
4242
4374
  */
4243
4375
  let GoogleVoiceCallStatus;
4244
4376
  (function (GoogleVoiceCallStatus) {
@@ -4249,7 +4381,7 @@ var enums;
4249
4381
  })(GoogleVoiceCallStatus = enums.GoogleVoiceCallStatus || (enums.GoogleVoiceCallStatus = {}));
4250
4382
  /**
4251
4383
  * @name HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
4252
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
4384
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
4253
4385
  */
4254
4386
  let HotelAssetSuggestionStatus;
4255
4387
  (function (HotelAssetSuggestionStatus) {
@@ -4261,7 +4393,7 @@ var enums;
4261
4393
  })(HotelAssetSuggestionStatus = enums.HotelAssetSuggestionStatus || (enums.HotelAssetSuggestionStatus = {}));
4262
4394
  /**
4263
4395
  * @name HotelReconciliationStatusEnum.HotelReconciliationStatus
4264
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/HotelReconciliationStatusEnum.HotelReconciliationStatus
4396
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/HotelReconciliationStatusEnum.HotelReconciliationStatus
4265
4397
  */
4266
4398
  let HotelReconciliationStatus;
4267
4399
  (function (HotelReconciliationStatus) {
@@ -4274,7 +4406,7 @@ var enums;
4274
4406
  })(HotelReconciliationStatus = enums.HotelReconciliationStatus || (enums.HotelReconciliationStatus = {}));
4275
4407
  /**
4276
4408
  * @name IdentityVerificationProgramEnum.IdentityVerificationProgram
4277
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/IdentityVerificationProgramEnum.IdentityVerificationProgram
4409
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/IdentityVerificationProgramEnum.IdentityVerificationProgram
4278
4410
  */
4279
4411
  let IdentityVerificationProgram;
4280
4412
  (function (IdentityVerificationProgram) {
@@ -4284,7 +4416,7 @@ var enums;
4284
4416
  })(IdentityVerificationProgram = enums.IdentityVerificationProgram || (enums.IdentityVerificationProgram = {}));
4285
4417
  /**
4286
4418
  * @name IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
4287
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
4419
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus
4288
4420
  */
4289
4421
  let IdentityVerificationProgramStatus;
4290
4422
  (function (IdentityVerificationProgramStatus) {
@@ -4295,9 +4427,20 @@ var enums;
4295
4427
  IdentityVerificationProgramStatus[IdentityVerificationProgramStatus["SUCCESS"] = 4] = "SUCCESS";
4296
4428
  IdentityVerificationProgramStatus[IdentityVerificationProgramStatus["FAILURE"] = 5] = "FAILURE";
4297
4429
  })(IdentityVerificationProgramStatus = enums.IdentityVerificationProgramStatus || (enums.IdentityVerificationProgramStatus = {}));
4430
+ /**
4431
+ * @name IncentiveOfferTypeEnum.IncentiveOfferType
4432
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/IncentiveOfferTypeEnum.IncentiveOfferType
4433
+ */
4434
+ let IncentiveOfferType;
4435
+ (function (IncentiveOfferType) {
4436
+ IncentiveOfferType[IncentiveOfferType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
4437
+ IncentiveOfferType[IncentiveOfferType["UNKNOWN"] = 1] = "UNKNOWN";
4438
+ IncentiveOfferType[IncentiveOfferType["NO_INCENTIVE"] = 2] = "NO_INCENTIVE";
4439
+ IncentiveOfferType[IncentiveOfferType["CYO_INCENTIVE"] = 3] = "CYO_INCENTIVE";
4440
+ })(IncentiveOfferType = enums.IncentiveOfferType || (enums.IncentiveOfferType = {}));
4298
4441
  /**
4299
4442
  * @name IncentiveStateEnum.IncentiveState
4300
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/IncentiveStateEnum.IncentiveState
4443
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/IncentiveStateEnum.IncentiveState
4301
4444
  */
4302
4445
  let IncentiveState;
4303
4446
  (function (IncentiveState) {
@@ -4311,9 +4454,19 @@ var enums;
4311
4454
  IncentiveState[IncentiveState["INVALIDATED"] = 7] = "INVALIDATED";
4312
4455
  IncentiveState[IncentiveState["REWARD_EXHAUSTED"] = 8] = "REWARD_EXHAUSTED";
4313
4456
  })(IncentiveState = enums.IncentiveState || (enums.IncentiveState = {}));
4457
+ /**
4458
+ * @name IncentiveTypeEnum.IncentiveType
4459
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/IncentiveTypeEnum.IncentiveType
4460
+ */
4461
+ let IncentiveType;
4462
+ (function (IncentiveType) {
4463
+ IncentiveType[IncentiveType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
4464
+ IncentiveType[IncentiveType["UNKNOWN"] = 1] = "UNKNOWN";
4465
+ IncentiveType[IncentiveType["ACQUISITION"] = 2] = "ACQUISITION";
4466
+ })(IncentiveType = enums.IncentiveType || (enums.IncentiveType = {}));
4314
4467
  /**
4315
4468
  * @name InsightsTrendEnum.InsightsTrend
4316
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/InsightsTrendEnum.InsightsTrend
4469
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/InsightsTrendEnum.InsightsTrend
4317
4470
  */
4318
4471
  let InsightsTrend;
4319
4472
  (function (InsightsTrend) {
@@ -4326,7 +4479,7 @@ var enums;
4326
4479
  })(InsightsTrend = enums.InsightsTrend || (enums.InsightsTrend = {}));
4327
4480
  /**
4328
4481
  * @name InvoiceTypeEnum.InvoiceType
4329
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/InvoiceTypeEnum.InvoiceType
4482
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/InvoiceTypeEnum.InvoiceType
4330
4483
  */
4331
4484
  let InvoiceType;
4332
4485
  (function (InvoiceType) {
@@ -4337,7 +4490,7 @@ var enums;
4337
4490
  })(InvoiceType = enums.InvoiceType || (enums.InvoiceType = {}));
4338
4491
  /**
4339
4492
  * @name KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
4340
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
4493
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
4341
4494
  */
4342
4495
  let KeywordPlanForecastInterval;
4343
4496
  (function (KeywordPlanForecastInterval) {
@@ -4349,7 +4502,7 @@ var enums;
4349
4502
  })(KeywordPlanForecastInterval = enums.KeywordPlanForecastInterval || (enums.KeywordPlanForecastInterval = {}));
4350
4503
  /**
4351
4504
  * @name KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
4352
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
4505
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
4353
4506
  */
4354
4507
  let KeywordPlanKeywordAnnotation;
4355
4508
  (function (KeywordPlanKeywordAnnotation) {
@@ -4359,7 +4512,7 @@ var enums;
4359
4512
  })(KeywordPlanKeywordAnnotation = enums.KeywordPlanKeywordAnnotation || (enums.KeywordPlanKeywordAnnotation = {}));
4360
4513
  /**
4361
4514
  * @name KeywordPlanNetworkEnum.KeywordPlanNetwork
4362
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/KeywordPlanNetworkEnum.KeywordPlanNetwork
4515
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/KeywordPlanNetworkEnum.KeywordPlanNetwork
4363
4516
  */
4364
4517
  let KeywordPlanNetwork;
4365
4518
  (function (KeywordPlanNetwork) {
@@ -4370,7 +4523,7 @@ var enums;
4370
4523
  })(KeywordPlanNetwork = enums.KeywordPlanNetwork || (enums.KeywordPlanNetwork = {}));
4371
4524
  /**
4372
4525
  * @name LabelStatusEnum.LabelStatus
4373
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LabelStatusEnum.LabelStatus
4526
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LabelStatusEnum.LabelStatus
4374
4527
  */
4375
4528
  let LabelStatus;
4376
4529
  (function (LabelStatus) {
@@ -4379,9 +4532,32 @@ var enums;
4379
4532
  LabelStatus[LabelStatus["ENABLED"] = 2] = "ENABLED";
4380
4533
  LabelStatus[LabelStatus["REMOVED"] = 3] = "REMOVED";
4381
4534
  })(LabelStatus = enums.LabelStatus || (enums.LabelStatus = {}));
4535
+ /**
4536
+ * @name LiftMeasurementFlightStatusEnum.LiftMeasurementFlightStatus
4537
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LiftMeasurementFlightStatusEnum.LiftMeasurementFlightStatus
4538
+ */
4539
+ let LiftMeasurementFlightStatus;
4540
+ (function (LiftMeasurementFlightStatus) {
4541
+ LiftMeasurementFlightStatus[LiftMeasurementFlightStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
4542
+ LiftMeasurementFlightStatus[LiftMeasurementFlightStatus["UNKNOWN"] = 1] = "UNKNOWN";
4543
+ LiftMeasurementFlightStatus[LiftMeasurementFlightStatus["ENABLED"] = 2] = "ENABLED";
4544
+ LiftMeasurementFlightStatus[LiftMeasurementFlightStatus["STOPPED"] = 3] = "STOPPED";
4545
+ })(LiftMeasurementFlightStatus = enums.LiftMeasurementFlightStatus || (enums.LiftMeasurementFlightStatus = {}));
4546
+ /**
4547
+ * @name LiftMetricTypeEnum.LiftMetricType
4548
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LiftMetricTypeEnum.LiftMetricType
4549
+ */
4550
+ let LiftMetricType;
4551
+ (function (LiftMetricType) {
4552
+ LiftMetricType[LiftMetricType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
4553
+ LiftMetricType[LiftMetricType["UNKNOWN"] = 1] = "UNKNOWN";
4554
+ LiftMetricType[LiftMetricType["CONVERSION"] = 2] = "CONVERSION";
4555
+ LiftMetricType[LiftMetricType["SEARCH"] = 3] = "SEARCH";
4556
+ LiftMetricType[LiftMetricType["SURVEY"] = 4] = "SURVEY";
4557
+ })(LiftMetricType = enums.LiftMetricType || (enums.LiftMetricType = {}));
4382
4558
  /**
4383
4559
  * @name LinkedAccountTypeEnum.LinkedAccountType
4384
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LinkedAccountTypeEnum.LinkedAccountType
4560
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LinkedAccountTypeEnum.LinkedAccountType
4385
4561
  */
4386
4562
  let LinkedAccountType;
4387
4563
  (function (LinkedAccountType) {
@@ -4391,7 +4567,7 @@ var enums;
4391
4567
  })(LinkedAccountType = enums.LinkedAccountType || (enums.LinkedAccountType = {}));
4392
4568
  /**
4393
4569
  * @name LinkedProductTypeEnum.LinkedProductType
4394
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LinkedProductTypeEnum.LinkedProductType
4570
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LinkedProductTypeEnum.LinkedProductType
4395
4571
  */
4396
4572
  let LinkedProductType;
4397
4573
  (function (LinkedProductType) {
@@ -4405,7 +4581,7 @@ var enums;
4405
4581
  })(LinkedProductType = enums.LinkedProductType || (enums.LinkedProductType = {}));
4406
4582
  /**
4407
4583
  * @name ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
4408
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
4584
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
4409
4585
  */
4410
4586
  let ListingGroupFilterCustomAttributeIndex;
4411
4587
  (function (ListingGroupFilterCustomAttributeIndex) {
@@ -4419,7 +4595,7 @@ var enums;
4419
4595
  })(ListingGroupFilterCustomAttributeIndex = enums.ListingGroupFilterCustomAttributeIndex || (enums.ListingGroupFilterCustomAttributeIndex = {}));
4420
4596
  /**
4421
4597
  * @name ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
4422
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
4598
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ListingGroupFilterListingSourceEnum.ListingGroupFilterListingSource
4423
4599
  */
4424
4600
  let ListingGroupFilterListingSource;
4425
4601
  (function (ListingGroupFilterListingSource) {
@@ -4431,7 +4607,7 @@ var enums;
4431
4607
  })(ListingGroupFilterListingSource = enums.ListingGroupFilterListingSource || (enums.ListingGroupFilterListingSource = {}));
4432
4608
  /**
4433
4609
  * @name ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
4434
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
4610
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel
4435
4611
  */
4436
4612
  let ListingGroupFilterProductCategoryLevel;
4437
4613
  (function (ListingGroupFilterProductCategoryLevel) {
@@ -4445,7 +4621,7 @@ var enums;
4445
4621
  })(ListingGroupFilterProductCategoryLevel = enums.ListingGroupFilterProductCategoryLevel || (enums.ListingGroupFilterProductCategoryLevel = {}));
4446
4622
  /**
4447
4623
  * @name ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
4448
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
4624
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
4449
4625
  */
4450
4626
  let ListingGroupFilterProductChannel;
4451
4627
  (function (ListingGroupFilterProductChannel) {
@@ -4456,7 +4632,7 @@ var enums;
4456
4632
  })(ListingGroupFilterProductChannel = enums.ListingGroupFilterProductChannel || (enums.ListingGroupFilterProductChannel = {}));
4457
4633
  /**
4458
4634
  * @name ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
4459
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
4635
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
4460
4636
  */
4461
4637
  let ListingGroupFilterProductCondition;
4462
4638
  (function (ListingGroupFilterProductCondition) {
@@ -4468,7 +4644,7 @@ var enums;
4468
4644
  })(ListingGroupFilterProductCondition = enums.ListingGroupFilterProductCondition || (enums.ListingGroupFilterProductCondition = {}));
4469
4645
  /**
4470
4646
  * @name ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
4471
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
4647
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
4472
4648
  */
4473
4649
  let ListingGroupFilterProductTypeLevel;
4474
4650
  (function (ListingGroupFilterProductTypeLevel) {
@@ -4482,7 +4658,7 @@ var enums;
4482
4658
  })(ListingGroupFilterProductTypeLevel = enums.ListingGroupFilterProductTypeLevel || (enums.ListingGroupFilterProductTypeLevel = {}));
4483
4659
  /**
4484
4660
  * @name ListingGroupFilterTypeEnum.ListingGroupFilterType
4485
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ListingGroupFilterTypeEnum.ListingGroupFilterType
4661
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ListingGroupFilterTypeEnum.ListingGroupFilterType
4486
4662
  */
4487
4663
  let ListingGroupFilterType;
4488
4664
  (function (ListingGroupFilterType) {
@@ -4494,7 +4670,7 @@ var enums;
4494
4670
  })(ListingGroupFilterType = enums.ListingGroupFilterType || (enums.ListingGroupFilterType = {}));
4495
4671
  /**
4496
4672
  * @name ListingTypeEnum.ListingType
4497
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ListingTypeEnum.ListingType
4673
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ListingTypeEnum.ListingType
4498
4674
  */
4499
4675
  let ListingType;
4500
4676
  (function (ListingType) {
@@ -4504,7 +4680,7 @@ var enums;
4504
4680
  })(ListingType = enums.ListingType || (enums.ListingType = {}));
4505
4681
  /**
4506
4682
  * @name LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
4507
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
4683
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
4508
4684
  */
4509
4685
  let LocalServicesBusinessRegistrationCheckRejectionReason;
4510
4686
  (function (LocalServicesBusinessRegistrationCheckRejectionReason) {
@@ -4522,7 +4698,7 @@ var enums;
4522
4698
  })(LocalServicesBusinessRegistrationCheckRejectionReason = enums.LocalServicesBusinessRegistrationCheckRejectionReason || (enums.LocalServicesBusinessRegistrationCheckRejectionReason = {}));
4523
4699
  /**
4524
4700
  * @name LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
4525
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
4701
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType
4526
4702
  */
4527
4703
  let LocalServicesBusinessRegistrationType;
4528
4704
  (function (LocalServicesBusinessRegistrationType) {
@@ -4533,7 +4709,7 @@ var enums;
4533
4709
  })(LocalServicesBusinessRegistrationType = enums.LocalServicesBusinessRegistrationType || (enums.LocalServicesBusinessRegistrationType = {}));
4534
4710
  /**
4535
4711
  * @name LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
4536
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
4712
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesLeadConversationTypeEnum.LocalServicesLeadConversationType
4537
4713
  */
4538
4714
  let LocalServicesLeadConversationType;
4539
4715
  (function (LocalServicesLeadConversationType) {
@@ -4549,7 +4725,7 @@ var enums;
4549
4725
  })(LocalServicesLeadConversationType = enums.LocalServicesLeadConversationType || (enums.LocalServicesLeadConversationType = {}));
4550
4726
  /**
4551
4727
  * @name LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
4552
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
4728
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus
4553
4729
  */
4554
4730
  let LocalServicesEmployeeStatus;
4555
4731
  (function (LocalServicesEmployeeStatus) {
@@ -4560,7 +4736,7 @@ var enums;
4560
4736
  })(LocalServicesEmployeeStatus = enums.LocalServicesEmployeeStatus || (enums.LocalServicesEmployeeStatus = {}));
4561
4737
  /**
4562
4738
  * @name LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
4563
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
4739
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType
4564
4740
  */
4565
4741
  let LocalServicesEmployeeType;
4566
4742
  (function (LocalServicesEmployeeType) {
@@ -4571,7 +4747,7 @@ var enums;
4571
4747
  })(LocalServicesEmployeeType = enums.LocalServicesEmployeeType || (enums.LocalServicesEmployeeType = {}));
4572
4748
  /**
4573
4749
  * @name LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
4574
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
4750
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
4575
4751
  */
4576
4752
  let LocalServicesInsuranceRejectionReason;
4577
4753
  (function (LocalServicesInsuranceRejectionReason) {
@@ -4594,7 +4770,7 @@ var enums;
4594
4770
  })(LocalServicesInsuranceRejectionReason = enums.LocalServicesInsuranceRejectionReason || (enums.LocalServicesInsuranceRejectionReason = {}));
4595
4771
  /**
4596
4772
  * @name LocalServicesLeadCreditIssuanceDecisionEnum.LocalServicesLeadCreditIssuanceDecision
4597
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesLeadCreditIssuanceDecisionEnum.LocalServicesLeadCreditIssuanceDecision
4773
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesLeadCreditIssuanceDecisionEnum.LocalServicesLeadCreditIssuanceDecision
4598
4774
  */
4599
4775
  let LocalServicesLeadCreditIssuanceDecision;
4600
4776
  (function (LocalServicesLeadCreditIssuanceDecision) {
@@ -4607,7 +4783,7 @@ var enums;
4607
4783
  })(LocalServicesLeadCreditIssuanceDecision = enums.LocalServicesLeadCreditIssuanceDecision || (enums.LocalServicesLeadCreditIssuanceDecision = {}));
4608
4784
  /**
4609
4785
  * @name LocalServicesCreditStateEnum.LocalServicesCreditState
4610
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesCreditStateEnum.LocalServicesCreditState
4786
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesCreditStateEnum.LocalServicesCreditState
4611
4787
  */
4612
4788
  let LocalServicesCreditState;
4613
4789
  (function (LocalServicesCreditState) {
@@ -4618,7 +4794,7 @@ var enums;
4618
4794
  })(LocalServicesCreditState = enums.LocalServicesCreditState || (enums.LocalServicesCreditState = {}));
4619
4795
  /**
4620
4796
  * @name LocalServicesLeadStatusEnum.LocalServicesLeadStatus
4621
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesLeadStatusEnum.LocalServicesLeadStatus
4797
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesLeadStatusEnum.LocalServicesLeadStatus
4622
4798
  */
4623
4799
  let LocalServicesLeadStatus;
4624
4800
  (function (LocalServicesLeadStatus) {
@@ -4635,7 +4811,7 @@ var enums;
4635
4811
  })(LocalServicesLeadStatus = enums.LocalServicesLeadStatus || (enums.LocalServicesLeadStatus = {}));
4636
4812
  /**
4637
4813
  * @name LocalServicesLeadSurveyAnswerEnum.LocalServicesLeadSurveyAnswer
4638
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesLeadSurveyAnswerEnum.LocalServicesLeadSurveyAnswer
4814
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesLeadSurveyAnswerEnum.LocalServicesLeadSurveyAnswer
4639
4815
  */
4640
4816
  let LocalServicesLeadSurveyAnswer;
4641
4817
  (function (LocalServicesLeadSurveyAnswer) {
@@ -4649,7 +4825,7 @@ var enums;
4649
4825
  })(LocalServicesLeadSurveyAnswer = enums.LocalServicesLeadSurveyAnswer || (enums.LocalServicesLeadSurveyAnswer = {}));
4650
4826
  /**
4651
4827
  * @name LocalServicesLeadSurveyDissatisfiedReasonEnum.LocalServicesLeadSurveyDissatisfiedReason
4652
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesLeadSurveyDissatisfiedReasonEnum.LocalServicesLeadSurveyDissatisfiedReason
4828
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesLeadSurveyDissatisfiedReasonEnum.LocalServicesLeadSurveyDissatisfiedReason
4653
4829
  */
4654
4830
  let LocalServicesLeadSurveyDissatisfiedReason;
4655
4831
  (function (LocalServicesLeadSurveyDissatisfiedReason) {
@@ -4665,7 +4841,7 @@ var enums;
4665
4841
  })(LocalServicesLeadSurveyDissatisfiedReason = enums.LocalServicesLeadSurveyDissatisfiedReason || (enums.LocalServicesLeadSurveyDissatisfiedReason = {}));
4666
4842
  /**
4667
4843
  * @name LocalServicesLeadSurveySatisfiedReasonEnum.LocalServicesLeadSurveySatisfiedReason
4668
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesLeadSurveySatisfiedReasonEnum.LocalServicesLeadSurveySatisfiedReason
4844
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesLeadSurveySatisfiedReasonEnum.LocalServicesLeadSurveySatisfiedReason
4669
4845
  */
4670
4846
  let LocalServicesLeadSurveySatisfiedReason;
4671
4847
  (function (LocalServicesLeadSurveySatisfiedReason) {
@@ -4679,7 +4855,7 @@ var enums;
4679
4855
  })(LocalServicesLeadSurveySatisfiedReason = enums.LocalServicesLeadSurveySatisfiedReason || (enums.LocalServicesLeadSurveySatisfiedReason = {}));
4680
4856
  /**
4681
4857
  * @name LocalServicesLeadTypeEnum.LocalServicesLeadType
4682
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesLeadTypeEnum.LocalServicesLeadType
4858
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesLeadTypeEnum.LocalServicesLeadType
4683
4859
  */
4684
4860
  let LocalServicesLeadType;
4685
4861
  (function (LocalServicesLeadType) {
@@ -4691,7 +4867,7 @@ var enums;
4691
4867
  })(LocalServicesLeadType = enums.LocalServicesLeadType || (enums.LocalServicesLeadType = {}));
4692
4868
  /**
4693
4869
  * @name LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
4694
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
4870
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
4695
4871
  */
4696
4872
  let LocalServicesLicenseRejectionReason;
4697
4873
  (function (LocalServicesLicenseRejectionReason) {
@@ -4707,7 +4883,7 @@ var enums;
4707
4883
  })(LocalServicesLicenseRejectionReason = enums.LocalServicesLicenseRejectionReason || (enums.LocalServicesLicenseRejectionReason = {}));
4708
4884
  /**
4709
4885
  * @name LocalServicesParticipantTypeEnum.LocalServicesParticipantType
4710
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesParticipantTypeEnum.LocalServicesParticipantType
4886
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesParticipantTypeEnum.LocalServicesParticipantType
4711
4887
  */
4712
4888
  let LocalServicesParticipantType;
4713
4889
  (function (LocalServicesParticipantType) {
@@ -4718,7 +4894,7 @@ var enums;
4718
4894
  })(LocalServicesParticipantType = enums.LocalServicesParticipantType || (enums.LocalServicesParticipantType = {}));
4719
4895
  /**
4720
4896
  * @name LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
4721
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
4897
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
4722
4898
  */
4723
4899
  let LocalServicesVerificationArtifactStatus;
4724
4900
  (function (LocalServicesVerificationArtifactStatus) {
@@ -4732,7 +4908,7 @@ var enums;
4732
4908
  })(LocalServicesVerificationArtifactStatus = enums.LocalServicesVerificationArtifactStatus || (enums.LocalServicesVerificationArtifactStatus = {}));
4733
4909
  /**
4734
4910
  * @name LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
4735
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
4911
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType
4736
4912
  */
4737
4913
  let LocalServicesVerificationArtifactType;
4738
4914
  (function (LocalServicesVerificationArtifactType) {
@@ -4745,7 +4921,7 @@ var enums;
4745
4921
  })(LocalServicesVerificationArtifactType = enums.LocalServicesVerificationArtifactType || (enums.LocalServicesVerificationArtifactType = {}));
4746
4922
  /**
4747
4923
  * @name LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
4748
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
4924
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus
4749
4925
  */
4750
4926
  let LocalServicesVerificationStatus;
4751
4927
  (function (LocalServicesVerificationStatus) {
@@ -4761,7 +4937,7 @@ var enums;
4761
4937
  })(LocalServicesVerificationStatus = enums.LocalServicesVerificationStatus || (enums.LocalServicesVerificationStatus = {}));
4762
4938
  /**
4763
4939
  * @name LocationSourceTypeEnum.LocationSourceType
4764
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/LocationSourceTypeEnum.LocationSourceType
4940
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/LocationSourceTypeEnum.LocationSourceType
4765
4941
  */
4766
4942
  let LocationSourceType;
4767
4943
  (function (LocationSourceType) {
@@ -4772,7 +4948,7 @@ var enums;
4772
4948
  })(LocationSourceType = enums.LocationSourceType || (enums.LocationSourceType = {}));
4773
4949
  /**
4774
4950
  * @name ManagerLinkStatusEnum.ManagerLinkStatus
4775
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ManagerLinkStatusEnum.ManagerLinkStatus
4951
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ManagerLinkStatusEnum.ManagerLinkStatus
4776
4952
  */
4777
4953
  let ManagerLinkStatus;
4778
4954
  (function (ManagerLinkStatus) {
@@ -4786,7 +4962,7 @@ var enums;
4786
4962
  })(ManagerLinkStatus = enums.ManagerLinkStatus || (enums.ManagerLinkStatus = {}));
4787
4963
  /**
4788
4964
  * @name MediaTypeEnum.MediaType
4789
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/MediaTypeEnum.MediaType
4965
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/MediaTypeEnum.MediaType
4790
4966
  */
4791
4967
  let MediaType;
4792
4968
  (function (MediaType) {
@@ -4801,7 +4977,7 @@ var enums;
4801
4977
  })(MediaType = enums.MediaType || (enums.MediaType = {}));
4802
4978
  /**
4803
4979
  * @name MessagingRestrictionTypeEnum.MessagingRestrictionType
4804
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/MessagingRestrictionTypeEnum.MessagingRestrictionType
4980
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/MessagingRestrictionTypeEnum.MessagingRestrictionType
4805
4981
  */
4806
4982
  let MessagingRestrictionType;
4807
4983
  (function (MessagingRestrictionType) {
@@ -4811,7 +4987,7 @@ var enums;
4811
4987
  })(MessagingRestrictionType = enums.MessagingRestrictionType || (enums.MessagingRestrictionType = {}));
4812
4988
  /**
4813
4989
  * @name MobileDeviceTypeEnum.MobileDeviceType
4814
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/MobileDeviceTypeEnum.MobileDeviceType
4990
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/MobileDeviceTypeEnum.MobileDeviceType
4815
4991
  */
4816
4992
  let MobileDeviceType;
4817
4993
  (function (MobileDeviceType) {
@@ -4820,9 +4996,46 @@ var enums;
4820
4996
  MobileDeviceType[MobileDeviceType["MOBILE"] = 2] = "MOBILE";
4821
4997
  MobileDeviceType[MobileDeviceType["TABLET"] = 3] = "TABLET";
4822
4998
  })(MobileDeviceType = enums.MobileDeviceType || (enums.MobileDeviceType = {}));
4999
+ /**
5000
+ * @name MultiPartyAuthOperationTypeEnum.MultiPartyAuthOperationType
5001
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/MultiPartyAuthOperationTypeEnum.MultiPartyAuthOperationType
5002
+ */
5003
+ let MultiPartyAuthOperationType;
5004
+ (function (MultiPartyAuthOperationType) {
5005
+ MultiPartyAuthOperationType[MultiPartyAuthOperationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
5006
+ MultiPartyAuthOperationType[MultiPartyAuthOperationType["UNKNOWN"] = 1] = "UNKNOWN";
5007
+ MultiPartyAuthOperationType[MultiPartyAuthOperationType["CREATE"] = 2] = "CREATE";
5008
+ MultiPartyAuthOperationType[MultiPartyAuthOperationType["UPDATE"] = 3] = "UPDATE";
5009
+ MultiPartyAuthOperationType[MultiPartyAuthOperationType["REMOVE"] = 4] = "REMOVE";
5010
+ })(MultiPartyAuthOperationType = enums.MultiPartyAuthOperationType || (enums.MultiPartyAuthOperationType = {}));
5011
+ /**
5012
+ * @name MultiPartyAuthReviewStatusEnum.MultiPartyAuthReviewStatus
5013
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/MultiPartyAuthReviewStatusEnum.MultiPartyAuthReviewStatus
5014
+ */
5015
+ let MultiPartyAuthReviewStatus;
5016
+ (function (MultiPartyAuthReviewStatus) {
5017
+ MultiPartyAuthReviewStatus[MultiPartyAuthReviewStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
5018
+ MultiPartyAuthReviewStatus[MultiPartyAuthReviewStatus["UNKNOWN"] = 1] = "UNKNOWN";
5019
+ MultiPartyAuthReviewStatus[MultiPartyAuthReviewStatus["APPROVED"] = 2] = "APPROVED";
5020
+ MultiPartyAuthReviewStatus[MultiPartyAuthReviewStatus["PENDING"] = 3] = "PENDING";
5021
+ MultiPartyAuthReviewStatus[MultiPartyAuthReviewStatus["REVOKED"] = 4] = "REVOKED";
5022
+ MultiPartyAuthReviewStatus[MultiPartyAuthReviewStatus["REJECTED"] = 5] = "REJECTED";
5023
+ MultiPartyAuthReviewStatus[MultiPartyAuthReviewStatus["EXPIRED"] = 6] = "EXPIRED";
5024
+ })(MultiPartyAuthReviewStatus = enums.MultiPartyAuthReviewStatus || (enums.MultiPartyAuthReviewStatus = {}));
5025
+ /**
5026
+ * @name MultiPartyAuthReviewTargetResourceEnum.MultiPartyAuthReviewTargetResource
5027
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/MultiPartyAuthReviewTargetResourceEnum.MultiPartyAuthReviewTargetResource
5028
+ */
5029
+ let MultiPartyAuthReviewTargetResource;
5030
+ (function (MultiPartyAuthReviewTargetResource) {
5031
+ MultiPartyAuthReviewTargetResource[MultiPartyAuthReviewTargetResource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
5032
+ MultiPartyAuthReviewTargetResource[MultiPartyAuthReviewTargetResource["UNKNOWN"] = 1] = "UNKNOWN";
5033
+ MultiPartyAuthReviewTargetResource[MultiPartyAuthReviewTargetResource["CUSTOMER_USER_ACCESS"] = 2] = "CUSTOMER_USER_ACCESS";
5034
+ MultiPartyAuthReviewTargetResource[MultiPartyAuthReviewTargetResource["CUSTOMER_USER_ACCESS_INVITATION"] = 3] = "CUSTOMER_USER_ACCESS_INVITATION";
5035
+ })(MultiPartyAuthReviewTargetResource = enums.MultiPartyAuthReviewTargetResource || (enums.MultiPartyAuthReviewTargetResource = {}));
4823
5036
  /**
4824
5037
  * @name NegativeGeoTargetTypeEnum.NegativeGeoTargetType
4825
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/NegativeGeoTargetTypeEnum.NegativeGeoTargetType
5038
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/NegativeGeoTargetTypeEnum.NegativeGeoTargetType
4826
5039
  */
4827
5040
  let NegativeGeoTargetType;
4828
5041
  (function (NegativeGeoTargetType) {
@@ -4833,7 +5046,7 @@ var enums;
4833
5046
  })(NegativeGeoTargetType = enums.NegativeGeoTargetType || (enums.NegativeGeoTargetType = {}));
4834
5047
  /**
4835
5048
  * @name NonSkippableMaxDurationEnum.NonSkippableMaxDuration
4836
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/NonSkippableMaxDurationEnum.NonSkippableMaxDuration
5049
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/NonSkippableMaxDurationEnum.NonSkippableMaxDuration
4837
5050
  */
4838
5051
  let NonSkippableMaxDuration;
4839
5052
  (function (NonSkippableMaxDuration) {
@@ -4845,7 +5058,7 @@ var enums;
4845
5058
  })(NonSkippableMaxDuration = enums.NonSkippableMaxDuration || (enums.NonSkippableMaxDuration = {}));
4846
5059
  /**
4847
5060
  * @name NonSkippableMinDurationEnum.NonSkippableMinDuration
4848
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/NonSkippableMinDurationEnum.NonSkippableMinDuration
5061
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/NonSkippableMinDurationEnum.NonSkippableMinDuration
4849
5062
  */
4850
5063
  let NonSkippableMinDuration;
4851
5064
  (function (NonSkippableMinDuration) {
@@ -4858,7 +5071,7 @@ var enums;
4858
5071
  })(NonSkippableMinDuration = enums.NonSkippableMinDuration || (enums.NonSkippableMinDuration = {}));
4859
5072
  /**
4860
5073
  * @name OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
4861
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
5074
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus
4862
5075
  */
4863
5076
  let OfflineConversionDiagnosticStatus;
4864
5077
  (function (OfflineConversionDiagnosticStatus) {
@@ -4871,7 +5084,7 @@ var enums;
4871
5084
  })(OfflineConversionDiagnosticStatus = enums.OfflineConversionDiagnosticStatus || (enums.OfflineConversionDiagnosticStatus = {}));
4872
5085
  /**
4873
5086
  * @name OfflineEventUploadClientEnum.OfflineEventUploadClient
4874
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/OfflineEventUploadClientEnum.OfflineEventUploadClient
5087
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/OfflineEventUploadClientEnum.OfflineEventUploadClient
4875
5088
  */
4876
5089
  let OfflineEventUploadClient;
4877
5090
  (function (OfflineEventUploadClient) {
@@ -4883,7 +5096,7 @@ var enums;
4883
5096
  })(OfflineEventUploadClient = enums.OfflineEventUploadClient || (enums.OfflineEventUploadClient = {}));
4884
5097
  /**
4885
5098
  * @name OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
4886
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
5099
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
4887
5100
  */
4888
5101
  let OfflineUserDataJobFailureReason;
4889
5102
  (function (OfflineUserDataJobFailureReason) {
@@ -4897,7 +5110,7 @@ var enums;
4897
5110
  })(OfflineUserDataJobFailureReason = enums.OfflineUserDataJobFailureReason || (enums.OfflineUserDataJobFailureReason = {}));
4898
5111
  /**
4899
5112
  * @name OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
4900
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
5113
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
4901
5114
  */
4902
5115
  let OfflineUserDataJobMatchRateRange;
4903
5116
  (function (OfflineUserDataJobMatchRateRange) {
@@ -4915,7 +5128,7 @@ var enums;
4915
5128
  })(OfflineUserDataJobMatchRateRange = enums.OfflineUserDataJobMatchRateRange || (enums.OfflineUserDataJobMatchRateRange = {}));
4916
5129
  /**
4917
5130
  * @name OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
4918
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
5131
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
4919
5132
  */
4920
5133
  let OfflineUserDataJobStatus;
4921
5134
  (function (OfflineUserDataJobStatus) {
@@ -4928,7 +5141,7 @@ var enums;
4928
5141
  })(OfflineUserDataJobStatus = enums.OfflineUserDataJobStatus || (enums.OfflineUserDataJobStatus = {}));
4929
5142
  /**
4930
5143
  * @name OfflineUserDataJobTypeEnum.OfflineUserDataJobType
4931
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/OfflineUserDataJobTypeEnum.OfflineUserDataJobType
5144
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/OfflineUserDataJobTypeEnum.OfflineUserDataJobType
4932
5145
  */
4933
5146
  let OfflineUserDataJobType;
4934
5147
  (function (OfflineUserDataJobType) {
@@ -4941,7 +5154,7 @@ var enums;
4941
5154
  })(OfflineUserDataJobType = enums.OfflineUserDataJobType || (enums.OfflineUserDataJobType = {}));
4942
5155
  /**
4943
5156
  * @name OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
4944
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
5157
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
4945
5158
  */
4946
5159
  let OperatingSystemVersionOperatorType;
4947
5160
  (function (OperatingSystemVersionOperatorType) {
@@ -4952,7 +5165,7 @@ var enums;
4952
5165
  })(OperatingSystemVersionOperatorType = enums.OperatingSystemVersionOperatorType || (enums.OperatingSystemVersionOperatorType = {}));
4953
5166
  /**
4954
5167
  * @name OptimizationGoalTypeEnum.OptimizationGoalType
4955
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/OptimizationGoalTypeEnum.OptimizationGoalType
5168
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/OptimizationGoalTypeEnum.OptimizationGoalType
4956
5169
  */
4957
5170
  let OptimizationGoalType;
4958
5171
  (function (OptimizationGoalType) {
@@ -4964,7 +5177,7 @@ var enums;
4964
5177
  })(OptimizationGoalType = enums.OptimizationGoalType || (enums.OptimizationGoalType = {}));
4965
5178
  /**
4966
5179
  * @name PartnershipOpportunityEnum.PartnershipOpportunity
4967
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PartnershipOpportunityEnum.PartnershipOpportunity
5180
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PartnershipOpportunityEnum.PartnershipOpportunity
4968
5181
  */
4969
5182
  let PartnershipOpportunity;
4970
5183
  (function (PartnershipOpportunity) {
@@ -4977,7 +5190,7 @@ var enums;
4977
5190
  })(PartnershipOpportunity = enums.PartnershipOpportunity || (enums.PartnershipOpportunity = {}));
4978
5191
  /**
4979
5192
  * @name PaymentModeEnum.PaymentMode
4980
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PaymentModeEnum.PaymentMode
5193
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PaymentModeEnum.PaymentMode
4981
5194
  */
4982
5195
  let PaymentMode;
4983
5196
  (function (PaymentMode) {
@@ -4990,7 +5203,7 @@ var enums;
4990
5203
  })(PaymentMode = enums.PaymentMode || (enums.PaymentMode = {}));
4991
5204
  /**
4992
5205
  * @name PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
4993
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
5206
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
4994
5207
  */
4995
5208
  let PerformanceMaxUpgradeStatus;
4996
5209
  (function (PerformanceMaxUpgradeStatus) {
@@ -5003,7 +5216,7 @@ var enums;
5003
5216
  })(PerformanceMaxUpgradeStatus = enums.PerformanceMaxUpgradeStatus || (enums.PerformanceMaxUpgradeStatus = {}));
5004
5217
  /**
5005
5218
  * @name PlacementTypeEnum.PlacementType
5006
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PlacementTypeEnum.PlacementType
5219
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PlacementTypeEnum.PlacementType
5007
5220
  */
5008
5221
  let PlacementType;
5009
5222
  (function (PlacementType) {
@@ -5018,7 +5231,7 @@ var enums;
5018
5231
  })(PlacementType = enums.PlacementType || (enums.PlacementType = {}));
5019
5232
  /**
5020
5233
  * @name PositiveGeoTargetTypeEnum.PositiveGeoTargetType
5021
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
5234
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
5022
5235
  */
5023
5236
  let PositiveGeoTargetType;
5024
5237
  (function (PositiveGeoTargetType) {
@@ -5030,7 +5243,7 @@ var enums;
5030
5243
  })(PositiveGeoTargetType = enums.PositiveGeoTargetType || (enums.PositiveGeoTargetType = {}));
5031
5244
  /**
5032
5245
  * @name ProductAvailabilityEnum.ProductAvailability
5033
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ProductAvailabilityEnum.ProductAvailability
5246
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ProductAvailabilityEnum.ProductAvailability
5034
5247
  */
5035
5248
  let ProductAvailability;
5036
5249
  (function (ProductAvailability) {
@@ -5042,7 +5255,7 @@ var enums;
5042
5255
  })(ProductAvailability = enums.ProductAvailability || (enums.ProductAvailability = {}));
5043
5256
  /**
5044
5257
  * @name ProductCategoryStateEnum.ProductCategoryState
5045
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ProductCategoryStateEnum.ProductCategoryState
5258
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ProductCategoryStateEnum.ProductCategoryState
5046
5259
  */
5047
5260
  let ProductCategoryState;
5048
5261
  (function (ProductCategoryState) {
@@ -5053,7 +5266,7 @@ var enums;
5053
5266
  })(ProductCategoryState = enums.ProductCategoryState || (enums.ProductCategoryState = {}));
5054
5267
  /**
5055
5268
  * @name ProductIssueSeverityEnum.ProductIssueSeverity
5056
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ProductIssueSeverityEnum.ProductIssueSeverity
5269
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ProductIssueSeverityEnum.ProductIssueSeverity
5057
5270
  */
5058
5271
  let ProductIssueSeverity;
5059
5272
  (function (ProductIssueSeverity) {
@@ -5064,7 +5277,7 @@ var enums;
5064
5277
  })(ProductIssueSeverity = enums.ProductIssueSeverity || (enums.ProductIssueSeverity = {}));
5065
5278
  /**
5066
5279
  * @name ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
5067
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
5280
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus
5068
5281
  */
5069
5282
  let ProductLinkInvitationStatus;
5070
5283
  (function (ProductLinkInvitationStatus) {
@@ -5079,7 +5292,7 @@ var enums;
5079
5292
  })(ProductLinkInvitationStatus = enums.ProductLinkInvitationStatus || (enums.ProductLinkInvitationStatus = {}));
5080
5293
  /**
5081
5294
  * @name ProductStatusEnum.ProductStatus
5082
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ProductStatusEnum.ProductStatus
5295
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ProductStatusEnum.ProductStatus
5083
5296
  */
5084
5297
  let ProductStatus;
5085
5298
  (function (ProductStatus) {
@@ -5091,7 +5304,7 @@ var enums;
5091
5304
  })(ProductStatus = enums.ProductStatus || (enums.ProductStatus = {}));
5092
5305
  /**
5093
5306
  * @name ReachPlanAgeRangeEnum.ReachPlanAgeRange
5094
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ReachPlanAgeRangeEnum.ReachPlanAgeRange
5307
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ReachPlanAgeRangeEnum.ReachPlanAgeRange
5095
5308
  */
5096
5309
  let ReachPlanAgeRange;
5097
5310
  (function (ReachPlanAgeRange) {
@@ -5131,7 +5344,7 @@ var enums;
5131
5344
  })(ReachPlanAgeRange = enums.ReachPlanAgeRange || (enums.ReachPlanAgeRange = {}));
5132
5345
  /**
5133
5346
  * @name ReachPlanBuyingMethodEnum.ReachPlanBuyingMethod
5134
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ReachPlanBuyingMethodEnum.ReachPlanBuyingMethod
5347
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ReachPlanBuyingMethodEnum.ReachPlanBuyingMethod
5135
5348
  */
5136
5349
  let ReachPlanBuyingMethod;
5137
5350
  (function (ReachPlanBuyingMethod) {
@@ -5142,7 +5355,7 @@ var enums;
5142
5355
  })(ReachPlanBuyingMethod = enums.ReachPlanBuyingMethod || (enums.ReachPlanBuyingMethod = {}));
5143
5356
  /**
5144
5357
  * @name ReachPlanConversionRateModelEnum.ReachPlanConversionRateModel
5145
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ReachPlanConversionRateModelEnum.ReachPlanConversionRateModel
5358
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ReachPlanConversionRateModelEnum.ReachPlanConversionRateModel
5146
5359
  */
5147
5360
  let ReachPlanConversionRateModel;
5148
5361
  (function (ReachPlanConversionRateModel) {
@@ -5155,7 +5368,7 @@ var enums;
5155
5368
  })(ReachPlanConversionRateModel = enums.ReachPlanConversionRateModel || (enums.ReachPlanConversionRateModel = {}));
5156
5369
  /**
5157
5370
  * @name ReachPlanCostModelEnum.ReachPlanCostModel
5158
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ReachPlanCostModelEnum.ReachPlanCostModel
5371
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ReachPlanCostModelEnum.ReachPlanCostModel
5159
5372
  */
5160
5373
  let ReachPlanCostModel;
5161
5374
  (function (ReachPlanCostModel) {
@@ -5168,7 +5381,7 @@ var enums;
5168
5381
  })(ReachPlanCostModel = enums.ReachPlanCostModel || (enums.ReachPlanCostModel = {}));
5169
5382
  /**
5170
5383
  * @name ReachPlanMarketingObjectiveEnum.ReachPlanMarketingObjective
5171
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ReachPlanMarketingObjectiveEnum.ReachPlanMarketingObjective
5384
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ReachPlanMarketingObjectiveEnum.ReachPlanMarketingObjective
5172
5385
  */
5173
5386
  let ReachPlanMarketingObjective;
5174
5387
  (function (ReachPlanMarketingObjective) {
@@ -5180,7 +5393,7 @@ var enums;
5180
5393
  })(ReachPlanMarketingObjective = enums.ReachPlanMarketingObjective || (enums.ReachPlanMarketingObjective = {}));
5181
5394
  /**
5182
5395
  * @name ReachPlanNetworkEnum.ReachPlanNetwork
5183
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ReachPlanNetworkEnum.ReachPlanNetwork
5396
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ReachPlanNetworkEnum.ReachPlanNetwork
5184
5397
  */
5185
5398
  let ReachPlanNetwork;
5186
5399
  (function (ReachPlanNetwork) {
@@ -5192,7 +5405,7 @@ var enums;
5192
5405
  })(ReachPlanNetwork = enums.ReachPlanNetwork || (enums.ReachPlanNetwork = {}));
5193
5406
  /**
5194
5407
  * @name ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus
5195
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus
5408
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus
5196
5409
  */
5197
5410
  let ReachPlanPlannableUserListStatus;
5198
5411
  (function (ReachPlanPlannableUserListStatus) {
@@ -5203,7 +5416,7 @@ var enums;
5203
5416
  })(ReachPlanPlannableUserListStatus = enums.ReachPlanPlannableUserListStatus || (enums.ReachPlanPlannableUserListStatus = {}));
5204
5417
  /**
5205
5418
  * @name ReachPlanSurfaceEnum.ReachPlanSurface
5206
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ReachPlanSurfaceEnum.ReachPlanSurface
5419
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ReachPlanSurfaceEnum.ReachPlanSurface
5207
5420
  */
5208
5421
  let ReachPlanSurface;
5209
5422
  (function (ReachPlanSurface) {
@@ -5221,7 +5434,7 @@ var enums;
5221
5434
  })(ReachPlanSurface = enums.ReachPlanSurface || (enums.ReachPlanSurface = {}));
5222
5435
  /**
5223
5436
  * @name RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
5224
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
5437
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/RecommendationSubscriptionStatusEnum.RecommendationSubscriptionStatus
5225
5438
  */
5226
5439
  let RecommendationSubscriptionStatus;
5227
5440
  (function (RecommendationSubscriptionStatus) {
@@ -5232,7 +5445,7 @@ var enums;
5232
5445
  })(RecommendationSubscriptionStatus = enums.RecommendationSubscriptionStatus || (enums.RecommendationSubscriptionStatus = {}));
5233
5446
  /**
5234
5447
  * @name RegulatoryFeeTypeEnum.RegulatoryFeeType
5235
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/RegulatoryFeeTypeEnum.RegulatoryFeeType
5448
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/RegulatoryFeeTypeEnum.RegulatoryFeeType
5236
5449
  */
5237
5450
  let RegulatoryFeeType;
5238
5451
  (function (RegulatoryFeeType) {
@@ -5251,7 +5464,7 @@ var enums;
5251
5464
  })(RegulatoryFeeType = enums.RegulatoryFeeType || (enums.RegulatoryFeeType = {}));
5252
5465
  /**
5253
5466
  * @name ResourceChangeOperationEnum.ResourceChangeOperation
5254
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ResourceChangeOperationEnum.ResourceChangeOperation
5467
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ResourceChangeOperationEnum.ResourceChangeOperation
5255
5468
  */
5256
5469
  let ResourceChangeOperation;
5257
5470
  (function (ResourceChangeOperation) {
@@ -5263,7 +5476,7 @@ var enums;
5263
5476
  })(ResourceChangeOperation = enums.ResourceChangeOperation || (enums.ResourceChangeOperation = {}));
5264
5477
  /**
5265
5478
  * @name ResourceLimitTypeEnum.ResourceLimitType
5266
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ResourceLimitTypeEnum.ResourceLimitType
5479
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ResourceLimitTypeEnum.ResourceLimitType
5267
5480
  */
5268
5481
  let ResourceLimitType;
5269
5482
  (function (ResourceLimitType) {
@@ -5419,7 +5632,7 @@ var enums;
5419
5632
  })(ResourceLimitType = enums.ResourceLimitType || (enums.ResourceLimitType = {}));
5420
5633
  /**
5421
5634
  * @name ResponseContentTypeEnum.ResponseContentType
5422
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ResponseContentTypeEnum.ResponseContentType
5635
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ResponseContentTypeEnum.ResponseContentType
5423
5636
  */
5424
5637
  let ResponseContentType;
5425
5638
  (function (ResponseContentType) {
@@ -5429,7 +5642,7 @@ var enums;
5429
5642
  })(ResponseContentType = enums.ResponseContentType || (enums.ResponseContentType = {}));
5430
5643
  /**
5431
5644
  * @name SeasonalityEventScopeEnum.SeasonalityEventScope
5432
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SeasonalityEventScopeEnum.SeasonalityEventScope
5645
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SeasonalityEventScopeEnum.SeasonalityEventScope
5433
5646
  */
5434
5647
  let SeasonalityEventScope;
5435
5648
  (function (SeasonalityEventScope) {
@@ -5441,7 +5654,7 @@ var enums;
5441
5654
  })(SeasonalityEventScope = enums.SeasonalityEventScope || (enums.SeasonalityEventScope = {}));
5442
5655
  /**
5443
5656
  * @name SeasonalityEventStatusEnum.SeasonalityEventStatus
5444
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SeasonalityEventStatusEnum.SeasonalityEventStatus
5657
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SeasonalityEventStatusEnum.SeasonalityEventStatus
5445
5658
  */
5446
5659
  let SeasonalityEventStatus;
5447
5660
  (function (SeasonalityEventStatus) {
@@ -5450,9 +5663,21 @@ var enums;
5450
5663
  SeasonalityEventStatus[SeasonalityEventStatus["ENABLED"] = 2] = "ENABLED";
5451
5664
  SeasonalityEventStatus[SeasonalityEventStatus["REMOVED"] = 4] = "REMOVED";
5452
5665
  })(SeasonalityEventStatus = enums.SeasonalityEventStatus || (enums.SeasonalityEventStatus = {}));
5666
+ /**
5667
+ * @name SentimentEnum.Sentiment
5668
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SentimentEnum.Sentiment
5669
+ */
5670
+ let Sentiment;
5671
+ (function (Sentiment) {
5672
+ Sentiment[Sentiment["UNSPECIFIED"] = 0] = "UNSPECIFIED";
5673
+ Sentiment[Sentiment["UNKNOWN"] = 1] = "UNKNOWN";
5674
+ Sentiment[Sentiment["SENTIMENT_NEUTRAL"] = 2] = "SENTIMENT_NEUTRAL";
5675
+ Sentiment[Sentiment["SENTIMENT_POSITIVE"] = 3] = "SENTIMENT_POSITIVE";
5676
+ Sentiment[Sentiment["SENTIMENT_NEGATIVE"] = 4] = "SENTIMENT_NEGATIVE";
5677
+ })(Sentiment = enums.Sentiment || (enums.Sentiment = {}));
5453
5678
  /**
5454
5679
  * @name SharedSetStatusEnum.SharedSetStatus
5455
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SharedSetStatusEnum.SharedSetStatus
5680
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SharedSetStatusEnum.SharedSetStatus
5456
5681
  */
5457
5682
  let SharedSetStatus;
5458
5683
  (function (SharedSetStatus) {
@@ -5463,7 +5688,7 @@ var enums;
5463
5688
  })(SharedSetStatus = enums.SharedSetStatus || (enums.SharedSetStatus = {}));
5464
5689
  /**
5465
5690
  * @name SharedSetTypeEnum.SharedSetType
5466
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SharedSetTypeEnum.SharedSetType
5691
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SharedSetTypeEnum.SharedSetType
5467
5692
  */
5468
5693
  let SharedSetType;
5469
5694
  (function (SharedSetType) {
@@ -5479,7 +5704,7 @@ var enums;
5479
5704
  })(SharedSetType = enums.SharedSetType || (enums.SharedSetType = {}));
5480
5705
  /**
5481
5706
  * @name ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
5482
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
5707
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ShoppingAddProductsToCampaignRecommendationEnum.ShoppingAddProductsToCampaignRecommendation
5483
5708
  */
5484
5709
  let ShoppingAddProductsToCampaignRecommendation;
5485
5710
  (function (ShoppingAddProductsToCampaignRecommendation) {
@@ -5492,7 +5717,7 @@ var enums;
5492
5717
  })(ShoppingAddProductsToCampaignRecommendation = enums.ShoppingAddProductsToCampaignRecommendation || (enums.ShoppingAddProductsToCampaignRecommendation = {}));
5493
5718
  /**
5494
5719
  * @name SimulationModificationMethodEnum.SimulationModificationMethod
5495
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SimulationModificationMethodEnum.SimulationModificationMethod
5720
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SimulationModificationMethodEnum.SimulationModificationMethod
5496
5721
  */
5497
5722
  let SimulationModificationMethod;
5498
5723
  (function (SimulationModificationMethod) {
@@ -5504,7 +5729,7 @@ var enums;
5504
5729
  })(SimulationModificationMethod = enums.SimulationModificationMethod || (enums.SimulationModificationMethod = {}));
5505
5730
  /**
5506
5731
  * @name SimulationTypeEnum.SimulationType
5507
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SimulationTypeEnum.SimulationType
5732
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SimulationTypeEnum.SimulationType
5508
5733
  */
5509
5734
  let SimulationType;
5510
5735
  (function (SimulationType) {
@@ -5521,7 +5746,7 @@ var enums;
5521
5746
  })(SimulationType = enums.SimulationType || (enums.SimulationType = {}));
5522
5747
  /**
5523
5748
  * @name SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
5524
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
5749
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
5525
5750
  */
5526
5751
  let SmartCampaignNotEligibleReason;
5527
5752
  (function (SmartCampaignNotEligibleReason) {
@@ -5534,7 +5759,7 @@ var enums;
5534
5759
  })(SmartCampaignNotEligibleReason = enums.SmartCampaignNotEligibleReason || (enums.SmartCampaignNotEligibleReason = {}));
5535
5760
  /**
5536
5761
  * @name SmartCampaignStatusEnum.SmartCampaignStatus
5537
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SmartCampaignStatusEnum.SmartCampaignStatus
5762
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SmartCampaignStatusEnum.SmartCampaignStatus
5538
5763
  */
5539
5764
  let SmartCampaignStatus;
5540
5765
  (function (SmartCampaignStatus) {
@@ -5549,7 +5774,7 @@ var enums;
5549
5774
  })(SmartCampaignStatus = enums.SmartCampaignStatus || (enums.SmartCampaignStatus = {}));
5550
5775
  /**
5551
5776
  * @name SpendingLimitTypeEnum.SpendingLimitType
5552
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SpendingLimitTypeEnum.SpendingLimitType
5777
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SpendingLimitTypeEnum.SpendingLimitType
5553
5778
  */
5554
5779
  let SpendingLimitType;
5555
5780
  (function (SpendingLimitType) {
@@ -5559,7 +5784,7 @@ var enums;
5559
5784
  })(SpendingLimitType = enums.SpendingLimitType || (enums.SpendingLimitType = {}));
5560
5785
  /**
5561
5786
  * @name SummaryRowSettingEnum.SummaryRowSetting
5562
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SummaryRowSettingEnum.SummaryRowSetting
5787
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SummaryRowSettingEnum.SummaryRowSetting
5563
5788
  */
5564
5789
  let SummaryRowSetting;
5565
5790
  (function (SummaryRowSetting) {
@@ -5569,9 +5794,303 @@ var enums;
5569
5794
  SummaryRowSetting[SummaryRowSetting["SUMMARY_ROW_WITH_RESULTS"] = 3] = "SUMMARY_ROW_WITH_RESULTS";
5570
5795
  SummaryRowSetting[SummaryRowSetting["SUMMARY_ROW_ONLY"] = 4] = "SUMMARY_ROW_ONLY";
5571
5796
  })(SummaryRowSetting = enums.SummaryRowSetting || (enums.SummaryRowSetting = {}));
5797
+ /**
5798
+ * @name SurveyIntendedActionEnum.SurveyIntendedAction
5799
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SurveyIntendedActionEnum.SurveyIntendedAction
5800
+ */
5801
+ let SurveyIntendedAction;
5802
+ (function (SurveyIntendedAction) {
5803
+ SurveyIntendedAction[SurveyIntendedAction["UNSPECIFIED"] = 0] = "UNSPECIFIED";
5804
+ SurveyIntendedAction[SurveyIntendedAction["UNKNOWN"] = 1] = "UNKNOWN";
5805
+ SurveyIntendedAction[SurveyIntendedAction["APPLY_FOR"] = 2] = "APPLY_FOR";
5806
+ SurveyIntendedAction[SurveyIntendedAction["APPLY_TO_WORK_FOR"] = 3] = "APPLY_TO_WORK_FOR";
5807
+ SurveyIntendedAction[SurveyIntendedAction["ATTEND"] = 4] = "ATTEND";
5808
+ SurveyIntendedAction[SurveyIntendedAction["BOOK"] = 5] = "BOOK";
5809
+ SurveyIntendedAction[SurveyIntendedAction["BOOK_WITH"] = 6] = "BOOK_WITH";
5810
+ SurveyIntendedAction[SurveyIntendedAction["BUY"] = 7] = "BUY";
5811
+ SurveyIntendedAction[SurveyIntendedAction["BUY_CONTENT_FROM"] = 8] = "BUY_CONTENT_FROM";
5812
+ SurveyIntendedAction[SurveyIntendedAction["BUY_TICKETS_FOR"] = 9] = "BUY_TICKETS_FOR";
5813
+ SurveyIntendedAction[SurveyIntendedAction["CARE_ABOUT"] = 10] = "CARE_ABOUT";
5814
+ SurveyIntendedAction[SurveyIntendedAction["CHOOSE"] = 11] = "CHOOSE";
5815
+ SurveyIntendedAction[SurveyIntendedAction["DONATE_TO"] = 12] = "DONATE_TO";
5816
+ SurveyIntendedAction[SurveyIntendedAction["DOWNLOAD"] = 13] = "DOWNLOAD";
5817
+ SurveyIntendedAction[SurveyIntendedAction["DOWNLOAD_FROM"] = 14] = "DOWNLOAD_FROM";
5818
+ SurveyIntendedAction[SurveyIntendedAction["EAT"] = 15] = "EAT";
5819
+ SurveyIntendedAction[SurveyIntendedAction["EAT_AT"] = 16] = "EAT_AT";
5820
+ SurveyIntendedAction[SurveyIntendedAction["HAVE_UNFAVORABLE_OPINION_OF"] = 17] = "HAVE_UNFAVORABLE_OPINION_OF";
5821
+ SurveyIntendedAction[SurveyIntendedAction["JOIN"] = 18] = "JOIN";
5822
+ SurveyIntendedAction[SurveyIntendedAction["LEARN"] = 19] = "LEARN";
5823
+ SurveyIntendedAction[SurveyIntendedAction["LISTEN_TO"] = 20] = "LISTEN_TO";
5824
+ SurveyIntendedAction[SurveyIntendedAction["NONE"] = 21] = "NONE";
5825
+ SurveyIntendedAction[SurveyIntendedAction["ORDER_FROM"] = 22] = "ORDER_FROM";
5826
+ SurveyIntendedAction[SurveyIntendedAction["PARTICIPATE_IN"] = 23] = "PARTICIPATE_IN";
5827
+ SurveyIntendedAction[SurveyIntendedAction["PLAY"] = 24] = "PLAY";
5828
+ SurveyIntendedAction[SurveyIntendedAction["PLAY_AT"] = 25] = "PLAY_AT";
5829
+ SurveyIntendedAction[SurveyIntendedAction["PLAY_ON"] = 26] = "PLAY_ON";
5830
+ SurveyIntendedAction[SurveyIntendedAction["RENT"] = 27] = "RENT";
5831
+ SurveyIntendedAction[SurveyIntendedAction["SEE"] = 28] = "SEE";
5832
+ SurveyIntendedAction[SurveyIntendedAction["SEE_IN_THEATERS"] = 29] = "SEE_IN_THEATERS";
5833
+ SurveyIntendedAction[SurveyIntendedAction["SHOP"] = 30] = "SHOP";
5834
+ SurveyIntendedAction[SurveyIntendedAction["SIGN_UP_FOR"] = 31] = "SIGN_UP_FOR";
5835
+ SurveyIntendedAction[SurveyIntendedAction["SUBSCRIBE_TO"] = 32] = "SUBSCRIBE_TO";
5836
+ SurveyIntendedAction[SurveyIntendedAction["TAKE_ACTION_ON"] = 33] = "TAKE_ACTION_ON";
5837
+ SurveyIntendedAction[SurveyIntendedAction["USE"] = 34] = "USE";
5838
+ SurveyIntendedAction[SurveyIntendedAction["VISIT"] = 35] = "VISIT";
5839
+ SurveyIntendedAction[SurveyIntendedAction["VOTE_FOR"] = 36] = "VOTE_FOR";
5840
+ SurveyIntendedAction[SurveyIntendedAction["WATCH"] = 37] = "WATCH";
5841
+ SurveyIntendedAction[SurveyIntendedAction["WATCH_IN_THEATERS"] = 38] = "WATCH_IN_THEATERS";
5842
+ })(SurveyIntendedAction = enums.SurveyIntendedAction || (enums.SurveyIntendedAction = {}));
5843
+ /**
5844
+ * @name SurveyLiftFlightTargetResponseModeEnum.SurveyLiftFlightTargetResponseMode
5845
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SurveyLiftFlightTargetResponseModeEnum.SurveyLiftFlightTargetResponseMode
5846
+ */
5847
+ let SurveyLiftFlightTargetResponseMode;
5848
+ (function (SurveyLiftFlightTargetResponseMode) {
5849
+ SurveyLiftFlightTargetResponseMode[SurveyLiftFlightTargetResponseMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
5850
+ SurveyLiftFlightTargetResponseMode[SurveyLiftFlightTargetResponseMode["UNKNOWN"] = 1] = "UNKNOWN";
5851
+ SurveyLiftFlightTargetResponseMode[SurveyLiftFlightTargetResponseMode["STANDARD"] = 2] = "STANDARD";
5852
+ SurveyLiftFlightTargetResponseMode[SurveyLiftFlightTargetResponseMode["BOOST"] = 3] = "BOOST";
5853
+ })(SurveyLiftFlightTargetResponseMode = enums.SurveyLiftFlightTargetResponseMode || (enums.SurveyLiftFlightTargetResponseMode = {}));
5854
+ /**
5855
+ * @name SurveySubjectTypeEnum.SurveySubjectType
5856
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SurveySubjectTypeEnum.SurveySubjectType
5857
+ */
5858
+ let SurveySubjectType;
5859
+ (function (SurveySubjectType) {
5860
+ SurveySubjectType[SurveySubjectType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
5861
+ SurveySubjectType[SurveySubjectType["UNKNOWN"] = 1] = "UNKNOWN";
5862
+ SurveySubjectType[SurveySubjectType["GENERIC_BRAND"] = 2] = "GENERIC_BRAND";
5863
+ SurveySubjectType[SurveySubjectType["GENERIC_PRODUCT"] = 3] = "GENERIC_PRODUCT";
5864
+ SurveySubjectType[SurveySubjectType["GENERIC_SERVICE"] = 4] = "GENERIC_SERVICE";
5865
+ SurveySubjectType[SurveySubjectType["APP"] = 5] = "APP";
5866
+ SurveySubjectType[SurveySubjectType["APPS_DATING_SERVICES"] = 6] = "APPS_DATING_SERVICES";
5867
+ SurveySubjectType[SurveySubjectType["APPS_PODCASTS"] = 7] = "APPS_PODCASTS";
5868
+ SurveySubjectType[SurveySubjectType["APPS_DIGITAL_COMICS"] = 8] = "APPS_DIGITAL_COMICS";
5869
+ SurveySubjectType[SurveySubjectType["AUTOMOTIVE_BATTERY"] = 9] = "AUTOMOTIVE_BATTERY";
5870
+ SurveySubjectType[SurveySubjectType["AUTOMOTIVE_BRAND"] = 10] = "AUTOMOTIVE_BRAND";
5871
+ SurveySubjectType[SurveySubjectType["AUTOMOTIVE_CAR_RENTAL"] = 11] = "AUTOMOTIVE_CAR_RENTAL";
5872
+ SurveySubjectType[SurveySubjectType["AUTOMOTIVE_CAR_SERVICE"] = 12] = "AUTOMOTIVE_CAR_SERVICE";
5873
+ SurveySubjectType[SurveySubjectType["AUTOMOTIVE_ELECTRIC_CAR_BRAND"] = 13] = "AUTOMOTIVE_ELECTRIC_CAR_BRAND";
5874
+ SurveySubjectType[SurveySubjectType["AUTOMOTIVE_GAS_STATIONS"] = 14] = "AUTOMOTIVE_GAS_STATIONS";
5875
+ SurveySubjectType[SurveySubjectType["AUTOMOTIVE_MOTORCYCLE"] = 15] = "AUTOMOTIVE_MOTORCYCLE";
5876
+ SurveySubjectType[SurveySubjectType["AUTOMOTIVE_OIL"] = 16] = "AUTOMOTIVE_OIL";
5877
+ SurveySubjectType[SurveySubjectType["AUTOMOTIVE_PRODUCT"] = 17] = "AUTOMOTIVE_PRODUCT";
5878
+ SurveySubjectType[SurveySubjectType["AUTOMOTIVE_TIRES_BRAND"] = 18] = "AUTOMOTIVE_TIRES_BRAND";
5879
+ SurveySubjectType[SurveySubjectType["BIM_COMPANY"] = 19] = "BIM_COMPANY";
5880
+ SurveySubjectType[SurveySubjectType["BIM_ENTERPRISE_SERVICES_COMPANY"] = 20] = "BIM_ENTERPRISE_SERVICES_COMPANY";
5881
+ SurveySubjectType[SurveySubjectType["BIM_JOB"] = 21] = "BIM_JOB";
5882
+ SurveySubjectType[SurveySubjectType["BIM_MARKETING_COMPANY"] = 22] = "BIM_MARKETING_COMPANY";
5883
+ SurveySubjectType[SurveySubjectType["BIM_RECRUITING"] = 23] = "BIM_RECRUITING";
5884
+ SurveySubjectType[SurveySubjectType["BIM_SHIPPING"] = 24] = "BIM_SHIPPING";
5885
+ SurveySubjectType[SurveySubjectType["CPG_BABY_CARE_BRAND"] = 25] = "CPG_BABY_CARE_BRAND";
5886
+ SurveySubjectType[SurveySubjectType["CPG_BABY_CARE_PRODUCT"] = 26] = "CPG_BABY_CARE_PRODUCT";
5887
+ SurveySubjectType[SurveySubjectType["CPG_BEAUTY_BRAND"] = 27] = "CPG_BEAUTY_BRAND";
5888
+ SurveySubjectType[SurveySubjectType["CPG_BEAUTY_PRODUCT"] = 28] = "CPG_BEAUTY_PRODUCT";
5889
+ SurveySubjectType[SurveySubjectType["CPG_BEAUTY_AND_PERSONAL_CARE_BRAND"] = 29] = "CPG_BEAUTY_AND_PERSONAL_CARE_BRAND";
5890
+ SurveySubjectType[SurveySubjectType["CPG_BEAUTY_AND_PERSONAL_CARE_PRODUCT"] = 30] = "CPG_BEAUTY_AND_PERSONAL_CARE_PRODUCT";
5891
+ SurveySubjectType[SurveySubjectType["CPG_BODY_WASH_BRAND"] = 31] = "CPG_BODY_WASH_BRAND";
5892
+ SurveySubjectType[SurveySubjectType["CPG_BODY_WASH_PRODUCT"] = 32] = "CPG_BODY_WASH_PRODUCT";
5893
+ SurveySubjectType[SurveySubjectType["CPG_DRAIN_CLEANERS"] = 33] = "CPG_DRAIN_CLEANERS";
5894
+ SurveySubjectType[SurveySubjectType["CPG_FRAGRANCE_BRAND"] = 34] = "CPG_FRAGRANCE_BRAND";
5895
+ SurveySubjectType[SurveySubjectType["CPG_FRAGRANCE_PRODUCT"] = 35] = "CPG_FRAGRANCE_PRODUCT";
5896
+ SurveySubjectType[SurveySubjectType["CPG_HAIR_CARE_BRAND"] = 36] = "CPG_HAIR_CARE_BRAND";
5897
+ SurveySubjectType[SurveySubjectType["CPG_HAIR_CARE_PRODUCT"] = 37] = "CPG_HAIR_CARE_PRODUCT";
5898
+ SurveySubjectType[SurveySubjectType["CPG_HOUSEHOLD_CLEANING_BRAND"] = 38] = "CPG_HOUSEHOLD_CLEANING_BRAND";
5899
+ SurveySubjectType[SurveySubjectType["CPG_HOUSEHOLD_CLEANING_PRODUCT"] = 39] = "CPG_HOUSEHOLD_CLEANING_PRODUCT";
5900
+ SurveySubjectType[SurveySubjectType["CPG_LAUNDRY_BRAND"] = 40] = "CPG_LAUNDRY_BRAND";
5901
+ SurveySubjectType[SurveySubjectType["CPG_MAKE_UP_BRAND"] = 41] = "CPG_MAKE_UP_BRAND";
5902
+ SurveySubjectType[SurveySubjectType["CPG_MAKE_UP_PRODUCT"] = 42] = "CPG_MAKE_UP_PRODUCT";
5903
+ SurveySubjectType[SurveySubjectType["CPG_MOUTHWASH_BRAND"] = 43] = "CPG_MOUTHWASH_BRAND";
5904
+ SurveySubjectType[SurveySubjectType["CPG_OFFICE_SUPPLIES_BRAND"] = 44] = "CPG_OFFICE_SUPPLIES_BRAND";
5905
+ SurveySubjectType[SurveySubjectType["CPG_OFFICE_SUPPLIES_PRODUCT"] = 45] = "CPG_OFFICE_SUPPLIES_PRODUCT";
5906
+ SurveySubjectType[SurveySubjectType["CPG_ORAL_CARE_BRAND"] = 46] = "CPG_ORAL_CARE_BRAND";
5907
+ SurveySubjectType[SurveySubjectType["CPG_PERSONAL_CARE_BRAND"] = 47] = "CPG_PERSONAL_CARE_BRAND";
5908
+ SurveySubjectType[SurveySubjectType["CPG_PERSONAL_CARE_PRODUCT"] = 48] = "CPG_PERSONAL_CARE_PRODUCT";
5909
+ SurveySubjectType[SurveySubjectType["CPG_SKIN_CARE_BRAND"] = 49] = "CPG_SKIN_CARE_BRAND";
5910
+ SurveySubjectType[SurveySubjectType["CPG_SKIN_CARE_PRODUCT"] = 50] = "CPG_SKIN_CARE_PRODUCT";
5911
+ SurveySubjectType[SurveySubjectType["EDUCATION_BUSINESS_PROGRAMS"] = 51] = "EDUCATION_BUSINESS_PROGRAMS";
5912
+ SurveySubjectType[SurveySubjectType["EDUCATION_MASTERS_PROGRAMS"] = 52] = "EDUCATION_MASTERS_PROGRAMS";
5913
+ SurveySubjectType[SurveySubjectType["EDUCATION_NURSING_PROGRAMS"] = 53] = "EDUCATION_NURSING_PROGRAMS";
5914
+ SurveySubjectType[SurveySubjectType["EDUCATION_IT_PROGRAMS"] = 54] = "EDUCATION_IT_PROGRAMS";
5915
+ SurveySubjectType[SurveySubjectType["EDUCATION_OFFLINE"] = 55] = "EDUCATION_OFFLINE";
5916
+ SurveySubjectType[SurveySubjectType["EDUCATION_ONLINE"] = 56] = "EDUCATION_ONLINE";
5917
+ SurveySubjectType[SurveySubjectType["EDUCATION_PROGRAM"] = 57] = "EDUCATION_PROGRAM";
5918
+ SurveySubjectType[SurveySubjectType["EDUCATION_TEST_PREPARATION"] = 58] = "EDUCATION_TEST_PREPARATION";
5919
+ SurveySubjectType[SurveySubjectType["FBR_BEER_BRAND"] = 59] = "FBR_BEER_BRAND";
5920
+ SurveySubjectType[SurveySubjectType["FBR_BEVERAGE_BRAND"] = 60] = "FBR_BEVERAGE_BRAND";
5921
+ SurveySubjectType[SurveySubjectType["FBR_BEVERAGE_PRODUCT"] = 61] = "FBR_BEVERAGE_PRODUCT";
5922
+ SurveySubjectType[SurveySubjectType["FBR_BREAKFAST_FOOD_BRAND"] = 62] = "FBR_BREAKFAST_FOOD_BRAND";
5923
+ SurveySubjectType[SurveySubjectType["FBR_BREAKFAST_FOOD_PRODUCT"] = 63] = "FBR_BREAKFAST_FOOD_PRODUCT";
5924
+ SurveySubjectType[SurveySubjectType["FBR_CANDY"] = 64] = "FBR_CANDY";
5925
+ SurveySubjectType[SurveySubjectType["FBR_CHEESE"] = 65] = "FBR_CHEESE";
5926
+ SurveySubjectType[SurveySubjectType["FBR_CHIPS_BRAND"] = 66] = "FBR_CHIPS_BRAND";
5927
+ SurveySubjectType[SurveySubjectType["FBR_CHIPS_PRODUCT"] = 67] = "FBR_CHIPS_PRODUCT";
5928
+ SurveySubjectType[SurveySubjectType["FBR_CHOCOLATE_BRAND"] = 68] = "FBR_CHOCOLATE_BRAND";
5929
+ SurveySubjectType[SurveySubjectType["FBR_CHOCOLATE_PRODUCT"] = 69] = "FBR_CHOCOLATE_PRODUCT";
5930
+ SurveySubjectType[SurveySubjectType["FBR_COFFEE_BRAND"] = 70] = "FBR_COFFEE_BRAND";
5931
+ SurveySubjectType[SurveySubjectType["FBR_COFFEE_PRODUCT"] = 71] = "FBR_COFFEE_PRODUCT";
5932
+ SurveySubjectType[SurveySubjectType["FBR_COLD_DRINK_BRAND"] = 72] = "FBR_COLD_DRINK_BRAND";
5933
+ SurveySubjectType[SurveySubjectType["FBR_COLD_DRINK_PRODUCT"] = 73] = "FBR_COLD_DRINK_PRODUCT";
5934
+ SurveySubjectType[SurveySubjectType["FBR_COOKIES"] = 74] = "FBR_COOKIES";
5935
+ SurveySubjectType[SurveySubjectType["FBR_DOGFOOD_BRAND"] = 75] = "FBR_DOGFOOD_BRAND";
5936
+ SurveySubjectType[SurveySubjectType["FBR_DOGFOOD_PRODUCT"] = 76] = "FBR_DOGFOOD_PRODUCT";
5937
+ SurveySubjectType[SurveySubjectType["FBR_DOG_TREATS_BRAND"] = 77] = "FBR_DOG_TREATS_BRAND";
5938
+ SurveySubjectType[SurveySubjectType["FBR_FOOD_BRAND"] = 78] = "FBR_FOOD_BRAND";
5939
+ SurveySubjectType[SurveySubjectType["FBR_FOOD_DELIVERY_BRAND"] = 79] = "FBR_FOOD_DELIVERY_BRAND";
5940
+ SurveySubjectType[SurveySubjectType["FBR_FOOD_PRODUCT"] = 80] = "FBR_FOOD_PRODUCT";
5941
+ SurveySubjectType[SurveySubjectType["FBR_ICE_CREAM_BRAND"] = 81] = "FBR_ICE_CREAM_BRAND";
5942
+ SurveySubjectType[SurveySubjectType["FBR_ICE_CREAM_PRODUCT"] = 82] = "FBR_ICE_CREAM_PRODUCT";
5943
+ SurveySubjectType[SurveySubjectType["FBR_PET_FOOD_BRAND"] = 83] = "FBR_PET_FOOD_BRAND";
5944
+ SurveySubjectType[SurveySubjectType["FBR_PET_FOOD_PRODUCT"] = 84] = "FBR_PET_FOOD_PRODUCT";
5945
+ SurveySubjectType[SurveySubjectType["FBR_PET_SUPPLY_BRAND"] = 85] = "FBR_PET_SUPPLY_BRAND";
5946
+ SurveySubjectType[SurveySubjectType["FBR_PET_SUPPLY_PRODUCT"] = 86] = "FBR_PET_SUPPLY_PRODUCT";
5947
+ SurveySubjectType[SurveySubjectType["FBR_RESTAURANT"] = 87] = "FBR_RESTAURANT";
5948
+ SurveySubjectType[SurveySubjectType["FBR_RESTAURANT_DELIVERY_SERVICE_BRAND"] = 88] = "FBR_RESTAURANT_DELIVERY_SERVICE_BRAND";
5949
+ SurveySubjectType[SurveySubjectType["FBR_RESTAURANT_DELIVERY_SERVICE_PRODUCT"] = 89] = "FBR_RESTAURANT_DELIVERY_SERVICE_PRODUCT";
5950
+ SurveySubjectType[SurveySubjectType["FBR_SNACKS_BRAND"] = 90] = "FBR_SNACKS_BRAND";
5951
+ SurveySubjectType[SurveySubjectType["FBR_SNACKS_PRODUCT"] = 91] = "FBR_SNACKS_PRODUCT";
5952
+ SurveySubjectType[SurveySubjectType["FBR_SODA_BRAND"] = 92] = "FBR_SODA_BRAND";
5953
+ SurveySubjectType[SurveySubjectType["FBR_SODA_PRODUCT"] = 93] = "FBR_SODA_PRODUCT";
5954
+ SurveySubjectType[SurveySubjectType["FBR_SPIRIT_BRAND"] = 94] = "FBR_SPIRIT_BRAND";
5955
+ SurveySubjectType[SurveySubjectType["FBR_SPIRIT_PRODUCT"] = 95] = "FBR_SPIRIT_PRODUCT";
5956
+ SurveySubjectType[SurveySubjectType["FBR_WHEY_PROTEIN_BRAND"] = 96] = "FBR_WHEY_PROTEIN_BRAND";
5957
+ SurveySubjectType[SurveySubjectType["FBR_WINE"] = 97] = "FBR_WINE";
5958
+ SurveySubjectType[SurveySubjectType["FINANCE_ACCOUNTING_BRAND"] = 98] = "FINANCE_ACCOUNTING_BRAND";
5959
+ SurveySubjectType[SurveySubjectType["FINANCE_BANK"] = 99] = "FINANCE_BANK";
5960
+ SurveySubjectType[SurveySubjectType["FINANCE_CREDIT_CARD_BRAND"] = 100] = "FINANCE_CREDIT_CARD_BRAND";
5961
+ SurveySubjectType[SurveySubjectType["FINANCE_CREDIT_CARD_PRODUCT"] = 101] = "FINANCE_CREDIT_CARD_PRODUCT";
5962
+ SurveySubjectType[SurveySubjectType["FINANCE_FINANCIAL_SERVICES"] = 102] = "FINANCE_FINANCIAL_SERVICES";
5963
+ SurveySubjectType[SurveySubjectType["FINANCE_INSURANCE"] = 103] = "FINANCE_INSURANCE";
5964
+ SurveySubjectType[SurveySubjectType["FINANCE_INVESTMENT_SERVICES"] = 104] = "FINANCE_INVESTMENT_SERVICES";
5965
+ SurveySubjectType[SurveySubjectType["FINANCE_LOAN_PROVIDER"] = 105] = "FINANCE_LOAN_PROVIDER";
5966
+ SurveySubjectType[SurveySubjectType["FINANCE_MORTGAGE_COMPANY"] = 106] = "FINANCE_MORTGAGE_COMPANY";
5967
+ SurveySubjectType[SurveySubjectType["FINANCE_PAYMENTS_PROCESSING"] = 107] = "FINANCE_PAYMENTS_PROCESSING";
5968
+ SurveySubjectType[SurveySubjectType["FINANCE_PAYMENTS_SYSTEMS"] = 108] = "FINANCE_PAYMENTS_SYSTEMS";
5969
+ SurveySubjectType[SurveySubjectType["FINANCE_TAXES_BRAND"] = 109] = "FINANCE_TAXES_BRAND";
5970
+ SurveySubjectType[SurveySubjectType["FINANCE_TAXES_PRODUCT"] = 110] = "FINANCE_TAXES_PRODUCT";
5971
+ SurveySubjectType[SurveySubjectType["GAMBLING_CASINO"] = 111] = "GAMBLING_CASINO";
5972
+ SurveySubjectType[SurveySubjectType["GAMBLING_DAILY_FANTASY_SPORT"] = 112] = "GAMBLING_DAILY_FANTASY_SPORT";
5973
+ SurveySubjectType[SurveySubjectType["GAMBLING_GAMBLING_SITE"] = 113] = "GAMBLING_GAMBLING_SITE";
5974
+ SurveySubjectType[SurveySubjectType["GAMBLING_LOTTERY"] = 114] = "GAMBLING_LOTTERY";
5975
+ SurveySubjectType[SurveySubjectType["GAMBLING_SPORTS_BETTING_SITE"] = 115] = "GAMBLING_SPORTS_BETTING_SITE";
5976
+ SurveySubjectType[SurveySubjectType["GOVERNMENT_ANTI_SMOKING"] = 116] = "GOVERNMENT_ANTI_SMOKING";
5977
+ SurveySubjectType[SurveySubjectType["GOVERNMENT_MILITARY"] = 117] = "GOVERNMENT_MILITARY";
5978
+ SurveySubjectType[SurveySubjectType["GOVERNMENT_ORGANIZATION"] = 118] = "GOVERNMENT_ORGANIZATION";
5979
+ SurveySubjectType[SurveySubjectType["GOVERNMENT_PROGRAM"] = 119] = "GOVERNMENT_PROGRAM";
5980
+ SurveySubjectType[SurveySubjectType["GOVERNMENT_PUBLIC_HEALTH_BEHAVIORS"] = 120] = "GOVERNMENT_PUBLIC_HEALTH_BEHAVIORS";
5981
+ SurveySubjectType[SurveySubjectType["GOVERNMENT_PUBLIC_HEALTH_ISSUE"] = 121] = "GOVERNMENT_PUBLIC_HEALTH_ISSUE";
5982
+ SurveySubjectType[SurveySubjectType["GOVERNMENT_PUBLIC_HEALTH_TOPIC"] = 122] = "GOVERNMENT_PUBLIC_HEALTH_TOPIC";
5983
+ SurveySubjectType[SurveySubjectType["GOVERNMENT_SERVICE"] = 123] = "GOVERNMENT_SERVICE";
5984
+ SurveySubjectType[SurveySubjectType["HEALTHCARE_GYMS"] = 124] = "HEALTHCARE_GYMS";
5985
+ SurveySubjectType[SurveySubjectType["HEALTHCARE_HEALTH_INSURANCE_BRAND"] = 125] = "HEALTHCARE_HEALTH_INSURANCE_BRAND";
5986
+ SurveySubjectType[SurveySubjectType["HEALTHCARE_MULTIVITAMINS"] = 126] = "HEALTHCARE_MULTIVITAMINS";
5987
+ SurveySubjectType[SurveySubjectType["HEALTHCARE_SPORTS_SUPPLEMENTS"] = 127] = "HEALTHCARE_SPORTS_SUPPLEMENTS";
5988
+ SurveySubjectType[SurveySubjectType["HEALTHCARE_WEIGHT_LOSS_BRAND"] = 128] = "HEALTHCARE_WEIGHT_LOSS_BRAND";
5989
+ SurveySubjectType[SurveySubjectType["HEALTHCARE_WEIGHT_LOSS_PRODUCT"] = 129] = "HEALTHCARE_WEIGHT_LOSS_PRODUCT";
5990
+ SurveySubjectType[SurveySubjectType["HOME_SERVICES_CABLE_TV"] = 130] = "HOME_SERVICES_CABLE_TV";
5991
+ SurveySubjectType[SurveySubjectType["HOME_SERVICES_ENERGY_BRAND"] = 131] = "HOME_SERVICES_ENERGY_BRAND";
5992
+ SurveySubjectType[SurveySubjectType["HOME_SERVICES_HOUSEHOLD_SERVICES_COMPANY"] = 132] = "HOME_SERVICES_HOUSEHOLD_SERVICES_COMPANY";
5993
+ SurveySubjectType[SurveySubjectType["HOME_SERVICES_INTERNET_SERVICE"] = 133] = "HOME_SERVICES_INTERNET_SERVICE";
5994
+ SurveySubjectType[SurveySubjectType["HOME_SERVICES_MOBILE_PHONE"] = 134] = "HOME_SERVICES_MOBILE_PHONE";
5995
+ SurveySubjectType[SurveySubjectType["HOME_SERVICES_PAY_TV_CHANNEL"] = 135] = "HOME_SERVICES_PAY_TV_CHANNEL";
5996
+ SurveySubjectType[SurveySubjectType["HOME_SERVICES_PAY_TV_NETWORK"] = 136] = "HOME_SERVICES_PAY_TV_NETWORK";
5997
+ SurveySubjectType[SurveySubjectType["LOCAL_CHARITY"] = 137] = "LOCAL_CHARITY";
5998
+ SurveySubjectType[SurveySubjectType["LOCAL_CLASSIFIEDS_SITE"] = 138] = "LOCAL_CLASSIFIEDS_SITE";
5999
+ SurveySubjectType[SurveySubjectType["LOCAL_FLOWER_BRAND"] = 139] = "LOCAL_FLOWER_BRAND";
6000
+ SurveySubjectType[SurveySubjectType["LOCAL_JOB_CLASSIFIEDS_SITE"] = 140] = "LOCAL_JOB_CLASSIFIEDS_SITE";
6001
+ SurveySubjectType[SurveySubjectType["LOCAL_LAW_FIRMS"] = 141] = "LOCAL_LAW_FIRMS";
6002
+ SurveySubjectType[SurveySubjectType["LOCAL_REAL_ESTATE_SITE"] = 142] = "LOCAL_REAL_ESTATE_SITE";
6003
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_DOWNLOAD_SITE"] = 143] = "MEDIA_AND_ENTERTAINMENT_DOWNLOAD_SITE";
6004
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_DVD"] = 144] = "MEDIA_AND_ENTERTAINMENT_DVD";
6005
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_EVENT"] = 145] = "MEDIA_AND_ENTERTAINMENT_EVENT";
6006
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_GAME"] = 146] = "MEDIA_AND_ENTERTAINMENT_GAME";
6007
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_GAMING_PRODUCTS"] = 147] = "MEDIA_AND_ENTERTAINMENT_GAMING_PRODUCTS";
6008
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_LIVE_EVENT"] = 148] = "MEDIA_AND_ENTERTAINMENT_LIVE_EVENT";
6009
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_MOBILE_GAME"] = 149] = "MEDIA_AND_ENTERTAINMENT_MOBILE_GAME";
6010
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_MOVIE"] = 150] = "MEDIA_AND_ENTERTAINMENT_MOVIE";
6011
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_MOVIE_DIGITAL_DOWNLOAD"] = 151] = "MEDIA_AND_ENTERTAINMENT_MOVIE_DIGITAL_DOWNLOAD";
6012
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_MUSIC_ARTIST"] = 152] = "MEDIA_AND_ENTERTAINMENT_MUSIC_ARTIST";
6013
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_MUSIC_RELEASES"] = 153] = "MEDIA_AND_ENTERTAINMENT_MUSIC_RELEASES";
6014
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_PLAYLISTS"] = 154] = "MEDIA_AND_ENTERTAINMENT_PLAYLISTS";
6015
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_SHOW"] = 155] = "MEDIA_AND_ENTERTAINMENT_SHOW";
6016
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_SHOW_DIGITAL_DOWNLOAD"] = 156] = "MEDIA_AND_ENTERTAINMENT_SHOW_DIGITAL_DOWNLOAD";
6017
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_SPORTS"] = 157] = "MEDIA_AND_ENTERTAINMENT_SPORTS";
6018
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_STREAMING_SITE"] = 158] = "MEDIA_AND_ENTERTAINMENT_STREAMING_SITE";
6019
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_TITLE_DIGITAL_DOWNLOAD"] = 159] = "MEDIA_AND_ENTERTAINMENT_TITLE_DIGITAL_DOWNLOAD";
6020
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_TV_CHANNEL"] = 160] = "MEDIA_AND_ENTERTAINMENT_TV_CHANNEL";
6021
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_TV_SHOW"] = 161] = "MEDIA_AND_ENTERTAINMENT_TV_SHOW";
6022
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_TV_SHOW_DIGITAL_DOWNLOAD"] = 162] = "MEDIA_AND_ENTERTAINMENT_TV_SHOW_DIGITAL_DOWNLOAD";
6023
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_VIDEO_GAME"] = 163] = "MEDIA_AND_ENTERTAINMENT_VIDEO_GAME";
6024
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_VIDEO_GAME_DLC"] = 164] = "MEDIA_AND_ENTERTAINMENT_VIDEO_GAME_DLC";
6025
+ SurveySubjectType[SurveySubjectType["MEDIA_AND_ENTERTAINMENT_WEB_SERIES"] = 165] = "MEDIA_AND_ENTERTAINMENT_WEB_SERIES";
6026
+ SurveySubjectType[SurveySubjectType["OFFER"] = 166] = "OFFER";
6027
+ SurveySubjectType[SurveySubjectType["PHARMA_NON_MEDICAL_CONDITION_OTC_DRUG"] = 167] = "PHARMA_NON_MEDICAL_CONDITION_OTC_DRUG";
6028
+ SurveySubjectType[SurveySubjectType["POLITICS_CANDIDATE"] = 168] = "POLITICS_CANDIDATE";
6029
+ SurveySubjectType[SurveySubjectType["POLITICS_GET_OUT_THE_VOTE_NOVEMBER_ELECTIONS"] = 169] = "POLITICS_GET_OUT_THE_VOTE_NOVEMBER_ELECTIONS";
6030
+ SurveySubjectType[SurveySubjectType["POLITICS_GET_OUT_THE_VOTE_PRIMARY_ELECTIONS"] = 170] = "POLITICS_GET_OUT_THE_VOTE_PRIMARY_ELECTIONS";
6031
+ SurveySubjectType[SurveySubjectType["POLITICS_ISSUE"] = 171] = "POLITICS_ISSUE";
6032
+ SurveySubjectType[SurveySubjectType["POLITICS_UNFAVORABLE_CANDIDATE"] = 172] = "POLITICS_UNFAVORABLE_CANDIDATE";
6033
+ SurveySubjectType[SurveySubjectType["RETAIL_APPAREL"] = 173] = "RETAIL_APPAREL";
6034
+ SurveySubjectType[SurveySubjectType["RETAIL_BRICK_AND_MORTAR"] = 174] = "RETAIL_BRICK_AND_MORTAR";
6035
+ SurveySubjectType[SurveySubjectType["RETAIL_FURNITURE_BRAND"] = 175] = "RETAIL_FURNITURE_BRAND";
6036
+ SurveySubjectType[SurveySubjectType["RETAIL_FURNITURE_PRODUCT"] = 176] = "RETAIL_FURNITURE_PRODUCT";
6037
+ SurveySubjectType[SurveySubjectType["RETAIL_GIFTS_BRAND"] = 177] = "RETAIL_GIFTS_BRAND";
6038
+ SurveySubjectType[SurveySubjectType["RETAIL_GIFTS_PRODUCT"] = 178] = "RETAIL_GIFTS_PRODUCT";
6039
+ SurveySubjectType[SurveySubjectType["RETAIL_HOME_GOODS"] = 179] = "RETAIL_HOME_GOODS";
6040
+ SurveySubjectType[SurveySubjectType["RETAIL_JEWELRY_BRAND"] = 180] = "RETAIL_JEWELRY_BRAND";
6041
+ SurveySubjectType[SurveySubjectType["RETAIL_ONLINE_RETAILERS"] = 181] = "RETAIL_ONLINE_RETAILERS";
6042
+ SurveySubjectType[SurveySubjectType["RETAIL_SHOE_BRAND"] = 182] = "RETAIL_SHOE_BRAND";
6043
+ SurveySubjectType[SurveySubjectType["RETAIL_STORE"] = 183] = "RETAIL_STORE";
6044
+ SurveySubjectType[SurveySubjectType["RETAIL_TOY_SHOP"] = 184] = "RETAIL_TOY_SHOP";
6045
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_ARTIFICIAL_INTELLIGENCE_BRAND"] = 185] = "TECHNOLOGY_ARTIFICIAL_INTELLIGENCE_BRAND";
6046
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_ARTIFICIAL_INTELLIGENCE_PRODUCT"] = 186] = "TECHNOLOGY_ARTIFICIAL_INTELLIGENCE_PRODUCT";
6047
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_BRAND"] = 187] = "TECHNOLOGY_BRAND";
6048
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_FEATURE"] = 188] = "TECHNOLOGY_FEATURE";
6049
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_PRODUCT"] = 189] = "TECHNOLOGY_PRODUCT";
6050
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_CAMERA_BRAND"] = 190] = "TECHNOLOGY_CAMERA_BRAND";
6051
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_CAMERA_PRODUCT"] = 191] = "TECHNOLOGY_CAMERA_PRODUCT";
6052
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_CONTROL_PLANS"] = 192] = "TECHNOLOGY_CONTROL_PLANS";
6053
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_GAMING_BRAND"] = 193] = "TECHNOLOGY_GAMING_BRAND";
6054
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_HOME_APPLIANCE_BRAND"] = 194] = "TECHNOLOGY_HOME_APPLIANCE_BRAND";
6055
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_HOME_APPLIANCE_PRODUCT"] = 195] = "TECHNOLOGY_HOME_APPLIANCE_PRODUCT";
6056
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_LAPTOP_BRAND"] = 196] = "TECHNOLOGY_LAPTOP_BRAND";
6057
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_LAPTOP_PRODUCT"] = 197] = "TECHNOLOGY_LAPTOP_PRODUCT";
6058
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_MOBILE_PHONE_PLANS"] = 198] = "TECHNOLOGY_MOBILE_PHONE_PLANS";
6059
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_ONLINE_SAFETY_BRAND"] = 199] = "TECHNOLOGY_ONLINE_SAFETY_BRAND";
6060
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_ONLINE_SAFETY_PRODUCT"] = 200] = "TECHNOLOGY_ONLINE_SAFETY_PRODUCT";
6061
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_OPERATING_SYSTEM"] = 201] = "TECHNOLOGY_OPERATING_SYSTEM";
6062
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_POSTPAID_TELCO_PLAN"] = 202] = "TECHNOLOGY_POSTPAID_TELCO_PLAN";
6063
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_PREPAID_TELCO_PLAN"] = 203] = "TECHNOLOGY_PREPAID_TELCO_PLAN";
6064
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_PRINTER_BRAND"] = 204] = "TECHNOLOGY_PRINTER_BRAND";
6065
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_SEARCH_ENGINE"] = 205] = "TECHNOLOGY_SEARCH_ENGINE";
6066
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_SMALL_HOME_APPLIANCE_BRAND"] = 206] = "TECHNOLOGY_SMALL_HOME_APPLIANCE_BRAND";
6067
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_SMALL_HOME_APPLIANCE_PRODUCT"] = 207] = "TECHNOLOGY_SMALL_HOME_APPLIANCE_PRODUCT";
6068
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_SMART_HOME_DEVICE"] = 208] = "TECHNOLOGY_SMART_HOME_DEVICE";
6069
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_SMARTPHONE_BRAND"] = 209] = "TECHNOLOGY_SMARTPHONE_BRAND";
6070
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_SMARTPHONE_PRODUCT"] = 210] = "TECHNOLOGY_SMARTPHONE_PRODUCT";
6071
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_SOCIAL_MEDIA"] = 211] = "TECHNOLOGY_SOCIAL_MEDIA";
6072
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_TABLET_BRAND"] = 212] = "TECHNOLOGY_TABLET_BRAND";
6073
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_TABLET_PRODUCT"] = 213] = "TECHNOLOGY_TABLET_PRODUCT";
6074
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_TELECOM_FIBER_OPTIC_INTERNET"] = 214] = "TECHNOLOGY_TELECOM_FIBER_OPTIC_INTERNET";
6075
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_TELECOM_SERVICE_PACK"] = 215] = "TECHNOLOGY_TELECOM_SERVICE_PACK";
6076
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_TELCO_NETWORK"] = 216] = "TECHNOLOGY_TELCO_NETWORK";
6077
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_TV_BRAND"] = 217] = "TECHNOLOGY_TV_BRAND";
6078
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_TV_PRODUCT"] = 218] = "TECHNOLOGY_TV_PRODUCT";
6079
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_VIDEO_ON_DEMAND"] = 219] = "TECHNOLOGY_VIDEO_ON_DEMAND";
6080
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_WEARABLES_BRAND"] = 220] = "TECHNOLOGY_WEARABLES_BRAND";
6081
+ SurveySubjectType[SurveySubjectType["TECHNOLOGY_WEBSITE"] = 221] = "TECHNOLOGY_WEBSITE";
6082
+ SurveySubjectType[SurveySubjectType["TRAVEL_ACCOMMODATIONS"] = 222] = "TRAVEL_ACCOMMODATIONS";
6083
+ SurveySubjectType[SurveySubjectType["TRAVEL_AIRLINE"] = 223] = "TRAVEL_AIRLINE";
6084
+ SurveySubjectType[SurveySubjectType["TRAVEL_BOOKING_SERVICE"] = 224] = "TRAVEL_BOOKING_SERVICE";
6085
+ SurveySubjectType[SurveySubjectType["TRAVEL_CRUISES"] = 225] = "TRAVEL_CRUISES";
6086
+ SurveySubjectType[SurveySubjectType["TRAVEL_DESTINATION"] = 226] = "TRAVEL_DESTINATION";
6087
+ SurveySubjectType[SurveySubjectType["TRAVEL_HOTEL"] = 227] = "TRAVEL_HOTEL";
6088
+ SurveySubjectType[SurveySubjectType["TRAVEL_OPTION"] = 228] = "TRAVEL_OPTION";
6089
+ SurveySubjectType[SurveySubjectType["TRAVEL_VACATION_RENTAL_SERVICE"] = 229] = "TRAVEL_VACATION_RENTAL_SERVICE";
6090
+ })(SurveySubjectType = enums.SurveySubjectType || (enums.SurveySubjectType = {}));
5572
6091
  /**
5573
6092
  * @name SystemManagedResourceSourceEnum.SystemManagedResourceSource
5574
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/SystemManagedResourceSourceEnum.SystemManagedResourceSource
6093
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/SystemManagedResourceSourceEnum.SystemManagedResourceSource
5575
6094
  */
5576
6095
  let SystemManagedResourceSource;
5577
6096
  (function (SystemManagedResourceSource) {
@@ -5581,7 +6100,7 @@ var enums;
5581
6100
  })(SystemManagedResourceSource = enums.SystemManagedResourceSource || (enums.SystemManagedResourceSource = {}));
5582
6101
  /**
5583
6102
  * @name TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
5584
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
6103
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
5585
6104
  */
5586
6105
  let TargetCpaOptInRecommendationGoal;
5587
6106
  (function (TargetCpaOptInRecommendationGoal) {
@@ -5594,7 +6113,7 @@ var enums;
5594
6113
  })(TargetCpaOptInRecommendationGoal = enums.TargetCpaOptInRecommendationGoal || (enums.TargetCpaOptInRecommendationGoal = {}));
5595
6114
  /**
5596
6115
  * @name TimeTypeEnum.TimeType
5597
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/TimeTypeEnum.TimeType
6116
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/TimeTypeEnum.TimeType
5598
6117
  */
5599
6118
  let TimeType;
5600
6119
  (function (TimeType) {
@@ -5605,7 +6124,7 @@ var enums;
5605
6124
  })(TimeType = enums.TimeType || (enums.TimeType = {}));
5606
6125
  /**
5607
6126
  * @name UnitOfMeasureEnum.UnitOfMeasure
5608
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UnitOfMeasureEnum.UnitOfMeasure
6127
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UnitOfMeasureEnum.UnitOfMeasure
5609
6128
  */
5610
6129
  let UnitOfMeasure;
5611
6130
  (function (UnitOfMeasure) {
@@ -5626,7 +6145,7 @@ var enums;
5626
6145
  })(UnitOfMeasure = enums.UnitOfMeasure || (enums.UnitOfMeasure = {}));
5627
6146
  /**
5628
6147
  * @name UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
5629
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
6148
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
5630
6149
  */
5631
6150
  let UserInterestTaxonomyType;
5632
6151
  (function (UserInterestTaxonomyType) {
@@ -5640,7 +6159,7 @@ var enums;
5640
6159
  })(UserInterestTaxonomyType = enums.UserInterestTaxonomyType || (enums.UserInterestTaxonomyType = {}));
5641
6160
  /**
5642
6161
  * @name UserListAccessStatusEnum.UserListAccessStatus
5643
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserListAccessStatusEnum.UserListAccessStatus
6162
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserListAccessStatusEnum.UserListAccessStatus
5644
6163
  */
5645
6164
  let UserListAccessStatus;
5646
6165
  (function (UserListAccessStatus) {
@@ -5651,7 +6170,7 @@ var enums;
5651
6170
  })(UserListAccessStatus = enums.UserListAccessStatus || (enums.UserListAccessStatus = {}));
5652
6171
  /**
5653
6172
  * @name UserListClosingReasonEnum.UserListClosingReason
5654
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserListClosingReasonEnum.UserListClosingReason
6173
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserListClosingReasonEnum.UserListClosingReason
5655
6174
  */
5656
6175
  let UserListClosingReason;
5657
6176
  (function (UserListClosingReason) {
@@ -5661,7 +6180,7 @@ var enums;
5661
6180
  })(UserListClosingReason = enums.UserListClosingReason || (enums.UserListClosingReason = {}));
5662
6181
  /**
5663
6182
  * @name UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
5664
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
6183
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
5665
6184
  */
5666
6185
  let UserListCustomerTypeCategory;
5667
6186
  (function (UserListCustomerTypeCategory) {
@@ -5685,7 +6204,7 @@ var enums;
5685
6204
  })(UserListCustomerTypeCategory = enums.UserListCustomerTypeCategory || (enums.UserListCustomerTypeCategory = {}));
5686
6205
  /**
5687
6206
  * @name UserListMembershipStatusEnum.UserListMembershipStatus
5688
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserListMembershipStatusEnum.UserListMembershipStatus
6207
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserListMembershipStatusEnum.UserListMembershipStatus
5689
6208
  */
5690
6209
  let UserListMembershipStatus;
5691
6210
  (function (UserListMembershipStatus) {
@@ -5696,7 +6215,7 @@ var enums;
5696
6215
  })(UserListMembershipStatus = enums.UserListMembershipStatus || (enums.UserListMembershipStatus = {}));
5697
6216
  /**
5698
6217
  * @name UserListSizeRangeEnum.UserListSizeRange
5699
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/UserListSizeRangeEnum.UserListSizeRange
6218
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/UserListSizeRangeEnum.UserListSizeRange
5700
6219
  */
5701
6220
  let UserListSizeRange;
5702
6221
  (function (UserListSizeRange) {
@@ -5721,7 +6240,7 @@ var enums;
5721
6240
  })(UserListSizeRange = enums.UserListSizeRange || (enums.UserListSizeRange = {}));
5722
6241
  /**
5723
6242
  * @name ValueRuleDeviceTypeEnum.ValueRuleDeviceType
5724
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
6243
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
5725
6244
  */
5726
6245
  let ValueRuleDeviceType;
5727
6246
  (function (ValueRuleDeviceType) {
@@ -5733,7 +6252,7 @@ var enums;
5733
6252
  })(ValueRuleDeviceType = enums.ValueRuleDeviceType || (enums.ValueRuleDeviceType = {}));
5734
6253
  /**
5735
6254
  * @name ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
5736
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
6255
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
5737
6256
  */
5738
6257
  let ValueRuleGeoLocationMatchType;
5739
6258
  (function (ValueRuleGeoLocationMatchType) {
@@ -5744,7 +6263,7 @@ var enums;
5744
6263
  })(ValueRuleGeoLocationMatchType = enums.ValueRuleGeoLocationMatchType || (enums.ValueRuleGeoLocationMatchType = {}));
5745
6264
  /**
5746
6265
  * @name ValueRuleOperationEnum.ValueRuleOperation
5747
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ValueRuleOperationEnum.ValueRuleOperation
6266
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ValueRuleOperationEnum.ValueRuleOperation
5748
6267
  */
5749
6268
  let ValueRuleOperation;
5750
6269
  (function (ValueRuleOperation) {
@@ -5756,7 +6275,7 @@ var enums;
5756
6275
  })(ValueRuleOperation = enums.ValueRuleOperation || (enums.ValueRuleOperation = {}));
5757
6276
  /**
5758
6277
  * @name ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
5759
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
6278
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
5760
6279
  */
5761
6280
  let ValueRuleSetAttachmentType;
5762
6281
  (function (ValueRuleSetAttachmentType) {
@@ -5767,7 +6286,7 @@ var enums;
5767
6286
  })(ValueRuleSetAttachmentType = enums.ValueRuleSetAttachmentType || (enums.ValueRuleSetAttachmentType = {}));
5768
6287
  /**
5769
6288
  * @name ValueRuleSetDimensionEnum.ValueRuleSetDimension
5770
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/ValueRuleSetDimensionEnum.ValueRuleSetDimension
6289
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/ValueRuleSetDimensionEnum.ValueRuleSetDimension
5771
6290
  */
5772
6291
  let ValueRuleSetDimension;
5773
6292
  (function (ValueRuleSetDimension) {
@@ -5781,7 +6300,7 @@ var enums;
5781
6300
  })(ValueRuleSetDimension = enums.ValueRuleSetDimension || (enums.ValueRuleSetDimension = {}));
5782
6301
  /**
5783
6302
  * @name VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
5784
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
6303
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
5785
6304
  */
5786
6305
  let VanityPharmaDisplayUrlMode;
5787
6306
  (function (VanityPharmaDisplayUrlMode) {
@@ -5792,7 +6311,7 @@ var enums;
5792
6311
  })(VanityPharmaDisplayUrlMode = enums.VanityPharmaDisplayUrlMode || (enums.VanityPharmaDisplayUrlMode = {}));
5793
6312
  /**
5794
6313
  * @name VanityPharmaTextEnum.VanityPharmaText
5795
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/VanityPharmaTextEnum.VanityPharmaText
6314
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/VanityPharmaTextEnum.VanityPharmaText
5796
6315
  */
5797
6316
  let VanityPharmaText;
5798
6317
  (function (VanityPharmaText) {
@@ -5813,7 +6332,7 @@ var enums;
5813
6332
  })(VanityPharmaText = enums.VanityPharmaText || (enums.VanityPharmaText = {}));
5814
6333
  /**
5815
6334
  * @name VideoAdFormatRestrictionEnum.VideoAdFormatRestriction
5816
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/VideoAdFormatRestrictionEnum.VideoAdFormatRestriction
6335
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/VideoAdFormatRestrictionEnum.VideoAdFormatRestriction
5817
6336
  */
5818
6337
  let VideoAdFormatRestriction;
5819
6338
  (function (VideoAdFormatRestriction) {
@@ -5823,7 +6342,7 @@ var enums;
5823
6342
  })(VideoAdFormatRestriction = enums.VideoAdFormatRestriction || (enums.VideoAdFormatRestriction = {}));
5824
6343
  /**
5825
6344
  * @name VideoAdSequenceInteractionTypeEnum.VideoAdSequenceInteractionType
5826
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/VideoAdSequenceInteractionTypeEnum.VideoAdSequenceInteractionType
6345
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/VideoAdSequenceInteractionTypeEnum.VideoAdSequenceInteractionType
5827
6346
  */
5828
6347
  let VideoAdSequenceInteractionType;
5829
6348
  (function (VideoAdSequenceInteractionType) {
@@ -5836,7 +6355,7 @@ var enums;
5836
6355
  })(VideoAdSequenceInteractionType = enums.VideoAdSequenceInteractionType || (enums.VideoAdSequenceInteractionType = {}));
5837
6356
  /**
5838
6357
  * @name VideoAdSequenceMinimumDurationEnum.VideoAdSequenceMinimumDuration
5839
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/VideoAdSequenceMinimumDurationEnum.VideoAdSequenceMinimumDuration
6358
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/VideoAdSequenceMinimumDurationEnum.VideoAdSequenceMinimumDuration
5840
6359
  */
5841
6360
  let VideoAdSequenceMinimumDuration;
5842
6361
  (function (VideoAdSequenceMinimumDuration) {
@@ -5847,7 +6366,7 @@ var enums;
5847
6366
  })(VideoAdSequenceMinimumDuration = enums.VideoAdSequenceMinimumDuration || (enums.VideoAdSequenceMinimumDuration = {}));
5848
6367
  /**
5849
6368
  * @name VideoEnhancementSourceEnum.VideoEnhancementSource
5850
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/VideoEnhancementSourceEnum.VideoEnhancementSource
6369
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/VideoEnhancementSourceEnum.VideoEnhancementSource
5851
6370
  */
5852
6371
  let VideoEnhancementSource;
5853
6372
  (function (VideoEnhancementSource) {
@@ -5858,7 +6377,7 @@ var enums;
5858
6377
  })(VideoEnhancementSource = enums.VideoEnhancementSource || (enums.VideoEnhancementSource = {}));
5859
6378
  /**
5860
6379
  * @name YouTubeVideoPrivacyEnum.YouTubeVideoPrivacy
5861
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/YouTubeVideoPrivacyEnum.YouTubeVideoPrivacy
6380
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/YouTubeVideoPrivacyEnum.YouTubeVideoPrivacy
5862
6381
  */
5863
6382
  let YouTubeVideoPrivacy;
5864
6383
  (function (YouTubeVideoPrivacy) {
@@ -5869,7 +6388,7 @@ var enums;
5869
6388
  })(YouTubeVideoPrivacy = enums.YouTubeVideoPrivacy || (enums.YouTubeVideoPrivacy = {}));
5870
6389
  /**
5871
6390
  * @name YouTubeVideoUploadStateEnum.YouTubeVideoUploadState
5872
- * @link https://developers.google.com/google-ads/api/reference/rpc/v24/YouTubeVideoUploadStateEnum.YouTubeVideoUploadState
6391
+ * @link https://developers.google.com/google-ads/api/reference/rpc/v25/YouTubeVideoUploadStateEnum.YouTubeVideoUploadState
5873
6392
  */
5874
6393
  let YouTubeVideoUploadState;
5875
6394
  (function (YouTubeVideoUploadState) {