google-ads-api 10.0.2 → 11.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +67 -10
- 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/parser.js +29 -36
- package/build/src/protos/autogen/enums.d.ts +410 -300
- package/build/src/protos/autogen/enums.js +699 -583
- package/build/src/protos/autogen/fields.d.ts +167 -151
- package/build/src/protos/autogen/fields.js +9 -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 +193 -147
- package/build/src/protos/autogen/serviceFactory.js +18420 -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 +102 -107
- package/build/src/testUtils.js +47 -52
- package/build/src/utils.js +18 -20
- package/build/src/version.d.ts +1 -1
- package/build/src/version.js +1 -1
- package/package.json +3 -3
|
@@ -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";
|
|
@@ -584,6 +584,13 @@ var enums;
|
|
|
584
584
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["COMPANY_NAME"] = 13] = "COMPANY_NAME";
|
|
585
585
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["WORK_PHONE"] = 14] = "WORK_PHONE";
|
|
586
586
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["JOB_TITLE"] = 15] = "JOB_TITLE";
|
|
587
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["GOVERNMENT_ISSUED_ID_CPF_BR"] = 16] = "GOVERNMENT_ISSUED_ID_CPF_BR";
|
|
588
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["GOVERNMENT_ISSUED_ID_DNI_AR"] = 17] = "GOVERNMENT_ISSUED_ID_DNI_AR";
|
|
589
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["GOVERNMENT_ISSUED_ID_DNI_PE"] = 18] = "GOVERNMENT_ISSUED_ID_DNI_PE";
|
|
590
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["GOVERNMENT_ISSUED_ID_RUT_CL"] = 19] = "GOVERNMENT_ISSUED_ID_RUT_CL";
|
|
591
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["GOVERNMENT_ISSUED_ID_CC_CO"] = 20] = "GOVERNMENT_ISSUED_ID_CC_CO";
|
|
592
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["GOVERNMENT_ISSUED_ID_CI_EC"] = 21] = "GOVERNMENT_ISSUED_ID_CI_EC";
|
|
593
|
+
LeadFormFieldUserInputType[LeadFormFieldUserInputType["GOVERNMENT_ISSUED_ID_RFC_MX"] = 22] = "GOVERNMENT_ISSUED_ID_RFC_MX";
|
|
587
594
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["FIRST_NAME"] = 23] = "FIRST_NAME";
|
|
588
595
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["LAST_NAME"] = 24] = "LAST_NAME";
|
|
589
596
|
LeadFormFieldUserInputType[LeadFormFieldUserInputType["VEHICLE_MODEL"] = 1001] = "VEHICLE_MODEL";
|
|
@@ -636,9 +643,9 @@ var enums;
|
|
|
636
643
|
})(LeadFormFieldUserInputType = enums.LeadFormFieldUserInputType || (enums.LeadFormFieldUserInputType = {}));
|
|
637
644
|
/**
|
|
638
645
|
* @name LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
639
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
646
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
640
647
|
*/
|
|
641
|
-
|
|
648
|
+
let LeadFormPostSubmitCallToActionType;
|
|
642
649
|
(function (LeadFormPostSubmitCallToActionType) {
|
|
643
650
|
LeadFormPostSubmitCallToActionType[LeadFormPostSubmitCallToActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
644
651
|
LeadFormPostSubmitCallToActionType[LeadFormPostSubmitCallToActionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -649,9 +656,9 @@ var enums;
|
|
|
649
656
|
})(LeadFormPostSubmitCallToActionType = enums.LeadFormPostSubmitCallToActionType || (enums.LeadFormPostSubmitCallToActionType = {}));
|
|
650
657
|
/**
|
|
651
658
|
* @name MobileAppVendorEnum.MobileAppVendor
|
|
652
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
659
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MobileAppVendorEnum.MobileAppVendor
|
|
653
660
|
*/
|
|
654
|
-
|
|
661
|
+
let MobileAppVendor;
|
|
655
662
|
(function (MobileAppVendor) {
|
|
656
663
|
MobileAppVendor[MobileAppVendor["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
657
664
|
MobileAppVendor[MobileAppVendor["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -660,9 +667,9 @@ var enums;
|
|
|
660
667
|
})(MobileAppVendor = enums.MobileAppVendor || (enums.MobileAppVendor = {}));
|
|
661
668
|
/**
|
|
662
669
|
* @name PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
663
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
670
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
664
671
|
*/
|
|
665
|
-
|
|
672
|
+
let PriceExtensionPriceQualifier;
|
|
666
673
|
(function (PriceExtensionPriceQualifier) {
|
|
667
674
|
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
668
675
|
PriceExtensionPriceQualifier[PriceExtensionPriceQualifier["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -672,9 +679,9 @@ var enums;
|
|
|
672
679
|
})(PriceExtensionPriceQualifier = enums.PriceExtensionPriceQualifier || (enums.PriceExtensionPriceQualifier = {}));
|
|
673
680
|
/**
|
|
674
681
|
* @name PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
675
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
682
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
676
683
|
*/
|
|
677
|
-
|
|
684
|
+
let PriceExtensionPriceUnit;
|
|
678
685
|
(function (PriceExtensionPriceUnit) {
|
|
679
686
|
PriceExtensionPriceUnit[PriceExtensionPriceUnit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
680
687
|
PriceExtensionPriceUnit[PriceExtensionPriceUnit["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -687,9 +694,9 @@ var enums;
|
|
|
687
694
|
})(PriceExtensionPriceUnit = enums.PriceExtensionPriceUnit || (enums.PriceExtensionPriceUnit = {}));
|
|
688
695
|
/**
|
|
689
696
|
* @name PriceExtensionTypeEnum.PriceExtensionType
|
|
690
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
697
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PriceExtensionTypeEnum.PriceExtensionType
|
|
691
698
|
*/
|
|
692
|
-
|
|
699
|
+
let PriceExtensionType;
|
|
693
700
|
(function (PriceExtensionType) {
|
|
694
701
|
PriceExtensionType[PriceExtensionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
695
702
|
PriceExtensionType[PriceExtensionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -705,9 +712,9 @@ var enums;
|
|
|
705
712
|
})(PriceExtensionType = enums.PriceExtensionType || (enums.PriceExtensionType = {}));
|
|
706
713
|
/**
|
|
707
714
|
* @name PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
708
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
715
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
709
716
|
*/
|
|
710
|
-
|
|
717
|
+
let PromotionExtensionDiscountModifier;
|
|
711
718
|
(function (PromotionExtensionDiscountModifier) {
|
|
712
719
|
PromotionExtensionDiscountModifier[PromotionExtensionDiscountModifier["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
713
720
|
PromotionExtensionDiscountModifier[PromotionExtensionDiscountModifier["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -715,9 +722,9 @@ var enums;
|
|
|
715
722
|
})(PromotionExtensionDiscountModifier = enums.PromotionExtensionDiscountModifier || (enums.PromotionExtensionDiscountModifier = {}));
|
|
716
723
|
/**
|
|
717
724
|
* @name PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
718
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
725
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
719
726
|
*/
|
|
720
|
-
|
|
727
|
+
let PromotionExtensionOccasion;
|
|
721
728
|
(function (PromotionExtensionOccasion) {
|
|
722
729
|
PromotionExtensionOccasion[PromotionExtensionOccasion["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
723
730
|
PromotionExtensionOccasion[PromotionExtensionOccasion["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -761,9 +768,9 @@ var enums;
|
|
|
761
768
|
})(PromotionExtensionOccasion = enums.PromotionExtensionOccasion || (enums.PromotionExtensionOccasion = {}));
|
|
762
769
|
/**
|
|
763
770
|
* @name TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
764
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
771
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
765
772
|
*/
|
|
766
|
-
|
|
773
|
+
let TargetImpressionShareLocation;
|
|
767
774
|
(function (TargetImpressionShareLocation) {
|
|
768
775
|
TargetImpressionShareLocation[TargetImpressionShareLocation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
769
776
|
TargetImpressionShareLocation[TargetImpressionShareLocation["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -773,9 +780,9 @@ var enums;
|
|
|
773
780
|
})(TargetImpressionShareLocation = enums.TargetImpressionShareLocation || (enums.TargetImpressionShareLocation = {}));
|
|
774
781
|
/**
|
|
775
782
|
* @name AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
776
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
783
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
777
784
|
*/
|
|
778
|
-
|
|
785
|
+
let AdvertisingChannelSubType;
|
|
779
786
|
(function (AdvertisingChannelSubType) {
|
|
780
787
|
AdvertisingChannelSubType[AdvertisingChannelSubType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
781
788
|
AdvertisingChannelSubType[AdvertisingChannelSubType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -799,9 +806,9 @@ var enums;
|
|
|
799
806
|
})(AdvertisingChannelSubType = enums.AdvertisingChannelSubType || (enums.AdvertisingChannelSubType = {}));
|
|
800
807
|
/**
|
|
801
808
|
* @name AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
802
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
809
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
803
810
|
*/
|
|
804
|
-
|
|
811
|
+
let AdvertisingChannelType;
|
|
805
812
|
(function (AdvertisingChannelType) {
|
|
806
813
|
AdvertisingChannelType[AdvertisingChannelType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
807
814
|
AdvertisingChannelType[AdvertisingChannelType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -815,12 +822,13 @@ var enums;
|
|
|
815
822
|
AdvertisingChannelType[AdvertisingChannelType["SMART"] = 9] = "SMART";
|
|
816
823
|
AdvertisingChannelType[AdvertisingChannelType["PERFORMANCE_MAX"] = 10] = "PERFORMANCE_MAX";
|
|
817
824
|
AdvertisingChannelType[AdvertisingChannelType["LOCAL_SERVICES"] = 11] = "LOCAL_SERVICES";
|
|
825
|
+
AdvertisingChannelType[AdvertisingChannelType["DISCOVERY"] = 12] = "DISCOVERY";
|
|
818
826
|
})(AdvertisingChannelType = enums.AdvertisingChannelType || (enums.AdvertisingChannelType = {}));
|
|
819
827
|
/**
|
|
820
828
|
* @name CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
821
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
829
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
822
830
|
*/
|
|
823
|
-
|
|
831
|
+
let CriterionCategoryChannelAvailabilityMode;
|
|
824
832
|
(function (CriterionCategoryChannelAvailabilityMode) {
|
|
825
833
|
CriterionCategoryChannelAvailabilityMode[CriterionCategoryChannelAvailabilityMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
826
834
|
CriterionCategoryChannelAvailabilityMode[CriterionCategoryChannelAvailabilityMode["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -830,9 +838,9 @@ var enums;
|
|
|
830
838
|
})(CriterionCategoryChannelAvailabilityMode = enums.CriterionCategoryChannelAvailabilityMode || (enums.CriterionCategoryChannelAvailabilityMode = {}));
|
|
831
839
|
/**
|
|
832
840
|
* @name CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
833
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
841
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
834
842
|
*/
|
|
835
|
-
|
|
843
|
+
let CriterionCategoryLocaleAvailabilityMode;
|
|
836
844
|
(function (CriterionCategoryLocaleAvailabilityMode) {
|
|
837
845
|
CriterionCategoryLocaleAvailabilityMode[CriterionCategoryLocaleAvailabilityMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
838
846
|
CriterionCategoryLocaleAvailabilityMode[CriterionCategoryLocaleAvailabilityMode["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -843,9 +851,9 @@ var enums;
|
|
|
843
851
|
})(CriterionCategoryLocaleAvailabilityMode = enums.CriterionCategoryLocaleAvailabilityMode || (enums.CriterionCategoryLocaleAvailabilityMode = {}));
|
|
844
852
|
/**
|
|
845
853
|
* @name CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
846
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
854
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
847
855
|
*/
|
|
848
|
-
|
|
856
|
+
let CustomizerAttributeType;
|
|
849
857
|
(function (CustomizerAttributeType) {
|
|
850
858
|
CustomizerAttributeType[CustomizerAttributeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
851
859
|
CustomizerAttributeType[CustomizerAttributeType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -856,9 +864,9 @@ var enums;
|
|
|
856
864
|
})(CustomizerAttributeType = enums.CustomizerAttributeType || (enums.CustomizerAttributeType = {}));
|
|
857
865
|
/**
|
|
858
866
|
* @name MonthOfYearEnum.MonthOfYear
|
|
859
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
867
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MonthOfYearEnum.MonthOfYear
|
|
860
868
|
*/
|
|
861
|
-
|
|
869
|
+
let MonthOfYear;
|
|
862
870
|
(function (MonthOfYear) {
|
|
863
871
|
MonthOfYear[MonthOfYear["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
864
872
|
MonthOfYear[MonthOfYear["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -877,9 +885,9 @@ var enums;
|
|
|
877
885
|
})(MonthOfYear = enums.MonthOfYear || (enums.MonthOfYear = {}));
|
|
878
886
|
/**
|
|
879
887
|
* @name AppStoreEnum.AppStore
|
|
880
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
888
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AppStoreEnum.AppStore
|
|
881
889
|
*/
|
|
882
|
-
|
|
890
|
+
let AppStore;
|
|
883
891
|
(function (AppStore) {
|
|
884
892
|
AppStore[AppStore["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
885
893
|
AppStore[AppStore["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -888,9 +896,9 @@ var enums;
|
|
|
888
896
|
})(AppStore = enums.AppStore || (enums.AppStore = {}));
|
|
889
897
|
/**
|
|
890
898
|
* @name FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType
|
|
891
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
899
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType
|
|
892
900
|
*/
|
|
893
|
-
|
|
901
|
+
let FeedItemSetStringFilterType;
|
|
894
902
|
(function (FeedItemSetStringFilterType) {
|
|
895
903
|
FeedItemSetStringFilterType[FeedItemSetStringFilterType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
896
904
|
FeedItemSetStringFilterType[FeedItemSetStringFilterType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -898,9 +906,9 @@ var enums;
|
|
|
898
906
|
})(FeedItemSetStringFilterType = enums.FeedItemSetStringFilterType || (enums.FeedItemSetStringFilterType = {}));
|
|
899
907
|
/**
|
|
900
908
|
* @name AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
901
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
909
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
902
910
|
*/
|
|
903
|
-
|
|
911
|
+
let AppUrlOperatingSystemType;
|
|
904
912
|
(function (AppUrlOperatingSystemType) {
|
|
905
913
|
AppUrlOperatingSystemType[AppUrlOperatingSystemType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
906
914
|
AppUrlOperatingSystemType[AppUrlOperatingSystemType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -909,9 +917,9 @@ var enums;
|
|
|
909
917
|
})(AppUrlOperatingSystemType = enums.AppUrlOperatingSystemType || (enums.AppUrlOperatingSystemType = {}));
|
|
910
918
|
/**
|
|
911
919
|
* @name FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
912
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
920
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
913
921
|
*/
|
|
914
|
-
|
|
922
|
+
let FrequencyCapEventType;
|
|
915
923
|
(function (FrequencyCapEventType) {
|
|
916
924
|
FrequencyCapEventType[FrequencyCapEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
917
925
|
FrequencyCapEventType[FrequencyCapEventType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -920,9 +928,9 @@ var enums;
|
|
|
920
928
|
})(FrequencyCapEventType = enums.FrequencyCapEventType || (enums.FrequencyCapEventType = {}));
|
|
921
929
|
/**
|
|
922
930
|
* @name FrequencyCapLevelEnum.FrequencyCapLevel
|
|
923
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
931
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FrequencyCapLevelEnum.FrequencyCapLevel
|
|
924
932
|
*/
|
|
925
|
-
|
|
933
|
+
let FrequencyCapLevel;
|
|
926
934
|
(function (FrequencyCapLevel) {
|
|
927
935
|
FrequencyCapLevel[FrequencyCapLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
928
936
|
FrequencyCapLevel[FrequencyCapLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -932,9 +940,9 @@ var enums;
|
|
|
932
940
|
})(FrequencyCapLevel = enums.FrequencyCapLevel || (enums.FrequencyCapLevel = {}));
|
|
933
941
|
/**
|
|
934
942
|
* @name FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
935
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
943
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
936
944
|
*/
|
|
937
|
-
|
|
945
|
+
let FrequencyCapTimeUnit;
|
|
938
946
|
(function (FrequencyCapTimeUnit) {
|
|
939
947
|
FrequencyCapTimeUnit[FrequencyCapTimeUnit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
940
948
|
FrequencyCapTimeUnit[FrequencyCapTimeUnit["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -944,9 +952,9 @@ var enums;
|
|
|
944
952
|
})(FrequencyCapTimeUnit = enums.FrequencyCapTimeUnit || (enums.FrequencyCapTimeUnit = {}));
|
|
945
953
|
/**
|
|
946
954
|
* @name KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
947
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
955
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
948
956
|
*/
|
|
949
|
-
|
|
957
|
+
let KeywordPlanAggregateMetricType;
|
|
950
958
|
(function (KeywordPlanAggregateMetricType) {
|
|
951
959
|
KeywordPlanAggregateMetricType[KeywordPlanAggregateMetricType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
952
960
|
KeywordPlanAggregateMetricType[KeywordPlanAggregateMetricType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -954,9 +962,9 @@ var enums;
|
|
|
954
962
|
})(KeywordPlanAggregateMetricType = enums.KeywordPlanAggregateMetricType || (enums.KeywordPlanAggregateMetricType = {}));
|
|
955
963
|
/**
|
|
956
964
|
* @name KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
957
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
965
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
958
966
|
*/
|
|
959
|
-
|
|
967
|
+
let KeywordPlanCompetitionLevel;
|
|
960
968
|
(function (KeywordPlanCompetitionLevel) {
|
|
961
969
|
KeywordPlanCompetitionLevel[KeywordPlanCompetitionLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
962
970
|
KeywordPlanCompetitionLevel[KeywordPlanCompetitionLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -966,9 +974,9 @@ var enums;
|
|
|
966
974
|
})(KeywordPlanCompetitionLevel = enums.KeywordPlanCompetitionLevel || (enums.KeywordPlanCompetitionLevel = {}));
|
|
967
975
|
/**
|
|
968
976
|
* @name KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
969
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
977
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
970
978
|
*/
|
|
971
|
-
|
|
979
|
+
let KeywordPlanConceptGroupType;
|
|
972
980
|
(function (KeywordPlanConceptGroupType) {
|
|
973
981
|
KeywordPlanConceptGroupType[KeywordPlanConceptGroupType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
974
982
|
KeywordPlanConceptGroupType[KeywordPlanConceptGroupType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -978,9 +986,9 @@ var enums;
|
|
|
978
986
|
})(KeywordPlanConceptGroupType = enums.KeywordPlanConceptGroupType || (enums.KeywordPlanConceptGroupType = {}));
|
|
979
987
|
/**
|
|
980
988
|
* @name MatchingFunctionContextTypeEnum.MatchingFunctionContextType
|
|
981
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
989
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MatchingFunctionContextTypeEnum.MatchingFunctionContextType
|
|
982
990
|
*/
|
|
983
|
-
|
|
991
|
+
let MatchingFunctionContextType;
|
|
984
992
|
(function (MatchingFunctionContextType) {
|
|
985
993
|
MatchingFunctionContextType[MatchingFunctionContextType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
986
994
|
MatchingFunctionContextType[MatchingFunctionContextType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -990,9 +998,9 @@ var enums;
|
|
|
990
998
|
})(MatchingFunctionContextType = enums.MatchingFunctionContextType || (enums.MatchingFunctionContextType = {}));
|
|
991
999
|
/**
|
|
992
1000
|
* @name MatchingFunctionOperatorEnum.MatchingFunctionOperator
|
|
993
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1001
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MatchingFunctionOperatorEnum.MatchingFunctionOperator
|
|
994
1002
|
*/
|
|
995
|
-
|
|
1003
|
+
let MatchingFunctionOperator;
|
|
996
1004
|
(function (MatchingFunctionOperator) {
|
|
997
1005
|
MatchingFunctionOperator[MatchingFunctionOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
998
1006
|
MatchingFunctionOperator[MatchingFunctionOperator["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1004,9 +1012,9 @@ var enums;
|
|
|
1004
1012
|
})(MatchingFunctionOperator = enums.MatchingFunctionOperator || (enums.MatchingFunctionOperator = {}));
|
|
1005
1013
|
/**
|
|
1006
1014
|
* @name ExperimentMetricEnum.ExperimentMetric
|
|
1007
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1015
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ExperimentMetricEnum.ExperimentMetric
|
|
1008
1016
|
*/
|
|
1009
|
-
|
|
1017
|
+
let ExperimentMetric;
|
|
1010
1018
|
(function (ExperimentMetric) {
|
|
1011
1019
|
ExperimentMetric[ExperimentMetric["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1012
1020
|
ExperimentMetric[ExperimentMetric["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1026,9 +1034,9 @@ var enums;
|
|
|
1026
1034
|
})(ExperimentMetric = enums.ExperimentMetric || (enums.ExperimentMetric = {}));
|
|
1027
1035
|
/**
|
|
1028
1036
|
* @name ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1029
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1037
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1030
1038
|
*/
|
|
1031
|
-
|
|
1039
|
+
let ExperimentMetricDirection;
|
|
1032
1040
|
(function (ExperimentMetricDirection) {
|
|
1033
1041
|
ExperimentMetricDirection[ExperimentMetricDirection["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1034
1042
|
ExperimentMetricDirection[ExperimentMetricDirection["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1040,9 +1048,9 @@ var enums;
|
|
|
1040
1048
|
})(ExperimentMetricDirection = enums.ExperimentMetricDirection || (enums.ExperimentMetricDirection = {}));
|
|
1041
1049
|
/**
|
|
1042
1050
|
* @name InteractionEventTypeEnum.InteractionEventType
|
|
1043
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1051
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/InteractionEventTypeEnum.InteractionEventType
|
|
1044
1052
|
*/
|
|
1045
|
-
|
|
1053
|
+
let InteractionEventType;
|
|
1046
1054
|
(function (InteractionEventType) {
|
|
1047
1055
|
InteractionEventType[InteractionEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1048
1056
|
InteractionEventType[InteractionEventType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1053,9 +1061,9 @@ var enums;
|
|
|
1053
1061
|
})(InteractionEventType = enums.InteractionEventType || (enums.InteractionEventType = {}));
|
|
1054
1062
|
/**
|
|
1055
1063
|
* @name QualityScoreBucketEnum.QualityScoreBucket
|
|
1056
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1064
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/QualityScoreBucketEnum.QualityScoreBucket
|
|
1057
1065
|
*/
|
|
1058
|
-
|
|
1066
|
+
let QualityScoreBucket;
|
|
1059
1067
|
(function (QualityScoreBucket) {
|
|
1060
1068
|
QualityScoreBucket[QualityScoreBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1061
1069
|
QualityScoreBucket[QualityScoreBucket["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1065,9 +1073,9 @@ var enums;
|
|
|
1065
1073
|
})(QualityScoreBucket = enums.QualityScoreBucket || (enums.QualityScoreBucket = {}));
|
|
1066
1074
|
/**
|
|
1067
1075
|
* @name UserIdentifierSourceEnum.UserIdentifierSource
|
|
1068
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1076
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserIdentifierSourceEnum.UserIdentifierSource
|
|
1069
1077
|
*/
|
|
1070
|
-
|
|
1078
|
+
let UserIdentifierSource;
|
|
1071
1079
|
(function (UserIdentifierSource) {
|
|
1072
1080
|
UserIdentifierSource[UserIdentifierSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1073
1081
|
UserIdentifierSource[UserIdentifierSource["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1076,9 +1084,9 @@ var enums;
|
|
|
1076
1084
|
})(UserIdentifierSource = enums.UserIdentifierSource || (enums.UserIdentifierSource = {}));
|
|
1077
1085
|
/**
|
|
1078
1086
|
* @name AdDestinationTypeEnum.AdDestinationType
|
|
1079
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1087
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdDestinationTypeEnum.AdDestinationType
|
|
1080
1088
|
*/
|
|
1081
|
-
|
|
1089
|
+
let AdDestinationType;
|
|
1082
1090
|
(function (AdDestinationType) {
|
|
1083
1091
|
AdDestinationType[AdDestinationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1084
1092
|
AdDestinationType[AdDestinationType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1096,9 +1104,9 @@ var enums;
|
|
|
1096
1104
|
})(AdDestinationType = enums.AdDestinationType || (enums.AdDestinationType = {}));
|
|
1097
1105
|
/**
|
|
1098
1106
|
* @name AdNetworkTypeEnum.AdNetworkType
|
|
1099
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1107
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdNetworkTypeEnum.AdNetworkType
|
|
1100
1108
|
*/
|
|
1101
|
-
|
|
1109
|
+
let AdNetworkType;
|
|
1102
1110
|
(function (AdNetworkType) {
|
|
1103
1111
|
AdNetworkType[AdNetworkType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1104
1112
|
AdNetworkType[AdNetworkType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1111,9 +1119,9 @@ var enums;
|
|
|
1111
1119
|
})(AdNetworkType = enums.AdNetworkType || (enums.AdNetworkType = {}));
|
|
1112
1120
|
/**
|
|
1113
1121
|
* @name BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1114
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1122
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1115
1123
|
*/
|
|
1116
|
-
|
|
1124
|
+
let BudgetCampaignAssociationStatus;
|
|
1117
1125
|
(function (BudgetCampaignAssociationStatus) {
|
|
1118
1126
|
BudgetCampaignAssociationStatus[BudgetCampaignAssociationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1119
1127
|
BudgetCampaignAssociationStatus[BudgetCampaignAssociationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1122,9 +1130,9 @@ var enums;
|
|
|
1122
1130
|
})(BudgetCampaignAssociationStatus = enums.BudgetCampaignAssociationStatus || (enums.BudgetCampaignAssociationStatus = {}));
|
|
1123
1131
|
/**
|
|
1124
1132
|
* @name ClickTypeEnum.ClickType
|
|
1125
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1133
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ClickTypeEnum.ClickType
|
|
1126
1134
|
*/
|
|
1127
|
-
|
|
1135
|
+
let ClickType;
|
|
1128
1136
|
(function (ClickType) {
|
|
1129
1137
|
ClickType[ClickType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1130
1138
|
ClickType[ClickType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1181,12 +1189,13 @@ var enums;
|
|
|
1181
1189
|
ClickType[ClickType["PRICE_EXTENSION"] = 54] = "PRICE_EXTENSION";
|
|
1182
1190
|
ClickType[ClickType["HOTEL_BOOK_ON_GOOGLE_ROOM_SELECTION"] = 55] = "HOTEL_BOOK_ON_GOOGLE_ROOM_SELECTION";
|
|
1183
1191
|
ClickType[ClickType["SHOPPING_COMPARISON_LISTING"] = 56] = "SHOPPING_COMPARISON_LISTING";
|
|
1192
|
+
ClickType[ClickType["CROSS_NETWORK"] = 57] = "CROSS_NETWORK";
|
|
1184
1193
|
})(ClickType = enums.ClickType || (enums.ClickType = {}));
|
|
1185
1194
|
/**
|
|
1186
1195
|
* @name ConversionActionCategoryEnum.ConversionActionCategory
|
|
1187
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1196
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionActionCategoryEnum.ConversionActionCategory
|
|
1188
1197
|
*/
|
|
1189
|
-
|
|
1198
|
+
let ConversionActionCategory;
|
|
1190
1199
|
(function (ConversionActionCategory) {
|
|
1191
1200
|
ConversionActionCategory[ConversionActionCategory["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1192
1201
|
ConversionActionCategory[ConversionActionCategory["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1214,9 +1223,9 @@ var enums;
|
|
|
1214
1223
|
})(ConversionActionCategory = enums.ConversionActionCategory || (enums.ConversionActionCategory = {}));
|
|
1215
1224
|
/**
|
|
1216
1225
|
* @name ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1217
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1226
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1218
1227
|
*/
|
|
1219
|
-
|
|
1228
|
+
let ConversionAttributionEventType;
|
|
1220
1229
|
(function (ConversionAttributionEventType) {
|
|
1221
1230
|
ConversionAttributionEventType[ConversionAttributionEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1222
1231
|
ConversionAttributionEventType[ConversionAttributionEventType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1225,9 +1234,9 @@ var enums;
|
|
|
1225
1234
|
})(ConversionAttributionEventType = enums.ConversionAttributionEventType || (enums.ConversionAttributionEventType = {}));
|
|
1226
1235
|
/**
|
|
1227
1236
|
* @name ConversionLagBucketEnum.ConversionLagBucket
|
|
1228
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1237
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionLagBucketEnum.ConversionLagBucket
|
|
1229
1238
|
*/
|
|
1230
|
-
|
|
1239
|
+
let ConversionLagBucket;
|
|
1231
1240
|
(function (ConversionLagBucket) {
|
|
1232
1241
|
ConversionLagBucket[ConversionLagBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1233
1242
|
ConversionLagBucket[ConversionLagBucket["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1253,9 +1262,9 @@ var enums;
|
|
|
1253
1262
|
})(ConversionLagBucket = enums.ConversionLagBucket || (enums.ConversionLagBucket = {}));
|
|
1254
1263
|
/**
|
|
1255
1264
|
* @name ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1256
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1265
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1257
1266
|
*/
|
|
1258
|
-
|
|
1267
|
+
let ConversionOrAdjustmentLagBucket;
|
|
1259
1268
|
(function (ConversionOrAdjustmentLagBucket) {
|
|
1260
1269
|
ConversionOrAdjustmentLagBucket[ConversionOrAdjustmentLagBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1261
1270
|
ConversionOrAdjustmentLagBucket[ConversionOrAdjustmentLagBucket["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1303,9 +1312,9 @@ var enums;
|
|
|
1303
1312
|
})(ConversionOrAdjustmentLagBucket = enums.ConversionOrAdjustmentLagBucket || (enums.ConversionOrAdjustmentLagBucket = {}));
|
|
1304
1313
|
/**
|
|
1305
1314
|
* @name ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1306
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1315
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1307
1316
|
*/
|
|
1308
|
-
|
|
1317
|
+
let ConversionValueRulePrimaryDimension;
|
|
1309
1318
|
(function (ConversionValueRulePrimaryDimension) {
|
|
1310
1319
|
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1311
1320
|
ConversionValueRulePrimaryDimension[ConversionValueRulePrimaryDimension["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1319,9 +1328,9 @@ var enums;
|
|
|
1319
1328
|
})(ConversionValueRulePrimaryDimension = enums.ConversionValueRulePrimaryDimension || (enums.ConversionValueRulePrimaryDimension = {}));
|
|
1320
1329
|
/**
|
|
1321
1330
|
* @name ExternalConversionSourceEnum.ExternalConversionSource
|
|
1322
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1331
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ExternalConversionSourceEnum.ExternalConversionSource
|
|
1323
1332
|
*/
|
|
1324
|
-
|
|
1333
|
+
let ExternalConversionSource;
|
|
1325
1334
|
(function (ExternalConversionSource) {
|
|
1326
1335
|
ExternalConversionSource[ExternalConversionSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1327
1336
|
ExternalConversionSource[ExternalConversionSource["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1356,9 +1365,9 @@ var enums;
|
|
|
1356
1365
|
})(ExternalConversionSource = enums.ExternalConversionSource || (enums.ExternalConversionSource = {}));
|
|
1357
1366
|
/**
|
|
1358
1367
|
* @name HotelPriceBucketEnum.HotelPriceBucket
|
|
1359
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1368
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/HotelPriceBucketEnum.HotelPriceBucket
|
|
1360
1369
|
*/
|
|
1361
|
-
|
|
1370
|
+
let HotelPriceBucket;
|
|
1362
1371
|
(function (HotelPriceBucket) {
|
|
1363
1372
|
HotelPriceBucket[HotelPriceBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1364
1373
|
HotelPriceBucket[HotelPriceBucket["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1369,9 +1378,9 @@ var enums;
|
|
|
1369
1378
|
})(HotelPriceBucket = enums.HotelPriceBucket || (enums.HotelPriceBucket = {}));
|
|
1370
1379
|
/**
|
|
1371
1380
|
* @name HotelRateTypeEnum.HotelRateType
|
|
1372
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1381
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/HotelRateTypeEnum.HotelRateType
|
|
1373
1382
|
*/
|
|
1374
|
-
|
|
1383
|
+
let HotelRateType;
|
|
1375
1384
|
(function (HotelRateType) {
|
|
1376
1385
|
HotelRateType[HotelRateType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1377
1386
|
HotelRateType[HotelRateType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1382,9 +1391,9 @@ var enums;
|
|
|
1382
1391
|
})(HotelRateType = enums.HotelRateType || (enums.HotelRateType = {}));
|
|
1383
1392
|
/**
|
|
1384
1393
|
* @name PlaceholderTypeEnum.PlaceholderType
|
|
1385
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1394
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PlaceholderTypeEnum.PlaceholderType
|
|
1386
1395
|
*/
|
|
1387
|
-
|
|
1396
|
+
let PlaceholderType;
|
|
1388
1397
|
(function (PlaceholderType) {
|
|
1389
1398
|
PlaceholderType[PlaceholderType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1390
1399
|
PlaceholderType[PlaceholderType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1411,9 +1420,9 @@ var enums;
|
|
|
1411
1420
|
})(PlaceholderType = enums.PlaceholderType || (enums.PlaceholderType = {}));
|
|
1412
1421
|
/**
|
|
1413
1422
|
* @name RecommendationTypeEnum.RecommendationType
|
|
1414
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1423
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/RecommendationTypeEnum.RecommendationType
|
|
1415
1424
|
*/
|
|
1416
|
-
|
|
1425
|
+
let RecommendationType;
|
|
1417
1426
|
(function (RecommendationType) {
|
|
1418
1427
|
RecommendationType[RecommendationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1419
1428
|
RecommendationType[RecommendationType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1437,12 +1446,14 @@ var enums;
|
|
|
1437
1446
|
RecommendationType[RecommendationType["MARGINAL_ROI_CAMPAIGN_BUDGET"] = 19] = "MARGINAL_ROI_CAMPAIGN_BUDGET";
|
|
1438
1447
|
RecommendationType[RecommendationType["USE_BROAD_MATCH_KEYWORD"] = 20] = "USE_BROAD_MATCH_KEYWORD";
|
|
1439
1448
|
RecommendationType[RecommendationType["RESPONSIVE_SEARCH_AD_ASSET"] = 21] = "RESPONSIVE_SEARCH_AD_ASSET";
|
|
1449
|
+
RecommendationType[RecommendationType["UPGRADE_SMART_SHOPPING_CAMPAIGN_TO_PERFORMANCE_MAX"] = 22] = "UPGRADE_SMART_SHOPPING_CAMPAIGN_TO_PERFORMANCE_MAX";
|
|
1450
|
+
RecommendationType[RecommendationType["RESPONSIVE_SEARCH_AD_IMPROVE_AD_STRENGTH"] = 23] = "RESPONSIVE_SEARCH_AD_IMPROVE_AD_STRENGTH";
|
|
1440
1451
|
})(RecommendationType = enums.RecommendationType || (enums.RecommendationType = {}));
|
|
1441
1452
|
/**
|
|
1442
1453
|
* @name SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1443
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1454
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1444
1455
|
*/
|
|
1445
|
-
|
|
1456
|
+
let SearchEngineResultsPageType;
|
|
1446
1457
|
(function (SearchEngineResultsPageType) {
|
|
1447
1458
|
SearchEngineResultsPageType[SearchEngineResultsPageType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1448
1459
|
SearchEngineResultsPageType[SearchEngineResultsPageType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1452,9 +1463,9 @@ var enums;
|
|
|
1452
1463
|
})(SearchEngineResultsPageType = enums.SearchEngineResultsPageType || (enums.SearchEngineResultsPageType = {}));
|
|
1453
1464
|
/**
|
|
1454
1465
|
* @name SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1455
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1466
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1456
1467
|
*/
|
|
1457
|
-
|
|
1468
|
+
let SearchTermMatchType;
|
|
1458
1469
|
(function (SearchTermMatchType) {
|
|
1459
1470
|
SearchTermMatchType[SearchTermMatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1460
1471
|
SearchTermMatchType[SearchTermMatchType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1466,9 +1477,9 @@ var enums;
|
|
|
1466
1477
|
})(SearchTermMatchType = enums.SearchTermMatchType || (enums.SearchTermMatchType = {}));
|
|
1467
1478
|
/**
|
|
1468
1479
|
* @name SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1469
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1480
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1470
1481
|
*/
|
|
1471
|
-
|
|
1482
|
+
let SkAdNetworkAdEventType;
|
|
1472
1483
|
(function (SkAdNetworkAdEventType) {
|
|
1473
1484
|
SkAdNetworkAdEventType[SkAdNetworkAdEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1474
1485
|
SkAdNetworkAdEventType[SkAdNetworkAdEventType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1476,11 +1487,23 @@ var enums;
|
|
|
1476
1487
|
SkAdNetworkAdEventType[SkAdNetworkAdEventType["INTERACTION"] = 3] = "INTERACTION";
|
|
1477
1488
|
SkAdNetworkAdEventType[SkAdNetworkAdEventType["VIEW"] = 4] = "VIEW";
|
|
1478
1489
|
})(SkAdNetworkAdEventType = enums.SkAdNetworkAdEventType || (enums.SkAdNetworkAdEventType = {}));
|
|
1490
|
+
/**
|
|
1491
|
+
* @name SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1492
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1493
|
+
*/
|
|
1494
|
+
let SkAdNetworkAttributionCredit;
|
|
1495
|
+
(function (SkAdNetworkAttributionCredit) {
|
|
1496
|
+
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1497
|
+
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1498
|
+
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["UNAVAILABLE"] = 2] = "UNAVAILABLE";
|
|
1499
|
+
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["WON"] = 3] = "WON";
|
|
1500
|
+
SkAdNetworkAttributionCredit[SkAdNetworkAttributionCredit["CONTRIBUTED"] = 4] = "CONTRIBUTED";
|
|
1501
|
+
})(SkAdNetworkAttributionCredit = enums.SkAdNetworkAttributionCredit || (enums.SkAdNetworkAttributionCredit = {}));
|
|
1479
1502
|
/**
|
|
1480
1503
|
* @name SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1481
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1504
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1482
1505
|
*/
|
|
1483
|
-
|
|
1506
|
+
let SkAdNetworkUserType;
|
|
1484
1507
|
(function (SkAdNetworkUserType) {
|
|
1485
1508
|
SkAdNetworkUserType[SkAdNetworkUserType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1486
1509
|
SkAdNetworkUserType[SkAdNetworkUserType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1490,9 +1513,9 @@ var enums;
|
|
|
1490
1513
|
})(SkAdNetworkUserType = enums.SkAdNetworkUserType || (enums.SkAdNetworkUserType = {}));
|
|
1491
1514
|
/**
|
|
1492
1515
|
* @name SlotEnum.Slot
|
|
1493
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1516
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SlotEnum.Slot
|
|
1494
1517
|
*/
|
|
1495
|
-
|
|
1518
|
+
let Slot;
|
|
1496
1519
|
(function (Slot) {
|
|
1497
1520
|
Slot[Slot["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1498
1521
|
Slot[Slot["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1506,9 +1529,9 @@ var enums;
|
|
|
1506
1529
|
})(Slot = enums.Slot || (enums.Slot = {}));
|
|
1507
1530
|
/**
|
|
1508
1531
|
* @name TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1509
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1532
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1510
1533
|
*/
|
|
1511
|
-
|
|
1534
|
+
let TrackingCodePageFormat;
|
|
1512
1535
|
(function (TrackingCodePageFormat) {
|
|
1513
1536
|
TrackingCodePageFormat[TrackingCodePageFormat["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1514
1537
|
TrackingCodePageFormat[TrackingCodePageFormat["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1517,9 +1540,9 @@ var enums;
|
|
|
1517
1540
|
})(TrackingCodePageFormat = enums.TrackingCodePageFormat || (enums.TrackingCodePageFormat = {}));
|
|
1518
1541
|
/**
|
|
1519
1542
|
* @name TrackingCodeTypeEnum.TrackingCodeType
|
|
1520
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1543
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/TrackingCodeTypeEnum.TrackingCodeType
|
|
1521
1544
|
*/
|
|
1522
|
-
|
|
1545
|
+
let TrackingCodeType;
|
|
1523
1546
|
(function (TrackingCodeType) {
|
|
1524
1547
|
TrackingCodeType[TrackingCodeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1525
1548
|
TrackingCodeType[TrackingCodeType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1530,9 +1553,9 @@ var enums;
|
|
|
1530
1553
|
})(TrackingCodeType = enums.TrackingCodeType || (enums.TrackingCodeType = {}));
|
|
1531
1554
|
/**
|
|
1532
1555
|
* @name TargetingDimensionEnum.TargetingDimension
|
|
1533
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1556
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/TargetingDimensionEnum.TargetingDimension
|
|
1534
1557
|
*/
|
|
1535
|
-
|
|
1558
|
+
let TargetingDimension;
|
|
1536
1559
|
(function (TargetingDimension) {
|
|
1537
1560
|
TargetingDimension[TargetingDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1538
1561
|
TargetingDimension[TargetingDimension["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1547,9 +1570,9 @@ var enums;
|
|
|
1547
1570
|
})(TargetingDimension = enums.TargetingDimension || (enums.TargetingDimension = {}));
|
|
1548
1571
|
/**
|
|
1549
1572
|
* @name CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1550
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1573
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1551
1574
|
*/
|
|
1552
|
-
|
|
1575
|
+
let CustomerMatchUploadKeyType;
|
|
1553
1576
|
(function (CustomerMatchUploadKeyType) {
|
|
1554
1577
|
CustomerMatchUploadKeyType[CustomerMatchUploadKeyType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1555
1578
|
CustomerMatchUploadKeyType[CustomerMatchUploadKeyType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1559,9 +1582,9 @@ var enums;
|
|
|
1559
1582
|
})(CustomerMatchUploadKeyType = enums.CustomerMatchUploadKeyType || (enums.CustomerMatchUploadKeyType = {}));
|
|
1560
1583
|
/**
|
|
1561
1584
|
* @name UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator
|
|
1562
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1585
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator
|
|
1563
1586
|
*/
|
|
1564
|
-
|
|
1587
|
+
let UserListCombinedRuleOperator;
|
|
1565
1588
|
(function (UserListCombinedRuleOperator) {
|
|
1566
1589
|
UserListCombinedRuleOperator[UserListCombinedRuleOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1567
1590
|
UserListCombinedRuleOperator[UserListCombinedRuleOperator["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1570,9 +1593,9 @@ var enums;
|
|
|
1570
1593
|
})(UserListCombinedRuleOperator = enums.UserListCombinedRuleOperator || (enums.UserListCombinedRuleOperator = {}));
|
|
1571
1594
|
/**
|
|
1572
1595
|
* @name UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1573
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1596
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1574
1597
|
*/
|
|
1575
|
-
|
|
1598
|
+
let UserListCrmDataSourceType;
|
|
1576
1599
|
(function (UserListCrmDataSourceType) {
|
|
1577
1600
|
UserListCrmDataSourceType[UserListCrmDataSourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1578
1601
|
UserListCrmDataSourceType[UserListCrmDataSourceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1582,9 +1605,9 @@ var enums;
|
|
|
1582
1605
|
})(UserListCrmDataSourceType = enums.UserListCrmDataSourceType || (enums.UserListCrmDataSourceType = {}));
|
|
1583
1606
|
/**
|
|
1584
1607
|
* @name UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1585
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1608
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1586
1609
|
*/
|
|
1587
|
-
|
|
1610
|
+
let UserListDateRuleItemOperator;
|
|
1588
1611
|
(function (UserListDateRuleItemOperator) {
|
|
1589
1612
|
UserListDateRuleItemOperator[UserListDateRuleItemOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1590
1613
|
UserListDateRuleItemOperator[UserListDateRuleItemOperator["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1595,9 +1618,9 @@ var enums;
|
|
|
1595
1618
|
})(UserListDateRuleItemOperator = enums.UserListDateRuleItemOperator || (enums.UserListDateRuleItemOperator = {}));
|
|
1596
1619
|
/**
|
|
1597
1620
|
* @name UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1598
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1621
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1599
1622
|
*/
|
|
1600
|
-
|
|
1623
|
+
let UserListLogicalRuleOperator;
|
|
1601
1624
|
(function (UserListLogicalRuleOperator) {
|
|
1602
1625
|
UserListLogicalRuleOperator[UserListLogicalRuleOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1603
1626
|
UserListLogicalRuleOperator[UserListLogicalRuleOperator["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1607,9 +1630,9 @@ var enums;
|
|
|
1607
1630
|
})(UserListLogicalRuleOperator = enums.UserListLogicalRuleOperator || (enums.UserListLogicalRuleOperator = {}));
|
|
1608
1631
|
/**
|
|
1609
1632
|
* @name UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1610
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1633
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1611
1634
|
*/
|
|
1612
|
-
|
|
1635
|
+
let UserListNumberRuleItemOperator;
|
|
1613
1636
|
(function (UserListNumberRuleItemOperator) {
|
|
1614
1637
|
UserListNumberRuleItemOperator[UserListNumberRuleItemOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1615
1638
|
UserListNumberRuleItemOperator[UserListNumberRuleItemOperator["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1622,9 +1645,9 @@ var enums;
|
|
|
1622
1645
|
})(UserListNumberRuleItemOperator = enums.UserListNumberRuleItemOperator || (enums.UserListNumberRuleItemOperator = {}));
|
|
1623
1646
|
/**
|
|
1624
1647
|
* @name UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1625
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1648
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1626
1649
|
*/
|
|
1627
|
-
|
|
1650
|
+
let UserListPrepopulationStatus;
|
|
1628
1651
|
(function (UserListPrepopulationStatus) {
|
|
1629
1652
|
UserListPrepopulationStatus[UserListPrepopulationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1630
1653
|
UserListPrepopulationStatus[UserListPrepopulationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1634,9 +1657,9 @@ var enums;
|
|
|
1634
1657
|
})(UserListPrepopulationStatus = enums.UserListPrepopulationStatus || (enums.UserListPrepopulationStatus = {}));
|
|
1635
1658
|
/**
|
|
1636
1659
|
* @name UserListRuleTypeEnum.UserListRuleType
|
|
1637
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1660
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListRuleTypeEnum.UserListRuleType
|
|
1638
1661
|
*/
|
|
1639
|
-
|
|
1662
|
+
let UserListRuleType;
|
|
1640
1663
|
(function (UserListRuleType) {
|
|
1641
1664
|
UserListRuleType[UserListRuleType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1642
1665
|
UserListRuleType[UserListRuleType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1645,9 +1668,9 @@ var enums;
|
|
|
1645
1668
|
})(UserListRuleType = enums.UserListRuleType || (enums.UserListRuleType = {}));
|
|
1646
1669
|
/**
|
|
1647
1670
|
* @name UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1648
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1671
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1649
1672
|
*/
|
|
1650
|
-
|
|
1673
|
+
let UserListStringRuleItemOperator;
|
|
1651
1674
|
(function (UserListStringRuleItemOperator) {
|
|
1652
1675
|
UserListStringRuleItemOperator[UserListStringRuleItemOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1653
1676
|
UserListStringRuleItemOperator[UserListStringRuleItemOperator["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1662,9 +1685,9 @@ var enums;
|
|
|
1662
1685
|
})(UserListStringRuleItemOperator = enums.UserListStringRuleItemOperator || (enums.UserListStringRuleItemOperator = {}));
|
|
1663
1686
|
/**
|
|
1664
1687
|
* @name AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1665
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1688
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1666
1689
|
*/
|
|
1667
|
-
|
|
1690
|
+
let AccessInvitationStatus;
|
|
1668
1691
|
(function (AccessInvitationStatus) {
|
|
1669
1692
|
AccessInvitationStatus[AccessInvitationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1670
1693
|
AccessInvitationStatus[AccessInvitationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1674,9 +1697,9 @@ var enums;
|
|
|
1674
1697
|
})(AccessInvitationStatus = enums.AccessInvitationStatus || (enums.AccessInvitationStatus = {}));
|
|
1675
1698
|
/**
|
|
1676
1699
|
* @name AccessReasonEnum.AccessReason
|
|
1677
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1700
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AccessReasonEnum.AccessReason
|
|
1678
1701
|
*/
|
|
1679
|
-
|
|
1702
|
+
let AccessReason;
|
|
1680
1703
|
(function (AccessReason) {
|
|
1681
1704
|
AccessReason[AccessReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1682
1705
|
AccessReason[AccessReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1688,9 +1711,9 @@ var enums;
|
|
|
1688
1711
|
})(AccessReason = enums.AccessReason || (enums.AccessReason = {}));
|
|
1689
1712
|
/**
|
|
1690
1713
|
* @name AccessRoleEnum.AccessRole
|
|
1691
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1714
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AccessRoleEnum.AccessRole
|
|
1692
1715
|
*/
|
|
1693
|
-
|
|
1716
|
+
let AccessRole;
|
|
1694
1717
|
(function (AccessRole) {
|
|
1695
1718
|
AccessRole[AccessRole["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1696
1719
|
AccessRole[AccessRole["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1701,9 +1724,9 @@ var enums;
|
|
|
1701
1724
|
})(AccessRole = enums.AccessRole || (enums.AccessRole = {}));
|
|
1702
1725
|
/**
|
|
1703
1726
|
* @name AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1704
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1727
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1705
1728
|
*/
|
|
1706
|
-
|
|
1729
|
+
let AccountBudgetProposalStatus;
|
|
1707
1730
|
(function (AccountBudgetProposalStatus) {
|
|
1708
1731
|
AccountBudgetProposalStatus[AccountBudgetProposalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1709
1732
|
AccountBudgetProposalStatus[AccountBudgetProposalStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1715,9 +1738,9 @@ var enums;
|
|
|
1715
1738
|
})(AccountBudgetProposalStatus = enums.AccountBudgetProposalStatus || (enums.AccountBudgetProposalStatus = {}));
|
|
1716
1739
|
/**
|
|
1717
1740
|
* @name AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1718
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1741
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1719
1742
|
*/
|
|
1720
|
-
|
|
1743
|
+
let AccountBudgetProposalType;
|
|
1721
1744
|
(function (AccountBudgetProposalType) {
|
|
1722
1745
|
AccountBudgetProposalType[AccountBudgetProposalType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1723
1746
|
AccountBudgetProposalType[AccountBudgetProposalType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1728,9 +1751,9 @@ var enums;
|
|
|
1728
1751
|
})(AccountBudgetProposalType = enums.AccountBudgetProposalType || (enums.AccountBudgetProposalType = {}));
|
|
1729
1752
|
/**
|
|
1730
1753
|
* @name AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1731
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1754
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1732
1755
|
*/
|
|
1733
|
-
|
|
1756
|
+
let AccountBudgetStatus;
|
|
1734
1757
|
(function (AccountBudgetStatus) {
|
|
1735
1758
|
AccountBudgetStatus[AccountBudgetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1736
1759
|
AccountBudgetStatus[AccountBudgetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1740,9 +1763,9 @@ var enums;
|
|
|
1740
1763
|
})(AccountBudgetStatus = enums.AccountBudgetStatus || (enums.AccountBudgetStatus = {}));
|
|
1741
1764
|
/**
|
|
1742
1765
|
* @name AccountLinkStatusEnum.AccountLinkStatus
|
|
1743
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1766
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AccountLinkStatusEnum.AccountLinkStatus
|
|
1744
1767
|
*/
|
|
1745
|
-
|
|
1768
|
+
let AccountLinkStatus;
|
|
1746
1769
|
(function (AccountLinkStatus) {
|
|
1747
1770
|
AccountLinkStatus[AccountLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1748
1771
|
AccountLinkStatus[AccountLinkStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1755,9 +1778,9 @@ var enums;
|
|
|
1755
1778
|
})(AccountLinkStatus = enums.AccountLinkStatus || (enums.AccountLinkStatus = {}));
|
|
1756
1779
|
/**
|
|
1757
1780
|
* @name AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1758
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1781
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1759
1782
|
*/
|
|
1760
|
-
|
|
1783
|
+
let AdCustomizerPlaceholderField;
|
|
1761
1784
|
(function (AdCustomizerPlaceholderField) {
|
|
1762
1785
|
AdCustomizerPlaceholderField[AdCustomizerPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1763
1786
|
AdCustomizerPlaceholderField[AdCustomizerPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1768,9 +1791,9 @@ var enums;
|
|
|
1768
1791
|
})(AdCustomizerPlaceholderField = enums.AdCustomizerPlaceholderField || (enums.AdCustomizerPlaceholderField = {}));
|
|
1769
1792
|
/**
|
|
1770
1793
|
* @name AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1771
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1794
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1772
1795
|
*/
|
|
1773
|
-
|
|
1796
|
+
let AdGroupAdRotationMode;
|
|
1774
1797
|
(function (AdGroupAdRotationMode) {
|
|
1775
1798
|
AdGroupAdRotationMode[AdGroupAdRotationMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1776
1799
|
AdGroupAdRotationMode[AdGroupAdRotationMode["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1779,9 +1802,9 @@ var enums;
|
|
|
1779
1802
|
})(AdGroupAdRotationMode = enums.AdGroupAdRotationMode || (enums.AdGroupAdRotationMode = {}));
|
|
1780
1803
|
/**
|
|
1781
1804
|
* @name AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1782
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1805
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1783
1806
|
*/
|
|
1784
|
-
|
|
1807
|
+
let AdGroupAdStatus;
|
|
1785
1808
|
(function (AdGroupAdStatus) {
|
|
1786
1809
|
AdGroupAdStatus[AdGroupAdStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1787
1810
|
AdGroupAdStatus[AdGroupAdStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1791,9 +1814,9 @@ var enums;
|
|
|
1791
1814
|
})(AdGroupAdStatus = enums.AdGroupAdStatus || (enums.AdGroupAdStatus = {}));
|
|
1792
1815
|
/**
|
|
1793
1816
|
* @name AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1794
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1817
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1795
1818
|
*/
|
|
1796
|
-
|
|
1819
|
+
let AdGroupCriterionApprovalStatus;
|
|
1797
1820
|
(function (AdGroupCriterionApprovalStatus) {
|
|
1798
1821
|
AdGroupCriterionApprovalStatus[AdGroupCriterionApprovalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1799
1822
|
AdGroupCriterionApprovalStatus[AdGroupCriterionApprovalStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1804,9 +1827,9 @@ var enums;
|
|
|
1804
1827
|
})(AdGroupCriterionApprovalStatus = enums.AdGroupCriterionApprovalStatus || (enums.AdGroupCriterionApprovalStatus = {}));
|
|
1805
1828
|
/**
|
|
1806
1829
|
* @name AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
1807
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1830
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
1808
1831
|
*/
|
|
1809
|
-
|
|
1832
|
+
let AdGroupCriterionStatus;
|
|
1810
1833
|
(function (AdGroupCriterionStatus) {
|
|
1811
1834
|
AdGroupCriterionStatus[AdGroupCriterionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1812
1835
|
AdGroupCriterionStatus[AdGroupCriterionStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1816,9 +1839,9 @@ var enums;
|
|
|
1816
1839
|
})(AdGroupCriterionStatus = enums.AdGroupCriterionStatus || (enums.AdGroupCriterionStatus = {}));
|
|
1817
1840
|
/**
|
|
1818
1841
|
* @name AdGroupStatusEnum.AdGroupStatus
|
|
1819
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1842
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdGroupStatusEnum.AdGroupStatus
|
|
1820
1843
|
*/
|
|
1821
|
-
|
|
1844
|
+
let AdGroupStatus;
|
|
1822
1845
|
(function (AdGroupStatus) {
|
|
1823
1846
|
AdGroupStatus[AdGroupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1824
1847
|
AdGroupStatus[AdGroupStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1828,9 +1851,9 @@ var enums;
|
|
|
1828
1851
|
})(AdGroupStatus = enums.AdGroupStatus || (enums.AdGroupStatus = {}));
|
|
1829
1852
|
/**
|
|
1830
1853
|
* @name AdGroupTypeEnum.AdGroupType
|
|
1831
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1854
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdGroupTypeEnum.AdGroupType
|
|
1832
1855
|
*/
|
|
1833
|
-
|
|
1856
|
+
let AdGroupType;
|
|
1834
1857
|
(function (AdGroupType) {
|
|
1835
1858
|
AdGroupType[AdGroupType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1836
1859
|
AdGroupType[AdGroupType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1853,9 +1876,9 @@ var enums;
|
|
|
1853
1876
|
})(AdGroupType = enums.AdGroupType || (enums.AdGroupType = {}));
|
|
1854
1877
|
/**
|
|
1855
1878
|
* @name AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
1856
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1879
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
1857
1880
|
*/
|
|
1858
|
-
|
|
1881
|
+
let AdServingOptimizationStatus;
|
|
1859
1882
|
(function (AdServingOptimizationStatus) {
|
|
1860
1883
|
AdServingOptimizationStatus[AdServingOptimizationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1861
1884
|
AdServingOptimizationStatus[AdServingOptimizationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1867,9 +1890,9 @@ var enums;
|
|
|
1867
1890
|
})(AdServingOptimizationStatus = enums.AdServingOptimizationStatus || (enums.AdServingOptimizationStatus = {}));
|
|
1868
1891
|
/**
|
|
1869
1892
|
* @name AdStrengthEnum.AdStrength
|
|
1870
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1893
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdStrengthEnum.AdStrength
|
|
1871
1894
|
*/
|
|
1872
|
-
|
|
1895
|
+
let AdStrength;
|
|
1873
1896
|
(function (AdStrength) {
|
|
1874
1897
|
AdStrength[AdStrength["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1875
1898
|
AdStrength[AdStrength["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1882,9 +1905,9 @@ var enums;
|
|
|
1882
1905
|
})(AdStrength = enums.AdStrength || (enums.AdStrength = {}));
|
|
1883
1906
|
/**
|
|
1884
1907
|
* @name AdTypeEnum.AdType
|
|
1885
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1908
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AdTypeEnum.AdType
|
|
1886
1909
|
*/
|
|
1887
|
-
|
|
1910
|
+
let AdType;
|
|
1888
1911
|
(function (AdType) {
|
|
1889
1912
|
AdType[AdType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1890
1913
|
AdType[AdType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1916,12 +1939,14 @@ var enums;
|
|
|
1916
1939
|
AdType[AdType["CALL_AD"] = 32] = "CALL_AD";
|
|
1917
1940
|
AdType[AdType["APP_PRE_REGISTRATION_AD"] = 33] = "APP_PRE_REGISTRATION_AD";
|
|
1918
1941
|
AdType[AdType["IN_FEED_VIDEO_AD"] = 34] = "IN_FEED_VIDEO_AD";
|
|
1942
|
+
AdType[AdType["DISCOVERY_MULTI_ASSET_AD"] = 35] = "DISCOVERY_MULTI_ASSET_AD";
|
|
1943
|
+
AdType[AdType["DISCOVERY_CAROUSEL_AD"] = 36] = "DISCOVERY_CAROUSEL_AD";
|
|
1919
1944
|
})(AdType = enums.AdType || (enums.AdType = {}));
|
|
1920
1945
|
/**
|
|
1921
1946
|
* @name AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
1922
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1947
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
1923
1948
|
*/
|
|
1924
|
-
|
|
1949
|
+
let AffiliateLocationFeedRelationshipType;
|
|
1925
1950
|
(function (AffiliateLocationFeedRelationshipType) {
|
|
1926
1951
|
AffiliateLocationFeedRelationshipType[AffiliateLocationFeedRelationshipType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1927
1952
|
AffiliateLocationFeedRelationshipType[AffiliateLocationFeedRelationshipType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1929,9 +1954,9 @@ var enums;
|
|
|
1929
1954
|
})(AffiliateLocationFeedRelationshipType = enums.AffiliateLocationFeedRelationshipType || (enums.AffiliateLocationFeedRelationshipType = {}));
|
|
1930
1955
|
/**
|
|
1931
1956
|
* @name AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
1932
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1957
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
1933
1958
|
*/
|
|
1934
|
-
|
|
1959
|
+
let AffiliateLocationPlaceholderField;
|
|
1935
1960
|
(function (AffiliateLocationPlaceholderField) {
|
|
1936
1961
|
AffiliateLocationPlaceholderField[AffiliateLocationPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1937
1962
|
AffiliateLocationPlaceholderField[AffiliateLocationPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1949,9 +1974,9 @@ var enums;
|
|
|
1949
1974
|
})(AffiliateLocationPlaceholderField = enums.AffiliateLocationPlaceholderField || (enums.AffiliateLocationPlaceholderField = {}));
|
|
1950
1975
|
/**
|
|
1951
1976
|
* @name AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
1952
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1977
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
1953
1978
|
*/
|
|
1954
|
-
|
|
1979
|
+
let AppCampaignAppStore;
|
|
1955
1980
|
(function (AppCampaignAppStore) {
|
|
1956
1981
|
AppCampaignAppStore[AppCampaignAppStore["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1957
1982
|
AppCampaignAppStore[AppCampaignAppStore["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1960,9 +1985,9 @@ var enums;
|
|
|
1960
1985
|
})(AppCampaignAppStore = enums.AppCampaignAppStore || (enums.AppCampaignAppStore = {}));
|
|
1961
1986
|
/**
|
|
1962
1987
|
* @name AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
1963
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1988
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
1964
1989
|
*/
|
|
1965
|
-
|
|
1990
|
+
let AppCampaignBiddingStrategyGoalType;
|
|
1966
1991
|
(function (AppCampaignBiddingStrategyGoalType) {
|
|
1967
1992
|
AppCampaignBiddingStrategyGoalType[AppCampaignBiddingStrategyGoalType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1968
1993
|
AppCampaignBiddingStrategyGoalType[AppCampaignBiddingStrategyGoalType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1975,9 +2000,9 @@ var enums;
|
|
|
1975
2000
|
})(AppCampaignBiddingStrategyGoalType = enums.AppCampaignBiddingStrategyGoalType || (enums.AppCampaignBiddingStrategyGoalType = {}));
|
|
1976
2001
|
/**
|
|
1977
2002
|
* @name AppPlaceholderFieldEnum.AppPlaceholderField
|
|
1978
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2003
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AppPlaceholderFieldEnum.AppPlaceholderField
|
|
1979
2004
|
*/
|
|
1980
|
-
|
|
2005
|
+
let AppPlaceholderField;
|
|
1981
2006
|
(function (AppPlaceholderField) {
|
|
1982
2007
|
AppPlaceholderField[AppPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1983
2008
|
AppPlaceholderField[AppPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -1992,9 +2017,9 @@ var enums;
|
|
|
1992
2017
|
})(AppPlaceholderField = enums.AppPlaceholderField || (enums.AppPlaceholderField = {}));
|
|
1993
2018
|
/**
|
|
1994
2019
|
* @name AssetFieldTypeEnum.AssetFieldType
|
|
1995
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2020
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetFieldTypeEnum.AssetFieldType
|
|
1996
2021
|
*/
|
|
1997
|
-
|
|
2022
|
+
let AssetFieldType;
|
|
1998
2023
|
(function (AssetFieldType) {
|
|
1999
2024
|
AssetFieldType[AssetFieldType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2000
2025
|
AssetFieldType[AssetFieldType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2025,9 +2050,9 @@ var enums;
|
|
|
2025
2050
|
})(AssetFieldType = enums.AssetFieldType || (enums.AssetFieldType = {}));
|
|
2026
2051
|
/**
|
|
2027
2052
|
* @name AssetGroupStatusEnum.AssetGroupStatus
|
|
2028
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2053
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetGroupStatusEnum.AssetGroupStatus
|
|
2029
2054
|
*/
|
|
2030
|
-
|
|
2055
|
+
let AssetGroupStatus;
|
|
2031
2056
|
(function (AssetGroupStatus) {
|
|
2032
2057
|
AssetGroupStatus[AssetGroupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2033
2058
|
AssetGroupStatus[AssetGroupStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2037,9 +2062,9 @@ var enums;
|
|
|
2037
2062
|
})(AssetGroupStatus = enums.AssetGroupStatus || (enums.AssetGroupStatus = {}));
|
|
2038
2063
|
/**
|
|
2039
2064
|
* @name AssetLinkStatusEnum.AssetLinkStatus
|
|
2040
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2065
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetLinkStatusEnum.AssetLinkStatus
|
|
2041
2066
|
*/
|
|
2042
|
-
|
|
2067
|
+
let AssetLinkStatus;
|
|
2043
2068
|
(function (AssetLinkStatus) {
|
|
2044
2069
|
AssetLinkStatus[AssetLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2045
2070
|
AssetLinkStatus[AssetLinkStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2049,9 +2074,9 @@ var enums;
|
|
|
2049
2074
|
})(AssetLinkStatus = enums.AssetLinkStatus || (enums.AssetLinkStatus = {}));
|
|
2050
2075
|
/**
|
|
2051
2076
|
* @name AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2052
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2077
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2053
2078
|
*/
|
|
2054
|
-
|
|
2079
|
+
let AssetSetAssetStatus;
|
|
2055
2080
|
(function (AssetSetAssetStatus) {
|
|
2056
2081
|
AssetSetAssetStatus[AssetSetAssetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2057
2082
|
AssetSetAssetStatus[AssetSetAssetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2060,9 +2085,9 @@ var enums;
|
|
|
2060
2085
|
})(AssetSetAssetStatus = enums.AssetSetAssetStatus || (enums.AssetSetAssetStatus = {}));
|
|
2061
2086
|
/**
|
|
2062
2087
|
* @name AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2063
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2088
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2064
2089
|
*/
|
|
2065
|
-
|
|
2090
|
+
let AssetSetLinkStatus;
|
|
2066
2091
|
(function (AssetSetLinkStatus) {
|
|
2067
2092
|
AssetSetLinkStatus[AssetSetLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2068
2093
|
AssetSetLinkStatus[AssetSetLinkStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2071,9 +2096,9 @@ var enums;
|
|
|
2071
2096
|
})(AssetSetLinkStatus = enums.AssetSetLinkStatus || (enums.AssetSetLinkStatus = {}));
|
|
2072
2097
|
/**
|
|
2073
2098
|
* @name AssetSetStatusEnum.AssetSetStatus
|
|
2074
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2099
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetSetStatusEnum.AssetSetStatus
|
|
2075
2100
|
*/
|
|
2076
|
-
|
|
2101
|
+
let AssetSetStatus;
|
|
2077
2102
|
(function (AssetSetStatus) {
|
|
2078
2103
|
AssetSetStatus[AssetSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2079
2104
|
AssetSetStatus[AssetSetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2082,21 +2107,39 @@ var enums;
|
|
|
2082
2107
|
})(AssetSetStatus = enums.AssetSetStatus || (enums.AssetSetStatus = {}));
|
|
2083
2108
|
/**
|
|
2084
2109
|
* @name AssetSetTypeEnum.AssetSetType
|
|
2085
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2110
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetSetTypeEnum.AssetSetType
|
|
2086
2111
|
*/
|
|
2087
|
-
|
|
2112
|
+
let AssetSetType;
|
|
2088
2113
|
(function (AssetSetType) {
|
|
2089
2114
|
AssetSetType[AssetSetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2090
2115
|
AssetSetType[AssetSetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2091
2116
|
AssetSetType[AssetSetType["PAGE_FEED"] = 2] = "PAGE_FEED";
|
|
2092
2117
|
AssetSetType[AssetSetType["DYNAMIC_EDUCATION"] = 3] = "DYNAMIC_EDUCATION";
|
|
2093
2118
|
AssetSetType[AssetSetType["MERCHANT_CENTER_FEED"] = 4] = "MERCHANT_CENTER_FEED";
|
|
2119
|
+
AssetSetType[AssetSetType["DYNAMIC_REAL_ESTATE"] = 5] = "DYNAMIC_REAL_ESTATE";
|
|
2120
|
+
AssetSetType[AssetSetType["DYNAMIC_CUSTOM"] = 6] = "DYNAMIC_CUSTOM";
|
|
2121
|
+
AssetSetType[AssetSetType["DYNAMIC_HOTELS_AND_RENTALS"] = 7] = "DYNAMIC_HOTELS_AND_RENTALS";
|
|
2122
|
+
AssetSetType[AssetSetType["DYNAMIC_FLIGHTS"] = 8] = "DYNAMIC_FLIGHTS";
|
|
2123
|
+
AssetSetType[AssetSetType["DYNAMIC_TRAVEL"] = 9] = "DYNAMIC_TRAVEL";
|
|
2124
|
+
AssetSetType[AssetSetType["DYNAMIC_LOCAL"] = 10] = "DYNAMIC_LOCAL";
|
|
2125
|
+
AssetSetType[AssetSetType["DYNAMIC_JOBS"] = 11] = "DYNAMIC_JOBS";
|
|
2094
2126
|
})(AssetSetType = enums.AssetSetType || (enums.AssetSetType = {}));
|
|
2127
|
+
/**
|
|
2128
|
+
* @name AssetSourceEnum.AssetSource
|
|
2129
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetSourceEnum.AssetSource
|
|
2130
|
+
*/
|
|
2131
|
+
let AssetSource;
|
|
2132
|
+
(function (AssetSource) {
|
|
2133
|
+
AssetSource[AssetSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2134
|
+
AssetSource[AssetSource["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2135
|
+
AssetSource[AssetSource["ADVERTISER"] = 2] = "ADVERTISER";
|
|
2136
|
+
AssetSource[AssetSource["AUTOMATICALLY_CREATED"] = 3] = "AUTOMATICALLY_CREATED";
|
|
2137
|
+
})(AssetSource = enums.AssetSource || (enums.AssetSource = {}));
|
|
2095
2138
|
/**
|
|
2096
2139
|
* @name AssetTypeEnum.AssetType
|
|
2097
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2140
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AssetTypeEnum.AssetType
|
|
2098
2141
|
*/
|
|
2099
|
-
|
|
2142
|
+
let AssetType;
|
|
2100
2143
|
(function (AssetType) {
|
|
2101
2144
|
AssetType[AssetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2102
2145
|
AssetType[AssetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2117,12 +2160,20 @@ var enums;
|
|
|
2117
2160
|
AssetType[AssetType["CALL"] = 16] = "CALL";
|
|
2118
2161
|
AssetType[AssetType["PRICE"] = 17] = "PRICE";
|
|
2119
2162
|
AssetType[AssetType["CALL_TO_ACTION"] = 18] = "CALL_TO_ACTION";
|
|
2163
|
+
AssetType[AssetType["DYNAMIC_REAL_ESTATE"] = 19] = "DYNAMIC_REAL_ESTATE";
|
|
2164
|
+
AssetType[AssetType["DYNAMIC_CUSTOM"] = 20] = "DYNAMIC_CUSTOM";
|
|
2165
|
+
AssetType[AssetType["DYNAMIC_HOTELS_AND_RENTALS"] = 21] = "DYNAMIC_HOTELS_AND_RENTALS";
|
|
2166
|
+
AssetType[AssetType["DYNAMIC_FLIGHTS"] = 22] = "DYNAMIC_FLIGHTS";
|
|
2167
|
+
AssetType[AssetType["DISCOVERY_CAROUSEL_CARD"] = 23] = "DISCOVERY_CAROUSEL_CARD";
|
|
2168
|
+
AssetType[AssetType["DYNAMIC_TRAVEL"] = 24] = "DYNAMIC_TRAVEL";
|
|
2169
|
+
AssetType[AssetType["DYNAMIC_LOCAL"] = 25] = "DYNAMIC_LOCAL";
|
|
2170
|
+
AssetType[AssetType["DYNAMIC_JOBS"] = 26] = "DYNAMIC_JOBS";
|
|
2120
2171
|
})(AssetType = enums.AssetType || (enums.AssetType = {}));
|
|
2121
2172
|
/**
|
|
2122
2173
|
* @name AsyncActionStatusEnum.AsyncActionStatus
|
|
2123
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2174
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AsyncActionStatusEnum.AsyncActionStatus
|
|
2124
2175
|
*/
|
|
2125
|
-
|
|
2176
|
+
let AsyncActionStatus;
|
|
2126
2177
|
(function (AsyncActionStatus) {
|
|
2127
2178
|
AsyncActionStatus[AsyncActionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2128
2179
|
AsyncActionStatus[AsyncActionStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2134,9 +2185,9 @@ var enums;
|
|
|
2134
2185
|
})(AsyncActionStatus = enums.AsyncActionStatus || (enums.AsyncActionStatus = {}));
|
|
2135
2186
|
/**
|
|
2136
2187
|
* @name AttributionModelEnum.AttributionModel
|
|
2137
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2188
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AttributionModelEnum.AttributionModel
|
|
2138
2189
|
*/
|
|
2139
|
-
|
|
2190
|
+
let AttributionModel;
|
|
2140
2191
|
(function (AttributionModel) {
|
|
2141
2192
|
AttributionModel[AttributionModel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2142
2193
|
AttributionModel[AttributionModel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2148,11 +2199,22 @@ var enums;
|
|
|
2148
2199
|
AttributionModel[AttributionModel["GOOGLE_SEARCH_ATTRIBUTION_POSITION_BASED"] = 105] = "GOOGLE_SEARCH_ATTRIBUTION_POSITION_BASED";
|
|
2149
2200
|
AttributionModel[AttributionModel["GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN"] = 106] = "GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN";
|
|
2150
2201
|
})(AttributionModel = enums.AttributionModel || (enums.AttributionModel = {}));
|
|
2202
|
+
/**
|
|
2203
|
+
* @name AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
2204
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
2205
|
+
*/
|
|
2206
|
+
let AudienceInsightsDimension;
|
|
2207
|
+
(function (AudienceInsightsDimension) {
|
|
2208
|
+
AudienceInsightsDimension[AudienceInsightsDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2209
|
+
AudienceInsightsDimension[AudienceInsightsDimension["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2210
|
+
AudienceInsightsDimension[AudienceInsightsDimension["CATEGORY"] = 2] = "CATEGORY";
|
|
2211
|
+
AudienceInsightsDimension[AudienceInsightsDimension["KNOWLEDGE_GRAPH"] = 3] = "KNOWLEDGE_GRAPH";
|
|
2212
|
+
})(AudienceInsightsDimension = enums.AudienceInsightsDimension || (enums.AudienceInsightsDimension = {}));
|
|
2151
2213
|
/**
|
|
2152
2214
|
* @name AudienceStatusEnum.AudienceStatus
|
|
2153
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2215
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/AudienceStatusEnum.AudienceStatus
|
|
2154
2216
|
*/
|
|
2155
|
-
|
|
2217
|
+
let AudienceStatus;
|
|
2156
2218
|
(function (AudienceStatus) {
|
|
2157
2219
|
AudienceStatus[AudienceStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2158
2220
|
AudienceStatus[AudienceStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2161,9 +2223,9 @@ var enums;
|
|
|
2161
2223
|
})(AudienceStatus = enums.AudienceStatus || (enums.AudienceStatus = {}));
|
|
2162
2224
|
/**
|
|
2163
2225
|
* @name BatchJobStatusEnum.BatchJobStatus
|
|
2164
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2226
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BatchJobStatusEnum.BatchJobStatus
|
|
2165
2227
|
*/
|
|
2166
|
-
|
|
2228
|
+
let BatchJobStatus;
|
|
2167
2229
|
(function (BatchJobStatus) {
|
|
2168
2230
|
BatchJobStatus[BatchJobStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2169
2231
|
BatchJobStatus[BatchJobStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2173,9 +2235,9 @@ var enums;
|
|
|
2173
2235
|
})(BatchJobStatus = enums.BatchJobStatus || (enums.BatchJobStatus = {}));
|
|
2174
2236
|
/**
|
|
2175
2237
|
* @name BidModifierSourceEnum.BidModifierSource
|
|
2176
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2238
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BidModifierSourceEnum.BidModifierSource
|
|
2177
2239
|
*/
|
|
2178
|
-
|
|
2240
|
+
let BidModifierSource;
|
|
2179
2241
|
(function (BidModifierSource) {
|
|
2180
2242
|
BidModifierSource[BidModifierSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2181
2243
|
BidModifierSource[BidModifierSource["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2184,9 +2246,9 @@ var enums;
|
|
|
2184
2246
|
})(BidModifierSource = enums.BidModifierSource || (enums.BidModifierSource = {}));
|
|
2185
2247
|
/**
|
|
2186
2248
|
* @name BiddingSourceEnum.BiddingSource
|
|
2187
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2249
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BiddingSourceEnum.BiddingSource
|
|
2188
2250
|
*/
|
|
2189
|
-
|
|
2251
|
+
let BiddingSource;
|
|
2190
2252
|
(function (BiddingSource) {
|
|
2191
2253
|
BiddingSource[BiddingSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2192
2254
|
BiddingSource[BiddingSource["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2196,9 +2258,9 @@ var enums;
|
|
|
2196
2258
|
})(BiddingSource = enums.BiddingSource || (enums.BiddingSource = {}));
|
|
2197
2259
|
/**
|
|
2198
2260
|
* @name BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2199
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2261
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2200
2262
|
*/
|
|
2201
|
-
|
|
2263
|
+
let BiddingStrategyStatus;
|
|
2202
2264
|
(function (BiddingStrategyStatus) {
|
|
2203
2265
|
BiddingStrategyStatus[BiddingStrategyStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2204
2266
|
BiddingStrategyStatus[BiddingStrategyStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2207,15 +2269,16 @@ var enums;
|
|
|
2207
2269
|
})(BiddingStrategyStatus = enums.BiddingStrategyStatus || (enums.BiddingStrategyStatus = {}));
|
|
2208
2270
|
/**
|
|
2209
2271
|
* @name BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2210
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2272
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2211
2273
|
*/
|
|
2212
|
-
|
|
2274
|
+
let BiddingStrategyType;
|
|
2213
2275
|
(function (BiddingStrategyType) {
|
|
2214
2276
|
BiddingStrategyType[BiddingStrategyType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2215
2277
|
BiddingStrategyType[BiddingStrategyType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2216
2278
|
BiddingStrategyType[BiddingStrategyType["COMMISSION"] = 16] = "COMMISSION";
|
|
2217
2279
|
BiddingStrategyType[BiddingStrategyType["ENHANCED_CPC"] = 2] = "ENHANCED_CPC";
|
|
2218
2280
|
BiddingStrategyType[BiddingStrategyType["INVALID"] = 17] = "INVALID";
|
|
2281
|
+
BiddingStrategyType[BiddingStrategyType["MANUAL_CPA"] = 18] = "MANUAL_CPA";
|
|
2219
2282
|
BiddingStrategyType[BiddingStrategyType["MANUAL_CPC"] = 3] = "MANUAL_CPC";
|
|
2220
2283
|
BiddingStrategyType[BiddingStrategyType["MANUAL_CPM"] = 4] = "MANUAL_CPM";
|
|
2221
2284
|
BiddingStrategyType[BiddingStrategyType["MANUAL_CPV"] = 13] = "MANUAL_CPV";
|
|
@@ -2232,9 +2295,9 @@ var enums;
|
|
|
2232
2295
|
})(BiddingStrategyType = enums.BiddingStrategyType || (enums.BiddingStrategyType = {}));
|
|
2233
2296
|
/**
|
|
2234
2297
|
* @name BillingSetupStatusEnum.BillingSetupStatus
|
|
2235
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2298
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BillingSetupStatusEnum.BillingSetupStatus
|
|
2236
2299
|
*/
|
|
2237
|
-
|
|
2300
|
+
let BillingSetupStatus;
|
|
2238
2301
|
(function (BillingSetupStatus) {
|
|
2239
2302
|
BillingSetupStatus[BillingSetupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2240
2303
|
BillingSetupStatus[BillingSetupStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2245,9 +2308,9 @@ var enums;
|
|
|
2245
2308
|
})(BillingSetupStatus = enums.BillingSetupStatus || (enums.BillingSetupStatus = {}));
|
|
2246
2309
|
/**
|
|
2247
2310
|
* @name BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2248
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2311
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2249
2312
|
*/
|
|
2250
|
-
|
|
2313
|
+
let BrandSafetySuitability;
|
|
2251
2314
|
(function (BrandSafetySuitability) {
|
|
2252
2315
|
BrandSafetySuitability[BrandSafetySuitability["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2253
2316
|
BrandSafetySuitability[BrandSafetySuitability["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2257,9 +2320,9 @@ var enums;
|
|
|
2257
2320
|
})(BrandSafetySuitability = enums.BrandSafetySuitability || (enums.BrandSafetySuitability = {}));
|
|
2258
2321
|
/**
|
|
2259
2322
|
* @name BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2260
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2323
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2261
2324
|
*/
|
|
2262
|
-
|
|
2325
|
+
let BudgetDeliveryMethod;
|
|
2263
2326
|
(function (BudgetDeliveryMethod) {
|
|
2264
2327
|
BudgetDeliveryMethod[BudgetDeliveryMethod["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2265
2328
|
BudgetDeliveryMethod[BudgetDeliveryMethod["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2268,9 +2331,9 @@ var enums;
|
|
|
2268
2331
|
})(BudgetDeliveryMethod = enums.BudgetDeliveryMethod || (enums.BudgetDeliveryMethod = {}));
|
|
2269
2332
|
/**
|
|
2270
2333
|
* @name BudgetPeriodEnum.BudgetPeriod
|
|
2271
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2334
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BudgetPeriodEnum.BudgetPeriod
|
|
2272
2335
|
*/
|
|
2273
|
-
|
|
2336
|
+
let BudgetPeriod;
|
|
2274
2337
|
(function (BudgetPeriod) {
|
|
2275
2338
|
BudgetPeriod[BudgetPeriod["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2276
2339
|
BudgetPeriod[BudgetPeriod["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2279,9 +2342,9 @@ var enums;
|
|
|
2279
2342
|
})(BudgetPeriod = enums.BudgetPeriod || (enums.BudgetPeriod = {}));
|
|
2280
2343
|
/**
|
|
2281
2344
|
* @name BudgetStatusEnum.BudgetStatus
|
|
2282
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2345
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BudgetStatusEnum.BudgetStatus
|
|
2283
2346
|
*/
|
|
2284
|
-
|
|
2347
|
+
let BudgetStatus;
|
|
2285
2348
|
(function (BudgetStatus) {
|
|
2286
2349
|
BudgetStatus[BudgetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2287
2350
|
BudgetStatus[BudgetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2290,9 +2353,9 @@ var enums;
|
|
|
2290
2353
|
})(BudgetStatus = enums.BudgetStatus || (enums.BudgetStatus = {}));
|
|
2291
2354
|
/**
|
|
2292
2355
|
* @name BudgetTypeEnum.BudgetType
|
|
2293
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2356
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/BudgetTypeEnum.BudgetType
|
|
2294
2357
|
*/
|
|
2295
|
-
|
|
2358
|
+
let BudgetType;
|
|
2296
2359
|
(function (BudgetType) {
|
|
2297
2360
|
BudgetType[BudgetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2298
2361
|
BudgetType[BudgetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2303,9 +2366,9 @@ var enums;
|
|
|
2303
2366
|
})(BudgetType = enums.BudgetType || (enums.BudgetType = {}));
|
|
2304
2367
|
/**
|
|
2305
2368
|
* @name CallPlaceholderFieldEnum.CallPlaceholderField
|
|
2306
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2369
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CallPlaceholderFieldEnum.CallPlaceholderField
|
|
2307
2370
|
*/
|
|
2308
|
-
|
|
2371
|
+
let CallPlaceholderField;
|
|
2309
2372
|
(function (CallPlaceholderField) {
|
|
2310
2373
|
CallPlaceholderField[CallPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2311
2374
|
CallPlaceholderField[CallPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2317,9 +2380,9 @@ var enums;
|
|
|
2317
2380
|
})(CallPlaceholderField = enums.CallPlaceholderField || (enums.CallPlaceholderField = {}));
|
|
2318
2381
|
/**
|
|
2319
2382
|
* @name CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2320
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2383
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2321
2384
|
*/
|
|
2322
|
-
|
|
2385
|
+
let CallTrackingDisplayLocation;
|
|
2323
2386
|
(function (CallTrackingDisplayLocation) {
|
|
2324
2387
|
CallTrackingDisplayLocation[CallTrackingDisplayLocation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2325
2388
|
CallTrackingDisplayLocation[CallTrackingDisplayLocation["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2328,9 +2391,9 @@ var enums;
|
|
|
2328
2391
|
})(CallTrackingDisplayLocation = enums.CallTrackingDisplayLocation || (enums.CallTrackingDisplayLocation = {}));
|
|
2329
2392
|
/**
|
|
2330
2393
|
* @name CallTypeEnum.CallType
|
|
2331
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2394
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CallTypeEnum.CallType
|
|
2332
2395
|
*/
|
|
2333
|
-
|
|
2396
|
+
let CallType;
|
|
2334
2397
|
(function (CallType) {
|
|
2335
2398
|
CallType[CallType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2336
2399
|
CallType[CallType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2339,9 +2402,9 @@ var enums;
|
|
|
2339
2402
|
})(CallType = enums.CallType || (enums.CallType = {}));
|
|
2340
2403
|
/**
|
|
2341
2404
|
* @name CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
2342
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2405
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
2343
2406
|
*/
|
|
2344
|
-
|
|
2407
|
+
let CalloutPlaceholderField;
|
|
2345
2408
|
(function (CalloutPlaceholderField) {
|
|
2346
2409
|
CalloutPlaceholderField[CalloutPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2347
2410
|
CalloutPlaceholderField[CalloutPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2349,9 +2412,9 @@ var enums;
|
|
|
2349
2412
|
})(CalloutPlaceholderField = enums.CalloutPlaceholderField || (enums.CalloutPlaceholderField = {}));
|
|
2350
2413
|
/**
|
|
2351
2414
|
* @name CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2352
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2415
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2353
2416
|
*/
|
|
2354
|
-
|
|
2417
|
+
let CampaignCriterionStatus;
|
|
2355
2418
|
(function (CampaignCriterionStatus) {
|
|
2356
2419
|
CampaignCriterionStatus[CampaignCriterionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2357
2420
|
CampaignCriterionStatus[CampaignCriterionStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2361,9 +2424,9 @@ var enums;
|
|
|
2361
2424
|
})(CampaignCriterionStatus = enums.CampaignCriterionStatus || (enums.CampaignCriterionStatus = {}));
|
|
2362
2425
|
/**
|
|
2363
2426
|
* @name CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2364
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2427
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2365
2428
|
*/
|
|
2366
|
-
|
|
2429
|
+
let CampaignDraftStatus;
|
|
2367
2430
|
(function (CampaignDraftStatus) {
|
|
2368
2431
|
CampaignDraftStatus[CampaignDraftStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2369
2432
|
CampaignDraftStatus[CampaignDraftStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2375,9 +2438,9 @@ var enums;
|
|
|
2375
2438
|
})(CampaignDraftStatus = enums.CampaignDraftStatus || (enums.CampaignDraftStatus = {}));
|
|
2376
2439
|
/**
|
|
2377
2440
|
* @name CampaignExperimentStatusEnum.CampaignExperimentStatus
|
|
2378
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2441
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignExperimentStatusEnum.CampaignExperimentStatus
|
|
2379
2442
|
*/
|
|
2380
|
-
|
|
2443
|
+
let CampaignExperimentStatus;
|
|
2381
2444
|
(function (CampaignExperimentStatus) {
|
|
2382
2445
|
CampaignExperimentStatus[CampaignExperimentStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2383
2446
|
CampaignExperimentStatus[CampaignExperimentStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2393,9 +2456,9 @@ var enums;
|
|
|
2393
2456
|
})(CampaignExperimentStatus = enums.CampaignExperimentStatus || (enums.CampaignExperimentStatus = {}));
|
|
2394
2457
|
/**
|
|
2395
2458
|
* @name CampaignExperimentTrafficSplitTypeEnum.CampaignExperimentTrafficSplitType
|
|
2396
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2459
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignExperimentTrafficSplitTypeEnum.CampaignExperimentTrafficSplitType
|
|
2397
2460
|
*/
|
|
2398
|
-
|
|
2461
|
+
let CampaignExperimentTrafficSplitType;
|
|
2399
2462
|
(function (CampaignExperimentTrafficSplitType) {
|
|
2400
2463
|
CampaignExperimentTrafficSplitType[CampaignExperimentTrafficSplitType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2401
2464
|
CampaignExperimentTrafficSplitType[CampaignExperimentTrafficSplitType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2404,9 +2467,9 @@ var enums;
|
|
|
2404
2467
|
})(CampaignExperimentTrafficSplitType = enums.CampaignExperimentTrafficSplitType || (enums.CampaignExperimentTrafficSplitType = {}));
|
|
2405
2468
|
/**
|
|
2406
2469
|
* @name CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2407
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2470
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2408
2471
|
*/
|
|
2409
|
-
|
|
2472
|
+
let CampaignExperimentType;
|
|
2410
2473
|
(function (CampaignExperimentType) {
|
|
2411
2474
|
CampaignExperimentType[CampaignExperimentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2412
2475
|
CampaignExperimentType[CampaignExperimentType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2414,11 +2477,22 @@ var enums;
|
|
|
2414
2477
|
CampaignExperimentType[CampaignExperimentType["DRAFT"] = 3] = "DRAFT";
|
|
2415
2478
|
CampaignExperimentType[CampaignExperimentType["EXPERIMENT"] = 4] = "EXPERIMENT";
|
|
2416
2479
|
})(CampaignExperimentType = enums.CampaignExperimentType || (enums.CampaignExperimentType = {}));
|
|
2480
|
+
/**
|
|
2481
|
+
* @name CampaignGroupStatusEnum.CampaignGroupStatus
|
|
2482
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignGroupStatusEnum.CampaignGroupStatus
|
|
2483
|
+
*/
|
|
2484
|
+
let CampaignGroupStatus;
|
|
2485
|
+
(function (CampaignGroupStatus) {
|
|
2486
|
+
CampaignGroupStatus[CampaignGroupStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2487
|
+
CampaignGroupStatus[CampaignGroupStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2488
|
+
CampaignGroupStatus[CampaignGroupStatus["ENABLED"] = 2] = "ENABLED";
|
|
2489
|
+
CampaignGroupStatus[CampaignGroupStatus["REMOVED"] = 3] = "REMOVED";
|
|
2490
|
+
})(CampaignGroupStatus = enums.CampaignGroupStatus || (enums.CampaignGroupStatus = {}));
|
|
2417
2491
|
/**
|
|
2418
2492
|
* @name CampaignServingStatusEnum.CampaignServingStatus
|
|
2419
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2493
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignServingStatusEnum.CampaignServingStatus
|
|
2420
2494
|
*/
|
|
2421
|
-
|
|
2495
|
+
let CampaignServingStatus;
|
|
2422
2496
|
(function (CampaignServingStatus) {
|
|
2423
2497
|
CampaignServingStatus[CampaignServingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2424
2498
|
CampaignServingStatus[CampaignServingStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2430,9 +2504,9 @@ var enums;
|
|
|
2430
2504
|
})(CampaignServingStatus = enums.CampaignServingStatus || (enums.CampaignServingStatus = {}));
|
|
2431
2505
|
/**
|
|
2432
2506
|
* @name CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2433
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2507
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2434
2508
|
*/
|
|
2435
|
-
|
|
2509
|
+
let CampaignSharedSetStatus;
|
|
2436
2510
|
(function (CampaignSharedSetStatus) {
|
|
2437
2511
|
CampaignSharedSetStatus[CampaignSharedSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2438
2512
|
CampaignSharedSetStatus[CampaignSharedSetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2441,9 +2515,9 @@ var enums;
|
|
|
2441
2515
|
})(CampaignSharedSetStatus = enums.CampaignSharedSetStatus || (enums.CampaignSharedSetStatus = {}));
|
|
2442
2516
|
/**
|
|
2443
2517
|
* @name CampaignStatusEnum.CampaignStatus
|
|
2444
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2518
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CampaignStatusEnum.CampaignStatus
|
|
2445
2519
|
*/
|
|
2446
|
-
|
|
2520
|
+
let CampaignStatus;
|
|
2447
2521
|
(function (CampaignStatus) {
|
|
2448
2522
|
CampaignStatus[CampaignStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2449
2523
|
CampaignStatus[CampaignStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2453,9 +2527,9 @@ var enums;
|
|
|
2453
2527
|
})(CampaignStatus = enums.CampaignStatus || (enums.CampaignStatus = {}));
|
|
2454
2528
|
/**
|
|
2455
2529
|
* @name ChangeClientTypeEnum.ChangeClientType
|
|
2456
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2530
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ChangeClientTypeEnum.ChangeClientType
|
|
2457
2531
|
*/
|
|
2458
|
-
|
|
2532
|
+
let ChangeClientType;
|
|
2459
2533
|
(function (ChangeClientType) {
|
|
2460
2534
|
ChangeClientType[ChangeClientType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2461
2535
|
ChangeClientType[ChangeClientType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2474,9 +2548,9 @@ var enums;
|
|
|
2474
2548
|
})(ChangeClientType = enums.ChangeClientType || (enums.ChangeClientType = {}));
|
|
2475
2549
|
/**
|
|
2476
2550
|
* @name ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2477
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2551
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2478
2552
|
*/
|
|
2479
|
-
|
|
2553
|
+
let ChangeEventResourceType;
|
|
2480
2554
|
(function (ChangeEventResourceType) {
|
|
2481
2555
|
ChangeEventResourceType[ChangeEventResourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2482
2556
|
ChangeEventResourceType[ChangeEventResourceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2496,12 +2570,15 @@ var enums;
|
|
|
2496
2570
|
ChangeEventResourceType[ChangeEventResourceType["CUSTOMER_ASSET"] = 15] = "CUSTOMER_ASSET";
|
|
2497
2571
|
ChangeEventResourceType[ChangeEventResourceType["CAMPAIGN_ASSET"] = 16] = "CAMPAIGN_ASSET";
|
|
2498
2572
|
ChangeEventResourceType[ChangeEventResourceType["AD_GROUP_ASSET"] = 17] = "AD_GROUP_ASSET";
|
|
2573
|
+
ChangeEventResourceType[ChangeEventResourceType["ASSET_SET"] = 18] = "ASSET_SET";
|
|
2574
|
+
ChangeEventResourceType[ChangeEventResourceType["ASSET_SET_ASSET"] = 19] = "ASSET_SET_ASSET";
|
|
2575
|
+
ChangeEventResourceType[ChangeEventResourceType["CAMPAIGN_ASSET_SET"] = 20] = "CAMPAIGN_ASSET_SET";
|
|
2499
2576
|
})(ChangeEventResourceType = enums.ChangeEventResourceType || (enums.ChangeEventResourceType = {}));
|
|
2500
2577
|
/**
|
|
2501
2578
|
* @name ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2502
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2579
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2503
2580
|
*/
|
|
2504
|
-
|
|
2581
|
+
let ChangeStatusOperation;
|
|
2505
2582
|
(function (ChangeStatusOperation) {
|
|
2506
2583
|
ChangeStatusOperation[ChangeStatusOperation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2507
2584
|
ChangeStatusOperation[ChangeStatusOperation["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2511,9 +2588,9 @@ var enums;
|
|
|
2511
2588
|
})(ChangeStatusOperation = enums.ChangeStatusOperation || (enums.ChangeStatusOperation = {}));
|
|
2512
2589
|
/**
|
|
2513
2590
|
* @name ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2514
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2591
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2515
2592
|
*/
|
|
2516
|
-
|
|
2593
|
+
let ChangeStatusResourceType;
|
|
2517
2594
|
(function (ChangeStatusResourceType) {
|
|
2518
2595
|
ChangeStatusResourceType[ChangeStatusResourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2519
2596
|
ChangeStatusResourceType[ChangeStatusResourceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2536,9 +2613,9 @@ var enums;
|
|
|
2536
2613
|
})(ChangeStatusResourceType = enums.ChangeStatusResourceType || (enums.ChangeStatusResourceType = {}));
|
|
2537
2614
|
/**
|
|
2538
2615
|
* @name CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2539
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2616
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2540
2617
|
*/
|
|
2541
|
-
|
|
2618
|
+
let CombinedAudienceStatus;
|
|
2542
2619
|
(function (CombinedAudienceStatus) {
|
|
2543
2620
|
CombinedAudienceStatus[CombinedAudienceStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2544
2621
|
CombinedAudienceStatus[CombinedAudienceStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2547,9 +2624,9 @@ var enums;
|
|
|
2547
2624
|
})(CombinedAudienceStatus = enums.CombinedAudienceStatus || (enums.CombinedAudienceStatus = {}));
|
|
2548
2625
|
/**
|
|
2549
2626
|
* @name ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2550
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2627
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2551
2628
|
*/
|
|
2552
|
-
|
|
2629
|
+
let ConversionActionCountingType;
|
|
2553
2630
|
(function (ConversionActionCountingType) {
|
|
2554
2631
|
ConversionActionCountingType[ConversionActionCountingType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2555
2632
|
ConversionActionCountingType[ConversionActionCountingType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2558,9 +2635,9 @@ var enums;
|
|
|
2558
2635
|
})(ConversionActionCountingType = enums.ConversionActionCountingType || (enums.ConversionActionCountingType = {}));
|
|
2559
2636
|
/**
|
|
2560
2637
|
* @name ConversionActionStatusEnum.ConversionActionStatus
|
|
2561
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2638
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionActionStatusEnum.ConversionActionStatus
|
|
2562
2639
|
*/
|
|
2563
|
-
|
|
2640
|
+
let ConversionActionStatus;
|
|
2564
2641
|
(function (ConversionActionStatus) {
|
|
2565
2642
|
ConversionActionStatus[ConversionActionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2566
2643
|
ConversionActionStatus[ConversionActionStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2570,9 +2647,9 @@ var enums;
|
|
|
2570
2647
|
})(ConversionActionStatus = enums.ConversionActionStatus || (enums.ConversionActionStatus = {}));
|
|
2571
2648
|
/**
|
|
2572
2649
|
* @name ConversionActionTypeEnum.ConversionActionType
|
|
2573
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2650
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionActionTypeEnum.ConversionActionType
|
|
2574
2651
|
*/
|
|
2575
|
-
|
|
2652
|
+
let ConversionActionType;
|
|
2576
2653
|
(function (ConversionActionType) {
|
|
2577
2654
|
ConversionActionType[ConversionActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2578
2655
|
ConversionActionType[ConversionActionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2614,9 +2691,9 @@ var enums;
|
|
|
2614
2691
|
})(ConversionActionType = enums.ConversionActionType || (enums.ConversionActionType = {}));
|
|
2615
2692
|
/**
|
|
2616
2693
|
* @name ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
2617
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2694
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
2618
2695
|
*/
|
|
2619
|
-
|
|
2696
|
+
let ConversionAdjustmentType;
|
|
2620
2697
|
(function (ConversionAdjustmentType) {
|
|
2621
2698
|
ConversionAdjustmentType[ConversionAdjustmentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2622
2699
|
ConversionAdjustmentType[ConversionAdjustmentType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2626,9 +2703,9 @@ var enums;
|
|
|
2626
2703
|
})(ConversionAdjustmentType = enums.ConversionAdjustmentType || (enums.ConversionAdjustmentType = {}));
|
|
2627
2704
|
/**
|
|
2628
2705
|
* @name ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
2629
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2706
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
2630
2707
|
*/
|
|
2631
|
-
|
|
2708
|
+
let ConversionCustomVariableStatus;
|
|
2632
2709
|
(function (ConversionCustomVariableStatus) {
|
|
2633
2710
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2634
2711
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2636,11 +2713,22 @@ var enums;
|
|
|
2636
2713
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["ENABLED"] = 3] = "ENABLED";
|
|
2637
2714
|
ConversionCustomVariableStatus[ConversionCustomVariableStatus["PAUSED"] = 4] = "PAUSED";
|
|
2638
2715
|
})(ConversionCustomVariableStatus = enums.ConversionCustomVariableStatus || (enums.ConversionCustomVariableStatus = {}));
|
|
2716
|
+
/**
|
|
2717
|
+
* @name ConversionEnvironmentEnum.ConversionEnvironment
|
|
2718
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionEnvironmentEnum.ConversionEnvironment
|
|
2719
|
+
*/
|
|
2720
|
+
let ConversionEnvironment;
|
|
2721
|
+
(function (ConversionEnvironment) {
|
|
2722
|
+
ConversionEnvironment[ConversionEnvironment["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2723
|
+
ConversionEnvironment[ConversionEnvironment["UNKNOWN"] = 1] = "UNKNOWN";
|
|
2724
|
+
ConversionEnvironment[ConversionEnvironment["APP"] = 2] = "APP";
|
|
2725
|
+
ConversionEnvironment[ConversionEnvironment["WEB"] = 3] = "WEB";
|
|
2726
|
+
})(ConversionEnvironment = enums.ConversionEnvironment || (enums.ConversionEnvironment = {}));
|
|
2639
2727
|
/**
|
|
2640
2728
|
* @name ConversionOriginEnum.ConversionOrigin
|
|
2641
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2729
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionOriginEnum.ConversionOrigin
|
|
2642
2730
|
*/
|
|
2643
|
-
|
|
2731
|
+
let ConversionOrigin;
|
|
2644
2732
|
(function (ConversionOrigin) {
|
|
2645
2733
|
ConversionOrigin[ConversionOrigin["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2646
2734
|
ConversionOrigin[ConversionOrigin["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2653,9 +2741,9 @@ var enums;
|
|
|
2653
2741
|
})(ConversionOrigin = enums.ConversionOrigin || (enums.ConversionOrigin = {}));
|
|
2654
2742
|
/**
|
|
2655
2743
|
* @name ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
2656
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2744
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
2657
2745
|
*/
|
|
2658
|
-
|
|
2746
|
+
let ConversionTrackingStatus;
|
|
2659
2747
|
(function (ConversionTrackingStatus) {
|
|
2660
2748
|
ConversionTrackingStatus[ConversionTrackingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2661
2749
|
ConversionTrackingStatus[ConversionTrackingStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2666,9 +2754,9 @@ var enums;
|
|
|
2666
2754
|
})(ConversionTrackingStatus = enums.ConversionTrackingStatus || (enums.ConversionTrackingStatus = {}));
|
|
2667
2755
|
/**
|
|
2668
2756
|
* @name ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
2669
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2757
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
2670
2758
|
*/
|
|
2671
|
-
|
|
2759
|
+
let ConversionValueRuleSetStatus;
|
|
2672
2760
|
(function (ConversionValueRuleSetStatus) {
|
|
2673
2761
|
ConversionValueRuleSetStatus[ConversionValueRuleSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2674
2762
|
ConversionValueRuleSetStatus[ConversionValueRuleSetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2678,9 +2766,9 @@ var enums;
|
|
|
2678
2766
|
})(ConversionValueRuleSetStatus = enums.ConversionValueRuleSetStatus || (enums.ConversionValueRuleSetStatus = {}));
|
|
2679
2767
|
/**
|
|
2680
2768
|
* @name ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
2681
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2769
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
2682
2770
|
*/
|
|
2683
|
-
|
|
2771
|
+
let ConversionValueRuleStatus;
|
|
2684
2772
|
(function (ConversionValueRuleStatus) {
|
|
2685
2773
|
ConversionValueRuleStatus[ConversionValueRuleStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2686
2774
|
ConversionValueRuleStatus[ConversionValueRuleStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2690,9 +2778,9 @@ var enums;
|
|
|
2690
2778
|
})(ConversionValueRuleStatus = enums.ConversionValueRuleStatus || (enums.ConversionValueRuleStatus = {}));
|
|
2691
2779
|
/**
|
|
2692
2780
|
* @name CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
2693
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2781
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
2694
2782
|
*/
|
|
2695
|
-
|
|
2783
|
+
let CriterionSystemServingStatus;
|
|
2696
2784
|
(function (CriterionSystemServingStatus) {
|
|
2697
2785
|
CriterionSystemServingStatus[CriterionSystemServingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2698
2786
|
CriterionSystemServingStatus[CriterionSystemServingStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2701,9 +2789,9 @@ var enums;
|
|
|
2701
2789
|
})(CriterionSystemServingStatus = enums.CriterionSystemServingStatus || (enums.CriterionSystemServingStatus = {}));
|
|
2702
2790
|
/**
|
|
2703
2791
|
* @name CriterionTypeEnum.CriterionType
|
|
2704
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2792
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CriterionTypeEnum.CriterionType
|
|
2705
2793
|
*/
|
|
2706
|
-
|
|
2794
|
+
let CriterionType;
|
|
2707
2795
|
(function (CriterionType) {
|
|
2708
2796
|
CriterionType[CriterionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2709
2797
|
CriterionType[CriterionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2744,9 +2832,9 @@ var enums;
|
|
|
2744
2832
|
})(CriterionType = enums.CriterionType || (enums.CriterionType = {}));
|
|
2745
2833
|
/**
|
|
2746
2834
|
* @name CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
2747
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2835
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
2748
2836
|
*/
|
|
2749
|
-
|
|
2837
|
+
let CustomAudienceMemberType;
|
|
2750
2838
|
(function (CustomAudienceMemberType) {
|
|
2751
2839
|
CustomAudienceMemberType[CustomAudienceMemberType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2752
2840
|
CustomAudienceMemberType[CustomAudienceMemberType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2757,9 +2845,9 @@ var enums;
|
|
|
2757
2845
|
})(CustomAudienceMemberType = enums.CustomAudienceMemberType || (enums.CustomAudienceMemberType = {}));
|
|
2758
2846
|
/**
|
|
2759
2847
|
* @name CustomAudienceStatusEnum.CustomAudienceStatus
|
|
2760
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2848
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomAudienceStatusEnum.CustomAudienceStatus
|
|
2761
2849
|
*/
|
|
2762
|
-
|
|
2850
|
+
let CustomAudienceStatus;
|
|
2763
2851
|
(function (CustomAudienceStatus) {
|
|
2764
2852
|
CustomAudienceStatus[CustomAudienceStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2765
2853
|
CustomAudienceStatus[CustomAudienceStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2768,9 +2856,9 @@ var enums;
|
|
|
2768
2856
|
})(CustomAudienceStatus = enums.CustomAudienceStatus || (enums.CustomAudienceStatus = {}));
|
|
2769
2857
|
/**
|
|
2770
2858
|
* @name CustomAudienceTypeEnum.CustomAudienceType
|
|
2771
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2859
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomAudienceTypeEnum.CustomAudienceType
|
|
2772
2860
|
*/
|
|
2773
|
-
|
|
2861
|
+
let CustomAudienceType;
|
|
2774
2862
|
(function (CustomAudienceType) {
|
|
2775
2863
|
CustomAudienceType[CustomAudienceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2776
2864
|
CustomAudienceType[CustomAudienceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2781,9 +2869,9 @@ var enums;
|
|
|
2781
2869
|
})(CustomAudienceType = enums.CustomAudienceType || (enums.CustomAudienceType = {}));
|
|
2782
2870
|
/**
|
|
2783
2871
|
* @name CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
2784
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2872
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
2785
2873
|
*/
|
|
2786
|
-
|
|
2874
|
+
let CustomConversionGoalStatus;
|
|
2787
2875
|
(function (CustomConversionGoalStatus) {
|
|
2788
2876
|
CustomConversionGoalStatus[CustomConversionGoalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2789
2877
|
CustomConversionGoalStatus[CustomConversionGoalStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2792,9 +2880,9 @@ var enums;
|
|
|
2792
2880
|
})(CustomConversionGoalStatus = enums.CustomConversionGoalStatus || (enums.CustomConversionGoalStatus = {}));
|
|
2793
2881
|
/**
|
|
2794
2882
|
* @name CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
2795
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2883
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
2796
2884
|
*/
|
|
2797
|
-
|
|
2885
|
+
let CustomInterestMemberType;
|
|
2798
2886
|
(function (CustomInterestMemberType) {
|
|
2799
2887
|
CustomInterestMemberType[CustomInterestMemberType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2800
2888
|
CustomInterestMemberType[CustomInterestMemberType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2803,9 +2891,9 @@ var enums;
|
|
|
2803
2891
|
})(CustomInterestMemberType = enums.CustomInterestMemberType || (enums.CustomInterestMemberType = {}));
|
|
2804
2892
|
/**
|
|
2805
2893
|
* @name CustomInterestStatusEnum.CustomInterestStatus
|
|
2806
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2894
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomInterestStatusEnum.CustomInterestStatus
|
|
2807
2895
|
*/
|
|
2808
|
-
|
|
2896
|
+
let CustomInterestStatus;
|
|
2809
2897
|
(function (CustomInterestStatus) {
|
|
2810
2898
|
CustomInterestStatus[CustomInterestStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2811
2899
|
CustomInterestStatus[CustomInterestStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2814,9 +2902,9 @@ var enums;
|
|
|
2814
2902
|
})(CustomInterestStatus = enums.CustomInterestStatus || (enums.CustomInterestStatus = {}));
|
|
2815
2903
|
/**
|
|
2816
2904
|
* @name CustomInterestTypeEnum.CustomInterestType
|
|
2817
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2905
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomInterestTypeEnum.CustomInterestType
|
|
2818
2906
|
*/
|
|
2819
|
-
|
|
2907
|
+
let CustomInterestType;
|
|
2820
2908
|
(function (CustomInterestType) {
|
|
2821
2909
|
CustomInterestType[CustomInterestType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2822
2910
|
CustomInterestType[CustomInterestType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2825,9 +2913,9 @@ var enums;
|
|
|
2825
2913
|
})(CustomInterestType = enums.CustomInterestType || (enums.CustomInterestType = {}));
|
|
2826
2914
|
/**
|
|
2827
2915
|
* @name CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
2828
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2916
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
2829
2917
|
*/
|
|
2830
|
-
|
|
2918
|
+
let CustomPlaceholderField;
|
|
2831
2919
|
(function (CustomPlaceholderField) {
|
|
2832
2920
|
CustomPlaceholderField[CustomPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2833
2921
|
CustomPlaceholderField[CustomPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2854,9 +2942,9 @@ var enums;
|
|
|
2854
2942
|
})(CustomPlaceholderField = enums.CustomPlaceholderField || (enums.CustomPlaceholderField = {}));
|
|
2855
2943
|
/**
|
|
2856
2944
|
* @name CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
2857
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2945
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
2858
2946
|
*/
|
|
2859
|
-
|
|
2947
|
+
let CustomerPayPerConversionEligibilityFailureReason;
|
|
2860
2948
|
(function (CustomerPayPerConversionEligibilityFailureReason) {
|
|
2861
2949
|
CustomerPayPerConversionEligibilityFailureReason[CustomerPayPerConversionEligibilityFailureReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2862
2950
|
CustomerPayPerConversionEligibilityFailureReason[CustomerPayPerConversionEligibilityFailureReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2870,9 +2958,9 @@ var enums;
|
|
|
2870
2958
|
})(CustomerPayPerConversionEligibilityFailureReason = enums.CustomerPayPerConversionEligibilityFailureReason || (enums.CustomerPayPerConversionEligibilityFailureReason = {}));
|
|
2871
2959
|
/**
|
|
2872
2960
|
* @name CustomerStatusEnum.CustomerStatus
|
|
2873
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2961
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomerStatusEnum.CustomerStatus
|
|
2874
2962
|
*/
|
|
2875
|
-
|
|
2963
|
+
let CustomerStatus;
|
|
2876
2964
|
(function (CustomerStatus) {
|
|
2877
2965
|
CustomerStatus[CustomerStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2878
2966
|
CustomerStatus[CustomerStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2883,9 +2971,9 @@ var enums;
|
|
|
2883
2971
|
})(CustomerStatus = enums.CustomerStatus || (enums.CustomerStatus = {}));
|
|
2884
2972
|
/**
|
|
2885
2973
|
* @name CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
2886
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2974
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
2887
2975
|
*/
|
|
2888
|
-
|
|
2976
|
+
let CustomizerAttributeStatus;
|
|
2889
2977
|
(function (CustomizerAttributeStatus) {
|
|
2890
2978
|
CustomizerAttributeStatus[CustomizerAttributeStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2891
2979
|
CustomizerAttributeStatus[CustomizerAttributeStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2894,9 +2982,9 @@ var enums;
|
|
|
2894
2982
|
})(CustomizerAttributeStatus = enums.CustomizerAttributeStatus || (enums.CustomizerAttributeStatus = {}));
|
|
2895
2983
|
/**
|
|
2896
2984
|
* @name CustomizerValueStatusEnum.CustomizerValueStatus
|
|
2897
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2985
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/CustomizerValueStatusEnum.CustomizerValueStatus
|
|
2898
2986
|
*/
|
|
2899
|
-
|
|
2987
|
+
let CustomizerValueStatus;
|
|
2900
2988
|
(function (CustomizerValueStatus) {
|
|
2901
2989
|
CustomizerValueStatus[CustomizerValueStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2902
2990
|
CustomizerValueStatus[CustomizerValueStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2905,9 +2993,9 @@ var enums;
|
|
|
2905
2993
|
})(CustomizerValueStatus = enums.CustomizerValueStatus || (enums.CustomizerValueStatus = {}));
|
|
2906
2994
|
/**
|
|
2907
2995
|
* @name DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
2908
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2996
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
2909
2997
|
*/
|
|
2910
|
-
|
|
2998
|
+
let DataDrivenModelStatus;
|
|
2911
2999
|
(function (DataDrivenModelStatus) {
|
|
2912
3000
|
DataDrivenModelStatus[DataDrivenModelStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2913
3001
|
DataDrivenModelStatus[DataDrivenModelStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2918,9 +3006,9 @@ var enums;
|
|
|
2918
3006
|
})(DataDrivenModelStatus = enums.DataDrivenModelStatus || (enums.DataDrivenModelStatus = {}));
|
|
2919
3007
|
/**
|
|
2920
3008
|
* @name DistanceBucketEnum.DistanceBucket
|
|
2921
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3009
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/DistanceBucketEnum.DistanceBucket
|
|
2922
3010
|
*/
|
|
2923
|
-
|
|
3011
|
+
let DistanceBucket;
|
|
2924
3012
|
(function (DistanceBucket) {
|
|
2925
3013
|
DistanceBucket[DistanceBucket["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2926
3014
|
DistanceBucket[DistanceBucket["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2954,9 +3042,9 @@ var enums;
|
|
|
2954
3042
|
})(DistanceBucket = enums.DistanceBucket || (enums.DistanceBucket = {}));
|
|
2955
3043
|
/**
|
|
2956
3044
|
* @name DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
2957
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3045
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
2958
3046
|
*/
|
|
2959
|
-
|
|
3047
|
+
let DsaPageFeedCriterionField;
|
|
2960
3048
|
(function (DsaPageFeedCriterionField) {
|
|
2961
3049
|
DsaPageFeedCriterionField[DsaPageFeedCriterionField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2962
3050
|
DsaPageFeedCriterionField[DsaPageFeedCriterionField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2965,9 +3053,9 @@ var enums;
|
|
|
2965
3053
|
})(DsaPageFeedCriterionField = enums.DsaPageFeedCriterionField || (enums.DsaPageFeedCriterionField = {}));
|
|
2966
3054
|
/**
|
|
2967
3055
|
* @name EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
2968
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3056
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
2969
3057
|
*/
|
|
2970
|
-
|
|
3058
|
+
let EducationPlaceholderField;
|
|
2971
3059
|
(function (EducationPlaceholderField) {
|
|
2972
3060
|
EducationPlaceholderField[EducationPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2973
3061
|
EducationPlaceholderField[EducationPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -2991,9 +3079,9 @@ var enums;
|
|
|
2991
3079
|
})(EducationPlaceholderField = enums.EducationPlaceholderField || (enums.EducationPlaceholderField = {}));
|
|
2992
3080
|
/**
|
|
2993
3081
|
* @name ExperimentStatusEnum.ExperimentStatus
|
|
2994
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3082
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ExperimentStatusEnum.ExperimentStatus
|
|
2995
3083
|
*/
|
|
2996
|
-
|
|
3084
|
+
let ExperimentStatus;
|
|
2997
3085
|
(function (ExperimentStatus) {
|
|
2998
3086
|
ExperimentStatus[ExperimentStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
2999
3087
|
ExperimentStatus[ExperimentStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3007,15 +3095,14 @@ var enums;
|
|
|
3007
3095
|
})(ExperimentStatus = enums.ExperimentStatus || (enums.ExperimentStatus = {}));
|
|
3008
3096
|
/**
|
|
3009
3097
|
* @name ExperimentTypeEnum.ExperimentType
|
|
3010
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3098
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ExperimentTypeEnum.ExperimentType
|
|
3011
3099
|
*/
|
|
3012
|
-
|
|
3100
|
+
let ExperimentType;
|
|
3013
3101
|
(function (ExperimentType) {
|
|
3014
3102
|
ExperimentType[ExperimentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3015
3103
|
ExperimentType[ExperimentType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3016
3104
|
ExperimentType[ExperimentType["DISPLAY_AND_VIDEO_360"] = 2] = "DISPLAY_AND_VIDEO_360";
|
|
3017
3105
|
ExperimentType[ExperimentType["AD_VARIATION"] = 3] = "AD_VARIATION";
|
|
3018
|
-
ExperimentType[ExperimentType["SMART_DISPLAY"] = 4] = "SMART_DISPLAY";
|
|
3019
3106
|
ExperimentType[ExperimentType["YOUTUBE_CUSTOM"] = 5] = "YOUTUBE_CUSTOM";
|
|
3020
3107
|
ExperimentType[ExperimentType["DISPLAY_CUSTOM"] = 6] = "DISPLAY_CUSTOM";
|
|
3021
3108
|
ExperimentType[ExperimentType["SEARCH_CUSTOM"] = 7] = "SEARCH_CUSTOM";
|
|
@@ -3027,9 +3114,9 @@ var enums;
|
|
|
3027
3114
|
})(ExperimentType = enums.ExperimentType || (enums.ExperimentType = {}));
|
|
3028
3115
|
/**
|
|
3029
3116
|
* @name ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
3030
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3117
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
3031
3118
|
*/
|
|
3032
|
-
|
|
3119
|
+
let ExtensionSettingDevice;
|
|
3033
3120
|
(function (ExtensionSettingDevice) {
|
|
3034
3121
|
ExtensionSettingDevice[ExtensionSettingDevice["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3035
3122
|
ExtensionSettingDevice[ExtensionSettingDevice["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3038,9 +3125,9 @@ var enums;
|
|
|
3038
3125
|
})(ExtensionSettingDevice = enums.ExtensionSettingDevice || (enums.ExtensionSettingDevice = {}));
|
|
3039
3126
|
/**
|
|
3040
3127
|
* @name ExtensionTypeEnum.ExtensionType
|
|
3041
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3128
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ExtensionTypeEnum.ExtensionType
|
|
3042
3129
|
*/
|
|
3043
|
-
|
|
3130
|
+
let ExtensionType;
|
|
3044
3131
|
(function (ExtensionType) {
|
|
3045
3132
|
ExtensionType[ExtensionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3046
3133
|
ExtensionType[ExtensionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3060,9 +3147,9 @@ var enums;
|
|
|
3060
3147
|
})(ExtensionType = enums.ExtensionType || (enums.ExtensionType = {}));
|
|
3061
3148
|
/**
|
|
3062
3149
|
* @name FeedAttributeTypeEnum.FeedAttributeType
|
|
3063
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3150
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedAttributeTypeEnum.FeedAttributeType
|
|
3064
3151
|
*/
|
|
3065
|
-
|
|
3152
|
+
let FeedAttributeType;
|
|
3066
3153
|
(function (FeedAttributeType) {
|
|
3067
3154
|
FeedAttributeType[FeedAttributeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3068
3155
|
FeedAttributeType[FeedAttributeType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3082,9 +3169,9 @@ var enums;
|
|
|
3082
3169
|
})(FeedAttributeType = enums.FeedAttributeType || (enums.FeedAttributeType = {}));
|
|
3083
3170
|
/**
|
|
3084
3171
|
* @name FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
3085
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3172
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
3086
3173
|
*/
|
|
3087
|
-
|
|
3174
|
+
let FeedItemQualityApprovalStatus;
|
|
3088
3175
|
(function (FeedItemQualityApprovalStatus) {
|
|
3089
3176
|
FeedItemQualityApprovalStatus[FeedItemQualityApprovalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3090
3177
|
FeedItemQualityApprovalStatus[FeedItemQualityApprovalStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3093,9 +3180,9 @@ var enums;
|
|
|
3093
3180
|
})(FeedItemQualityApprovalStatus = enums.FeedItemQualityApprovalStatus || (enums.FeedItemQualityApprovalStatus = {}));
|
|
3094
3181
|
/**
|
|
3095
3182
|
* @name FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
3096
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3183
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
3097
3184
|
*/
|
|
3098
|
-
|
|
3185
|
+
let FeedItemQualityDisapprovalReason;
|
|
3099
3186
|
(function (FeedItemQualityDisapprovalReason) {
|
|
3100
3187
|
FeedItemQualityDisapprovalReason[FeedItemQualityDisapprovalReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3101
3188
|
FeedItemQualityDisapprovalReason[FeedItemQualityDisapprovalReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3120,9 +3207,9 @@ var enums;
|
|
|
3120
3207
|
})(FeedItemQualityDisapprovalReason = enums.FeedItemQualityDisapprovalReason || (enums.FeedItemQualityDisapprovalReason = {}));
|
|
3121
3208
|
/**
|
|
3122
3209
|
* @name FeedItemSetStatusEnum.FeedItemSetStatus
|
|
3123
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3210
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemSetStatusEnum.FeedItemSetStatus
|
|
3124
3211
|
*/
|
|
3125
|
-
|
|
3212
|
+
let FeedItemSetStatus;
|
|
3126
3213
|
(function (FeedItemSetStatus) {
|
|
3127
3214
|
FeedItemSetStatus[FeedItemSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3128
3215
|
FeedItemSetStatus[FeedItemSetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3131,9 +3218,9 @@ var enums;
|
|
|
3131
3218
|
})(FeedItemSetStatus = enums.FeedItemSetStatus || (enums.FeedItemSetStatus = {}));
|
|
3132
3219
|
/**
|
|
3133
3220
|
* @name FeedItemStatusEnum.FeedItemStatus
|
|
3134
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3221
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemStatusEnum.FeedItemStatus
|
|
3135
3222
|
*/
|
|
3136
|
-
|
|
3223
|
+
let FeedItemStatus;
|
|
3137
3224
|
(function (FeedItemStatus) {
|
|
3138
3225
|
FeedItemStatus[FeedItemStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3139
3226
|
FeedItemStatus[FeedItemStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3142,9 +3229,9 @@ var enums;
|
|
|
3142
3229
|
})(FeedItemStatus = enums.FeedItemStatus || (enums.FeedItemStatus = {}));
|
|
3143
3230
|
/**
|
|
3144
3231
|
* @name FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
3145
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3232
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
3146
3233
|
*/
|
|
3147
|
-
|
|
3234
|
+
let FeedItemTargetDevice;
|
|
3148
3235
|
(function (FeedItemTargetDevice) {
|
|
3149
3236
|
FeedItemTargetDevice[FeedItemTargetDevice["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3150
3237
|
FeedItemTargetDevice[FeedItemTargetDevice["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3152,9 +3239,9 @@ var enums;
|
|
|
3152
3239
|
})(FeedItemTargetDevice = enums.FeedItemTargetDevice || (enums.FeedItemTargetDevice = {}));
|
|
3153
3240
|
/**
|
|
3154
3241
|
* @name FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
3155
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3242
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
3156
3243
|
*/
|
|
3157
|
-
|
|
3244
|
+
let FeedItemTargetStatus;
|
|
3158
3245
|
(function (FeedItemTargetStatus) {
|
|
3159
3246
|
FeedItemTargetStatus[FeedItemTargetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3160
3247
|
FeedItemTargetStatus[FeedItemTargetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3163,9 +3250,9 @@ var enums;
|
|
|
3163
3250
|
})(FeedItemTargetStatus = enums.FeedItemTargetStatus || (enums.FeedItemTargetStatus = {}));
|
|
3164
3251
|
/**
|
|
3165
3252
|
* @name FeedItemTargetTypeEnum.FeedItemTargetType
|
|
3166
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3253
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemTargetTypeEnum.FeedItemTargetType
|
|
3167
3254
|
*/
|
|
3168
|
-
|
|
3255
|
+
let FeedItemTargetType;
|
|
3169
3256
|
(function (FeedItemTargetType) {
|
|
3170
3257
|
FeedItemTargetType[FeedItemTargetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3171
3258
|
FeedItemTargetType[FeedItemTargetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3175,9 +3262,9 @@ var enums;
|
|
|
3175
3262
|
})(FeedItemTargetType = enums.FeedItemTargetType || (enums.FeedItemTargetType = {}));
|
|
3176
3263
|
/**
|
|
3177
3264
|
* @name FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
3178
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3265
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
3179
3266
|
*/
|
|
3180
|
-
|
|
3267
|
+
let FeedItemValidationStatus;
|
|
3181
3268
|
(function (FeedItemValidationStatus) {
|
|
3182
3269
|
FeedItemValidationStatus[FeedItemValidationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3183
3270
|
FeedItemValidationStatus[FeedItemValidationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3187,9 +3274,9 @@ var enums;
|
|
|
3187
3274
|
})(FeedItemValidationStatus = enums.FeedItemValidationStatus || (enums.FeedItemValidationStatus = {}));
|
|
3188
3275
|
/**
|
|
3189
3276
|
* @name FeedLinkStatusEnum.FeedLinkStatus
|
|
3190
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3277
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedLinkStatusEnum.FeedLinkStatus
|
|
3191
3278
|
*/
|
|
3192
|
-
|
|
3279
|
+
let FeedLinkStatus;
|
|
3193
3280
|
(function (FeedLinkStatus) {
|
|
3194
3281
|
FeedLinkStatus[FeedLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3195
3282
|
FeedLinkStatus[FeedLinkStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3198,9 +3285,9 @@ var enums;
|
|
|
3198
3285
|
})(FeedLinkStatus = enums.FeedLinkStatus || (enums.FeedLinkStatus = {}));
|
|
3199
3286
|
/**
|
|
3200
3287
|
* @name FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
3201
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3288
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
3202
3289
|
*/
|
|
3203
|
-
|
|
3290
|
+
let FeedMappingCriterionType;
|
|
3204
3291
|
(function (FeedMappingCriterionType) {
|
|
3205
3292
|
FeedMappingCriterionType[FeedMappingCriterionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3206
3293
|
FeedMappingCriterionType[FeedMappingCriterionType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3209,9 +3296,9 @@ var enums;
|
|
|
3209
3296
|
})(FeedMappingCriterionType = enums.FeedMappingCriterionType || (enums.FeedMappingCriterionType = {}));
|
|
3210
3297
|
/**
|
|
3211
3298
|
* @name FeedMappingStatusEnum.FeedMappingStatus
|
|
3212
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3299
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedMappingStatusEnum.FeedMappingStatus
|
|
3213
3300
|
*/
|
|
3214
|
-
|
|
3301
|
+
let FeedMappingStatus;
|
|
3215
3302
|
(function (FeedMappingStatus) {
|
|
3216
3303
|
FeedMappingStatus[FeedMappingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3217
3304
|
FeedMappingStatus[FeedMappingStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3220,9 +3307,9 @@ var enums;
|
|
|
3220
3307
|
})(FeedMappingStatus = enums.FeedMappingStatus || (enums.FeedMappingStatus = {}));
|
|
3221
3308
|
/**
|
|
3222
3309
|
* @name FeedOriginEnum.FeedOrigin
|
|
3223
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3310
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedOriginEnum.FeedOrigin
|
|
3224
3311
|
*/
|
|
3225
|
-
|
|
3312
|
+
let FeedOrigin;
|
|
3226
3313
|
(function (FeedOrigin) {
|
|
3227
3314
|
FeedOrigin[FeedOrigin["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3228
3315
|
FeedOrigin[FeedOrigin["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3231,9 +3318,9 @@ var enums;
|
|
|
3231
3318
|
})(FeedOrigin = enums.FeedOrigin || (enums.FeedOrigin = {}));
|
|
3232
3319
|
/**
|
|
3233
3320
|
* @name FeedStatusEnum.FeedStatus
|
|
3234
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3321
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FeedStatusEnum.FeedStatus
|
|
3235
3322
|
*/
|
|
3236
|
-
|
|
3323
|
+
let FeedStatus;
|
|
3237
3324
|
(function (FeedStatus) {
|
|
3238
3325
|
FeedStatus[FeedStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3239
3326
|
FeedStatus[FeedStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3242,9 +3329,9 @@ var enums;
|
|
|
3242
3329
|
})(FeedStatus = enums.FeedStatus || (enums.FeedStatus = {}));
|
|
3243
3330
|
/**
|
|
3244
3331
|
* @name FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
3245
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3332
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
3246
3333
|
*/
|
|
3247
|
-
|
|
3334
|
+
let FlightPlaceholderField;
|
|
3248
3335
|
(function (FlightPlaceholderField) {
|
|
3249
3336
|
FlightPlaceholderField[FlightPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3250
3337
|
FlightPlaceholderField[FlightPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3268,9 +3355,9 @@ var enums;
|
|
|
3268
3355
|
})(FlightPlaceholderField = enums.FlightPlaceholderField || (enums.FlightPlaceholderField = {}));
|
|
3269
3356
|
/**
|
|
3270
3357
|
* @name GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3271
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3358
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3272
3359
|
*/
|
|
3273
|
-
|
|
3360
|
+
let GeoTargetConstantStatus;
|
|
3274
3361
|
(function (GeoTargetConstantStatus) {
|
|
3275
3362
|
GeoTargetConstantStatus[GeoTargetConstantStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3276
3363
|
GeoTargetConstantStatus[GeoTargetConstantStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3279,9 +3366,9 @@ var enums;
|
|
|
3279
3366
|
})(GeoTargetConstantStatus = enums.GeoTargetConstantStatus || (enums.GeoTargetConstantStatus = {}));
|
|
3280
3367
|
/**
|
|
3281
3368
|
* @name GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
3282
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3369
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
3283
3370
|
*/
|
|
3284
|
-
|
|
3371
|
+
let GeoTargetingRestriction;
|
|
3285
3372
|
(function (GeoTargetingRestriction) {
|
|
3286
3373
|
GeoTargetingRestriction[GeoTargetingRestriction["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3287
3374
|
GeoTargetingRestriction[GeoTargetingRestriction["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3289,9 +3376,9 @@ var enums;
|
|
|
3289
3376
|
})(GeoTargetingRestriction = enums.GeoTargetingRestriction || (enums.GeoTargetingRestriction = {}));
|
|
3290
3377
|
/**
|
|
3291
3378
|
* @name GeoTargetingTypeEnum.GeoTargetingType
|
|
3292
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3379
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/GeoTargetingTypeEnum.GeoTargetingType
|
|
3293
3380
|
*/
|
|
3294
|
-
|
|
3381
|
+
let GeoTargetingType;
|
|
3295
3382
|
(function (GeoTargetingType) {
|
|
3296
3383
|
GeoTargetingType[GeoTargetingType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3297
3384
|
GeoTargetingType[GeoTargetingType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3300,9 +3387,9 @@ var enums;
|
|
|
3300
3387
|
})(GeoTargetingType = enums.GeoTargetingType || (enums.GeoTargetingType = {}));
|
|
3301
3388
|
/**
|
|
3302
3389
|
* @name GoalConfigLevelEnum.GoalConfigLevel
|
|
3303
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3390
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/GoalConfigLevelEnum.GoalConfigLevel
|
|
3304
3391
|
*/
|
|
3305
|
-
|
|
3392
|
+
let GoalConfigLevel;
|
|
3306
3393
|
(function (GoalConfigLevel) {
|
|
3307
3394
|
GoalConfigLevel[GoalConfigLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3308
3395
|
GoalConfigLevel[GoalConfigLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3311,9 +3398,9 @@ var enums;
|
|
|
3311
3398
|
})(GoalConfigLevel = enums.GoalConfigLevel || (enums.GoalConfigLevel = {}));
|
|
3312
3399
|
/**
|
|
3313
3400
|
* @name GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3314
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3401
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3315
3402
|
*/
|
|
3316
|
-
|
|
3403
|
+
let GoogleAdsFieldCategory;
|
|
3317
3404
|
(function (GoogleAdsFieldCategory) {
|
|
3318
3405
|
GoogleAdsFieldCategory[GoogleAdsFieldCategory["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3319
3406
|
GoogleAdsFieldCategory[GoogleAdsFieldCategory["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3324,9 +3411,9 @@ var enums;
|
|
|
3324
3411
|
})(GoogleAdsFieldCategory = enums.GoogleAdsFieldCategory || (enums.GoogleAdsFieldCategory = {}));
|
|
3325
3412
|
/**
|
|
3326
3413
|
* @name GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3327
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3414
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3328
3415
|
*/
|
|
3329
|
-
|
|
3416
|
+
let GoogleAdsFieldDataType;
|
|
3330
3417
|
(function (GoogleAdsFieldDataType) {
|
|
3331
3418
|
GoogleAdsFieldDataType[GoogleAdsFieldDataType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3332
3419
|
GoogleAdsFieldDataType[GoogleAdsFieldDataType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3344,9 +3431,9 @@ var enums;
|
|
|
3344
3431
|
})(GoogleAdsFieldDataType = enums.GoogleAdsFieldDataType || (enums.GoogleAdsFieldDataType = {}));
|
|
3345
3432
|
/**
|
|
3346
3433
|
* @name GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3347
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3434
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3348
3435
|
*/
|
|
3349
|
-
|
|
3436
|
+
let GoogleVoiceCallStatus;
|
|
3350
3437
|
(function (GoogleVoiceCallStatus) {
|
|
3351
3438
|
GoogleVoiceCallStatus[GoogleVoiceCallStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3352
3439
|
GoogleVoiceCallStatus[GoogleVoiceCallStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3355,9 +3442,9 @@ var enums;
|
|
|
3355
3442
|
})(GoogleVoiceCallStatus = enums.GoogleVoiceCallStatus || (enums.GoogleVoiceCallStatus = {}));
|
|
3356
3443
|
/**
|
|
3357
3444
|
* @name HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
3358
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3445
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
3359
3446
|
*/
|
|
3360
|
-
|
|
3447
|
+
let HotelPlaceholderField;
|
|
3361
3448
|
(function (HotelPlaceholderField) {
|
|
3362
3449
|
HotelPlaceholderField[HotelPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3363
3450
|
HotelPlaceholderField[HotelPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3384,9 +3471,9 @@ var enums;
|
|
|
3384
3471
|
})(HotelPlaceholderField = enums.HotelPlaceholderField || (enums.HotelPlaceholderField = {}));
|
|
3385
3472
|
/**
|
|
3386
3473
|
* @name HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3387
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3474
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3388
3475
|
*/
|
|
3389
|
-
|
|
3476
|
+
let HotelReconciliationStatus;
|
|
3390
3477
|
(function (HotelReconciliationStatus) {
|
|
3391
3478
|
HotelReconciliationStatus[HotelReconciliationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3392
3479
|
HotelReconciliationStatus[HotelReconciliationStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3397,9 +3484,9 @@ var enums;
|
|
|
3397
3484
|
})(HotelReconciliationStatus = enums.HotelReconciliationStatus || (enums.HotelReconciliationStatus = {}));
|
|
3398
3485
|
/**
|
|
3399
3486
|
* @name ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
3400
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3487
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
3401
3488
|
*/
|
|
3402
|
-
|
|
3489
|
+
let ImagePlaceholderField;
|
|
3403
3490
|
(function (ImagePlaceholderField) {
|
|
3404
3491
|
ImagePlaceholderField[ImagePlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3405
3492
|
ImagePlaceholderField[ImagePlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3407,9 +3494,9 @@ var enums;
|
|
|
3407
3494
|
})(ImagePlaceholderField = enums.ImagePlaceholderField || (enums.ImagePlaceholderField = {}));
|
|
3408
3495
|
/**
|
|
3409
3496
|
* @name InvoiceTypeEnum.InvoiceType
|
|
3410
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3497
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/InvoiceTypeEnum.InvoiceType
|
|
3411
3498
|
*/
|
|
3412
|
-
|
|
3499
|
+
let InvoiceType;
|
|
3413
3500
|
(function (InvoiceType) {
|
|
3414
3501
|
InvoiceType[InvoiceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3415
3502
|
InvoiceType[InvoiceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3418,9 +3505,9 @@ var enums;
|
|
|
3418
3505
|
})(InvoiceType = enums.InvoiceType || (enums.InvoiceType = {}));
|
|
3419
3506
|
/**
|
|
3420
3507
|
* @name JobPlaceholderFieldEnum.JobPlaceholderField
|
|
3421
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3508
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/JobPlaceholderFieldEnum.JobPlaceholderField
|
|
3422
3509
|
*/
|
|
3423
|
-
|
|
3510
|
+
let JobPlaceholderField;
|
|
3424
3511
|
(function (JobPlaceholderField) {
|
|
3425
3512
|
JobPlaceholderField[JobPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3426
3513
|
JobPlaceholderField[JobPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3444,9 +3531,9 @@ var enums;
|
|
|
3444
3531
|
})(JobPlaceholderField = enums.JobPlaceholderField || (enums.JobPlaceholderField = {}));
|
|
3445
3532
|
/**
|
|
3446
3533
|
* @name KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3447
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3534
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3448
3535
|
*/
|
|
3449
|
-
|
|
3536
|
+
let KeywordPlanForecastInterval;
|
|
3450
3537
|
(function (KeywordPlanForecastInterval) {
|
|
3451
3538
|
KeywordPlanForecastInterval[KeywordPlanForecastInterval["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3452
3539
|
KeywordPlanForecastInterval[KeywordPlanForecastInterval["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3456,9 +3543,9 @@ var enums;
|
|
|
3456
3543
|
})(KeywordPlanForecastInterval = enums.KeywordPlanForecastInterval || (enums.KeywordPlanForecastInterval = {}));
|
|
3457
3544
|
/**
|
|
3458
3545
|
* @name KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3459
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3546
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3460
3547
|
*/
|
|
3461
|
-
|
|
3548
|
+
let KeywordPlanKeywordAnnotation;
|
|
3462
3549
|
(function (KeywordPlanKeywordAnnotation) {
|
|
3463
3550
|
KeywordPlanKeywordAnnotation[KeywordPlanKeywordAnnotation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3464
3551
|
KeywordPlanKeywordAnnotation[KeywordPlanKeywordAnnotation["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3466,9 +3553,9 @@ var enums;
|
|
|
3466
3553
|
})(KeywordPlanKeywordAnnotation = enums.KeywordPlanKeywordAnnotation || (enums.KeywordPlanKeywordAnnotation = {}));
|
|
3467
3554
|
/**
|
|
3468
3555
|
* @name KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3469
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3556
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3470
3557
|
*/
|
|
3471
|
-
|
|
3558
|
+
let KeywordPlanNetwork;
|
|
3472
3559
|
(function (KeywordPlanNetwork) {
|
|
3473
3560
|
KeywordPlanNetwork[KeywordPlanNetwork["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3474
3561
|
KeywordPlanNetwork[KeywordPlanNetwork["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3477,9 +3564,9 @@ var enums;
|
|
|
3477
3564
|
})(KeywordPlanNetwork = enums.KeywordPlanNetwork || (enums.KeywordPlanNetwork = {}));
|
|
3478
3565
|
/**
|
|
3479
3566
|
* @name LabelStatusEnum.LabelStatus
|
|
3480
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3567
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LabelStatusEnum.LabelStatus
|
|
3481
3568
|
*/
|
|
3482
|
-
|
|
3569
|
+
let LabelStatus;
|
|
3483
3570
|
(function (LabelStatus) {
|
|
3484
3571
|
LabelStatus[LabelStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3485
3572
|
LabelStatus[LabelStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3488,21 +3575,22 @@ var enums;
|
|
|
3488
3575
|
})(LabelStatus = enums.LabelStatus || (enums.LabelStatus = {}));
|
|
3489
3576
|
/**
|
|
3490
3577
|
* @name LinkedAccountTypeEnum.LinkedAccountType
|
|
3491
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3578
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LinkedAccountTypeEnum.LinkedAccountType
|
|
3492
3579
|
*/
|
|
3493
|
-
|
|
3580
|
+
let LinkedAccountType;
|
|
3494
3581
|
(function (LinkedAccountType) {
|
|
3495
3582
|
LinkedAccountType[LinkedAccountType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3496
3583
|
LinkedAccountType[LinkedAccountType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3497
3584
|
LinkedAccountType[LinkedAccountType["THIRD_PARTY_APP_ANALYTICS"] = 2] = "THIRD_PARTY_APP_ANALYTICS";
|
|
3498
3585
|
LinkedAccountType[LinkedAccountType["DATA_PARTNER"] = 3] = "DATA_PARTNER";
|
|
3499
3586
|
LinkedAccountType[LinkedAccountType["GOOGLE_ADS"] = 4] = "GOOGLE_ADS";
|
|
3587
|
+
LinkedAccountType[LinkedAccountType["HOTEL_CENTER"] = 5] = "HOTEL_CENTER";
|
|
3500
3588
|
})(LinkedAccountType = enums.LinkedAccountType || (enums.LinkedAccountType = {}));
|
|
3501
3589
|
/**
|
|
3502
3590
|
* @name ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
|
|
3503
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3591
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
|
|
3504
3592
|
*/
|
|
3505
|
-
|
|
3593
|
+
let ListingGroupFilterBiddingCategoryLevel;
|
|
3506
3594
|
(function (ListingGroupFilterBiddingCategoryLevel) {
|
|
3507
3595
|
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3508
3596
|
ListingGroupFilterBiddingCategoryLevel[ListingGroupFilterBiddingCategoryLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3514,9 +3602,9 @@ var enums;
|
|
|
3514
3602
|
})(ListingGroupFilterBiddingCategoryLevel = enums.ListingGroupFilterBiddingCategoryLevel || (enums.ListingGroupFilterBiddingCategoryLevel = {}));
|
|
3515
3603
|
/**
|
|
3516
3604
|
* @name ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3517
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3605
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3518
3606
|
*/
|
|
3519
|
-
|
|
3607
|
+
let ListingGroupFilterCustomAttributeIndex;
|
|
3520
3608
|
(function (ListingGroupFilterCustomAttributeIndex) {
|
|
3521
3609
|
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3522
3610
|
ListingGroupFilterCustomAttributeIndex[ListingGroupFilterCustomAttributeIndex["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3528,9 +3616,9 @@ var enums;
|
|
|
3528
3616
|
})(ListingGroupFilterCustomAttributeIndex = enums.ListingGroupFilterCustomAttributeIndex || (enums.ListingGroupFilterCustomAttributeIndex = {}));
|
|
3529
3617
|
/**
|
|
3530
3618
|
* @name ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3531
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3619
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3532
3620
|
*/
|
|
3533
|
-
|
|
3621
|
+
let ListingGroupFilterProductChannel;
|
|
3534
3622
|
(function (ListingGroupFilterProductChannel) {
|
|
3535
3623
|
ListingGroupFilterProductChannel[ListingGroupFilterProductChannel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3536
3624
|
ListingGroupFilterProductChannel[ListingGroupFilterProductChannel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3539,9 +3627,9 @@ var enums;
|
|
|
3539
3627
|
})(ListingGroupFilterProductChannel = enums.ListingGroupFilterProductChannel || (enums.ListingGroupFilterProductChannel = {}));
|
|
3540
3628
|
/**
|
|
3541
3629
|
* @name ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3542
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3630
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3543
3631
|
*/
|
|
3544
|
-
|
|
3632
|
+
let ListingGroupFilterProductCondition;
|
|
3545
3633
|
(function (ListingGroupFilterProductCondition) {
|
|
3546
3634
|
ListingGroupFilterProductCondition[ListingGroupFilterProductCondition["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3547
3635
|
ListingGroupFilterProductCondition[ListingGroupFilterProductCondition["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3551,9 +3639,9 @@ var enums;
|
|
|
3551
3639
|
})(ListingGroupFilterProductCondition = enums.ListingGroupFilterProductCondition || (enums.ListingGroupFilterProductCondition = {}));
|
|
3552
3640
|
/**
|
|
3553
3641
|
* @name ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3554
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3642
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3555
3643
|
*/
|
|
3556
|
-
|
|
3644
|
+
let ListingGroupFilterProductTypeLevel;
|
|
3557
3645
|
(function (ListingGroupFilterProductTypeLevel) {
|
|
3558
3646
|
ListingGroupFilterProductTypeLevel[ListingGroupFilterProductTypeLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3559
3647
|
ListingGroupFilterProductTypeLevel[ListingGroupFilterProductTypeLevel["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3565,9 +3653,9 @@ var enums;
|
|
|
3565
3653
|
})(ListingGroupFilterProductTypeLevel = enums.ListingGroupFilterProductTypeLevel || (enums.ListingGroupFilterProductTypeLevel = {}));
|
|
3566
3654
|
/**
|
|
3567
3655
|
* @name ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3568
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3656
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3569
3657
|
*/
|
|
3570
|
-
|
|
3658
|
+
let ListingGroupFilterType;
|
|
3571
3659
|
(function (ListingGroupFilterType) {
|
|
3572
3660
|
ListingGroupFilterType[ListingGroupFilterType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3573
3661
|
ListingGroupFilterType[ListingGroupFilterType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3577,9 +3665,9 @@ var enums;
|
|
|
3577
3665
|
})(ListingGroupFilterType = enums.ListingGroupFilterType || (enums.ListingGroupFilterType = {}));
|
|
3578
3666
|
/**
|
|
3579
3667
|
* @name ListingGroupFilterVerticalEnum.ListingGroupFilterVertical
|
|
3580
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3668
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ListingGroupFilterVerticalEnum.ListingGroupFilterVertical
|
|
3581
3669
|
*/
|
|
3582
|
-
|
|
3670
|
+
let ListingGroupFilterVertical;
|
|
3583
3671
|
(function (ListingGroupFilterVertical) {
|
|
3584
3672
|
ListingGroupFilterVertical[ListingGroupFilterVertical["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3585
3673
|
ListingGroupFilterVertical[ListingGroupFilterVertical["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3587,9 +3675,9 @@ var enums;
|
|
|
3587
3675
|
})(ListingGroupFilterVertical = enums.ListingGroupFilterVertical || (enums.ListingGroupFilterVertical = {}));
|
|
3588
3676
|
/**
|
|
3589
3677
|
* @name LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
3590
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3678
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
3591
3679
|
*/
|
|
3592
|
-
|
|
3680
|
+
let LocalPlaceholderField;
|
|
3593
3681
|
(function (LocalPlaceholderField) {
|
|
3594
3682
|
LocalPlaceholderField[LocalPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3595
3683
|
LocalPlaceholderField[LocalPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3615,9 +3703,9 @@ var enums;
|
|
|
3615
3703
|
})(LocalPlaceholderField = enums.LocalPlaceholderField || (enums.LocalPlaceholderField = {}));
|
|
3616
3704
|
/**
|
|
3617
3705
|
* @name LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
3618
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3706
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
3619
3707
|
*/
|
|
3620
|
-
|
|
3708
|
+
let LocationExtensionTargetingCriterionField;
|
|
3621
3709
|
(function (LocationExtensionTargetingCriterionField) {
|
|
3622
3710
|
LocationExtensionTargetingCriterionField[LocationExtensionTargetingCriterionField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3623
3711
|
LocationExtensionTargetingCriterionField[LocationExtensionTargetingCriterionField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3630,9 +3718,9 @@ var enums;
|
|
|
3630
3718
|
})(LocationExtensionTargetingCriterionField = enums.LocationExtensionTargetingCriterionField || (enums.LocationExtensionTargetingCriterionField = {}));
|
|
3631
3719
|
/**
|
|
3632
3720
|
* @name LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
3633
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3721
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
3634
3722
|
*/
|
|
3635
|
-
|
|
3723
|
+
let LocationPlaceholderField;
|
|
3636
3724
|
(function (LocationPlaceholderField) {
|
|
3637
3725
|
LocationPlaceholderField[LocationPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3638
3726
|
LocationPlaceholderField[LocationPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3647,9 +3735,9 @@ var enums;
|
|
|
3647
3735
|
})(LocationPlaceholderField = enums.LocationPlaceholderField || (enums.LocationPlaceholderField = {}));
|
|
3648
3736
|
/**
|
|
3649
3737
|
* @name LocationSourceTypeEnum.LocationSourceType
|
|
3650
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3738
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/LocationSourceTypeEnum.LocationSourceType
|
|
3651
3739
|
*/
|
|
3652
|
-
|
|
3740
|
+
let LocationSourceType;
|
|
3653
3741
|
(function (LocationSourceType) {
|
|
3654
3742
|
LocationSourceType[LocationSourceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3655
3743
|
LocationSourceType[LocationSourceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3658,9 +3746,9 @@ var enums;
|
|
|
3658
3746
|
})(LocationSourceType = enums.LocationSourceType || (enums.LocationSourceType = {}));
|
|
3659
3747
|
/**
|
|
3660
3748
|
* @name ManagerLinkStatusEnum.ManagerLinkStatus
|
|
3661
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3749
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ManagerLinkStatusEnum.ManagerLinkStatus
|
|
3662
3750
|
*/
|
|
3663
|
-
|
|
3751
|
+
let ManagerLinkStatus;
|
|
3664
3752
|
(function (ManagerLinkStatus) {
|
|
3665
3753
|
ManagerLinkStatus[ManagerLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3666
3754
|
ManagerLinkStatus[ManagerLinkStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3672,9 +3760,9 @@ var enums;
|
|
|
3672
3760
|
})(ManagerLinkStatus = enums.ManagerLinkStatus || (enums.ManagerLinkStatus = {}));
|
|
3673
3761
|
/**
|
|
3674
3762
|
* @name MediaTypeEnum.MediaType
|
|
3675
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3763
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MediaTypeEnum.MediaType
|
|
3676
3764
|
*/
|
|
3677
|
-
|
|
3765
|
+
let MediaType;
|
|
3678
3766
|
(function (MediaType) {
|
|
3679
3767
|
MediaType[MediaType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3680
3768
|
MediaType[MediaType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3687,9 +3775,9 @@ var enums;
|
|
|
3687
3775
|
})(MediaType = enums.MediaType || (enums.MediaType = {}));
|
|
3688
3776
|
/**
|
|
3689
3777
|
* @name MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
3690
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3778
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
3691
3779
|
*/
|
|
3692
|
-
|
|
3780
|
+
let MerchantCenterLinkStatus;
|
|
3693
3781
|
(function (MerchantCenterLinkStatus) {
|
|
3694
3782
|
MerchantCenterLinkStatus[MerchantCenterLinkStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3695
3783
|
MerchantCenterLinkStatus[MerchantCenterLinkStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3698,9 +3786,9 @@ var enums;
|
|
|
3698
3786
|
})(MerchantCenterLinkStatus = enums.MerchantCenterLinkStatus || (enums.MerchantCenterLinkStatus = {}));
|
|
3699
3787
|
/**
|
|
3700
3788
|
* @name MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
3701
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3789
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
3702
3790
|
*/
|
|
3703
|
-
|
|
3791
|
+
let MessagePlaceholderField;
|
|
3704
3792
|
(function (MessagePlaceholderField) {
|
|
3705
3793
|
MessagePlaceholderField[MessagePlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3706
3794
|
MessagePlaceholderField[MessagePlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3712,9 +3800,9 @@ var enums;
|
|
|
3712
3800
|
})(MessagePlaceholderField = enums.MessagePlaceholderField || (enums.MessagePlaceholderField = {}));
|
|
3713
3801
|
/**
|
|
3714
3802
|
* @name MobileDeviceTypeEnum.MobileDeviceType
|
|
3715
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3803
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/MobileDeviceTypeEnum.MobileDeviceType
|
|
3716
3804
|
*/
|
|
3717
|
-
|
|
3805
|
+
let MobileDeviceType;
|
|
3718
3806
|
(function (MobileDeviceType) {
|
|
3719
3807
|
MobileDeviceType[MobileDeviceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3720
3808
|
MobileDeviceType[MobileDeviceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3723,9 +3811,9 @@ var enums;
|
|
|
3723
3811
|
})(MobileDeviceType = enums.MobileDeviceType || (enums.MobileDeviceType = {}));
|
|
3724
3812
|
/**
|
|
3725
3813
|
* @name NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
3726
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3814
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
3727
3815
|
*/
|
|
3728
|
-
|
|
3816
|
+
let NegativeGeoTargetType;
|
|
3729
3817
|
(function (NegativeGeoTargetType) {
|
|
3730
3818
|
NegativeGeoTargetType[NegativeGeoTargetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3731
3819
|
NegativeGeoTargetType[NegativeGeoTargetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3734,9 +3822,9 @@ var enums;
|
|
|
3734
3822
|
})(NegativeGeoTargetType = enums.NegativeGeoTargetType || (enums.NegativeGeoTargetType = {}));
|
|
3735
3823
|
/**
|
|
3736
3824
|
* @name OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
3737
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3825
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
3738
3826
|
*/
|
|
3739
|
-
|
|
3827
|
+
let OfflineUserDataJobFailureReason;
|
|
3740
3828
|
(function (OfflineUserDataJobFailureReason) {
|
|
3741
3829
|
OfflineUserDataJobFailureReason[OfflineUserDataJobFailureReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3742
3830
|
OfflineUserDataJobFailureReason[OfflineUserDataJobFailureReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3745,9 +3833,9 @@ var enums;
|
|
|
3745
3833
|
})(OfflineUserDataJobFailureReason = enums.OfflineUserDataJobFailureReason || (enums.OfflineUserDataJobFailureReason = {}));
|
|
3746
3834
|
/**
|
|
3747
3835
|
* @name OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
3748
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3836
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
3749
3837
|
*/
|
|
3750
|
-
|
|
3838
|
+
let OfflineUserDataJobMatchRateRange;
|
|
3751
3839
|
(function (OfflineUserDataJobMatchRateRange) {
|
|
3752
3840
|
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3753
3841
|
OfflineUserDataJobMatchRateRange[OfflineUserDataJobMatchRateRange["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3763,9 +3851,9 @@ var enums;
|
|
|
3763
3851
|
})(OfflineUserDataJobMatchRateRange = enums.OfflineUserDataJobMatchRateRange || (enums.OfflineUserDataJobMatchRateRange = {}));
|
|
3764
3852
|
/**
|
|
3765
3853
|
* @name OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
3766
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3854
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
3767
3855
|
*/
|
|
3768
|
-
|
|
3856
|
+
let OfflineUserDataJobStatus;
|
|
3769
3857
|
(function (OfflineUserDataJobStatus) {
|
|
3770
3858
|
OfflineUserDataJobStatus[OfflineUserDataJobStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3771
3859
|
OfflineUserDataJobStatus[OfflineUserDataJobStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3776,9 +3864,9 @@ var enums;
|
|
|
3776
3864
|
})(OfflineUserDataJobStatus = enums.OfflineUserDataJobStatus || (enums.OfflineUserDataJobStatus = {}));
|
|
3777
3865
|
/**
|
|
3778
3866
|
* @name OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
3779
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3867
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
3780
3868
|
*/
|
|
3781
|
-
|
|
3869
|
+
let OfflineUserDataJobType;
|
|
3782
3870
|
(function (OfflineUserDataJobType) {
|
|
3783
3871
|
OfflineUserDataJobType[OfflineUserDataJobType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3784
3872
|
OfflineUserDataJobType[OfflineUserDataJobType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3789,9 +3877,9 @@ var enums;
|
|
|
3789
3877
|
})(OfflineUserDataJobType = enums.OfflineUserDataJobType || (enums.OfflineUserDataJobType = {}));
|
|
3790
3878
|
/**
|
|
3791
3879
|
* @name OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
3792
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3880
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
3793
3881
|
*/
|
|
3794
|
-
|
|
3882
|
+
let OperatingSystemVersionOperatorType;
|
|
3795
3883
|
(function (OperatingSystemVersionOperatorType) {
|
|
3796
3884
|
OperatingSystemVersionOperatorType[OperatingSystemVersionOperatorType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3797
3885
|
OperatingSystemVersionOperatorType[OperatingSystemVersionOperatorType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3800,9 +3888,9 @@ var enums;
|
|
|
3800
3888
|
})(OperatingSystemVersionOperatorType = enums.OperatingSystemVersionOperatorType || (enums.OperatingSystemVersionOperatorType = {}));
|
|
3801
3889
|
/**
|
|
3802
3890
|
* @name OptimizationGoalTypeEnum.OptimizationGoalType
|
|
3803
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3891
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/OptimizationGoalTypeEnum.OptimizationGoalType
|
|
3804
3892
|
*/
|
|
3805
|
-
|
|
3893
|
+
let OptimizationGoalType;
|
|
3806
3894
|
(function (OptimizationGoalType) {
|
|
3807
3895
|
OptimizationGoalType[OptimizationGoalType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3808
3896
|
OptimizationGoalType[OptimizationGoalType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3812,9 +3900,9 @@ var enums;
|
|
|
3812
3900
|
})(OptimizationGoalType = enums.OptimizationGoalType || (enums.OptimizationGoalType = {}));
|
|
3813
3901
|
/**
|
|
3814
3902
|
* @name PaymentModeEnum.PaymentMode
|
|
3815
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3903
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PaymentModeEnum.PaymentMode
|
|
3816
3904
|
*/
|
|
3817
|
-
|
|
3905
|
+
let PaymentMode;
|
|
3818
3906
|
(function (PaymentMode) {
|
|
3819
3907
|
PaymentMode[PaymentMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3820
3908
|
PaymentMode[PaymentMode["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3823,11 +3911,24 @@ var enums;
|
|
|
3823
3911
|
PaymentMode[PaymentMode["CONVERSIONS"] = 6] = "CONVERSIONS";
|
|
3824
3912
|
PaymentMode[PaymentMode["GUEST_STAY"] = 7] = "GUEST_STAY";
|
|
3825
3913
|
})(PaymentMode = enums.PaymentMode || (enums.PaymentMode = {}));
|
|
3914
|
+
/**
|
|
3915
|
+
* @name PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
3916
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
3917
|
+
*/
|
|
3918
|
+
let PerformanceMaxUpgradeStatus;
|
|
3919
|
+
(function (PerformanceMaxUpgradeStatus) {
|
|
3920
|
+
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3921
|
+
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3922
|
+
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UPGRADE_ELIBIGLE"] = 2] = "UPGRADE_ELIBIGLE";
|
|
3923
|
+
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UPGRADE_IN_PROGRESS"] = 3] = "UPGRADE_IN_PROGRESS";
|
|
3924
|
+
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UPGRADE_COMPLETE"] = 4] = "UPGRADE_COMPLETE";
|
|
3925
|
+
PerformanceMaxUpgradeStatus[PerformanceMaxUpgradeStatus["UPGRADE_FAILED"] = 5] = "UPGRADE_FAILED";
|
|
3926
|
+
})(PerformanceMaxUpgradeStatus = enums.PerformanceMaxUpgradeStatus || (enums.PerformanceMaxUpgradeStatus = {}));
|
|
3826
3927
|
/**
|
|
3827
3928
|
* @name PlacementTypeEnum.PlacementType
|
|
3828
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3929
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PlacementTypeEnum.PlacementType
|
|
3829
3930
|
*/
|
|
3830
|
-
|
|
3931
|
+
let PlacementType;
|
|
3831
3932
|
(function (PlacementType) {
|
|
3832
3933
|
PlacementType[PlacementType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3833
3934
|
PlacementType[PlacementType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3839,9 +3940,9 @@ var enums;
|
|
|
3839
3940
|
})(PlacementType = enums.PlacementType || (enums.PlacementType = {}));
|
|
3840
3941
|
/**
|
|
3841
3942
|
* @name PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
3842
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3943
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
3843
3944
|
*/
|
|
3844
|
-
|
|
3945
|
+
let PositiveGeoTargetType;
|
|
3845
3946
|
(function (PositiveGeoTargetType) {
|
|
3846
3947
|
PositiveGeoTargetType[PositiveGeoTargetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3847
3948
|
PositiveGeoTargetType[PositiveGeoTargetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3851,9 +3952,9 @@ var enums;
|
|
|
3851
3952
|
})(PositiveGeoTargetType = enums.PositiveGeoTargetType || (enums.PositiveGeoTargetType = {}));
|
|
3852
3953
|
/**
|
|
3853
3954
|
* @name PricePlaceholderFieldEnum.PricePlaceholderField
|
|
3854
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3955
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PricePlaceholderFieldEnum.PricePlaceholderField
|
|
3855
3956
|
*/
|
|
3856
|
-
|
|
3957
|
+
let PricePlaceholderField;
|
|
3857
3958
|
(function (PricePlaceholderField) {
|
|
3858
3959
|
PricePlaceholderField[PricePlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3859
3960
|
PricePlaceholderField[PricePlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3913,9 +4014,9 @@ var enums;
|
|
|
3913
4014
|
})(PricePlaceholderField = enums.PricePlaceholderField || (enums.PricePlaceholderField = {}));
|
|
3914
4015
|
/**
|
|
3915
4016
|
* @name ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus
|
|
3916
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4017
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus
|
|
3917
4018
|
*/
|
|
3918
|
-
|
|
4019
|
+
let ProductBiddingCategoryStatus;
|
|
3919
4020
|
(function (ProductBiddingCategoryStatus) {
|
|
3920
4021
|
ProductBiddingCategoryStatus[ProductBiddingCategoryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3921
4022
|
ProductBiddingCategoryStatus[ProductBiddingCategoryStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3924,9 +4025,9 @@ var enums;
|
|
|
3924
4025
|
})(ProductBiddingCategoryStatus = enums.ProductBiddingCategoryStatus || (enums.ProductBiddingCategoryStatus = {}));
|
|
3925
4026
|
/**
|
|
3926
4027
|
* @name PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
3927
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4028
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
3928
4029
|
*/
|
|
3929
|
-
|
|
4030
|
+
let PromotionPlaceholderField;
|
|
3930
4031
|
(function (PromotionPlaceholderField) {
|
|
3931
4032
|
PromotionPlaceholderField[PromotionPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3932
4033
|
PromotionPlaceholderField[PromotionPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3947,9 +4048,9 @@ var enums;
|
|
|
3947
4048
|
})(PromotionPlaceholderField = enums.PromotionPlaceholderField || (enums.PromotionPlaceholderField = {}));
|
|
3948
4049
|
/**
|
|
3949
4050
|
* @name ReachPlanAdLengthEnum.ReachPlanAdLength
|
|
3950
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4051
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ReachPlanAdLengthEnum.ReachPlanAdLength
|
|
3951
4052
|
*/
|
|
3952
|
-
|
|
4053
|
+
let ReachPlanAdLength;
|
|
3953
4054
|
(function (ReachPlanAdLength) {
|
|
3954
4055
|
ReachPlanAdLength[ReachPlanAdLength["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3955
4056
|
ReachPlanAdLength[ReachPlanAdLength["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3959,9 +4060,9 @@ var enums;
|
|
|
3959
4060
|
})(ReachPlanAdLength = enums.ReachPlanAdLength || (enums.ReachPlanAdLength = {}));
|
|
3960
4061
|
/**
|
|
3961
4062
|
* @name ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
3962
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4063
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
3963
4064
|
*/
|
|
3964
|
-
|
|
4065
|
+
let ReachPlanAgeRange;
|
|
3965
4066
|
(function (ReachPlanAgeRange) {
|
|
3966
4067
|
ReachPlanAgeRange[ReachPlanAgeRange["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3967
4068
|
ReachPlanAgeRange[ReachPlanAgeRange["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -3994,9 +4095,9 @@ var enums;
|
|
|
3994
4095
|
})(ReachPlanAgeRange = enums.ReachPlanAgeRange || (enums.ReachPlanAgeRange = {}));
|
|
3995
4096
|
/**
|
|
3996
4097
|
* @name ReachPlanNetworkEnum.ReachPlanNetwork
|
|
3997
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4098
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ReachPlanNetworkEnum.ReachPlanNetwork
|
|
3998
4099
|
*/
|
|
3999
|
-
|
|
4100
|
+
let ReachPlanNetwork;
|
|
4000
4101
|
(function (ReachPlanNetwork) {
|
|
4001
4102
|
ReachPlanNetwork[ReachPlanNetwork["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4002
4103
|
ReachPlanNetwork[ReachPlanNetwork["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4006,9 +4107,9 @@ var enums;
|
|
|
4006
4107
|
})(ReachPlanNetwork = enums.ReachPlanNetwork || (enums.ReachPlanNetwork = {}));
|
|
4007
4108
|
/**
|
|
4008
4109
|
* @name RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
4009
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4110
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
4010
4111
|
*/
|
|
4011
|
-
|
|
4112
|
+
let RealEstatePlaceholderField;
|
|
4012
4113
|
(function (RealEstatePlaceholderField) {
|
|
4013
4114
|
RealEstatePlaceholderField[RealEstatePlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4014
4115
|
RealEstatePlaceholderField[RealEstatePlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4033,9 +4134,9 @@ var enums;
|
|
|
4033
4134
|
})(RealEstatePlaceholderField = enums.RealEstatePlaceholderField || (enums.RealEstatePlaceholderField = {}));
|
|
4034
4135
|
/**
|
|
4035
4136
|
* @name ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4036
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4137
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4037
4138
|
*/
|
|
4038
|
-
|
|
4139
|
+
let ResourceChangeOperation;
|
|
4039
4140
|
(function (ResourceChangeOperation) {
|
|
4040
4141
|
ResourceChangeOperation[ResourceChangeOperation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4041
4142
|
ResourceChangeOperation[ResourceChangeOperation["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4045,9 +4146,9 @@ var enums;
|
|
|
4045
4146
|
})(ResourceChangeOperation = enums.ResourceChangeOperation || (enums.ResourceChangeOperation = {}));
|
|
4046
4147
|
/**
|
|
4047
4148
|
* @name ResourceLimitTypeEnum.ResourceLimitType
|
|
4048
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4149
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ResourceLimitTypeEnum.ResourceLimitType
|
|
4049
4150
|
*/
|
|
4050
|
-
|
|
4151
|
+
let ResourceLimitType;
|
|
4051
4152
|
(function (ResourceLimitType) {
|
|
4052
4153
|
ResourceLimitType[ResourceLimitType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4053
4154
|
ResourceLimitType[ResourceLimitType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4095,6 +4196,7 @@ var enums;
|
|
|
4095
4196
|
ResourceLimitType[ResourceLimitType["BIDDING_STRATEGIES_PER_CUSTOMER"] = 45] = "BIDDING_STRATEGIES_PER_CUSTOMER";
|
|
4096
4197
|
ResourceLimitType[ResourceLimitType["BASIC_USER_LISTS_PER_CUSTOMER"] = 47] = "BASIC_USER_LISTS_PER_CUSTOMER";
|
|
4097
4198
|
ResourceLimitType[ResourceLimitType["LOGICAL_USER_LISTS_PER_CUSTOMER"] = 48] = "LOGICAL_USER_LISTS_PER_CUSTOMER";
|
|
4199
|
+
ResourceLimitType[ResourceLimitType["RULE_BASED_USER_LISTS_PER_CUSTOMER"] = 153] = "RULE_BASED_USER_LISTS_PER_CUSTOMER";
|
|
4098
4200
|
ResourceLimitType[ResourceLimitType["BASE_AD_GROUP_ADS_PER_CUSTOMER"] = 53] = "BASE_AD_GROUP_ADS_PER_CUSTOMER";
|
|
4099
4201
|
ResourceLimitType[ResourceLimitType["EXPERIMENT_AD_GROUP_ADS_PER_CUSTOMER"] = 54] = "EXPERIMENT_AD_GROUP_ADS_PER_CUSTOMER";
|
|
4100
4202
|
ResourceLimitType[ResourceLimitType["AD_GROUP_ADS_PER_CAMPAIGN"] = 55] = "AD_GROUP_ADS_PER_CAMPAIGN";
|
|
@@ -4135,6 +4237,20 @@ var enums;
|
|
|
4135
4237
|
ResourceLimitType[ResourceLimitType["DYNAMIC_EDUCATION_FEED_ASSET_SETS_PER_CUSTOMER"] = 158] = "DYNAMIC_EDUCATION_FEED_ASSET_SETS_PER_CUSTOMER";
|
|
4136
4238
|
ResourceLimitType[ResourceLimitType["ASSETS_PER_PAGE_FEED_ASSET_SET"] = 159] = "ASSETS_PER_PAGE_FEED_ASSET_SET";
|
|
4137
4239
|
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_EDUCATION_FEED_ASSET_SET"] = 160] = "ASSETS_PER_DYNAMIC_EDUCATION_FEED_ASSET_SET";
|
|
4240
|
+
ResourceLimitType[ResourceLimitType["DYNAMIC_REAL_ESTATE_ASSET_SETS_PER_CUSTOMER"] = 161] = "DYNAMIC_REAL_ESTATE_ASSET_SETS_PER_CUSTOMER";
|
|
4241
|
+
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_REAL_ESTATE_ASSET_SET"] = 162] = "ASSETS_PER_DYNAMIC_REAL_ESTATE_ASSET_SET";
|
|
4242
|
+
ResourceLimitType[ResourceLimitType["DYNAMIC_CUSTOM_ASSET_SETS_PER_CUSTOMER"] = 163] = "DYNAMIC_CUSTOM_ASSET_SETS_PER_CUSTOMER";
|
|
4243
|
+
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_CUSTOM_ASSET_SET"] = 164] = "ASSETS_PER_DYNAMIC_CUSTOM_ASSET_SET";
|
|
4244
|
+
ResourceLimitType[ResourceLimitType["DYNAMIC_HOTELS_AND_RENTALS_ASSET_SETS_PER_CUSTOMER"] = 165] = "DYNAMIC_HOTELS_AND_RENTALS_ASSET_SETS_PER_CUSTOMER";
|
|
4245
|
+
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_HOTELS_AND_RENTALS_ASSET_SET"] = 166] = "ASSETS_PER_DYNAMIC_HOTELS_AND_RENTALS_ASSET_SET";
|
|
4246
|
+
ResourceLimitType[ResourceLimitType["DYNAMIC_LOCAL_ASSET_SETS_PER_CUSTOMER"] = 167] = "DYNAMIC_LOCAL_ASSET_SETS_PER_CUSTOMER";
|
|
4247
|
+
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_LOCAL_ASSET_SET"] = 168] = "ASSETS_PER_DYNAMIC_LOCAL_ASSET_SET";
|
|
4248
|
+
ResourceLimitType[ResourceLimitType["DYNAMIC_FLIGHTS_ASSET_SETS_PER_CUSTOMER"] = 169] = "DYNAMIC_FLIGHTS_ASSET_SETS_PER_CUSTOMER";
|
|
4249
|
+
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_FLIGHTS_ASSET_SET"] = 170] = "ASSETS_PER_DYNAMIC_FLIGHTS_ASSET_SET";
|
|
4250
|
+
ResourceLimitType[ResourceLimitType["DYNAMIC_TRAVEL_ASSET_SETS_PER_CUSTOMER"] = 171] = "DYNAMIC_TRAVEL_ASSET_SETS_PER_CUSTOMER";
|
|
4251
|
+
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_TRAVEL_ASSET_SET"] = 172] = "ASSETS_PER_DYNAMIC_TRAVEL_ASSET_SET";
|
|
4252
|
+
ResourceLimitType[ResourceLimitType["DYNAMIC_JOBS_ASSET_SETS_PER_CUSTOMER"] = 173] = "DYNAMIC_JOBS_ASSET_SETS_PER_CUSTOMER";
|
|
4253
|
+
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_JOBS_ASSET_SET"] = 174] = "ASSETS_PER_DYNAMIC_JOBS_ASSET_SET";
|
|
4138
4254
|
ResourceLimitType[ResourceLimitType["VERSIONS_PER_AD"] = 82] = "VERSIONS_PER_AD";
|
|
4139
4255
|
ResourceLimitType[ResourceLimitType["USER_FEEDS_PER_CUSTOMER"] = 90] = "USER_FEEDS_PER_CUSTOMER";
|
|
4140
4256
|
ResourceLimitType[ResourceLimitType["SYSTEM_FEEDS_PER_CUSTOMER"] = 91] = "SYSTEM_FEEDS_PER_CUSTOMER";
|
|
@@ -4169,9 +4285,9 @@ var enums;
|
|
|
4169
4285
|
})(ResourceLimitType = enums.ResourceLimitType || (enums.ResourceLimitType = {}));
|
|
4170
4286
|
/**
|
|
4171
4287
|
* @name ResponseContentTypeEnum.ResponseContentType
|
|
4172
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4288
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ResponseContentTypeEnum.ResponseContentType
|
|
4173
4289
|
*/
|
|
4174
|
-
|
|
4290
|
+
let ResponseContentType;
|
|
4175
4291
|
(function (ResponseContentType) {
|
|
4176
4292
|
ResponseContentType[ResponseContentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4177
4293
|
ResponseContentType[ResponseContentType["RESOURCE_NAME_ONLY"] = 1] = "RESOURCE_NAME_ONLY";
|
|
@@ -4179,9 +4295,9 @@ var enums;
|
|
|
4179
4295
|
})(ResponseContentType = enums.ResponseContentType || (enums.ResponseContentType = {}));
|
|
4180
4296
|
/**
|
|
4181
4297
|
* @name SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
4182
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4298
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
4183
4299
|
*/
|
|
4184
|
-
|
|
4300
|
+
let SearchTermTargetingStatus;
|
|
4185
4301
|
(function (SearchTermTargetingStatus) {
|
|
4186
4302
|
SearchTermTargetingStatus[SearchTermTargetingStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4187
4303
|
SearchTermTargetingStatus[SearchTermTargetingStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4192,9 +4308,9 @@ var enums;
|
|
|
4192
4308
|
})(SearchTermTargetingStatus = enums.SearchTermTargetingStatus || (enums.SearchTermTargetingStatus = {}));
|
|
4193
4309
|
/**
|
|
4194
4310
|
* @name SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4195
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4311
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4196
4312
|
*/
|
|
4197
|
-
|
|
4313
|
+
let SeasonalityEventScope;
|
|
4198
4314
|
(function (SeasonalityEventScope) {
|
|
4199
4315
|
SeasonalityEventScope[SeasonalityEventScope["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4200
4316
|
SeasonalityEventScope[SeasonalityEventScope["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4204,9 +4320,9 @@ var enums;
|
|
|
4204
4320
|
})(SeasonalityEventScope = enums.SeasonalityEventScope || (enums.SeasonalityEventScope = {}));
|
|
4205
4321
|
/**
|
|
4206
4322
|
* @name SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4207
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4323
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4208
4324
|
*/
|
|
4209
|
-
|
|
4325
|
+
let SeasonalityEventStatus;
|
|
4210
4326
|
(function (SeasonalityEventStatus) {
|
|
4211
4327
|
SeasonalityEventStatus[SeasonalityEventStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4212
4328
|
SeasonalityEventStatus[SeasonalityEventStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4215,9 +4331,9 @@ var enums;
|
|
|
4215
4331
|
})(SeasonalityEventStatus = enums.SeasonalityEventStatus || (enums.SeasonalityEventStatus = {}));
|
|
4216
4332
|
/**
|
|
4217
4333
|
* @name SharedSetStatusEnum.SharedSetStatus
|
|
4218
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4334
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SharedSetStatusEnum.SharedSetStatus
|
|
4219
4335
|
*/
|
|
4220
|
-
|
|
4336
|
+
let SharedSetStatus;
|
|
4221
4337
|
(function (SharedSetStatus) {
|
|
4222
4338
|
SharedSetStatus[SharedSetStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4223
4339
|
SharedSetStatus[SharedSetStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4226,9 +4342,9 @@ var enums;
|
|
|
4226
4342
|
})(SharedSetStatus = enums.SharedSetStatus || (enums.SharedSetStatus = {}));
|
|
4227
4343
|
/**
|
|
4228
4344
|
* @name SharedSetTypeEnum.SharedSetType
|
|
4229
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4345
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SharedSetTypeEnum.SharedSetType
|
|
4230
4346
|
*/
|
|
4231
|
-
|
|
4347
|
+
let SharedSetType;
|
|
4232
4348
|
(function (SharedSetType) {
|
|
4233
4349
|
SharedSetType[SharedSetType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4234
4350
|
SharedSetType[SharedSetType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4237,9 +4353,9 @@ var enums;
|
|
|
4237
4353
|
})(SharedSetType = enums.SharedSetType || (enums.SharedSetType = {}));
|
|
4238
4354
|
/**
|
|
4239
4355
|
* @name SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4240
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4356
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4241
4357
|
*/
|
|
4242
|
-
|
|
4358
|
+
let SimulationModificationMethod;
|
|
4243
4359
|
(function (SimulationModificationMethod) {
|
|
4244
4360
|
SimulationModificationMethod[SimulationModificationMethod["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4245
4361
|
SimulationModificationMethod[SimulationModificationMethod["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4249,9 +4365,9 @@ var enums;
|
|
|
4249
4365
|
})(SimulationModificationMethod = enums.SimulationModificationMethod || (enums.SimulationModificationMethod = {}));
|
|
4250
4366
|
/**
|
|
4251
4367
|
* @name SimulationTypeEnum.SimulationType
|
|
4252
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4368
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SimulationTypeEnum.SimulationType
|
|
4253
4369
|
*/
|
|
4254
|
-
|
|
4370
|
+
let SimulationType;
|
|
4255
4371
|
(function (SimulationType) {
|
|
4256
4372
|
SimulationType[SimulationType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4257
4373
|
SimulationType[SimulationType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4266,9 +4382,9 @@ var enums;
|
|
|
4266
4382
|
})(SimulationType = enums.SimulationType || (enums.SimulationType = {}));
|
|
4267
4383
|
/**
|
|
4268
4384
|
* @name SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
4269
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4385
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
4270
4386
|
*/
|
|
4271
|
-
|
|
4387
|
+
let SitelinkPlaceholderField;
|
|
4272
4388
|
(function (SitelinkPlaceholderField) {
|
|
4273
4389
|
SitelinkPlaceholderField[SitelinkPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4274
4390
|
SitelinkPlaceholderField[SitelinkPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4282,9 +4398,9 @@ var enums;
|
|
|
4282
4398
|
})(SitelinkPlaceholderField = enums.SitelinkPlaceholderField || (enums.SitelinkPlaceholderField = {}));
|
|
4283
4399
|
/**
|
|
4284
4400
|
* @name SpendingLimitTypeEnum.SpendingLimitType
|
|
4285
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4401
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SpendingLimitTypeEnum.SpendingLimitType
|
|
4286
4402
|
*/
|
|
4287
|
-
|
|
4403
|
+
let SpendingLimitType;
|
|
4288
4404
|
(function (SpendingLimitType) {
|
|
4289
4405
|
SpendingLimitType[SpendingLimitType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4290
4406
|
SpendingLimitType[SpendingLimitType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4292,9 +4408,9 @@ var enums;
|
|
|
4292
4408
|
})(SpendingLimitType = enums.SpendingLimitType || (enums.SpendingLimitType = {}));
|
|
4293
4409
|
/**
|
|
4294
4410
|
* @name StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
4295
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4411
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
4296
4412
|
*/
|
|
4297
|
-
|
|
4413
|
+
let StructuredSnippetPlaceholderField;
|
|
4298
4414
|
(function (StructuredSnippetPlaceholderField) {
|
|
4299
4415
|
StructuredSnippetPlaceholderField[StructuredSnippetPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4300
4416
|
StructuredSnippetPlaceholderField[StructuredSnippetPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4303,9 +4419,9 @@ var enums;
|
|
|
4303
4419
|
})(StructuredSnippetPlaceholderField = enums.StructuredSnippetPlaceholderField || (enums.StructuredSnippetPlaceholderField = {}));
|
|
4304
4420
|
/**
|
|
4305
4421
|
* @name SummaryRowSettingEnum.SummaryRowSetting
|
|
4306
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4422
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SummaryRowSettingEnum.SummaryRowSetting
|
|
4307
4423
|
*/
|
|
4308
|
-
|
|
4424
|
+
let SummaryRowSetting;
|
|
4309
4425
|
(function (SummaryRowSetting) {
|
|
4310
4426
|
SummaryRowSetting[SummaryRowSetting["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4311
4427
|
SummaryRowSetting[SummaryRowSetting["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4315,9 +4431,9 @@ var enums;
|
|
|
4315
4431
|
})(SummaryRowSetting = enums.SummaryRowSetting || (enums.SummaryRowSetting = {}));
|
|
4316
4432
|
/**
|
|
4317
4433
|
* @name SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4318
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4434
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4319
4435
|
*/
|
|
4320
|
-
|
|
4436
|
+
let SystemManagedResourceSource;
|
|
4321
4437
|
(function (SystemManagedResourceSource) {
|
|
4322
4438
|
SystemManagedResourceSource[SystemManagedResourceSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4323
4439
|
SystemManagedResourceSource[SystemManagedResourceSource["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4325,9 +4441,9 @@ var enums;
|
|
|
4325
4441
|
})(SystemManagedResourceSource = enums.SystemManagedResourceSource || (enums.SystemManagedResourceSource = {}));
|
|
4326
4442
|
/**
|
|
4327
4443
|
* @name TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4328
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4444
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4329
4445
|
*/
|
|
4330
|
-
|
|
4446
|
+
let TargetCpaOptInRecommendationGoal;
|
|
4331
4447
|
(function (TargetCpaOptInRecommendationGoal) {
|
|
4332
4448
|
TargetCpaOptInRecommendationGoal[TargetCpaOptInRecommendationGoal["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4333
4449
|
TargetCpaOptInRecommendationGoal[TargetCpaOptInRecommendationGoal["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4338,9 +4454,9 @@ var enums;
|
|
|
4338
4454
|
})(TargetCpaOptInRecommendationGoal = enums.TargetCpaOptInRecommendationGoal || (enums.TargetCpaOptInRecommendationGoal = {}));
|
|
4339
4455
|
/**
|
|
4340
4456
|
* @name TimeTypeEnum.TimeType
|
|
4341
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4457
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/TimeTypeEnum.TimeType
|
|
4342
4458
|
*/
|
|
4343
|
-
|
|
4459
|
+
let TimeType;
|
|
4344
4460
|
(function (TimeType) {
|
|
4345
4461
|
TimeType[TimeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4346
4462
|
TimeType[TimeType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4349,9 +4465,9 @@ var enums;
|
|
|
4349
4465
|
})(TimeType = enums.TimeType || (enums.TimeType = {}));
|
|
4350
4466
|
/**
|
|
4351
4467
|
* @name TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
4352
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4468
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
4353
4469
|
*/
|
|
4354
|
-
|
|
4470
|
+
let TravelPlaceholderField;
|
|
4355
4471
|
(function (TravelPlaceholderField) {
|
|
4356
4472
|
TravelPlaceholderField[TravelPlaceholderField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4357
4473
|
TravelPlaceholderField[TravelPlaceholderField["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4378,9 +4494,9 @@ var enums;
|
|
|
4378
4494
|
})(TravelPlaceholderField = enums.TravelPlaceholderField || (enums.TravelPlaceholderField = {}));
|
|
4379
4495
|
/**
|
|
4380
4496
|
* @name UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4381
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4497
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4382
4498
|
*/
|
|
4383
|
-
|
|
4499
|
+
let UserInterestTaxonomyType;
|
|
4384
4500
|
(function (UserInterestTaxonomyType) {
|
|
4385
4501
|
UserInterestTaxonomyType[UserInterestTaxonomyType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4386
4502
|
UserInterestTaxonomyType[UserInterestTaxonomyType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4392,9 +4508,9 @@ var enums;
|
|
|
4392
4508
|
})(UserInterestTaxonomyType = enums.UserInterestTaxonomyType || (enums.UserInterestTaxonomyType = {}));
|
|
4393
4509
|
/**
|
|
4394
4510
|
* @name UserListAccessStatusEnum.UserListAccessStatus
|
|
4395
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4511
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListAccessStatusEnum.UserListAccessStatus
|
|
4396
4512
|
*/
|
|
4397
|
-
|
|
4513
|
+
let UserListAccessStatus;
|
|
4398
4514
|
(function (UserListAccessStatus) {
|
|
4399
4515
|
UserListAccessStatus[UserListAccessStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4400
4516
|
UserListAccessStatus[UserListAccessStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4403,9 +4519,9 @@ var enums;
|
|
|
4403
4519
|
})(UserListAccessStatus = enums.UserListAccessStatus || (enums.UserListAccessStatus = {}));
|
|
4404
4520
|
/**
|
|
4405
4521
|
* @name UserListClosingReasonEnum.UserListClosingReason
|
|
4406
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4522
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListClosingReasonEnum.UserListClosingReason
|
|
4407
4523
|
*/
|
|
4408
|
-
|
|
4524
|
+
let UserListClosingReason;
|
|
4409
4525
|
(function (UserListClosingReason) {
|
|
4410
4526
|
UserListClosingReason[UserListClosingReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4411
4527
|
UserListClosingReason[UserListClosingReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4413,9 +4529,9 @@ var enums;
|
|
|
4413
4529
|
})(UserListClosingReason = enums.UserListClosingReason || (enums.UserListClosingReason = {}));
|
|
4414
4530
|
/**
|
|
4415
4531
|
* @name UserListMembershipStatusEnum.UserListMembershipStatus
|
|
4416
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4532
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListMembershipStatusEnum.UserListMembershipStatus
|
|
4417
4533
|
*/
|
|
4418
|
-
|
|
4534
|
+
let UserListMembershipStatus;
|
|
4419
4535
|
(function (UserListMembershipStatus) {
|
|
4420
4536
|
UserListMembershipStatus[UserListMembershipStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4421
4537
|
UserListMembershipStatus[UserListMembershipStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4424,9 +4540,9 @@ var enums;
|
|
|
4424
4540
|
})(UserListMembershipStatus = enums.UserListMembershipStatus || (enums.UserListMembershipStatus = {}));
|
|
4425
4541
|
/**
|
|
4426
4542
|
* @name UserListSizeRangeEnum.UserListSizeRange
|
|
4427
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4543
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListSizeRangeEnum.UserListSizeRange
|
|
4428
4544
|
*/
|
|
4429
|
-
|
|
4545
|
+
let UserListSizeRange;
|
|
4430
4546
|
(function (UserListSizeRange) {
|
|
4431
4547
|
UserListSizeRange[UserListSizeRange["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4432
4548
|
UserListSizeRange[UserListSizeRange["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4449,9 +4565,9 @@ var enums;
|
|
|
4449
4565
|
})(UserListSizeRange = enums.UserListSizeRange || (enums.UserListSizeRange = {}));
|
|
4450
4566
|
/**
|
|
4451
4567
|
* @name UserListTypeEnum.UserListType
|
|
4452
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4568
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/UserListTypeEnum.UserListType
|
|
4453
4569
|
*/
|
|
4454
|
-
|
|
4570
|
+
let UserListType;
|
|
4455
4571
|
(function (UserListType) {
|
|
4456
4572
|
UserListType[UserListType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4457
4573
|
UserListType[UserListType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4464,9 +4580,9 @@ var enums;
|
|
|
4464
4580
|
})(UserListType = enums.UserListType || (enums.UserListType = {}));
|
|
4465
4581
|
/**
|
|
4466
4582
|
* @name ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
4467
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4583
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
4468
4584
|
*/
|
|
4469
|
-
|
|
4585
|
+
let ValueRuleDeviceType;
|
|
4470
4586
|
(function (ValueRuleDeviceType) {
|
|
4471
4587
|
ValueRuleDeviceType[ValueRuleDeviceType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4472
4588
|
ValueRuleDeviceType[ValueRuleDeviceType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4476,9 +4592,9 @@ var enums;
|
|
|
4476
4592
|
})(ValueRuleDeviceType = enums.ValueRuleDeviceType || (enums.ValueRuleDeviceType = {}));
|
|
4477
4593
|
/**
|
|
4478
4594
|
* @name ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
4479
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4595
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
4480
4596
|
*/
|
|
4481
|
-
|
|
4597
|
+
let ValueRuleGeoLocationMatchType;
|
|
4482
4598
|
(function (ValueRuleGeoLocationMatchType) {
|
|
4483
4599
|
ValueRuleGeoLocationMatchType[ValueRuleGeoLocationMatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4484
4600
|
ValueRuleGeoLocationMatchType[ValueRuleGeoLocationMatchType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4487,9 +4603,9 @@ var enums;
|
|
|
4487
4603
|
})(ValueRuleGeoLocationMatchType = enums.ValueRuleGeoLocationMatchType || (enums.ValueRuleGeoLocationMatchType = {}));
|
|
4488
4604
|
/**
|
|
4489
4605
|
* @name ValueRuleOperationEnum.ValueRuleOperation
|
|
4490
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4606
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ValueRuleOperationEnum.ValueRuleOperation
|
|
4491
4607
|
*/
|
|
4492
|
-
|
|
4608
|
+
let ValueRuleOperation;
|
|
4493
4609
|
(function (ValueRuleOperation) {
|
|
4494
4610
|
ValueRuleOperation[ValueRuleOperation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4495
4611
|
ValueRuleOperation[ValueRuleOperation["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4499,9 +4615,9 @@ var enums;
|
|
|
4499
4615
|
})(ValueRuleOperation = enums.ValueRuleOperation || (enums.ValueRuleOperation = {}));
|
|
4500
4616
|
/**
|
|
4501
4617
|
* @name ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
4502
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4618
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
4503
4619
|
*/
|
|
4504
|
-
|
|
4620
|
+
let ValueRuleSetAttachmentType;
|
|
4505
4621
|
(function (ValueRuleSetAttachmentType) {
|
|
4506
4622
|
ValueRuleSetAttachmentType[ValueRuleSetAttachmentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4507
4623
|
ValueRuleSetAttachmentType[ValueRuleSetAttachmentType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4510,9 +4626,9 @@ var enums;
|
|
|
4510
4626
|
})(ValueRuleSetAttachmentType = enums.ValueRuleSetAttachmentType || (enums.ValueRuleSetAttachmentType = {}));
|
|
4511
4627
|
/**
|
|
4512
4628
|
* @name ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
4513
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4629
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
4514
4630
|
*/
|
|
4515
|
-
|
|
4631
|
+
let ValueRuleSetDimension;
|
|
4516
4632
|
(function (ValueRuleSetDimension) {
|
|
4517
4633
|
ValueRuleSetDimension[ValueRuleSetDimension["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4518
4634
|
ValueRuleSetDimension[ValueRuleSetDimension["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4523,9 +4639,9 @@ var enums;
|
|
|
4523
4639
|
})(ValueRuleSetDimension = enums.ValueRuleSetDimension || (enums.ValueRuleSetDimension = {}));
|
|
4524
4640
|
/**
|
|
4525
4641
|
* @name VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
4526
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4642
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
4527
4643
|
*/
|
|
4528
|
-
|
|
4644
|
+
let VanityPharmaDisplayUrlMode;
|
|
4529
4645
|
(function (VanityPharmaDisplayUrlMode) {
|
|
4530
4646
|
VanityPharmaDisplayUrlMode[VanityPharmaDisplayUrlMode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4531
4647
|
VanityPharmaDisplayUrlMode[VanityPharmaDisplayUrlMode["UNKNOWN"] = 1] = "UNKNOWN";
|
|
@@ -4534,9 +4650,9 @@ var enums;
|
|
|
4534
4650
|
})(VanityPharmaDisplayUrlMode = enums.VanityPharmaDisplayUrlMode || (enums.VanityPharmaDisplayUrlMode = {}));
|
|
4535
4651
|
/**
|
|
4536
4652
|
* @name VanityPharmaTextEnum.VanityPharmaText
|
|
4537
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4653
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v11/VanityPharmaTextEnum.VanityPharmaText
|
|
4538
4654
|
*/
|
|
4539
|
-
|
|
4655
|
+
let VanityPharmaText;
|
|
4540
4656
|
(function (VanityPharmaText) {
|
|
4541
4657
|
VanityPharmaText[VanityPharmaText["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4542
4658
|
VanityPharmaText[VanityPharmaText["UNKNOWN"] = 1] = "UNKNOWN";
|