google-ads-api 12.0.1 → 13.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 +4 -4
- package/build/src/protos/autogen/enums.d.ts +430 -334
- package/build/src/protos/autogen/enums.js +425 -323
- package/build/src/protos/autogen/fields.d.ts +174 -155
- package/build/src/protos/autogen/fields.js +11 -5
- package/build/src/protos/autogen/resourceNames.d.ts +31 -0
- package/build/src/protos/autogen/resourceNames.js +41 -2
- package/build/src/protos/autogen/serviceFactory.d.ts +176 -150
- package/build/src/protos/autogen/serviceFactory.js +418 -150
- package/build/src/protos/index.d.ts +6 -6
- package/build/src/protos/index.js +5 -5
- package/build/src/version.d.ts +1 -1
- package/build/src/version.js +1 -1
- package/package.json +3 -3
|
@@ -7,7 +7,7 @@ var enums;
|
|
|
7
7
|
(function (enums) {
|
|
8
8
|
/**
|
|
9
9
|
* @name PolicyTopicEntryTypeEnum.PolicyTopicEntryType
|
|
10
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
10
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PolicyTopicEntryTypeEnum.PolicyTopicEntryType
|
|
11
11
|
*/
|
|
12
12
|
let PolicyTopicEntryType;
|
|
13
13
|
(function (PolicyTopicEntryType) {
|
|
@@ -22,7 +22,7 @@ var enums;
|
|
|
22
22
|
})(PolicyTopicEntryType = enums.PolicyTopicEntryType || (enums.PolicyTopicEntryType = {}));
|
|
23
23
|
/**
|
|
24
24
|
* @name PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
|
|
25
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
25
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
|
|
26
26
|
*/
|
|
27
27
|
let PolicyTopicEvidenceDestinationMismatchUrlType;
|
|
28
28
|
(function (PolicyTopicEvidenceDestinationMismatchUrlType) {
|
|
@@ -36,7 +36,7 @@ var enums;
|
|
|
36
36
|
})(PolicyTopicEvidenceDestinationMismatchUrlType = enums.PolicyTopicEvidenceDestinationMismatchUrlType || (enums.PolicyTopicEvidenceDestinationMismatchUrlType = {}));
|
|
37
37
|
/**
|
|
38
38
|
* @name PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
|
|
39
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
39
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
|
|
40
40
|
*/
|
|
41
41
|
let PolicyTopicEvidenceDestinationNotWorkingDevice;
|
|
42
42
|
(function (PolicyTopicEvidenceDestinationNotWorkingDevice) {
|
|
@@ -48,7 +48,7 @@ var enums;
|
|
|
48
48
|
})(PolicyTopicEvidenceDestinationNotWorkingDevice = enums.PolicyTopicEvidenceDestinationNotWorkingDevice || (enums.PolicyTopicEvidenceDestinationNotWorkingDevice = {}));
|
|
49
49
|
/**
|
|
50
50
|
* @name PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
|
|
51
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
51
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
|
|
52
52
|
*/
|
|
53
53
|
let PolicyTopicEvidenceDestinationNotWorkingDnsErrorType;
|
|
54
54
|
(function (PolicyTopicEvidenceDestinationNotWorkingDnsErrorType) {
|
|
@@ -57,9 +57,54 @@ var enums;
|
|
|
57
57
|
PolicyTopicEvidenceDestinationNotWorkingDnsErrorType[PolicyTopicEvidenceDestinationNotWorkingDnsErrorType["HOSTNAME_NOT_FOUND"] = 2] = "HOSTNAME_NOT_FOUND";
|
|
58
58
|
PolicyTopicEvidenceDestinationNotWorkingDnsErrorType[PolicyTopicEvidenceDestinationNotWorkingDnsErrorType["GOOGLE_CRAWLER_DNS_ISSUE"] = 3] = "GOOGLE_CRAWLER_DNS_ISSUE";
|
|
59
59
|
})(PolicyTopicEvidenceDestinationNotWorkingDnsErrorType = enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType || (enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType = {}));
|
|
60
|
+
/**
|
|
61
|
+
* @name AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus
|
|
62
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus
|
|
63
|
+
*/
|
|
64
|
+
let AssetLinkPrimaryStatus;
|
|
65
|
+
(function (AssetLinkPrimaryStatus) {
|
|
66
|
+
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
67
|
+
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
68
|
+
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["ELIGIBLE"] = 2] = "ELIGIBLE";
|
|
69
|
+
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["PAUSED"] = 3] = "PAUSED";
|
|
70
|
+
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["REMOVED"] = 4] = "REMOVED";
|
|
71
|
+
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["PENDING"] = 5] = "PENDING";
|
|
72
|
+
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["LIMITED"] = 6] = "LIMITED";
|
|
73
|
+
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["NOT_ELIGIBLE"] = 7] = "NOT_ELIGIBLE";
|
|
74
|
+
})(AssetLinkPrimaryStatus = enums.AssetLinkPrimaryStatus || (enums.AssetLinkPrimaryStatus = {}));
|
|
75
|
+
/**
|
|
76
|
+
* @name AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason
|
|
77
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason
|
|
78
|
+
*/
|
|
79
|
+
let AssetLinkPrimaryStatusReason;
|
|
80
|
+
(function (AssetLinkPrimaryStatusReason) {
|
|
81
|
+
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
82
|
+
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
83
|
+
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["ASSET_LINK_PAUSED"] = 2] = "ASSET_LINK_PAUSED";
|
|
84
|
+
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["ASSET_LINK_REMOVED"] = 3] = "ASSET_LINK_REMOVED";
|
|
85
|
+
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["ASSET_DISAPPROVED"] = 4] = "ASSET_DISAPPROVED";
|
|
86
|
+
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["ASSET_UNDER_REVIEW"] = 5] = "ASSET_UNDER_REVIEW";
|
|
87
|
+
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["ASSET_APPROVED_LABELED"] = 6] = "ASSET_APPROVED_LABELED";
|
|
88
|
+
})(AssetLinkPrimaryStatusReason = enums.AssetLinkPrimaryStatusReason || (enums.AssetLinkPrimaryStatusReason = {}));
|
|
89
|
+
/**
|
|
90
|
+
* @name AssetOfflineEvaluationErrorReasonsEnum.AssetOfflineEvaluationErrorReasons
|
|
91
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AssetOfflineEvaluationErrorReasonsEnum.AssetOfflineEvaluationErrorReasons
|
|
92
|
+
*/
|
|
93
|
+
let AssetOfflineEvaluationErrorReasons;
|
|
94
|
+
(function (AssetOfflineEvaluationErrorReasons) {
|
|
95
|
+
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
96
|
+
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["UNKNOWN"] = 1] = "UNKNOWN";
|
|
97
|
+
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["PRICE_ASSET_DESCRIPTION_REPEATS_ROW_HEADER"] = 2] = "PRICE_ASSET_DESCRIPTION_REPEATS_ROW_HEADER";
|
|
98
|
+
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["PRICE_ASSET_REPETITIVE_HEADERS"] = 3] = "PRICE_ASSET_REPETITIVE_HEADERS";
|
|
99
|
+
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["PRICE_ASSET_HEADER_INCOMPATIBLE_WITH_PRICE_TYPE"] = 4] = "PRICE_ASSET_HEADER_INCOMPATIBLE_WITH_PRICE_TYPE";
|
|
100
|
+
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["PRICE_ASSET_DESCRIPTION_INCOMPATIBLE_WITH_ITEM_HEADER"] = 5] = "PRICE_ASSET_DESCRIPTION_INCOMPATIBLE_WITH_ITEM_HEADER";
|
|
101
|
+
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["PRICE_ASSET_DESCRIPTION_HAS_PRICE_QUALIFIER"] = 6] = "PRICE_ASSET_DESCRIPTION_HAS_PRICE_QUALIFIER";
|
|
102
|
+
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["PRICE_ASSET_UNSUPPORTED_LANGUAGE"] = 7] = "PRICE_ASSET_UNSUPPORTED_LANGUAGE";
|
|
103
|
+
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["PRICE_ASSET_OTHER_ERROR"] = 8] = "PRICE_ASSET_OTHER_ERROR";
|
|
104
|
+
})(AssetOfflineEvaluationErrorReasons = enums.AssetOfflineEvaluationErrorReasons || (enums.AssetOfflineEvaluationErrorReasons = {}));
|
|
60
105
|
/**
|
|
61
106
|
* @name PolicyApprovalStatusEnum.PolicyApprovalStatus
|
|
62
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
107
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PolicyApprovalStatusEnum.PolicyApprovalStatus
|
|
63
108
|
*/
|
|
64
109
|
let PolicyApprovalStatus;
|
|
65
110
|
(function (PolicyApprovalStatus) {
|
|
@@ -72,7 +117,7 @@ var enums;
|
|
|
72
117
|
})(PolicyApprovalStatus = enums.PolicyApprovalStatus || (enums.PolicyApprovalStatus = {}));
|
|
73
118
|
/**
|
|
74
119
|
* @name PolicyReviewStatusEnum.PolicyReviewStatus
|
|
75
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
120
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PolicyReviewStatusEnum.PolicyReviewStatus
|
|
76
121
|
*/
|
|
77
122
|
let PolicyReviewStatus;
|
|
78
123
|
(function (PolicyReviewStatus) {
|
|
@@ -85,7 +130,7 @@ var enums;
|
|
|
85
130
|
})(PolicyReviewStatus = enums.PolicyReviewStatus || (enums.PolicyReviewStatus = {}));
|
|
86
131
|
/**
|
|
87
132
|
* @name AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
88
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
133
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AssetPerformanceLabelEnum.AssetPerformanceLabel
|
|
89
134
|
*/
|
|
90
135
|
let AssetPerformanceLabel;
|
|
91
136
|
(function (AssetPerformanceLabel) {
|
|
@@ -99,7 +144,7 @@ var enums;
|
|
|
99
144
|
})(AssetPerformanceLabel = enums.AssetPerformanceLabel || (enums.AssetPerformanceLabel = {}));
|
|
100
145
|
/**
|
|
101
146
|
* @name ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
102
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
147
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ServedAssetFieldTypeEnum.ServedAssetFieldType
|
|
103
148
|
*/
|
|
104
149
|
let ServedAssetFieldType;
|
|
105
150
|
(function (ServedAssetFieldType) {
|
|
@@ -113,7 +158,7 @@ var enums;
|
|
|
113
158
|
})(ServedAssetFieldType = enums.ServedAssetFieldType || (enums.ServedAssetFieldType = {}));
|
|
114
159
|
/**
|
|
115
160
|
* @name CallConversionReportingStateEnum.CallConversionReportingState
|
|
116
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
161
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CallConversionReportingStateEnum.CallConversionReportingState
|
|
117
162
|
*/
|
|
118
163
|
let CallConversionReportingState;
|
|
119
164
|
(function (CallConversionReportingState) {
|
|
@@ -125,7 +170,7 @@ var enums;
|
|
|
125
170
|
})(CallConversionReportingState = enums.CallConversionReportingState || (enums.CallConversionReportingState = {}));
|
|
126
171
|
/**
|
|
127
172
|
* @name DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
128
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
173
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/DisplayAdFormatSettingEnum.DisplayAdFormatSetting
|
|
129
174
|
*/
|
|
130
175
|
let DisplayAdFormatSetting;
|
|
131
176
|
(function (DisplayAdFormatSetting) {
|
|
@@ -137,7 +182,7 @@ var enums;
|
|
|
137
182
|
})(DisplayAdFormatSetting = enums.DisplayAdFormatSetting || (enums.DisplayAdFormatSetting = {}));
|
|
138
183
|
/**
|
|
139
184
|
* @name DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
140
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
185
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/DisplayUploadProductTypeEnum.DisplayUploadProductType
|
|
141
186
|
*/
|
|
142
187
|
let DisplayUploadProductType;
|
|
143
188
|
(function (DisplayUploadProductType) {
|
|
@@ -156,7 +201,7 @@ var enums;
|
|
|
156
201
|
})(DisplayUploadProductType = enums.DisplayUploadProductType || (enums.DisplayUploadProductType = {}));
|
|
157
202
|
/**
|
|
158
203
|
* @name LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
159
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
204
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
|
|
160
205
|
*/
|
|
161
206
|
let LegacyAppInstallAdAppStore;
|
|
162
207
|
(function (LegacyAppInstallAdAppStore) {
|
|
@@ -170,7 +215,7 @@ var enums;
|
|
|
170
215
|
})(LegacyAppInstallAdAppStore = enums.LegacyAppInstallAdAppStore || (enums.LegacyAppInstallAdAppStore = {}));
|
|
171
216
|
/**
|
|
172
217
|
* @name MimeTypeEnum.MimeType
|
|
173
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
218
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/MimeTypeEnum.MimeType
|
|
174
219
|
*/
|
|
175
220
|
let MimeType;
|
|
176
221
|
(function (MimeType) {
|
|
@@ -191,7 +236,7 @@ var enums;
|
|
|
191
236
|
})(MimeType = enums.MimeType || (enums.MimeType = {}));
|
|
192
237
|
/**
|
|
193
238
|
* @name VideoThumbnailEnum.VideoThumbnail
|
|
194
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
239
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/VideoThumbnailEnum.VideoThumbnail
|
|
195
240
|
*/
|
|
196
241
|
let VideoThumbnail;
|
|
197
242
|
(function (VideoThumbnail) {
|
|
@@ -204,7 +249,7 @@ var enums;
|
|
|
204
249
|
})(VideoThumbnail = enums.VideoThumbnail || (enums.VideoThumbnail = {}));
|
|
205
250
|
/**
|
|
206
251
|
* @name ChainRelationshipTypeEnum.ChainRelationshipType
|
|
207
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
252
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ChainRelationshipTypeEnum.ChainRelationshipType
|
|
208
253
|
*/
|
|
209
254
|
let ChainRelationshipType;
|
|
210
255
|
(function (ChainRelationshipType) {
|
|
@@ -215,7 +260,7 @@ var enums;
|
|
|
215
260
|
})(ChainRelationshipType = enums.ChainRelationshipType || (enums.ChainRelationshipType = {}));
|
|
216
261
|
/**
|
|
217
262
|
* @name LocationOwnershipTypeEnum.LocationOwnershipType
|
|
218
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
263
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/LocationOwnershipTypeEnum.LocationOwnershipType
|
|
219
264
|
*/
|
|
220
265
|
let LocationOwnershipType;
|
|
221
266
|
(function (LocationOwnershipType) {
|
|
@@ -226,7 +271,7 @@ var enums;
|
|
|
226
271
|
})(LocationOwnershipType = enums.LocationOwnershipType || (enums.LocationOwnershipType = {}));
|
|
227
272
|
/**
|
|
228
273
|
* @name LocationStringFilterTypeEnum.LocationStringFilterType
|
|
229
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
274
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/LocationStringFilterTypeEnum.LocationStringFilterType
|
|
230
275
|
*/
|
|
231
276
|
let LocationStringFilterType;
|
|
232
277
|
(function (LocationStringFilterType) {
|
|
@@ -236,7 +281,7 @@ var enums;
|
|
|
236
281
|
})(LocationStringFilterType = enums.LocationStringFilterType || (enums.LocationStringFilterType = {}));
|
|
237
282
|
/**
|
|
238
283
|
* @name AgeRangeTypeEnum.AgeRangeType
|
|
239
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
284
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AgeRangeTypeEnum.AgeRangeType
|
|
240
285
|
*/
|
|
241
286
|
let AgeRangeType;
|
|
242
287
|
(function (AgeRangeType) {
|
|
@@ -252,7 +297,7 @@ var enums;
|
|
|
252
297
|
})(AgeRangeType = enums.AgeRangeType || (enums.AgeRangeType = {}));
|
|
253
298
|
/**
|
|
254
299
|
* @name AppPaymentModelTypeEnum.AppPaymentModelType
|
|
255
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
300
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AppPaymentModelTypeEnum.AppPaymentModelType
|
|
256
301
|
*/
|
|
257
302
|
let AppPaymentModelType;
|
|
258
303
|
(function (AppPaymentModelType) {
|
|
@@ -262,7 +307,7 @@ var enums;
|
|
|
262
307
|
})(AppPaymentModelType = enums.AppPaymentModelType || (enums.AppPaymentModelType = {}));
|
|
263
308
|
/**
|
|
264
309
|
* @name ContentLabelTypeEnum.ContentLabelType
|
|
265
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
310
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ContentLabelTypeEnum.ContentLabelType
|
|
266
311
|
*/
|
|
267
312
|
let ContentLabelType;
|
|
268
313
|
(function (ContentLabelType) {
|
|
@@ -286,7 +331,7 @@ var enums;
|
|
|
286
331
|
})(ContentLabelType = enums.ContentLabelType || (enums.ContentLabelType = {}));
|
|
287
332
|
/**
|
|
288
333
|
* @name DayOfWeekEnum.DayOfWeek
|
|
289
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
334
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/DayOfWeekEnum.DayOfWeek
|
|
290
335
|
*/
|
|
291
336
|
let DayOfWeek;
|
|
292
337
|
(function (DayOfWeek) {
|
|
@@ -302,7 +347,7 @@ var enums;
|
|
|
302
347
|
})(DayOfWeek = enums.DayOfWeek || (enums.DayOfWeek = {}));
|
|
303
348
|
/**
|
|
304
349
|
* @name DeviceEnum.Device
|
|
305
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
350
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/DeviceEnum.Device
|
|
306
351
|
*/
|
|
307
352
|
let Device;
|
|
308
353
|
(function (Device) {
|
|
@@ -316,7 +361,7 @@ var enums;
|
|
|
316
361
|
})(Device = enums.Device || (enums.Device = {}));
|
|
317
362
|
/**
|
|
318
363
|
* @name GenderTypeEnum.GenderType
|
|
319
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
364
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/GenderTypeEnum.GenderType
|
|
320
365
|
*/
|
|
321
366
|
let GenderType;
|
|
322
367
|
(function (GenderType) {
|
|
@@ -328,7 +373,7 @@ var enums;
|
|
|
328
373
|
})(GenderType = enums.GenderType || (enums.GenderType = {}));
|
|
329
374
|
/**
|
|
330
375
|
* @name HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
331
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
376
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/HotelDateSelectionTypeEnum.HotelDateSelectionType
|
|
332
377
|
*/
|
|
333
378
|
let HotelDateSelectionType;
|
|
334
379
|
(function (HotelDateSelectionType) {
|
|
@@ -339,7 +384,7 @@ var enums;
|
|
|
339
384
|
})(HotelDateSelectionType = enums.HotelDateSelectionType || (enums.HotelDateSelectionType = {}));
|
|
340
385
|
/**
|
|
341
386
|
* @name IncomeRangeTypeEnum.IncomeRangeType
|
|
342
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
387
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/IncomeRangeTypeEnum.IncomeRangeType
|
|
343
388
|
*/
|
|
344
389
|
let IncomeRangeType;
|
|
345
390
|
(function (IncomeRangeType) {
|
|
@@ -355,7 +400,7 @@ var enums;
|
|
|
355
400
|
})(IncomeRangeType = enums.IncomeRangeType || (enums.IncomeRangeType = {}));
|
|
356
401
|
/**
|
|
357
402
|
* @name InteractionTypeEnum.InteractionType
|
|
358
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
403
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/InteractionTypeEnum.InteractionType
|
|
359
404
|
*/
|
|
360
405
|
let InteractionType;
|
|
361
406
|
(function (InteractionType) {
|
|
@@ -365,7 +410,7 @@ var enums;
|
|
|
365
410
|
})(InteractionType = enums.InteractionType || (enums.InteractionType = {}));
|
|
366
411
|
/**
|
|
367
412
|
* @name KeywordMatchTypeEnum.KeywordMatchType
|
|
368
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
413
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/KeywordMatchTypeEnum.KeywordMatchType
|
|
369
414
|
*/
|
|
370
415
|
let KeywordMatchType;
|
|
371
416
|
(function (KeywordMatchType) {
|
|
@@ -377,7 +422,7 @@ var enums;
|
|
|
377
422
|
})(KeywordMatchType = enums.KeywordMatchType || (enums.KeywordMatchType = {}));
|
|
378
423
|
/**
|
|
379
424
|
* @name ListingGroupTypeEnum.ListingGroupType
|
|
380
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
425
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ListingGroupTypeEnum.ListingGroupType
|
|
381
426
|
*/
|
|
382
427
|
let ListingGroupType;
|
|
383
428
|
(function (ListingGroupType) {
|
|
@@ -388,7 +433,7 @@ var enums;
|
|
|
388
433
|
})(ListingGroupType = enums.ListingGroupType || (enums.ListingGroupType = {}));
|
|
389
434
|
/**
|
|
390
435
|
* @name LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
391
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
436
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
|
|
392
437
|
*/
|
|
393
438
|
let LocationGroupRadiusUnits;
|
|
394
439
|
(function (LocationGroupRadiusUnits) {
|
|
@@ -400,7 +445,7 @@ var enums;
|
|
|
400
445
|
})(LocationGroupRadiusUnits = enums.LocationGroupRadiusUnits || (enums.LocationGroupRadiusUnits = {}));
|
|
401
446
|
/**
|
|
402
447
|
* @name MinuteOfHourEnum.MinuteOfHour
|
|
403
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
448
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/MinuteOfHourEnum.MinuteOfHour
|
|
404
449
|
*/
|
|
405
450
|
let MinuteOfHour;
|
|
406
451
|
(function (MinuteOfHour) {
|
|
@@ -413,7 +458,7 @@ var enums;
|
|
|
413
458
|
})(MinuteOfHour = enums.MinuteOfHour || (enums.MinuteOfHour = {}));
|
|
414
459
|
/**
|
|
415
460
|
* @name ParentalStatusTypeEnum.ParentalStatusType
|
|
416
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
461
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ParentalStatusTypeEnum.ParentalStatusType
|
|
417
462
|
*/
|
|
418
463
|
let ParentalStatusType;
|
|
419
464
|
(function (ParentalStatusType) {
|
|
@@ -423,19 +468,9 @@ var enums;
|
|
|
423
468
|
ParentalStatusType[ParentalStatusType["NOT_A_PARENT"] = 301] = "NOT_A_PARENT";
|
|
424
469
|
ParentalStatusType[ParentalStatusType["UNDETERMINED"] = 302] = "UNDETERMINED";
|
|
425
470
|
})(ParentalStatusType = enums.ParentalStatusType || (enums.ParentalStatusType = {}));
|
|
426
|
-
/**
|
|
427
|
-
* @name PreferredContentTypeEnum.PreferredContentType
|
|
428
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v12/PreferredContentTypeEnum.PreferredContentType
|
|
429
|
-
*/
|
|
430
|
-
let PreferredContentType;
|
|
431
|
-
(function (PreferredContentType) {
|
|
432
|
-
PreferredContentType[PreferredContentType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
433
|
-
PreferredContentType[PreferredContentType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
434
|
-
PreferredContentType[PreferredContentType["YOUTUBE_TOP_CONTENT"] = 400] = "YOUTUBE_TOP_CONTENT";
|
|
435
|
-
})(PreferredContentType = enums.PreferredContentType || (enums.PreferredContentType = {}));
|
|
436
471
|
/**
|
|
437
472
|
* @name ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel
|
|
438
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
473
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel
|
|
439
474
|
*/
|
|
440
475
|
let ProductBiddingCategoryLevel;
|
|
441
476
|
(function (ProductBiddingCategoryLevel) {
|
|
@@ -449,7 +484,7 @@ var enums;
|
|
|
449
484
|
})(ProductBiddingCategoryLevel = enums.ProductBiddingCategoryLevel || (enums.ProductBiddingCategoryLevel = {}));
|
|
450
485
|
/**
|
|
451
486
|
* @name ProductChannelEnum.ProductChannel
|
|
452
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
487
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ProductChannelEnum.ProductChannel
|
|
453
488
|
*/
|
|
454
489
|
let ProductChannel;
|
|
455
490
|
(function (ProductChannel) {
|
|
@@ -460,7 +495,7 @@ var enums;
|
|
|
460
495
|
})(ProductChannel = enums.ProductChannel || (enums.ProductChannel = {}));
|
|
461
496
|
/**
|
|
462
497
|
* @name ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
463
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
498
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ProductChannelExclusivityEnum.ProductChannelExclusivity
|
|
464
499
|
*/
|
|
465
500
|
let ProductChannelExclusivity;
|
|
466
501
|
(function (ProductChannelExclusivity) {
|
|
@@ -471,7 +506,7 @@ var enums;
|
|
|
471
506
|
})(ProductChannelExclusivity = enums.ProductChannelExclusivity || (enums.ProductChannelExclusivity = {}));
|
|
472
507
|
/**
|
|
473
508
|
* @name ProductConditionEnum.ProductCondition
|
|
474
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
509
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ProductConditionEnum.ProductCondition
|
|
475
510
|
*/
|
|
476
511
|
let ProductCondition;
|
|
477
512
|
(function (ProductCondition) {
|
|
@@ -483,7 +518,7 @@ var enums;
|
|
|
483
518
|
})(ProductCondition = enums.ProductCondition || (enums.ProductCondition = {}));
|
|
484
519
|
/**
|
|
485
520
|
* @name ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
486
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
521
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
|
|
487
522
|
*/
|
|
488
523
|
let ProductCustomAttributeIndex;
|
|
489
524
|
(function (ProductCustomAttributeIndex) {
|
|
@@ -497,7 +532,7 @@ var enums;
|
|
|
497
532
|
})(ProductCustomAttributeIndex = enums.ProductCustomAttributeIndex || (enums.ProductCustomAttributeIndex = {}));
|
|
498
533
|
/**
|
|
499
534
|
* @name ProductTypeLevelEnum.ProductTypeLevel
|
|
500
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
535
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ProductTypeLevelEnum.ProductTypeLevel
|
|
501
536
|
*/
|
|
502
537
|
let ProductTypeLevel;
|
|
503
538
|
(function (ProductTypeLevel) {
|
|
@@ -511,7 +546,7 @@ var enums;
|
|
|
511
546
|
})(ProductTypeLevel = enums.ProductTypeLevel || (enums.ProductTypeLevel = {}));
|
|
512
547
|
/**
|
|
513
548
|
* @name ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
514
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
549
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ProximityRadiusUnitsEnum.ProximityRadiusUnits
|
|
515
550
|
*/
|
|
516
551
|
let ProximityRadiusUnits;
|
|
517
552
|
(function (ProximityRadiusUnits) {
|
|
@@ -522,7 +557,7 @@ var enums;
|
|
|
522
557
|
})(ProximityRadiusUnits = enums.ProximityRadiusUnits || (enums.ProximityRadiusUnits = {}));
|
|
523
558
|
/**
|
|
524
559
|
* @name WebpageConditionOperandEnum.WebpageConditionOperand
|
|
525
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
560
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/WebpageConditionOperandEnum.WebpageConditionOperand
|
|
526
561
|
*/
|
|
527
562
|
let WebpageConditionOperand;
|
|
528
563
|
(function (WebpageConditionOperand) {
|
|
@@ -536,7 +571,7 @@ var enums;
|
|
|
536
571
|
})(WebpageConditionOperand = enums.WebpageConditionOperand || (enums.WebpageConditionOperand = {}));
|
|
537
572
|
/**
|
|
538
573
|
* @name WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
539
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
574
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/WebpageConditionOperatorEnum.WebpageConditionOperator
|
|
540
575
|
*/
|
|
541
576
|
let WebpageConditionOperator;
|
|
542
577
|
(function (WebpageConditionOperator) {
|
|
@@ -547,7 +582,7 @@ var enums;
|
|
|
547
582
|
})(WebpageConditionOperator = enums.WebpageConditionOperator || (enums.WebpageConditionOperator = {}));
|
|
548
583
|
/**
|
|
549
584
|
* @name CallToActionTypeEnum.CallToActionType
|
|
550
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
585
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CallToActionTypeEnum.CallToActionType
|
|
551
586
|
*/
|
|
552
587
|
let CallToActionType;
|
|
553
588
|
(function (CallToActionType) {
|
|
@@ -565,7 +600,7 @@ var enums;
|
|
|
565
600
|
})(CallToActionType = enums.CallToActionType || (enums.CallToActionType = {}));
|
|
566
601
|
/**
|
|
567
602
|
* @name LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
568
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
603
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/LeadFormCallToActionTypeEnum.LeadFormCallToActionType
|
|
569
604
|
*/
|
|
570
605
|
let LeadFormCallToActionType;
|
|
571
606
|
(function (LeadFormCallToActionType) {
|
|
@@ -588,7 +623,7 @@ var enums;
|
|
|
588
623
|
})(LeadFormCallToActionType = enums.LeadFormCallToActionType || (enums.LeadFormCallToActionType = {}));
|
|
589
624
|
/**
|
|
590
625
|
* @name LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
591
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
626
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/LeadFormDesiredIntentEnum.LeadFormDesiredIntent
|
|
592
627
|
*/
|
|
593
628
|
let LeadFormDesiredIntent;
|
|
594
629
|
(function (LeadFormDesiredIntent) {
|
|
@@ -599,7 +634,7 @@ var enums;
|
|
|
599
634
|
})(LeadFormDesiredIntent = enums.LeadFormDesiredIntent || (enums.LeadFormDesiredIntent = {}));
|
|
600
635
|
/**
|
|
601
636
|
* @name LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
602
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
637
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType
|
|
603
638
|
*/
|
|
604
639
|
let LeadFormFieldUserInputType;
|
|
605
640
|
(function (LeadFormFieldUserInputType) {
|
|
@@ -724,7 +759,7 @@ var enums;
|
|
|
724
759
|
})(LeadFormFieldUserInputType = enums.LeadFormFieldUserInputType || (enums.LeadFormFieldUserInputType = {}));
|
|
725
760
|
/**
|
|
726
761
|
* @name LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
727
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
762
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/LeadFormPostSubmitCallToActionTypeEnum.LeadFormPostSubmitCallToActionType
|
|
728
763
|
*/
|
|
729
764
|
let LeadFormPostSubmitCallToActionType;
|
|
730
765
|
(function (LeadFormPostSubmitCallToActionType) {
|
|
@@ -737,7 +772,7 @@ var enums;
|
|
|
737
772
|
})(LeadFormPostSubmitCallToActionType = enums.LeadFormPostSubmitCallToActionType || (enums.LeadFormPostSubmitCallToActionType = {}));
|
|
738
773
|
/**
|
|
739
774
|
* @name MobileAppVendorEnum.MobileAppVendor
|
|
740
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
775
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/MobileAppVendorEnum.MobileAppVendor
|
|
741
776
|
*/
|
|
742
777
|
let MobileAppVendor;
|
|
743
778
|
(function (MobileAppVendor) {
|
|
@@ -748,7 +783,7 @@ var enums;
|
|
|
748
783
|
})(MobileAppVendor = enums.MobileAppVendor || (enums.MobileAppVendor = {}));
|
|
749
784
|
/**
|
|
750
785
|
* @name PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
751
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
786
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier
|
|
752
787
|
*/
|
|
753
788
|
let PriceExtensionPriceQualifier;
|
|
754
789
|
(function (PriceExtensionPriceQualifier) {
|
|
@@ -760,7 +795,7 @@ var enums;
|
|
|
760
795
|
})(PriceExtensionPriceQualifier = enums.PriceExtensionPriceQualifier || (enums.PriceExtensionPriceQualifier = {}));
|
|
761
796
|
/**
|
|
762
797
|
* @name PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
763
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
798
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit
|
|
764
799
|
*/
|
|
765
800
|
let PriceExtensionPriceUnit;
|
|
766
801
|
(function (PriceExtensionPriceUnit) {
|
|
@@ -775,7 +810,7 @@ var enums;
|
|
|
775
810
|
})(PriceExtensionPriceUnit = enums.PriceExtensionPriceUnit || (enums.PriceExtensionPriceUnit = {}));
|
|
776
811
|
/**
|
|
777
812
|
* @name PriceExtensionTypeEnum.PriceExtensionType
|
|
778
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
813
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PriceExtensionTypeEnum.PriceExtensionType
|
|
779
814
|
*/
|
|
780
815
|
let PriceExtensionType;
|
|
781
816
|
(function (PriceExtensionType) {
|
|
@@ -793,7 +828,7 @@ var enums;
|
|
|
793
828
|
})(PriceExtensionType = enums.PriceExtensionType || (enums.PriceExtensionType = {}));
|
|
794
829
|
/**
|
|
795
830
|
* @name PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
796
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
831
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier
|
|
797
832
|
*/
|
|
798
833
|
let PromotionExtensionDiscountModifier;
|
|
799
834
|
(function (PromotionExtensionDiscountModifier) {
|
|
@@ -803,7 +838,7 @@ var enums;
|
|
|
803
838
|
})(PromotionExtensionDiscountModifier = enums.PromotionExtensionDiscountModifier || (enums.PromotionExtensionDiscountModifier = {}));
|
|
804
839
|
/**
|
|
805
840
|
* @name PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
806
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
841
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PromotionExtensionOccasionEnum.PromotionExtensionOccasion
|
|
807
842
|
*/
|
|
808
843
|
let PromotionExtensionOccasion;
|
|
809
844
|
(function (PromotionExtensionOccasion) {
|
|
@@ -847,9 +882,19 @@ var enums;
|
|
|
847
882
|
PromotionExtensionOccasion[PromotionExtensionOccasion["SONGKRAN"] = 37] = "SONGKRAN";
|
|
848
883
|
PromotionExtensionOccasion[PromotionExtensionOccasion["YEAR_END_GIFT"] = 38] = "YEAR_END_GIFT";
|
|
849
884
|
})(PromotionExtensionOccasion = enums.PromotionExtensionOccasion || (enums.PromotionExtensionOccasion = {}));
|
|
885
|
+
/**
|
|
886
|
+
* @name TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
887
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit
|
|
888
|
+
*/
|
|
889
|
+
let TargetFrequencyTimeUnit;
|
|
890
|
+
(function (TargetFrequencyTimeUnit) {
|
|
891
|
+
TargetFrequencyTimeUnit[TargetFrequencyTimeUnit["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
892
|
+
TargetFrequencyTimeUnit[TargetFrequencyTimeUnit["UNKNOWN"] = 1] = "UNKNOWN";
|
|
893
|
+
TargetFrequencyTimeUnit[TargetFrequencyTimeUnit["WEEKLY"] = 2] = "WEEKLY";
|
|
894
|
+
})(TargetFrequencyTimeUnit = enums.TargetFrequencyTimeUnit || (enums.TargetFrequencyTimeUnit = {}));
|
|
850
895
|
/**
|
|
851
896
|
* @name TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
852
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
897
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/TargetImpressionShareLocationEnum.TargetImpressionShareLocation
|
|
853
898
|
*/
|
|
854
899
|
let TargetImpressionShareLocation;
|
|
855
900
|
(function (TargetImpressionShareLocation) {
|
|
@@ -861,7 +906,7 @@ var enums;
|
|
|
861
906
|
})(TargetImpressionShareLocation = enums.TargetImpressionShareLocation || (enums.TargetImpressionShareLocation = {}));
|
|
862
907
|
/**
|
|
863
908
|
* @name AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
864
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
909
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType
|
|
865
910
|
*/
|
|
866
911
|
let AdvertisingChannelSubType;
|
|
867
912
|
(function (AdvertisingChannelSubType) {
|
|
@@ -884,10 +929,12 @@ var enums;
|
|
|
884
929
|
AdvertisingChannelSubType[AdvertisingChannelSubType["SMART_CAMPAIGN"] = 16] = "SMART_CAMPAIGN";
|
|
885
930
|
AdvertisingChannelSubType[AdvertisingChannelSubType["VIDEO_SEQUENCE"] = 17] = "VIDEO_SEQUENCE";
|
|
886
931
|
AdvertisingChannelSubType[AdvertisingChannelSubType["APP_CAMPAIGN_FOR_PRE_REGISTRATION"] = 18] = "APP_CAMPAIGN_FOR_PRE_REGISTRATION";
|
|
932
|
+
AdvertisingChannelSubType[AdvertisingChannelSubType["VIDEO_REACH_TARGET_FREQUENCY"] = 19] = "VIDEO_REACH_TARGET_FREQUENCY";
|
|
933
|
+
AdvertisingChannelSubType[AdvertisingChannelSubType["TRAVEL_ACTIVITIES"] = 20] = "TRAVEL_ACTIVITIES";
|
|
887
934
|
})(AdvertisingChannelSubType = enums.AdvertisingChannelSubType || (enums.AdvertisingChannelSubType = {}));
|
|
888
935
|
/**
|
|
889
936
|
* @name AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
890
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
937
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AdvertisingChannelTypeEnum.AdvertisingChannelType
|
|
891
938
|
*/
|
|
892
939
|
let AdvertisingChannelType;
|
|
893
940
|
(function (AdvertisingChannelType) {
|
|
@@ -904,10 +951,11 @@ var enums;
|
|
|
904
951
|
AdvertisingChannelType[AdvertisingChannelType["PERFORMANCE_MAX"] = 10] = "PERFORMANCE_MAX";
|
|
905
952
|
AdvertisingChannelType[AdvertisingChannelType["LOCAL_SERVICES"] = 11] = "LOCAL_SERVICES";
|
|
906
953
|
AdvertisingChannelType[AdvertisingChannelType["DISCOVERY"] = 12] = "DISCOVERY";
|
|
954
|
+
AdvertisingChannelType[AdvertisingChannelType["TRAVEL"] = 13] = "TRAVEL";
|
|
907
955
|
})(AdvertisingChannelType = enums.AdvertisingChannelType || (enums.AdvertisingChannelType = {}));
|
|
908
956
|
/**
|
|
909
957
|
* @name CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
910
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
958
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CriterionCategoryChannelAvailabilityModeEnum.CriterionCategoryChannelAvailabilityMode
|
|
911
959
|
*/
|
|
912
960
|
let CriterionCategoryChannelAvailabilityMode;
|
|
913
961
|
(function (CriterionCategoryChannelAvailabilityMode) {
|
|
@@ -919,7 +967,7 @@ var enums;
|
|
|
919
967
|
})(CriterionCategoryChannelAvailabilityMode = enums.CriterionCategoryChannelAvailabilityMode || (enums.CriterionCategoryChannelAvailabilityMode = {}));
|
|
920
968
|
/**
|
|
921
969
|
* @name CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
922
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
970
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode
|
|
923
971
|
*/
|
|
924
972
|
let CriterionCategoryLocaleAvailabilityMode;
|
|
925
973
|
(function (CriterionCategoryLocaleAvailabilityMode) {
|
|
@@ -932,7 +980,7 @@ var enums;
|
|
|
932
980
|
})(CriterionCategoryLocaleAvailabilityMode = enums.CriterionCategoryLocaleAvailabilityMode || (enums.CriterionCategoryLocaleAvailabilityMode = {}));
|
|
933
981
|
/**
|
|
934
982
|
* @name CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
935
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
983
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CustomizerAttributeTypeEnum.CustomizerAttributeType
|
|
936
984
|
*/
|
|
937
985
|
let CustomizerAttributeType;
|
|
938
986
|
(function (CustomizerAttributeType) {
|
|
@@ -945,7 +993,7 @@ var enums;
|
|
|
945
993
|
})(CustomizerAttributeType = enums.CustomizerAttributeType || (enums.CustomizerAttributeType = {}));
|
|
946
994
|
/**
|
|
947
995
|
* @name MonthOfYearEnum.MonthOfYear
|
|
948
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
996
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/MonthOfYearEnum.MonthOfYear
|
|
949
997
|
*/
|
|
950
998
|
let MonthOfYear;
|
|
951
999
|
(function (MonthOfYear) {
|
|
@@ -966,7 +1014,7 @@ var enums;
|
|
|
966
1014
|
})(MonthOfYear = enums.MonthOfYear || (enums.MonthOfYear = {}));
|
|
967
1015
|
/**
|
|
968
1016
|
* @name AppStoreEnum.AppStore
|
|
969
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1017
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AppStoreEnum.AppStore
|
|
970
1018
|
*/
|
|
971
1019
|
let AppStore;
|
|
972
1020
|
(function (AppStore) {
|
|
@@ -977,7 +1025,7 @@ var enums;
|
|
|
977
1025
|
})(AppStore = enums.AppStore || (enums.AppStore = {}));
|
|
978
1026
|
/**
|
|
979
1027
|
* @name FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType
|
|
980
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1028
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType
|
|
981
1029
|
*/
|
|
982
1030
|
let FeedItemSetStringFilterType;
|
|
983
1031
|
(function (FeedItemSetStringFilterType) {
|
|
@@ -987,7 +1035,7 @@ var enums;
|
|
|
987
1035
|
})(FeedItemSetStringFilterType = enums.FeedItemSetStringFilterType || (enums.FeedItemSetStringFilterType = {}));
|
|
988
1036
|
/**
|
|
989
1037
|
* @name AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
990
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1038
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType
|
|
991
1039
|
*/
|
|
992
1040
|
let AppUrlOperatingSystemType;
|
|
993
1041
|
(function (AppUrlOperatingSystemType) {
|
|
@@ -998,7 +1046,7 @@ var enums;
|
|
|
998
1046
|
})(AppUrlOperatingSystemType = enums.AppUrlOperatingSystemType || (enums.AppUrlOperatingSystemType = {}));
|
|
999
1047
|
/**
|
|
1000
1048
|
* @name FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
1001
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1049
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FrequencyCapEventTypeEnum.FrequencyCapEventType
|
|
1002
1050
|
*/
|
|
1003
1051
|
let FrequencyCapEventType;
|
|
1004
1052
|
(function (FrequencyCapEventType) {
|
|
@@ -1009,7 +1057,7 @@ var enums;
|
|
|
1009
1057
|
})(FrequencyCapEventType = enums.FrequencyCapEventType || (enums.FrequencyCapEventType = {}));
|
|
1010
1058
|
/**
|
|
1011
1059
|
* @name FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1012
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1060
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FrequencyCapLevelEnum.FrequencyCapLevel
|
|
1013
1061
|
*/
|
|
1014
1062
|
let FrequencyCapLevel;
|
|
1015
1063
|
(function (FrequencyCapLevel) {
|
|
@@ -1021,7 +1069,7 @@ var enums;
|
|
|
1021
1069
|
})(FrequencyCapLevel = enums.FrequencyCapLevel || (enums.FrequencyCapLevel = {}));
|
|
1022
1070
|
/**
|
|
1023
1071
|
* @name FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1024
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1072
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit
|
|
1025
1073
|
*/
|
|
1026
1074
|
let FrequencyCapTimeUnit;
|
|
1027
1075
|
(function (FrequencyCapTimeUnit) {
|
|
@@ -1033,7 +1081,7 @@ var enums;
|
|
|
1033
1081
|
})(FrequencyCapTimeUnit = enums.FrequencyCapTimeUnit || (enums.FrequencyCapTimeUnit = {}));
|
|
1034
1082
|
/**
|
|
1035
1083
|
* @name KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1036
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1084
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType
|
|
1037
1085
|
*/
|
|
1038
1086
|
let KeywordPlanAggregateMetricType;
|
|
1039
1087
|
(function (KeywordPlanAggregateMetricType) {
|
|
@@ -1043,7 +1091,7 @@ var enums;
|
|
|
1043
1091
|
})(KeywordPlanAggregateMetricType = enums.KeywordPlanAggregateMetricType || (enums.KeywordPlanAggregateMetricType = {}));
|
|
1044
1092
|
/**
|
|
1045
1093
|
* @name KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1046
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1094
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel
|
|
1047
1095
|
*/
|
|
1048
1096
|
let KeywordPlanCompetitionLevel;
|
|
1049
1097
|
(function (KeywordPlanCompetitionLevel) {
|
|
@@ -1055,7 +1103,7 @@ var enums;
|
|
|
1055
1103
|
})(KeywordPlanCompetitionLevel = enums.KeywordPlanCompetitionLevel || (enums.KeywordPlanCompetitionLevel = {}));
|
|
1056
1104
|
/**
|
|
1057
1105
|
* @name KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1058
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1106
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType
|
|
1059
1107
|
*/
|
|
1060
1108
|
let KeywordPlanConceptGroupType;
|
|
1061
1109
|
(function (KeywordPlanConceptGroupType) {
|
|
@@ -1067,7 +1115,7 @@ var enums;
|
|
|
1067
1115
|
})(KeywordPlanConceptGroupType = enums.KeywordPlanConceptGroupType || (enums.KeywordPlanConceptGroupType = {}));
|
|
1068
1116
|
/**
|
|
1069
1117
|
* @name MatchingFunctionContextTypeEnum.MatchingFunctionContextType
|
|
1070
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1118
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/MatchingFunctionContextTypeEnum.MatchingFunctionContextType
|
|
1071
1119
|
*/
|
|
1072
1120
|
let MatchingFunctionContextType;
|
|
1073
1121
|
(function (MatchingFunctionContextType) {
|
|
@@ -1079,7 +1127,7 @@ var enums;
|
|
|
1079
1127
|
})(MatchingFunctionContextType = enums.MatchingFunctionContextType || (enums.MatchingFunctionContextType = {}));
|
|
1080
1128
|
/**
|
|
1081
1129
|
* @name MatchingFunctionOperatorEnum.MatchingFunctionOperator
|
|
1082
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1130
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/MatchingFunctionOperatorEnum.MatchingFunctionOperator
|
|
1083
1131
|
*/
|
|
1084
1132
|
let MatchingFunctionOperator;
|
|
1085
1133
|
(function (MatchingFunctionOperator) {
|
|
@@ -1093,7 +1141,7 @@ var enums;
|
|
|
1093
1141
|
})(MatchingFunctionOperator = enums.MatchingFunctionOperator || (enums.MatchingFunctionOperator = {}));
|
|
1094
1142
|
/**
|
|
1095
1143
|
* @name ExperimentMetricEnum.ExperimentMetric
|
|
1096
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1144
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ExperimentMetricEnum.ExperimentMetric
|
|
1097
1145
|
*/
|
|
1098
1146
|
let ExperimentMetric;
|
|
1099
1147
|
(function (ExperimentMetric) {
|
|
@@ -1115,7 +1163,7 @@ var enums;
|
|
|
1115
1163
|
})(ExperimentMetric = enums.ExperimentMetric || (enums.ExperimentMetric = {}));
|
|
1116
1164
|
/**
|
|
1117
1165
|
* @name ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1118
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1166
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ExperimentMetricDirectionEnum.ExperimentMetricDirection
|
|
1119
1167
|
*/
|
|
1120
1168
|
let ExperimentMetricDirection;
|
|
1121
1169
|
(function (ExperimentMetricDirection) {
|
|
@@ -1129,7 +1177,7 @@ var enums;
|
|
|
1129
1177
|
})(ExperimentMetricDirection = enums.ExperimentMetricDirection || (enums.ExperimentMetricDirection = {}));
|
|
1130
1178
|
/**
|
|
1131
1179
|
* @name InteractionEventTypeEnum.InteractionEventType
|
|
1132
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1180
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/InteractionEventTypeEnum.InteractionEventType
|
|
1133
1181
|
*/
|
|
1134
1182
|
let InteractionEventType;
|
|
1135
1183
|
(function (InteractionEventType) {
|
|
@@ -1142,7 +1190,7 @@ var enums;
|
|
|
1142
1190
|
})(InteractionEventType = enums.InteractionEventType || (enums.InteractionEventType = {}));
|
|
1143
1191
|
/**
|
|
1144
1192
|
* @name QualityScoreBucketEnum.QualityScoreBucket
|
|
1145
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1193
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/QualityScoreBucketEnum.QualityScoreBucket
|
|
1146
1194
|
*/
|
|
1147
1195
|
let QualityScoreBucket;
|
|
1148
1196
|
(function (QualityScoreBucket) {
|
|
@@ -1154,7 +1202,7 @@ var enums;
|
|
|
1154
1202
|
})(QualityScoreBucket = enums.QualityScoreBucket || (enums.QualityScoreBucket = {}));
|
|
1155
1203
|
/**
|
|
1156
1204
|
* @name UserIdentifierSourceEnum.UserIdentifierSource
|
|
1157
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1205
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/UserIdentifierSourceEnum.UserIdentifierSource
|
|
1158
1206
|
*/
|
|
1159
1207
|
let UserIdentifierSource;
|
|
1160
1208
|
(function (UserIdentifierSource) {
|
|
@@ -1165,7 +1213,7 @@ var enums;
|
|
|
1165
1213
|
})(UserIdentifierSource = enums.UserIdentifierSource || (enums.UserIdentifierSource = {}));
|
|
1166
1214
|
/**
|
|
1167
1215
|
* @name AdDestinationTypeEnum.AdDestinationType
|
|
1168
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1216
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AdDestinationTypeEnum.AdDestinationType
|
|
1169
1217
|
*/
|
|
1170
1218
|
let AdDestinationType;
|
|
1171
1219
|
(function (AdDestinationType) {
|
|
@@ -1185,7 +1233,7 @@ var enums;
|
|
|
1185
1233
|
})(AdDestinationType = enums.AdDestinationType || (enums.AdDestinationType = {}));
|
|
1186
1234
|
/**
|
|
1187
1235
|
* @name AdNetworkTypeEnum.AdNetworkType
|
|
1188
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1236
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AdNetworkTypeEnum.AdNetworkType
|
|
1189
1237
|
*/
|
|
1190
1238
|
let AdNetworkType;
|
|
1191
1239
|
(function (AdNetworkType) {
|
|
@@ -1200,7 +1248,7 @@ var enums;
|
|
|
1200
1248
|
})(AdNetworkType = enums.AdNetworkType || (enums.AdNetworkType = {}));
|
|
1201
1249
|
/**
|
|
1202
1250
|
* @name BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1203
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1251
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus
|
|
1204
1252
|
*/
|
|
1205
1253
|
let BudgetCampaignAssociationStatus;
|
|
1206
1254
|
(function (BudgetCampaignAssociationStatus) {
|
|
@@ -1211,7 +1259,7 @@ var enums;
|
|
|
1211
1259
|
})(BudgetCampaignAssociationStatus = enums.BudgetCampaignAssociationStatus || (enums.BudgetCampaignAssociationStatus = {}));
|
|
1212
1260
|
/**
|
|
1213
1261
|
* @name ClickTypeEnum.ClickType
|
|
1214
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1262
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ClickTypeEnum.ClickType
|
|
1215
1263
|
*/
|
|
1216
1264
|
let ClickType;
|
|
1217
1265
|
(function (ClickType) {
|
|
@@ -1274,7 +1322,7 @@ var enums;
|
|
|
1274
1322
|
})(ClickType = enums.ClickType || (enums.ClickType = {}));
|
|
1275
1323
|
/**
|
|
1276
1324
|
* @name ConversionActionCategoryEnum.ConversionActionCategory
|
|
1277
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1325
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionActionCategoryEnum.ConversionActionCategory
|
|
1278
1326
|
*/
|
|
1279
1327
|
let ConversionActionCategory;
|
|
1280
1328
|
(function (ConversionActionCategory) {
|
|
@@ -1304,7 +1352,7 @@ var enums;
|
|
|
1304
1352
|
})(ConversionActionCategory = enums.ConversionActionCategory || (enums.ConversionActionCategory = {}));
|
|
1305
1353
|
/**
|
|
1306
1354
|
* @name ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1307
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1355
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionAttributionEventTypeEnum.ConversionAttributionEventType
|
|
1308
1356
|
*/
|
|
1309
1357
|
let ConversionAttributionEventType;
|
|
1310
1358
|
(function (ConversionAttributionEventType) {
|
|
@@ -1315,7 +1363,7 @@ var enums;
|
|
|
1315
1363
|
})(ConversionAttributionEventType = enums.ConversionAttributionEventType || (enums.ConversionAttributionEventType = {}));
|
|
1316
1364
|
/**
|
|
1317
1365
|
* @name ConversionLagBucketEnum.ConversionLagBucket
|
|
1318
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1366
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionLagBucketEnum.ConversionLagBucket
|
|
1319
1367
|
*/
|
|
1320
1368
|
let ConversionLagBucket;
|
|
1321
1369
|
(function (ConversionLagBucket) {
|
|
@@ -1343,7 +1391,7 @@ var enums;
|
|
|
1343
1391
|
})(ConversionLagBucket = enums.ConversionLagBucket || (enums.ConversionLagBucket = {}));
|
|
1344
1392
|
/**
|
|
1345
1393
|
* @name ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1346
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1394
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket
|
|
1347
1395
|
*/
|
|
1348
1396
|
let ConversionOrAdjustmentLagBucket;
|
|
1349
1397
|
(function (ConversionOrAdjustmentLagBucket) {
|
|
@@ -1393,7 +1441,7 @@ var enums;
|
|
|
1393
1441
|
})(ConversionOrAdjustmentLagBucket = enums.ConversionOrAdjustmentLagBucket || (enums.ConversionOrAdjustmentLagBucket = {}));
|
|
1394
1442
|
/**
|
|
1395
1443
|
* @name ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1396
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1444
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
|
|
1397
1445
|
*/
|
|
1398
1446
|
let ConversionValueRulePrimaryDimension;
|
|
1399
1447
|
(function (ConversionValueRulePrimaryDimension) {
|
|
@@ -1409,7 +1457,7 @@ var enums;
|
|
|
1409
1457
|
})(ConversionValueRulePrimaryDimension = enums.ConversionValueRulePrimaryDimension || (enums.ConversionValueRulePrimaryDimension = {}));
|
|
1410
1458
|
/**
|
|
1411
1459
|
* @name ExternalConversionSourceEnum.ExternalConversionSource
|
|
1412
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1460
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ExternalConversionSourceEnum.ExternalConversionSource
|
|
1413
1461
|
*/
|
|
1414
1462
|
let ExternalConversionSource;
|
|
1415
1463
|
(function (ExternalConversionSource) {
|
|
@@ -1446,7 +1494,7 @@ var enums;
|
|
|
1446
1494
|
})(ExternalConversionSource = enums.ExternalConversionSource || (enums.ExternalConversionSource = {}));
|
|
1447
1495
|
/**
|
|
1448
1496
|
* @name HotelPriceBucketEnum.HotelPriceBucket
|
|
1449
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1497
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/HotelPriceBucketEnum.HotelPriceBucket
|
|
1450
1498
|
*/
|
|
1451
1499
|
let HotelPriceBucket;
|
|
1452
1500
|
(function (HotelPriceBucket) {
|
|
@@ -1459,7 +1507,7 @@ var enums;
|
|
|
1459
1507
|
})(HotelPriceBucket = enums.HotelPriceBucket || (enums.HotelPriceBucket = {}));
|
|
1460
1508
|
/**
|
|
1461
1509
|
* @name HotelRateTypeEnum.HotelRateType
|
|
1462
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1510
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/HotelRateTypeEnum.HotelRateType
|
|
1463
1511
|
*/
|
|
1464
1512
|
let HotelRateType;
|
|
1465
1513
|
(function (HotelRateType) {
|
|
@@ -1472,7 +1520,7 @@ var enums;
|
|
|
1472
1520
|
})(HotelRateType = enums.HotelRateType || (enums.HotelRateType = {}));
|
|
1473
1521
|
/**
|
|
1474
1522
|
* @name PlaceholderTypeEnum.PlaceholderType
|
|
1475
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1523
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PlaceholderTypeEnum.PlaceholderType
|
|
1476
1524
|
*/
|
|
1477
1525
|
let PlaceholderType;
|
|
1478
1526
|
(function (PlaceholderType) {
|
|
@@ -1501,7 +1549,7 @@ var enums;
|
|
|
1501
1549
|
})(PlaceholderType = enums.PlaceholderType || (enums.PlaceholderType = {}));
|
|
1502
1550
|
/**
|
|
1503
1551
|
* @name RecommendationTypeEnum.RecommendationType
|
|
1504
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1552
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/RecommendationTypeEnum.RecommendationType
|
|
1505
1553
|
*/
|
|
1506
1554
|
let RecommendationType;
|
|
1507
1555
|
(function (RecommendationType) {
|
|
@@ -1516,9 +1564,6 @@ var enums;
|
|
|
1516
1564
|
RecommendationType[RecommendationType["SEARCH_PARTNERS_OPT_IN"] = 8] = "SEARCH_PARTNERS_OPT_IN";
|
|
1517
1565
|
RecommendationType[RecommendationType["MAXIMIZE_CLICKS_OPT_IN"] = 9] = "MAXIMIZE_CLICKS_OPT_IN";
|
|
1518
1566
|
RecommendationType[RecommendationType["OPTIMIZE_AD_ROTATION"] = 10] = "OPTIMIZE_AD_ROTATION";
|
|
1519
|
-
RecommendationType[RecommendationType["CALLOUT_EXTENSION"] = 11] = "CALLOUT_EXTENSION";
|
|
1520
|
-
RecommendationType[RecommendationType["SITELINK_EXTENSION"] = 12] = "SITELINK_EXTENSION";
|
|
1521
|
-
RecommendationType[RecommendationType["CALL_EXTENSION"] = 13] = "CALL_EXTENSION";
|
|
1522
1567
|
RecommendationType[RecommendationType["KEYWORD_MATCH_TYPE"] = 14] = "KEYWORD_MATCH_TYPE";
|
|
1523
1568
|
RecommendationType[RecommendationType["MOVE_UNUSED_BUDGET"] = 15] = "MOVE_UNUSED_BUDGET";
|
|
1524
1569
|
RecommendationType[RecommendationType["FORECASTING_CAMPAIGN_BUDGET"] = 16] = "FORECASTING_CAMPAIGN_BUDGET";
|
|
@@ -1533,10 +1578,13 @@ var enums;
|
|
|
1533
1578
|
RecommendationType[RecommendationType["UPGRADE_LOCAL_CAMPAIGN_TO_PERFORMANCE_MAX"] = 25] = "UPGRADE_LOCAL_CAMPAIGN_TO_PERFORMANCE_MAX";
|
|
1534
1579
|
RecommendationType[RecommendationType["RAISE_TARGET_CPA_BID_TOO_LOW"] = 26] = "RAISE_TARGET_CPA_BID_TOO_LOW";
|
|
1535
1580
|
RecommendationType[RecommendationType["FORECASTING_SET_TARGET_ROAS"] = 27] = "FORECASTING_SET_TARGET_ROAS";
|
|
1581
|
+
RecommendationType[RecommendationType["CALLOUT_ASSET"] = 28] = "CALLOUT_ASSET";
|
|
1582
|
+
RecommendationType[RecommendationType["SITELINK_ASSET"] = 29] = "SITELINK_ASSET";
|
|
1583
|
+
RecommendationType[RecommendationType["CALL_ASSET"] = 30] = "CALL_ASSET";
|
|
1536
1584
|
})(RecommendationType = enums.RecommendationType || (enums.RecommendationType = {}));
|
|
1537
1585
|
/**
|
|
1538
1586
|
* @name SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1539
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1587
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType
|
|
1540
1588
|
*/
|
|
1541
1589
|
let SearchEngineResultsPageType;
|
|
1542
1590
|
(function (SearchEngineResultsPageType) {
|
|
@@ -1548,7 +1596,7 @@ var enums;
|
|
|
1548
1596
|
})(SearchEngineResultsPageType = enums.SearchEngineResultsPageType || (enums.SearchEngineResultsPageType = {}));
|
|
1549
1597
|
/**
|
|
1550
1598
|
* @name SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1551
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1599
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SearchTermMatchTypeEnum.SearchTermMatchType
|
|
1552
1600
|
*/
|
|
1553
1601
|
let SearchTermMatchType;
|
|
1554
1602
|
(function (SearchTermMatchType) {
|
|
@@ -1562,7 +1610,7 @@ var enums;
|
|
|
1562
1610
|
})(SearchTermMatchType = enums.SearchTermMatchType || (enums.SearchTermMatchType = {}));
|
|
1563
1611
|
/**
|
|
1564
1612
|
* @name SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1565
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1613
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType
|
|
1566
1614
|
*/
|
|
1567
1615
|
let SkAdNetworkAdEventType;
|
|
1568
1616
|
(function (SkAdNetworkAdEventType) {
|
|
@@ -1574,7 +1622,7 @@ var enums;
|
|
|
1574
1622
|
})(SkAdNetworkAdEventType = enums.SkAdNetworkAdEventType || (enums.SkAdNetworkAdEventType = {}));
|
|
1575
1623
|
/**
|
|
1576
1624
|
* @name SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1577
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1625
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
|
|
1578
1626
|
*/
|
|
1579
1627
|
let SkAdNetworkAttributionCredit;
|
|
1580
1628
|
(function (SkAdNetworkAttributionCredit) {
|
|
@@ -1586,7 +1634,7 @@ var enums;
|
|
|
1586
1634
|
})(SkAdNetworkAttributionCredit = enums.SkAdNetworkAttributionCredit || (enums.SkAdNetworkAttributionCredit = {}));
|
|
1587
1635
|
/**
|
|
1588
1636
|
* @name SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1589
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1637
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SkAdNetworkUserTypeEnum.SkAdNetworkUserType
|
|
1590
1638
|
*/
|
|
1591
1639
|
let SkAdNetworkUserType;
|
|
1592
1640
|
(function (SkAdNetworkUserType) {
|
|
@@ -1598,7 +1646,7 @@ var enums;
|
|
|
1598
1646
|
})(SkAdNetworkUserType = enums.SkAdNetworkUserType || (enums.SkAdNetworkUserType = {}));
|
|
1599
1647
|
/**
|
|
1600
1648
|
* @name SlotEnum.Slot
|
|
1601
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1649
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SlotEnum.Slot
|
|
1602
1650
|
*/
|
|
1603
1651
|
let Slot;
|
|
1604
1652
|
(function (Slot) {
|
|
@@ -1614,7 +1662,7 @@ var enums;
|
|
|
1614
1662
|
})(Slot = enums.Slot || (enums.Slot = {}));
|
|
1615
1663
|
/**
|
|
1616
1664
|
* @name TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1617
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1665
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/TrackingCodePageFormatEnum.TrackingCodePageFormat
|
|
1618
1666
|
*/
|
|
1619
1667
|
let TrackingCodePageFormat;
|
|
1620
1668
|
(function (TrackingCodePageFormat) {
|
|
@@ -1625,7 +1673,7 @@ var enums;
|
|
|
1625
1673
|
})(TrackingCodePageFormat = enums.TrackingCodePageFormat || (enums.TrackingCodePageFormat = {}));
|
|
1626
1674
|
/**
|
|
1627
1675
|
* @name TrackingCodeTypeEnum.TrackingCodeType
|
|
1628
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1676
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/TrackingCodeTypeEnum.TrackingCodeType
|
|
1629
1677
|
*/
|
|
1630
1678
|
let TrackingCodeType;
|
|
1631
1679
|
(function (TrackingCodeType) {
|
|
@@ -1638,7 +1686,7 @@ var enums;
|
|
|
1638
1686
|
})(TrackingCodeType = enums.TrackingCodeType || (enums.TrackingCodeType = {}));
|
|
1639
1687
|
/**
|
|
1640
1688
|
* @name TargetingDimensionEnum.TargetingDimension
|
|
1641
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1689
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/TargetingDimensionEnum.TargetingDimension
|
|
1642
1690
|
*/
|
|
1643
1691
|
let TargetingDimension;
|
|
1644
1692
|
(function (TargetingDimension) {
|
|
@@ -1655,7 +1703,7 @@ var enums;
|
|
|
1655
1703
|
})(TargetingDimension = enums.TargetingDimension || (enums.TargetingDimension = {}));
|
|
1656
1704
|
/**
|
|
1657
1705
|
* @name CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1658
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1706
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CustomerMatchUploadKeyTypeEnum.CustomerMatchUploadKeyType
|
|
1659
1707
|
*/
|
|
1660
1708
|
let CustomerMatchUploadKeyType;
|
|
1661
1709
|
(function (CustomerMatchUploadKeyType) {
|
|
@@ -1665,20 +1713,9 @@ var enums;
|
|
|
1665
1713
|
CustomerMatchUploadKeyType[CustomerMatchUploadKeyType["CRM_ID"] = 3] = "CRM_ID";
|
|
1666
1714
|
CustomerMatchUploadKeyType[CustomerMatchUploadKeyType["MOBILE_ADVERTISING_ID"] = 4] = "MOBILE_ADVERTISING_ID";
|
|
1667
1715
|
})(CustomerMatchUploadKeyType = enums.CustomerMatchUploadKeyType || (enums.CustomerMatchUploadKeyType = {}));
|
|
1668
|
-
/**
|
|
1669
|
-
* @name UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator
|
|
1670
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/v12/UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator
|
|
1671
|
-
*/
|
|
1672
|
-
let UserListCombinedRuleOperator;
|
|
1673
|
-
(function (UserListCombinedRuleOperator) {
|
|
1674
|
-
UserListCombinedRuleOperator[UserListCombinedRuleOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1675
|
-
UserListCombinedRuleOperator[UserListCombinedRuleOperator["UNKNOWN"] = 1] = "UNKNOWN";
|
|
1676
|
-
UserListCombinedRuleOperator[UserListCombinedRuleOperator["AND"] = 2] = "AND";
|
|
1677
|
-
UserListCombinedRuleOperator[UserListCombinedRuleOperator["AND_NOT"] = 3] = "AND_NOT";
|
|
1678
|
-
})(UserListCombinedRuleOperator = enums.UserListCombinedRuleOperator || (enums.UserListCombinedRuleOperator = {}));
|
|
1679
1716
|
/**
|
|
1680
1717
|
* @name UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1681
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1718
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType
|
|
1682
1719
|
*/
|
|
1683
1720
|
let UserListCrmDataSourceType;
|
|
1684
1721
|
(function (UserListCrmDataSourceType) {
|
|
@@ -1690,7 +1727,7 @@ var enums;
|
|
|
1690
1727
|
})(UserListCrmDataSourceType = enums.UserListCrmDataSourceType || (enums.UserListCrmDataSourceType = {}));
|
|
1691
1728
|
/**
|
|
1692
1729
|
* @name UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1693
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1730
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator
|
|
1694
1731
|
*/
|
|
1695
1732
|
let UserListDateRuleItemOperator;
|
|
1696
1733
|
(function (UserListDateRuleItemOperator) {
|
|
@@ -1703,7 +1740,7 @@ var enums;
|
|
|
1703
1740
|
})(UserListDateRuleItemOperator = enums.UserListDateRuleItemOperator || (enums.UserListDateRuleItemOperator = {}));
|
|
1704
1741
|
/**
|
|
1705
1742
|
* @name UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1706
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1743
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator
|
|
1707
1744
|
*/
|
|
1708
1745
|
let UserListFlexibleRuleOperator;
|
|
1709
1746
|
(function (UserListFlexibleRuleOperator) {
|
|
@@ -1714,7 +1751,7 @@ var enums;
|
|
|
1714
1751
|
})(UserListFlexibleRuleOperator = enums.UserListFlexibleRuleOperator || (enums.UserListFlexibleRuleOperator = {}));
|
|
1715
1752
|
/**
|
|
1716
1753
|
* @name UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1717
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1754
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator
|
|
1718
1755
|
*/
|
|
1719
1756
|
let UserListLogicalRuleOperator;
|
|
1720
1757
|
(function (UserListLogicalRuleOperator) {
|
|
@@ -1726,7 +1763,7 @@ var enums;
|
|
|
1726
1763
|
})(UserListLogicalRuleOperator = enums.UserListLogicalRuleOperator || (enums.UserListLogicalRuleOperator = {}));
|
|
1727
1764
|
/**
|
|
1728
1765
|
* @name UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1729
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1766
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/UserListNumberRuleItemOperatorEnum.UserListNumberRuleItemOperator
|
|
1730
1767
|
*/
|
|
1731
1768
|
let UserListNumberRuleItemOperator;
|
|
1732
1769
|
(function (UserListNumberRuleItemOperator) {
|
|
@@ -1741,7 +1778,7 @@ var enums;
|
|
|
1741
1778
|
})(UserListNumberRuleItemOperator = enums.UserListNumberRuleItemOperator || (enums.UserListNumberRuleItemOperator = {}));
|
|
1742
1779
|
/**
|
|
1743
1780
|
* @name UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1744
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1781
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/UserListPrepopulationStatusEnum.UserListPrepopulationStatus
|
|
1745
1782
|
*/
|
|
1746
1783
|
let UserListPrepopulationStatus;
|
|
1747
1784
|
(function (UserListPrepopulationStatus) {
|
|
@@ -1753,7 +1790,7 @@ var enums;
|
|
|
1753
1790
|
})(UserListPrepopulationStatus = enums.UserListPrepopulationStatus || (enums.UserListPrepopulationStatus = {}));
|
|
1754
1791
|
/**
|
|
1755
1792
|
* @name UserListRuleTypeEnum.UserListRuleType
|
|
1756
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1793
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/UserListRuleTypeEnum.UserListRuleType
|
|
1757
1794
|
*/
|
|
1758
1795
|
let UserListRuleType;
|
|
1759
1796
|
(function (UserListRuleType) {
|
|
@@ -1764,7 +1801,7 @@ var enums;
|
|
|
1764
1801
|
})(UserListRuleType = enums.UserListRuleType || (enums.UserListRuleType = {}));
|
|
1765
1802
|
/**
|
|
1766
1803
|
* @name UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1767
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1804
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator
|
|
1768
1805
|
*/
|
|
1769
1806
|
let UserListStringRuleItemOperator;
|
|
1770
1807
|
(function (UserListStringRuleItemOperator) {
|
|
@@ -1781,7 +1818,7 @@ var enums;
|
|
|
1781
1818
|
})(UserListStringRuleItemOperator = enums.UserListStringRuleItemOperator || (enums.UserListStringRuleItemOperator = {}));
|
|
1782
1819
|
/**
|
|
1783
1820
|
* @name AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1784
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1821
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AccessInvitationStatusEnum.AccessInvitationStatus
|
|
1785
1822
|
*/
|
|
1786
1823
|
let AccessInvitationStatus;
|
|
1787
1824
|
(function (AccessInvitationStatus) {
|
|
@@ -1793,7 +1830,7 @@ var enums;
|
|
|
1793
1830
|
})(AccessInvitationStatus = enums.AccessInvitationStatus || (enums.AccessInvitationStatus = {}));
|
|
1794
1831
|
/**
|
|
1795
1832
|
* @name AccessReasonEnum.AccessReason
|
|
1796
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1833
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AccessReasonEnum.AccessReason
|
|
1797
1834
|
*/
|
|
1798
1835
|
let AccessReason;
|
|
1799
1836
|
(function (AccessReason) {
|
|
@@ -1807,7 +1844,7 @@ var enums;
|
|
|
1807
1844
|
})(AccessReason = enums.AccessReason || (enums.AccessReason = {}));
|
|
1808
1845
|
/**
|
|
1809
1846
|
* @name AccessRoleEnum.AccessRole
|
|
1810
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1847
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AccessRoleEnum.AccessRole
|
|
1811
1848
|
*/
|
|
1812
1849
|
let AccessRole;
|
|
1813
1850
|
(function (AccessRole) {
|
|
@@ -1820,7 +1857,7 @@ var enums;
|
|
|
1820
1857
|
})(AccessRole = enums.AccessRole || (enums.AccessRole = {}));
|
|
1821
1858
|
/**
|
|
1822
1859
|
* @name AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1823
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1860
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AccountBudgetProposalStatusEnum.AccountBudgetProposalStatus
|
|
1824
1861
|
*/
|
|
1825
1862
|
let AccountBudgetProposalStatus;
|
|
1826
1863
|
(function (AccountBudgetProposalStatus) {
|
|
@@ -1834,7 +1871,7 @@ var enums;
|
|
|
1834
1871
|
})(AccountBudgetProposalStatus = enums.AccountBudgetProposalStatus || (enums.AccountBudgetProposalStatus = {}));
|
|
1835
1872
|
/**
|
|
1836
1873
|
* @name AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1837
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1874
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AccountBudgetProposalTypeEnum.AccountBudgetProposalType
|
|
1838
1875
|
*/
|
|
1839
1876
|
let AccountBudgetProposalType;
|
|
1840
1877
|
(function (AccountBudgetProposalType) {
|
|
@@ -1847,7 +1884,7 @@ var enums;
|
|
|
1847
1884
|
})(AccountBudgetProposalType = enums.AccountBudgetProposalType || (enums.AccountBudgetProposalType = {}));
|
|
1848
1885
|
/**
|
|
1849
1886
|
* @name AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1850
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1887
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AccountBudgetStatusEnum.AccountBudgetStatus
|
|
1851
1888
|
*/
|
|
1852
1889
|
let AccountBudgetStatus;
|
|
1853
1890
|
(function (AccountBudgetStatus) {
|
|
@@ -1859,7 +1896,7 @@ var enums;
|
|
|
1859
1896
|
})(AccountBudgetStatus = enums.AccountBudgetStatus || (enums.AccountBudgetStatus = {}));
|
|
1860
1897
|
/**
|
|
1861
1898
|
* @name AccountLinkStatusEnum.AccountLinkStatus
|
|
1862
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1899
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AccountLinkStatusEnum.AccountLinkStatus
|
|
1863
1900
|
*/
|
|
1864
1901
|
let AccountLinkStatus;
|
|
1865
1902
|
(function (AccountLinkStatus) {
|
|
@@ -1874,7 +1911,7 @@ var enums;
|
|
|
1874
1911
|
})(AccountLinkStatus = enums.AccountLinkStatus || (enums.AccountLinkStatus = {}));
|
|
1875
1912
|
/**
|
|
1876
1913
|
* @name AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1877
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1914
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField
|
|
1878
1915
|
*/
|
|
1879
1916
|
let AdCustomizerPlaceholderField;
|
|
1880
1917
|
(function (AdCustomizerPlaceholderField) {
|
|
@@ -1887,7 +1924,7 @@ var enums;
|
|
|
1887
1924
|
})(AdCustomizerPlaceholderField = enums.AdCustomizerPlaceholderField || (enums.AdCustomizerPlaceholderField = {}));
|
|
1888
1925
|
/**
|
|
1889
1926
|
* @name AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1890
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1927
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AdGroupAdRotationModeEnum.AdGroupAdRotationMode
|
|
1891
1928
|
*/
|
|
1892
1929
|
let AdGroupAdRotationMode;
|
|
1893
1930
|
(function (AdGroupAdRotationMode) {
|
|
@@ -1898,7 +1935,7 @@ var enums;
|
|
|
1898
1935
|
})(AdGroupAdRotationMode = enums.AdGroupAdRotationMode || (enums.AdGroupAdRotationMode = {}));
|
|
1899
1936
|
/**
|
|
1900
1937
|
* @name AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1901
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1938
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AdGroupAdStatusEnum.AdGroupAdStatus
|
|
1902
1939
|
*/
|
|
1903
1940
|
let AdGroupAdStatus;
|
|
1904
1941
|
(function (AdGroupAdStatus) {
|
|
@@ -1910,7 +1947,7 @@ var enums;
|
|
|
1910
1947
|
})(AdGroupAdStatus = enums.AdGroupAdStatus || (enums.AdGroupAdStatus = {}));
|
|
1911
1948
|
/**
|
|
1912
1949
|
* @name AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1913
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1950
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus
|
|
1914
1951
|
*/
|
|
1915
1952
|
let AdGroupCriterionApprovalStatus;
|
|
1916
1953
|
(function (AdGroupCriterionApprovalStatus) {
|
|
@@ -1923,7 +1960,7 @@ var enums;
|
|
|
1923
1960
|
})(AdGroupCriterionApprovalStatus = enums.AdGroupCriterionApprovalStatus || (enums.AdGroupCriterionApprovalStatus = {}));
|
|
1924
1961
|
/**
|
|
1925
1962
|
* @name AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
1926
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1963
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AdGroupCriterionStatusEnum.AdGroupCriterionStatus
|
|
1927
1964
|
*/
|
|
1928
1965
|
let AdGroupCriterionStatus;
|
|
1929
1966
|
(function (AdGroupCriterionStatus) {
|
|
@@ -1935,7 +1972,7 @@ var enums;
|
|
|
1935
1972
|
})(AdGroupCriterionStatus = enums.AdGroupCriterionStatus || (enums.AdGroupCriterionStatus = {}));
|
|
1936
1973
|
/**
|
|
1937
1974
|
* @name AdGroupStatusEnum.AdGroupStatus
|
|
1938
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1975
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AdGroupStatusEnum.AdGroupStatus
|
|
1939
1976
|
*/
|
|
1940
1977
|
let AdGroupStatus;
|
|
1941
1978
|
(function (AdGroupStatus) {
|
|
@@ -1947,7 +1984,7 @@ var enums;
|
|
|
1947
1984
|
})(AdGroupStatus = enums.AdGroupStatus || (enums.AdGroupStatus = {}));
|
|
1948
1985
|
/**
|
|
1949
1986
|
* @name AdGroupTypeEnum.AdGroupType
|
|
1950
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
1987
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AdGroupTypeEnum.AdGroupType
|
|
1951
1988
|
*/
|
|
1952
1989
|
let AdGroupType;
|
|
1953
1990
|
(function (AdGroupType) {
|
|
@@ -1969,10 +2006,11 @@ var enums;
|
|
|
1969
2006
|
AdGroupType[AdGroupType["VIDEO_RESPONSIVE"] = 16] = "VIDEO_RESPONSIVE";
|
|
1970
2007
|
AdGroupType[AdGroupType["VIDEO_EFFICIENT_REACH"] = 17] = "VIDEO_EFFICIENT_REACH";
|
|
1971
2008
|
AdGroupType[AdGroupType["SMART_CAMPAIGN_ADS"] = 18] = "SMART_CAMPAIGN_ADS";
|
|
2009
|
+
AdGroupType[AdGroupType["TRAVEL_ADS"] = 19] = "TRAVEL_ADS";
|
|
1972
2010
|
})(AdGroupType = enums.AdGroupType || (enums.AdGroupType = {}));
|
|
1973
2011
|
/**
|
|
1974
2012
|
* @name AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
1975
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2013
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AdServingOptimizationStatusEnum.AdServingOptimizationStatus
|
|
1976
2014
|
*/
|
|
1977
2015
|
let AdServingOptimizationStatus;
|
|
1978
2016
|
(function (AdServingOptimizationStatus) {
|
|
@@ -1986,7 +2024,7 @@ var enums;
|
|
|
1986
2024
|
})(AdServingOptimizationStatus = enums.AdServingOptimizationStatus || (enums.AdServingOptimizationStatus = {}));
|
|
1987
2025
|
/**
|
|
1988
2026
|
* @name AdStrengthEnum.AdStrength
|
|
1989
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2027
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AdStrengthEnum.AdStrength
|
|
1990
2028
|
*/
|
|
1991
2029
|
let AdStrength;
|
|
1992
2030
|
(function (AdStrength) {
|
|
@@ -2001,7 +2039,7 @@ var enums;
|
|
|
2001
2039
|
})(AdStrength = enums.AdStrength || (enums.AdStrength = {}));
|
|
2002
2040
|
/**
|
|
2003
2041
|
* @name AdTypeEnum.AdType
|
|
2004
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2042
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AdTypeEnum.AdType
|
|
2005
2043
|
*/
|
|
2006
2044
|
let AdType;
|
|
2007
2045
|
(function (AdType) {
|
|
@@ -2036,10 +2074,11 @@ var enums;
|
|
|
2036
2074
|
AdType[AdType["IN_FEED_VIDEO_AD"] = 34] = "IN_FEED_VIDEO_AD";
|
|
2037
2075
|
AdType[AdType["DISCOVERY_MULTI_ASSET_AD"] = 35] = "DISCOVERY_MULTI_ASSET_AD";
|
|
2038
2076
|
AdType[AdType["DISCOVERY_CAROUSEL_AD"] = 36] = "DISCOVERY_CAROUSEL_AD";
|
|
2077
|
+
AdType[AdType["TRAVEL_AD"] = 37] = "TRAVEL_AD";
|
|
2039
2078
|
})(AdType = enums.AdType || (enums.AdType = {}));
|
|
2040
2079
|
/**
|
|
2041
2080
|
* @name AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
2042
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2081
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType
|
|
2043
2082
|
*/
|
|
2044
2083
|
let AffiliateLocationFeedRelationshipType;
|
|
2045
2084
|
(function (AffiliateLocationFeedRelationshipType) {
|
|
@@ -2049,7 +2088,7 @@ var enums;
|
|
|
2049
2088
|
})(AffiliateLocationFeedRelationshipType = enums.AffiliateLocationFeedRelationshipType || (enums.AffiliateLocationFeedRelationshipType = {}));
|
|
2050
2089
|
/**
|
|
2051
2090
|
* @name AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
2052
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2091
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
|
|
2053
2092
|
*/
|
|
2054
2093
|
let AffiliateLocationPlaceholderField;
|
|
2055
2094
|
(function (AffiliateLocationPlaceholderField) {
|
|
@@ -2069,7 +2108,7 @@ var enums;
|
|
|
2069
2108
|
})(AffiliateLocationPlaceholderField = enums.AffiliateLocationPlaceholderField || (enums.AffiliateLocationPlaceholderField = {}));
|
|
2070
2109
|
/**
|
|
2071
2110
|
* @name AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2072
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2111
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AppCampaignAppStoreEnum.AppCampaignAppStore
|
|
2073
2112
|
*/
|
|
2074
2113
|
let AppCampaignAppStore;
|
|
2075
2114
|
(function (AppCampaignAppStore) {
|
|
@@ -2080,7 +2119,7 @@ var enums;
|
|
|
2080
2119
|
})(AppCampaignAppStore = enums.AppCampaignAppStore || (enums.AppCampaignAppStore = {}));
|
|
2081
2120
|
/**
|
|
2082
2121
|
* @name AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2083
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2122
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType
|
|
2084
2123
|
*/
|
|
2085
2124
|
let AppCampaignBiddingStrategyGoalType;
|
|
2086
2125
|
(function (AppCampaignBiddingStrategyGoalType) {
|
|
@@ -2095,7 +2134,7 @@ var enums;
|
|
|
2095
2134
|
})(AppCampaignBiddingStrategyGoalType = enums.AppCampaignBiddingStrategyGoalType || (enums.AppCampaignBiddingStrategyGoalType = {}));
|
|
2096
2135
|
/**
|
|
2097
2136
|
* @name AppPlaceholderFieldEnum.AppPlaceholderField
|
|
2098
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2137
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AppPlaceholderFieldEnum.AppPlaceholderField
|
|
2099
2138
|
*/
|
|
2100
2139
|
let AppPlaceholderField;
|
|
2101
2140
|
(function (AppPlaceholderField) {
|
|
@@ -2112,7 +2151,7 @@ var enums;
|
|
|
2112
2151
|
})(AppPlaceholderField = enums.AppPlaceholderField || (enums.AppPlaceholderField = {}));
|
|
2113
2152
|
/**
|
|
2114
2153
|
* @name AssetFieldTypeEnum.AssetFieldType
|
|
2115
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2154
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AssetFieldTypeEnum.AssetFieldType
|
|
2116
2155
|
*/
|
|
2117
2156
|
let AssetFieldType;
|
|
2118
2157
|
(function (AssetFieldType) {
|
|
@@ -2143,10 +2182,12 @@ var enums;
|
|
|
2143
2182
|
AssetFieldType[AssetFieldType["VIDEO"] = 23] = "VIDEO";
|
|
2144
2183
|
AssetFieldType[AssetFieldType["CALL_TO_ACTION_SELECTION"] = 25] = "CALL_TO_ACTION_SELECTION";
|
|
2145
2184
|
AssetFieldType[AssetFieldType["AD_IMAGE"] = 26] = "AD_IMAGE";
|
|
2185
|
+
AssetFieldType[AssetFieldType["BUSINESS_LOGO"] = 27] = "BUSINESS_LOGO";
|
|
2186
|
+
AssetFieldType[AssetFieldType["HOTEL_PROPERTY"] = 28] = "HOTEL_PROPERTY";
|
|
2146
2187
|
})(AssetFieldType = enums.AssetFieldType || (enums.AssetFieldType = {}));
|
|
2147
2188
|
/**
|
|
2148
2189
|
* @name AssetGroupStatusEnum.AssetGroupStatus
|
|
2149
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2190
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AssetGroupStatusEnum.AssetGroupStatus
|
|
2150
2191
|
*/
|
|
2151
2192
|
let AssetGroupStatus;
|
|
2152
2193
|
(function (AssetGroupStatus) {
|
|
@@ -2158,7 +2199,7 @@ var enums;
|
|
|
2158
2199
|
})(AssetGroupStatus = enums.AssetGroupStatus || (enums.AssetGroupStatus = {}));
|
|
2159
2200
|
/**
|
|
2160
2201
|
* @name AssetLinkStatusEnum.AssetLinkStatus
|
|
2161
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2202
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AssetLinkStatusEnum.AssetLinkStatus
|
|
2162
2203
|
*/
|
|
2163
2204
|
let AssetLinkStatus;
|
|
2164
2205
|
(function (AssetLinkStatus) {
|
|
@@ -2170,7 +2211,7 @@ var enums;
|
|
|
2170
2211
|
})(AssetLinkStatus = enums.AssetLinkStatus || (enums.AssetLinkStatus = {}));
|
|
2171
2212
|
/**
|
|
2172
2213
|
* @name AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2173
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2214
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AssetSetAssetStatusEnum.AssetSetAssetStatus
|
|
2174
2215
|
*/
|
|
2175
2216
|
let AssetSetAssetStatus;
|
|
2176
2217
|
(function (AssetSetAssetStatus) {
|
|
@@ -2181,7 +2222,7 @@ var enums;
|
|
|
2181
2222
|
})(AssetSetAssetStatus = enums.AssetSetAssetStatus || (enums.AssetSetAssetStatus = {}));
|
|
2182
2223
|
/**
|
|
2183
2224
|
* @name AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2184
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2225
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AssetSetLinkStatusEnum.AssetSetLinkStatus
|
|
2185
2226
|
*/
|
|
2186
2227
|
let AssetSetLinkStatus;
|
|
2187
2228
|
(function (AssetSetLinkStatus) {
|
|
@@ -2192,7 +2233,7 @@ var enums;
|
|
|
2192
2233
|
})(AssetSetLinkStatus = enums.AssetSetLinkStatus || (enums.AssetSetLinkStatus = {}));
|
|
2193
2234
|
/**
|
|
2194
2235
|
* @name AssetSetStatusEnum.AssetSetStatus
|
|
2195
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2236
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AssetSetStatusEnum.AssetSetStatus
|
|
2196
2237
|
*/
|
|
2197
2238
|
let AssetSetStatus;
|
|
2198
2239
|
(function (AssetSetStatus) {
|
|
@@ -2203,7 +2244,7 @@ var enums;
|
|
|
2203
2244
|
})(AssetSetStatus = enums.AssetSetStatus || (enums.AssetSetStatus = {}));
|
|
2204
2245
|
/**
|
|
2205
2246
|
* @name AssetSetTypeEnum.AssetSetType
|
|
2206
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2247
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AssetSetTypeEnum.AssetSetType
|
|
2207
2248
|
*/
|
|
2208
2249
|
let AssetSetType;
|
|
2209
2250
|
(function (AssetSetType) {
|
|
@@ -2223,10 +2264,11 @@ var enums;
|
|
|
2223
2264
|
AssetSetType[AssetSetType["BUSINESS_PROFILE_DYNAMIC_LOCATION_GROUP"] = 13] = "BUSINESS_PROFILE_DYNAMIC_LOCATION_GROUP";
|
|
2224
2265
|
AssetSetType[AssetSetType["CHAIN_DYNAMIC_LOCATION_GROUP"] = 14] = "CHAIN_DYNAMIC_LOCATION_GROUP";
|
|
2225
2266
|
AssetSetType[AssetSetType["STATIC_LOCATION_GROUP"] = 15] = "STATIC_LOCATION_GROUP";
|
|
2267
|
+
AssetSetType[AssetSetType["HOTEL_PROPERTY"] = 16] = "HOTEL_PROPERTY";
|
|
2226
2268
|
})(AssetSetType = enums.AssetSetType || (enums.AssetSetType = {}));
|
|
2227
2269
|
/**
|
|
2228
2270
|
* @name AssetSourceEnum.AssetSource
|
|
2229
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2271
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AssetSourceEnum.AssetSource
|
|
2230
2272
|
*/
|
|
2231
2273
|
let AssetSource;
|
|
2232
2274
|
(function (AssetSource) {
|
|
@@ -2237,7 +2279,7 @@ var enums;
|
|
|
2237
2279
|
})(AssetSource = enums.AssetSource || (enums.AssetSource = {}));
|
|
2238
2280
|
/**
|
|
2239
2281
|
* @name AssetTypeEnum.AssetType
|
|
2240
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2282
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AssetTypeEnum.AssetType
|
|
2241
2283
|
*/
|
|
2242
2284
|
let AssetType;
|
|
2243
2285
|
(function (AssetType) {
|
|
@@ -2269,10 +2311,11 @@ var enums;
|
|
|
2269
2311
|
AssetType[AssetType["DYNAMIC_LOCAL"] = 25] = "DYNAMIC_LOCAL";
|
|
2270
2312
|
AssetType[AssetType["DYNAMIC_JOBS"] = 26] = "DYNAMIC_JOBS";
|
|
2271
2313
|
AssetType[AssetType["LOCATION"] = 27] = "LOCATION";
|
|
2314
|
+
AssetType[AssetType["HOTEL_PROPERTY"] = 28] = "HOTEL_PROPERTY";
|
|
2272
2315
|
})(AssetType = enums.AssetType || (enums.AssetType = {}));
|
|
2273
2316
|
/**
|
|
2274
2317
|
* @name AsyncActionStatusEnum.AsyncActionStatus
|
|
2275
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2318
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AsyncActionStatusEnum.AsyncActionStatus
|
|
2276
2319
|
*/
|
|
2277
2320
|
let AsyncActionStatus;
|
|
2278
2321
|
(function (AsyncActionStatus) {
|
|
@@ -2286,7 +2329,7 @@ var enums;
|
|
|
2286
2329
|
})(AsyncActionStatus = enums.AsyncActionStatus || (enums.AsyncActionStatus = {}));
|
|
2287
2330
|
/**
|
|
2288
2331
|
* @name AttributionModelEnum.AttributionModel
|
|
2289
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2332
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AttributionModelEnum.AttributionModel
|
|
2290
2333
|
*/
|
|
2291
2334
|
let AttributionModel;
|
|
2292
2335
|
(function (AttributionModel) {
|
|
@@ -2302,7 +2345,7 @@ var enums;
|
|
|
2302
2345
|
})(AttributionModel = enums.AttributionModel || (enums.AttributionModel = {}));
|
|
2303
2346
|
/**
|
|
2304
2347
|
* @name AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
2305
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2348
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AudienceInsightsDimensionEnum.AudienceInsightsDimension
|
|
2306
2349
|
*/
|
|
2307
2350
|
let AudienceInsightsDimension;
|
|
2308
2351
|
(function (AudienceInsightsDimension) {
|
|
@@ -2323,7 +2366,7 @@ var enums;
|
|
|
2323
2366
|
})(AudienceInsightsDimension = enums.AudienceInsightsDimension || (enums.AudienceInsightsDimension = {}));
|
|
2324
2367
|
/**
|
|
2325
2368
|
* @name AudienceStatusEnum.AudienceStatus
|
|
2326
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2369
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/AudienceStatusEnum.AudienceStatus
|
|
2327
2370
|
*/
|
|
2328
2371
|
let AudienceStatus;
|
|
2329
2372
|
(function (AudienceStatus) {
|
|
@@ -2334,7 +2377,7 @@ var enums;
|
|
|
2334
2377
|
})(AudienceStatus = enums.AudienceStatus || (enums.AudienceStatus = {}));
|
|
2335
2378
|
/**
|
|
2336
2379
|
* @name BatchJobStatusEnum.BatchJobStatus
|
|
2337
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2380
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/BatchJobStatusEnum.BatchJobStatus
|
|
2338
2381
|
*/
|
|
2339
2382
|
let BatchJobStatus;
|
|
2340
2383
|
(function (BatchJobStatus) {
|
|
@@ -2346,7 +2389,7 @@ var enums;
|
|
|
2346
2389
|
})(BatchJobStatus = enums.BatchJobStatus || (enums.BatchJobStatus = {}));
|
|
2347
2390
|
/**
|
|
2348
2391
|
* @name BidModifierSourceEnum.BidModifierSource
|
|
2349
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2392
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/BidModifierSourceEnum.BidModifierSource
|
|
2350
2393
|
*/
|
|
2351
2394
|
let BidModifierSource;
|
|
2352
2395
|
(function (BidModifierSource) {
|
|
@@ -2357,7 +2400,7 @@ var enums;
|
|
|
2357
2400
|
})(BidModifierSource = enums.BidModifierSource || (enums.BidModifierSource = {}));
|
|
2358
2401
|
/**
|
|
2359
2402
|
* @name BiddingSourceEnum.BiddingSource
|
|
2360
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2403
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/BiddingSourceEnum.BiddingSource
|
|
2361
2404
|
*/
|
|
2362
2405
|
let BiddingSource;
|
|
2363
2406
|
(function (BiddingSource) {
|
|
@@ -2369,7 +2412,7 @@ var enums;
|
|
|
2369
2412
|
})(BiddingSource = enums.BiddingSource || (enums.BiddingSource = {}));
|
|
2370
2413
|
/**
|
|
2371
2414
|
* @name BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2372
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2415
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/BiddingStrategyStatusEnum.BiddingStrategyStatus
|
|
2373
2416
|
*/
|
|
2374
2417
|
let BiddingStrategyStatus;
|
|
2375
2418
|
(function (BiddingStrategyStatus) {
|
|
@@ -2380,7 +2423,7 @@ var enums;
|
|
|
2380
2423
|
})(BiddingStrategyStatus = enums.BiddingStrategyStatus || (enums.BiddingStrategyStatus = {}));
|
|
2381
2424
|
/**
|
|
2382
2425
|
* @name BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2383
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2426
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
|
|
2384
2427
|
*/
|
|
2385
2428
|
let BiddingStrategySystemStatus;
|
|
2386
2429
|
(function (BiddingStrategySystemStatus) {
|
|
@@ -2414,7 +2457,7 @@ var enums;
|
|
|
2414
2457
|
})(BiddingStrategySystemStatus = enums.BiddingStrategySystemStatus || (enums.BiddingStrategySystemStatus = {}));
|
|
2415
2458
|
/**
|
|
2416
2459
|
* @name BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2417
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2460
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/BiddingStrategyTypeEnum.BiddingStrategyType
|
|
2418
2461
|
*/
|
|
2419
2462
|
let BiddingStrategyType;
|
|
2420
2463
|
(function (BiddingStrategyType) {
|
|
@@ -2440,7 +2483,7 @@ var enums;
|
|
|
2440
2483
|
})(BiddingStrategyType = enums.BiddingStrategyType || (enums.BiddingStrategyType = {}));
|
|
2441
2484
|
/**
|
|
2442
2485
|
* @name BillingSetupStatusEnum.BillingSetupStatus
|
|
2443
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2486
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/BillingSetupStatusEnum.BillingSetupStatus
|
|
2444
2487
|
*/
|
|
2445
2488
|
let BillingSetupStatus;
|
|
2446
2489
|
(function (BillingSetupStatus) {
|
|
@@ -2453,7 +2496,7 @@ var enums;
|
|
|
2453
2496
|
})(BillingSetupStatus = enums.BillingSetupStatus || (enums.BillingSetupStatus = {}));
|
|
2454
2497
|
/**
|
|
2455
2498
|
* @name BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2456
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2499
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/BrandSafetySuitabilityEnum.BrandSafetySuitability
|
|
2457
2500
|
*/
|
|
2458
2501
|
let BrandSafetySuitability;
|
|
2459
2502
|
(function (BrandSafetySuitability) {
|
|
@@ -2465,7 +2508,7 @@ var enums;
|
|
|
2465
2508
|
})(BrandSafetySuitability = enums.BrandSafetySuitability || (enums.BrandSafetySuitability = {}));
|
|
2466
2509
|
/**
|
|
2467
2510
|
* @name BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2468
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2511
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/BudgetDeliveryMethodEnum.BudgetDeliveryMethod
|
|
2469
2512
|
*/
|
|
2470
2513
|
let BudgetDeliveryMethod;
|
|
2471
2514
|
(function (BudgetDeliveryMethod) {
|
|
@@ -2476,7 +2519,7 @@ var enums;
|
|
|
2476
2519
|
})(BudgetDeliveryMethod = enums.BudgetDeliveryMethod || (enums.BudgetDeliveryMethod = {}));
|
|
2477
2520
|
/**
|
|
2478
2521
|
* @name BudgetPeriodEnum.BudgetPeriod
|
|
2479
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2522
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/BudgetPeriodEnum.BudgetPeriod
|
|
2480
2523
|
*/
|
|
2481
2524
|
let BudgetPeriod;
|
|
2482
2525
|
(function (BudgetPeriod) {
|
|
@@ -2487,7 +2530,7 @@ var enums;
|
|
|
2487
2530
|
})(BudgetPeriod = enums.BudgetPeriod || (enums.BudgetPeriod = {}));
|
|
2488
2531
|
/**
|
|
2489
2532
|
* @name BudgetStatusEnum.BudgetStatus
|
|
2490
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2533
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/BudgetStatusEnum.BudgetStatus
|
|
2491
2534
|
*/
|
|
2492
2535
|
let BudgetStatus;
|
|
2493
2536
|
(function (BudgetStatus) {
|
|
@@ -2498,7 +2541,7 @@ var enums;
|
|
|
2498
2541
|
})(BudgetStatus = enums.BudgetStatus || (enums.BudgetStatus = {}));
|
|
2499
2542
|
/**
|
|
2500
2543
|
* @name BudgetTypeEnum.BudgetType
|
|
2501
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2544
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/BudgetTypeEnum.BudgetType
|
|
2502
2545
|
*/
|
|
2503
2546
|
let BudgetType;
|
|
2504
2547
|
(function (BudgetType) {
|
|
@@ -2511,7 +2554,7 @@ var enums;
|
|
|
2511
2554
|
})(BudgetType = enums.BudgetType || (enums.BudgetType = {}));
|
|
2512
2555
|
/**
|
|
2513
2556
|
* @name CallPlaceholderFieldEnum.CallPlaceholderField
|
|
2514
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2557
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CallPlaceholderFieldEnum.CallPlaceholderField
|
|
2515
2558
|
*/
|
|
2516
2559
|
let CallPlaceholderField;
|
|
2517
2560
|
(function (CallPlaceholderField) {
|
|
@@ -2525,7 +2568,7 @@ var enums;
|
|
|
2525
2568
|
})(CallPlaceholderField = enums.CallPlaceholderField || (enums.CallPlaceholderField = {}));
|
|
2526
2569
|
/**
|
|
2527
2570
|
* @name CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2528
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2571
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation
|
|
2529
2572
|
*/
|
|
2530
2573
|
let CallTrackingDisplayLocation;
|
|
2531
2574
|
(function (CallTrackingDisplayLocation) {
|
|
@@ -2536,7 +2579,7 @@ var enums;
|
|
|
2536
2579
|
})(CallTrackingDisplayLocation = enums.CallTrackingDisplayLocation || (enums.CallTrackingDisplayLocation = {}));
|
|
2537
2580
|
/**
|
|
2538
2581
|
* @name CallTypeEnum.CallType
|
|
2539
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2582
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CallTypeEnum.CallType
|
|
2540
2583
|
*/
|
|
2541
2584
|
let CallType;
|
|
2542
2585
|
(function (CallType) {
|
|
@@ -2547,7 +2590,7 @@ var enums;
|
|
|
2547
2590
|
})(CallType = enums.CallType || (enums.CallType = {}));
|
|
2548
2591
|
/**
|
|
2549
2592
|
* @name CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
2550
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2593
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CalloutPlaceholderFieldEnum.CalloutPlaceholderField
|
|
2551
2594
|
*/
|
|
2552
2595
|
let CalloutPlaceholderField;
|
|
2553
2596
|
(function (CalloutPlaceholderField) {
|
|
@@ -2557,7 +2600,7 @@ var enums;
|
|
|
2557
2600
|
})(CalloutPlaceholderField = enums.CalloutPlaceholderField || (enums.CalloutPlaceholderField = {}));
|
|
2558
2601
|
/**
|
|
2559
2602
|
* @name CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2560
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2603
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CampaignCriterionStatusEnum.CampaignCriterionStatus
|
|
2561
2604
|
*/
|
|
2562
2605
|
let CampaignCriterionStatus;
|
|
2563
2606
|
(function (CampaignCriterionStatus) {
|
|
@@ -2569,7 +2612,7 @@ var enums;
|
|
|
2569
2612
|
})(CampaignCriterionStatus = enums.CampaignCriterionStatus || (enums.CampaignCriterionStatus = {}));
|
|
2570
2613
|
/**
|
|
2571
2614
|
* @name CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2572
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2615
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CampaignDraftStatusEnum.CampaignDraftStatus
|
|
2573
2616
|
*/
|
|
2574
2617
|
let CampaignDraftStatus;
|
|
2575
2618
|
(function (CampaignDraftStatus) {
|
|
@@ -2583,7 +2626,7 @@ var enums;
|
|
|
2583
2626
|
})(CampaignDraftStatus = enums.CampaignDraftStatus || (enums.CampaignDraftStatus = {}));
|
|
2584
2627
|
/**
|
|
2585
2628
|
* @name CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2586
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2629
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CampaignExperimentTypeEnum.CampaignExperimentType
|
|
2587
2630
|
*/
|
|
2588
2631
|
let CampaignExperimentType;
|
|
2589
2632
|
(function (CampaignExperimentType) {
|
|
@@ -2595,7 +2638,7 @@ var enums;
|
|
|
2595
2638
|
})(CampaignExperimentType = enums.CampaignExperimentType || (enums.CampaignExperimentType = {}));
|
|
2596
2639
|
/**
|
|
2597
2640
|
* @name CampaignGroupStatusEnum.CampaignGroupStatus
|
|
2598
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2641
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CampaignGroupStatusEnum.CampaignGroupStatus
|
|
2599
2642
|
*/
|
|
2600
2643
|
let CampaignGroupStatus;
|
|
2601
2644
|
(function (CampaignGroupStatus) {
|
|
@@ -2606,7 +2649,7 @@ var enums;
|
|
|
2606
2649
|
})(CampaignGroupStatus = enums.CampaignGroupStatus || (enums.CampaignGroupStatus = {}));
|
|
2607
2650
|
/**
|
|
2608
2651
|
* @name CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
2609
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2652
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CampaignPrimaryStatusEnum.CampaignPrimaryStatus
|
|
2610
2653
|
*/
|
|
2611
2654
|
let CampaignPrimaryStatus;
|
|
2612
2655
|
(function (CampaignPrimaryStatus) {
|
|
@@ -2624,7 +2667,7 @@ var enums;
|
|
|
2624
2667
|
})(CampaignPrimaryStatus = enums.CampaignPrimaryStatus || (enums.CampaignPrimaryStatus = {}));
|
|
2625
2668
|
/**
|
|
2626
2669
|
* @name CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
2627
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2670
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason
|
|
2628
2671
|
*/
|
|
2629
2672
|
let CampaignPrimaryStatusReason;
|
|
2630
2673
|
(function (CampaignPrimaryStatusReason) {
|
|
@@ -2665,7 +2708,7 @@ var enums;
|
|
|
2665
2708
|
})(CampaignPrimaryStatusReason = enums.CampaignPrimaryStatusReason || (enums.CampaignPrimaryStatusReason = {}));
|
|
2666
2709
|
/**
|
|
2667
2710
|
* @name CampaignServingStatusEnum.CampaignServingStatus
|
|
2668
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2711
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CampaignServingStatusEnum.CampaignServingStatus
|
|
2669
2712
|
*/
|
|
2670
2713
|
let CampaignServingStatus;
|
|
2671
2714
|
(function (CampaignServingStatus) {
|
|
@@ -2679,7 +2722,7 @@ var enums;
|
|
|
2679
2722
|
})(CampaignServingStatus = enums.CampaignServingStatus || (enums.CampaignServingStatus = {}));
|
|
2680
2723
|
/**
|
|
2681
2724
|
* @name CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2682
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2725
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CampaignSharedSetStatusEnum.CampaignSharedSetStatus
|
|
2683
2726
|
*/
|
|
2684
2727
|
let CampaignSharedSetStatus;
|
|
2685
2728
|
(function (CampaignSharedSetStatus) {
|
|
@@ -2690,7 +2733,7 @@ var enums;
|
|
|
2690
2733
|
})(CampaignSharedSetStatus = enums.CampaignSharedSetStatus || (enums.CampaignSharedSetStatus = {}));
|
|
2691
2734
|
/**
|
|
2692
2735
|
* @name CampaignStatusEnum.CampaignStatus
|
|
2693
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2736
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CampaignStatusEnum.CampaignStatus
|
|
2694
2737
|
*/
|
|
2695
2738
|
let CampaignStatus;
|
|
2696
2739
|
(function (CampaignStatus) {
|
|
@@ -2702,7 +2745,7 @@ var enums;
|
|
|
2702
2745
|
})(CampaignStatus = enums.CampaignStatus || (enums.CampaignStatus = {}));
|
|
2703
2746
|
/**
|
|
2704
2747
|
* @name ChangeClientTypeEnum.ChangeClientType
|
|
2705
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2748
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ChangeClientTypeEnum.ChangeClientType
|
|
2706
2749
|
*/
|
|
2707
2750
|
let ChangeClientType;
|
|
2708
2751
|
(function (ChangeClientType) {
|
|
@@ -2723,7 +2766,7 @@ var enums;
|
|
|
2723
2766
|
})(ChangeClientType = enums.ChangeClientType || (enums.ChangeClientType = {}));
|
|
2724
2767
|
/**
|
|
2725
2768
|
* @name ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2726
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2769
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ChangeEventResourceTypeEnum.ChangeEventResourceType
|
|
2727
2770
|
*/
|
|
2728
2771
|
let ChangeEventResourceType;
|
|
2729
2772
|
(function (ChangeEventResourceType) {
|
|
@@ -2751,7 +2794,7 @@ var enums;
|
|
|
2751
2794
|
})(ChangeEventResourceType = enums.ChangeEventResourceType || (enums.ChangeEventResourceType = {}));
|
|
2752
2795
|
/**
|
|
2753
2796
|
* @name ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2754
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2797
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ChangeStatusOperationEnum.ChangeStatusOperation
|
|
2755
2798
|
*/
|
|
2756
2799
|
let ChangeStatusOperation;
|
|
2757
2800
|
(function (ChangeStatusOperation) {
|
|
@@ -2763,7 +2806,7 @@ var enums;
|
|
|
2763
2806
|
})(ChangeStatusOperation = enums.ChangeStatusOperation || (enums.ChangeStatusOperation = {}));
|
|
2764
2807
|
/**
|
|
2765
2808
|
* @name ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2766
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2809
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ChangeStatusResourceTypeEnum.ChangeStatusResourceType
|
|
2767
2810
|
*/
|
|
2768
2811
|
let ChangeStatusResourceType;
|
|
2769
2812
|
(function (ChangeStatusResourceType) {
|
|
@@ -2785,10 +2828,11 @@ var enums;
|
|
|
2785
2828
|
ChangeStatusResourceType[ChangeStatusResourceType["CUSTOMER_ASSET"] = 17] = "CUSTOMER_ASSET";
|
|
2786
2829
|
ChangeStatusResourceType[ChangeStatusResourceType["CAMPAIGN_ASSET"] = 18] = "CAMPAIGN_ASSET";
|
|
2787
2830
|
ChangeStatusResourceType[ChangeStatusResourceType["AD_GROUP_ASSET"] = 19] = "AD_GROUP_ASSET";
|
|
2831
|
+
ChangeStatusResourceType[ChangeStatusResourceType["COMBINED_AUDIENCE"] = 20] = "COMBINED_AUDIENCE";
|
|
2788
2832
|
})(ChangeStatusResourceType = enums.ChangeStatusResourceType || (enums.ChangeStatusResourceType = {}));
|
|
2789
2833
|
/**
|
|
2790
2834
|
* @name CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2791
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2835
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CombinedAudienceStatusEnum.CombinedAudienceStatus
|
|
2792
2836
|
*/
|
|
2793
2837
|
let CombinedAudienceStatus;
|
|
2794
2838
|
(function (CombinedAudienceStatus) {
|
|
@@ -2799,7 +2843,7 @@ var enums;
|
|
|
2799
2843
|
})(CombinedAudienceStatus = enums.CombinedAudienceStatus || (enums.CombinedAudienceStatus = {}));
|
|
2800
2844
|
/**
|
|
2801
2845
|
* @name ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2802
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2846
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionActionCountingTypeEnum.ConversionActionCountingType
|
|
2803
2847
|
*/
|
|
2804
2848
|
let ConversionActionCountingType;
|
|
2805
2849
|
(function (ConversionActionCountingType) {
|
|
@@ -2810,7 +2854,7 @@ var enums;
|
|
|
2810
2854
|
})(ConversionActionCountingType = enums.ConversionActionCountingType || (enums.ConversionActionCountingType = {}));
|
|
2811
2855
|
/**
|
|
2812
2856
|
* @name ConversionActionStatusEnum.ConversionActionStatus
|
|
2813
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2857
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionActionStatusEnum.ConversionActionStatus
|
|
2814
2858
|
*/
|
|
2815
2859
|
let ConversionActionStatus;
|
|
2816
2860
|
(function (ConversionActionStatus) {
|
|
@@ -2822,7 +2866,7 @@ var enums;
|
|
|
2822
2866
|
})(ConversionActionStatus = enums.ConversionActionStatus || (enums.ConversionActionStatus = {}));
|
|
2823
2867
|
/**
|
|
2824
2868
|
* @name ConversionActionTypeEnum.ConversionActionType
|
|
2825
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2869
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionActionTypeEnum.ConversionActionType
|
|
2826
2870
|
*/
|
|
2827
2871
|
let ConversionActionType;
|
|
2828
2872
|
(function (ConversionActionType) {
|
|
@@ -2863,10 +2907,11 @@ var enums;
|
|
|
2863
2907
|
ConversionActionType[ConversionActionType["SMART_CAMPAIGN_MAP_DIRECTIONS"] = 34] = "SMART_CAMPAIGN_MAP_DIRECTIONS";
|
|
2864
2908
|
ConversionActionType[ConversionActionType["SMART_CAMPAIGN_TRACKED_CALLS"] = 35] = "SMART_CAMPAIGN_TRACKED_CALLS";
|
|
2865
2909
|
ConversionActionType[ConversionActionType["STORE_VISITS"] = 36] = "STORE_VISITS";
|
|
2910
|
+
ConversionActionType[ConversionActionType["WEBPAGE_CODELESS"] = 37] = "WEBPAGE_CODELESS";
|
|
2866
2911
|
})(ConversionActionType = enums.ConversionActionType || (enums.ConversionActionType = {}));
|
|
2867
2912
|
/**
|
|
2868
2913
|
* @name ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
2869
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2914
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionAdjustmentTypeEnum.ConversionAdjustmentType
|
|
2870
2915
|
*/
|
|
2871
2916
|
let ConversionAdjustmentType;
|
|
2872
2917
|
(function (ConversionAdjustmentType) {
|
|
@@ -2878,7 +2923,7 @@ var enums;
|
|
|
2878
2923
|
})(ConversionAdjustmentType = enums.ConversionAdjustmentType || (enums.ConversionAdjustmentType = {}));
|
|
2879
2924
|
/**
|
|
2880
2925
|
* @name ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
2881
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2926
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus
|
|
2882
2927
|
*/
|
|
2883
2928
|
let ConversionCustomVariableStatus;
|
|
2884
2929
|
(function (ConversionCustomVariableStatus) {
|
|
@@ -2890,7 +2935,7 @@ var enums;
|
|
|
2890
2935
|
})(ConversionCustomVariableStatus = enums.ConversionCustomVariableStatus || (enums.ConversionCustomVariableStatus = {}));
|
|
2891
2936
|
/**
|
|
2892
2937
|
* @name ConversionEnvironmentEnum.ConversionEnvironment
|
|
2893
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2938
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionEnvironmentEnum.ConversionEnvironment
|
|
2894
2939
|
*/
|
|
2895
2940
|
let ConversionEnvironment;
|
|
2896
2941
|
(function (ConversionEnvironment) {
|
|
@@ -2901,7 +2946,7 @@ var enums;
|
|
|
2901
2946
|
})(ConversionEnvironment = enums.ConversionEnvironment || (enums.ConversionEnvironment = {}));
|
|
2902
2947
|
/**
|
|
2903
2948
|
* @name ConversionOriginEnum.ConversionOrigin
|
|
2904
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2949
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionOriginEnum.ConversionOrigin
|
|
2905
2950
|
*/
|
|
2906
2951
|
let ConversionOrigin;
|
|
2907
2952
|
(function (ConversionOrigin) {
|
|
@@ -2916,7 +2961,7 @@ var enums;
|
|
|
2916
2961
|
})(ConversionOrigin = enums.ConversionOrigin || (enums.ConversionOrigin = {}));
|
|
2917
2962
|
/**
|
|
2918
2963
|
* @name ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
2919
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2964
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionTrackingStatusEnum.ConversionTrackingStatus
|
|
2920
2965
|
*/
|
|
2921
2966
|
let ConversionTrackingStatus;
|
|
2922
2967
|
(function (ConversionTrackingStatus) {
|
|
@@ -2929,7 +2974,7 @@ var enums;
|
|
|
2929
2974
|
})(ConversionTrackingStatus = enums.ConversionTrackingStatus || (enums.ConversionTrackingStatus = {}));
|
|
2930
2975
|
/**
|
|
2931
2976
|
* @name ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
2932
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2977
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionValueRuleSetStatusEnum.ConversionValueRuleSetStatus
|
|
2933
2978
|
*/
|
|
2934
2979
|
let ConversionValueRuleSetStatus;
|
|
2935
2980
|
(function (ConversionValueRuleSetStatus) {
|
|
@@ -2941,7 +2986,7 @@ var enums;
|
|
|
2941
2986
|
})(ConversionValueRuleSetStatus = enums.ConversionValueRuleSetStatus || (enums.ConversionValueRuleSetStatus = {}));
|
|
2942
2987
|
/**
|
|
2943
2988
|
* @name ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
2944
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
2989
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionValueRuleStatusEnum.ConversionValueRuleStatus
|
|
2945
2990
|
*/
|
|
2946
2991
|
let ConversionValueRuleStatus;
|
|
2947
2992
|
(function (ConversionValueRuleStatus) {
|
|
@@ -2953,7 +2998,7 @@ var enums;
|
|
|
2953
2998
|
})(ConversionValueRuleStatus = enums.ConversionValueRuleStatus || (enums.ConversionValueRuleStatus = {}));
|
|
2954
2999
|
/**
|
|
2955
3000
|
* @name CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
2956
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3001
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CriterionSystemServingStatusEnum.CriterionSystemServingStatus
|
|
2957
3002
|
*/
|
|
2958
3003
|
let CriterionSystemServingStatus;
|
|
2959
3004
|
(function (CriterionSystemServingStatus) {
|
|
@@ -2964,7 +3009,7 @@ var enums;
|
|
|
2964
3009
|
})(CriterionSystemServingStatus = enums.CriterionSystemServingStatus || (enums.CriterionSystemServingStatus = {}));
|
|
2965
3010
|
/**
|
|
2966
3011
|
* @name CriterionTypeEnum.CriterionType
|
|
2967
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3012
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CriterionTypeEnum.CriterionType
|
|
2968
3013
|
*/
|
|
2969
3014
|
let CriterionType;
|
|
2970
3015
|
(function (CriterionType) {
|
|
@@ -3004,10 +3049,11 @@ var enums;
|
|
|
3004
3049
|
CriterionType[CriterionType["COMBINED_AUDIENCE"] = 33] = "COMBINED_AUDIENCE";
|
|
3005
3050
|
CriterionType[CriterionType["KEYWORD_THEME"] = 34] = "KEYWORD_THEME";
|
|
3006
3051
|
CriterionType[CriterionType["AUDIENCE"] = 35] = "AUDIENCE";
|
|
3052
|
+
CriterionType[CriterionType["LOCAL_SERVICE_ID"] = 37] = "LOCAL_SERVICE_ID";
|
|
3007
3053
|
})(CriterionType = enums.CriterionType || (enums.CriterionType = {}));
|
|
3008
3054
|
/**
|
|
3009
3055
|
* @name CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
3010
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3056
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CustomAudienceMemberTypeEnum.CustomAudienceMemberType
|
|
3011
3057
|
*/
|
|
3012
3058
|
let CustomAudienceMemberType;
|
|
3013
3059
|
(function (CustomAudienceMemberType) {
|
|
@@ -3020,7 +3066,7 @@ var enums;
|
|
|
3020
3066
|
})(CustomAudienceMemberType = enums.CustomAudienceMemberType || (enums.CustomAudienceMemberType = {}));
|
|
3021
3067
|
/**
|
|
3022
3068
|
* @name CustomAudienceStatusEnum.CustomAudienceStatus
|
|
3023
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3069
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CustomAudienceStatusEnum.CustomAudienceStatus
|
|
3024
3070
|
*/
|
|
3025
3071
|
let CustomAudienceStatus;
|
|
3026
3072
|
(function (CustomAudienceStatus) {
|
|
@@ -3031,7 +3077,7 @@ var enums;
|
|
|
3031
3077
|
})(CustomAudienceStatus = enums.CustomAudienceStatus || (enums.CustomAudienceStatus = {}));
|
|
3032
3078
|
/**
|
|
3033
3079
|
* @name CustomAudienceTypeEnum.CustomAudienceType
|
|
3034
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3080
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CustomAudienceTypeEnum.CustomAudienceType
|
|
3035
3081
|
*/
|
|
3036
3082
|
let CustomAudienceType;
|
|
3037
3083
|
(function (CustomAudienceType) {
|
|
@@ -3044,7 +3090,7 @@ var enums;
|
|
|
3044
3090
|
})(CustomAudienceType = enums.CustomAudienceType || (enums.CustomAudienceType = {}));
|
|
3045
3091
|
/**
|
|
3046
3092
|
* @name CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
3047
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3093
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CustomConversionGoalStatusEnum.CustomConversionGoalStatus
|
|
3048
3094
|
*/
|
|
3049
3095
|
let CustomConversionGoalStatus;
|
|
3050
3096
|
(function (CustomConversionGoalStatus) {
|
|
@@ -3055,7 +3101,7 @@ var enums;
|
|
|
3055
3101
|
})(CustomConversionGoalStatus = enums.CustomConversionGoalStatus || (enums.CustomConversionGoalStatus = {}));
|
|
3056
3102
|
/**
|
|
3057
3103
|
* @name CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3058
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3104
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CustomInterestMemberTypeEnum.CustomInterestMemberType
|
|
3059
3105
|
*/
|
|
3060
3106
|
let CustomInterestMemberType;
|
|
3061
3107
|
(function (CustomInterestMemberType) {
|
|
@@ -3066,7 +3112,7 @@ var enums;
|
|
|
3066
3112
|
})(CustomInterestMemberType = enums.CustomInterestMemberType || (enums.CustomInterestMemberType = {}));
|
|
3067
3113
|
/**
|
|
3068
3114
|
* @name CustomInterestStatusEnum.CustomInterestStatus
|
|
3069
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3115
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CustomInterestStatusEnum.CustomInterestStatus
|
|
3070
3116
|
*/
|
|
3071
3117
|
let CustomInterestStatus;
|
|
3072
3118
|
(function (CustomInterestStatus) {
|
|
@@ -3077,7 +3123,7 @@ var enums;
|
|
|
3077
3123
|
})(CustomInterestStatus = enums.CustomInterestStatus || (enums.CustomInterestStatus = {}));
|
|
3078
3124
|
/**
|
|
3079
3125
|
* @name CustomInterestTypeEnum.CustomInterestType
|
|
3080
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3126
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CustomInterestTypeEnum.CustomInterestType
|
|
3081
3127
|
*/
|
|
3082
3128
|
let CustomInterestType;
|
|
3083
3129
|
(function (CustomInterestType) {
|
|
@@ -3088,7 +3134,7 @@ var enums;
|
|
|
3088
3134
|
})(CustomInterestType = enums.CustomInterestType || (enums.CustomInterestType = {}));
|
|
3089
3135
|
/**
|
|
3090
3136
|
* @name CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
3091
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3137
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CustomPlaceholderFieldEnum.CustomPlaceholderField
|
|
3092
3138
|
*/
|
|
3093
3139
|
let CustomPlaceholderField;
|
|
3094
3140
|
(function (CustomPlaceholderField) {
|
|
@@ -3117,7 +3163,7 @@ var enums;
|
|
|
3117
3163
|
})(CustomPlaceholderField = enums.CustomPlaceholderField || (enums.CustomPlaceholderField = {}));
|
|
3118
3164
|
/**
|
|
3119
3165
|
* @name CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3120
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3166
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
|
|
3121
3167
|
*/
|
|
3122
3168
|
let CustomerPayPerConversionEligibilityFailureReason;
|
|
3123
3169
|
(function (CustomerPayPerConversionEligibilityFailureReason) {
|
|
@@ -3133,7 +3179,7 @@ var enums;
|
|
|
3133
3179
|
})(CustomerPayPerConversionEligibilityFailureReason = enums.CustomerPayPerConversionEligibilityFailureReason || (enums.CustomerPayPerConversionEligibilityFailureReason = {}));
|
|
3134
3180
|
/**
|
|
3135
3181
|
* @name CustomerStatusEnum.CustomerStatus
|
|
3136
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3182
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CustomerStatusEnum.CustomerStatus
|
|
3137
3183
|
*/
|
|
3138
3184
|
let CustomerStatus;
|
|
3139
3185
|
(function (CustomerStatus) {
|
|
@@ -3146,7 +3192,7 @@ var enums;
|
|
|
3146
3192
|
})(CustomerStatus = enums.CustomerStatus || (enums.CustomerStatus = {}));
|
|
3147
3193
|
/**
|
|
3148
3194
|
* @name CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3149
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3195
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CustomizerAttributeStatusEnum.CustomizerAttributeStatus
|
|
3150
3196
|
*/
|
|
3151
3197
|
let CustomizerAttributeStatus;
|
|
3152
3198
|
(function (CustomizerAttributeStatus) {
|
|
@@ -3157,7 +3203,7 @@ var enums;
|
|
|
3157
3203
|
})(CustomizerAttributeStatus = enums.CustomizerAttributeStatus || (enums.CustomizerAttributeStatus = {}));
|
|
3158
3204
|
/**
|
|
3159
3205
|
* @name CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3160
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3206
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/CustomizerValueStatusEnum.CustomizerValueStatus
|
|
3161
3207
|
*/
|
|
3162
3208
|
let CustomizerValueStatus;
|
|
3163
3209
|
(function (CustomizerValueStatus) {
|
|
@@ -3168,7 +3214,7 @@ var enums;
|
|
|
3168
3214
|
})(CustomizerValueStatus = enums.CustomizerValueStatus || (enums.CustomizerValueStatus = {}));
|
|
3169
3215
|
/**
|
|
3170
3216
|
* @name DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3171
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3217
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/DataDrivenModelStatusEnum.DataDrivenModelStatus
|
|
3172
3218
|
*/
|
|
3173
3219
|
let DataDrivenModelStatus;
|
|
3174
3220
|
(function (DataDrivenModelStatus) {
|
|
@@ -3181,7 +3227,7 @@ var enums;
|
|
|
3181
3227
|
})(DataDrivenModelStatus = enums.DataDrivenModelStatus || (enums.DataDrivenModelStatus = {}));
|
|
3182
3228
|
/**
|
|
3183
3229
|
* @name DistanceBucketEnum.DistanceBucket
|
|
3184
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3230
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/DistanceBucketEnum.DistanceBucket
|
|
3185
3231
|
*/
|
|
3186
3232
|
let DistanceBucket;
|
|
3187
3233
|
(function (DistanceBucket) {
|
|
@@ -3217,7 +3263,7 @@ var enums;
|
|
|
3217
3263
|
})(DistanceBucket = enums.DistanceBucket || (enums.DistanceBucket = {}));
|
|
3218
3264
|
/**
|
|
3219
3265
|
* @name DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
3220
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3266
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField
|
|
3221
3267
|
*/
|
|
3222
3268
|
let DsaPageFeedCriterionField;
|
|
3223
3269
|
(function (DsaPageFeedCriterionField) {
|
|
@@ -3228,7 +3274,7 @@ var enums;
|
|
|
3228
3274
|
})(DsaPageFeedCriterionField = enums.DsaPageFeedCriterionField || (enums.DsaPageFeedCriterionField = {}));
|
|
3229
3275
|
/**
|
|
3230
3276
|
* @name EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
3231
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3277
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/EducationPlaceholderFieldEnum.EducationPlaceholderField
|
|
3232
3278
|
*/
|
|
3233
3279
|
let EducationPlaceholderField;
|
|
3234
3280
|
(function (EducationPlaceholderField) {
|
|
@@ -3254,7 +3300,7 @@ var enums;
|
|
|
3254
3300
|
})(EducationPlaceholderField = enums.EducationPlaceholderField || (enums.EducationPlaceholderField = {}));
|
|
3255
3301
|
/**
|
|
3256
3302
|
* @name ExperimentStatusEnum.ExperimentStatus
|
|
3257
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3303
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ExperimentStatusEnum.ExperimentStatus
|
|
3258
3304
|
*/
|
|
3259
3305
|
let ExperimentStatus;
|
|
3260
3306
|
(function (ExperimentStatus) {
|
|
@@ -3270,7 +3316,7 @@ var enums;
|
|
|
3270
3316
|
})(ExperimentStatus = enums.ExperimentStatus || (enums.ExperimentStatus = {}));
|
|
3271
3317
|
/**
|
|
3272
3318
|
* @name ExperimentTypeEnum.ExperimentType
|
|
3273
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3319
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ExperimentTypeEnum.ExperimentType
|
|
3274
3320
|
*/
|
|
3275
3321
|
let ExperimentType;
|
|
3276
3322
|
(function (ExperimentType) {
|
|
@@ -3289,7 +3335,7 @@ var enums;
|
|
|
3289
3335
|
})(ExperimentType = enums.ExperimentType || (enums.ExperimentType = {}));
|
|
3290
3336
|
/**
|
|
3291
3337
|
* @name ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
3292
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3338
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ExtensionSettingDeviceEnum.ExtensionSettingDevice
|
|
3293
3339
|
*/
|
|
3294
3340
|
let ExtensionSettingDevice;
|
|
3295
3341
|
(function (ExtensionSettingDevice) {
|
|
@@ -3300,7 +3346,7 @@ var enums;
|
|
|
3300
3346
|
})(ExtensionSettingDevice = enums.ExtensionSettingDevice || (enums.ExtensionSettingDevice = {}));
|
|
3301
3347
|
/**
|
|
3302
3348
|
* @name ExtensionTypeEnum.ExtensionType
|
|
3303
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3349
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ExtensionTypeEnum.ExtensionType
|
|
3304
3350
|
*/
|
|
3305
3351
|
let ExtensionType;
|
|
3306
3352
|
(function (ExtensionType) {
|
|
@@ -3322,7 +3368,7 @@ var enums;
|
|
|
3322
3368
|
})(ExtensionType = enums.ExtensionType || (enums.ExtensionType = {}));
|
|
3323
3369
|
/**
|
|
3324
3370
|
* @name FeedAttributeTypeEnum.FeedAttributeType
|
|
3325
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3371
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FeedAttributeTypeEnum.FeedAttributeType
|
|
3326
3372
|
*/
|
|
3327
3373
|
let FeedAttributeType;
|
|
3328
3374
|
(function (FeedAttributeType) {
|
|
@@ -3344,7 +3390,7 @@ var enums;
|
|
|
3344
3390
|
})(FeedAttributeType = enums.FeedAttributeType || (enums.FeedAttributeType = {}));
|
|
3345
3391
|
/**
|
|
3346
3392
|
* @name FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
3347
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3393
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus
|
|
3348
3394
|
*/
|
|
3349
3395
|
let FeedItemQualityApprovalStatus;
|
|
3350
3396
|
(function (FeedItemQualityApprovalStatus) {
|
|
@@ -3355,7 +3401,7 @@ var enums;
|
|
|
3355
3401
|
})(FeedItemQualityApprovalStatus = enums.FeedItemQualityApprovalStatus || (enums.FeedItemQualityApprovalStatus = {}));
|
|
3356
3402
|
/**
|
|
3357
3403
|
* @name FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
3358
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3404
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
|
|
3359
3405
|
*/
|
|
3360
3406
|
let FeedItemQualityDisapprovalReason;
|
|
3361
3407
|
(function (FeedItemQualityDisapprovalReason) {
|
|
@@ -3382,7 +3428,7 @@ var enums;
|
|
|
3382
3428
|
})(FeedItemQualityDisapprovalReason = enums.FeedItemQualityDisapprovalReason || (enums.FeedItemQualityDisapprovalReason = {}));
|
|
3383
3429
|
/**
|
|
3384
3430
|
* @name FeedItemSetStatusEnum.FeedItemSetStatus
|
|
3385
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3431
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FeedItemSetStatusEnum.FeedItemSetStatus
|
|
3386
3432
|
*/
|
|
3387
3433
|
let FeedItemSetStatus;
|
|
3388
3434
|
(function (FeedItemSetStatus) {
|
|
@@ -3393,7 +3439,7 @@ var enums;
|
|
|
3393
3439
|
})(FeedItemSetStatus = enums.FeedItemSetStatus || (enums.FeedItemSetStatus = {}));
|
|
3394
3440
|
/**
|
|
3395
3441
|
* @name FeedItemStatusEnum.FeedItemStatus
|
|
3396
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3442
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FeedItemStatusEnum.FeedItemStatus
|
|
3397
3443
|
*/
|
|
3398
3444
|
let FeedItemStatus;
|
|
3399
3445
|
(function (FeedItemStatus) {
|
|
@@ -3404,7 +3450,7 @@ var enums;
|
|
|
3404
3450
|
})(FeedItemStatus = enums.FeedItemStatus || (enums.FeedItemStatus = {}));
|
|
3405
3451
|
/**
|
|
3406
3452
|
* @name FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
3407
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3453
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FeedItemTargetDeviceEnum.FeedItemTargetDevice
|
|
3408
3454
|
*/
|
|
3409
3455
|
let FeedItemTargetDevice;
|
|
3410
3456
|
(function (FeedItemTargetDevice) {
|
|
@@ -3414,7 +3460,7 @@ var enums;
|
|
|
3414
3460
|
})(FeedItemTargetDevice = enums.FeedItemTargetDevice || (enums.FeedItemTargetDevice = {}));
|
|
3415
3461
|
/**
|
|
3416
3462
|
* @name FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
3417
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3463
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FeedItemTargetStatusEnum.FeedItemTargetStatus
|
|
3418
3464
|
*/
|
|
3419
3465
|
let FeedItemTargetStatus;
|
|
3420
3466
|
(function (FeedItemTargetStatus) {
|
|
@@ -3425,7 +3471,7 @@ var enums;
|
|
|
3425
3471
|
})(FeedItemTargetStatus = enums.FeedItemTargetStatus || (enums.FeedItemTargetStatus = {}));
|
|
3426
3472
|
/**
|
|
3427
3473
|
* @name FeedItemTargetTypeEnum.FeedItemTargetType
|
|
3428
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3474
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FeedItemTargetTypeEnum.FeedItemTargetType
|
|
3429
3475
|
*/
|
|
3430
3476
|
let FeedItemTargetType;
|
|
3431
3477
|
(function (FeedItemTargetType) {
|
|
@@ -3437,7 +3483,7 @@ var enums;
|
|
|
3437
3483
|
})(FeedItemTargetType = enums.FeedItemTargetType || (enums.FeedItemTargetType = {}));
|
|
3438
3484
|
/**
|
|
3439
3485
|
* @name FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
3440
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3486
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FeedItemValidationStatusEnum.FeedItemValidationStatus
|
|
3441
3487
|
*/
|
|
3442
3488
|
let FeedItemValidationStatus;
|
|
3443
3489
|
(function (FeedItemValidationStatus) {
|
|
@@ -3449,7 +3495,7 @@ var enums;
|
|
|
3449
3495
|
})(FeedItemValidationStatus = enums.FeedItemValidationStatus || (enums.FeedItemValidationStatus = {}));
|
|
3450
3496
|
/**
|
|
3451
3497
|
* @name FeedLinkStatusEnum.FeedLinkStatus
|
|
3452
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3498
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FeedLinkStatusEnum.FeedLinkStatus
|
|
3453
3499
|
*/
|
|
3454
3500
|
let FeedLinkStatus;
|
|
3455
3501
|
(function (FeedLinkStatus) {
|
|
@@ -3460,7 +3506,7 @@ var enums;
|
|
|
3460
3506
|
})(FeedLinkStatus = enums.FeedLinkStatus || (enums.FeedLinkStatus = {}));
|
|
3461
3507
|
/**
|
|
3462
3508
|
* @name FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
3463
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3509
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FeedMappingCriterionTypeEnum.FeedMappingCriterionType
|
|
3464
3510
|
*/
|
|
3465
3511
|
let FeedMappingCriterionType;
|
|
3466
3512
|
(function (FeedMappingCriterionType) {
|
|
@@ -3471,7 +3517,7 @@ var enums;
|
|
|
3471
3517
|
})(FeedMappingCriterionType = enums.FeedMappingCriterionType || (enums.FeedMappingCriterionType = {}));
|
|
3472
3518
|
/**
|
|
3473
3519
|
* @name FeedMappingStatusEnum.FeedMappingStatus
|
|
3474
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3520
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FeedMappingStatusEnum.FeedMappingStatus
|
|
3475
3521
|
*/
|
|
3476
3522
|
let FeedMappingStatus;
|
|
3477
3523
|
(function (FeedMappingStatus) {
|
|
@@ -3482,7 +3528,7 @@ var enums;
|
|
|
3482
3528
|
})(FeedMappingStatus = enums.FeedMappingStatus || (enums.FeedMappingStatus = {}));
|
|
3483
3529
|
/**
|
|
3484
3530
|
* @name FeedOriginEnum.FeedOrigin
|
|
3485
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3531
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FeedOriginEnum.FeedOrigin
|
|
3486
3532
|
*/
|
|
3487
3533
|
let FeedOrigin;
|
|
3488
3534
|
(function (FeedOrigin) {
|
|
@@ -3493,7 +3539,7 @@ var enums;
|
|
|
3493
3539
|
})(FeedOrigin = enums.FeedOrigin || (enums.FeedOrigin = {}));
|
|
3494
3540
|
/**
|
|
3495
3541
|
* @name FeedStatusEnum.FeedStatus
|
|
3496
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3542
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FeedStatusEnum.FeedStatus
|
|
3497
3543
|
*/
|
|
3498
3544
|
let FeedStatus;
|
|
3499
3545
|
(function (FeedStatus) {
|
|
@@ -3504,7 +3550,7 @@ var enums;
|
|
|
3504
3550
|
})(FeedStatus = enums.FeedStatus || (enums.FeedStatus = {}));
|
|
3505
3551
|
/**
|
|
3506
3552
|
* @name FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
3507
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3553
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/FlightPlaceholderFieldEnum.FlightPlaceholderField
|
|
3508
3554
|
*/
|
|
3509
3555
|
let FlightPlaceholderField;
|
|
3510
3556
|
(function (FlightPlaceholderField) {
|
|
@@ -3530,7 +3576,7 @@ var enums;
|
|
|
3530
3576
|
})(FlightPlaceholderField = enums.FlightPlaceholderField || (enums.FlightPlaceholderField = {}));
|
|
3531
3577
|
/**
|
|
3532
3578
|
* @name GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3533
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3579
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/GeoTargetConstantStatusEnum.GeoTargetConstantStatus
|
|
3534
3580
|
*/
|
|
3535
3581
|
let GeoTargetConstantStatus;
|
|
3536
3582
|
(function (GeoTargetConstantStatus) {
|
|
@@ -3541,7 +3587,7 @@ var enums;
|
|
|
3541
3587
|
})(GeoTargetConstantStatus = enums.GeoTargetConstantStatus || (enums.GeoTargetConstantStatus = {}));
|
|
3542
3588
|
/**
|
|
3543
3589
|
* @name GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
3544
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3590
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/GeoTargetingRestrictionEnum.GeoTargetingRestriction
|
|
3545
3591
|
*/
|
|
3546
3592
|
let GeoTargetingRestriction;
|
|
3547
3593
|
(function (GeoTargetingRestriction) {
|
|
@@ -3551,7 +3597,7 @@ var enums;
|
|
|
3551
3597
|
})(GeoTargetingRestriction = enums.GeoTargetingRestriction || (enums.GeoTargetingRestriction = {}));
|
|
3552
3598
|
/**
|
|
3553
3599
|
* @name GeoTargetingTypeEnum.GeoTargetingType
|
|
3554
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3600
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/GeoTargetingTypeEnum.GeoTargetingType
|
|
3555
3601
|
*/
|
|
3556
3602
|
let GeoTargetingType;
|
|
3557
3603
|
(function (GeoTargetingType) {
|
|
@@ -3562,7 +3608,7 @@ var enums;
|
|
|
3562
3608
|
})(GeoTargetingType = enums.GeoTargetingType || (enums.GeoTargetingType = {}));
|
|
3563
3609
|
/**
|
|
3564
3610
|
* @name GoalConfigLevelEnum.GoalConfigLevel
|
|
3565
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3611
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/GoalConfigLevelEnum.GoalConfigLevel
|
|
3566
3612
|
*/
|
|
3567
3613
|
let GoalConfigLevel;
|
|
3568
3614
|
(function (GoalConfigLevel) {
|
|
@@ -3573,7 +3619,7 @@ var enums;
|
|
|
3573
3619
|
})(GoalConfigLevel = enums.GoalConfigLevel || (enums.GoalConfigLevel = {}));
|
|
3574
3620
|
/**
|
|
3575
3621
|
* @name GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3576
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3622
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/GoogleAdsFieldCategoryEnum.GoogleAdsFieldCategory
|
|
3577
3623
|
*/
|
|
3578
3624
|
let GoogleAdsFieldCategory;
|
|
3579
3625
|
(function (GoogleAdsFieldCategory) {
|
|
@@ -3586,7 +3632,7 @@ var enums;
|
|
|
3586
3632
|
})(GoogleAdsFieldCategory = enums.GoogleAdsFieldCategory || (enums.GoogleAdsFieldCategory = {}));
|
|
3587
3633
|
/**
|
|
3588
3634
|
* @name GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3589
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3635
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
|
|
3590
3636
|
*/
|
|
3591
3637
|
let GoogleAdsFieldDataType;
|
|
3592
3638
|
(function (GoogleAdsFieldDataType) {
|
|
@@ -3606,7 +3652,7 @@ var enums;
|
|
|
3606
3652
|
})(GoogleAdsFieldDataType = enums.GoogleAdsFieldDataType || (enums.GoogleAdsFieldDataType = {}));
|
|
3607
3653
|
/**
|
|
3608
3654
|
* @name GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3609
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3655
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus
|
|
3610
3656
|
*/
|
|
3611
3657
|
let GoogleVoiceCallStatus;
|
|
3612
3658
|
(function (GoogleVoiceCallStatus) {
|
|
@@ -3615,9 +3661,21 @@ var enums;
|
|
|
3615
3661
|
GoogleVoiceCallStatus[GoogleVoiceCallStatus["MISSED"] = 2] = "MISSED";
|
|
3616
3662
|
GoogleVoiceCallStatus[GoogleVoiceCallStatus["RECEIVED"] = 3] = "RECEIVED";
|
|
3617
3663
|
})(GoogleVoiceCallStatus = enums.GoogleVoiceCallStatus || (enums.GoogleVoiceCallStatus = {}));
|
|
3664
|
+
/**
|
|
3665
|
+
* @name HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
3666
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus
|
|
3667
|
+
*/
|
|
3668
|
+
let HotelAssetSuggestionStatus;
|
|
3669
|
+
(function (HotelAssetSuggestionStatus) {
|
|
3670
|
+
HotelAssetSuggestionStatus[HotelAssetSuggestionStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3671
|
+
HotelAssetSuggestionStatus[HotelAssetSuggestionStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3672
|
+
HotelAssetSuggestionStatus[HotelAssetSuggestionStatus["SUCCESS"] = 2] = "SUCCESS";
|
|
3673
|
+
HotelAssetSuggestionStatus[HotelAssetSuggestionStatus["HOTEL_NOT_FOUND"] = 3] = "HOTEL_NOT_FOUND";
|
|
3674
|
+
HotelAssetSuggestionStatus[HotelAssetSuggestionStatus["INVALID_PLACE_ID"] = 4] = "INVALID_PLACE_ID";
|
|
3675
|
+
})(HotelAssetSuggestionStatus = enums.HotelAssetSuggestionStatus || (enums.HotelAssetSuggestionStatus = {}));
|
|
3618
3676
|
/**
|
|
3619
3677
|
* @name HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
3620
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3678
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/HotelPlaceholderFieldEnum.HotelPlaceholderField
|
|
3621
3679
|
*/
|
|
3622
3680
|
let HotelPlaceholderField;
|
|
3623
3681
|
(function (HotelPlaceholderField) {
|
|
@@ -3646,7 +3704,7 @@ var enums;
|
|
|
3646
3704
|
})(HotelPlaceholderField = enums.HotelPlaceholderField || (enums.HotelPlaceholderField = {}));
|
|
3647
3705
|
/**
|
|
3648
3706
|
* @name HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3649
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3707
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/HotelReconciliationStatusEnum.HotelReconciliationStatus
|
|
3650
3708
|
*/
|
|
3651
3709
|
let HotelReconciliationStatus;
|
|
3652
3710
|
(function (HotelReconciliationStatus) {
|
|
@@ -3659,7 +3717,7 @@ var enums;
|
|
|
3659
3717
|
})(HotelReconciliationStatus = enums.HotelReconciliationStatus || (enums.HotelReconciliationStatus = {}));
|
|
3660
3718
|
/**
|
|
3661
3719
|
* @name ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
3662
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3720
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ImagePlaceholderFieldEnum.ImagePlaceholderField
|
|
3663
3721
|
*/
|
|
3664
3722
|
let ImagePlaceholderField;
|
|
3665
3723
|
(function (ImagePlaceholderField) {
|
|
@@ -3669,7 +3727,7 @@ var enums;
|
|
|
3669
3727
|
})(ImagePlaceholderField = enums.ImagePlaceholderField || (enums.ImagePlaceholderField = {}));
|
|
3670
3728
|
/**
|
|
3671
3729
|
* @name InvoiceTypeEnum.InvoiceType
|
|
3672
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3730
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/InvoiceTypeEnum.InvoiceType
|
|
3673
3731
|
*/
|
|
3674
3732
|
let InvoiceType;
|
|
3675
3733
|
(function (InvoiceType) {
|
|
@@ -3680,7 +3738,7 @@ var enums;
|
|
|
3680
3738
|
})(InvoiceType = enums.InvoiceType || (enums.InvoiceType = {}));
|
|
3681
3739
|
/**
|
|
3682
3740
|
* @name JobPlaceholderFieldEnum.JobPlaceholderField
|
|
3683
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3741
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/JobPlaceholderFieldEnum.JobPlaceholderField
|
|
3684
3742
|
*/
|
|
3685
3743
|
let JobPlaceholderField;
|
|
3686
3744
|
(function (JobPlaceholderField) {
|
|
@@ -3706,7 +3764,7 @@ var enums;
|
|
|
3706
3764
|
})(JobPlaceholderField = enums.JobPlaceholderField || (enums.JobPlaceholderField = {}));
|
|
3707
3765
|
/**
|
|
3708
3766
|
* @name KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3709
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3767
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval
|
|
3710
3768
|
*/
|
|
3711
3769
|
let KeywordPlanForecastInterval;
|
|
3712
3770
|
(function (KeywordPlanForecastInterval) {
|
|
@@ -3718,7 +3776,7 @@ var enums;
|
|
|
3718
3776
|
})(KeywordPlanForecastInterval = enums.KeywordPlanForecastInterval || (enums.KeywordPlanForecastInterval = {}));
|
|
3719
3777
|
/**
|
|
3720
3778
|
* @name KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3721
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3779
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation
|
|
3722
3780
|
*/
|
|
3723
3781
|
let KeywordPlanKeywordAnnotation;
|
|
3724
3782
|
(function (KeywordPlanKeywordAnnotation) {
|
|
@@ -3728,7 +3786,7 @@ var enums;
|
|
|
3728
3786
|
})(KeywordPlanKeywordAnnotation = enums.KeywordPlanKeywordAnnotation || (enums.KeywordPlanKeywordAnnotation = {}));
|
|
3729
3787
|
/**
|
|
3730
3788
|
* @name KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3731
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3789
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/KeywordPlanNetworkEnum.KeywordPlanNetwork
|
|
3732
3790
|
*/
|
|
3733
3791
|
let KeywordPlanNetwork;
|
|
3734
3792
|
(function (KeywordPlanNetwork) {
|
|
@@ -3739,7 +3797,7 @@ var enums;
|
|
|
3739
3797
|
})(KeywordPlanNetwork = enums.KeywordPlanNetwork || (enums.KeywordPlanNetwork = {}));
|
|
3740
3798
|
/**
|
|
3741
3799
|
* @name LabelStatusEnum.LabelStatus
|
|
3742
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3800
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/LabelStatusEnum.LabelStatus
|
|
3743
3801
|
*/
|
|
3744
3802
|
let LabelStatus;
|
|
3745
3803
|
(function (LabelStatus) {
|
|
@@ -3750,7 +3808,7 @@ var enums;
|
|
|
3750
3808
|
})(LabelStatus = enums.LabelStatus || (enums.LabelStatus = {}));
|
|
3751
3809
|
/**
|
|
3752
3810
|
* @name LinkedAccountTypeEnum.LinkedAccountType
|
|
3753
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3811
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/LinkedAccountTypeEnum.LinkedAccountType
|
|
3754
3812
|
*/
|
|
3755
3813
|
let LinkedAccountType;
|
|
3756
3814
|
(function (LinkedAccountType) {
|
|
@@ -3762,9 +3820,20 @@ var enums;
|
|
|
3762
3820
|
LinkedAccountType[LinkedAccountType["HOTEL_CENTER"] = 5] = "HOTEL_CENTER";
|
|
3763
3821
|
LinkedAccountType[LinkedAccountType["ADVERTISING_PARTNER"] = 6] = "ADVERTISING_PARTNER";
|
|
3764
3822
|
})(LinkedAccountType = enums.LinkedAccountType || (enums.LinkedAccountType = {}));
|
|
3823
|
+
/**
|
|
3824
|
+
* @name LinkedProductTypeEnum.LinkedProductType
|
|
3825
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/LinkedProductTypeEnum.LinkedProductType
|
|
3826
|
+
*/
|
|
3827
|
+
let LinkedProductType;
|
|
3828
|
+
(function (LinkedProductType) {
|
|
3829
|
+
LinkedProductType[LinkedProductType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
3830
|
+
LinkedProductType[LinkedProductType["UNKNOWN"] = 1] = "UNKNOWN";
|
|
3831
|
+
LinkedProductType[LinkedProductType["DATA_PARTNER"] = 2] = "DATA_PARTNER";
|
|
3832
|
+
LinkedProductType[LinkedProductType["GOOGLE_ADS"] = 3] = "GOOGLE_ADS";
|
|
3833
|
+
})(LinkedProductType = enums.LinkedProductType || (enums.LinkedProductType = {}));
|
|
3765
3834
|
/**
|
|
3766
3835
|
* @name ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
|
|
3767
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3836
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
|
|
3768
3837
|
*/
|
|
3769
3838
|
let ListingGroupFilterBiddingCategoryLevel;
|
|
3770
3839
|
(function (ListingGroupFilterBiddingCategoryLevel) {
|
|
@@ -3778,7 +3847,7 @@ var enums;
|
|
|
3778
3847
|
})(ListingGroupFilterBiddingCategoryLevel = enums.ListingGroupFilterBiddingCategoryLevel || (enums.ListingGroupFilterBiddingCategoryLevel = {}));
|
|
3779
3848
|
/**
|
|
3780
3849
|
* @name ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3781
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3850
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ListingGroupFilterCustomAttributeIndexEnum.ListingGroupFilterCustomAttributeIndex
|
|
3782
3851
|
*/
|
|
3783
3852
|
let ListingGroupFilterCustomAttributeIndex;
|
|
3784
3853
|
(function (ListingGroupFilterCustomAttributeIndex) {
|
|
@@ -3792,7 +3861,7 @@ var enums;
|
|
|
3792
3861
|
})(ListingGroupFilterCustomAttributeIndex = enums.ListingGroupFilterCustomAttributeIndex || (enums.ListingGroupFilterCustomAttributeIndex = {}));
|
|
3793
3862
|
/**
|
|
3794
3863
|
* @name ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3795
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3864
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ListingGroupFilterProductChannelEnum.ListingGroupFilterProductChannel
|
|
3796
3865
|
*/
|
|
3797
3866
|
let ListingGroupFilterProductChannel;
|
|
3798
3867
|
(function (ListingGroupFilterProductChannel) {
|
|
@@ -3803,7 +3872,7 @@ var enums;
|
|
|
3803
3872
|
})(ListingGroupFilterProductChannel = enums.ListingGroupFilterProductChannel || (enums.ListingGroupFilterProductChannel = {}));
|
|
3804
3873
|
/**
|
|
3805
3874
|
* @name ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3806
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3875
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition
|
|
3807
3876
|
*/
|
|
3808
3877
|
let ListingGroupFilterProductCondition;
|
|
3809
3878
|
(function (ListingGroupFilterProductCondition) {
|
|
@@ -3815,7 +3884,7 @@ var enums;
|
|
|
3815
3884
|
})(ListingGroupFilterProductCondition = enums.ListingGroupFilterProductCondition || (enums.ListingGroupFilterProductCondition = {}));
|
|
3816
3885
|
/**
|
|
3817
3886
|
* @name ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3818
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3887
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ListingGroupFilterProductTypeLevelEnum.ListingGroupFilterProductTypeLevel
|
|
3819
3888
|
*/
|
|
3820
3889
|
let ListingGroupFilterProductTypeLevel;
|
|
3821
3890
|
(function (ListingGroupFilterProductTypeLevel) {
|
|
@@ -3829,7 +3898,7 @@ var enums;
|
|
|
3829
3898
|
})(ListingGroupFilterProductTypeLevel = enums.ListingGroupFilterProductTypeLevel || (enums.ListingGroupFilterProductTypeLevel = {}));
|
|
3830
3899
|
/**
|
|
3831
3900
|
* @name ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3832
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3901
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ListingGroupFilterTypeEnum.ListingGroupFilterType
|
|
3833
3902
|
*/
|
|
3834
3903
|
let ListingGroupFilterType;
|
|
3835
3904
|
(function (ListingGroupFilterType) {
|
|
@@ -3841,7 +3910,7 @@ var enums;
|
|
|
3841
3910
|
})(ListingGroupFilterType = enums.ListingGroupFilterType || (enums.ListingGroupFilterType = {}));
|
|
3842
3911
|
/**
|
|
3843
3912
|
* @name ListingGroupFilterVerticalEnum.ListingGroupFilterVertical
|
|
3844
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3913
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ListingGroupFilterVerticalEnum.ListingGroupFilterVertical
|
|
3845
3914
|
*/
|
|
3846
3915
|
let ListingGroupFilterVertical;
|
|
3847
3916
|
(function (ListingGroupFilterVertical) {
|
|
@@ -3851,7 +3920,7 @@ var enums;
|
|
|
3851
3920
|
})(ListingGroupFilterVertical = enums.ListingGroupFilterVertical || (enums.ListingGroupFilterVertical = {}));
|
|
3852
3921
|
/**
|
|
3853
3922
|
* @name LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
3854
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3923
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/LocalPlaceholderFieldEnum.LocalPlaceholderField
|
|
3855
3924
|
*/
|
|
3856
3925
|
let LocalPlaceholderField;
|
|
3857
3926
|
(function (LocalPlaceholderField) {
|
|
@@ -3879,7 +3948,7 @@ var enums;
|
|
|
3879
3948
|
})(LocalPlaceholderField = enums.LocalPlaceholderField || (enums.LocalPlaceholderField = {}));
|
|
3880
3949
|
/**
|
|
3881
3950
|
* @name LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
3882
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3951
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField
|
|
3883
3952
|
*/
|
|
3884
3953
|
let LocationExtensionTargetingCriterionField;
|
|
3885
3954
|
(function (LocationExtensionTargetingCriterionField) {
|
|
@@ -3894,7 +3963,7 @@ var enums;
|
|
|
3894
3963
|
})(LocationExtensionTargetingCriterionField = enums.LocationExtensionTargetingCriterionField || (enums.LocationExtensionTargetingCriterionField = {}));
|
|
3895
3964
|
/**
|
|
3896
3965
|
* @name LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
3897
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3966
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/LocationPlaceholderFieldEnum.LocationPlaceholderField
|
|
3898
3967
|
*/
|
|
3899
3968
|
let LocationPlaceholderField;
|
|
3900
3969
|
(function (LocationPlaceholderField) {
|
|
@@ -3911,7 +3980,7 @@ var enums;
|
|
|
3911
3980
|
})(LocationPlaceholderField = enums.LocationPlaceholderField || (enums.LocationPlaceholderField = {}));
|
|
3912
3981
|
/**
|
|
3913
3982
|
* @name LocationSourceTypeEnum.LocationSourceType
|
|
3914
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3983
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/LocationSourceTypeEnum.LocationSourceType
|
|
3915
3984
|
*/
|
|
3916
3985
|
let LocationSourceType;
|
|
3917
3986
|
(function (LocationSourceType) {
|
|
@@ -3922,7 +3991,7 @@ var enums;
|
|
|
3922
3991
|
})(LocationSourceType = enums.LocationSourceType || (enums.LocationSourceType = {}));
|
|
3923
3992
|
/**
|
|
3924
3993
|
* @name ManagerLinkStatusEnum.ManagerLinkStatus
|
|
3925
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
3994
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ManagerLinkStatusEnum.ManagerLinkStatus
|
|
3926
3995
|
*/
|
|
3927
3996
|
let ManagerLinkStatus;
|
|
3928
3997
|
(function (ManagerLinkStatus) {
|
|
@@ -3936,7 +4005,7 @@ var enums;
|
|
|
3936
4005
|
})(ManagerLinkStatus = enums.ManagerLinkStatus || (enums.ManagerLinkStatus = {}));
|
|
3937
4006
|
/**
|
|
3938
4007
|
* @name MediaTypeEnum.MediaType
|
|
3939
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4008
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/MediaTypeEnum.MediaType
|
|
3940
4009
|
*/
|
|
3941
4010
|
let MediaType;
|
|
3942
4011
|
(function (MediaType) {
|
|
@@ -3951,7 +4020,7 @@ var enums;
|
|
|
3951
4020
|
})(MediaType = enums.MediaType || (enums.MediaType = {}));
|
|
3952
4021
|
/**
|
|
3953
4022
|
* @name MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
3954
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4023
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus
|
|
3955
4024
|
*/
|
|
3956
4025
|
let MerchantCenterLinkStatus;
|
|
3957
4026
|
(function (MerchantCenterLinkStatus) {
|
|
@@ -3962,7 +4031,7 @@ var enums;
|
|
|
3962
4031
|
})(MerchantCenterLinkStatus = enums.MerchantCenterLinkStatus || (enums.MerchantCenterLinkStatus = {}));
|
|
3963
4032
|
/**
|
|
3964
4033
|
* @name MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
3965
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4034
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/MessagePlaceholderFieldEnum.MessagePlaceholderField
|
|
3966
4035
|
*/
|
|
3967
4036
|
let MessagePlaceholderField;
|
|
3968
4037
|
(function (MessagePlaceholderField) {
|
|
@@ -3976,7 +4045,7 @@ var enums;
|
|
|
3976
4045
|
})(MessagePlaceholderField = enums.MessagePlaceholderField || (enums.MessagePlaceholderField = {}));
|
|
3977
4046
|
/**
|
|
3978
4047
|
* @name MobileDeviceTypeEnum.MobileDeviceType
|
|
3979
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4048
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/MobileDeviceTypeEnum.MobileDeviceType
|
|
3980
4049
|
*/
|
|
3981
4050
|
let MobileDeviceType;
|
|
3982
4051
|
(function (MobileDeviceType) {
|
|
@@ -3987,7 +4056,7 @@ var enums;
|
|
|
3987
4056
|
})(MobileDeviceType = enums.MobileDeviceType || (enums.MobileDeviceType = {}));
|
|
3988
4057
|
/**
|
|
3989
4058
|
* @name NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
3990
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4059
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/NegativeGeoTargetTypeEnum.NegativeGeoTargetType
|
|
3991
4060
|
*/
|
|
3992
4061
|
let NegativeGeoTargetType;
|
|
3993
4062
|
(function (NegativeGeoTargetType) {
|
|
@@ -3998,7 +4067,7 @@ var enums;
|
|
|
3998
4067
|
})(NegativeGeoTargetType = enums.NegativeGeoTargetType || (enums.NegativeGeoTargetType = {}));
|
|
3999
4068
|
/**
|
|
4000
4069
|
* @name OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
4001
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4070
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason
|
|
4002
4071
|
*/
|
|
4003
4072
|
let OfflineUserDataJobFailureReason;
|
|
4004
4073
|
(function (OfflineUserDataJobFailureReason) {
|
|
@@ -4012,7 +4081,7 @@ var enums;
|
|
|
4012
4081
|
})(OfflineUserDataJobFailureReason = enums.OfflineUserDataJobFailureReason || (enums.OfflineUserDataJobFailureReason = {}));
|
|
4013
4082
|
/**
|
|
4014
4083
|
* @name OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
4015
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4084
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
|
|
4016
4085
|
*/
|
|
4017
4086
|
let OfflineUserDataJobMatchRateRange;
|
|
4018
4087
|
(function (OfflineUserDataJobMatchRateRange) {
|
|
@@ -4030,7 +4099,7 @@ var enums;
|
|
|
4030
4099
|
})(OfflineUserDataJobMatchRateRange = enums.OfflineUserDataJobMatchRateRange || (enums.OfflineUserDataJobMatchRateRange = {}));
|
|
4031
4100
|
/**
|
|
4032
4101
|
* @name OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
4033
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4102
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus
|
|
4034
4103
|
*/
|
|
4035
4104
|
let OfflineUserDataJobStatus;
|
|
4036
4105
|
(function (OfflineUserDataJobStatus) {
|
|
@@ -4043,7 +4112,7 @@ var enums;
|
|
|
4043
4112
|
})(OfflineUserDataJobStatus = enums.OfflineUserDataJobStatus || (enums.OfflineUserDataJobStatus = {}));
|
|
4044
4113
|
/**
|
|
4045
4114
|
* @name OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
4046
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4115
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/OfflineUserDataJobTypeEnum.OfflineUserDataJobType
|
|
4047
4116
|
*/
|
|
4048
4117
|
let OfflineUserDataJobType;
|
|
4049
4118
|
(function (OfflineUserDataJobType) {
|
|
@@ -4056,7 +4125,7 @@ var enums;
|
|
|
4056
4125
|
})(OfflineUserDataJobType = enums.OfflineUserDataJobType || (enums.OfflineUserDataJobType = {}));
|
|
4057
4126
|
/**
|
|
4058
4127
|
* @name OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
4059
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4128
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType
|
|
4060
4129
|
*/
|
|
4061
4130
|
let OperatingSystemVersionOperatorType;
|
|
4062
4131
|
(function (OperatingSystemVersionOperatorType) {
|
|
@@ -4067,7 +4136,7 @@ var enums;
|
|
|
4067
4136
|
})(OperatingSystemVersionOperatorType = enums.OperatingSystemVersionOperatorType || (enums.OperatingSystemVersionOperatorType = {}));
|
|
4068
4137
|
/**
|
|
4069
4138
|
* @name OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4070
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4139
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/OptimizationGoalTypeEnum.OptimizationGoalType
|
|
4071
4140
|
*/
|
|
4072
4141
|
let OptimizationGoalType;
|
|
4073
4142
|
(function (OptimizationGoalType) {
|
|
@@ -4079,7 +4148,7 @@ var enums;
|
|
|
4079
4148
|
})(OptimizationGoalType = enums.OptimizationGoalType || (enums.OptimizationGoalType = {}));
|
|
4080
4149
|
/**
|
|
4081
4150
|
* @name PaymentModeEnum.PaymentMode
|
|
4082
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4151
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PaymentModeEnum.PaymentMode
|
|
4083
4152
|
*/
|
|
4084
4153
|
let PaymentMode;
|
|
4085
4154
|
(function (PaymentMode) {
|
|
@@ -4092,7 +4161,7 @@ var enums;
|
|
|
4092
4161
|
})(PaymentMode = enums.PaymentMode || (enums.PaymentMode = {}));
|
|
4093
4162
|
/**
|
|
4094
4163
|
* @name PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4095
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4164
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus
|
|
4096
4165
|
*/
|
|
4097
4166
|
let PerformanceMaxUpgradeStatus;
|
|
4098
4167
|
(function (PerformanceMaxUpgradeStatus) {
|
|
@@ -4105,7 +4174,7 @@ var enums;
|
|
|
4105
4174
|
})(PerformanceMaxUpgradeStatus = enums.PerformanceMaxUpgradeStatus || (enums.PerformanceMaxUpgradeStatus = {}));
|
|
4106
4175
|
/**
|
|
4107
4176
|
* @name PlacementTypeEnum.PlacementType
|
|
4108
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4177
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PlacementTypeEnum.PlacementType
|
|
4109
4178
|
*/
|
|
4110
4179
|
let PlacementType;
|
|
4111
4180
|
(function (PlacementType) {
|
|
@@ -4116,10 +4185,11 @@ var enums;
|
|
|
4116
4185
|
PlacementType[PlacementType["MOBILE_APPLICATION"] = 4] = "MOBILE_APPLICATION";
|
|
4117
4186
|
PlacementType[PlacementType["YOUTUBE_VIDEO"] = 5] = "YOUTUBE_VIDEO";
|
|
4118
4187
|
PlacementType[PlacementType["YOUTUBE_CHANNEL"] = 6] = "YOUTUBE_CHANNEL";
|
|
4188
|
+
PlacementType[PlacementType["GOOGLE_PRODUCTS"] = 7] = "GOOGLE_PRODUCTS";
|
|
4119
4189
|
})(PlacementType = enums.PlacementType || (enums.PlacementType = {}));
|
|
4120
4190
|
/**
|
|
4121
4191
|
* @name PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4122
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4192
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
|
|
4123
4193
|
*/
|
|
4124
4194
|
let PositiveGeoTargetType;
|
|
4125
4195
|
(function (PositiveGeoTargetType) {
|
|
@@ -4131,7 +4201,7 @@ var enums;
|
|
|
4131
4201
|
})(PositiveGeoTargetType = enums.PositiveGeoTargetType || (enums.PositiveGeoTargetType = {}));
|
|
4132
4202
|
/**
|
|
4133
4203
|
* @name PricePlaceholderFieldEnum.PricePlaceholderField
|
|
4134
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4204
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PricePlaceholderFieldEnum.PricePlaceholderField
|
|
4135
4205
|
*/
|
|
4136
4206
|
let PricePlaceholderField;
|
|
4137
4207
|
(function (PricePlaceholderField) {
|
|
@@ -4193,7 +4263,7 @@ var enums;
|
|
|
4193
4263
|
})(PricePlaceholderField = enums.PricePlaceholderField || (enums.PricePlaceholderField = {}));
|
|
4194
4264
|
/**
|
|
4195
4265
|
* @name ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus
|
|
4196
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4266
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus
|
|
4197
4267
|
*/
|
|
4198
4268
|
let ProductBiddingCategoryStatus;
|
|
4199
4269
|
(function (ProductBiddingCategoryStatus) {
|
|
@@ -4204,7 +4274,7 @@ var enums;
|
|
|
4204
4274
|
})(ProductBiddingCategoryStatus = enums.ProductBiddingCategoryStatus || (enums.ProductBiddingCategoryStatus = {}));
|
|
4205
4275
|
/**
|
|
4206
4276
|
* @name PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
4207
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4277
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/PromotionPlaceholderFieldEnum.PromotionPlaceholderField
|
|
4208
4278
|
*/
|
|
4209
4279
|
let PromotionPlaceholderField;
|
|
4210
4280
|
(function (PromotionPlaceholderField) {
|
|
@@ -4227,7 +4297,7 @@ var enums;
|
|
|
4227
4297
|
})(PromotionPlaceholderField = enums.PromotionPlaceholderField || (enums.PromotionPlaceholderField = {}));
|
|
4228
4298
|
/**
|
|
4229
4299
|
* @name ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4230
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4300
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ReachPlanAgeRangeEnum.ReachPlanAgeRange
|
|
4231
4301
|
*/
|
|
4232
4302
|
let ReachPlanAgeRange;
|
|
4233
4303
|
(function (ReachPlanAgeRange) {
|
|
@@ -4262,7 +4332,7 @@ var enums;
|
|
|
4262
4332
|
})(ReachPlanAgeRange = enums.ReachPlanAgeRange || (enums.ReachPlanAgeRange = {}));
|
|
4263
4333
|
/**
|
|
4264
4334
|
* @name ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4265
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4335
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ReachPlanNetworkEnum.ReachPlanNetwork
|
|
4266
4336
|
*/
|
|
4267
4337
|
let ReachPlanNetwork;
|
|
4268
4338
|
(function (ReachPlanNetwork) {
|
|
@@ -4274,7 +4344,7 @@ var enums;
|
|
|
4274
4344
|
})(ReachPlanNetwork = enums.ReachPlanNetwork || (enums.ReachPlanNetwork = {}));
|
|
4275
4345
|
/**
|
|
4276
4346
|
* @name RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
4277
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4347
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField
|
|
4278
4348
|
*/
|
|
4279
4349
|
let RealEstatePlaceholderField;
|
|
4280
4350
|
(function (RealEstatePlaceholderField) {
|
|
@@ -4301,7 +4371,7 @@ var enums;
|
|
|
4301
4371
|
})(RealEstatePlaceholderField = enums.RealEstatePlaceholderField || (enums.RealEstatePlaceholderField = {}));
|
|
4302
4372
|
/**
|
|
4303
4373
|
* @name ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4304
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4374
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ResourceChangeOperationEnum.ResourceChangeOperation
|
|
4305
4375
|
*/
|
|
4306
4376
|
let ResourceChangeOperation;
|
|
4307
4377
|
(function (ResourceChangeOperation) {
|
|
@@ -4313,7 +4383,7 @@ var enums;
|
|
|
4313
4383
|
})(ResourceChangeOperation = enums.ResourceChangeOperation || (enums.ResourceChangeOperation = {}));
|
|
4314
4384
|
/**
|
|
4315
4385
|
* @name ResourceLimitTypeEnum.ResourceLimitType
|
|
4316
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4386
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ResourceLimitTypeEnum.ResourceLimitType
|
|
4317
4387
|
*/
|
|
4318
4388
|
let ResourceLimitType;
|
|
4319
4389
|
(function (ResourceLimitType) {
|
|
@@ -4420,6 +4490,8 @@ var enums;
|
|
|
4420
4490
|
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_TRAVEL_ASSET_SET"] = 172] = "ASSETS_PER_DYNAMIC_TRAVEL_ASSET_SET";
|
|
4421
4491
|
ResourceLimitType[ResourceLimitType["DYNAMIC_JOBS_ASSET_SETS_PER_CUSTOMER"] = 173] = "DYNAMIC_JOBS_ASSET_SETS_PER_CUSTOMER";
|
|
4422
4492
|
ResourceLimitType[ResourceLimitType["ASSETS_PER_DYNAMIC_JOBS_ASSET_SET"] = 174] = "ASSETS_PER_DYNAMIC_JOBS_ASSET_SET";
|
|
4493
|
+
ResourceLimitType[ResourceLimitType["BUSINESS_NAME_CAMPAIGN_ASSETS_PER_CAMPAIGN"] = 179] = "BUSINESS_NAME_CAMPAIGN_ASSETS_PER_CAMPAIGN";
|
|
4494
|
+
ResourceLimitType[ResourceLimitType["BUSINESS_LOGO_CAMPAIGN_ASSETS_PER_CAMPAIGN"] = 180] = "BUSINESS_LOGO_CAMPAIGN_ASSETS_PER_CAMPAIGN";
|
|
4423
4495
|
ResourceLimitType[ResourceLimitType["VERSIONS_PER_AD"] = 82] = "VERSIONS_PER_AD";
|
|
4424
4496
|
ResourceLimitType[ResourceLimitType["USER_FEEDS_PER_CUSTOMER"] = 90] = "USER_FEEDS_PER_CUSTOMER";
|
|
4425
4497
|
ResourceLimitType[ResourceLimitType["SYSTEM_FEEDS_PER_CUSTOMER"] = 91] = "SYSTEM_FEEDS_PER_CUSTOMER";
|
|
@@ -4451,10 +4523,12 @@ var enums;
|
|
|
4451
4523
|
ResourceLimitType[ResourceLimitType["BATCH_JOB_OPERATIONS_PER_JOB"] = 130] = "BATCH_JOB_OPERATIONS_PER_JOB";
|
|
4452
4524
|
ResourceLimitType[ResourceLimitType["BATCH_JOBS_PER_CUSTOMER"] = 131] = "BATCH_JOBS_PER_CUSTOMER";
|
|
4453
4525
|
ResourceLimitType[ResourceLimitType["HOTEL_CHECK_IN_DATE_RANGE_BID_MODIFIERS_PER_AD_GROUP"] = 132] = "HOTEL_CHECK_IN_DATE_RANGE_BID_MODIFIERS_PER_AD_GROUP";
|
|
4526
|
+
ResourceLimitType[ResourceLimitType["ENABLED_ASSET_PER_HOTEL_PROPERTY_ASSET_SET"] = 181] = "ENABLED_ASSET_PER_HOTEL_PROPERTY_ASSET_SET";
|
|
4527
|
+
ResourceLimitType[ResourceLimitType["ENABLED_HOTEL_PROPERTY_ASSET_LINKS_PER_ASSET_GROUP"] = 182] = "ENABLED_HOTEL_PROPERTY_ASSET_LINKS_PER_ASSET_GROUP";
|
|
4454
4528
|
})(ResourceLimitType = enums.ResourceLimitType || (enums.ResourceLimitType = {}));
|
|
4455
4529
|
/**
|
|
4456
4530
|
* @name ResponseContentTypeEnum.ResponseContentType
|
|
4457
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4531
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ResponseContentTypeEnum.ResponseContentType
|
|
4458
4532
|
*/
|
|
4459
4533
|
let ResponseContentType;
|
|
4460
4534
|
(function (ResponseContentType) {
|
|
@@ -4464,7 +4538,7 @@ var enums;
|
|
|
4464
4538
|
})(ResponseContentType = enums.ResponseContentType || (enums.ResponseContentType = {}));
|
|
4465
4539
|
/**
|
|
4466
4540
|
* @name SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
4467
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4541
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SearchTermTargetingStatusEnum.SearchTermTargetingStatus
|
|
4468
4542
|
*/
|
|
4469
4543
|
let SearchTermTargetingStatus;
|
|
4470
4544
|
(function (SearchTermTargetingStatus) {
|
|
@@ -4477,7 +4551,7 @@ var enums;
|
|
|
4477
4551
|
})(SearchTermTargetingStatus = enums.SearchTermTargetingStatus || (enums.SearchTermTargetingStatus = {}));
|
|
4478
4552
|
/**
|
|
4479
4553
|
* @name SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4480
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4554
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SeasonalityEventScopeEnum.SeasonalityEventScope
|
|
4481
4555
|
*/
|
|
4482
4556
|
let SeasonalityEventScope;
|
|
4483
4557
|
(function (SeasonalityEventScope) {
|
|
@@ -4489,7 +4563,7 @@ var enums;
|
|
|
4489
4563
|
})(SeasonalityEventScope = enums.SeasonalityEventScope || (enums.SeasonalityEventScope = {}));
|
|
4490
4564
|
/**
|
|
4491
4565
|
* @name SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4492
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4566
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SeasonalityEventStatusEnum.SeasonalityEventStatus
|
|
4493
4567
|
*/
|
|
4494
4568
|
let SeasonalityEventStatus;
|
|
4495
4569
|
(function (SeasonalityEventStatus) {
|
|
@@ -4500,7 +4574,7 @@ var enums;
|
|
|
4500
4574
|
})(SeasonalityEventStatus = enums.SeasonalityEventStatus || (enums.SeasonalityEventStatus = {}));
|
|
4501
4575
|
/**
|
|
4502
4576
|
* @name SharedSetStatusEnum.SharedSetStatus
|
|
4503
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4577
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SharedSetStatusEnum.SharedSetStatus
|
|
4504
4578
|
*/
|
|
4505
4579
|
let SharedSetStatus;
|
|
4506
4580
|
(function (SharedSetStatus) {
|
|
@@ -4511,7 +4585,7 @@ var enums;
|
|
|
4511
4585
|
})(SharedSetStatus = enums.SharedSetStatus || (enums.SharedSetStatus = {}));
|
|
4512
4586
|
/**
|
|
4513
4587
|
* @name SharedSetTypeEnum.SharedSetType
|
|
4514
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4588
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SharedSetTypeEnum.SharedSetType
|
|
4515
4589
|
*/
|
|
4516
4590
|
let SharedSetType;
|
|
4517
4591
|
(function (SharedSetType) {
|
|
@@ -4522,7 +4596,7 @@ var enums;
|
|
|
4522
4596
|
})(SharedSetType = enums.SharedSetType || (enums.SharedSetType = {}));
|
|
4523
4597
|
/**
|
|
4524
4598
|
* @name SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4525
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4599
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SimulationModificationMethodEnum.SimulationModificationMethod
|
|
4526
4600
|
*/
|
|
4527
4601
|
let SimulationModificationMethod;
|
|
4528
4602
|
(function (SimulationModificationMethod) {
|
|
@@ -4534,7 +4608,7 @@ var enums;
|
|
|
4534
4608
|
})(SimulationModificationMethod = enums.SimulationModificationMethod || (enums.SimulationModificationMethod = {}));
|
|
4535
4609
|
/**
|
|
4536
4610
|
* @name SimulationTypeEnum.SimulationType
|
|
4537
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4611
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SimulationTypeEnum.SimulationType
|
|
4538
4612
|
*/
|
|
4539
4613
|
let SimulationType;
|
|
4540
4614
|
(function (SimulationType) {
|
|
@@ -4551,7 +4625,7 @@ var enums;
|
|
|
4551
4625
|
})(SimulationType = enums.SimulationType || (enums.SimulationType = {}));
|
|
4552
4626
|
/**
|
|
4553
4627
|
* @name SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
4554
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4628
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField
|
|
4555
4629
|
*/
|
|
4556
4630
|
let SitelinkPlaceholderField;
|
|
4557
4631
|
(function (SitelinkPlaceholderField) {
|
|
@@ -4565,9 +4639,37 @@ var enums;
|
|
|
4565
4639
|
SitelinkPlaceholderField[SitelinkPlaceholderField["TRACKING_URL"] = 7] = "TRACKING_URL";
|
|
4566
4640
|
SitelinkPlaceholderField[SitelinkPlaceholderField["FINAL_URL_SUFFIX"] = 8] = "FINAL_URL_SUFFIX";
|
|
4567
4641
|
})(SitelinkPlaceholderField = enums.SitelinkPlaceholderField || (enums.SitelinkPlaceholderField = {}));
|
|
4642
|
+
/**
|
|
4643
|
+
* @name SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
4644
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason
|
|
4645
|
+
*/
|
|
4646
|
+
let SmartCampaignNotEligibleReason;
|
|
4647
|
+
(function (SmartCampaignNotEligibleReason) {
|
|
4648
|
+
SmartCampaignNotEligibleReason[SmartCampaignNotEligibleReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4649
|
+
SmartCampaignNotEligibleReason[SmartCampaignNotEligibleReason["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4650
|
+
SmartCampaignNotEligibleReason[SmartCampaignNotEligibleReason["ACCOUNT_ISSUE"] = 2] = "ACCOUNT_ISSUE";
|
|
4651
|
+
SmartCampaignNotEligibleReason[SmartCampaignNotEligibleReason["BILLING_ISSUE"] = 3] = "BILLING_ISSUE";
|
|
4652
|
+
SmartCampaignNotEligibleReason[SmartCampaignNotEligibleReason["BUSINESS_PROFILE_LOCATION_REMOVED"] = 4] = "BUSINESS_PROFILE_LOCATION_REMOVED";
|
|
4653
|
+
SmartCampaignNotEligibleReason[SmartCampaignNotEligibleReason["ALL_ADS_DISAPPROVED"] = 5] = "ALL_ADS_DISAPPROVED";
|
|
4654
|
+
})(SmartCampaignNotEligibleReason = enums.SmartCampaignNotEligibleReason || (enums.SmartCampaignNotEligibleReason = {}));
|
|
4655
|
+
/**
|
|
4656
|
+
* @name SmartCampaignStatusEnum.SmartCampaignStatus
|
|
4657
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SmartCampaignStatusEnum.SmartCampaignStatus
|
|
4658
|
+
*/
|
|
4659
|
+
let SmartCampaignStatus;
|
|
4660
|
+
(function (SmartCampaignStatus) {
|
|
4661
|
+
SmartCampaignStatus[SmartCampaignStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
4662
|
+
SmartCampaignStatus[SmartCampaignStatus["UNKNOWN"] = 1] = "UNKNOWN";
|
|
4663
|
+
SmartCampaignStatus[SmartCampaignStatus["PAUSED"] = 2] = "PAUSED";
|
|
4664
|
+
SmartCampaignStatus[SmartCampaignStatus["NOT_ELIGIBLE"] = 3] = "NOT_ELIGIBLE";
|
|
4665
|
+
SmartCampaignStatus[SmartCampaignStatus["PENDING"] = 4] = "PENDING";
|
|
4666
|
+
SmartCampaignStatus[SmartCampaignStatus["ELIGIBLE"] = 5] = "ELIGIBLE";
|
|
4667
|
+
SmartCampaignStatus[SmartCampaignStatus["REMOVED"] = 6] = "REMOVED";
|
|
4668
|
+
SmartCampaignStatus[SmartCampaignStatus["ENDED"] = 7] = "ENDED";
|
|
4669
|
+
})(SmartCampaignStatus = enums.SmartCampaignStatus || (enums.SmartCampaignStatus = {}));
|
|
4568
4670
|
/**
|
|
4569
4671
|
* @name SpendingLimitTypeEnum.SpendingLimitType
|
|
4570
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4672
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SpendingLimitTypeEnum.SpendingLimitType
|
|
4571
4673
|
*/
|
|
4572
4674
|
let SpendingLimitType;
|
|
4573
4675
|
(function (SpendingLimitType) {
|
|
@@ -4577,7 +4679,7 @@ var enums;
|
|
|
4577
4679
|
})(SpendingLimitType = enums.SpendingLimitType || (enums.SpendingLimitType = {}));
|
|
4578
4680
|
/**
|
|
4579
4681
|
* @name StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
4580
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4682
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField
|
|
4581
4683
|
*/
|
|
4582
4684
|
let StructuredSnippetPlaceholderField;
|
|
4583
4685
|
(function (StructuredSnippetPlaceholderField) {
|
|
@@ -4588,7 +4690,7 @@ var enums;
|
|
|
4588
4690
|
})(StructuredSnippetPlaceholderField = enums.StructuredSnippetPlaceholderField || (enums.StructuredSnippetPlaceholderField = {}));
|
|
4589
4691
|
/**
|
|
4590
4692
|
* @name SummaryRowSettingEnum.SummaryRowSetting
|
|
4591
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4693
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SummaryRowSettingEnum.SummaryRowSetting
|
|
4592
4694
|
*/
|
|
4593
4695
|
let SummaryRowSetting;
|
|
4594
4696
|
(function (SummaryRowSetting) {
|
|
@@ -4600,7 +4702,7 @@ var enums;
|
|
|
4600
4702
|
})(SummaryRowSetting = enums.SummaryRowSetting || (enums.SummaryRowSetting = {}));
|
|
4601
4703
|
/**
|
|
4602
4704
|
* @name SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4603
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4705
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/SystemManagedResourceSourceEnum.SystemManagedResourceSource
|
|
4604
4706
|
*/
|
|
4605
4707
|
let SystemManagedResourceSource;
|
|
4606
4708
|
(function (SystemManagedResourceSource) {
|
|
@@ -4610,7 +4712,7 @@ var enums;
|
|
|
4610
4712
|
})(SystemManagedResourceSource = enums.SystemManagedResourceSource || (enums.SystemManagedResourceSource = {}));
|
|
4611
4713
|
/**
|
|
4612
4714
|
* @name TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4613
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4715
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal
|
|
4614
4716
|
*/
|
|
4615
4717
|
let TargetCpaOptInRecommendationGoal;
|
|
4616
4718
|
(function (TargetCpaOptInRecommendationGoal) {
|
|
@@ -4623,7 +4725,7 @@ var enums;
|
|
|
4623
4725
|
})(TargetCpaOptInRecommendationGoal = enums.TargetCpaOptInRecommendationGoal || (enums.TargetCpaOptInRecommendationGoal = {}));
|
|
4624
4726
|
/**
|
|
4625
4727
|
* @name TimeTypeEnum.TimeType
|
|
4626
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4728
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/TimeTypeEnum.TimeType
|
|
4627
4729
|
*/
|
|
4628
4730
|
let TimeType;
|
|
4629
4731
|
(function (TimeType) {
|
|
@@ -4634,7 +4736,7 @@ var enums;
|
|
|
4634
4736
|
})(TimeType = enums.TimeType || (enums.TimeType = {}));
|
|
4635
4737
|
/**
|
|
4636
4738
|
* @name TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
4637
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4739
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/TravelPlaceholderFieldEnum.TravelPlaceholderField
|
|
4638
4740
|
*/
|
|
4639
4741
|
let TravelPlaceholderField;
|
|
4640
4742
|
(function (TravelPlaceholderField) {
|
|
@@ -4663,7 +4765,7 @@ var enums;
|
|
|
4663
4765
|
})(TravelPlaceholderField = enums.TravelPlaceholderField || (enums.TravelPlaceholderField = {}));
|
|
4664
4766
|
/**
|
|
4665
4767
|
* @name UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4666
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4768
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType
|
|
4667
4769
|
*/
|
|
4668
4770
|
let UserInterestTaxonomyType;
|
|
4669
4771
|
(function (UserInterestTaxonomyType) {
|
|
@@ -4677,7 +4779,7 @@ var enums;
|
|
|
4677
4779
|
})(UserInterestTaxonomyType = enums.UserInterestTaxonomyType || (enums.UserInterestTaxonomyType = {}));
|
|
4678
4780
|
/**
|
|
4679
4781
|
* @name UserListAccessStatusEnum.UserListAccessStatus
|
|
4680
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4782
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/UserListAccessStatusEnum.UserListAccessStatus
|
|
4681
4783
|
*/
|
|
4682
4784
|
let UserListAccessStatus;
|
|
4683
4785
|
(function (UserListAccessStatus) {
|
|
@@ -4688,7 +4790,7 @@ var enums;
|
|
|
4688
4790
|
})(UserListAccessStatus = enums.UserListAccessStatus || (enums.UserListAccessStatus = {}));
|
|
4689
4791
|
/**
|
|
4690
4792
|
* @name UserListClosingReasonEnum.UserListClosingReason
|
|
4691
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4793
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/UserListClosingReasonEnum.UserListClosingReason
|
|
4692
4794
|
*/
|
|
4693
4795
|
let UserListClosingReason;
|
|
4694
4796
|
(function (UserListClosingReason) {
|
|
@@ -4698,7 +4800,7 @@ var enums;
|
|
|
4698
4800
|
})(UserListClosingReason = enums.UserListClosingReason || (enums.UserListClosingReason = {}));
|
|
4699
4801
|
/**
|
|
4700
4802
|
* @name UserListMembershipStatusEnum.UserListMembershipStatus
|
|
4701
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4803
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/UserListMembershipStatusEnum.UserListMembershipStatus
|
|
4702
4804
|
*/
|
|
4703
4805
|
let UserListMembershipStatus;
|
|
4704
4806
|
(function (UserListMembershipStatus) {
|
|
@@ -4709,7 +4811,7 @@ var enums;
|
|
|
4709
4811
|
})(UserListMembershipStatus = enums.UserListMembershipStatus || (enums.UserListMembershipStatus = {}));
|
|
4710
4812
|
/**
|
|
4711
4813
|
* @name UserListSizeRangeEnum.UserListSizeRange
|
|
4712
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4814
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/UserListSizeRangeEnum.UserListSizeRange
|
|
4713
4815
|
*/
|
|
4714
4816
|
let UserListSizeRange;
|
|
4715
4817
|
(function (UserListSizeRange) {
|
|
@@ -4734,7 +4836,7 @@ var enums;
|
|
|
4734
4836
|
})(UserListSizeRange = enums.UserListSizeRange || (enums.UserListSizeRange = {}));
|
|
4735
4837
|
/**
|
|
4736
4838
|
* @name UserListTypeEnum.UserListType
|
|
4737
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4839
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/UserListTypeEnum.UserListType
|
|
4738
4840
|
*/
|
|
4739
4841
|
let UserListType;
|
|
4740
4842
|
(function (UserListType) {
|
|
@@ -4749,7 +4851,7 @@ var enums;
|
|
|
4749
4851
|
})(UserListType = enums.UserListType || (enums.UserListType = {}));
|
|
4750
4852
|
/**
|
|
4751
4853
|
* @name ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
4752
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4854
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ValueRuleDeviceTypeEnum.ValueRuleDeviceType
|
|
4753
4855
|
*/
|
|
4754
4856
|
let ValueRuleDeviceType;
|
|
4755
4857
|
(function (ValueRuleDeviceType) {
|
|
@@ -4761,7 +4863,7 @@ var enums;
|
|
|
4761
4863
|
})(ValueRuleDeviceType = enums.ValueRuleDeviceType || (enums.ValueRuleDeviceType = {}));
|
|
4762
4864
|
/**
|
|
4763
4865
|
* @name ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
4764
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4866
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType
|
|
4765
4867
|
*/
|
|
4766
4868
|
let ValueRuleGeoLocationMatchType;
|
|
4767
4869
|
(function (ValueRuleGeoLocationMatchType) {
|
|
@@ -4772,7 +4874,7 @@ var enums;
|
|
|
4772
4874
|
})(ValueRuleGeoLocationMatchType = enums.ValueRuleGeoLocationMatchType || (enums.ValueRuleGeoLocationMatchType = {}));
|
|
4773
4875
|
/**
|
|
4774
4876
|
* @name ValueRuleOperationEnum.ValueRuleOperation
|
|
4775
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4877
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ValueRuleOperationEnum.ValueRuleOperation
|
|
4776
4878
|
*/
|
|
4777
4879
|
let ValueRuleOperation;
|
|
4778
4880
|
(function (ValueRuleOperation) {
|
|
@@ -4784,7 +4886,7 @@ var enums;
|
|
|
4784
4886
|
})(ValueRuleOperation = enums.ValueRuleOperation || (enums.ValueRuleOperation = {}));
|
|
4785
4887
|
/**
|
|
4786
4888
|
* @name ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
4787
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4889
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ValueRuleSetAttachmentTypeEnum.ValueRuleSetAttachmentType
|
|
4788
4890
|
*/
|
|
4789
4891
|
let ValueRuleSetAttachmentType;
|
|
4790
4892
|
(function (ValueRuleSetAttachmentType) {
|
|
@@ -4795,7 +4897,7 @@ var enums;
|
|
|
4795
4897
|
})(ValueRuleSetAttachmentType = enums.ValueRuleSetAttachmentType || (enums.ValueRuleSetAttachmentType = {}));
|
|
4796
4898
|
/**
|
|
4797
4899
|
* @name ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
4798
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4900
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/ValueRuleSetDimensionEnum.ValueRuleSetDimension
|
|
4799
4901
|
*/
|
|
4800
4902
|
let ValueRuleSetDimension;
|
|
4801
4903
|
(function (ValueRuleSetDimension) {
|
|
@@ -4808,7 +4910,7 @@ var enums;
|
|
|
4808
4910
|
})(ValueRuleSetDimension = enums.ValueRuleSetDimension || (enums.ValueRuleSetDimension = {}));
|
|
4809
4911
|
/**
|
|
4810
4912
|
* @name VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
4811
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4913
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode
|
|
4812
4914
|
*/
|
|
4813
4915
|
let VanityPharmaDisplayUrlMode;
|
|
4814
4916
|
(function (VanityPharmaDisplayUrlMode) {
|
|
@@ -4819,7 +4921,7 @@ var enums;
|
|
|
4819
4921
|
})(VanityPharmaDisplayUrlMode = enums.VanityPharmaDisplayUrlMode || (enums.VanityPharmaDisplayUrlMode = {}));
|
|
4820
4922
|
/**
|
|
4821
4923
|
* @name VanityPharmaTextEnum.VanityPharmaText
|
|
4822
|
-
* @link https://developers.google.com/google-ads/api/reference/rpc/
|
|
4924
|
+
* @link https://developers.google.com/google-ads/api/reference/rpc/v13/VanityPharmaTextEnum.VanityPharmaText
|
|
4823
4925
|
*/
|
|
4824
4926
|
let VanityPharmaText;
|
|
4825
4927
|
(function (VanityPharmaText) {
|