google-ads-api 10.0.1 → 11.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +80 -23
- package/build/src/client.js +31 -80
- package/build/src/customer.d.ts +10 -0
- package/build/src/customer.js +313 -472
- package/build/src/hooks.d.ts +38 -3
- package/build/src/index.d.ts +1 -1
- package/build/src/index.js +5 -1
- package/build/src/parser.js +29 -36
- package/build/src/protos/autogen/enums.d.ts +514 -300
- package/build/src/protos/autogen/enums.js +805 -583
- package/build/src/protos/autogen/fields.d.ts +172 -153
- package/build/src/protos/autogen/fields.js +12 -1
- package/build/src/protos/autogen/resourceNames.d.ts +16 -0
- package/build/src/protos/autogen/resourceNames.js +177 -157
- package/build/src/protos/autogen/serviceFactory.d.ts +197 -147
- package/build/src/protos/autogen/serviceFactory.js +18483 -17447
- package/build/src/protos/index.d.ts +6 -6
- package/build/src/protos/index.js +7 -7
- package/build/src/query.js +74 -81
- package/build/src/service.js +107 -112
- package/build/src/testUtils.js +52 -53
- package/build/src/utils.js +19 -21
- package/build/src/version.d.ts +1 -1
- package/build/src/version.js +1 -1
- package/package.json +6 -5
|
@@ -7,9 +7,9 @@ var enums;
|
|
|
7
7
|
(function (enums) {
|
|
8
8
|
/**
|
|
9
9
|
* @name PolicyTopicEntryTypeEnum.PolicyTopicEntryType
|
|
10
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
10
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PolicyTopicEntryTypeEnum.PolicyTopicEntryType
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
let PolicyTopicEntryType;
|
|
13
13
|
(function (PolicyTopicEntryType) {
|
|
14
14
|
PolicyTopicEntryType[PolicyTopicEntryType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
15
15
|
PolicyTopicEntryType[PolicyTopicEntryType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -22,9 +22,9 @@ var enums;
|
|
|
22
22
|
})(PolicyTopicEntryType = enums.PolicyTopicEntryType || (enums.PolicyTopicEntryType = {}));
|
|
23
23
|
/**
|
|
24
24
|
* @name PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
|
|
25
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
25
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
|
|
26
26
|
*/
|
|
27
|
-
|
|
27
|
+
let PolicyTopicEvidenceDestinationMismatchUrlType;
|
|
28
28
|
(function (PolicyTopicEvidenceDestinationMismatchUrlType) {
|
|
29
29
|
PolicyTopicEvidenceDestinationMismatchUrlType[PolicyTopicEvidenceDestinationMismatchUrlType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
30
30
|
PolicyTopicEvidenceDestinationMismatchUrlType[PolicyTopicEvidenceDestinationMismatchUrlType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -36,9 +36,9 @@ var enums;
|
|
|
36
36
|
})(PolicyTopicEvidenceDestinationMismatchUrlType = enums.PolicyTopicEvidenceDestinationMismatchUrlType || (enums.PolicyTopicEvidenceDestinationMismatchUrlType = {}));
|
|
37
37
|
/**
|
|
38
38
|
* @name PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
|
|
39
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
39
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
|
|
40
40
|
*/
|
|
41
|
-
|
|
41
|
+
let PolicyTopicEvidenceDestinationNotWorkingDevice;
|
|
42
42
|
(function (PolicyTopicEvidenceDestinationNotWorkingDevice) {
|
|
43
43
|
PolicyTopicEvidenceDestinationNotWorkingDevice[PolicyTopicEvidenceDestinationNotWorkingDevice["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
44
44
|
PolicyTopicEvidenceDestinationNotWorkingDevice[PolicyTopicEvidenceDestinationNotWorkingDevice["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -48,9 +48,9 @@ var enums;
|
|
|
48
48
|
})(PolicyTopicEvidenceDestinationNotWorkingDevice = enums.PolicyTopicEvidenceDestinationNotWorkingDevice || (enums.PolicyTopicEvidenceDestinationNotWorkingDevice = {}));
|
|
49
49
|
/**
|
|
50
50
|
* @name PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
|
|
51
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
51
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
|
|
52
52
|
*/
|
|
53
|
-
|
|
53
|
+
let PolicyTopicEvidenceDestinationNotWorkingDnsErrorType;
|
|
54
54
|
(function (PolicyTopicEvidenceDestinationNotWorkingDnsErrorType) {
|
|
55
55
|
PolicyTopicEvidenceDestinationNotWorkingDnsErrorType[PolicyTopicEvidenceDestinationNotWorkingDnsErrorType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
56
56
|
PolicyTopicEvidenceDestinationNotWorkingDnsErrorType[PolicyTopicEvidenceDestinationNotWorkingDnsErrorType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -59,9 +59,9 @@ var enums;
|
|
|
59
59
|
})(PolicyTopicEvidenceDestinationNotWorkingDnsErrorType = enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType || (enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType = {}));
|
|
60
60
|
/**
|
|
61
61
|
* @name PolicyApprovalStatusEnum.PolicyApprovalStatus
|
|
62
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
62
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PolicyApprovalStatusEnum.PolicyApprovalStatus
|
|
63
63
|
*/
|
|
64
|
-
|
|
64
|
+
let PolicyApprovalStatus;
|
|
65
65
|
(function (PolicyApprovalStatus) {
|
|
66
66
|
PolicyApprovalStatus[PolicyApprovalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
67
67
|
PolicyApprovalStatus[PolicyApprovalStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -72,9 +72,9 @@ var enums;
|
|
|
72
72
|
})(PolicyApprovalStatus = enums.PolicyApprovalStatus || (enums.PolicyApprovalStatus = {}));
|
|
73
73
|
/**
|
|
74
74
|
* @name PolicyReviewStatusEnum.PolicyReviewStatus
|
|
75
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
75
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PolicyReviewStatusEnum.PolicyReviewStatus
|
|
76
76
|
*/
|
|
77
|
-
|
|
77
|
+
let PolicyReviewStatus;
|
|
78
78
|
(function (PolicyReviewStatus) {
|
|
79
79
|
PolicyReviewStatus[PolicyReviewStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
80
80
|
PolicyReviewStatus[PolicyReviewStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -85,9 +85,9 @@ var enums;
|
|
|
85
85
|
})(PolicyReviewStatus = enums.PolicyReviewStatus || (enums.PolicyReviewStatus = {}));
|
|
86
86
|
/**
|
|
87
87
|
* @name AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
88
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
88
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
89
89
|
*/
|
|
90
|
-
|
|
90
|
+
let AssetPerformanceLabel;
|
|
91
91
|
(function (AssetPerformanceLabel) {
|
|
92
92
|
AssetPerformanceLabel[AssetPerformanceLabel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
93
93
|
AssetPerformanceLabel[AssetPerformanceLabel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -99,9 +99,9 @@ var enums;
|
|
|
99
99
|
})(AssetPerformanceLabel = enums.AssetPerformanceLabel || (enums.AssetPerformanceLabel = {}));
|
|
100
100
|
/**
|
|
101
101
|
* @name ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
102
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
102
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
103
103
|
*/
|
|
104
|
-
|
|
104
|
+
let ServedAssetFieldType;
|
|
105
105
|
(function (ServedAssetFieldType) {
|
|
106
106
|
ServedAssetFieldType[ServedAssetFieldType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
107
107
|
ServedAssetFieldType[ServedAssetFieldType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -113,9 +113,9 @@ var enums;
|
|
|
113
113
|
})(ServedAssetFieldType = enums.ServedAssetFieldType || (enums.ServedAssetFieldType = {}));
|
|
114
114
|
/**
|
|
115
115
|
* @name CallConversionReportingStateEnum.CallConversionReportingState
|
|
116
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
116
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CallConversionReportingStateEnum.CallConversionReportingState
|
|
117
117
|
*/
|
|
118
|
-
|
|
118
|
+
let CallConversionReportingState;
|
|
119
119
|
(function (CallConversionReportingState) {
|
|
120
120
|
CallConversionReportingState[CallConversionReportingState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
121
121
|
CallConversionReportingState[CallConversionReportingState["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -125,9 +125,9 @@ var enums;
|
|
|
125
125
|
})(CallConversionReportingState = enums.CallConversionReportingState || (enums.CallConversionReportingState = {}));
|
|
126
126
|
/**
|
|
127
127
|
* @name DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
128
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
128
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
129
129
|
*/
|
|
130
|
-
|
|
130
|
+
let DisplayAdFormatSetting;
|
|
131
131
|
(function (DisplayAdFormatSetting) {
|
|
132
132
|
DisplayAdFormatSetting[DisplayAdFormatSetting["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
133
133
|
DisplayAdFormatSetting[DisplayAdFormatSetting["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -137,9 +137,9 @@ var enums;
|
|
|
137
137
|
})(DisplayAdFormatSetting = enums.DisplayAdFormatSetting || (enums.DisplayAdFormatSetting = {}));
|
|
138
138
|
/**
|
|
139
139
|
* @name DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
140
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
140
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
141
141
|
*/
|
|
142
|
-
|
|
142
|
+
let DisplayUploadProductType;
|
|
143
143
|
(function (DisplayUploadProductType) {
|
|
144
144
|
DisplayUploadProductType[DisplayUploadProductType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
145
145
|
DisplayUploadProductType[DisplayUploadProductType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -156,9 +156,9 @@ var enums;
|
|
|
156
156
|
})(DisplayUploadProductType = enums.DisplayUploadProductType || (enums.DisplayUploadProductType = {}));
|
|
157
157
|
/**
|
|
158
158
|
* @name LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
159
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
159
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
160
160
|
*/
|
|
161
|
-
|
|
161
|
+
let LegacyAppInstallAdAppStore;
|
|
162
162
|
(function (LegacyAppInstallAdAppStore) {
|
|
163
163
|
LegacyAppInstallAdAppStore[LegacyAppInstallAdAppStore["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
164
164
|
LegacyAppInstallAdAppStore[LegacyAppInstallAdAppStore["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -170,9 +170,9 @@ var enums;
|
|
|
170
170
|
})(LegacyAppInstallAdAppStore = enums.LegacyAppInstallAdAppStore || (enums.LegacyAppInstallAdAppStore = {}));
|
|
171
171
|
/**
|
|
172
172
|
* @name MimeTypeEnum.MimeType
|
|
173
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
173
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MimeTypeEnum.MimeType
|
|
174
174
|
*/
|
|
175
|
-
|
|
175
|
+
let MimeType;
|
|
176
176
|
(function (MimeType) {
|
|
177
177
|
MimeType[MimeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
178
178
|
MimeType[MimeType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -191,9 +191,9 @@ var enums;
|
|
|
191
191
|
})(MimeType = enums.MimeType || (enums.MimeType = {}));
|
|
192
192
|
/**
|
|
193
193
|
* @name VideoThumbnailEnum.VideoThumbnail
|
|
194
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
194
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/VideoThumbnailEnum.VideoThumbnail
|
|
195
195
|
*/
|
|
196
|
-
|
|
196
|
+
let VideoThumbnail;
|
|
197
197
|
(function (VideoThumbnail) {
|
|
198
198
|
VideoThumbnail[VideoThumbnail["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
199
199
|
VideoThumbnail[VideoThumbnail["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -204,9 +204,9 @@ var enums;
|
|
|
204
204
|
})(VideoThumbnail = enums.VideoThumbnail || (enums.VideoThumbnail = {}));
|
|
205
205
|
/**
|
|
206
206
|
* @name AgeRangeTypeEnum.AgeRangeType
|
|
207
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
207
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AgeRangeTypeEnum.AgeRangeType
|
|
208
208
|
*/
|
|
209
|
-
|
|
209
|
+
let AgeRangeType;
|
|
210
210
|
(function (AgeRangeType) {
|
|
211
211
|
AgeRangeType[AgeRangeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
212
212
|
AgeRangeType[AgeRangeType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -220,9 +220,9 @@ var enums;
|
|
|
220
220
|
})(AgeRangeType = enums.AgeRangeType || (enums.AgeRangeType = {}));
|
|
221
221
|
/**
|
|
222
222
|
* @name AppPaymentModelTypeEnum.AppPaymentModelType
|
|
223
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
223
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AppPaymentModelTypeEnum.AppPaymentModelType
|
|
224
224
|
*/
|
|
225
|
-
|
|
225
|
+
let AppPaymentModelType;
|
|
226
226
|
(function (AppPaymentModelType) {
|
|
227
227
|
AppPaymentModelType[AppPaymentModelType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
228
228
|
AppPaymentModelType[AppPaymentModelType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -230,9 +230,9 @@ var enums;
|
|
|
230
230
|
})(AppPaymentModelType = enums.AppPaymentModelType || (enums.AppPaymentModelType = {}));
|
|
231
231
|
/**
|
|
232
232
|
* @name ContentLabelTypeEnum.ContentLabelType
|
|
233
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
233
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ContentLabelTypeEnum.ContentLabelType
|
|
234
234
|
*/
|
|
235
|
-
|
|
235
|
+
let ContentLabelType;
|
|
236
236
|
(function (ContentLabelType) {
|
|
237
237
|
ContentLabelType[ContentLabelType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
238
238
|
ContentLabelType[ContentLabelType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -254,9 +254,9 @@ var enums;
|
|
|
254
254
|
})(ContentLabelType = enums.ContentLabelType || (enums.ContentLabelType = {}));
|
|
255
255
|
/**
|
|
256
256
|
* @name DayOfWeekEnum.DayOfWeek
|
|
257
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
257
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/DayOfWeekEnum.DayOfWeek
|
|
258
258
|
*/
|
|
259
|
-
|
|
259
|
+
let DayOfWeek;
|
|
260
260
|
(function (DayOfWeek) {
|
|
261
261
|
DayOfWeek[DayOfWeek["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
262
262
|
DayOfWeek[DayOfWeek["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -270,9 +270,9 @@ var enums;
|
|
|
270
270
|
})(DayOfWeek = enums.DayOfWeek || (enums.DayOfWeek = {}));
|
|
271
271
|
/**
|
|
272
272
|
* @name DeviceEnum.Device
|
|
273
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
273
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/DeviceEnum.Device
|
|
274
274
|
*/
|
|
275
|
-
|
|
275
|
+
let Device;
|
|
276
276
|
(function (Device) {
|
|
277
277
|
Device[Device["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
278
278
|
Device[Device["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -284,9 +284,9 @@ var enums;
|
|
|
284
284
|
})(Device = enums.Device || (enums.Device = {}));
|
|
285
285
|
/**
|
|
286
286
|
* @name GenderTypeEnum.GenderType
|
|
287
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
287
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/GenderTypeEnum.GenderType
|
|
288
288
|
*/
|
|
289
|
-
|
|
289
|
+
let GenderType;
|
|
290
290
|
(function (GenderType) {
|
|
291
291
|
GenderType[GenderType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
292
292
|
GenderType[GenderType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -296,9 +296,9 @@ var enums;
|
|
|
296
296
|
})(GenderType = enums.GenderType || (enums.GenderType = {}));
|
|
297
297
|
/**
|
|
298
298
|
* @name HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
299
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
299
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
300
300
|
*/
|
|
301
|
-
|
|
301
|
+
let HotelDateSelectionType;
|
|
302
302
|
(function (HotelDateSelectionType) {
|
|
303
303
|
HotelDateSelectionType[HotelDateSelectionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
304
304
|
HotelDateSelectionType[HotelDateSelectionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -307,9 +307,9 @@ var enums;
|
|
|
307
307
|
})(HotelDateSelectionType = enums.HotelDateSelectionType || (enums.HotelDateSelectionType = {}));
|
|
308
308
|
/**
|
|
309
309
|
* @name IncomeRangeTypeEnum.IncomeRangeType
|
|
310
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
310
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/IncomeRangeTypeEnum.IncomeRangeType
|
|
311
311
|
*/
|
|
312
|
-
|
|
312
|
+
let IncomeRangeType;
|
|
313
313
|
(function (IncomeRangeType) {
|
|
314
314
|
IncomeRangeType[IncomeRangeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
315
315
|
IncomeRangeType[IncomeRangeType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -323,9 +323,9 @@ var enums;
|
|
|
323
323
|
})(IncomeRangeType = enums.IncomeRangeType || (enums.IncomeRangeType = {}));
|
|
324
324
|
/**
|
|
325
325
|
* @name InteractionTypeEnum.InteractionType
|
|
326
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
326
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/InteractionTypeEnum.InteractionType
|
|
327
327
|
*/
|
|
328
|
-
|
|
328
|
+
let InteractionType;
|
|
329
329
|
(function (InteractionType) {
|
|
330
330
|
InteractionType[InteractionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
331
331
|
InteractionType[InteractionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -333,9 +333,9 @@ var enums;
|
|
|
333
333
|
})(InteractionType = enums.InteractionType || (enums.InteractionType = {}));
|
|
334
334
|
/**
|
|
335
335
|
* @name KeywordMatchTypeEnum.KeywordMatchType
|
|
336
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
336
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/KeywordMatchTypeEnum.KeywordMatchType
|
|
337
337
|
*/
|
|
338
|
-
|
|
338
|
+
let KeywordMatchType;
|
|
339
339
|
(function (KeywordMatchType) {
|
|
340
340
|
KeywordMatchType[KeywordMatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
341
341
|
KeywordMatchType[KeywordMatchType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -345,9 +345,9 @@ var enums;
|
|
|
345
345
|
})(KeywordMatchType = enums.KeywordMatchType || (enums.KeywordMatchType = {}));
|
|
346
346
|
/**
|
|
347
347
|
* @name ListingGroupTypeEnum.ListingGroupType
|
|
348
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
348
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ListingGroupTypeEnum.ListingGroupType
|
|
349
349
|
*/
|
|
350
|
-
|
|
350
|
+
let ListingGroupType;
|
|
351
351
|
(function (ListingGroupType) {
|
|
352
352
|
ListingGroupType[ListingGroupType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
353
353
|
ListingGroupType[ListingGroupType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -356,9 +356,9 @@ var enums;
|
|
|
356
356
|
})(ListingGroupType = enums.ListingGroupType || (enums.ListingGroupType = {}));
|
|
357
357
|
/**
|
|
358
358
|
* @name LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
359
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
359
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
360
360
|
*/
|
|
361
|
-
|
|
361
|
+
let LocationGroupRadiusUnits;
|
|
362
362
|
(function (LocationGroupRadiusUnits) {
|
|
363
363
|
LocationGroupRadiusUnits[LocationGroupRadiusUnits["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
364
364
|
LocationGroupRadiusUnits[LocationGroupRadiusUnits["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -368,9 +368,9 @@ var enums;
|
|
|
368
368
|
})(LocationGroupRadiusUnits = enums.LocationGroupRadiusUnits || (enums.LocationGroupRadiusUnits = {}));
|
|
369
369
|
/**
|
|
370
370
|
* @name MinuteOfHourEnum.MinuteOfHour
|
|
371
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
371
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MinuteOfHourEnum.MinuteOfHour
|
|
372
372
|
*/
|
|
373
|
-
|
|
373
|
+
let MinuteOfHour;
|
|
374
374
|
(function (MinuteOfHour) {
|
|
375
375
|
MinuteOfHour[MinuteOfHour["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
376
376
|
MinuteOfHour[MinuteOfHour["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -381,9 +381,9 @@ var enums;
|
|
|
381
381
|
})(MinuteOfHour = enums.MinuteOfHour || (enums.MinuteOfHour = {}));
|
|
382
382
|
/**
|
|
383
383
|
* @name ParentalStatusTypeEnum.ParentalStatusType
|
|
384
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
384
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ParentalStatusTypeEnum.ParentalStatusType
|
|
385
385
|
*/
|
|
386
|
-
|
|
386
|
+
let ParentalStatusType;
|
|
387
387
|
(function (ParentalStatusType) {
|
|
388
388
|
ParentalStatusType[ParentalStatusType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
389
389
|
ParentalStatusType[ParentalStatusType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -393,9 +393,9 @@ var enums;
|
|
|
393
393
|
})(ParentalStatusType = enums.ParentalStatusType || (enums.ParentalStatusType = {}));
|
|
394
394
|
/**
|
|
395
395
|
* @name PreferredContentTypeEnum.PreferredContentType
|
|
396
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
396
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PreferredContentTypeEnum.PreferredContentType
|
|
397
397
|
*/
|
|
398
|
-
|
|
398
|
+
let PreferredContentType;
|
|
399
399
|
(function (PreferredContentType) {
|
|
400
400
|
PreferredContentType[PreferredContentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
401
401
|
PreferredContentType[PreferredContentType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -403,9 +403,9 @@ var enums;
|
|
|
403
403
|
})(PreferredContentType = enums.PreferredContentType || (enums.PreferredContentType = {}));
|
|
404
404
|
/**
|
|
405
405
|
* @name ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel
|
|
406
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
406
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel
|
|
407
407
|
*/
|
|
408
|
-
|
|
408
|
+
let ProductBiddingCategoryLevel;
|
|
409
409
|
(function (ProductBiddingCategoryLevel) {
|
|
410
410
|
ProductBiddingCategoryLevel[ProductBiddingCategoryLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
411
411
|
ProductBiddingCategoryLevel[ProductBiddingCategoryLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -417,9 +417,9 @@ var enums;
|
|
|
417
417
|
})(ProductBiddingCategoryLevel = enums.ProductBiddingCategoryLevel || (enums.ProductBiddingCategoryLevel = {}));
|
|
418
418
|
/**
|
|
419
419
|
* @name ProductChannelEnum.ProductChannel
|
|
420
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
420
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ProductChannelEnum.ProductChannel
|
|
421
421
|
*/
|
|
422
|
-
|
|
422
|
+
let ProductChannel;
|
|
423
423
|
(function (ProductChannel) {
|
|
424
424
|
ProductChannel[ProductChannel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
425
425
|
ProductChannel[ProductChannel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -428,9 +428,9 @@ var enums;
|
|
|
428
428
|
})(ProductChannel = enums.ProductChannel || (enums.ProductChannel = {}));
|
|
429
429
|
/**
|
|
430
430
|
* @name ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
431
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
431
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
432
432
|
*/
|
|
433
|
-
|
|
433
|
+
let ProductChannelExclusivity;
|
|
434
434
|
(function (ProductChannelExclusivity) {
|
|
435
435
|
ProductChannelExclusivity[ProductChannelExclusivity["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
436
436
|
ProductChannelExclusivity[ProductChannelExclusivity["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -439,9 +439,9 @@ var enums;
|
|
|
439
439
|
})(ProductChannelExclusivity = enums.ProductChannelExclusivity || (enums.ProductChannelExclusivity = {}));
|
|
440
440
|
/**
|
|
441
441
|
* @name ProductConditionEnum.ProductCondition
|
|
442
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
442
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ProductConditionEnum.ProductCondition
|
|
443
443
|
*/
|
|
444
|
-
|
|
444
|
+
let ProductCondition;
|
|
445
445
|
(function (ProductCondition) {
|
|
446
446
|
ProductCondition[ProductCondition["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
447
447
|
ProductCondition[ProductCondition["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -451,9 +451,9 @@ var enums;
|
|
|
451
451
|
})(ProductCondition = enums.ProductCondition || (enums.ProductCondition = {}));
|
|
452
452
|
/**
|
|
453
453
|
* @name ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
454
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
454
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
455
455
|
*/
|
|
456
|
-
|
|
456
|
+
let ProductCustomAttributeIndex;
|
|
457
457
|
(function (ProductCustomAttributeIndex) {
|
|
458
458
|
ProductCustomAttributeIndex[ProductCustomAttributeIndex["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
459
459
|
ProductCustomAttributeIndex[ProductCustomAttributeIndex["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -465,9 +465,9 @@ var enums;
|
|
|
465
465
|
})(ProductCustomAttributeIndex = enums.ProductCustomAttributeIndex || (enums.ProductCustomAttributeIndex = {}));
|
|
466
466
|
/**
|
|
467
467
|
* @name ProductTypeLevelEnum.ProductTypeLevel
|
|
468
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
468
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ProductTypeLevelEnum.ProductTypeLevel
|
|
469
469
|
*/
|
|
470
|
-
|
|
470
|
+
let ProductTypeLevel;
|
|
471
471
|
(function (ProductTypeLevel) {
|
|
472
472
|
ProductTypeLevel[ProductTypeLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
473
473
|
ProductTypeLevel[ProductTypeLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -479,9 +479,9 @@ var enums;
|
|
|
479
479
|
})(ProductTypeLevel = enums.ProductTypeLevel || (enums.ProductTypeLevel = {}));
|
|
480
480
|
/**
|
|
481
481
|
* @name ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
482
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
482
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
483
483
|
*/
|
|
484
|
-
|
|
484
|
+
let ProximityRadiusUnits;
|
|
485
485
|
(function (ProximityRadiusUnits) {
|
|
486
486
|
ProximityRadiusUnits[ProximityRadiusUnits["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
487
487
|
ProximityRadiusUnits[ProximityRadiusUnits["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -490,9 +490,9 @@ var enums;
|
|
|
490
490
|
})(ProximityRadiusUnits = enums.ProximityRadiusUnits || (enums.ProximityRadiusUnits = {}));
|
|
491
491
|
/**
|
|
492
492
|
* @name WebpageConditionOperandEnum.WebpageConditionOperand
|
|
493
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
493
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/WebpageConditionOperandEnum.WebpageConditionOperand
|
|
494
494
|
*/
|
|
495
|
-
|
|
495
|
+
let WebpageConditionOperand;
|
|
496
496
|
(function (WebpageConditionOperand) {
|
|
497
497
|
WebpageConditionOperand[WebpageConditionOperand["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
498
498
|
WebpageConditionOperand[WebpageConditionOperand["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -504,9 +504,9 @@ var enums;
|
|
|
504
504
|
})(WebpageConditionOperand = enums.WebpageConditionOperand || (enums.WebpageConditionOperand = {}));
|
|
505
505
|
/**
|
|
506
506
|
* @name WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
507
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
507
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
508
508
|
*/
|
|
509
|
-
|
|
509
|
+
let WebpageConditionOperator;
|
|
510
510
|
(function (WebpageConditionOperator) {
|
|
511
511
|
WebpageConditionOperator[WebpageConditionOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
512
512
|
WebpageConditionOperator[WebpageConditionOperator["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -515,9 +515,9 @@ var enums;
|
|
|
515
515
|
})(WebpageConditionOperator = enums.WebpageConditionOperator || (enums.WebpageConditionOperator = {}));
|
|
516
516
|
/**
|
|
517
517
|
* @name CallToActionTypeEnum.CallToActionType
|
|
518
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
518
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CallToActionTypeEnum.CallToActionType
|
|
519
519
|
*/
|
|
520
|
-
|
|
520
|
+
let CallToActionType;
|
|
521
521
|
(function (CallToActionType) {
|
|
522
522
|
CallToActionType[CallToActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
523
523
|
CallToActionType[CallToActionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -533,9 +533,9 @@ var enums;
|
|
|
533
533
|
})(CallToActionType = enums.CallToActionType || (enums.CallToActionType = {}));
|
|
534
534
|
/**
|
|
535
535
|
* @name LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
536
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
536
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
537
537
|
*/
|
|
538
|
-
|
|
538
|
+
let LeadFormCallToActionType;
|
|
539
539
|
(function (LeadFormCallToActionType) {
|
|
540
540
|
LeadFormCallToActionType[LeadFormCallToActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
541
541
|
LeadFormCallToActionType[LeadFormCallToActionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -556,9 +556,9 @@ var enums;
|
|
|
556
556
|
})(LeadFormCallToActionType = enums.LeadFormCallToActionType || (enums.LeadFormCallToActionType = {}));
|
|
557
557
|
/**
|
|
558
558
|
* @name LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
559
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
559
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
560
560
|
*/
|
|
561
|
-
|
|
561
|
+
let LeadFormDesiredIntent;
|
|
562
562
|
(function (LeadFormDesiredIntent) {
|
|
563
563
|
LeadFormDesiredIntent[LeadFormDesiredIntent["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
564
564
|
LeadFormDesiredIntent[LeadFormDesiredIntent["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -567,9 +567,9 @@ var enums;
|
|
|
567
567
|
})(LeadFormDesiredIntent = enums.LeadFormDesiredIntent || (enums.LeadFormDesiredIntent = {}));
|
|
568
568
|
/**
|
|
569
569
|
* @name LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
570
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
570
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
571
571
|
*/
|
|
572
|
-
|
|
572
|
+
let LeadFormFieldUserInputType;
|
|
573
573
|
(function (LeadFormFieldUserInputType) {
|
|
574
574
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
575
575
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -577,6 +577,7 @@ var enums;
|
|
|
577
577
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["EMAIL"] = 3] = "EMAIL";
|
|
578
578
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["PHONE_NUMBER"] = 4] = "PHONE_NUMBER";
|
|
579
579
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["POSTAL_CODE"] = 5] = "POSTAL_CODE";
|
|
580
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["STREET_ADDRESS"] = 8] = "STREET_ADDRESS";
|
|
580
581
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["CITY"] = 9] = "CITY";
|
|
581
582
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["REGION"] = 10] = "REGION";
|
|
582
583
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["COUNTRY"] = 11] = "COUNTRY";
|
|
@@ -584,6 +585,13 @@ var enums;
|
|
|
584
585
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["COMPANY_NAME"] = 13] = "COMPANY_NAME";
|
|
585
586
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["WORK_PHONE"] = 14] = "WORK_PHONE";
|
|
586
587
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["JOB_TITLE"] = 15] = "JOB_TITLE";
|
|
588
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["GOVERNMENT_ISSUED_ID_CPF_BR"] = 16] = "GOVERNMENT_ISSUED_ID_CPF_BR";
|
|
589
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["GOVERNMENT_ISSUED_ID_DNI_AR"] = 17] = "GOVERNMENT_ISSUED_ID_DNI_AR";
|
|
590
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["GOVERNMENT_ISSUED_ID_DNI_PE"] = 18] = "GOVERNMENT_ISSUED_ID_DNI_PE";
|
|
591
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["GOVERNMENT_ISSUED_ID_RUT_CL"] = 19] = "GOVERNMENT_ISSUED_ID_RUT_CL";
|
|
592
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["GOVERNMENT_ISSUED_ID_CC_CO"] = 20] = "GOVERNMENT_ISSUED_ID_CC_CO";
|
|
593
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["GOVERNMENT_ISSUED_ID_CI_EC"] = 21] = "GOVERNMENT_ISSUED_ID_CI_EC";
|
|
594
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["GOVERNMENT_ISSUED_ID_RFC_MX"] = 22] = "GOVERNMENT_ISSUED_ID_RFC_MX";
|
|
587
595
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["FIRST_NAME"] = 23] = "FIRST_NAME";
|
|
588
596
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["LAST_NAME"] = 24] = "LAST_NAME";
|
|
589
597
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["VEHICLE_MODEL"] = 1001] = "VEHICLE_MODEL";
|
|
@@ -598,6 +606,54 @@ var enums;
|
|
|
598
606
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["YEARS_IN_BUSINESS"] = 1008] = "YEARS_IN_BUSINESS";
|
|
599
607
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["JOB_DEPARTMENT"] = 1011] = "JOB_DEPARTMENT";
|
|
600
608
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["JOB_ROLE"] = 1012] = "JOB_ROLE";
|
|
609
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_18_AGE"] = 1078] = "OVER_18_AGE";
|
|
610
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_19_AGE"] = 1079] = "OVER_19_AGE";
|
|
611
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_20_AGE"] = 1080] = "OVER_20_AGE";
|
|
612
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_21_AGE"] = 1081] = "OVER_21_AGE";
|
|
613
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_22_AGE"] = 1082] = "OVER_22_AGE";
|
|
614
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_23_AGE"] = 1083] = "OVER_23_AGE";
|
|
615
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_24_AGE"] = 1084] = "OVER_24_AGE";
|
|
616
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_25_AGE"] = 1085] = "OVER_25_AGE";
|
|
617
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_26_AGE"] = 1086] = "OVER_26_AGE";
|
|
618
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_27_AGE"] = 1087] = "OVER_27_AGE";
|
|
619
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_28_AGE"] = 1088] = "OVER_28_AGE";
|
|
620
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_29_AGE"] = 1089] = "OVER_29_AGE";
|
|
621
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_30_AGE"] = 1090] = "OVER_30_AGE";
|
|
622
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_31_AGE"] = 1091] = "OVER_31_AGE";
|
|
623
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_32_AGE"] = 1092] = "OVER_32_AGE";
|
|
624
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_33_AGE"] = 1093] = "OVER_33_AGE";
|
|
625
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_34_AGE"] = 1094] = "OVER_34_AGE";
|
|
626
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_35_AGE"] = 1095] = "OVER_35_AGE";
|
|
627
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_36_AGE"] = 1096] = "OVER_36_AGE";
|
|
628
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_37_AGE"] = 1097] = "OVER_37_AGE";
|
|
629
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_38_AGE"] = 1098] = "OVER_38_AGE";
|
|
630
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_39_AGE"] = 1099] = "OVER_39_AGE";
|
|
631
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_40_AGE"] = 1100] = "OVER_40_AGE";
|
|
632
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_41_AGE"] = 1101] = "OVER_41_AGE";
|
|
633
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_42_AGE"] = 1102] = "OVER_42_AGE";
|
|
634
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_43_AGE"] = 1103] = "OVER_43_AGE";
|
|
635
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_44_AGE"] = 1104] = "OVER_44_AGE";
|
|
636
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_45_AGE"] = 1105] = "OVER_45_AGE";
|
|
637
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_46_AGE"] = 1106] = "OVER_46_AGE";
|
|
638
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_47_AGE"] = 1107] = "OVER_47_AGE";
|
|
639
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_48_AGE"] = 1108] = "OVER_48_AGE";
|
|
640
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_49_AGE"] = 1109] = "OVER_49_AGE";
|
|
641
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_50_AGE"] = 1110] = "OVER_50_AGE";
|
|
642
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_51_AGE"] = 1111] = "OVER_51_AGE";
|
|
643
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_52_AGE"] = 1112] = "OVER_52_AGE";
|
|
644
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_53_AGE"] = 1113] = "OVER_53_AGE";
|
|
645
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_54_AGE"] = 1114] = "OVER_54_AGE";
|
|
646
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_55_AGE"] = 1115] = "OVER_55_AGE";
|
|
647
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_56_AGE"] = 1116] = "OVER_56_AGE";
|
|
648
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_57_AGE"] = 1117] = "OVER_57_AGE";
|
|
649
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_58_AGE"] = 1118] = "OVER_58_AGE";
|
|
650
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_59_AGE"] = 1119] = "OVER_59_AGE";
|
|
651
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_60_AGE"] = 1120] = "OVER_60_AGE";
|
|
652
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_61_AGE"] = 1121] = "OVER_61_AGE";
|
|
653
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_62_AGE"] = 1122] = "OVER_62_AGE";
|
|
654
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_63_AGE"] = 1123] = "OVER_63_AGE";
|
|
655
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_64_AGE"] = 1124] = "OVER_64_AGE";
|
|
656
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["OVER_65_AGE"] = 1125] = "OVER_65_AGE";
|
|
601
657
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["EDUCATION_PROGRAM"] = 1013] = "EDUCATION_PROGRAM";
|
|
602
658
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["EDUCATION_COURSE"] = 1014] = "EDUCATION_COURSE";
|
|
603
659
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["PRODUCT"] = 1016] = "PRODUCT";
|
|
@@ -636,9 +692,9 @@ var enums;
|
|
|
636
692
|
})(LeadFormFieldUserInputType = enums.LeadFormFieldUserInputType || (enums.LeadFormFieldUserInputType = {}));
|
|
637
693
|
/**
|
|
638
694
|
* @name LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
639
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
695
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
640
696
|
*/
|
|
641
|
-
|
|
697
|
+
let LeadFormPostSubmitCallToActionType;
|
|
642
698
|
(function (LeadFormPostSubmitCallToActionType) {
|
|
643
699
|
LeadFormPostSubmitCallToActionType[LeadFormPostSubmitCallToActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
644
700
|
LeadFormPostSubmitCallToActionType[LeadFormPostSubmitCallToActionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -649,9 +705,9 @@ var enums;
|
|
|
649
705
|
})(LeadFormPostSubmitCallToActionType = enums.LeadFormPostSubmitCallToActionType || (enums.LeadFormPostSubmitCallToActionType = {}));
|
|
650
706
|
/**
|
|
651
707
|
* @name MobileAppVendorEnum.MobileAppVendor
|
|
652
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
708
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MobileAppVendorEnum.MobileAppVendor
|
|
653
709
|
*/
|
|
654
|
-
|
|
710
|
+
let MobileAppVendor;
|
|
655
711
|
(function (MobileAppVendor) {
|
|
656
712
|
MobileAppVendor[MobileAppVendor["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
657
713
|
MobileAppVendor[MobileAppVendor["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -660,9 +716,9 @@ var enums;
|
|
|
660
716
|
})(MobileAppVendor = enums.MobileAppVendor || (enums.MobileAppVendor = {}));
|
|
661
717
|
/**
|
|
662
718
|
* @name PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
663
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
719
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
664
720
|
*/
|
|
665
|
-
|
|
721
|
+
let PriceExtensionPriceQualifier;
|
|
666
722
|
(function (PriceExtensionPriceQualifier) {
|
|
667
723
|
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
668
724
|
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -672,9 +728,9 @@ var enums;
|
|
|
672
728
|
})(PriceExtensionPriceQualifier = enums.PriceExtensionPriceQualifier || (enums.PriceExtensionPriceQualifier = {}));
|
|
673
729
|
/**
|
|
674
730
|
* @name PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
675
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
731
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
676
732
|
*/
|
|
677
|
-
|
|
733
|
+
let PriceExtensionPriceUnit;
|
|
678
734
|
(function (PriceExtensionPriceUnit) {
|
|
679
735
|
PriceExtensionPriceUnit[PriceExtensionPriceUnit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
680
736
|
PriceExtensionPriceUnit[PriceExtensionPriceUnit["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -687,9 +743,9 @@ var enums;
|
|
|
687
743
|
})(PriceExtensionPriceUnit = enums.PriceExtensionPriceUnit || (enums.PriceExtensionPriceUnit = {}));
|
|
688
744
|
/**
|
|
689
745
|
* @name PriceExtensionTypeEnum.PriceExtensionType
|
|
690
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
746
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PriceExtensionTypeEnum.PriceExtensionType
|
|
691
747
|
*/
|
|
692
|
-
|
|
748
|
+
let PriceExtensionType;
|
|
693
749
|
(function (PriceExtensionType) {
|
|
694
750
|
PriceExtensionType[PriceExtensionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
695
751
|
PriceExtensionType[PriceExtensionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -705,9 +761,9 @@ var enums;
|
|
|
705
761
|
})(PriceExtensionType = enums.PriceExtensionType || (enums.PriceExtensionType = {}));
|
|
706
762
|
/**
|
|
707
763
|
* @name PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
708
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
764
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
709
765
|
*/
|
|
710
|
-
|
|
766
|
+
let PromotionExtensionDiscountModifier;
|
|
711
767
|
(function (PromotionExtensionDiscountModifier) {
|
|
712
768
|
PromotionExtensionDiscountModifier[PromotionExtensionDiscountModifier["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
713
769
|
PromotionExtensionDiscountModifier[PromotionExtensionDiscountModifier["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -715,9 +771,9 @@ var enums;
|
|
|
715
771
|
})(PromotionExtensionDiscountModifier = enums.PromotionExtensionDiscountModifier || (enums.PromotionExtensionDiscountModifier = {}));
|
|
716
772
|
/**
|
|
717
773
|
* @name PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
718
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
774
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
719
775
|
*/
|
|
720
|
-
|
|
776
|
+
let PromotionExtensionOccasion;
|
|
721
777
|
(function (PromotionExtensionOccasion) {
|
|
722
778
|
PromotionExtensionOccasion[PromotionExtensionOccasion["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
723
779
|
PromotionExtensionOccasion[PromotionExtensionOccasion["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -761,9 +817,9 @@ var enums;
|
|
|
761
817
|
})(PromotionExtensionOccasion = enums.PromotionExtensionOccasion || (enums.PromotionExtensionOccasion = {}));
|
|
762
818
|
/**
|
|
763
819
|
* @name TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
764
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
820
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
765
821
|
*/
|
|
766
|
-
|
|
822
|
+
let TargetImpressionShareLocation;
|
|
767
823
|
(function (TargetImpressionShareLocation) {
|
|
768
824
|
TargetImpressionShareLocation[TargetImpressionShareLocation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
769
825
|
TargetImpressionShareLocation[TargetImpressionShareLocation["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -773,9 +829,9 @@ var enums;
|
|
|
773
829
|
})(TargetImpressionShareLocation = enums.TargetImpressionShareLocation || (enums.TargetImpressionShareLocation = {}));
|
|
774
830
|
/**
|
|
775
831
|
* @name AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
776
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
832
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
777
833
|
*/
|
|
778
|
-
|
|
834
|
+
let AdvertisingChannelSubType;
|
|
779
835
|
(function (AdvertisingChannelSubType) {
|
|
780
836
|
AdvertisingChannelSubType[AdvertisingChannelSubType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
781
837
|
AdvertisingChannelSubType[AdvertisingChannelSubType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -799,9 +855,9 @@ var enums;
|
|
|
799
855
|
})(AdvertisingChannelSubType = enums.AdvertisingChannelSubType || (enums.AdvertisingChannelSubType = {}));
|
|
800
856
|
/**
|
|
801
857
|
* @name AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
802
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
858
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
803
859
|
*/
|
|
804
|
-
|
|
860
|
+
let AdvertisingChannelType;
|
|
805
861
|
(function (AdvertisingChannelType) {
|
|
806
862
|
AdvertisingChannelType[AdvertisingChannelType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
807
863
|
AdvertisingChannelType[AdvertisingChannelType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -815,12 +871,13 @@ var enums;
|
|
|
815
871
|
AdvertisingChannelType[AdvertisingChannelType["SMART"] = 9] = "SMART";
|
|
816
872
|
AdvertisingChannelType[AdvertisingChannelType["PERFORMANCE_MAX"] = 10] = "PERFORMANCE_MAX";
|
|
817
873
|
AdvertisingChannelType[AdvertisingChannelType["LOCAL_SERVICES"] = 11] = "LOCAL_SERVICES";
|
|
874
|
+
AdvertisingChannelType[AdvertisingChannelType["DISCOVERY"] = 12] = "DISCOVERY";
|
|
818
875
|
})(AdvertisingChannelType = enums.AdvertisingChannelType || (enums.AdvertisingChannelType = {}));
|
|
819
876
|
/**
|
|
820
877
|
* @name CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
821
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
878
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
822
879
|
*/
|
|
823
|
-
|
|
880
|
+
let CriterionCategoryChannelAvailabilityMode;
|
|
824
881
|
(function (CriterionCategoryChannelAvailabilityMode) {
|
|
825
882
|
CriterionCategoryChannelAvailabilityMode[CriterionCategoryChannelAvailabilityMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
826
883
|
CriterionCategoryChannelAvailabilityMode[CriterionCategoryChannelAvailabilityMode["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -830,9 +887,9 @@ var enums;
|
|
|
830
887
|
})(CriterionCategoryChannelAvailabilityMode = enums.CriterionCategoryChannelAvailabilityMode || (enums.CriterionCategoryChannelAvailabilityMode = {}));
|
|
831
888
|
/**
|
|
832
889
|
* @name CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
833
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
890
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
834
891
|
*/
|
|
835
|
-
|
|
892
|
+
let CriterionCategoryLocaleAvailabilityMode;
|
|
836
893
|
(function (CriterionCategoryLocaleAvailabilityMode) {
|
|
837
894
|
CriterionCategoryLocaleAvailabilityMode[CriterionCategoryLocaleAvailabilityMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
838
895
|
CriterionCategoryLocaleAvailabilityMode[CriterionCategoryLocaleAvailabilityMode["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -843,9 +900,9 @@ var enums;
|
|
|
843
900
|
})(CriterionCategoryLocaleAvailabilityMode = enums.CriterionCategoryLocaleAvailabilityMode || (enums.CriterionCategoryLocaleAvailabilityMode = {}));
|
|
844
901
|
/**
|
|
845
902
|
* @name CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
846
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
903
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
847
904
|
*/
|
|
848
|
-
|
|
905
|
+
let CustomizerAttributeType;
|
|
849
906
|
(function (CustomizerAttributeType) {
|
|
850
907
|
CustomizerAttributeType[CustomizerAttributeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
851
908
|
CustomizerAttributeType[CustomizerAttributeType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -856,9 +913,9 @@ var enums;
|
|
|
856
913
|
})(CustomizerAttributeType = enums.CustomizerAttributeType || (enums.CustomizerAttributeType = {}));
|
|
857
914
|
/**
|
|
858
915
|
* @name MonthOfYearEnum.MonthOfYear
|
|
859
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
916
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MonthOfYearEnum.MonthOfYear
|
|
860
917
|
*/
|
|
861
|
-
|
|
918
|
+
let MonthOfYear;
|
|
862
919
|
(function (MonthOfYear) {
|
|
863
920
|
MonthOfYear[MonthOfYear["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
864
921
|
MonthOfYear[MonthOfYear["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -877,9 +934,9 @@ var enums;
|
|
|
877
934
|
})(MonthOfYear = enums.MonthOfYear || (enums.MonthOfYear = {}));
|
|
878
935
|
/**
|
|
879
936
|
* @name AppStoreEnum.AppStore
|
|
880
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
937
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AppStoreEnum.AppStore
|
|
881
938
|
*/
|
|
882
|
-
|
|
939
|
+
let AppStore;
|
|
883
940
|
(function (AppStore) {
|
|
884
941
|
AppStore[AppStore["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
885
942
|
AppStore[AppStore["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -888,9 +945,9 @@ var enums;
|
|
|
888
945
|
})(AppStore = enums.AppStore || (enums.AppStore = {}));
|
|
889
946
|
/**
|
|
890
947
|
* @name FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType
|
|
891
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
948
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType
|
|
892
949
|
*/
|
|
893
|
-
|
|
950
|
+
let FeedItemSetStringFilterType;
|
|
894
951
|
(function (FeedItemSetStringFilterType) {
|
|
895
952
|
FeedItemSetStringFilterType[FeedItemSetStringFilterType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
896
953
|
FeedItemSetStringFilterType[FeedItemSetStringFilterType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -898,9 +955,9 @@ var enums;
|
|
|
898
955
|
})(FeedItemSetStringFilterType = enums.FeedItemSetStringFilterType || (enums.FeedItemSetStringFilterType = {}));
|
|
899
956
|
/**
|
|
900
957
|
* @name AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
901
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
958
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
902
959
|
*/
|
|
903
|
-
|
|
960
|
+
let AppUrlOperatingSystemType;
|
|
904
961
|
(function (AppUrlOperatingSystemType) {
|
|
905
962
|
AppUrlOperatingSystemType[AppUrlOperatingSystemType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
906
963
|
AppUrlOperatingSystemType[AppUrlOperatingSystemType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -909,9 +966,9 @@ var enums;
|
|
|
909
966
|
})(AppUrlOperatingSystemType = enums.AppUrlOperatingSystemType || (enums.AppUrlOperatingSystemType = {}));
|
|
910
967
|
/**
|
|
911
968
|
* @name FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
912
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
969
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
913
970
|
*/
|
|
914
|
-
|
|
971
|
+
let FrequencyCapEventType;
|
|
915
972
|
(function (FrequencyCapEventType) {
|
|
916
973
|
FrequencyCapEventType[FrequencyCapEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
917
974
|
FrequencyCapEventType[FrequencyCapEventType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -920,9 +977,9 @@ var enums;
|
|
|
920
977
|
})(FrequencyCapEventType = enums.FrequencyCapEventType || (enums.FrequencyCapEventType = {}));
|
|
921
978
|
/**
|
|
922
979
|
* @name FrequencyCapLevelEnum.FrequencyCapLevel
|
|
923
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
980
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FrequencyCapLevelEnum.FrequencyCapLevel
|
|
924
981
|
*/
|
|
925
|
-
|
|
982
|
+
let FrequencyCapLevel;
|
|
926
983
|
(function (FrequencyCapLevel) {
|
|
927
984
|
FrequencyCapLevel[FrequencyCapLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
928
985
|
FrequencyCapLevel[FrequencyCapLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -932,9 +989,9 @@ var enums;
|
|
|
932
989
|
})(FrequencyCapLevel = enums.FrequencyCapLevel || (enums.FrequencyCapLevel = {}));
|
|
933
990
|
/**
|
|
934
991
|
* @name FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
935
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
992
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
936
993
|
*/
|
|
937
|
-
|
|
994
|
+
let FrequencyCapTimeUnit;
|
|
938
995
|
(function (FrequencyCapTimeUnit) {
|
|
939
996
|
FrequencyCapTimeUnit[FrequencyCapTimeUnit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
940
997
|
FrequencyCapTimeUnit[FrequencyCapTimeUnit["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -944,9 +1001,9 @@ var enums;
|
|
|
944
1001
|
})(FrequencyCapTimeUnit = enums.FrequencyCapTimeUnit || (enums.FrequencyCapTimeUnit = {}));
|
|
945
1002
|
/**
|
|
946
1003
|
* @name KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
947
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1004
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
948
1005
|
*/
|
|
949
|
-
|
|
1006
|
+
let KeywordPlanAggregateMetricType;
|
|
950
1007
|
(function (KeywordPlanAggregateMetricType) {
|
|
951
1008
|
KeywordPlanAggregateMetricType[KeywordPlanAggregateMetricType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
952
1009
|
KeywordPlanAggregateMetricType[KeywordPlanAggregateMetricType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -954,9 +1011,9 @@ var enums;
|
|
|
954
1011
|
})(KeywordPlanAggregateMetricType = enums.KeywordPlanAggregateMetricType || (enums.KeywordPlanAggregateMetricType = {}));
|
|
955
1012
|
/**
|
|
956
1013
|
* @name KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
957
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1014
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
958
1015
|
*/
|
|
959
|
-
|
|
1016
|
+
let KeywordPlanCompetitionLevel;
|
|
960
1017
|
(function (KeywordPlanCompetitionLevel) {
|
|
961
1018
|
KeywordPlanCompetitionLevel[KeywordPlanCompetitionLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
962
1019
|
KeywordPlanCompetitionLevel[KeywordPlanCompetitionLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -966,9 +1023,9 @@ var enums;
|
|
|
966
1023
|
})(KeywordPlanCompetitionLevel = enums.KeywordPlanCompetitionLevel || (enums.KeywordPlanCompetitionLevel = {}));
|
|
967
1024
|
/**
|
|
968
1025
|
* @name KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
969
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1026
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
970
1027
|
*/
|
|
971
|
-
|
|
1028
|
+
let KeywordPlanConceptGroupType;
|
|
972
1029
|
(function (KeywordPlanConceptGroupType) {
|
|
973
1030
|
KeywordPlanConceptGroupType[KeywordPlanConceptGroupType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
974
1031
|
KeywordPlanConceptGroupType[KeywordPlanConceptGroupType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -978,9 +1035,9 @@ var enums;
|
|
|
978
1035
|
})(KeywordPlanConceptGroupType = enums.KeywordPlanConceptGroupType || (enums.KeywordPlanConceptGroupType = {}));
|
|
979
1036
|
/**
|
|
980
1037
|
* @name MatchingFunctionContextTypeEnum.MatchingFunctionContextType
|
|
981
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1038
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MatchingFunctionContextTypeEnum.MatchingFunctionContextType
|
|
982
1039
|
*/
|
|
983
|
-
|
|
1040
|
+
let MatchingFunctionContextType;
|
|
984
1041
|
(function (MatchingFunctionContextType) {
|
|
985
1042
|
MatchingFunctionContextType[MatchingFunctionContextType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
986
1043
|
MatchingFunctionContextType[MatchingFunctionContextType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -990,9 +1047,9 @@ var enums;
|
|
|
990
1047
|
})(MatchingFunctionContextType = enums.MatchingFunctionContextType || (enums.MatchingFunctionContextType = {}));
|
|
991
1048
|
/**
|
|
992
1049
|
* @name MatchingFunctionOperatorEnum.MatchingFunctionOperator
|
|
993
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1050
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MatchingFunctionOperatorEnum.MatchingFunctionOperator
|
|
994
1051
|
*/
|
|
995
|
-
|
|
1052
|
+
let MatchingFunctionOperator;
|
|
996
1053
|
(function (MatchingFunctionOperator) {
|
|
997
1054
|
MatchingFunctionOperator[MatchingFunctionOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
998
1055
|
MatchingFunctionOperator[MatchingFunctionOperator["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1004,9 +1061,9 @@ var enums;
|
|
|
1004
1061
|
})(MatchingFunctionOperator = enums.MatchingFunctionOperator || (enums.MatchingFunctionOperator = {}));
|
|
1005
1062
|
/**
|
|
1006
1063
|
* @name ExperimentMetricEnum.ExperimentMetric
|
|
1007
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1064
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ExperimentMetricEnum.ExperimentMetric
|
|
1008
1065
|
*/
|
|
1009
|
-
|
|
1066
|
+
let ExperimentMetric;
|
|
1010
1067
|
(function (ExperimentMetric) {
|
|
1011
1068
|
ExperimentMetric[ExperimentMetric["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1012
1069
|
ExperimentMetric[ExperimentMetric["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1026,9 +1083,9 @@ var enums;
|
|
|
1026
1083
|
})(ExperimentMetric = enums.ExperimentMetric || (enums.ExperimentMetric = {}));
|
|
1027
1084
|
/**
|
|
1028
1085
|
* @name ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1029
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1086
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1030
1087
|
*/
|
|
1031
|
-
|
|
1088
|
+
let ExperimentMetricDirection;
|
|
1032
1089
|
(function (ExperimentMetricDirection) {
|
|
1033
1090
|
ExperimentMetricDirection[ExperimentMetricDirection["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1034
1091
|
ExperimentMetricDirection[ExperimentMetricDirection["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1040,9 +1097,9 @@ var enums;
|
|
|
1040
1097
|
})(ExperimentMetricDirection = enums.ExperimentMetricDirection || (enums.ExperimentMetricDirection = {}));
|
|
1041
1098
|
/**
|
|
1042
1099
|
* @name InteractionEventTypeEnum.InteractionEventType
|
|
1043
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1100
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/InteractionEventTypeEnum.InteractionEventType
|
|
1044
1101
|
*/
|
|
1045
|
-
|
|
1102
|
+
let InteractionEventType;
|
|
1046
1103
|
(function (InteractionEventType) {
|
|
1047
1104
|
InteractionEventType[InteractionEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1048
1105
|
InteractionEventType[InteractionEventType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1053,9 +1110,9 @@ var enums;
|
|
|
1053
1110
|
})(InteractionEventType = enums.InteractionEventType || (enums.InteractionEventType = {}));
|
|
1054
1111
|
/**
|
|
1055
1112
|
* @name QualityScoreBucketEnum.QualityScoreBucket
|
|
1056
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1113
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/QualityScoreBucketEnum.QualityScoreBucket
|
|
1057
1114
|
*/
|
|
1058
|
-
|
|
1115
|
+
let QualityScoreBucket;
|
|
1059
1116
|
(function (QualityScoreBucket) {
|
|
1060
1117
|
QualityScoreBucket[QualityScoreBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1061
1118
|
QualityScoreBucket[QualityScoreBucket["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1065,9 +1122,9 @@ var enums;
|
|
|
1065
1122
|
})(QualityScoreBucket = enums.QualityScoreBucket || (enums.QualityScoreBucket = {}));
|
|
1066
1123
|
/**
|
|
1067
1124
|
* @name UserIdentifierSourceEnum.UserIdentifierSource
|
|
1068
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1125
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserIdentifierSourceEnum.UserIdentifierSource
|
|
1069
1126
|
*/
|
|
1070
|
-
|
|
1127
|
+
let UserIdentifierSource;
|
|
1071
1128
|
(function (UserIdentifierSource) {
|
|
1072
1129
|
UserIdentifierSource[UserIdentifierSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1073
1130
|
UserIdentifierSource[UserIdentifierSource["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1076,9 +1133,9 @@ var enums;
|
|
|
1076
1133
|
})(UserIdentifierSource = enums.UserIdentifierSource || (enums.UserIdentifierSource = {}));
|
|
1077
1134
|
/**
|
|
1078
1135
|
* @name AdDestinationTypeEnum.AdDestinationType
|
|
1079
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1136
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdDestinationTypeEnum.AdDestinationType
|
|
1080
1137
|
*/
|
|
1081
|
-
|
|
1138
|
+
let AdDestinationType;
|
|
1082
1139
|
(function (AdDestinationType) {
|
|
1083
1140
|
AdDestinationType[AdDestinationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1084
1141
|
AdDestinationType[AdDestinationType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1096,9 +1153,9 @@ var enums;
|
|
|
1096
1153
|
})(AdDestinationType = enums.AdDestinationType || (enums.AdDestinationType = {}));
|
|
1097
1154
|
/**
|
|
1098
1155
|
* @name AdNetworkTypeEnum.AdNetworkType
|
|
1099
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1156
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdNetworkTypeEnum.AdNetworkType
|
|
1100
1157
|
*/
|
|
1101
|
-
|
|
1158
|
+
let AdNetworkType;
|
|
1102
1159
|
(function (AdNetworkType) {
|
|
1103
1160
|
AdNetworkType[AdNetworkType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1104
1161
|
AdNetworkType[AdNetworkType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1111,9 +1168,9 @@ var enums;
|
|
|
1111
1168
|
})(AdNetworkType = enums.AdNetworkType || (enums.AdNetworkType = {}));
|
|
1112
1169
|
/**
|
|
1113
1170
|
* @name BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1114
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1171
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1115
1172
|
*/
|
|
1116
|
-
|
|
1173
|
+
let BudgetCampaignAssociationStatus;
|
|
1117
1174
|
(function (BudgetCampaignAssociationStatus) {
|
|
1118
1175
|
BudgetCampaignAssociationStatus[BudgetCampaignAssociationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1119
1176
|
BudgetCampaignAssociationStatus[BudgetCampaignAssociationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1122,9 +1179,9 @@ var enums;
|
|
|
1122
1179
|
})(BudgetCampaignAssociationStatus = enums.BudgetCampaignAssociationStatus || (enums.BudgetCampaignAssociationStatus = {}));
|
|
1123
1180
|
/**
|
|
1124
1181
|
* @name ClickTypeEnum.ClickType
|
|
1125
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1182
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ClickTypeEnum.ClickType
|
|
1126
1183
|
*/
|
|
1127
|
-
|
|
1184
|
+
let ClickType;
|
|
1128
1185
|
(function (ClickType) {
|
|
1129
1186
|
ClickType[ClickType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1130
1187
|
ClickType[ClickType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1181,12 +1238,13 @@ var enums;
|
|
|
1181
1238
|
ClickType[ClickType["PRICE_EXTENSION"] = 54] = "PRICE_EXTENSION";
|
|
1182
1239
|
ClickType[ClickType["HOTEL_BOOK_ON_GOOGLE_ROOM_SELECTION"] = 55] = "HOTEL_BOOK_ON_GOOGLE_ROOM_SELECTION";
|
|
1183
1240
|
ClickType[ClickType["SHOPPING_COMPARISON_LISTING"] = 56] = "SHOPPING_COMPARISON_LISTING";
|
|
1241
|
+
ClickType[ClickType["CROSS_NETWORK"] = 57] = "CROSS_NETWORK";
|
|
1184
1242
|
})(ClickType = enums.ClickType || (enums.ClickType = {}));
|
|
1185
1243
|
/**
|
|
1186
1244
|
* @name ConversionActionCategoryEnum.ConversionActionCategory
|
|
1187
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1245
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionActionCategoryEnum.ConversionActionCategory
|
|
1188
1246
|
*/
|
|
1189
|
-
|
|
1247
|
+
let ConversionActionCategory;
|
|
1190
1248
|
(function (ConversionActionCategory) {
|
|
1191
1249
|
ConversionActionCategory[ConversionActionCategory["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1192
1250
|
ConversionActionCategory[ConversionActionCategory["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1214,9 +1272,9 @@ var enums;
|
|
|
1214
1272
|
})(ConversionActionCategory = enums.ConversionActionCategory || (enums.ConversionActionCategory = {}));
|
|
1215
1273
|
/**
|
|
1216
1274
|
* @name ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1217
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1275
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1218
1276
|
*/
|
|
1219
|
-
|
|
1277
|
+
let ConversionAttributionEventType;
|
|
1220
1278
|
(function (ConversionAttributionEventType) {
|
|
1221
1279
|
ConversionAttributionEventType[ConversionAttributionEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1222
1280
|
ConversionAttributionEventType[ConversionAttributionEventType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1225,9 +1283,9 @@ var enums;
|
|
|
1225
1283
|
})(ConversionAttributionEventType = enums.ConversionAttributionEventType || (enums.ConversionAttributionEventType = {}));
|
|
1226
1284
|
/**
|
|
1227
1285
|
* @name ConversionLagBucketEnum.ConversionLagBucket
|
|
1228
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1286
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionLagBucketEnum.ConversionLagBucket
|
|
1229
1287
|
*/
|
|
1230
|
-
|
|
1288
|
+
let ConversionLagBucket;
|
|
1231
1289
|
(function (ConversionLagBucket) {
|
|
1232
1290
|
ConversionLagBucket[ConversionLagBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1233
1291
|
ConversionLagBucket[ConversionLagBucket["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1253,9 +1311,9 @@ var enums;
|
|
|
1253
1311
|
})(ConversionLagBucket = enums.ConversionLagBucket || (enums.ConversionLagBucket = {}));
|
|
1254
1312
|
/**
|
|
1255
1313
|
* @name ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1256
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1314
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1257
1315
|
*/
|
|
1258
|
-
|
|
1316
|
+
let ConversionOrAdjustmentLagBucket;
|
|
1259
1317
|
(function (ConversionOrAdjustmentLagBucket) {
|
|
1260
1318
|
ConversionOrAdjustmentLagBucket[ConversionOrAdjustmentLagBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1261
1319
|
ConversionOrAdjustmentLagBucket[ConversionOrAdjustmentLagBucket["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1303,9 +1361,9 @@ var enums;
|
|
|
1303
1361
|
})(ConversionOrAdjustmentLagBucket = enums.ConversionOrAdjustmentLagBucket || (enums.ConversionOrAdjustmentLagBucket = {}));
|
|
1304
1362
|
/**
|
|
1305
1363
|
* @name ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1306
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1364
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1307
1365
|
*/
|
|
1308
|
-
|
|
1366
|
+
let ConversionValueRulePrimaryDimension;
|
|
1309
1367
|
(function (ConversionValueRulePrimaryDimension) {
|
|
1310
1368
|
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1311
1369
|
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1319,9 +1377,9 @@ var enums;
|
|
|
1319
1377
|
})(ConversionValueRulePrimaryDimension = enums.ConversionValueRulePrimaryDimension || (enums.ConversionValueRulePrimaryDimension = {}));
|
|
1320
1378
|
/**
|
|
1321
1379
|
* @name ExternalConversionSourceEnum.ExternalConversionSource
|
|
1322
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1380
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ExternalConversionSourceEnum.ExternalConversionSource
|
|
1323
1381
|
*/
|
|
1324
|
-
|
|
1382
|
+
let ExternalConversionSource;
|
|
1325
1383
|
(function (ExternalConversionSource) {
|
|
1326
1384
|
ExternalConversionSource[ExternalConversionSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1327
1385
|
ExternalConversionSource[ExternalConversionSource["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1356,9 +1414,9 @@ var enums;
|
|
|
1356
1414
|
})(ExternalConversionSource = enums.ExternalConversionSource || (enums.ExternalConversionSource = {}));
|
|
1357
1415
|
/**
|
|
1358
1416
|
* @name HotelPriceBucketEnum.HotelPriceBucket
|
|
1359
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1417
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/HotelPriceBucketEnum.HotelPriceBucket
|
|
1360
1418
|
*/
|
|
1361
|
-
|
|
1419
|
+
let HotelPriceBucket;
|
|
1362
1420
|
(function (HotelPriceBucket) {
|
|
1363
1421
|
HotelPriceBucket[HotelPriceBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1364
1422
|
HotelPriceBucket[HotelPriceBucket["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1369,9 +1427,9 @@ var enums;
|
|
|
1369
1427
|
})(HotelPriceBucket = enums.HotelPriceBucket || (enums.HotelPriceBucket = {}));
|
|
1370
1428
|
/**
|
|
1371
1429
|
* @name HotelRateTypeEnum.HotelRateType
|
|
1372
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1430
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/HotelRateTypeEnum.HotelRateType
|
|
1373
1431
|
*/
|
|
1374
|
-
|
|
1432
|
+
let HotelRateType;
|
|
1375
1433
|
(function (HotelRateType) {
|
|
1376
1434
|
HotelRateType[HotelRateType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1377
1435
|
HotelRateType[HotelRateType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1382,9 +1440,9 @@ var enums;
|
|
|
1382
1440
|
})(HotelRateType = enums.HotelRateType || (enums.HotelRateType = {}));
|
|
1383
1441
|
/**
|
|
1384
1442
|
* @name PlaceholderTypeEnum.PlaceholderType
|
|
1385
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1443
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PlaceholderTypeEnum.PlaceholderType
|
|
1386
1444
|
*/
|
|
1387
|
-
|
|
1445
|
+
let PlaceholderType;
|
|
1388
1446
|
(function (PlaceholderType) {
|
|
1389
1447
|
PlaceholderType[PlaceholderType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1390
1448
|
PlaceholderType[PlaceholderType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1411,9 +1469,9 @@ var enums;
|
|
|
1411
1469
|
})(PlaceholderType = enums.PlaceholderType || (enums.PlaceholderType = {}));
|
|
1412
1470
|
/**
|
|
1413
1471
|
* @name RecommendationTypeEnum.RecommendationType
|
|
1414
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1472
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/RecommendationTypeEnum.RecommendationType
|
|
1415
1473
|
*/
|
|
1416
|
-
|
|
1474
|
+
let RecommendationType;
|
|
1417
1475
|
(function (RecommendationType) {
|
|
1418
1476
|
RecommendationType[RecommendationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1419
1477
|
RecommendationType[RecommendationType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1437,12 +1495,16 @@ var enums;
|
|
|
1437
1495
|
RecommendationType[RecommendationType["MARGINAL_ROI_CAMPAIGN_BUDGET"] = 19] = "MARGINAL_ROI_CAMPAIGN_BUDGET";
|
|
1438
1496
|
RecommendationType[RecommendationType["USE_BROAD_MATCH_KEYWORD"] = 20] = "USE_BROAD_MATCH_KEYWORD";
|
|
1439
1497
|
RecommendationType[RecommendationType["RESPONSIVE_SEARCH_AD_ASSET"] = 21] = "RESPONSIVE_SEARCH_AD_ASSET";
|
|
1498
|
+
RecommendationType[RecommendationType["UPGRADE_SMART_SHOPPING_CAMPAIGN_TO_PERFORMANCE_MAX"] = 22] = "UPGRADE_SMART_SHOPPING_CAMPAIGN_TO_PERFORMANCE_MAX";
|
|
1499
|
+
RecommendationType[RecommendationType["RESPONSIVE_SEARCH_AD_IMPROVE_AD_STRENGTH"] = 23] = "RESPONSIVE_SEARCH_AD_IMPROVE_AD_STRENGTH";
|
|
1500
|
+
RecommendationType[RecommendationType["DISPLAY_EXPANSION_OPT_IN"] = 24] = "DISPLAY_EXPANSION_OPT_IN";
|
|
1501
|
+
RecommendationType[RecommendationType["UPGRADE_LOCAL_CAMPAIGN_TO_PERFORMANCE_MAX"] = 25] = "UPGRADE_LOCAL_CAMPAIGN_TO_PERFORMANCE_MAX";
|
|
1440
1502
|
})(RecommendationType = enums.RecommendationType || (enums.RecommendationType = {}));
|
|
1441
1503
|
/**
|
|
1442
1504
|
* @name SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1443
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1505
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1444
1506
|
*/
|
|
1445
|
-
|
|
1507
|
+
let SearchEngineResultsPageType;
|
|
1446
1508
|
(function (SearchEngineResultsPageType) {
|
|
1447
1509
|
SearchEngineResultsPageType[SearchEngineResultsPageType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1448
1510
|
SearchEngineResultsPageType[SearchEngineResultsPageType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1452,9 +1514,9 @@ var enums;
|
|
|
1452
1514
|
})(SearchEngineResultsPageType = enums.SearchEngineResultsPageType || (enums.SearchEngineResultsPageType = {}));
|
|
1453
1515
|
/**
|
|
1454
1516
|
* @name SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1455
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1517
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1456
1518
|
*/
|
|
1457
|
-
|
|
1519
|
+
let SearchTermMatchType;
|
|
1458
1520
|
(function (SearchTermMatchType) {
|
|
1459
1521
|
SearchTermMatchType[SearchTermMatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1460
1522
|
SearchTermMatchType[SearchTermMatchType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1466,9 +1528,9 @@ var enums;
|
|
|
1466
1528
|
})(SearchTermMatchType = enums.SearchTermMatchType || (enums.SearchTermMatchType = {}));
|
|
1467
1529
|
/**
|
|
1468
1530
|
* @name SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1469
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1531
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1470
1532
|
*/
|
|
1471
|
-
|
|
1533
|
+
let SkAdNetworkAdEventType;
|
|
1472
1534
|
(function (SkAdNetworkAdEventType) {
|
|
1473
1535
|
SkAdNetworkAdEventType[SkAdNetworkAdEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1474
1536
|
SkAdNetworkAdEventType[SkAdNetworkAdEventType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1476,11 +1538,23 @@ var enums;
|
|
|
1476
1538
|
SkAdNetworkAdEventType[SkAdNetworkAdEventType["INTERACTION"] = 3] = "INTERACTION";
|
|
1477
1539
|
SkAdNetworkAdEventType[SkAdNetworkAdEventType["VIEW"] = 4] = "VIEW";
|
|
1478
1540
|
})(SkAdNetworkAdEventType = enums.SkAdNetworkAdEventType || (enums.SkAdNetworkAdEventType = {}));
|
|
1541
|
+
/**
|
|
1542
|
+
* @name SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1543
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1544
|
+
*/
|
|
1545
|
+
let SkAdNetworkAttributionCredit;
|
|
1546
|
+
(function (SkAdNetworkAttributionCredit) {
|
|
1547
|
+
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1548
|
+
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1549
|
+
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["UNAVAILABLE"] = 2] = "UNAVAILABLE";
|
|
1550
|
+
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["WON"] = 3] = "WON";
|
|
1551
|
+
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["CONTRIBUTED"] = 4] = "CONTRIBUTED";
|
|
1552
|
+
})(SkAdNetworkAttributionCredit = enums.SkAdNetworkAttributionCredit || (enums.SkAdNetworkAttributionCredit = {}));
|
|
1479
1553
|
/**
|
|
1480
1554
|
* @name SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1481
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1555
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1482
1556
|
*/
|
|
1483
|
-
|
|
1557
|
+
let SkAdNetworkUserType;
|
|
1484
1558
|
(function (SkAdNetworkUserType) {
|
|
1485
1559
|
SkAdNetworkUserType[SkAdNetworkUserType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1486
1560
|
SkAdNetworkUserType[SkAdNetworkUserType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1490,9 +1564,9 @@ var enums;
|
|
|
1490
1564
|
})(SkAdNetworkUserType = enums.SkAdNetworkUserType || (enums.SkAdNetworkUserType = {}));
|
|
1491
1565
|
/**
|
|
1492
1566
|
* @name SlotEnum.Slot
|
|
1493
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1567
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SlotEnum.Slot
|
|
1494
1568
|
*/
|
|
1495
|
-
|
|
1569
|
+
let Slot;
|
|
1496
1570
|
(function (Slot) {
|
|
1497
1571
|
Slot[Slot["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1498
1572
|
Slot[Slot["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1506,9 +1580,9 @@ var enums;
|
|
|
1506
1580
|
})(Slot = enums.Slot || (enums.Slot = {}));
|
|
1507
1581
|
/**
|
|
1508
1582
|
* @name TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1509
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1583
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1510
1584
|
*/
|
|
1511
|
-
|
|
1585
|
+
let TrackingCodePageFormat;
|
|
1512
1586
|
(function (TrackingCodePageFormat) {
|
|
1513
1587
|
TrackingCodePageFormat[TrackingCodePageFormat["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1514
1588
|
TrackingCodePageFormat[TrackingCodePageFormat["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1517,9 +1591,9 @@ var enums;
|
|
|
1517
1591
|
})(TrackingCodePageFormat = enums.TrackingCodePageFormat || (enums.TrackingCodePageFormat = {}));
|
|
1518
1592
|
/**
|
|
1519
1593
|
* @name TrackingCodeTypeEnum.TrackingCodeType
|
|
1520
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1594
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/TrackingCodeTypeEnum.TrackingCodeType
|
|
1521
1595
|
*/
|
|
1522
|
-
|
|
1596
|
+
let TrackingCodeType;
|
|
1523
1597
|
(function (TrackingCodeType) {
|
|
1524
1598
|
TrackingCodeType[TrackingCodeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1525
1599
|
TrackingCodeType[TrackingCodeType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1530,9 +1604,9 @@ var enums;
|
|
|
1530
1604
|
})(TrackingCodeType = enums.TrackingCodeType || (enums.TrackingCodeType = {}));
|
|
1531
1605
|
/**
|
|
1532
1606
|
* @name TargetingDimensionEnum.TargetingDimension
|
|
1533
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1607
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/TargetingDimensionEnum.TargetingDimension
|
|
1534
1608
|
*/
|
|
1535
|
-
|
|
1609
|
+
let TargetingDimension;
|
|
1536
1610
|
(function (TargetingDimension) {
|
|
1537
1611
|
TargetingDimension[TargetingDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1538
1612
|
TargetingDimension[TargetingDimension["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1547,9 +1621,9 @@ var enums;
|
|
|
1547
1621
|
})(TargetingDimension = enums.TargetingDimension || (enums.TargetingDimension = {}));
|
|
1548
1622
|
/**
|
|
1549
1623
|
* @name CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1550
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1624
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1551
1625
|
*/
|
|
1552
|
-
|
|
1626
|
+
let CustomerMatchUploadKeyType;
|
|
1553
1627
|
(function (CustomerMatchUploadKeyType) {
|
|
1554
1628
|
CustomerMatchUploadKeyType[CustomerMatchUploadKeyType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1555
1629
|
CustomerMatchUploadKeyType[CustomerMatchUploadKeyType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1559,9 +1633,9 @@ var enums;
|
|
|
1559
1633
|
})(CustomerMatchUploadKeyType = enums.CustomerMatchUploadKeyType || (enums.CustomerMatchUploadKeyType = {}));
|
|
1560
1634
|
/**
|
|
1561
1635
|
* @name UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator
|
|
1562
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1636
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator
|
|
1563
1637
|
*/
|
|
1564
|
-
|
|
1638
|
+
let UserListCombinedRuleOperator;
|
|
1565
1639
|
(function (UserListCombinedRuleOperator) {
|
|
1566
1640
|
UserListCombinedRuleOperator[UserListCombinedRuleOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1567
1641
|
UserListCombinedRuleOperator[UserListCombinedRuleOperator["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1570,9 +1644,9 @@ var enums;
|
|
|
1570
1644
|
})(UserListCombinedRuleOperator = enums.UserListCombinedRuleOperator || (enums.UserListCombinedRuleOperator = {}));
|
|
1571
1645
|
/**
|
|
1572
1646
|
* @name UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1573
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1647
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1574
1648
|
*/
|
|
1575
|
-
|
|
1649
|
+
let UserListCrmDataSourceType;
|
|
1576
1650
|
(function (UserListCrmDataSourceType) {
|
|
1577
1651
|
UserListCrmDataSourceType[UserListCrmDataSourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1578
1652
|
UserListCrmDataSourceType[UserListCrmDataSourceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1582,9 +1656,9 @@ var enums;
|
|
|
1582
1656
|
})(UserListCrmDataSourceType = enums.UserListCrmDataSourceType || (enums.UserListCrmDataSourceType = {}));
|
|
1583
1657
|
/**
|
|
1584
1658
|
* @name UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1585
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1659
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1586
1660
|
*/
|
|
1587
|
-
|
|
1661
|
+
let UserListDateRuleItemOperator;
|
|
1588
1662
|
(function (UserListDateRuleItemOperator) {
|
|
1589
1663
|
UserListDateRuleItemOperator[UserListDateRuleItemOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1590
1664
|
UserListDateRuleItemOperator[UserListDateRuleItemOperator["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1593,11 +1667,22 @@ var enums;
|
|
|
1593
1667
|
UserListDateRuleItemOperator[UserListDateRuleItemOperator["BEFORE"] = 4] = "BEFORE";
|
|
1594
1668
|
UserListDateRuleItemOperator[UserListDateRuleItemOperator["AFTER"] = 5] = "AFTER";
|
|
1595
1669
|
})(UserListDateRuleItemOperator = enums.UserListDateRuleItemOperator || (enums.UserListDateRuleItemOperator = {}));
|
|
1670
|
+
/**
|
|
1671
|
+
* @name UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1672
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1673
|
+
*/
|
|
1674
|
+
let UserListFlexibleRuleOperator;
|
|
1675
|
+
(function (UserListFlexibleRuleOperator) {
|
|
1676
|
+
UserListFlexibleRuleOperator[UserListFlexibleRuleOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1677
|
+
UserListFlexibleRuleOperator[UserListFlexibleRuleOperator["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1678
|
+
UserListFlexibleRuleOperator[UserListFlexibleRuleOperator["AND"] = 2] = "AND";
|
|
1679
|
+
UserListFlexibleRuleOperator[UserListFlexibleRuleOperator["OR"] = 3] = "OR";
|
|
1680
|
+
})(UserListFlexibleRuleOperator = enums.UserListFlexibleRuleOperator || (enums.UserListFlexibleRuleOperator = {}));
|
|
1596
1681
|
/**
|
|
1597
1682
|
* @name UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1598
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1683
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1599
1684
|
*/
|
|
1600
|
-
|
|
1685
|
+
let UserListLogicalRuleOperator;
|
|
1601
1686
|
(function (UserListLogicalRuleOperator) {
|
|
1602
1687
|
UserListLogicalRuleOperator[UserListLogicalRuleOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1603
1688
|
UserListLogicalRuleOperator[UserListLogicalRuleOperator["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1607,9 +1692,9 @@ var enums;
|
|
|
1607
1692
|
})(UserListLogicalRuleOperator = enums.UserListLogicalRuleOperator || (enums.UserListLogicalRuleOperator = {}));
|
|
1608
1693
|
/**
|
|
1609
1694
|
* @name UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1610
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1695
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1611
1696
|
*/
|
|
1612
|
-
|
|
1697
|
+
let UserListNumberRuleItemOperator;
|
|
1613
1698
|
(function (UserListNumberRuleItemOperator) {
|
|
1614
1699
|
UserListNumberRuleItemOperator[UserListNumberRuleItemOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1615
1700
|
UserListNumberRuleItemOperator[UserListNumberRuleItemOperator["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1622,9 +1707,9 @@ var enums;
|
|
|
1622
1707
|
})(UserListNumberRuleItemOperator = enums.UserListNumberRuleItemOperator || (enums.UserListNumberRuleItemOperator = {}));
|
|
1623
1708
|
/**
|
|
1624
1709
|
* @name UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1625
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1710
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1626
1711
|
*/
|
|
1627
|
-
|
|
1712
|
+
let UserListPrepopulationStatus;
|
|
1628
1713
|
(function (UserListPrepopulationStatus) {
|
|
1629
1714
|
UserListPrepopulationStatus[UserListPrepopulationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1630
1715
|
UserListPrepopulationStatus[UserListPrepopulationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1634,9 +1719,9 @@ var enums;
|
|
|
1634
1719
|
})(UserListPrepopulationStatus = enums.UserListPrepopulationStatus || (enums.UserListPrepopulationStatus = {}));
|
|
1635
1720
|
/**
|
|
1636
1721
|
* @name UserListRuleTypeEnum.UserListRuleType
|
|
1637
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1722
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListRuleTypeEnum.UserListRuleType
|
|
1638
1723
|
*/
|
|
1639
|
-
|
|
1724
|
+
let UserListRuleType;
|
|
1640
1725
|
(function (UserListRuleType) {
|
|
1641
1726
|
UserListRuleType[UserListRuleType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1642
1727
|
UserListRuleType[UserListRuleType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1645,9 +1730,9 @@ var enums;
|
|
|
1645
1730
|
})(UserListRuleType = enums.UserListRuleType || (enums.UserListRuleType = {}));
|
|
1646
1731
|
/**
|
|
1647
1732
|
* @name UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1648
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1733
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1649
1734
|
*/
|
|
1650
|
-
|
|
1735
|
+
let UserListStringRuleItemOperator;
|
|
1651
1736
|
(function (UserListStringRuleItemOperator) {
|
|
1652
1737
|
UserListStringRuleItemOperator[UserListStringRuleItemOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1653
1738
|
UserListStringRuleItemOperator[UserListStringRuleItemOperator["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1662,9 +1747,9 @@ var enums;
|
|
|
1662
1747
|
})(UserListStringRuleItemOperator = enums.UserListStringRuleItemOperator || (enums.UserListStringRuleItemOperator = {}));
|
|
1663
1748
|
/**
|
|
1664
1749
|
* @name AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1665
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1750
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1666
1751
|
*/
|
|
1667
|
-
|
|
1752
|
+
let AccessInvitationStatus;
|
|
1668
1753
|
(function (AccessInvitationStatus) {
|
|
1669
1754
|
AccessInvitationStatus[AccessInvitationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1670
1755
|
AccessInvitationStatus[AccessInvitationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1674,9 +1759,9 @@ var enums;
|
|
|
1674
1759
|
})(AccessInvitationStatus = enums.AccessInvitationStatus || (enums.AccessInvitationStatus = {}));
|
|
1675
1760
|
/**
|
|
1676
1761
|
* @name AccessReasonEnum.AccessReason
|
|
1677
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1762
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AccessReasonEnum.AccessReason
|
|
1678
1763
|
*/
|
|
1679
|
-
|
|
1764
|
+
let AccessReason;
|
|
1680
1765
|
(function (AccessReason) {
|
|
1681
1766
|
AccessReason[AccessReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1682
1767
|
AccessReason[AccessReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1688,9 +1773,9 @@ var enums;
|
|
|
1688
1773
|
})(AccessReason = enums.AccessReason || (enums.AccessReason = {}));
|
|
1689
1774
|
/**
|
|
1690
1775
|
* @name AccessRoleEnum.AccessRole
|
|
1691
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1776
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AccessRoleEnum.AccessRole
|
|
1692
1777
|
*/
|
|
1693
|
-
|
|
1778
|
+
let AccessRole;
|
|
1694
1779
|
(function (AccessRole) {
|
|
1695
1780
|
AccessRole[AccessRole["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1696
1781
|
AccessRole[AccessRole["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1701,9 +1786,9 @@ var enums;
|
|
|
1701
1786
|
})(AccessRole = enums.AccessRole || (enums.AccessRole = {}));
|
|
1702
1787
|
/**
|
|
1703
1788
|
* @name AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1704
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1789
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1705
1790
|
*/
|
|
1706
|
-
|
|
1791
|
+
let AccountBudgetProposalStatus;
|
|
1707
1792
|
(function (AccountBudgetProposalStatus) {
|
|
1708
1793
|
AccountBudgetProposalStatus[AccountBudgetProposalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1709
1794
|
AccountBudgetProposalStatus[AccountBudgetProposalStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1715,9 +1800,9 @@ var enums;
|
|
|
1715
1800
|
})(AccountBudgetProposalStatus = enums.AccountBudgetProposalStatus || (enums.AccountBudgetProposalStatus = {}));
|
|
1716
1801
|
/**
|
|
1717
1802
|
* @name AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1718
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1803
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1719
1804
|
*/
|
|
1720
|
-
|
|
1805
|
+
let AccountBudgetProposalType;
|
|
1721
1806
|
(function (AccountBudgetProposalType) {
|
|
1722
1807
|
AccountBudgetProposalType[AccountBudgetProposalType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1723
1808
|
AccountBudgetProposalType[AccountBudgetProposalType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1728,9 +1813,9 @@ var enums;
|
|
|
1728
1813
|
})(AccountBudgetProposalType = enums.AccountBudgetProposalType || (enums.AccountBudgetProposalType = {}));
|
|
1729
1814
|
/**
|
|
1730
1815
|
* @name AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1731
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1816
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1732
1817
|
*/
|
|
1733
|
-
|
|
1818
|
+
let AccountBudgetStatus;
|
|
1734
1819
|
(function (AccountBudgetStatus) {
|
|
1735
1820
|
AccountBudgetStatus[AccountBudgetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1736
1821
|
AccountBudgetStatus[AccountBudgetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1740,9 +1825,9 @@ var enums;
|
|
|
1740
1825
|
})(AccountBudgetStatus = enums.AccountBudgetStatus || (enums.AccountBudgetStatus = {}));
|
|
1741
1826
|
/**
|
|
1742
1827
|
* @name AccountLinkStatusEnum.AccountLinkStatus
|
|
1743
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1828
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AccountLinkStatusEnum.AccountLinkStatus
|
|
1744
1829
|
*/
|
|
1745
|
-
|
|
1830
|
+
let AccountLinkStatus;
|
|
1746
1831
|
(function (AccountLinkStatus) {
|
|
1747
1832
|
AccountLinkStatus[AccountLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1748
1833
|
AccountLinkStatus[AccountLinkStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1755,9 +1840,9 @@ var enums;
|
|
|
1755
1840
|
})(AccountLinkStatus = enums.AccountLinkStatus || (enums.AccountLinkStatus = {}));
|
|
1756
1841
|
/**
|
|
1757
1842
|
* @name AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1758
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1843
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1759
1844
|
*/
|
|
1760
|
-
|
|
1845
|
+
let AdCustomizerPlaceholderField;
|
|
1761
1846
|
(function (AdCustomizerPlaceholderField) {
|
|
1762
1847
|
AdCustomizerPlaceholderField[AdCustomizerPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1763
1848
|
AdCustomizerPlaceholderField[AdCustomizerPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1768,9 +1853,9 @@ var enums;
|
|
|
1768
1853
|
})(AdCustomizerPlaceholderField = enums.AdCustomizerPlaceholderField || (enums.AdCustomizerPlaceholderField = {}));
|
|
1769
1854
|
/**
|
|
1770
1855
|
* @name AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1771
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1856
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1772
1857
|
*/
|
|
1773
|
-
|
|
1858
|
+
let AdGroupAdRotationMode;
|
|
1774
1859
|
(function (AdGroupAdRotationMode) {
|
|
1775
1860
|
AdGroupAdRotationMode[AdGroupAdRotationMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1776
1861
|
AdGroupAdRotationMode[AdGroupAdRotationMode["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1779,9 +1864,9 @@ var enums;
|
|
|
1779
1864
|
})(AdGroupAdRotationMode = enums.AdGroupAdRotationMode || (enums.AdGroupAdRotationMode = {}));
|
|
1780
1865
|
/**
|
|
1781
1866
|
* @name AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1782
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1867
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1783
1868
|
*/
|
|
1784
|
-
|
|
1869
|
+
let AdGroupAdStatus;
|
|
1785
1870
|
(function (AdGroupAdStatus) {
|
|
1786
1871
|
AdGroupAdStatus[AdGroupAdStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1787
1872
|
AdGroupAdStatus[AdGroupAdStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1791,9 +1876,9 @@ var enums;
|
|
|
1791
1876
|
})(AdGroupAdStatus = enums.AdGroupAdStatus || (enums.AdGroupAdStatus = {}));
|
|
1792
1877
|
/**
|
|
1793
1878
|
* @name AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1794
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1879
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1795
1880
|
*/
|
|
1796
|
-
|
|
1881
|
+
let AdGroupCriterionApprovalStatus;
|
|
1797
1882
|
(function (AdGroupCriterionApprovalStatus) {
|
|
1798
1883
|
AdGroupCriterionApprovalStatus[AdGroupCriterionApprovalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1799
1884
|
AdGroupCriterionApprovalStatus[AdGroupCriterionApprovalStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1804,9 +1889,9 @@ var enums;
|
|
|
1804
1889
|
})(AdGroupCriterionApprovalStatus = enums.AdGroupCriterionApprovalStatus || (enums.AdGroupCriterionApprovalStatus = {}));
|
|
1805
1890
|
/**
|
|
1806
1891
|
* @name AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
1807
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1892
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
1808
1893
|
*/
|
|
1809
|
-
|
|
1894
|
+
let AdGroupCriterionStatus;
|
|
1810
1895
|
(function (AdGroupCriterionStatus) {
|
|
1811
1896
|
AdGroupCriterionStatus[AdGroupCriterionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1812
1897
|
AdGroupCriterionStatus[AdGroupCriterionStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1816,9 +1901,9 @@ var enums;
|
|
|
1816
1901
|
})(AdGroupCriterionStatus = enums.AdGroupCriterionStatus || (enums.AdGroupCriterionStatus = {}));
|
|
1817
1902
|
/**
|
|
1818
1903
|
* @name AdGroupStatusEnum.AdGroupStatus
|
|
1819
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1904
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdGroupStatusEnum.AdGroupStatus
|
|
1820
1905
|
*/
|
|
1821
|
-
|
|
1906
|
+
let AdGroupStatus;
|
|
1822
1907
|
(function (AdGroupStatus) {
|
|
1823
1908
|
AdGroupStatus[AdGroupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1824
1909
|
AdGroupStatus[AdGroupStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1828,9 +1913,9 @@ var enums;
|
|
|
1828
1913
|
})(AdGroupStatus = enums.AdGroupStatus || (enums.AdGroupStatus = {}));
|
|
1829
1914
|
/**
|
|
1830
1915
|
* @name AdGroupTypeEnum.AdGroupType
|
|
1831
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1916
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdGroupTypeEnum.AdGroupType
|
|
1832
1917
|
*/
|
|
1833
|
-
|
|
1918
|
+
let AdGroupType;
|
|
1834
1919
|
(function (AdGroupType) {
|
|
1835
1920
|
AdGroupType[AdGroupType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1836
1921
|
AdGroupType[AdGroupType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1853,9 +1938,9 @@ var enums;
|
|
|
1853
1938
|
})(AdGroupType = enums.AdGroupType || (enums.AdGroupType = {}));
|
|
1854
1939
|
/**
|
|
1855
1940
|
* @name AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
1856
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1941
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
1857
1942
|
*/
|
|
1858
|
-
|
|
1943
|
+
let AdServingOptimizationStatus;
|
|
1859
1944
|
(function (AdServingOptimizationStatus) {
|
|
1860
1945
|
AdServingOptimizationStatus[AdServingOptimizationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1861
1946
|
AdServingOptimizationStatus[AdServingOptimizationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1867,9 +1952,9 @@ var enums;
|
|
|
1867
1952
|
})(AdServingOptimizationStatus = enums.AdServingOptimizationStatus || (enums.AdServingOptimizationStatus = {}));
|
|
1868
1953
|
/**
|
|
1869
1954
|
* @name AdStrengthEnum.AdStrength
|
|
1870
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1955
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdStrengthEnum.AdStrength
|
|
1871
1956
|
*/
|
|
1872
|
-
|
|
1957
|
+
let AdStrength;
|
|
1873
1958
|
(function (AdStrength) {
|
|
1874
1959
|
AdStrength[AdStrength["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1875
1960
|
AdStrength[AdStrength["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1882,9 +1967,9 @@ var enums;
|
|
|
1882
1967
|
})(AdStrength = enums.AdStrength || (enums.AdStrength = {}));
|
|
1883
1968
|
/**
|
|
1884
1969
|
* @name AdTypeEnum.AdType
|
|
1885
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1970
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdTypeEnum.AdType
|
|
1886
1971
|
*/
|
|
1887
|
-
|
|
1972
|
+
let AdType;
|
|
1888
1973
|
(function (AdType) {
|
|
1889
1974
|
AdType[AdType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1890
1975
|
AdType[AdType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1916,12 +2001,14 @@ var enums;
|
|
|
1916
2001
|
AdType[AdType["CALL_AD"] = 32] = "CALL_AD";
|
|
1917
2002
|
AdType[AdType["APP_PRE_REGISTRATION_AD"] = 33] = "APP_PRE_REGISTRATION_AD";
|
|
1918
2003
|
AdType[AdType["IN_FEED_VIDEO_AD"] = 34] = "IN_FEED_VIDEO_AD";
|
|
2004
|
+
AdType[AdType["DISCOVERY_MULTI_ASSET_AD"] = 35] = "DISCOVERY_MULTI_ASSET_AD";
|
|
2005
|
+
AdType[AdType["DISCOVERY_CAROUSEL_AD"] = 36] = "DISCOVERY_CAROUSEL_AD";
|
|
1919
2006
|
})(AdType = enums.AdType || (enums.AdType = {}));
|
|
1920
2007
|
/**
|
|
1921
2008
|
* @name AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
1922
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2009
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
1923
2010
|
*/
|
|
1924
|
-
|
|
2011
|
+
let AffiliateLocationFeedRelationshipType;
|
|
1925
2012
|
(function (AffiliateLocationFeedRelationshipType) {
|
|
1926
2013
|
AffiliateLocationFeedRelationshipType[AffiliateLocationFeedRelationshipType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1927
2014
|
AffiliateLocationFeedRelationshipType[AffiliateLocationFeedRelationshipType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1929,9 +2016,9 @@ var enums;
|
|
|
1929
2016
|
})(AffiliateLocationFeedRelationshipType = enums.AffiliateLocationFeedRelationshipType || (enums.AffiliateLocationFeedRelationshipType = {}));
|
|
1930
2017
|
/**
|
|
1931
2018
|
* @name AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
1932
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2019
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
1933
2020
|
*/
|
|
1934
|
-
|
|
2021
|
+
let AffiliateLocationPlaceholderField;
|
|
1935
2022
|
(function (AffiliateLocationPlaceholderField) {
|
|
1936
2023
|
AffiliateLocationPlaceholderField[AffiliateLocationPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1937
2024
|
AffiliateLocationPlaceholderField[AffiliateLocationPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1949,9 +2036,9 @@ var enums;
|
|
|
1949
2036
|
})(AffiliateLocationPlaceholderField = enums.AffiliateLocationPlaceholderField || (enums.AffiliateLocationPlaceholderField = {}));
|
|
1950
2037
|
/**
|
|
1951
2038
|
* @name AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
1952
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2039
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
1953
2040
|
*/
|
|
1954
|
-
|
|
2041
|
+
let AppCampaignAppStore;
|
|
1955
2042
|
(function (AppCampaignAppStore) {
|
|
1956
2043
|
AppCampaignAppStore[AppCampaignAppStore["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1957
2044
|
AppCampaignAppStore[AppCampaignAppStore["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1960,9 +2047,9 @@ var enums;
|
|
|
1960
2047
|
})(AppCampaignAppStore = enums.AppCampaignAppStore || (enums.AppCampaignAppStore = {}));
|
|
1961
2048
|
/**
|
|
1962
2049
|
* @name AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
1963
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2050
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
1964
2051
|
*/
|
|
1965
|
-
|
|
2052
|
+
let AppCampaignBiddingStrategyGoalType;
|
|
1966
2053
|
(function (AppCampaignBiddingStrategyGoalType) {
|
|
1967
2054
|
AppCampaignBiddingStrategyGoalType[AppCampaignBiddingStrategyGoalType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1968
2055
|
AppCampaignBiddingStrategyGoalType[AppCampaignBiddingStrategyGoalType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1975,9 +2062,9 @@ var enums;
|
|
|
1975
2062
|
})(AppCampaignBiddingStrategyGoalType = enums.AppCampaignBiddingStrategyGoalType || (enums.AppCampaignBiddingStrategyGoalType = {}));
|
|
1976
2063
|
/**
|
|
1977
2064
|
* @name AppPlaceholderFieldEnum.AppPlaceholderField
|
|
1978
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2065
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AppPlaceholderFieldEnum.AppPlaceholderField
|
|
1979
2066
|
*/
|
|
1980
|
-
|
|
2067
|
+
let AppPlaceholderField;
|
|
1981
2068
|
(function (AppPlaceholderField) {
|
|
1982
2069
|
AppPlaceholderField[AppPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1983
2070
|
AppPlaceholderField[AppPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1992,9 +2079,9 @@ var enums;
|
|
|
1992
2079
|
})(AppPlaceholderField = enums.AppPlaceholderField || (enums.AppPlaceholderField = {}));
|
|
1993
2080
|
/**
|
|
1994
2081
|
* @name AssetFieldTypeEnum.AssetFieldType
|
|
1995
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2082
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetFieldTypeEnum.AssetFieldType
|
|
1996
2083
|
*/
|
|
1997
|
-
|
|
2084
|
+
let AssetFieldType;
|
|
1998
2085
|
(function (AssetFieldType) {
|
|
1999
2086
|
AssetFieldType[AssetFieldType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2000
2087
|
AssetFieldType[AssetFieldType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2025,9 +2112,9 @@ var enums;
|
|
|
2025
2112
|
})(AssetFieldType = enums.AssetFieldType || (enums.AssetFieldType = {}));
|
|
2026
2113
|
/**
|
|
2027
2114
|
* @name AssetGroupStatusEnum.AssetGroupStatus
|
|
2028
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2115
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetGroupStatusEnum.AssetGroupStatus
|
|
2029
2116
|
*/
|
|
2030
|
-
|
|
2117
|
+
let AssetGroupStatus;
|
|
2031
2118
|
(function (AssetGroupStatus) {
|
|
2032
2119
|
AssetGroupStatus[AssetGroupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2033
2120
|
AssetGroupStatus[AssetGroupStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2037,9 +2124,9 @@ var enums;
|
|
|
2037
2124
|
})(AssetGroupStatus = enums.AssetGroupStatus || (enums.AssetGroupStatus = {}));
|
|
2038
2125
|
/**
|
|
2039
2126
|
* @name AssetLinkStatusEnum.AssetLinkStatus
|
|
2040
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2127
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetLinkStatusEnum.AssetLinkStatus
|
|
2041
2128
|
*/
|
|
2042
|
-
|
|
2129
|
+
let AssetLinkStatus;
|
|
2043
2130
|
(function (AssetLinkStatus) {
|
|
2044
2131
|
AssetLinkStatus[AssetLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2045
2132
|
AssetLinkStatus[AssetLinkStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2049,9 +2136,9 @@ var enums;
|
|
|
2049
2136
|
})(AssetLinkStatus = enums.AssetLinkStatus || (enums.AssetLinkStatus = {}));
|
|
2050
2137
|
/**
|
|
2051
2138
|
* @name AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2052
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2139
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2053
2140
|
*/
|
|
2054
|
-
|
|
2141
|
+
let AssetSetAssetStatus;
|
|
2055
2142
|
(function (AssetSetAssetStatus) {
|
|
2056
2143
|
AssetSetAssetStatus[AssetSetAssetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2057
2144
|
AssetSetAssetStatus[AssetSetAssetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2060,9 +2147,9 @@ var enums;
|
|
|
2060
2147
|
})(AssetSetAssetStatus = enums.AssetSetAssetStatus || (enums.AssetSetAssetStatus = {}));
|
|
2061
2148
|
/**
|
|
2062
2149
|
* @name AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2063
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2150
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2064
2151
|
*/
|
|
2065
|
-
|
|
2152
|
+
let AssetSetLinkStatus;
|
|
2066
2153
|
(function (AssetSetLinkStatus) {
|
|
2067
2154
|
AssetSetLinkStatus[AssetSetLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2068
2155
|
AssetSetLinkStatus[AssetSetLinkStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2071,9 +2158,9 @@ var enums;
|
|
|
2071
2158
|
})(AssetSetLinkStatus = enums.AssetSetLinkStatus || (enums.AssetSetLinkStatus = {}));
|
|
2072
2159
|
/**
|
|
2073
2160
|
* @name AssetSetStatusEnum.AssetSetStatus
|
|
2074
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2161
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetSetStatusEnum.AssetSetStatus
|
|
2075
2162
|
*/
|
|
2076
|
-
|
|
2163
|
+
let AssetSetStatus;
|
|
2077
2164
|
(function (AssetSetStatus) {
|
|
2078
2165
|
AssetSetStatus[AssetSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2079
2166
|
AssetSetStatus[AssetSetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2082,21 +2169,39 @@ var enums;
|
|
|
2082
2169
|
})(AssetSetStatus = enums.AssetSetStatus || (enums.AssetSetStatus = {}));
|
|
2083
2170
|
/**
|
|
2084
2171
|
* @name AssetSetTypeEnum.AssetSetType
|
|
2085
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2172
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetSetTypeEnum.AssetSetType
|
|
2086
2173
|
*/
|
|
2087
|
-
|
|
2174
|
+
let AssetSetType;
|
|
2088
2175
|
(function (AssetSetType) {
|
|
2089
2176
|
AssetSetType[AssetSetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2090
2177
|
AssetSetType[AssetSetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2091
2178
|
AssetSetType[AssetSetType["PAGE_FEED"] = 2] = "PAGE_FEED";
|
|
2092
2179
|
AssetSetType[AssetSetType["DYNAMIC_EDUCATION"] = 3] = "DYNAMIC_EDUCATION";
|
|
2093
2180
|
AssetSetType[AssetSetType["MERCHANT_CENTER_FEED"] = 4] = "MERCHANT_CENTER_FEED";
|
|
2181
|
+
AssetSetType[AssetSetType["DYNAMIC_REAL_ESTATE"] = 5] = "DYNAMIC_REAL_ESTATE";
|
|
2182
|
+
AssetSetType[AssetSetType["DYNAMIC_CUSTOM"] = 6] = "DYNAMIC_CUSTOM";
|
|
2183
|
+
AssetSetType[AssetSetType["DYNAMIC_HOTELS_AND_RENTALS"] = 7] = "DYNAMIC_HOTELS_AND_RENTALS";
|
|
2184
|
+
AssetSetType[AssetSetType["DYNAMIC_FLIGHTS"] = 8] = "DYNAMIC_FLIGHTS";
|
|
2185
|
+
AssetSetType[AssetSetType["DYNAMIC_TRAVEL"] = 9] = "DYNAMIC_TRAVEL";
|
|
2186
|
+
AssetSetType[AssetSetType["DYNAMIC_LOCAL"] = 10] = "DYNAMIC_LOCAL";
|
|
2187
|
+
AssetSetType[AssetSetType["DYNAMIC_JOBS"] = 11] = "DYNAMIC_JOBS";
|
|
2094
2188
|
})(AssetSetType = enums.AssetSetType || (enums.AssetSetType = {}));
|
|
2189
|
+
/**
|
|
2190
|
+
* @name AssetSourceEnum.AssetSource
|
|
2191
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetSourceEnum.AssetSource
|
|
2192
|
+
*/
|
|
2193
|
+
let AssetSource;
|
|
2194
|
+
(function (AssetSource) {
|
|
2195
|
+
AssetSource[AssetSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2196
|
+
AssetSource[AssetSource["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2197
|
+
AssetSource[AssetSource["ADVERTISER"] = 2] = "ADVERTISER";
|
|
2198
|
+
AssetSource[AssetSource["AUTOMATICALLY_CREATED"] = 3] = "AUTOMATICALLY_CREATED";
|
|
2199
|
+
})(AssetSource = enums.AssetSource || (enums.AssetSource = {}));
|
|
2095
2200
|
/**
|
|
2096
2201
|
* @name AssetTypeEnum.AssetType
|
|
2097
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2202
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetTypeEnum.AssetType
|
|
2098
2203
|
*/
|
|
2099
|
-
|
|
2204
|
+
let AssetType;
|
|
2100
2205
|
(function (AssetType) {
|
|
2101
2206
|
AssetType[AssetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2102
2207
|
AssetType[AssetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2117,12 +2222,20 @@ var enums;
|
|
|
2117
2222
|
AssetType[AssetType["CALL"] = 16] = "CALL";
|
|
2118
2223
|
AssetType[AssetType["PRICE"] = 17] = "PRICE";
|
|
2119
2224
|
AssetType[AssetType["CALL_TO_ACTION"] = 18] = "CALL_TO_ACTION";
|
|
2225
|
+
AssetType[AssetType["DYNAMIC_REAL_ESTATE"] = 19] = "DYNAMIC_REAL_ESTATE";
|
|
2226
|
+
AssetType[AssetType["DYNAMIC_CUSTOM"] = 20] = "DYNAMIC_CUSTOM";
|
|
2227
|
+
AssetType[AssetType["DYNAMIC_HOTELS_AND_RENTALS"] = 21] = "DYNAMIC_HOTELS_AND_RENTALS";
|
|
2228
|
+
AssetType[AssetType["DYNAMIC_FLIGHTS"] = 22] = "DYNAMIC_FLIGHTS";
|
|
2229
|
+
AssetType[AssetType["DISCOVERY_CAROUSEL_CARD"] = 23] = "DISCOVERY_CAROUSEL_CARD";
|
|
2230
|
+
AssetType[AssetType["DYNAMIC_TRAVEL"] = 24] = "DYNAMIC_TRAVEL";
|
|
2231
|
+
AssetType[AssetType["DYNAMIC_LOCAL"] = 25] = "DYNAMIC_LOCAL";
|
|
2232
|
+
AssetType[AssetType["DYNAMIC_JOBS"] = 26] = "DYNAMIC_JOBS";
|
|
2120
2233
|
})(AssetType = enums.AssetType || (enums.AssetType = {}));
|
|
2121
2234
|
/**
|
|
2122
2235
|
* @name AsyncActionStatusEnum.AsyncActionStatus
|
|
2123
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2236
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AsyncActionStatusEnum.AsyncActionStatus
|
|
2124
2237
|
*/
|
|
2125
|
-
|
|
2238
|
+
let AsyncActionStatus;
|
|
2126
2239
|
(function (AsyncActionStatus) {
|
|
2127
2240
|
AsyncActionStatus[AsyncActionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2128
2241
|
AsyncActionStatus[AsyncActionStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2134,9 +2247,9 @@ var enums;
|
|
|
2134
2247
|
})(AsyncActionStatus = enums.AsyncActionStatus || (enums.AsyncActionStatus = {}));
|
|
2135
2248
|
/**
|
|
2136
2249
|
* @name AttributionModelEnum.AttributionModel
|
|
2137
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2250
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AttributionModelEnum.AttributionModel
|
|
2138
2251
|
*/
|
|
2139
|
-
|
|
2252
|
+
let AttributionModel;
|
|
2140
2253
|
(function (AttributionModel) {
|
|
2141
2254
|
AttributionModel[AttributionModel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2142
2255
|
AttributionModel[AttributionModel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2148,11 +2261,32 @@ var enums;
|
|
|
2148
2261
|
AttributionModel[AttributionModel["GOOGLE_SEARCH_ATTRIBUTION_POSITION_BASED"] = 105] = "GOOGLE_SEARCH_ATTRIBUTION_POSITION_BASED";
|
|
2149
2262
|
AttributionModel[AttributionModel["GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN"] = 106] = "GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN";
|
|
2150
2263
|
})(AttributionModel = enums.AttributionModel || (enums.AttributionModel = {}));
|
|
2264
|
+
/**
|
|
2265
|
+
* @name AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
2266
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
2267
|
+
*/
|
|
2268
|
+
let AudienceInsightsDimension;
|
|
2269
|
+
(function (AudienceInsightsDimension) {
|
|
2270
|
+
AudienceInsightsDimension[AudienceInsightsDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2271
|
+
AudienceInsightsDimension[AudienceInsightsDimension["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2272
|
+
AudienceInsightsDimension[AudienceInsightsDimension["CATEGORY"] = 2] = "CATEGORY";
|
|
2273
|
+
AudienceInsightsDimension[AudienceInsightsDimension["KNOWLEDGE_GRAPH"] = 3] = "KNOWLEDGE_GRAPH";
|
|
2274
|
+
AudienceInsightsDimension[AudienceInsightsDimension["GEO_TARGET_COUNTRY"] = 4] = "GEO_TARGET_COUNTRY";
|
|
2275
|
+
AudienceInsightsDimension[AudienceInsightsDimension["SUB_COUNTRY_LOCATION"] = 5] = "SUB_COUNTRY_LOCATION";
|
|
2276
|
+
AudienceInsightsDimension[AudienceInsightsDimension["YOUTUBE_CHANNEL"] = 6] = "YOUTUBE_CHANNEL";
|
|
2277
|
+
AudienceInsightsDimension[AudienceInsightsDimension["YOUTUBE_DYNAMIC_LINEUP"] = 7] = "YOUTUBE_DYNAMIC_LINEUP";
|
|
2278
|
+
AudienceInsightsDimension[AudienceInsightsDimension["AFFINITY_USER_INTEREST"] = 8] = "AFFINITY_USER_INTEREST";
|
|
2279
|
+
AudienceInsightsDimension[AudienceInsightsDimension["IN_MARKET_USER_INTEREST"] = 9] = "IN_MARKET_USER_INTEREST";
|
|
2280
|
+
AudienceInsightsDimension[AudienceInsightsDimension["PARENTAL_STATUS"] = 10] = "PARENTAL_STATUS";
|
|
2281
|
+
AudienceInsightsDimension[AudienceInsightsDimension["INCOME_RANGE"] = 11] = "INCOME_RANGE";
|
|
2282
|
+
AudienceInsightsDimension[AudienceInsightsDimension["AGE_RANGE"] = 12] = "AGE_RANGE";
|
|
2283
|
+
AudienceInsightsDimension[AudienceInsightsDimension["GENDER"] = 13] = "GENDER";
|
|
2284
|
+
})(AudienceInsightsDimension = enums.AudienceInsightsDimension || (enums.AudienceInsightsDimension = {}));
|
|
2151
2285
|
/**
|
|
2152
2286
|
* @name AudienceStatusEnum.AudienceStatus
|
|
2153
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2287
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AudienceStatusEnum.AudienceStatus
|
|
2154
2288
|
*/
|
|
2155
|
-
|
|
2289
|
+
let AudienceStatus;
|
|
2156
2290
|
(function (AudienceStatus) {
|
|
2157
2291
|
AudienceStatus[AudienceStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2158
2292
|
AudienceStatus[AudienceStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2161,9 +2295,9 @@ var enums;
|
|
|
2161
2295
|
})(AudienceStatus = enums.AudienceStatus || (enums.AudienceStatus = {}));
|
|
2162
2296
|
/**
|
|
2163
2297
|
* @name BatchJobStatusEnum.BatchJobStatus
|
|
2164
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2298
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BatchJobStatusEnum.BatchJobStatus
|
|
2165
2299
|
*/
|
|
2166
|
-
|
|
2300
|
+
let BatchJobStatus;
|
|
2167
2301
|
(function (BatchJobStatus) {
|
|
2168
2302
|
BatchJobStatus[BatchJobStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2169
2303
|
BatchJobStatus[BatchJobStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2173,9 +2307,9 @@ var enums;
|
|
|
2173
2307
|
})(BatchJobStatus = enums.BatchJobStatus || (enums.BatchJobStatus = {}));
|
|
2174
2308
|
/**
|
|
2175
2309
|
* @name BidModifierSourceEnum.BidModifierSource
|
|
2176
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2310
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BidModifierSourceEnum.BidModifierSource
|
|
2177
2311
|
*/
|
|
2178
|
-
|
|
2312
|
+
let BidModifierSource;
|
|
2179
2313
|
(function (BidModifierSource) {
|
|
2180
2314
|
BidModifierSource[BidModifierSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2181
2315
|
BidModifierSource[BidModifierSource["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2184,9 +2318,9 @@ var enums;
|
|
|
2184
2318
|
})(BidModifierSource = enums.BidModifierSource || (enums.BidModifierSource = {}));
|
|
2185
2319
|
/**
|
|
2186
2320
|
* @name BiddingSourceEnum.BiddingSource
|
|
2187
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2321
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BiddingSourceEnum.BiddingSource
|
|
2188
2322
|
*/
|
|
2189
|
-
|
|
2323
|
+
let BiddingSource;
|
|
2190
2324
|
(function (BiddingSource) {
|
|
2191
2325
|
BiddingSource[BiddingSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2192
2326
|
BiddingSource[BiddingSource["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2196,26 +2330,61 @@ var enums;
|
|
|
2196
2330
|
})(BiddingSource = enums.BiddingSource || (enums.BiddingSource = {}));
|
|
2197
2331
|
/**
|
|
2198
2332
|
* @name BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2199
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2333
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2200
2334
|
*/
|
|
2201
|
-
|
|
2335
|
+
let BiddingStrategyStatus;
|
|
2202
2336
|
(function (BiddingStrategyStatus) {
|
|
2203
2337
|
BiddingStrategyStatus[BiddingStrategyStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2204
2338
|
BiddingStrategyStatus[BiddingStrategyStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2205
2339
|
BiddingStrategyStatus[BiddingStrategyStatus["ENABLED"] = 2] = "ENABLED";
|
|
2206
2340
|
BiddingStrategyStatus[BiddingStrategyStatus["REMOVED"] = 4] = "REMOVED";
|
|
2207
2341
|
})(BiddingStrategyStatus = enums.BiddingStrategyStatus || (enums.BiddingStrategyStatus = {}));
|
|
2342
|
+
/**
|
|
2343
|
+
* @name BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2344
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2345
|
+
*/
|
|
2346
|
+
let BiddingStrategySystemStatus;
|
|
2347
|
+
(function (BiddingStrategySystemStatus) {
|
|
2348
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2349
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2350
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["ENABLED"] = 2] = "ENABLED";
|
|
2351
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["LEARNING_NEW"] = 3] = "LEARNING_NEW";
|
|
2352
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["LEARNING_SETTING_CHANGE"] = 4] = "LEARNING_SETTING_CHANGE";
|
|
2353
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["LEARNING_BUDGET_CHANGE"] = 5] = "LEARNING_BUDGET_CHANGE";
|
|
2354
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["LEARNING_COMPOSITION_CHANGE"] = 6] = "LEARNING_COMPOSITION_CHANGE";
|
|
2355
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["LEARNING_CONVERSION_TYPE_CHANGE"] = 7] = "LEARNING_CONVERSION_TYPE_CHANGE";
|
|
2356
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["LEARNING_CONVERSION_SETTING_CHANGE"] = 8] = "LEARNING_CONVERSION_SETTING_CHANGE";
|
|
2357
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["LIMITED_BY_CPC_BID_CEILING"] = 9] = "LIMITED_BY_CPC_BID_CEILING";
|
|
2358
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["LIMITED_BY_CPC_BID_FLOOR"] = 10] = "LIMITED_BY_CPC_BID_FLOOR";
|
|
2359
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["LIMITED_BY_DATA"] = 11] = "LIMITED_BY_DATA";
|
|
2360
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["LIMITED_BY_BUDGET"] = 12] = "LIMITED_BY_BUDGET";
|
|
2361
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["LIMITED_BY_LOW_PRIORITY_SPEND"] = 13] = "LIMITED_BY_LOW_PRIORITY_SPEND";
|
|
2362
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["LIMITED_BY_LOW_QUALITY"] = 14] = "LIMITED_BY_LOW_QUALITY";
|
|
2363
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["LIMITED_BY_INVENTORY"] = 15] = "LIMITED_BY_INVENTORY";
|
|
2364
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["MISCONFIGURED_ZERO_ELIGIBILITY"] = 16] = "MISCONFIGURED_ZERO_ELIGIBILITY";
|
|
2365
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["MISCONFIGURED_CONVERSION_TYPES"] = 17] = "MISCONFIGURED_CONVERSION_TYPES";
|
|
2366
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["MISCONFIGURED_CONVERSION_SETTINGS"] = 18] = "MISCONFIGURED_CONVERSION_SETTINGS";
|
|
2367
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["MISCONFIGURED_SHARED_BUDGET"] = 19] = "MISCONFIGURED_SHARED_BUDGET";
|
|
2368
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["MISCONFIGURED_STRATEGY_TYPE"] = 20] = "MISCONFIGURED_STRATEGY_TYPE";
|
|
2369
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["PAUSED"] = 21] = "PAUSED";
|
|
2370
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["UNAVAILABLE"] = 22] = "UNAVAILABLE";
|
|
2371
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["MULTIPLE_LEARNING"] = 23] = "MULTIPLE_LEARNING";
|
|
2372
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["MULTIPLE_LIMITED"] = 24] = "MULTIPLE_LIMITED";
|
|
2373
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["MULTIPLE_MISCONFIGURED"] = 25] = "MULTIPLE_MISCONFIGURED";
|
|
2374
|
+
BiddingStrategySystemStatus[BiddingStrategySystemStatus["MULTIPLE"] = 26] = "MULTIPLE";
|
|
2375
|
+
})(BiddingStrategySystemStatus = enums.BiddingStrategySystemStatus || (enums.BiddingStrategySystemStatus = {}));
|
|
2208
2376
|
/**
|
|
2209
2377
|
* @name BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2210
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2378
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2211
2379
|
*/
|
|
2212
|
-
|
|
2380
|
+
let BiddingStrategyType;
|
|
2213
2381
|
(function (BiddingStrategyType) {
|
|
2214
2382
|
BiddingStrategyType[BiddingStrategyType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2215
2383
|
BiddingStrategyType[BiddingStrategyType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2216
2384
|
BiddingStrategyType[BiddingStrategyType["COMMISSION"] = 16] = "COMMISSION";
|
|
2217
2385
|
BiddingStrategyType[BiddingStrategyType["ENHANCED_CPC"] = 2] = "ENHANCED_CPC";
|
|
2218
2386
|
BiddingStrategyType[BiddingStrategyType["INVALID"] = 17] = "INVALID";
|
|
2387
|
+
BiddingStrategyType[BiddingStrategyType["MANUAL_CPA"] = 18] = "MANUAL_CPA";
|
|
2219
2388
|
BiddingStrategyType[BiddingStrategyType["MANUAL_CPC"] = 3] = "MANUAL_CPC";
|
|
2220
2389
|
BiddingStrategyType[BiddingStrategyType["MANUAL_CPM"] = 4] = "MANUAL_CPM";
|
|
2221
2390
|
BiddingStrategyType[BiddingStrategyType["MANUAL_CPV"] = 13] = "MANUAL_CPV";
|
|
@@ -2232,9 +2401,9 @@ var enums;
|
|
|
2232
2401
|
})(BiddingStrategyType = enums.BiddingStrategyType || (enums.BiddingStrategyType = {}));
|
|
2233
2402
|
/**
|
|
2234
2403
|
* @name BillingSetupStatusEnum.BillingSetupStatus
|
|
2235
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2404
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BillingSetupStatusEnum.BillingSetupStatus
|
|
2236
2405
|
*/
|
|
2237
|
-
|
|
2406
|
+
let BillingSetupStatus;
|
|
2238
2407
|
(function (BillingSetupStatus) {
|
|
2239
2408
|
BillingSetupStatus[BillingSetupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2240
2409
|
BillingSetupStatus[BillingSetupStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2245,9 +2414,9 @@ var enums;
|
|
|
2245
2414
|
})(BillingSetupStatus = enums.BillingSetupStatus || (enums.BillingSetupStatus = {}));
|
|
2246
2415
|
/**
|
|
2247
2416
|
* @name BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2248
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2417
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2249
2418
|
*/
|
|
2250
|
-
|
|
2419
|
+
let BrandSafetySuitability;
|
|
2251
2420
|
(function (BrandSafetySuitability) {
|
|
2252
2421
|
BrandSafetySuitability[BrandSafetySuitability["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2253
2422
|
BrandSafetySuitability[BrandSafetySuitability["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2257,9 +2426,9 @@ var enums;
|
|
|
2257
2426
|
})(BrandSafetySuitability = enums.BrandSafetySuitability || (enums.BrandSafetySuitability = {}));
|
|
2258
2427
|
/**
|
|
2259
2428
|
* @name BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2260
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2429
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2261
2430
|
*/
|
|
2262
|
-
|
|
2431
|
+
let BudgetDeliveryMethod;
|
|
2263
2432
|
(function (BudgetDeliveryMethod) {
|
|
2264
2433
|
BudgetDeliveryMethod[BudgetDeliveryMethod["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2265
2434
|
BudgetDeliveryMethod[BudgetDeliveryMethod["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2268,9 +2437,9 @@ var enums;
|
|
|
2268
2437
|
})(BudgetDeliveryMethod = enums.BudgetDeliveryMethod || (enums.BudgetDeliveryMethod = {}));
|
|
2269
2438
|
/**
|
|
2270
2439
|
* @name BudgetPeriodEnum.BudgetPeriod
|
|
2271
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2440
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BudgetPeriodEnum.BudgetPeriod
|
|
2272
2441
|
*/
|
|
2273
|
-
|
|
2442
|
+
let BudgetPeriod;
|
|
2274
2443
|
(function (BudgetPeriod) {
|
|
2275
2444
|
BudgetPeriod[BudgetPeriod["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2276
2445
|
BudgetPeriod[BudgetPeriod["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2279,9 +2448,9 @@ var enums;
|
|
|
2279
2448
|
})(BudgetPeriod = enums.BudgetPeriod || (enums.BudgetPeriod = {}));
|
|
2280
2449
|
/**
|
|
2281
2450
|
* @name BudgetStatusEnum.BudgetStatus
|
|
2282
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2451
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BudgetStatusEnum.BudgetStatus
|
|
2283
2452
|
*/
|
|
2284
|
-
|
|
2453
|
+
let BudgetStatus;
|
|
2285
2454
|
(function (BudgetStatus) {
|
|
2286
2455
|
BudgetStatus[BudgetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2287
2456
|
BudgetStatus[BudgetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2290,9 +2459,9 @@ var enums;
|
|
|
2290
2459
|
})(BudgetStatus = enums.BudgetStatus || (enums.BudgetStatus = {}));
|
|
2291
2460
|
/**
|
|
2292
2461
|
* @name BudgetTypeEnum.BudgetType
|
|
2293
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2462
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BudgetTypeEnum.BudgetType
|
|
2294
2463
|
*/
|
|
2295
|
-
|
|
2464
|
+
let BudgetType;
|
|
2296
2465
|
(function (BudgetType) {
|
|
2297
2466
|
BudgetType[BudgetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2298
2467
|
BudgetType[BudgetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2303,9 +2472,9 @@ var enums;
|
|
|
2303
2472
|
})(BudgetType = enums.BudgetType || (enums.BudgetType = {}));
|
|
2304
2473
|
/**
|
|
2305
2474
|
* @name CallPlaceholderFieldEnum.CallPlaceholderField
|
|
2306
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2475
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CallPlaceholderFieldEnum.CallPlaceholderField
|
|
2307
2476
|
*/
|
|
2308
|
-
|
|
2477
|
+
let CallPlaceholderField;
|
|
2309
2478
|
(function (CallPlaceholderField) {
|
|
2310
2479
|
CallPlaceholderField[CallPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2311
2480
|
CallPlaceholderField[CallPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2317,9 +2486,9 @@ var enums;
|
|
|
2317
2486
|
})(CallPlaceholderField = enums.CallPlaceholderField || (enums.CallPlaceholderField = {}));
|
|
2318
2487
|
/**
|
|
2319
2488
|
* @name CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2320
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2489
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2321
2490
|
*/
|
|
2322
|
-
|
|
2491
|
+
let CallTrackingDisplayLocation;
|
|
2323
2492
|
(function (CallTrackingDisplayLocation) {
|
|
2324
2493
|
CallTrackingDisplayLocation[CallTrackingDisplayLocation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2325
2494
|
CallTrackingDisplayLocation[CallTrackingDisplayLocation["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2328,9 +2497,9 @@ var enums;
|
|
|
2328
2497
|
})(CallTrackingDisplayLocation = enums.CallTrackingDisplayLocation || (enums.CallTrackingDisplayLocation = {}));
|
|
2329
2498
|
/**
|
|
2330
2499
|
* @name CallTypeEnum.CallType
|
|
2331
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2500
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CallTypeEnum.CallType
|
|
2332
2501
|
*/
|
|
2333
|
-
|
|
2502
|
+
let CallType;
|
|
2334
2503
|
(function (CallType) {
|
|
2335
2504
|
CallType[CallType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2336
2505
|
CallType[CallType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2339,9 +2508,9 @@ var enums;
|
|
|
2339
2508
|
})(CallType = enums.CallType || (enums.CallType = {}));
|
|
2340
2509
|
/**
|
|
2341
2510
|
* @name CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
2342
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2511
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
2343
2512
|
*/
|
|
2344
|
-
|
|
2513
|
+
let CalloutPlaceholderField;
|
|
2345
2514
|
(function (CalloutPlaceholderField) {
|
|
2346
2515
|
CalloutPlaceholderField[CalloutPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2347
2516
|
CalloutPlaceholderField[CalloutPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2349,9 +2518,9 @@ var enums;
|
|
|
2349
2518
|
})(CalloutPlaceholderField = enums.CalloutPlaceholderField || (enums.CalloutPlaceholderField = {}));
|
|
2350
2519
|
/**
|
|
2351
2520
|
* @name CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2352
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2521
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2353
2522
|
*/
|
|
2354
|
-
|
|
2523
|
+
let CampaignCriterionStatus;
|
|
2355
2524
|
(function (CampaignCriterionStatus) {
|
|
2356
2525
|
CampaignCriterionStatus[CampaignCriterionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2357
2526
|
CampaignCriterionStatus[CampaignCriterionStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2361,9 +2530,9 @@ var enums;
|
|
|
2361
2530
|
})(CampaignCriterionStatus = enums.CampaignCriterionStatus || (enums.CampaignCriterionStatus = {}));
|
|
2362
2531
|
/**
|
|
2363
2532
|
* @name CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2364
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2533
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2365
2534
|
*/
|
|
2366
|
-
|
|
2535
|
+
let CampaignDraftStatus;
|
|
2367
2536
|
(function (CampaignDraftStatus) {
|
|
2368
2537
|
CampaignDraftStatus[CampaignDraftStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2369
2538
|
CampaignDraftStatus[CampaignDraftStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2375,9 +2544,9 @@ var enums;
|
|
|
2375
2544
|
})(CampaignDraftStatus = enums.CampaignDraftStatus || (enums.CampaignDraftStatus = {}));
|
|
2376
2545
|
/**
|
|
2377
2546
|
* @name CampaignExperimentStatusEnum.CampaignExperimentStatus
|
|
2378
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2547
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignExperimentStatusEnum.CampaignExperimentStatus
|
|
2379
2548
|
*/
|
|
2380
|
-
|
|
2549
|
+
let CampaignExperimentStatus;
|
|
2381
2550
|
(function (CampaignExperimentStatus) {
|
|
2382
2551
|
CampaignExperimentStatus[CampaignExperimentStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2383
2552
|
CampaignExperimentStatus[CampaignExperimentStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2393,9 +2562,9 @@ var enums;
|
|
|
2393
2562
|
})(CampaignExperimentStatus = enums.CampaignExperimentStatus || (enums.CampaignExperimentStatus = {}));
|
|
2394
2563
|
/**
|
|
2395
2564
|
* @name CampaignExperimentTrafficSplitTypeEnum.CampaignExperimentTrafficSplitType
|
|
2396
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2565
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignExperimentTrafficSplitTypeEnum.CampaignExperimentTrafficSplitType
|
|
2397
2566
|
*/
|
|
2398
|
-
|
|
2567
|
+
let CampaignExperimentTrafficSplitType;
|
|
2399
2568
|
(function (CampaignExperimentTrafficSplitType) {
|
|
2400
2569
|
CampaignExperimentTrafficSplitType[CampaignExperimentTrafficSplitType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2401
2570
|
CampaignExperimentTrafficSplitType[CampaignExperimentTrafficSplitType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2404,9 +2573,9 @@ var enums;
|
|
|
2404
2573
|
})(CampaignExperimentTrafficSplitType = enums.CampaignExperimentTrafficSplitType || (enums.CampaignExperimentTrafficSplitType = {}));
|
|
2405
2574
|
/**
|
|
2406
2575
|
* @name CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2407
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2576
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2408
2577
|
*/
|
|
2409
|
-
|
|
2578
|
+
let CampaignExperimentType;
|
|
2410
2579
|
(function (CampaignExperimentType) {
|
|
2411
2580
|
CampaignExperimentType[CampaignExperimentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2412
2581
|
CampaignExperimentType[CampaignExperimentType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2414,11 +2583,22 @@ var enums;
|
|
|
2414
2583
|
CampaignExperimentType[CampaignExperimentType["DRAFT"] = 3] = "DRAFT";
|
|
2415
2584
|
CampaignExperimentType[CampaignExperimentType["EXPERIMENT"] = 4] = "EXPERIMENT";
|
|
2416
2585
|
})(CampaignExperimentType = enums.CampaignExperimentType || (enums.CampaignExperimentType = {}));
|
|
2586
|
+
/**
|
|
2587
|
+
* @name CampaignGroupStatusEnum.CampaignGroupStatus
|
|
2588
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignGroupStatusEnum.CampaignGroupStatus
|
|
2589
|
+
*/
|
|
2590
|
+
let CampaignGroupStatus;
|
|
2591
|
+
(function (CampaignGroupStatus) {
|
|
2592
|
+
CampaignGroupStatus[CampaignGroupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2593
|
+
CampaignGroupStatus[CampaignGroupStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2594
|
+
CampaignGroupStatus[CampaignGroupStatus["ENABLED"] = 2] = "ENABLED";
|
|
2595
|
+
CampaignGroupStatus[CampaignGroupStatus["REMOVED"] = 3] = "REMOVED";
|
|
2596
|
+
})(CampaignGroupStatus = enums.CampaignGroupStatus || (enums.CampaignGroupStatus = {}));
|
|
2417
2597
|
/**
|
|
2418
2598
|
* @name CampaignServingStatusEnum.CampaignServingStatus
|
|
2419
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2599
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignServingStatusEnum.CampaignServingStatus
|
|
2420
2600
|
*/
|
|
2421
|
-
|
|
2601
|
+
let CampaignServingStatus;
|
|
2422
2602
|
(function (CampaignServingStatus) {
|
|
2423
2603
|
CampaignServingStatus[CampaignServingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2424
2604
|
CampaignServingStatus[CampaignServingStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2430,9 +2610,9 @@ var enums;
|
|
|
2430
2610
|
})(CampaignServingStatus = enums.CampaignServingStatus || (enums.CampaignServingStatus = {}));
|
|
2431
2611
|
/**
|
|
2432
2612
|
* @name CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2433
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2613
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2434
2614
|
*/
|
|
2435
|
-
|
|
2615
|
+
let CampaignSharedSetStatus;
|
|
2436
2616
|
(function (CampaignSharedSetStatus) {
|
|
2437
2617
|
CampaignSharedSetStatus[CampaignSharedSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2438
2618
|
CampaignSharedSetStatus[CampaignSharedSetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2441,9 +2621,9 @@ var enums;
|
|
|
2441
2621
|
})(CampaignSharedSetStatus = enums.CampaignSharedSetStatus || (enums.CampaignSharedSetStatus = {}));
|
|
2442
2622
|
/**
|
|
2443
2623
|
* @name CampaignStatusEnum.CampaignStatus
|
|
2444
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2624
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignStatusEnum.CampaignStatus
|
|
2445
2625
|
*/
|
|
2446
|
-
|
|
2626
|
+
let CampaignStatus;
|
|
2447
2627
|
(function (CampaignStatus) {
|
|
2448
2628
|
CampaignStatus[CampaignStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2449
2629
|
CampaignStatus[CampaignStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2453,9 +2633,9 @@ var enums;
|
|
|
2453
2633
|
})(CampaignStatus = enums.CampaignStatus || (enums.CampaignStatus = {}));
|
|
2454
2634
|
/**
|
|
2455
2635
|
* @name ChangeClientTypeEnum.ChangeClientType
|
|
2456
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2636
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ChangeClientTypeEnum.ChangeClientType
|
|
2457
2637
|
*/
|
|
2458
|
-
|
|
2638
|
+
let ChangeClientType;
|
|
2459
2639
|
(function (ChangeClientType) {
|
|
2460
2640
|
ChangeClientType[ChangeClientType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2461
2641
|
ChangeClientType[ChangeClientType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2474,9 +2654,9 @@ var enums;
|
|
|
2474
2654
|
})(ChangeClientType = enums.ChangeClientType || (enums.ChangeClientType = {}));
|
|
2475
2655
|
/**
|
|
2476
2656
|
* @name ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2477
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2657
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2478
2658
|
*/
|
|
2479
|
-
|
|
2659
|
+
let ChangeEventResourceType;
|
|
2480
2660
|
(function (ChangeEventResourceType) {
|
|
2481
2661
|
ChangeEventResourceType[ChangeEventResourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2482
2662
|
ChangeEventResourceType[ChangeEventResourceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2496,12 +2676,15 @@ var enums;
|
|
|
2496
2676
|
ChangeEventResourceType[ChangeEventResourceType["CUSTOMER_ASSET"] = 15] = "CUSTOMER_ASSET";
|
|
2497
2677
|
ChangeEventResourceType[ChangeEventResourceType["CAMPAIGN_ASSET"] = 16] = "CAMPAIGN_ASSET";
|
|
2498
2678
|
ChangeEventResourceType[ChangeEventResourceType["AD_GROUP_ASSET"] = 17] = "AD_GROUP_ASSET";
|
|
2679
|
+
ChangeEventResourceType[ChangeEventResourceType["ASSET_SET"] = 18] = "ASSET_SET";
|
|
2680
|
+
ChangeEventResourceType[ChangeEventResourceType["ASSET_SET_ASSET"] = 19] = "ASSET_SET_ASSET";
|
|
2681
|
+
ChangeEventResourceType[ChangeEventResourceType["CAMPAIGN_ASSET_SET"] = 20] = "CAMPAIGN_ASSET_SET";
|
|
2499
2682
|
})(ChangeEventResourceType = enums.ChangeEventResourceType || (enums.ChangeEventResourceType = {}));
|
|
2500
2683
|
/**
|
|
2501
2684
|
* @name ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2502
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2685
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2503
2686
|
*/
|
|
2504
|
-
|
|
2687
|
+
let ChangeStatusOperation;
|
|
2505
2688
|
(function (ChangeStatusOperation) {
|
|
2506
2689
|
ChangeStatusOperation[ChangeStatusOperation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2507
2690
|
ChangeStatusOperation[ChangeStatusOperation["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2511,9 +2694,9 @@ var enums;
|
|
|
2511
2694
|
})(ChangeStatusOperation = enums.ChangeStatusOperation || (enums.ChangeStatusOperation = {}));
|
|
2512
2695
|
/**
|
|
2513
2696
|
* @name ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2514
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2697
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2515
2698
|
*/
|
|
2516
|
-
|
|
2699
|
+
let ChangeStatusResourceType;
|
|
2517
2700
|
(function (ChangeStatusResourceType) {
|
|
2518
2701
|
ChangeStatusResourceType[ChangeStatusResourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2519
2702
|
ChangeStatusResourceType[ChangeStatusResourceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2536,9 +2719,9 @@ var enums;
|
|
|
2536
2719
|
})(ChangeStatusResourceType = enums.ChangeStatusResourceType || (enums.ChangeStatusResourceType = {}));
|
|
2537
2720
|
/**
|
|
2538
2721
|
* @name CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2539
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2722
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2540
2723
|
*/
|
|
2541
|
-
|
|
2724
|
+
let CombinedAudienceStatus;
|
|
2542
2725
|
(function (CombinedAudienceStatus) {
|
|
2543
2726
|
CombinedAudienceStatus[CombinedAudienceStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2544
2727
|
CombinedAudienceStatus[CombinedAudienceStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2547,9 +2730,9 @@ var enums;
|
|
|
2547
2730
|
})(CombinedAudienceStatus = enums.CombinedAudienceStatus || (enums.CombinedAudienceStatus = {}));
|
|
2548
2731
|
/**
|
|
2549
2732
|
* @name ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2550
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2733
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2551
2734
|
*/
|
|
2552
|
-
|
|
2735
|
+
let ConversionActionCountingType;
|
|
2553
2736
|
(function (ConversionActionCountingType) {
|
|
2554
2737
|
ConversionActionCountingType[ConversionActionCountingType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2555
2738
|
ConversionActionCountingType[ConversionActionCountingType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2558,9 +2741,9 @@ var enums;
|
|
|
2558
2741
|
})(ConversionActionCountingType = enums.ConversionActionCountingType || (enums.ConversionActionCountingType = {}));
|
|
2559
2742
|
/**
|
|
2560
2743
|
* @name ConversionActionStatusEnum.ConversionActionStatus
|
|
2561
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2744
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionActionStatusEnum.ConversionActionStatus
|
|
2562
2745
|
*/
|
|
2563
|
-
|
|
2746
|
+
let ConversionActionStatus;
|
|
2564
2747
|
(function (ConversionActionStatus) {
|
|
2565
2748
|
ConversionActionStatus[ConversionActionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2566
2749
|
ConversionActionStatus[ConversionActionStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2570,9 +2753,9 @@ var enums;
|
|
|
2570
2753
|
})(ConversionActionStatus = enums.ConversionActionStatus || (enums.ConversionActionStatus = {}));
|
|
2571
2754
|
/**
|
|
2572
2755
|
* @name ConversionActionTypeEnum.ConversionActionType
|
|
2573
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2756
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionActionTypeEnum.ConversionActionType
|
|
2574
2757
|
*/
|
|
2575
|
-
|
|
2758
|
+
let ConversionActionType;
|
|
2576
2759
|
(function (ConversionActionType) {
|
|
2577
2760
|
ConversionActionType[ConversionActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2578
2761
|
ConversionActionType[ConversionActionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2614,9 +2797,9 @@ var enums;
|
|
|
2614
2797
|
})(ConversionActionType = enums.ConversionActionType || (enums.ConversionActionType = {}));
|
|
2615
2798
|
/**
|
|
2616
2799
|
* @name ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
2617
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2800
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
2618
2801
|
*/
|
|
2619
|
-
|
|
2802
|
+
let ConversionAdjustmentType;
|
|
2620
2803
|
(function (ConversionAdjustmentType) {
|
|
2621
2804
|
ConversionAdjustmentType[ConversionAdjustmentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2622
2805
|
ConversionAdjustmentType[ConversionAdjustmentType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2626,9 +2809,9 @@ var enums;
|
|
|
2626
2809
|
})(ConversionAdjustmentType = enums.ConversionAdjustmentType || (enums.ConversionAdjustmentType = {}));
|
|
2627
2810
|
/**
|
|
2628
2811
|
* @name ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
2629
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2812
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
2630
2813
|
*/
|
|
2631
|
-
|
|
2814
|
+
let ConversionCustomVariableStatus;
|
|
2632
2815
|
(function (ConversionCustomVariableStatus) {
|
|
2633
2816
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2634
2817
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2636,11 +2819,22 @@ var enums;
|
|
|
2636
2819
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["ENABLED"] = 3] = "ENABLED";
|
|
2637
2820
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["PAUSED"] = 4] = "PAUSED";
|
|
2638
2821
|
})(ConversionCustomVariableStatus = enums.ConversionCustomVariableStatus || (enums.ConversionCustomVariableStatus = {}));
|
|
2822
|
+
/**
|
|
2823
|
+
* @name ConversionEnvironmentEnum.ConversionEnvironment
|
|
2824
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionEnvironmentEnum.ConversionEnvironment
|
|
2825
|
+
*/
|
|
2826
|
+
let ConversionEnvironment;
|
|
2827
|
+
(function (ConversionEnvironment) {
|
|
2828
|
+
ConversionEnvironment[ConversionEnvironment["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2829
|
+
ConversionEnvironment[ConversionEnvironment["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2830
|
+
ConversionEnvironment[ConversionEnvironment["APP"] = 2] = "APP";
|
|
2831
|
+
ConversionEnvironment[ConversionEnvironment["WEB"] = 3] = "WEB";
|
|
2832
|
+
})(ConversionEnvironment = enums.ConversionEnvironment || (enums.ConversionEnvironment = {}));
|
|
2639
2833
|
/**
|
|
2640
2834
|
* @name ConversionOriginEnum.ConversionOrigin
|
|
2641
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2835
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionOriginEnum.ConversionOrigin
|
|
2642
2836
|
*/
|
|
2643
|
-
|
|
2837
|
+
let ConversionOrigin;
|
|
2644
2838
|
(function (ConversionOrigin) {
|
|
2645
2839
|
ConversionOrigin[ConversionOrigin["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2646
2840
|
ConversionOrigin[ConversionOrigin["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2653,9 +2847,9 @@ var enums;
|
|
|
2653
2847
|
})(ConversionOrigin = enums.ConversionOrigin || (enums.ConversionOrigin = {}));
|
|
2654
2848
|
/**
|
|
2655
2849
|
* @name ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
2656
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2850
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
2657
2851
|
*/
|
|
2658
|
-
|
|
2852
|
+
let ConversionTrackingStatus;
|
|
2659
2853
|
(function (ConversionTrackingStatus) {
|
|
2660
2854
|
ConversionTrackingStatus[ConversionTrackingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2661
2855
|
ConversionTrackingStatus[ConversionTrackingStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2666,9 +2860,9 @@ var enums;
|
|
|
2666
2860
|
})(ConversionTrackingStatus = enums.ConversionTrackingStatus || (enums.ConversionTrackingStatus = {}));
|
|
2667
2861
|
/**
|
|
2668
2862
|
* @name ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
2669
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2863
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
2670
2864
|
*/
|
|
2671
|
-
|
|
2865
|
+
let ConversionValueRuleSetStatus;
|
|
2672
2866
|
(function (ConversionValueRuleSetStatus) {
|
|
2673
2867
|
ConversionValueRuleSetStatus[ConversionValueRuleSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2674
2868
|
ConversionValueRuleSetStatus[ConversionValueRuleSetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2678,9 +2872,9 @@ var enums;
|
|
|
2678
2872
|
})(ConversionValueRuleSetStatus = enums.ConversionValueRuleSetStatus || (enums.ConversionValueRuleSetStatus = {}));
|
|
2679
2873
|
/**
|
|
2680
2874
|
* @name ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
2681
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2875
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
2682
2876
|
*/
|
|
2683
|
-
|
|
2877
|
+
let ConversionValueRuleStatus;
|
|
2684
2878
|
(function (ConversionValueRuleStatus) {
|
|
2685
2879
|
ConversionValueRuleStatus[ConversionValueRuleStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2686
2880
|
ConversionValueRuleStatus[ConversionValueRuleStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2690,9 +2884,9 @@ var enums;
|
|
|
2690
2884
|
})(ConversionValueRuleStatus = enums.ConversionValueRuleStatus || (enums.ConversionValueRuleStatus = {}));
|
|
2691
2885
|
/**
|
|
2692
2886
|
* @name CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
2693
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2887
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
2694
2888
|
*/
|
|
2695
|
-
|
|
2889
|
+
let CriterionSystemServingStatus;
|
|
2696
2890
|
(function (CriterionSystemServingStatus) {
|
|
2697
2891
|
CriterionSystemServingStatus[CriterionSystemServingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2698
2892
|
CriterionSystemServingStatus[CriterionSystemServingStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2701,9 +2895,9 @@ var enums;
|
|
|
2701
2895
|
})(CriterionSystemServingStatus = enums.CriterionSystemServingStatus || (enums.CriterionSystemServingStatus = {}));
|
|
2702
2896
|
/**
|
|
2703
2897
|
* @name CriterionTypeEnum.CriterionType
|
|
2704
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2898
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CriterionTypeEnum.CriterionType
|
|
2705
2899
|
*/
|
|
2706
|
-
|
|
2900
|
+
let CriterionType;
|
|
2707
2901
|
(function (CriterionType) {
|
|
2708
2902
|
CriterionType[CriterionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2709
2903
|
CriterionType[CriterionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2744,9 +2938,9 @@ var enums;
|
|
|
2744
2938
|
})(CriterionType = enums.CriterionType || (enums.CriterionType = {}));
|
|
2745
2939
|
/**
|
|
2746
2940
|
* @name CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
2747
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2941
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
2748
2942
|
*/
|
|
2749
|
-
|
|
2943
|
+
let CustomAudienceMemberType;
|
|
2750
2944
|
(function (CustomAudienceMemberType) {
|
|
2751
2945
|
CustomAudienceMemberType[CustomAudienceMemberType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2752
2946
|
CustomAudienceMemberType[CustomAudienceMemberType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2757,9 +2951,9 @@ var enums;
|
|
|
2757
2951
|
})(CustomAudienceMemberType = enums.CustomAudienceMemberType || (enums.CustomAudienceMemberType = {}));
|
|
2758
2952
|
/**
|
|
2759
2953
|
* @name CustomAudienceStatusEnum.CustomAudienceStatus
|
|
2760
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2954
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomAudienceStatusEnum.CustomAudienceStatus
|
|
2761
2955
|
*/
|
|
2762
|
-
|
|
2956
|
+
let CustomAudienceStatus;
|
|
2763
2957
|
(function (CustomAudienceStatus) {
|
|
2764
2958
|
CustomAudienceStatus[CustomAudienceStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2765
2959
|
CustomAudienceStatus[CustomAudienceStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2768,9 +2962,9 @@ var enums;
|
|
|
2768
2962
|
})(CustomAudienceStatus = enums.CustomAudienceStatus || (enums.CustomAudienceStatus = {}));
|
|
2769
2963
|
/**
|
|
2770
2964
|
* @name CustomAudienceTypeEnum.CustomAudienceType
|
|
2771
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2965
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomAudienceTypeEnum.CustomAudienceType
|
|
2772
2966
|
*/
|
|
2773
|
-
|
|
2967
|
+
let CustomAudienceType;
|
|
2774
2968
|
(function (CustomAudienceType) {
|
|
2775
2969
|
CustomAudienceType[CustomAudienceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2776
2970
|
CustomAudienceType[CustomAudienceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2781,9 +2975,9 @@ var enums;
|
|
|
2781
2975
|
})(CustomAudienceType = enums.CustomAudienceType || (enums.CustomAudienceType = {}));
|
|
2782
2976
|
/**
|
|
2783
2977
|
* @name CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
2784
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2978
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
2785
2979
|
*/
|
|
2786
|
-
|
|
2980
|
+
let CustomConversionGoalStatus;
|
|
2787
2981
|
(function (CustomConversionGoalStatus) {
|
|
2788
2982
|
CustomConversionGoalStatus[CustomConversionGoalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2789
2983
|
CustomConversionGoalStatus[CustomConversionGoalStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2792,9 +2986,9 @@ var enums;
|
|
|
2792
2986
|
})(CustomConversionGoalStatus = enums.CustomConversionGoalStatus || (enums.CustomConversionGoalStatus = {}));
|
|
2793
2987
|
/**
|
|
2794
2988
|
* @name CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
2795
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2989
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
2796
2990
|
*/
|
|
2797
|
-
|
|
2991
|
+
let CustomInterestMemberType;
|
|
2798
2992
|
(function (CustomInterestMemberType) {
|
|
2799
2993
|
CustomInterestMemberType[CustomInterestMemberType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2800
2994
|
CustomInterestMemberType[CustomInterestMemberType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2803,9 +2997,9 @@ var enums;
|
|
|
2803
2997
|
})(CustomInterestMemberType = enums.CustomInterestMemberType || (enums.CustomInterestMemberType = {}));
|
|
2804
2998
|
/**
|
|
2805
2999
|
* @name CustomInterestStatusEnum.CustomInterestStatus
|
|
2806
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3000
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomInterestStatusEnum.CustomInterestStatus
|
|
2807
3001
|
*/
|
|
2808
|
-
|
|
3002
|
+
let CustomInterestStatus;
|
|
2809
3003
|
(function (CustomInterestStatus) {
|
|
2810
3004
|
CustomInterestStatus[CustomInterestStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2811
3005
|
CustomInterestStatus[CustomInterestStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2814,9 +3008,9 @@ var enums;
|
|
|
2814
3008
|
})(CustomInterestStatus = enums.CustomInterestStatus || (enums.CustomInterestStatus = {}));
|
|
2815
3009
|
/**
|
|
2816
3010
|
* @name CustomInterestTypeEnum.CustomInterestType
|
|
2817
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3011
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomInterestTypeEnum.CustomInterestType
|
|
2818
3012
|
*/
|
|
2819
|
-
|
|
3013
|
+
let CustomInterestType;
|
|
2820
3014
|
(function (CustomInterestType) {
|
|
2821
3015
|
CustomInterestType[CustomInterestType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2822
3016
|
CustomInterestType[CustomInterestType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2825,9 +3019,9 @@ var enums;
|
|
|
2825
3019
|
})(CustomInterestType = enums.CustomInterestType || (enums.CustomInterestType = {}));
|
|
2826
3020
|
/**
|
|
2827
3021
|
* @name CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
2828
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3022
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
2829
3023
|
*/
|
|
2830
|
-
|
|
3024
|
+
let CustomPlaceholderField;
|
|
2831
3025
|
(function (CustomPlaceholderField) {
|
|
2832
3026
|
CustomPlaceholderField[CustomPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2833
3027
|
CustomPlaceholderField[CustomPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2854,9 +3048,9 @@ var enums;
|
|
|
2854
3048
|
})(CustomPlaceholderField = enums.CustomPlaceholderField || (enums.CustomPlaceholderField = {}));
|
|
2855
3049
|
/**
|
|
2856
3050
|
* @name CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
2857
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3051
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
2858
3052
|
*/
|
|
2859
|
-
|
|
3053
|
+
let CustomerPayPerConversionEligibilityFailureReason;
|
|
2860
3054
|
(function (CustomerPayPerConversionEligibilityFailureReason) {
|
|
2861
3055
|
CustomerPayPerConversionEligibilityFailureReason[CustomerPayPerConversionEligibilityFailureReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2862
3056
|
CustomerPayPerConversionEligibilityFailureReason[CustomerPayPerConversionEligibilityFailureReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2870,9 +3064,9 @@ var enums;
|
|
|
2870
3064
|
})(CustomerPayPerConversionEligibilityFailureReason = enums.CustomerPayPerConversionEligibilityFailureReason || (enums.CustomerPayPerConversionEligibilityFailureReason = {}));
|
|
2871
3065
|
/**
|
|
2872
3066
|
* @name CustomerStatusEnum.CustomerStatus
|
|
2873
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3067
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomerStatusEnum.CustomerStatus
|
|
2874
3068
|
*/
|
|
2875
|
-
|
|
3069
|
+
let CustomerStatus;
|
|
2876
3070
|
(function (CustomerStatus) {
|
|
2877
3071
|
CustomerStatus[CustomerStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2878
3072
|
CustomerStatus[CustomerStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2883,9 +3077,9 @@ var enums;
|
|
|
2883
3077
|
})(CustomerStatus = enums.CustomerStatus || (enums.CustomerStatus = {}));
|
|
2884
3078
|
/**
|
|
2885
3079
|
* @name CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
2886
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3080
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
2887
3081
|
*/
|
|
2888
|
-
|
|
3082
|
+
let CustomizerAttributeStatus;
|
|
2889
3083
|
(function (CustomizerAttributeStatus) {
|
|
2890
3084
|
CustomizerAttributeStatus[CustomizerAttributeStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2891
3085
|
CustomizerAttributeStatus[CustomizerAttributeStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2894,9 +3088,9 @@ var enums;
|
|
|
2894
3088
|
})(CustomizerAttributeStatus = enums.CustomizerAttributeStatus || (enums.CustomizerAttributeStatus = {}));
|
|
2895
3089
|
/**
|
|
2896
3090
|
* @name CustomizerValueStatusEnum.CustomizerValueStatus
|
|
2897
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3091
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomizerValueStatusEnum.CustomizerValueStatus
|
|
2898
3092
|
*/
|
|
2899
|
-
|
|
3093
|
+
let CustomizerValueStatus;
|
|
2900
3094
|
(function (CustomizerValueStatus) {
|
|
2901
3095
|
CustomizerValueStatus[CustomizerValueStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2902
3096
|
CustomizerValueStatus[CustomizerValueStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2905,9 +3099,9 @@ var enums;
|
|
|
2905
3099
|
})(CustomizerValueStatus = enums.CustomizerValueStatus || (enums.CustomizerValueStatus = {}));
|
|
2906
3100
|
/**
|
|
2907
3101
|
* @name DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
2908
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3102
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
2909
3103
|
*/
|
|
2910
|
-
|
|
3104
|
+
let DataDrivenModelStatus;
|
|
2911
3105
|
(function (DataDrivenModelStatus) {
|
|
2912
3106
|
DataDrivenModelStatus[DataDrivenModelStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2913
3107
|
DataDrivenModelStatus[DataDrivenModelStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2918,9 +3112,9 @@ var enums;
|
|
|
2918
3112
|
})(DataDrivenModelStatus = enums.DataDrivenModelStatus || (enums.DataDrivenModelStatus = {}));
|
|
2919
3113
|
/**
|
|
2920
3114
|
* @name DistanceBucketEnum.DistanceBucket
|
|
2921
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3115
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/DistanceBucketEnum.DistanceBucket
|
|
2922
3116
|
*/
|
|
2923
|
-
|
|
3117
|
+
let DistanceBucket;
|
|
2924
3118
|
(function (DistanceBucket) {
|
|
2925
3119
|
DistanceBucket[DistanceBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2926
3120
|
DistanceBucket[DistanceBucket["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2954,9 +3148,9 @@ var enums;
|
|
|
2954
3148
|
})(DistanceBucket = enums.DistanceBucket || (enums.DistanceBucket = {}));
|
|
2955
3149
|
/**
|
|
2956
3150
|
* @name DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
2957
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3151
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
2958
3152
|
*/
|
|
2959
|
-
|
|
3153
|
+
let DsaPageFeedCriterionField;
|
|
2960
3154
|
(function (DsaPageFeedCriterionField) {
|
|
2961
3155
|
DsaPageFeedCriterionField[DsaPageFeedCriterionField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2962
3156
|
DsaPageFeedCriterionField[DsaPageFeedCriterionField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2965,9 +3159,9 @@ var enums;
|
|
|
2965
3159
|
})(DsaPageFeedCriterionField = enums.DsaPageFeedCriterionField || (enums.DsaPageFeedCriterionField = {}));
|
|
2966
3160
|
/**
|
|
2967
3161
|
* @name EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
2968
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3162
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
2969
3163
|
*/
|
|
2970
|
-
|
|
3164
|
+
let EducationPlaceholderField;
|
|
2971
3165
|
(function (EducationPlaceholderField) {
|
|
2972
3166
|
EducationPlaceholderField[EducationPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2973
3167
|
EducationPlaceholderField[EducationPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2991,9 +3185,9 @@ var enums;
|
|
|
2991
3185
|
})(EducationPlaceholderField = enums.EducationPlaceholderField || (enums.EducationPlaceholderField = {}));
|
|
2992
3186
|
/**
|
|
2993
3187
|
* @name ExperimentStatusEnum.ExperimentStatus
|
|
2994
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3188
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ExperimentStatusEnum.ExperimentStatus
|
|
2995
3189
|
*/
|
|
2996
|
-
|
|
3190
|
+
let ExperimentStatus;
|
|
2997
3191
|
(function (ExperimentStatus) {
|
|
2998
3192
|
ExperimentStatus[ExperimentStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2999
3193
|
ExperimentStatus[ExperimentStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3007,15 +3201,14 @@ var enums;
|
|
|
3007
3201
|
})(ExperimentStatus = enums.ExperimentStatus || (enums.ExperimentStatus = {}));
|
|
3008
3202
|
/**
|
|
3009
3203
|
* @name ExperimentTypeEnum.ExperimentType
|
|
3010
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3204
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ExperimentTypeEnum.ExperimentType
|
|
3011
3205
|
*/
|
|
3012
|
-
|
|
3206
|
+
let ExperimentType;
|
|
3013
3207
|
(function (ExperimentType) {
|
|
3014
3208
|
ExperimentType[ExperimentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3015
3209
|
ExperimentType[ExperimentType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3016
3210
|
ExperimentType[ExperimentType["DISPLAY_AND_VIDEO_360"] = 2] = "DISPLAY_AND_VIDEO_360";
|
|
3017
3211
|
ExperimentType[ExperimentType["AD_VARIATION"] = 3] = "AD_VARIATION";
|
|
3018
|
-
ExperimentType[ExperimentType["SMART_DISPLAY"] = 4] = "SMART_DISPLAY";
|
|
3019
3212
|
ExperimentType[ExperimentType["YOUTUBE_CUSTOM"] = 5] = "YOUTUBE_CUSTOM";
|
|
3020
3213
|
ExperimentType[ExperimentType["DISPLAY_CUSTOM"] = 6] = "DISPLAY_CUSTOM";
|
|
3021
3214
|
ExperimentType[ExperimentType["SEARCH_CUSTOM"] = 7] = "SEARCH_CUSTOM";
|
|
@@ -3027,9 +3220,9 @@ var enums;
|
|
|
3027
3220
|
})(ExperimentType = enums.ExperimentType || (enums.ExperimentType = {}));
|
|
3028
3221
|
/**
|
|
3029
3222
|
* @name ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
3030
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3223
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
3031
3224
|
*/
|
|
3032
|
-
|
|
3225
|
+
let ExtensionSettingDevice;
|
|
3033
3226
|
(function (ExtensionSettingDevice) {
|
|
3034
3227
|
ExtensionSettingDevice[ExtensionSettingDevice["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3035
3228
|
ExtensionSettingDevice[ExtensionSettingDevice["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3038,9 +3231,9 @@ var enums;
|
|
|
3038
3231
|
})(ExtensionSettingDevice = enums.ExtensionSettingDevice || (enums.ExtensionSettingDevice = {}));
|
|
3039
3232
|
/**
|
|
3040
3233
|
* @name ExtensionTypeEnum.ExtensionType
|
|
3041
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3234
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ExtensionTypeEnum.ExtensionType
|
|
3042
3235
|
*/
|
|
3043
|
-
|
|
3236
|
+
let ExtensionType;
|
|
3044
3237
|
(function (ExtensionType) {
|
|
3045
3238
|
ExtensionType[ExtensionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3046
3239
|
ExtensionType[ExtensionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3060,9 +3253,9 @@ var enums;
|
|
|
3060
3253
|
})(ExtensionType = enums.ExtensionType || (enums.ExtensionType = {}));
|
|
3061
3254
|
/**
|
|
3062
3255
|
* @name FeedAttributeTypeEnum.FeedAttributeType
|
|
3063
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3256
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedAttributeTypeEnum.FeedAttributeType
|
|
3064
3257
|
*/
|
|
3065
|
-
|
|
3258
|
+
let FeedAttributeType;
|
|
3066
3259
|
(function (FeedAttributeType) {
|
|
3067
3260
|
FeedAttributeType[FeedAttributeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3068
3261
|
FeedAttributeType[FeedAttributeType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3082,9 +3275,9 @@ var enums;
|
|
|
3082
3275
|
})(FeedAttributeType = enums.FeedAttributeType || (enums.FeedAttributeType = {}));
|
|
3083
3276
|
/**
|
|
3084
3277
|
* @name FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
3085
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3278
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
3086
3279
|
*/
|
|
3087
|
-
|
|
3280
|
+
let FeedItemQualityApprovalStatus;
|
|
3088
3281
|
(function (FeedItemQualityApprovalStatus) {
|
|
3089
3282
|
FeedItemQualityApprovalStatus[FeedItemQualityApprovalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3090
3283
|
FeedItemQualityApprovalStatus[FeedItemQualityApprovalStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3093,9 +3286,9 @@ var enums;
|
|
|
3093
3286
|
})(FeedItemQualityApprovalStatus = enums.FeedItemQualityApprovalStatus || (enums.FeedItemQualityApprovalStatus = {}));
|
|
3094
3287
|
/**
|
|
3095
3288
|
* @name FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
3096
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3289
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
3097
3290
|
*/
|
|
3098
|
-
|
|
3291
|
+
let FeedItemQualityDisapprovalReason;
|
|
3099
3292
|
(function (FeedItemQualityDisapprovalReason) {
|
|
3100
3293
|
FeedItemQualityDisapprovalReason[FeedItemQualityDisapprovalReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3101
3294
|
FeedItemQualityDisapprovalReason[FeedItemQualityDisapprovalReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3120,9 +3313,9 @@ var enums;
|
|
|
3120
3313
|
})(FeedItemQualityDisapprovalReason = enums.FeedItemQualityDisapprovalReason || (enums.FeedItemQualityDisapprovalReason = {}));
|
|
3121
3314
|
/**
|
|
3122
3315
|
* @name FeedItemSetStatusEnum.FeedItemSetStatus
|
|
3123
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3316
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemSetStatusEnum.FeedItemSetStatus
|
|
3124
3317
|
*/
|
|
3125
|
-
|
|
3318
|
+
let FeedItemSetStatus;
|
|
3126
3319
|
(function (FeedItemSetStatus) {
|
|
3127
3320
|
FeedItemSetStatus[FeedItemSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3128
3321
|
FeedItemSetStatus[FeedItemSetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3131,9 +3324,9 @@ var enums;
|
|
|
3131
3324
|
})(FeedItemSetStatus = enums.FeedItemSetStatus || (enums.FeedItemSetStatus = {}));
|
|
3132
3325
|
/**
|
|
3133
3326
|
* @name FeedItemStatusEnum.FeedItemStatus
|
|
3134
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3327
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemStatusEnum.FeedItemStatus
|
|
3135
3328
|
*/
|
|
3136
|
-
|
|
3329
|
+
let FeedItemStatus;
|
|
3137
3330
|
(function (FeedItemStatus) {
|
|
3138
3331
|
FeedItemStatus[FeedItemStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3139
3332
|
FeedItemStatus[FeedItemStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3142,9 +3335,9 @@ var enums;
|
|
|
3142
3335
|
})(FeedItemStatus = enums.FeedItemStatus || (enums.FeedItemStatus = {}));
|
|
3143
3336
|
/**
|
|
3144
3337
|
* @name FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
3145
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3338
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
3146
3339
|
*/
|
|
3147
|
-
|
|
3340
|
+
let FeedItemTargetDevice;
|
|
3148
3341
|
(function (FeedItemTargetDevice) {
|
|
3149
3342
|
FeedItemTargetDevice[FeedItemTargetDevice["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3150
3343
|
FeedItemTargetDevice[FeedItemTargetDevice["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3152,9 +3345,9 @@ var enums;
|
|
|
3152
3345
|
})(FeedItemTargetDevice = enums.FeedItemTargetDevice || (enums.FeedItemTargetDevice = {}));
|
|
3153
3346
|
/**
|
|
3154
3347
|
* @name FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
3155
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3348
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
3156
3349
|
*/
|
|
3157
|
-
|
|
3350
|
+
let FeedItemTargetStatus;
|
|
3158
3351
|
(function (FeedItemTargetStatus) {
|
|
3159
3352
|
FeedItemTargetStatus[FeedItemTargetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3160
3353
|
FeedItemTargetStatus[FeedItemTargetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3163,9 +3356,9 @@ var enums;
|
|
|
3163
3356
|
})(FeedItemTargetStatus = enums.FeedItemTargetStatus || (enums.FeedItemTargetStatus = {}));
|
|
3164
3357
|
/**
|
|
3165
3358
|
* @name FeedItemTargetTypeEnum.FeedItemTargetType
|
|
3166
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3359
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemTargetTypeEnum.FeedItemTargetType
|
|
3167
3360
|
*/
|
|
3168
|
-
|
|
3361
|
+
let FeedItemTargetType;
|
|
3169
3362
|
(function (FeedItemTargetType) {
|
|
3170
3363
|
FeedItemTargetType[FeedItemTargetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3171
3364
|
FeedItemTargetType[FeedItemTargetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3175,9 +3368,9 @@ var enums;
|
|
|
3175
3368
|
})(FeedItemTargetType = enums.FeedItemTargetType || (enums.FeedItemTargetType = {}));
|
|
3176
3369
|
/**
|
|
3177
3370
|
* @name FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
3178
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3371
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
3179
3372
|
*/
|
|
3180
|
-
|
|
3373
|
+
let FeedItemValidationStatus;
|
|
3181
3374
|
(function (FeedItemValidationStatus) {
|
|
3182
3375
|
FeedItemValidationStatus[FeedItemValidationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3183
3376
|
FeedItemValidationStatus[FeedItemValidationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3187,9 +3380,9 @@ var enums;
|
|
|
3187
3380
|
})(FeedItemValidationStatus = enums.FeedItemValidationStatus || (enums.FeedItemValidationStatus = {}));
|
|
3188
3381
|
/**
|
|
3189
3382
|
* @name FeedLinkStatusEnum.FeedLinkStatus
|
|
3190
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3383
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedLinkStatusEnum.FeedLinkStatus
|
|
3191
3384
|
*/
|
|
3192
|
-
|
|
3385
|
+
let FeedLinkStatus;
|
|
3193
3386
|
(function (FeedLinkStatus) {
|
|
3194
3387
|
FeedLinkStatus[FeedLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3195
3388
|
FeedLinkStatus[FeedLinkStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3198,9 +3391,9 @@ var enums;
|
|
|
3198
3391
|
})(FeedLinkStatus = enums.FeedLinkStatus || (enums.FeedLinkStatus = {}));
|
|
3199
3392
|
/**
|
|
3200
3393
|
* @name FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
3201
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3394
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
3202
3395
|
*/
|
|
3203
|
-
|
|
3396
|
+
let FeedMappingCriterionType;
|
|
3204
3397
|
(function (FeedMappingCriterionType) {
|
|
3205
3398
|
FeedMappingCriterionType[FeedMappingCriterionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3206
3399
|
FeedMappingCriterionType[FeedMappingCriterionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3209,9 +3402,9 @@ var enums;
|
|
|
3209
3402
|
})(FeedMappingCriterionType = enums.FeedMappingCriterionType || (enums.FeedMappingCriterionType = {}));
|
|
3210
3403
|
/**
|
|
3211
3404
|
* @name FeedMappingStatusEnum.FeedMappingStatus
|
|
3212
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3405
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedMappingStatusEnum.FeedMappingStatus
|
|
3213
3406
|
*/
|
|
3214
|
-
|
|
3407
|
+
let FeedMappingStatus;
|
|
3215
3408
|
(function (FeedMappingStatus) {
|
|
3216
3409
|
FeedMappingStatus[FeedMappingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3217
3410
|
FeedMappingStatus[FeedMappingStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3220,9 +3413,9 @@ var enums;
|
|
|
3220
3413
|
})(FeedMappingStatus = enums.FeedMappingStatus || (enums.FeedMappingStatus = {}));
|
|
3221
3414
|
/**
|
|
3222
3415
|
* @name FeedOriginEnum.FeedOrigin
|
|
3223
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3416
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedOriginEnum.FeedOrigin
|
|
3224
3417
|
*/
|
|
3225
|
-
|
|
3418
|
+
let FeedOrigin;
|
|
3226
3419
|
(function (FeedOrigin) {
|
|
3227
3420
|
FeedOrigin[FeedOrigin["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3228
3421
|
FeedOrigin[FeedOrigin["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3231,9 +3424,9 @@ var enums;
|
|
|
3231
3424
|
})(FeedOrigin = enums.FeedOrigin || (enums.FeedOrigin = {}));
|
|
3232
3425
|
/**
|
|
3233
3426
|
* @name FeedStatusEnum.FeedStatus
|
|
3234
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3427
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedStatusEnum.FeedStatus
|
|
3235
3428
|
*/
|
|
3236
|
-
|
|
3429
|
+
let FeedStatus;
|
|
3237
3430
|
(function (FeedStatus) {
|
|
3238
3431
|
FeedStatus[FeedStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3239
3432
|
FeedStatus[FeedStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3242,9 +3435,9 @@ var enums;
|
|
|
3242
3435
|
})(FeedStatus = enums.FeedStatus || (enums.FeedStatus = {}));
|
|
3243
3436
|
/**
|
|
3244
3437
|
* @name FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
3245
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3438
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
3246
3439
|
*/
|
|
3247
|
-
|
|
3440
|
+
let FlightPlaceholderField;
|
|
3248
3441
|
(function (FlightPlaceholderField) {
|
|
3249
3442
|
FlightPlaceholderField[FlightPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3250
3443
|
FlightPlaceholderField[FlightPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3268,9 +3461,9 @@ var enums;
|
|
|
3268
3461
|
})(FlightPlaceholderField = enums.FlightPlaceholderField || (enums.FlightPlaceholderField = {}));
|
|
3269
3462
|
/**
|
|
3270
3463
|
* @name GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3271
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3464
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3272
3465
|
*/
|
|
3273
|
-
|
|
3466
|
+
let GeoTargetConstantStatus;
|
|
3274
3467
|
(function (GeoTargetConstantStatus) {
|
|
3275
3468
|
GeoTargetConstantStatus[GeoTargetConstantStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3276
3469
|
GeoTargetConstantStatus[GeoTargetConstantStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3279,9 +3472,9 @@ var enums;
|
|
|
3279
3472
|
})(GeoTargetConstantStatus = enums.GeoTargetConstantStatus || (enums.GeoTargetConstantStatus = {}));
|
|
3280
3473
|
/**
|
|
3281
3474
|
* @name GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
3282
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3475
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
3283
3476
|
*/
|
|
3284
|
-
|
|
3477
|
+
let GeoTargetingRestriction;
|
|
3285
3478
|
(function (GeoTargetingRestriction) {
|
|
3286
3479
|
GeoTargetingRestriction[GeoTargetingRestriction["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3287
3480
|
GeoTargetingRestriction[GeoTargetingRestriction["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3289,9 +3482,9 @@ var enums;
|
|
|
3289
3482
|
})(GeoTargetingRestriction = enums.GeoTargetingRestriction || (enums.GeoTargetingRestriction = {}));
|
|
3290
3483
|
/**
|
|
3291
3484
|
* @name GeoTargetingTypeEnum.GeoTargetingType
|
|
3292
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3485
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/GeoTargetingTypeEnum.GeoTargetingType
|
|
3293
3486
|
*/
|
|
3294
|
-
|
|
3487
|
+
let GeoTargetingType;
|
|
3295
3488
|
(function (GeoTargetingType) {
|
|
3296
3489
|
GeoTargetingType[GeoTargetingType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3297
3490
|
GeoTargetingType[GeoTargetingType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3300,9 +3493,9 @@ var enums;
|
|
|
3300
3493
|
})(GeoTargetingType = enums.GeoTargetingType || (enums.GeoTargetingType = {}));
|
|
3301
3494
|
/**
|
|
3302
3495
|
* @name GoalConfigLevelEnum.GoalConfigLevel
|
|
3303
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3496
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/GoalConfigLevelEnum.GoalConfigLevel
|
|
3304
3497
|
*/
|
|
3305
|
-
|
|
3498
|
+
let GoalConfigLevel;
|
|
3306
3499
|
(function (GoalConfigLevel) {
|
|
3307
3500
|
GoalConfigLevel[GoalConfigLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3308
3501
|
GoalConfigLevel[GoalConfigLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3311,9 +3504,9 @@ var enums;
|
|
|
3311
3504
|
})(GoalConfigLevel = enums.GoalConfigLevel || (enums.GoalConfigLevel = {}));
|
|
3312
3505
|
/**
|
|
3313
3506
|
* @name GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3314
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3507
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3315
3508
|
*/
|
|
3316
|
-
|
|
3509
|
+
let GoogleAdsFieldCategory;
|
|
3317
3510
|
(function (GoogleAdsFieldCategory) {
|
|
3318
3511
|
GoogleAdsFieldCategory[GoogleAdsFieldCategory["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3319
3512
|
GoogleAdsFieldCategory[GoogleAdsFieldCategory["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3324,9 +3517,9 @@ var enums;
|
|
|
3324
3517
|
})(GoogleAdsFieldCategory = enums.GoogleAdsFieldCategory || (enums.GoogleAdsFieldCategory = {}));
|
|
3325
3518
|
/**
|
|
3326
3519
|
* @name GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3327
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3520
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3328
3521
|
*/
|
|
3329
|
-
|
|
3522
|
+
let GoogleAdsFieldDataType;
|
|
3330
3523
|
(function (GoogleAdsFieldDataType) {
|
|
3331
3524
|
GoogleAdsFieldDataType[GoogleAdsFieldDataType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3332
3525
|
GoogleAdsFieldDataType[GoogleAdsFieldDataType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3344,9 +3537,9 @@ var enums;
|
|
|
3344
3537
|
})(GoogleAdsFieldDataType = enums.GoogleAdsFieldDataType || (enums.GoogleAdsFieldDataType = {}));
|
|
3345
3538
|
/**
|
|
3346
3539
|
* @name GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3347
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3540
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3348
3541
|
*/
|
|
3349
|
-
|
|
3542
|
+
let GoogleVoiceCallStatus;
|
|
3350
3543
|
(function (GoogleVoiceCallStatus) {
|
|
3351
3544
|
GoogleVoiceCallStatus[GoogleVoiceCallStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3352
3545
|
GoogleVoiceCallStatus[GoogleVoiceCallStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3355,9 +3548,9 @@ var enums;
|
|
|
3355
3548
|
})(GoogleVoiceCallStatus = enums.GoogleVoiceCallStatus || (enums.GoogleVoiceCallStatus = {}));
|
|
3356
3549
|
/**
|
|
3357
3550
|
* @name HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
3358
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3551
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
3359
3552
|
*/
|
|
3360
|
-
|
|
3553
|
+
let HotelPlaceholderField;
|
|
3361
3554
|
(function (HotelPlaceholderField) {
|
|
3362
3555
|
HotelPlaceholderField[HotelPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3363
3556
|
HotelPlaceholderField[HotelPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3384,9 +3577,9 @@ var enums;
|
|
|
3384
3577
|
})(HotelPlaceholderField = enums.HotelPlaceholderField || (enums.HotelPlaceholderField = {}));
|
|
3385
3578
|
/**
|
|
3386
3579
|
* @name HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3387
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3580
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3388
3581
|
*/
|
|
3389
|
-
|
|
3582
|
+
let HotelReconciliationStatus;
|
|
3390
3583
|
(function (HotelReconciliationStatus) {
|
|
3391
3584
|
HotelReconciliationStatus[HotelReconciliationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3392
3585
|
HotelReconciliationStatus[HotelReconciliationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3397,9 +3590,9 @@ var enums;
|
|
|
3397
3590
|
})(HotelReconciliationStatus = enums.HotelReconciliationStatus || (enums.HotelReconciliationStatus = {}));
|
|
3398
3591
|
/**
|
|
3399
3592
|
* @name ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
3400
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3593
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
3401
3594
|
*/
|
|
3402
|
-
|
|
3595
|
+
let ImagePlaceholderField;
|
|
3403
3596
|
(function (ImagePlaceholderField) {
|
|
3404
3597
|
ImagePlaceholderField[ImagePlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3405
3598
|
ImagePlaceholderField[ImagePlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3407,9 +3600,9 @@ var enums;
|
|
|
3407
3600
|
})(ImagePlaceholderField = enums.ImagePlaceholderField || (enums.ImagePlaceholderField = {}));
|
|
3408
3601
|
/**
|
|
3409
3602
|
* @name InvoiceTypeEnum.InvoiceType
|
|
3410
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3603
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/InvoiceTypeEnum.InvoiceType
|
|
3411
3604
|
*/
|
|
3412
|
-
|
|
3605
|
+
let InvoiceType;
|
|
3413
3606
|
(function (InvoiceType) {
|
|
3414
3607
|
InvoiceType[InvoiceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3415
3608
|
InvoiceType[InvoiceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3418,9 +3611,9 @@ var enums;
|
|
|
3418
3611
|
})(InvoiceType = enums.InvoiceType || (enums.InvoiceType = {}));
|
|
3419
3612
|
/**
|
|
3420
3613
|
* @name JobPlaceholderFieldEnum.JobPlaceholderField
|
|
3421
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3614
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/JobPlaceholderFieldEnum.JobPlaceholderField
|
|
3422
3615
|
*/
|
|
3423
|
-
|
|
3616
|
+
let JobPlaceholderField;
|
|
3424
3617
|
(function (JobPlaceholderField) {
|
|
3425
3618
|
JobPlaceholderField[JobPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3426
3619
|
JobPlaceholderField[JobPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3444,9 +3637,9 @@ var enums;
|
|
|
3444
3637
|
})(JobPlaceholderField = enums.JobPlaceholderField || (enums.JobPlaceholderField = {}));
|
|
3445
3638
|
/**
|
|
3446
3639
|
* @name KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3447
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3640
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3448
3641
|
*/
|
|
3449
|
-
|
|
3642
|
+
let KeywordPlanForecastInterval;
|
|
3450
3643
|
(function (KeywordPlanForecastInterval) {
|
|
3451
3644
|
KeywordPlanForecastInterval[KeywordPlanForecastInterval["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3452
3645
|
KeywordPlanForecastInterval[KeywordPlanForecastInterval["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3456,9 +3649,9 @@ var enums;
|
|
|
3456
3649
|
})(KeywordPlanForecastInterval = enums.KeywordPlanForecastInterval || (enums.KeywordPlanForecastInterval = {}));
|
|
3457
3650
|
/**
|
|
3458
3651
|
* @name KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3459
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3652
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3460
3653
|
*/
|
|
3461
|
-
|
|
3654
|
+
let KeywordPlanKeywordAnnotation;
|
|
3462
3655
|
(function (KeywordPlanKeywordAnnotation) {
|
|
3463
3656
|
KeywordPlanKeywordAnnotation[KeywordPlanKeywordAnnotation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3464
3657
|
KeywordPlanKeywordAnnotation[KeywordPlanKeywordAnnotation["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3466,9 +3659,9 @@ var enums;
|
|
|
3466
3659
|
})(KeywordPlanKeywordAnnotation = enums.KeywordPlanKeywordAnnotation || (enums.KeywordPlanKeywordAnnotation = {}));
|
|
3467
3660
|
/**
|
|
3468
3661
|
* @name KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3469
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3662
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3470
3663
|
*/
|
|
3471
|
-
|
|
3664
|
+
let KeywordPlanNetwork;
|
|
3472
3665
|
(function (KeywordPlanNetwork) {
|
|
3473
3666
|
KeywordPlanNetwork[KeywordPlanNetwork["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3474
3667
|
KeywordPlanNetwork[KeywordPlanNetwork["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3477,9 +3670,9 @@ var enums;
|
|
|
3477
3670
|
})(KeywordPlanNetwork = enums.KeywordPlanNetwork || (enums.KeywordPlanNetwork = {}));
|
|
3478
3671
|
/**
|
|
3479
3672
|
* @name LabelStatusEnum.LabelStatus
|
|
3480
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3673
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LabelStatusEnum.LabelStatus
|
|
3481
3674
|
*/
|
|
3482
|
-
|
|
3675
|
+
let LabelStatus;
|
|
3483
3676
|
(function (LabelStatus) {
|
|
3484
3677
|
LabelStatus[LabelStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3485
3678
|
LabelStatus[LabelStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3488,21 +3681,22 @@ var enums;
|
|
|
3488
3681
|
})(LabelStatus = enums.LabelStatus || (enums.LabelStatus = {}));
|
|
3489
3682
|
/**
|
|
3490
3683
|
* @name LinkedAccountTypeEnum.LinkedAccountType
|
|
3491
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3684
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LinkedAccountTypeEnum.LinkedAccountType
|
|
3492
3685
|
*/
|
|
3493
|
-
|
|
3686
|
+
let LinkedAccountType;
|
|
3494
3687
|
(function (LinkedAccountType) {
|
|
3495
3688
|
LinkedAccountType[LinkedAccountType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3496
3689
|
LinkedAccountType[LinkedAccountType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3497
3690
|
LinkedAccountType[LinkedAccountType["THIRD_PARTY_APP_ANALYTICS"] = 2] = "THIRD_PARTY_APP_ANALYTICS";
|
|
3498
3691
|
LinkedAccountType[LinkedAccountType["DATA_PARTNER"] = 3] = "DATA_PARTNER";
|
|
3499
3692
|
LinkedAccountType[LinkedAccountType["GOOGLE_ADS"] = 4] = "GOOGLE_ADS";
|
|
3693
|
+
LinkedAccountType[LinkedAccountType["HOTEL_CENTER"] = 5] = "HOTEL_CENTER";
|
|
3500
3694
|
})(LinkedAccountType = enums.LinkedAccountType || (enums.LinkedAccountType = {}));
|
|
3501
3695
|
/**
|
|
3502
3696
|
* @name ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
|
|
3503
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3697
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
|
|
3504
3698
|
*/
|
|
3505
|
-
|
|
3699
|
+
let ListingGroupFilterBiddingCategoryLevel;
|
|
3506
3700
|
(function (ListingGroupFilterBiddingCategoryLevel) {
|
|
3507
3701
|
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3508
3702
|
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3514,9 +3708,9 @@ var enums;
|
|
|
3514
3708
|
})(ListingGroupFilterBiddingCategoryLevel = enums.ListingGroupFilterBiddingCategoryLevel || (enums.ListingGroupFilterBiddingCategoryLevel = {}));
|
|
3515
3709
|
/**
|
|
3516
3710
|
* @name ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3517
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3711
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3518
3712
|
*/
|
|
3519
|
-
|
|
3713
|
+
let ListingGroupFilterCustomAttributeIndex;
|
|
3520
3714
|
(function (ListingGroupFilterCustomAttributeIndex) {
|
|
3521
3715
|
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3522
3716
|
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3528,9 +3722,9 @@ var enums;
|
|
|
3528
3722
|
})(ListingGroupFilterCustomAttributeIndex = enums.ListingGroupFilterCustomAttributeIndex || (enums.ListingGroupFilterCustomAttributeIndex = {}));
|
|
3529
3723
|
/**
|
|
3530
3724
|
* @name ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3531
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3725
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3532
3726
|
*/
|
|
3533
|
-
|
|
3727
|
+
let ListingGroupFilterProductChannel;
|
|
3534
3728
|
(function (ListingGroupFilterProductChannel) {
|
|
3535
3729
|
ListingGroupFilterProductChannel[ListingGroupFilterProductChannel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3536
3730
|
ListingGroupFilterProductChannel[ListingGroupFilterProductChannel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3539,9 +3733,9 @@ var enums;
|
|
|
3539
3733
|
})(ListingGroupFilterProductChannel = enums.ListingGroupFilterProductChannel || (enums.ListingGroupFilterProductChannel = {}));
|
|
3540
3734
|
/**
|
|
3541
3735
|
* @name ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3542
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3736
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3543
3737
|
*/
|
|
3544
|
-
|
|
3738
|
+
let ListingGroupFilterProductCondition;
|
|
3545
3739
|
(function (ListingGroupFilterProductCondition) {
|
|
3546
3740
|
ListingGroupFilterProductCondition[ListingGroupFilterProductCondition["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3547
3741
|
ListingGroupFilterProductCondition[ListingGroupFilterProductCondition["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3551,9 +3745,9 @@ var enums;
|
|
|
3551
3745
|
})(ListingGroupFilterProductCondition = enums.ListingGroupFilterProductCondition || (enums.ListingGroupFilterProductCondition = {}));
|
|
3552
3746
|
/**
|
|
3553
3747
|
* @name ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3554
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3748
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3555
3749
|
*/
|
|
3556
|
-
|
|
3750
|
+
let ListingGroupFilterProductTypeLevel;
|
|
3557
3751
|
(function (ListingGroupFilterProductTypeLevel) {
|
|
3558
3752
|
ListingGroupFilterProductTypeLevel[ListingGroupFilterProductTypeLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3559
3753
|
ListingGroupFilterProductTypeLevel[ListingGroupFilterProductTypeLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3565,9 +3759,9 @@ var enums;
|
|
|
3565
3759
|
})(ListingGroupFilterProductTypeLevel = enums.ListingGroupFilterProductTypeLevel || (enums.ListingGroupFilterProductTypeLevel = {}));
|
|
3566
3760
|
/**
|
|
3567
3761
|
* @name ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3568
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3762
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3569
3763
|
*/
|
|
3570
|
-
|
|
3764
|
+
let ListingGroupFilterType;
|
|
3571
3765
|
(function (ListingGroupFilterType) {
|
|
3572
3766
|
ListingGroupFilterType[ListingGroupFilterType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3573
3767
|
ListingGroupFilterType[ListingGroupFilterType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3577,9 +3771,9 @@ var enums;
|
|
|
3577
3771
|
})(ListingGroupFilterType = enums.ListingGroupFilterType || (enums.ListingGroupFilterType = {}));
|
|
3578
3772
|
/**
|
|
3579
3773
|
* @name ListingGroupFilterVerticalEnum.ListingGroupFilterVertical
|
|
3580
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3774
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ListingGroupFilterVerticalEnum.ListingGroupFilterVertical
|
|
3581
3775
|
*/
|
|
3582
|
-
|
|
3776
|
+
let ListingGroupFilterVertical;
|
|
3583
3777
|
(function (ListingGroupFilterVertical) {
|
|
3584
3778
|
ListingGroupFilterVertical[ListingGroupFilterVertical["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3585
3779
|
ListingGroupFilterVertical[ListingGroupFilterVertical["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3587,9 +3781,9 @@ var enums;
|
|
|
3587
3781
|
})(ListingGroupFilterVertical = enums.ListingGroupFilterVertical || (enums.ListingGroupFilterVertical = {}));
|
|
3588
3782
|
/**
|
|
3589
3783
|
* @name LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
3590
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3784
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
3591
3785
|
*/
|
|
3592
|
-
|
|
3786
|
+
let LocalPlaceholderField;
|
|
3593
3787
|
(function (LocalPlaceholderField) {
|
|
3594
3788
|
LocalPlaceholderField[LocalPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3595
3789
|
LocalPlaceholderField[LocalPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3615,9 +3809,9 @@ var enums;
|
|
|
3615
3809
|
})(LocalPlaceholderField = enums.LocalPlaceholderField || (enums.LocalPlaceholderField = {}));
|
|
3616
3810
|
/**
|
|
3617
3811
|
* @name LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
3618
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3812
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
3619
3813
|
*/
|
|
3620
|
-
|
|
3814
|
+
let LocationExtensionTargetingCriterionField;
|
|
3621
3815
|
(function (LocationExtensionTargetingCriterionField) {
|
|
3622
3816
|
LocationExtensionTargetingCriterionField[LocationExtensionTargetingCriterionField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3623
3817
|
LocationExtensionTargetingCriterionField[LocationExtensionTargetingCriterionField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3630,9 +3824,9 @@ var enums;
|
|
|
3630
3824
|
})(LocationExtensionTargetingCriterionField = enums.LocationExtensionTargetingCriterionField || (enums.LocationExtensionTargetingCriterionField = {}));
|
|
3631
3825
|
/**
|
|
3632
3826
|
* @name LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
3633
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3827
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
3634
3828
|
*/
|
|
3635
|
-
|
|
3829
|
+
let LocationPlaceholderField;
|
|
3636
3830
|
(function (LocationPlaceholderField) {
|
|
3637
3831
|
LocationPlaceholderField[LocationPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3638
3832
|
LocationPlaceholderField[LocationPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3647,9 +3841,9 @@ var enums;
|
|
|
3647
3841
|
})(LocationPlaceholderField = enums.LocationPlaceholderField || (enums.LocationPlaceholderField = {}));
|
|
3648
3842
|
/**
|
|
3649
3843
|
* @name LocationSourceTypeEnum.LocationSourceType
|
|
3650
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3844
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LocationSourceTypeEnum.LocationSourceType
|
|
3651
3845
|
*/
|
|
3652
|
-
|
|
3846
|
+
let LocationSourceType;
|
|
3653
3847
|
(function (LocationSourceType) {
|
|
3654
3848
|
LocationSourceType[LocationSourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3655
3849
|
LocationSourceType[LocationSourceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3658,9 +3852,9 @@ var enums;
|
|
|
3658
3852
|
})(LocationSourceType = enums.LocationSourceType || (enums.LocationSourceType = {}));
|
|
3659
3853
|
/**
|
|
3660
3854
|
* @name ManagerLinkStatusEnum.ManagerLinkStatus
|
|
3661
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3855
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ManagerLinkStatusEnum.ManagerLinkStatus
|
|
3662
3856
|
*/
|
|
3663
|
-
|
|
3857
|
+
let ManagerLinkStatus;
|
|
3664
3858
|
(function (ManagerLinkStatus) {
|
|
3665
3859
|
ManagerLinkStatus[ManagerLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3666
3860
|
ManagerLinkStatus[ManagerLinkStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3672,9 +3866,9 @@ var enums;
|
|
|
3672
3866
|
})(ManagerLinkStatus = enums.ManagerLinkStatus || (enums.ManagerLinkStatus = {}));
|
|
3673
3867
|
/**
|
|
3674
3868
|
* @name MediaTypeEnum.MediaType
|
|
3675
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3869
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MediaTypeEnum.MediaType
|
|
3676
3870
|
*/
|
|
3677
|
-
|
|
3871
|
+
let MediaType;
|
|
3678
3872
|
(function (MediaType) {
|
|
3679
3873
|
MediaType[MediaType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3680
3874
|
MediaType[MediaType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3687,9 +3881,9 @@ var enums;
|
|
|
3687
3881
|
})(MediaType = enums.MediaType || (enums.MediaType = {}));
|
|
3688
3882
|
/**
|
|
3689
3883
|
* @name MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
3690
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3884
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
3691
3885
|
*/
|
|
3692
|
-
|
|
3886
|
+
let MerchantCenterLinkStatus;
|
|
3693
3887
|
(function (MerchantCenterLinkStatus) {
|
|
3694
3888
|
MerchantCenterLinkStatus[MerchantCenterLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3695
3889
|
MerchantCenterLinkStatus[MerchantCenterLinkStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3698,9 +3892,9 @@ var enums;
|
|
|
3698
3892
|
})(MerchantCenterLinkStatus = enums.MerchantCenterLinkStatus || (enums.MerchantCenterLinkStatus = {}));
|
|
3699
3893
|
/**
|
|
3700
3894
|
* @name MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
3701
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3895
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
3702
3896
|
*/
|
|
3703
|
-
|
|
3897
|
+
let MessagePlaceholderField;
|
|
3704
3898
|
(function (MessagePlaceholderField) {
|
|
3705
3899
|
MessagePlaceholderField[MessagePlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3706
3900
|
MessagePlaceholderField[MessagePlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3712,9 +3906,9 @@ var enums;
|
|
|
3712
3906
|
})(MessagePlaceholderField = enums.MessagePlaceholderField || (enums.MessagePlaceholderField = {}));
|
|
3713
3907
|
/**
|
|
3714
3908
|
* @name MobileDeviceTypeEnum.MobileDeviceType
|
|
3715
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3909
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MobileDeviceTypeEnum.MobileDeviceType
|
|
3716
3910
|
*/
|
|
3717
|
-
|
|
3911
|
+
let MobileDeviceType;
|
|
3718
3912
|
(function (MobileDeviceType) {
|
|
3719
3913
|
MobileDeviceType[MobileDeviceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3720
3914
|
MobileDeviceType[MobileDeviceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3723,9 +3917,9 @@ var enums;
|
|
|
3723
3917
|
})(MobileDeviceType = enums.MobileDeviceType || (enums.MobileDeviceType = {}));
|
|
3724
3918
|
/**
|
|
3725
3919
|
* @name NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
3726
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3920
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
3727
3921
|
*/
|
|
3728
|
-
|
|
3922
|
+
let NegativeGeoTargetType;
|
|
3729
3923
|
(function (NegativeGeoTargetType) {
|
|
3730
3924
|
NegativeGeoTargetType[NegativeGeoTargetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3731
3925
|
NegativeGeoTargetType[NegativeGeoTargetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3734,9 +3928,9 @@ var enums;
|
|
|
3734
3928
|
})(NegativeGeoTargetType = enums.NegativeGeoTargetType || (enums.NegativeGeoTargetType = {}));
|
|
3735
3929
|
/**
|
|
3736
3930
|
* @name OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
3737
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3931
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
3738
3932
|
*/
|
|
3739
|
-
|
|
3933
|
+
let OfflineUserDataJobFailureReason;
|
|
3740
3934
|
(function (OfflineUserDataJobFailureReason) {
|
|
3741
3935
|
OfflineUserDataJobFailureReason[OfflineUserDataJobFailureReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3742
3936
|
OfflineUserDataJobFailureReason[OfflineUserDataJobFailureReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3745,9 +3939,9 @@ var enums;
|
|
|
3745
3939
|
})(OfflineUserDataJobFailureReason = enums.OfflineUserDataJobFailureReason || (enums.OfflineUserDataJobFailureReason = {}));
|
|
3746
3940
|
/**
|
|
3747
3941
|
* @name OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
3748
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3942
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
3749
3943
|
*/
|
|
3750
|
-
|
|
3944
|
+
let OfflineUserDataJobMatchRateRange;
|
|
3751
3945
|
(function (OfflineUserDataJobMatchRateRange) {
|
|
3752
3946
|
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3753
3947
|
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3763,9 +3957,9 @@ var enums;
|
|
|
3763
3957
|
})(OfflineUserDataJobMatchRateRange = enums.OfflineUserDataJobMatchRateRange || (enums.OfflineUserDataJobMatchRateRange = {}));
|
|
3764
3958
|
/**
|
|
3765
3959
|
* @name OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
3766
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3960
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
3767
3961
|
*/
|
|
3768
|
-
|
|
3962
|
+
let OfflineUserDataJobStatus;
|
|
3769
3963
|
(function (OfflineUserDataJobStatus) {
|
|
3770
3964
|
OfflineUserDataJobStatus[OfflineUserDataJobStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3771
3965
|
OfflineUserDataJobStatus[OfflineUserDataJobStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3776,9 +3970,9 @@ var enums;
|
|
|
3776
3970
|
})(OfflineUserDataJobStatus = enums.OfflineUserDataJobStatus || (enums.OfflineUserDataJobStatus = {}));
|
|
3777
3971
|
/**
|
|
3778
3972
|
* @name OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
3779
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3973
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
3780
3974
|
*/
|
|
3781
|
-
|
|
3975
|
+
let OfflineUserDataJobType;
|
|
3782
3976
|
(function (OfflineUserDataJobType) {
|
|
3783
3977
|
OfflineUserDataJobType[OfflineUserDataJobType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3784
3978
|
OfflineUserDataJobType[OfflineUserDataJobType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3789,9 +3983,9 @@ var enums;
|
|
|
3789
3983
|
})(OfflineUserDataJobType = enums.OfflineUserDataJobType || (enums.OfflineUserDataJobType = {}));
|
|
3790
3984
|
/**
|
|
3791
3985
|
* @name OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
3792
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3986
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
3793
3987
|
*/
|
|
3794
|
-
|
|
3988
|
+
let OperatingSystemVersionOperatorType;
|
|
3795
3989
|
(function (OperatingSystemVersionOperatorType) {
|
|
3796
3990
|
OperatingSystemVersionOperatorType[OperatingSystemVersionOperatorType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3797
3991
|
OperatingSystemVersionOperatorType[OperatingSystemVersionOperatorType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3800,9 +3994,9 @@ var enums;
|
|
|
3800
3994
|
})(OperatingSystemVersionOperatorType = enums.OperatingSystemVersionOperatorType || (enums.OperatingSystemVersionOperatorType = {}));
|
|
3801
3995
|
/**
|
|
3802
3996
|
* @name OptimizationGoalTypeEnum.OptimizationGoalType
|
|
3803
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3997
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/OptimizationGoalTypeEnum.OptimizationGoalType
|
|
3804
3998
|
*/
|
|
3805
|
-
|
|
3999
|
+
let OptimizationGoalType;
|
|
3806
4000
|
(function (OptimizationGoalType) {
|
|
3807
4001
|
OptimizationGoalType[OptimizationGoalType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3808
4002
|
OptimizationGoalType[OptimizationGoalType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3812,9 +4006,9 @@ var enums;
|
|
|
3812
4006
|
})(OptimizationGoalType = enums.OptimizationGoalType || (enums.OptimizationGoalType = {}));
|
|
3813
4007
|
/**
|
|
3814
4008
|
* @name PaymentModeEnum.PaymentMode
|
|
3815
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4009
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PaymentModeEnum.PaymentMode
|
|
3816
4010
|
*/
|
|
3817
|
-
|
|
4011
|
+
let PaymentMode;
|
|
3818
4012
|
(function (PaymentMode) {
|
|
3819
4013
|
PaymentMode[PaymentMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3820
4014
|
PaymentMode[PaymentMode["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3823,11 +4017,24 @@ var enums;
|
|
|
3823
4017
|
PaymentMode[PaymentMode["CONVERSIONS"] = 6] = "CONVERSIONS";
|
|
3824
4018
|
PaymentMode[PaymentMode["GUEST_STAY"] = 7] = "GUEST_STAY";
|
|
3825
4019
|
})(PaymentMode = enums.PaymentMode || (enums.PaymentMode = {}));
|
|
4020
|
+
/**
|
|
4021
|
+
* @name PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4022
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4023
|
+
*/
|
|
4024
|
+
let PerformanceMaxUpgradeStatus;
|
|
4025
|
+
(function (PerformanceMaxUpgradeStatus) {
|
|
4026
|
+
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4027
|
+
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4028
|
+
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UPGRADE_ELIBIGLE"] = 2] = "UPGRADE_ELIBIGLE";
|
|
4029
|
+
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UPGRADE_IN_PROGRESS"] = 3] = "UPGRADE_IN_PROGRESS";
|
|
4030
|
+
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UPGRADE_COMPLETE"] = 4] = "UPGRADE_COMPLETE";
|
|
4031
|
+
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UPGRADE_FAILED"] = 5] = "UPGRADE_FAILED";
|
|
4032
|
+
})(PerformanceMaxUpgradeStatus = enums.PerformanceMaxUpgradeStatus || (enums.PerformanceMaxUpgradeStatus = {}));
|
|
3826
4033
|
/**
|
|
3827
4034
|
* @name PlacementTypeEnum.PlacementType
|
|
3828
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4035
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PlacementTypeEnum.PlacementType
|
|
3829
4036
|
*/
|
|
3830
|
-
|
|
4037
|
+
let PlacementType;
|
|
3831
4038
|
(function (PlacementType) {
|
|
3832
4039
|
PlacementType[PlacementType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3833
4040
|
PlacementType[PlacementType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3839,9 +4046,9 @@ var enums;
|
|
|
3839
4046
|
})(PlacementType = enums.PlacementType || (enums.PlacementType = {}));
|
|
3840
4047
|
/**
|
|
3841
4048
|
* @name PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
3842
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4049
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
3843
4050
|
*/
|
|
3844
|
-
|
|
4051
|
+
let PositiveGeoTargetType;
|
|
3845
4052
|
(function (PositiveGeoTargetType) {
|
|
3846
4053
|
PositiveGeoTargetType[PositiveGeoTargetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3847
4054
|
PositiveGeoTargetType[PositiveGeoTargetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3851,9 +4058,9 @@ var enums;
|
|
|
3851
4058
|
})(PositiveGeoTargetType = enums.PositiveGeoTargetType || (enums.PositiveGeoTargetType = {}));
|
|
3852
4059
|
/**
|
|
3853
4060
|
* @name PricePlaceholderFieldEnum.PricePlaceholderField
|
|
3854
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4061
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PricePlaceholderFieldEnum.PricePlaceholderField
|
|
3855
4062
|
*/
|
|
3856
|
-
|
|
4063
|
+
let PricePlaceholderField;
|
|
3857
4064
|
(function (PricePlaceholderField) {
|
|
3858
4065
|
PricePlaceholderField[PricePlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3859
4066
|
PricePlaceholderField[PricePlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3913,9 +4120,9 @@ var enums;
|
|
|
3913
4120
|
})(PricePlaceholderField = enums.PricePlaceholderField || (enums.PricePlaceholderField = {}));
|
|
3914
4121
|
/**
|
|
3915
4122
|
* @name ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus
|
|
3916
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4123
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus
|
|
3917
4124
|
*/
|
|
3918
|
-
|
|
4125
|
+
let ProductBiddingCategoryStatus;
|
|
3919
4126
|
(function (ProductBiddingCategoryStatus) {
|
|
3920
4127
|
ProductBiddingCategoryStatus[ProductBiddingCategoryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3921
4128
|
ProductBiddingCategoryStatus[ProductBiddingCategoryStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3924,9 +4131,9 @@ var enums;
|
|
|
3924
4131
|
})(ProductBiddingCategoryStatus = enums.ProductBiddingCategoryStatus || (enums.ProductBiddingCategoryStatus = {}));
|
|
3925
4132
|
/**
|
|
3926
4133
|
* @name PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
3927
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4134
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
3928
4135
|
*/
|
|
3929
|
-
|
|
4136
|
+
let PromotionPlaceholderField;
|
|
3930
4137
|
(function (PromotionPlaceholderField) {
|
|
3931
4138
|
PromotionPlaceholderField[PromotionPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3932
4139
|
PromotionPlaceholderField[PromotionPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3947,9 +4154,9 @@ var enums;
|
|
|
3947
4154
|
})(PromotionPlaceholderField = enums.PromotionPlaceholderField || (enums.PromotionPlaceholderField = {}));
|
|
3948
4155
|
/**
|
|
3949
4156
|
* @name ReachPlanAdLengthEnum.ReachPlanAdLength
|
|
3950
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4157
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ReachPlanAdLengthEnum.ReachPlanAdLength
|
|
3951
4158
|
*/
|
|
3952
|
-
|
|
4159
|
+
let ReachPlanAdLength;
|
|
3953
4160
|
(function (ReachPlanAdLength) {
|
|
3954
4161
|
ReachPlanAdLength[ReachPlanAdLength["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3955
4162
|
ReachPlanAdLength[ReachPlanAdLength["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3959,9 +4166,9 @@ var enums;
|
|
|
3959
4166
|
})(ReachPlanAdLength = enums.ReachPlanAdLength || (enums.ReachPlanAdLength = {}));
|
|
3960
4167
|
/**
|
|
3961
4168
|
* @name ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
3962
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4169
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
3963
4170
|
*/
|
|
3964
|
-
|
|
4171
|
+
let ReachPlanAgeRange;
|
|
3965
4172
|
(function (ReachPlanAgeRange) {
|
|
3966
4173
|
ReachPlanAgeRange[ReachPlanAgeRange["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3967
4174
|
ReachPlanAgeRange[ReachPlanAgeRange["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3994,9 +4201,9 @@ var enums;
|
|
|
3994
4201
|
})(ReachPlanAgeRange = enums.ReachPlanAgeRange || (enums.ReachPlanAgeRange = {}));
|
|
3995
4202
|
/**
|
|
3996
4203
|
* @name ReachPlanNetworkEnum.ReachPlanNetwork
|
|
3997
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4204
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ReachPlanNetworkEnum.ReachPlanNetwork
|
|
3998
4205
|
*/
|
|
3999
|
-
|
|
4206
|
+
let ReachPlanNetwork;
|
|
4000
4207
|
(function (ReachPlanNetwork) {
|
|
4001
4208
|
ReachPlanNetwork[ReachPlanNetwork["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4002
4209
|
ReachPlanNetwork[ReachPlanNetwork["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4006,9 +4213,9 @@ var enums;
|
|
|
4006
4213
|
})(ReachPlanNetwork = enums.ReachPlanNetwork || (enums.ReachPlanNetwork = {}));
|
|
4007
4214
|
/**
|
|
4008
4215
|
* @name RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
4009
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4216
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
4010
4217
|
*/
|
|
4011
|
-
|
|
4218
|
+
let RealEstatePlaceholderField;
|
|
4012
4219
|
(function (RealEstatePlaceholderField) {
|
|
4013
4220
|
RealEstatePlaceholderField[RealEstatePlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4014
4221
|
RealEstatePlaceholderField[RealEstatePlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4033,9 +4240,9 @@ var enums;
|
|
|
4033
4240
|
})(RealEstatePlaceholderField = enums.RealEstatePlaceholderField || (enums.RealEstatePlaceholderField = {}));
|
|
4034
4241
|
/**
|
|
4035
4242
|
* @name ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4036
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4243
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4037
4244
|
*/
|
|
4038
|
-
|
|
4245
|
+
let ResourceChangeOperation;
|
|
4039
4246
|
(function (ResourceChangeOperation) {
|
|
4040
4247
|
ResourceChangeOperation[ResourceChangeOperation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4041
4248
|
ResourceChangeOperation[ResourceChangeOperation["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4045,9 +4252,9 @@ var enums;
|
|
|
4045
4252
|
})(ResourceChangeOperation = enums.ResourceChangeOperation || (enums.ResourceChangeOperation = {}));
|
|
4046
4253
|
/**
|
|
4047
4254
|
* @name ResourceLimitTypeEnum.ResourceLimitType
|
|
4048
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4255
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ResourceLimitTypeEnum.ResourceLimitType
|
|
4049
4256
|
*/
|
|
4050
|
-
|
|
4257
|
+
let ResourceLimitType;
|
|
4051
4258
|
(function (ResourceLimitType) {
|
|
4052
4259
|
ResourceLimitType[ResourceLimitType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4053
4260
|
ResourceLimitType[ResourceLimitType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4095,6 +4302,7 @@ var enums;
|
|
|
4095
4302
|
ResourceLimitType[ResourceLimitType["BIDDING_STRATEGIES_PER_CUSTOMER"] = 45] = "BIDDING_STRATEGIES_PER_CUSTOMER";
|
|
4096
4303
|
ResourceLimitType[ResourceLimitType["BASIC_USER_LISTS_PER_CUSTOMER"] = 47] = "BASIC_USER_LISTS_PER_CUSTOMER";
|
|
4097
4304
|
ResourceLimitType[ResourceLimitType["LOGICAL_USER_LISTS_PER_CUSTOMER"] = 48] = "LOGICAL_USER_LISTS_PER_CUSTOMER";
|
|
4305
|
+
ResourceLimitType[ResourceLimitType["RULE_BASED_USER_LISTS_PER_CUSTOMER"] = 153] = "RULE_BASED_USER_LISTS_PER_CUSTOMER";
|
|
4098
4306
|
ResourceLimitType[ResourceLimitType["BASE_AD_GROUP_ADS_PER_CUSTOMER"] = 53] = "BASE_AD_GROUP_ADS_PER_CUSTOMER";
|
|
4099
4307
|
ResourceLimitType[ResourceLimitType["EXPERIMENT_AD_GROUP_ADS_PER_CUSTOMER"] = 54] = "EXPERIMENT_AD_GROUP_ADS_PER_CUSTOMER";
|
|
4100
4308
|
ResourceLimitType[ResourceLimitType["AD_GROUP_ADS_PER_CAMPAIGN"] = 55] = "AD_GROUP_ADS_PER_CAMPAIGN";
|
|
@@ -4135,6 +4343,20 @@ var enums;
|
|
|
4135
4343
|
ResourceLimitType[ResourceLimitType["DYNAMIC_EDUCATION_FEED_ASSET_SETS_PER_CUSTOMER"] = 158] = "DYNAMIC_EDUCATION_FEED_ASSET_SETS_PER_CUSTOMER";
|
|
4136
4344
|
ResourceLimitType[ResourceLimitType["ASSETS_PER_PAGE_FEED_ASSET_SET"] = 159] = "ASSETS_PER_PAGE_FEED_ASSET_SET";
|
|
4137
4345
|
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_EDUCATION_FEED_ASSET_SET"] = 160] = "ASSETS_PER_DYNAMIC_EDUCATION_FEED_ASSET_SET";
|
|
4346
|
+
ResourceLimitType[ResourceLimitType["DYNAMIC_REAL_ESTATE_ASSET_SETS_PER_CUSTOMER"] = 161] = "DYNAMIC_REAL_ESTATE_ASSET_SETS_PER_CUSTOMER";
|
|
4347
|
+
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_REAL_ESTATE_ASSET_SET"] = 162] = "ASSETS_PER_DYNAMIC_REAL_ESTATE_ASSET_SET";
|
|
4348
|
+
ResourceLimitType[ResourceLimitType["DYNAMIC_CUSTOM_ASSET_SETS_PER_CUSTOMER"] = 163] = "DYNAMIC_CUSTOM_ASSET_SETS_PER_CUSTOMER";
|
|
4349
|
+
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_CUSTOM_ASSET_SET"] = 164] = "ASSETS_PER_DYNAMIC_CUSTOM_ASSET_SET";
|
|
4350
|
+
ResourceLimitType[ResourceLimitType["DYNAMIC_HOTELS_AND_RENTALS_ASSET_SETS_PER_CUSTOMER"] = 165] = "DYNAMIC_HOTELS_AND_RENTALS_ASSET_SETS_PER_CUSTOMER";
|
|
4351
|
+
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_HOTELS_AND_RENTALS_ASSET_SET"] = 166] = "ASSETS_PER_DYNAMIC_HOTELS_AND_RENTALS_ASSET_SET";
|
|
4352
|
+
ResourceLimitType[ResourceLimitType["DYNAMIC_LOCAL_ASSET_SETS_PER_CUSTOMER"] = 167] = "DYNAMIC_LOCAL_ASSET_SETS_PER_CUSTOMER";
|
|
4353
|
+
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_LOCAL_ASSET_SET"] = 168] = "ASSETS_PER_DYNAMIC_LOCAL_ASSET_SET";
|
|
4354
|
+
ResourceLimitType[ResourceLimitType["DYNAMIC_FLIGHTS_ASSET_SETS_PER_CUSTOMER"] = 169] = "DYNAMIC_FLIGHTS_ASSET_SETS_PER_CUSTOMER";
|
|
4355
|
+
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_FLIGHTS_ASSET_SET"] = 170] = "ASSETS_PER_DYNAMIC_FLIGHTS_ASSET_SET";
|
|
4356
|
+
ResourceLimitType[ResourceLimitType["DYNAMIC_TRAVEL_ASSET_SETS_PER_CUSTOMER"] = 171] = "DYNAMIC_TRAVEL_ASSET_SETS_PER_CUSTOMER";
|
|
4357
|
+
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_TRAVEL_ASSET_SET"] = 172] = "ASSETS_PER_DYNAMIC_TRAVEL_ASSET_SET";
|
|
4358
|
+
ResourceLimitType[ResourceLimitType["DYNAMIC_JOBS_ASSET_SETS_PER_CUSTOMER"] = 173] = "DYNAMIC_JOBS_ASSET_SETS_PER_CUSTOMER";
|
|
4359
|
+
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_JOBS_ASSET_SET"] = 174] = "ASSETS_PER_DYNAMIC_JOBS_ASSET_SET";
|
|
4138
4360
|
ResourceLimitType[ResourceLimitType["VERSIONS_PER_AD"] = 82] = "VERSIONS_PER_AD";
|
|
4139
4361
|
ResourceLimitType[ResourceLimitType["USER_FEEDS_PER_CUSTOMER"] = 90] = "USER_FEEDS_PER_CUSTOMER";
|
|
4140
4362
|
ResourceLimitType[ResourceLimitType["SYSTEM_FEEDS_PER_CUSTOMER"] = 91] = "SYSTEM_FEEDS_PER_CUSTOMER";
|
|
@@ -4169,9 +4391,9 @@ var enums;
|
|
|
4169
4391
|
})(ResourceLimitType = enums.ResourceLimitType || (enums.ResourceLimitType = {}));
|
|
4170
4392
|
/**
|
|
4171
4393
|
* @name ResponseContentTypeEnum.ResponseContentType
|
|
4172
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4394
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ResponseContentTypeEnum.ResponseContentType
|
|
4173
4395
|
*/
|
|
4174
|
-
|
|
4396
|
+
let ResponseContentType;
|
|
4175
4397
|
(function (ResponseContentType) {
|
|
4176
4398
|
ResponseContentType[ResponseContentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4177
4399
|
ResponseContentType[ResponseContentType["RESOURCE_NAME_ONLY"] = 1] = "RESOURCE_NAME_ONLY";
|
|
@@ -4179,9 +4401,9 @@ var enums;
|
|
|
4179
4401
|
})(ResponseContentType = enums.ResponseContentType || (enums.ResponseContentType = {}));
|
|
4180
4402
|
/**
|
|
4181
4403
|
* @name SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
4182
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4404
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
4183
4405
|
*/
|
|
4184
|
-
|
|
4406
|
+
let SearchTermTargetingStatus;
|
|
4185
4407
|
(function (SearchTermTargetingStatus) {
|
|
4186
4408
|
SearchTermTargetingStatus[SearchTermTargetingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4187
4409
|
SearchTermTargetingStatus[SearchTermTargetingStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4192,9 +4414,9 @@ var enums;
|
|
|
4192
4414
|
})(SearchTermTargetingStatus = enums.SearchTermTargetingStatus || (enums.SearchTermTargetingStatus = {}));
|
|
4193
4415
|
/**
|
|
4194
4416
|
* @name SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4195
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4417
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4196
4418
|
*/
|
|
4197
|
-
|
|
4419
|
+
let SeasonalityEventScope;
|
|
4198
4420
|
(function (SeasonalityEventScope) {
|
|
4199
4421
|
SeasonalityEventScope[SeasonalityEventScope["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4200
4422
|
SeasonalityEventScope[SeasonalityEventScope["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4204,9 +4426,9 @@ var enums;
|
|
|
4204
4426
|
})(SeasonalityEventScope = enums.SeasonalityEventScope || (enums.SeasonalityEventScope = {}));
|
|
4205
4427
|
/**
|
|
4206
4428
|
* @name SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4207
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4429
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4208
4430
|
*/
|
|
4209
|
-
|
|
4431
|
+
let SeasonalityEventStatus;
|
|
4210
4432
|
(function (SeasonalityEventStatus) {
|
|
4211
4433
|
SeasonalityEventStatus[SeasonalityEventStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4212
4434
|
SeasonalityEventStatus[SeasonalityEventStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4215,9 +4437,9 @@ var enums;
|
|
|
4215
4437
|
})(SeasonalityEventStatus = enums.SeasonalityEventStatus || (enums.SeasonalityEventStatus = {}));
|
|
4216
4438
|
/**
|
|
4217
4439
|
* @name SharedSetStatusEnum.SharedSetStatus
|
|
4218
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4440
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SharedSetStatusEnum.SharedSetStatus
|
|
4219
4441
|
*/
|
|
4220
|
-
|
|
4442
|
+
let SharedSetStatus;
|
|
4221
4443
|
(function (SharedSetStatus) {
|
|
4222
4444
|
SharedSetStatus[SharedSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4223
4445
|
SharedSetStatus[SharedSetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4226,9 +4448,9 @@ var enums;
|
|
|
4226
4448
|
})(SharedSetStatus = enums.SharedSetStatus || (enums.SharedSetStatus = {}));
|
|
4227
4449
|
/**
|
|
4228
4450
|
* @name SharedSetTypeEnum.SharedSetType
|
|
4229
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4451
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SharedSetTypeEnum.SharedSetType
|
|
4230
4452
|
*/
|
|
4231
|
-
|
|
4453
|
+
let SharedSetType;
|
|
4232
4454
|
(function (SharedSetType) {
|
|
4233
4455
|
SharedSetType[SharedSetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4234
4456
|
SharedSetType[SharedSetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4237,9 +4459,9 @@ var enums;
|
|
|
4237
4459
|
})(SharedSetType = enums.SharedSetType || (enums.SharedSetType = {}));
|
|
4238
4460
|
/**
|
|
4239
4461
|
* @name SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4240
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4462
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4241
4463
|
*/
|
|
4242
|
-
|
|
4464
|
+
let SimulationModificationMethod;
|
|
4243
4465
|
(function (SimulationModificationMethod) {
|
|
4244
4466
|
SimulationModificationMethod[SimulationModificationMethod["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4245
4467
|
SimulationModificationMethod[SimulationModificationMethod["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4249,9 +4471,9 @@ var enums;
|
|
|
4249
4471
|
})(SimulationModificationMethod = enums.SimulationModificationMethod || (enums.SimulationModificationMethod = {}));
|
|
4250
4472
|
/**
|
|
4251
4473
|
* @name SimulationTypeEnum.SimulationType
|
|
4252
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4474
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SimulationTypeEnum.SimulationType
|
|
4253
4475
|
*/
|
|
4254
|
-
|
|
4476
|
+
let SimulationType;
|
|
4255
4477
|
(function (SimulationType) {
|
|
4256
4478
|
SimulationType[SimulationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4257
4479
|
SimulationType[SimulationType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4266,9 +4488,9 @@ var enums;
|
|
|
4266
4488
|
})(SimulationType = enums.SimulationType || (enums.SimulationType = {}));
|
|
4267
4489
|
/**
|
|
4268
4490
|
* @name SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
4269
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4491
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
4270
4492
|
*/
|
|
4271
|
-
|
|
4493
|
+
let SitelinkPlaceholderField;
|
|
4272
4494
|
(function (SitelinkPlaceholderField) {
|
|
4273
4495
|
SitelinkPlaceholderField[SitelinkPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4274
4496
|
SitelinkPlaceholderField[SitelinkPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4282,9 +4504,9 @@ var enums;
|
|
|
4282
4504
|
})(SitelinkPlaceholderField = enums.SitelinkPlaceholderField || (enums.SitelinkPlaceholderField = {}));
|
|
4283
4505
|
/**
|
|
4284
4506
|
* @name SpendingLimitTypeEnum.SpendingLimitType
|
|
4285
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4507
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SpendingLimitTypeEnum.SpendingLimitType
|
|
4286
4508
|
*/
|
|
4287
|
-
|
|
4509
|
+
let SpendingLimitType;
|
|
4288
4510
|
(function (SpendingLimitType) {
|
|
4289
4511
|
SpendingLimitType[SpendingLimitType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4290
4512
|
SpendingLimitType[SpendingLimitType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4292,9 +4514,9 @@ var enums;
|
|
|
4292
4514
|
})(SpendingLimitType = enums.SpendingLimitType || (enums.SpendingLimitType = {}));
|
|
4293
4515
|
/**
|
|
4294
4516
|
* @name StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
4295
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4517
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
4296
4518
|
*/
|
|
4297
|
-
|
|
4519
|
+
let StructuredSnippetPlaceholderField;
|
|
4298
4520
|
(function (StructuredSnippetPlaceholderField) {
|
|
4299
4521
|
StructuredSnippetPlaceholderField[StructuredSnippetPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4300
4522
|
StructuredSnippetPlaceholderField[StructuredSnippetPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4303,9 +4525,9 @@ var enums;
|
|
|
4303
4525
|
})(StructuredSnippetPlaceholderField = enums.StructuredSnippetPlaceholderField || (enums.StructuredSnippetPlaceholderField = {}));
|
|
4304
4526
|
/**
|
|
4305
4527
|
* @name SummaryRowSettingEnum.SummaryRowSetting
|
|
4306
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4528
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SummaryRowSettingEnum.SummaryRowSetting
|
|
4307
4529
|
*/
|
|
4308
|
-
|
|
4530
|
+
let SummaryRowSetting;
|
|
4309
4531
|
(function (SummaryRowSetting) {
|
|
4310
4532
|
SummaryRowSetting[SummaryRowSetting["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4311
4533
|
SummaryRowSetting[SummaryRowSetting["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4315,9 +4537,9 @@ var enums;
|
|
|
4315
4537
|
})(SummaryRowSetting = enums.SummaryRowSetting || (enums.SummaryRowSetting = {}));
|
|
4316
4538
|
/**
|
|
4317
4539
|
* @name SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4318
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4540
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4319
4541
|
*/
|
|
4320
|
-
|
|
4542
|
+
let SystemManagedResourceSource;
|
|
4321
4543
|
(function (SystemManagedResourceSource) {
|
|
4322
4544
|
SystemManagedResourceSource[SystemManagedResourceSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4323
4545
|
SystemManagedResourceSource[SystemManagedResourceSource["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4325,9 +4547,9 @@ var enums;
|
|
|
4325
4547
|
})(SystemManagedResourceSource = enums.SystemManagedResourceSource || (enums.SystemManagedResourceSource = {}));
|
|
4326
4548
|
/**
|
|
4327
4549
|
* @name TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4328
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4550
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4329
4551
|
*/
|
|
4330
|
-
|
|
4552
|
+
let TargetCpaOptInRecommendationGoal;
|
|
4331
4553
|
(function (TargetCpaOptInRecommendationGoal) {
|
|
4332
4554
|
TargetCpaOptInRecommendationGoal[TargetCpaOptInRecommendationGoal["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4333
4555
|
TargetCpaOptInRecommendationGoal[TargetCpaOptInRecommendationGoal["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4338,9 +4560,9 @@ var enums;
|
|
|
4338
4560
|
})(TargetCpaOptInRecommendationGoal = enums.TargetCpaOptInRecommendationGoal || (enums.TargetCpaOptInRecommendationGoal = {}));
|
|
4339
4561
|
/**
|
|
4340
4562
|
* @name TimeTypeEnum.TimeType
|
|
4341
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4563
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/TimeTypeEnum.TimeType
|
|
4342
4564
|
*/
|
|
4343
|
-
|
|
4565
|
+
let TimeType;
|
|
4344
4566
|
(function (TimeType) {
|
|
4345
4567
|
TimeType[TimeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4346
4568
|
TimeType[TimeType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4349,9 +4571,9 @@ var enums;
|
|
|
4349
4571
|
})(TimeType = enums.TimeType || (enums.TimeType = {}));
|
|
4350
4572
|
/**
|
|
4351
4573
|
* @name TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
4352
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4574
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
4353
4575
|
*/
|
|
4354
|
-
|
|
4576
|
+
let TravelPlaceholderField;
|
|
4355
4577
|
(function (TravelPlaceholderField) {
|
|
4356
4578
|
TravelPlaceholderField[TravelPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4357
4579
|
TravelPlaceholderField[TravelPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4378,9 +4600,9 @@ var enums;
|
|
|
4378
4600
|
})(TravelPlaceholderField = enums.TravelPlaceholderField || (enums.TravelPlaceholderField = {}));
|
|
4379
4601
|
/**
|
|
4380
4602
|
* @name UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4381
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4603
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4382
4604
|
*/
|
|
4383
|
-
|
|
4605
|
+
let UserInterestTaxonomyType;
|
|
4384
4606
|
(function (UserInterestTaxonomyType) {
|
|
4385
4607
|
UserInterestTaxonomyType[UserInterestTaxonomyType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4386
4608
|
UserInterestTaxonomyType[UserInterestTaxonomyType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4392,9 +4614,9 @@ var enums;
|
|
|
4392
4614
|
})(UserInterestTaxonomyType = enums.UserInterestTaxonomyType || (enums.UserInterestTaxonomyType = {}));
|
|
4393
4615
|
/**
|
|
4394
4616
|
* @name UserListAccessStatusEnum.UserListAccessStatus
|
|
4395
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4617
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListAccessStatusEnum.UserListAccessStatus
|
|
4396
4618
|
*/
|
|
4397
|
-
|
|
4619
|
+
let UserListAccessStatus;
|
|
4398
4620
|
(function (UserListAccessStatus) {
|
|
4399
4621
|
UserListAccessStatus[UserListAccessStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4400
4622
|
UserListAccessStatus[UserListAccessStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4403,9 +4625,9 @@ var enums;
|
|
|
4403
4625
|
})(UserListAccessStatus = enums.UserListAccessStatus || (enums.UserListAccessStatus = {}));
|
|
4404
4626
|
/**
|
|
4405
4627
|
* @name UserListClosingReasonEnum.UserListClosingReason
|
|
4406
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4628
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListClosingReasonEnum.UserListClosingReason
|
|
4407
4629
|
*/
|
|
4408
|
-
|
|
4630
|
+
let UserListClosingReason;
|
|
4409
4631
|
(function (UserListClosingReason) {
|
|
4410
4632
|
UserListClosingReason[UserListClosingReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4411
4633
|
UserListClosingReason[UserListClosingReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4413,9 +4635,9 @@ var enums;
|
|
|
4413
4635
|
})(UserListClosingReason = enums.UserListClosingReason || (enums.UserListClosingReason = {}));
|
|
4414
4636
|
/**
|
|
4415
4637
|
* @name UserListMembershipStatusEnum.UserListMembershipStatus
|
|
4416
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4638
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListMembershipStatusEnum.UserListMembershipStatus
|
|
4417
4639
|
*/
|
|
4418
|
-
|
|
4640
|
+
let UserListMembershipStatus;
|
|
4419
4641
|
(function (UserListMembershipStatus) {
|
|
4420
4642
|
UserListMembershipStatus[UserListMembershipStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4421
4643
|
UserListMembershipStatus[UserListMembershipStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4424,9 +4646,9 @@ var enums;
|
|
|
4424
4646
|
})(UserListMembershipStatus = enums.UserListMembershipStatus || (enums.UserListMembershipStatus = {}));
|
|
4425
4647
|
/**
|
|
4426
4648
|
* @name UserListSizeRangeEnum.UserListSizeRange
|
|
4427
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4649
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListSizeRangeEnum.UserListSizeRange
|
|
4428
4650
|
*/
|
|
4429
|
-
|
|
4651
|
+
let UserListSizeRange;
|
|
4430
4652
|
(function (UserListSizeRange) {
|
|
4431
4653
|
UserListSizeRange[UserListSizeRange["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4432
4654
|
UserListSizeRange[UserListSizeRange["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4449,9 +4671,9 @@ var enums;
|
|
|
4449
4671
|
})(UserListSizeRange = enums.UserListSizeRange || (enums.UserListSizeRange = {}));
|
|
4450
4672
|
/**
|
|
4451
4673
|
* @name UserListTypeEnum.UserListType
|
|
4452
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4674
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListTypeEnum.UserListType
|
|
4453
4675
|
*/
|
|
4454
|
-
|
|
4676
|
+
let UserListType;
|
|
4455
4677
|
(function (UserListType) {
|
|
4456
4678
|
UserListType[UserListType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4457
4679
|
UserListType[UserListType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4464,9 +4686,9 @@ var enums;
|
|
|
4464
4686
|
})(UserListType = enums.UserListType || (enums.UserListType = {}));
|
|
4465
4687
|
/**
|
|
4466
4688
|
* @name ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
4467
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4689
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
4468
4690
|
*/
|
|
4469
|
-
|
|
4691
|
+
let ValueRuleDeviceType;
|
|
4470
4692
|
(function (ValueRuleDeviceType) {
|
|
4471
4693
|
ValueRuleDeviceType[ValueRuleDeviceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4472
4694
|
ValueRuleDeviceType[ValueRuleDeviceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4476,9 +4698,9 @@ var enums;
|
|
|
4476
4698
|
})(ValueRuleDeviceType = enums.ValueRuleDeviceType || (enums.ValueRuleDeviceType = {}));
|
|
4477
4699
|
/**
|
|
4478
4700
|
* @name ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
4479
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4701
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
4480
4702
|
*/
|
|
4481
|
-
|
|
4703
|
+
let ValueRuleGeoLocationMatchType;
|
|
4482
4704
|
(function (ValueRuleGeoLocationMatchType) {
|
|
4483
4705
|
ValueRuleGeoLocationMatchType[ValueRuleGeoLocationMatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4484
4706
|
ValueRuleGeoLocationMatchType[ValueRuleGeoLocationMatchType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4487,9 +4709,9 @@ var enums;
|
|
|
4487
4709
|
})(ValueRuleGeoLocationMatchType = enums.ValueRuleGeoLocationMatchType || (enums.ValueRuleGeoLocationMatchType = {}));
|
|
4488
4710
|
/**
|
|
4489
4711
|
* @name ValueRuleOperationEnum.ValueRuleOperation
|
|
4490
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4712
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ValueRuleOperationEnum.ValueRuleOperation
|
|
4491
4713
|
*/
|
|
4492
|
-
|
|
4714
|
+
let ValueRuleOperation;
|
|
4493
4715
|
(function (ValueRuleOperation) {
|
|
4494
4716
|
ValueRuleOperation[ValueRuleOperation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4495
4717
|
ValueRuleOperation[ValueRuleOperation["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4499,9 +4721,9 @@ var enums;
|
|
|
4499
4721
|
})(ValueRuleOperation = enums.ValueRuleOperation || (enums.ValueRuleOperation = {}));
|
|
4500
4722
|
/**
|
|
4501
4723
|
* @name ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
4502
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4724
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
4503
4725
|
*/
|
|
4504
|
-
|
|
4726
|
+
let ValueRuleSetAttachmentType;
|
|
4505
4727
|
(function (ValueRuleSetAttachmentType) {
|
|
4506
4728
|
ValueRuleSetAttachmentType[ValueRuleSetAttachmentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4507
4729
|
ValueRuleSetAttachmentType[ValueRuleSetAttachmentType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4510,9 +4732,9 @@ var enums;
|
|
|
4510
4732
|
})(ValueRuleSetAttachmentType = enums.ValueRuleSetAttachmentType || (enums.ValueRuleSetAttachmentType = {}));
|
|
4511
4733
|
/**
|
|
4512
4734
|
* @name ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
4513
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4735
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
4514
4736
|
*/
|
|
4515
|
-
|
|
4737
|
+
let ValueRuleSetDimension;
|
|
4516
4738
|
(function (ValueRuleSetDimension) {
|
|
4517
4739
|
ValueRuleSetDimension[ValueRuleSetDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4518
4740
|
ValueRuleSetDimension[ValueRuleSetDimension["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4523,9 +4745,9 @@ var enums;
|
|
|
4523
4745
|
})(ValueRuleSetDimension = enums.ValueRuleSetDimension || (enums.ValueRuleSetDimension = {}));
|
|
4524
4746
|
/**
|
|
4525
4747
|
* @name VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
4526
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4748
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
4527
4749
|
*/
|
|
4528
|
-
|
|
4750
|
+
let VanityPharmaDisplayUrlMode;
|
|
4529
4751
|
(function (VanityPharmaDisplayUrlMode) {
|
|
4530
4752
|
VanityPharmaDisplayUrlMode[VanityPharmaDisplayUrlMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4531
4753
|
VanityPharmaDisplayUrlMode[VanityPharmaDisplayUrlMode["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4534,9 +4756,9 @@ var enums;
|
|
|
4534
4756
|
})(VanityPharmaDisplayUrlMode = enums.VanityPharmaDisplayUrlMode || (enums.VanityPharmaDisplayUrlMode = {}));
|
|
4535
4757
|
/**
|
|
4536
4758
|
* @name VanityPharmaTextEnum.VanityPharmaText
|
|
4537
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4759
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/VanityPharmaTextEnum.VanityPharmaText
|
|
4538
4760
|
*/
|
|
4539
|
-
|
|
4761
|
+
let VanityPharmaText;
|
|
4540
4762
|
(function (VanityPharmaText) {
|
|
4541
4763
|
VanityPharmaText[VanityPharmaText["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4542
4764
|
VanityPharmaText[VanityPharmaText["UNKNOWN"] = 1] = "UNKNOWN";
|