google-ads-api
Version:
Google Ads API Client Library for Node.js
701 lines • 399 kB
JavaScript
"use strict";
/* Autogenerated File! Do Not Edit */
Object.defineProperty(exports, "__esModule", { value: true });
exports.enums = void 0;
// eslint-disable-next-line
var enums;
(function (enums) {
/**
* @name PolicyTopicEntryTypeEnum.PolicyTopicEntryType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/PolicyTopicEntryTypeEnum.PolicyTopicEntryType
*/
let PolicyTopicEntryType;
(function (PolicyTopicEntryType) {
PolicyTopicEntryType[PolicyTopicEntryType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
PolicyTopicEntryType[PolicyTopicEntryType["UNKNOWN"] = 1] = "UNKNOWN";
PolicyTopicEntryType[PolicyTopicEntryType["PROHIBITED"] = 2] = "PROHIBITED";
PolicyTopicEntryType[PolicyTopicEntryType["LIMITED"] = 4] = "LIMITED";
PolicyTopicEntryType[PolicyTopicEntryType["FULLY_LIMITED"] = 8] = "FULLY_LIMITED";
PolicyTopicEntryType[PolicyTopicEntryType["DESCRIPTIVE"] = 5] = "DESCRIPTIVE";
PolicyTopicEntryType[PolicyTopicEntryType["BROADENING"] = 6] = "BROADENING";
PolicyTopicEntryType[PolicyTopicEntryType["AREA_OF_INTEREST_ONLY"] = 7] = "AREA_OF_INTEREST_ONLY";
})(PolicyTopicEntryType = enums.PolicyTopicEntryType || (enums.PolicyTopicEntryType = {}));
/**
* @name PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType
*/
let PolicyTopicEvidenceDestinationMismatchUrlType;
(function (PolicyTopicEvidenceDestinationMismatchUrlType) {
PolicyTopicEvidenceDestinationMismatchUrlType[PolicyTopicEvidenceDestinationMismatchUrlType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
PolicyTopicEvidenceDestinationMismatchUrlType[PolicyTopicEvidenceDestinationMismatchUrlType["UNKNOWN"] = 1] = "UNKNOWN";
PolicyTopicEvidenceDestinationMismatchUrlType[PolicyTopicEvidenceDestinationMismatchUrlType["DISPLAY_URL"] = 2] = "DISPLAY_URL";
PolicyTopicEvidenceDestinationMismatchUrlType[PolicyTopicEvidenceDestinationMismatchUrlType["FINAL_URL"] = 3] = "FINAL_URL";
PolicyTopicEvidenceDestinationMismatchUrlType[PolicyTopicEvidenceDestinationMismatchUrlType["FINAL_MOBILE_URL"] = 4] = "FINAL_MOBILE_URL";
PolicyTopicEvidenceDestinationMismatchUrlType[PolicyTopicEvidenceDestinationMismatchUrlType["TRACKING_URL"] = 5] = "TRACKING_URL";
PolicyTopicEvidenceDestinationMismatchUrlType[PolicyTopicEvidenceDestinationMismatchUrlType["MOBILE_TRACKING_URL"] = 6] = "MOBILE_TRACKING_URL";
})(PolicyTopicEvidenceDestinationMismatchUrlType = enums.PolicyTopicEvidenceDestinationMismatchUrlType || (enums.PolicyTopicEvidenceDestinationMismatchUrlType = {}));
/**
* @name PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice
*/
let PolicyTopicEvidenceDestinationNotWorkingDevice;
(function (PolicyTopicEvidenceDestinationNotWorkingDevice) {
PolicyTopicEvidenceDestinationNotWorkingDevice[PolicyTopicEvidenceDestinationNotWorkingDevice["UNSPECIFIED"] = 0] = "UNSPECIFIED";
PolicyTopicEvidenceDestinationNotWorkingDevice[PolicyTopicEvidenceDestinationNotWorkingDevice["UNKNOWN"] = 1] = "UNKNOWN";
PolicyTopicEvidenceDestinationNotWorkingDevice[PolicyTopicEvidenceDestinationNotWorkingDevice["DESKTOP"] = 2] = "DESKTOP";
PolicyTopicEvidenceDestinationNotWorkingDevice[PolicyTopicEvidenceDestinationNotWorkingDevice["ANDROID"] = 3] = "ANDROID";
PolicyTopicEvidenceDestinationNotWorkingDevice[PolicyTopicEvidenceDestinationNotWorkingDevice["IOS"] = 4] = "IOS";
})(PolicyTopicEvidenceDestinationNotWorkingDevice = enums.PolicyTopicEvidenceDestinationNotWorkingDevice || (enums.PolicyTopicEvidenceDestinationNotWorkingDevice = {}));
/**
* @name PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType
*/
let PolicyTopicEvidenceDestinationNotWorkingDnsErrorType;
(function (PolicyTopicEvidenceDestinationNotWorkingDnsErrorType) {
PolicyTopicEvidenceDestinationNotWorkingDnsErrorType[PolicyTopicEvidenceDestinationNotWorkingDnsErrorType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
PolicyTopicEvidenceDestinationNotWorkingDnsErrorType[PolicyTopicEvidenceDestinationNotWorkingDnsErrorType["UNKNOWN"] = 1] = "UNKNOWN";
PolicyTopicEvidenceDestinationNotWorkingDnsErrorType[PolicyTopicEvidenceDestinationNotWorkingDnsErrorType["HOSTNAME_NOT_FOUND"] = 2] = "HOSTNAME_NOT_FOUND";
PolicyTopicEvidenceDestinationNotWorkingDnsErrorType[PolicyTopicEvidenceDestinationNotWorkingDnsErrorType["GOOGLE_CRAWLER_DNS_ISSUE"] = 3] = "GOOGLE_CRAWLER_DNS_ISSUE";
})(PolicyTopicEvidenceDestinationNotWorkingDnsErrorType = enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType || (enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType = {}));
/**
* @name AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus
*/
let AssetLinkPrimaryStatus;
(function (AssetLinkPrimaryStatus) {
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["UNKNOWN"] = 1] = "UNKNOWN";
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["ELIGIBLE"] = 2] = "ELIGIBLE";
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["PAUSED"] = 3] = "PAUSED";
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["REMOVED"] = 4] = "REMOVED";
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["PENDING"] = 5] = "PENDING";
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["LIMITED"] = 6] = "LIMITED";
AssetLinkPrimaryStatus[AssetLinkPrimaryStatus["NOT_ELIGIBLE"] = 7] = "NOT_ELIGIBLE";
})(AssetLinkPrimaryStatus = enums.AssetLinkPrimaryStatus || (enums.AssetLinkPrimaryStatus = {}));
/**
* @name AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason
*/
let AssetLinkPrimaryStatusReason;
(function (AssetLinkPrimaryStatusReason) {
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["UNKNOWN"] = 1] = "UNKNOWN";
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["ASSET_LINK_PAUSED"] = 2] = "ASSET_LINK_PAUSED";
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["ASSET_LINK_REMOVED"] = 3] = "ASSET_LINK_REMOVED";
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["ASSET_DISAPPROVED"] = 4] = "ASSET_DISAPPROVED";
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["ASSET_UNDER_REVIEW"] = 5] = "ASSET_UNDER_REVIEW";
AssetLinkPrimaryStatusReason[AssetLinkPrimaryStatusReason["ASSET_APPROVED_LABELED"] = 6] = "ASSET_APPROVED_LABELED";
})(AssetLinkPrimaryStatusReason = enums.AssetLinkPrimaryStatusReason || (enums.AssetLinkPrimaryStatusReason = {}));
/**
* @name AssetOfflineEvaluationErrorReasonsEnum.AssetOfflineEvaluationErrorReasons
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/AssetOfflineEvaluationErrorReasonsEnum.AssetOfflineEvaluationErrorReasons
*/
let AssetOfflineEvaluationErrorReasons;
(function (AssetOfflineEvaluationErrorReasons) {
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["UNSPECIFIED"] = 0] = "UNSPECIFIED";
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["UNKNOWN"] = 1] = "UNKNOWN";
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["PRICE_ASSET_DESCRIPTION_REPEATS_ROW_HEADER"] = 2] = "PRICE_ASSET_DESCRIPTION_REPEATS_ROW_HEADER";
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["PRICE_ASSET_REPETITIVE_HEADERS"] = 3] = "PRICE_ASSET_REPETITIVE_HEADERS";
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["PRICE_ASSET_HEADER_INCOMPATIBLE_WITH_PRICE_TYPE"] = 4] = "PRICE_ASSET_HEADER_INCOMPATIBLE_WITH_PRICE_TYPE";
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["PRICE_ASSET_DESCRIPTION_INCOMPATIBLE_WITH_ITEM_HEADER"] = 5] = "PRICE_ASSET_DESCRIPTION_INCOMPATIBLE_WITH_ITEM_HEADER";
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["PRICE_ASSET_DESCRIPTION_HAS_PRICE_QUALIFIER"] = 6] = "PRICE_ASSET_DESCRIPTION_HAS_PRICE_QUALIFIER";
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["PRICE_ASSET_UNSUPPORTED_LANGUAGE"] = 7] = "PRICE_ASSET_UNSUPPORTED_LANGUAGE";
AssetOfflineEvaluationErrorReasons[AssetOfflineEvaluationErrorReasons["PRICE_ASSET_OTHER_ERROR"] = 8] = "PRICE_ASSET_OTHER_ERROR";
})(AssetOfflineEvaluationErrorReasons = enums.AssetOfflineEvaluationErrorReasons || (enums.AssetOfflineEvaluationErrorReasons = {}));
/**
* @name PolicyApprovalStatusEnum.PolicyApprovalStatus
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/PolicyApprovalStatusEnum.PolicyApprovalStatus
*/
let PolicyApprovalStatus;
(function (PolicyApprovalStatus) {
PolicyApprovalStatus[PolicyApprovalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
PolicyApprovalStatus[PolicyApprovalStatus["UNKNOWN"] = 1] = "UNKNOWN";
PolicyApprovalStatus[PolicyApprovalStatus["DISAPPROVED"] = 2] = "DISAPPROVED";
PolicyApprovalStatus[PolicyApprovalStatus["APPROVED_LIMITED"] = 3] = "APPROVED_LIMITED";
PolicyApprovalStatus[PolicyApprovalStatus["APPROVED"] = 4] = "APPROVED";
PolicyApprovalStatus[PolicyApprovalStatus["AREA_OF_INTEREST_ONLY"] = 5] = "AREA_OF_INTEREST_ONLY";
})(PolicyApprovalStatus = enums.PolicyApprovalStatus || (enums.PolicyApprovalStatus = {}));
/**
* @name PolicyReviewStatusEnum.PolicyReviewStatus
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/PolicyReviewStatusEnum.PolicyReviewStatus
*/
let PolicyReviewStatus;
(function (PolicyReviewStatus) {
PolicyReviewStatus[PolicyReviewStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
PolicyReviewStatus[PolicyReviewStatus["UNKNOWN"] = 1] = "UNKNOWN";
PolicyReviewStatus[PolicyReviewStatus["REVIEW_IN_PROGRESS"] = 2] = "REVIEW_IN_PROGRESS";
PolicyReviewStatus[PolicyReviewStatus["REVIEWED"] = 3] = "REVIEWED";
PolicyReviewStatus[PolicyReviewStatus["UNDER_APPEAL"] = 4] = "UNDER_APPEAL";
PolicyReviewStatus[PolicyReviewStatus["ELIGIBLE_MAY_SERVE"] = 5] = "ELIGIBLE_MAY_SERVE";
})(PolicyReviewStatus = enums.PolicyReviewStatus || (enums.PolicyReviewStatus = {}));
/**
* @name AssetPerformanceLabelEnum.AssetPerformanceLabel
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/AssetPerformanceLabelEnum.AssetPerformanceLabel
*/
let AssetPerformanceLabel;
(function (AssetPerformanceLabel) {
AssetPerformanceLabel[AssetPerformanceLabel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
AssetPerformanceLabel[AssetPerformanceLabel["UNKNOWN"] = 1] = "UNKNOWN";
AssetPerformanceLabel[AssetPerformanceLabel["PENDING"] = 2] = "PENDING";
AssetPerformanceLabel[AssetPerformanceLabel["LEARNING"] = 3] = "LEARNING";
AssetPerformanceLabel[AssetPerformanceLabel["LOW"] = 4] = "LOW";
AssetPerformanceLabel[AssetPerformanceLabel["GOOD"] = 5] = "GOOD";
AssetPerformanceLabel[AssetPerformanceLabel["BEST"] = 6] = "BEST";
})(AssetPerformanceLabel = enums.AssetPerformanceLabel || (enums.AssetPerformanceLabel = {}));
/**
* @name ServedAssetFieldTypeEnum.ServedAssetFieldType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/ServedAssetFieldTypeEnum.ServedAssetFieldType
*/
let ServedAssetFieldType;
(function (ServedAssetFieldType) {
ServedAssetFieldType[ServedAssetFieldType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
ServedAssetFieldType[ServedAssetFieldType["UNKNOWN"] = 1] = "UNKNOWN";
ServedAssetFieldType[ServedAssetFieldType["HEADLINE_1"] = 2] = "HEADLINE_1";
ServedAssetFieldType[ServedAssetFieldType["HEADLINE_2"] = 3] = "HEADLINE_2";
ServedAssetFieldType[ServedAssetFieldType["HEADLINE_3"] = 4] = "HEADLINE_3";
ServedAssetFieldType[ServedAssetFieldType["DESCRIPTION_1"] = 5] = "DESCRIPTION_1";
ServedAssetFieldType[ServedAssetFieldType["DESCRIPTION_2"] = 6] = "DESCRIPTION_2";
ServedAssetFieldType[ServedAssetFieldType["HEADLINE"] = 7] = "HEADLINE";
ServedAssetFieldType[ServedAssetFieldType["HEADLINE_IN_PORTRAIT"] = 8] = "HEADLINE_IN_PORTRAIT";
ServedAssetFieldType[ServedAssetFieldType["LONG_HEADLINE"] = 9] = "LONG_HEADLINE";
ServedAssetFieldType[ServedAssetFieldType["DESCRIPTION"] = 10] = "DESCRIPTION";
ServedAssetFieldType[ServedAssetFieldType["DESCRIPTION_IN_PORTRAIT"] = 11] = "DESCRIPTION_IN_PORTRAIT";
ServedAssetFieldType[ServedAssetFieldType["BUSINESS_NAME_IN_PORTRAIT"] = 12] = "BUSINESS_NAME_IN_PORTRAIT";
ServedAssetFieldType[ServedAssetFieldType["BUSINESS_NAME"] = 13] = "BUSINESS_NAME";
ServedAssetFieldType[ServedAssetFieldType["MARKETING_IMAGE"] = 14] = "MARKETING_IMAGE";
ServedAssetFieldType[ServedAssetFieldType["MARKETING_IMAGE_IN_PORTRAIT"] = 15] = "MARKETING_IMAGE_IN_PORTRAIT";
ServedAssetFieldType[ServedAssetFieldType["SQUARE_MARKETING_IMAGE"] = 16] = "SQUARE_MARKETING_IMAGE";
ServedAssetFieldType[ServedAssetFieldType["PORTRAIT_MARKETING_IMAGE"] = 17] = "PORTRAIT_MARKETING_IMAGE";
ServedAssetFieldType[ServedAssetFieldType["LOGO"] = 18] = "LOGO";
ServedAssetFieldType[ServedAssetFieldType["LANDSCAPE_LOGO"] = 19] = "LANDSCAPE_LOGO";
ServedAssetFieldType[ServedAssetFieldType["CALL_TO_ACTION"] = 20] = "CALL_TO_ACTION";
ServedAssetFieldType[ServedAssetFieldType["YOU_TUBE_VIDEO"] = 21] = "YOU_TUBE_VIDEO";
ServedAssetFieldType[ServedAssetFieldType["SITELINK"] = 22] = "SITELINK";
ServedAssetFieldType[ServedAssetFieldType["CALL"] = 23] = "CALL";
ServedAssetFieldType[ServedAssetFieldType["MOBILE_APP"] = 24] = "MOBILE_APP";
ServedAssetFieldType[ServedAssetFieldType["CALLOUT"] = 25] = "CALLOUT";
ServedAssetFieldType[ServedAssetFieldType["STRUCTURED_SNIPPET"] = 26] = "STRUCTURED_SNIPPET";
ServedAssetFieldType[ServedAssetFieldType["PRICE"] = 27] = "PRICE";
ServedAssetFieldType[ServedAssetFieldType["PROMOTION"] = 28] = "PROMOTION";
ServedAssetFieldType[ServedAssetFieldType["AD_IMAGE"] = 29] = "AD_IMAGE";
ServedAssetFieldType[ServedAssetFieldType["LEAD_FORM"] = 30] = "LEAD_FORM";
ServedAssetFieldType[ServedAssetFieldType["BUSINESS_LOGO"] = 31] = "BUSINESS_LOGO";
})(ServedAssetFieldType = enums.ServedAssetFieldType || (enums.ServedAssetFieldType = {}));
/**
* @name CallConversionReportingStateEnum.CallConversionReportingState
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/CallConversionReportingStateEnum.CallConversionReportingState
*/
let CallConversionReportingState;
(function (CallConversionReportingState) {
CallConversionReportingState[CallConversionReportingState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
CallConversionReportingState[CallConversionReportingState["UNKNOWN"] = 1] = "UNKNOWN";
CallConversionReportingState[CallConversionReportingState["DISABLED"] = 2] = "DISABLED";
CallConversionReportingState[CallConversionReportingState["USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION"] = 3] = "USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION";
CallConversionReportingState[CallConversionReportingState["USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION"] = 4] = "USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION";
})(CallConversionReportingState = enums.CallConversionReportingState || (enums.CallConversionReportingState = {}));
/**
* @name DisplayAdFormatSettingEnum.DisplayAdFormatSetting
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/DisplayAdFormatSettingEnum.DisplayAdFormatSetting
*/
let DisplayAdFormatSetting;
(function (DisplayAdFormatSetting) {
DisplayAdFormatSetting[DisplayAdFormatSetting["UNSPECIFIED"] = 0] = "UNSPECIFIED";
DisplayAdFormatSetting[DisplayAdFormatSetting["UNKNOWN"] = 1] = "UNKNOWN";
DisplayAdFormatSetting[DisplayAdFormatSetting["ALL_FORMATS"] = 2] = "ALL_FORMATS";
DisplayAdFormatSetting[DisplayAdFormatSetting["NON_NATIVE"] = 3] = "NON_NATIVE";
DisplayAdFormatSetting[DisplayAdFormatSetting["NATIVE"] = 4] = "NATIVE";
})(DisplayAdFormatSetting = enums.DisplayAdFormatSetting || (enums.DisplayAdFormatSetting = {}));
/**
* @name DisplayUploadProductTypeEnum.DisplayUploadProductType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/DisplayUploadProductTypeEnum.DisplayUploadProductType
*/
let DisplayUploadProductType;
(function (DisplayUploadProductType) {
DisplayUploadProductType[DisplayUploadProductType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
DisplayUploadProductType[DisplayUploadProductType["UNKNOWN"] = 1] = "UNKNOWN";
DisplayUploadProductType[DisplayUploadProductType["HTML5_UPLOAD_AD"] = 2] = "HTML5_UPLOAD_AD";
DisplayUploadProductType[DisplayUploadProductType["DYNAMIC_HTML5_EDUCATION_AD"] = 3] = "DYNAMIC_HTML5_EDUCATION_AD";
DisplayUploadProductType[DisplayUploadProductType["DYNAMIC_HTML5_FLIGHT_AD"] = 4] = "DYNAMIC_HTML5_FLIGHT_AD";
DisplayUploadProductType[DisplayUploadProductType["DYNAMIC_HTML5_HOTEL_RENTAL_AD"] = 5] = "DYNAMIC_HTML5_HOTEL_RENTAL_AD";
DisplayUploadProductType[DisplayUploadProductType["DYNAMIC_HTML5_JOB_AD"] = 6] = "DYNAMIC_HTML5_JOB_AD";
DisplayUploadProductType[DisplayUploadProductType["DYNAMIC_HTML5_LOCAL_AD"] = 7] = "DYNAMIC_HTML5_LOCAL_AD";
DisplayUploadProductType[DisplayUploadProductType["DYNAMIC_HTML5_REAL_ESTATE_AD"] = 8] = "DYNAMIC_HTML5_REAL_ESTATE_AD";
DisplayUploadProductType[DisplayUploadProductType["DYNAMIC_HTML5_CUSTOM_AD"] = 9] = "DYNAMIC_HTML5_CUSTOM_AD";
DisplayUploadProductType[DisplayUploadProductType["DYNAMIC_HTML5_TRAVEL_AD"] = 10] = "DYNAMIC_HTML5_TRAVEL_AD";
DisplayUploadProductType[DisplayUploadProductType["DYNAMIC_HTML5_HOTEL_AD"] = 11] = "DYNAMIC_HTML5_HOTEL_AD";
})(DisplayUploadProductType = enums.DisplayUploadProductType || (enums.DisplayUploadProductType = {}));
/**
* @name LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore
*/
let LegacyAppInstallAdAppStore;
(function (LegacyAppInstallAdAppStore) {
LegacyAppInstallAdAppStore[LegacyAppInstallAdAppStore["UNSPECIFIED"] = 0] = "UNSPECIFIED";
LegacyAppInstallAdAppStore[LegacyAppInstallAdAppStore["UNKNOWN"] = 1] = "UNKNOWN";
LegacyAppInstallAdAppStore[LegacyAppInstallAdAppStore["APPLE_APP_STORE"] = 2] = "APPLE_APP_STORE";
LegacyAppInstallAdAppStore[LegacyAppInstallAdAppStore["GOOGLE_PLAY"] = 3] = "GOOGLE_PLAY";
LegacyAppInstallAdAppStore[LegacyAppInstallAdAppStore["WINDOWS_STORE"] = 4] = "WINDOWS_STORE";
LegacyAppInstallAdAppStore[LegacyAppInstallAdAppStore["WINDOWS_PHONE_STORE"] = 5] = "WINDOWS_PHONE_STORE";
LegacyAppInstallAdAppStore[LegacyAppInstallAdAppStore["CN_APP_STORE"] = 6] = "CN_APP_STORE";
})(LegacyAppInstallAdAppStore = enums.LegacyAppInstallAdAppStore || (enums.LegacyAppInstallAdAppStore = {}));
/**
* @name MimeTypeEnum.MimeType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/MimeTypeEnum.MimeType
*/
let MimeType;
(function (MimeType) {
MimeType[MimeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
MimeType[MimeType["UNKNOWN"] = 1] = "UNKNOWN";
MimeType[MimeType["IMAGE_JPEG"] = 2] = "IMAGE_JPEG";
MimeType[MimeType["IMAGE_GIF"] = 3] = "IMAGE_GIF";
MimeType[MimeType["IMAGE_PNG"] = 4] = "IMAGE_PNG";
MimeType[MimeType["FLASH"] = 5] = "FLASH";
MimeType[MimeType["TEXT_HTML"] = 6] = "TEXT_HTML";
MimeType[MimeType["PDF"] = 7] = "PDF";
MimeType[MimeType["MSWORD"] = 8] = "MSWORD";
MimeType[MimeType["MSEXCEL"] = 9] = "MSEXCEL";
MimeType[MimeType["RTF"] = 10] = "RTF";
MimeType[MimeType["AUDIO_WAV"] = 11] = "AUDIO_WAV";
MimeType[MimeType["AUDIO_MP3"] = 12] = "AUDIO_MP3";
MimeType[MimeType["HTML5_AD_ZIP"] = 13] = "HTML5_AD_ZIP";
})(MimeType = enums.MimeType || (enums.MimeType = {}));
/**
* @name VideoThumbnailEnum.VideoThumbnail
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/VideoThumbnailEnum.VideoThumbnail
*/
let VideoThumbnail;
(function (VideoThumbnail) {
VideoThumbnail[VideoThumbnail["UNSPECIFIED"] = 0] = "UNSPECIFIED";
VideoThumbnail[VideoThumbnail["UNKNOWN"] = 1] = "UNKNOWN";
VideoThumbnail[VideoThumbnail["DEFAULT_THUMBNAIL"] = 2] = "DEFAULT_THUMBNAIL";
VideoThumbnail[VideoThumbnail["THUMBNAIL_1"] = 3] = "THUMBNAIL_1";
VideoThumbnail[VideoThumbnail["THUMBNAIL_2"] = 4] = "THUMBNAIL_2";
VideoThumbnail[VideoThumbnail["THUMBNAIL_3"] = 5] = "THUMBNAIL_3";
})(VideoThumbnail = enums.VideoThumbnail || (enums.VideoThumbnail = {}));
/**
* @name ChainRelationshipTypeEnum.ChainRelationshipType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/ChainRelationshipTypeEnum.ChainRelationshipType
*/
let ChainRelationshipType;
(function (ChainRelationshipType) {
ChainRelationshipType[ChainRelationshipType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
ChainRelationshipType[ChainRelationshipType["UNKNOWN"] = 1] = "UNKNOWN";
ChainRelationshipType[ChainRelationshipType["AUTO_DEALERS"] = 2] = "AUTO_DEALERS";
ChainRelationshipType[ChainRelationshipType["GENERAL_RETAILERS"] = 3] = "GENERAL_RETAILERS";
})(ChainRelationshipType = enums.ChainRelationshipType || (enums.ChainRelationshipType = {}));
/**
* @name LocationOwnershipTypeEnum.LocationOwnershipType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/LocationOwnershipTypeEnum.LocationOwnershipType
*/
let LocationOwnershipType;
(function (LocationOwnershipType) {
LocationOwnershipType[LocationOwnershipType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
LocationOwnershipType[LocationOwnershipType["UNKNOWN"] = 1] = "UNKNOWN";
LocationOwnershipType[LocationOwnershipType["BUSINESS_OWNER"] = 2] = "BUSINESS_OWNER";
LocationOwnershipType[LocationOwnershipType["AFFILIATE"] = 3] = "AFFILIATE";
})(LocationOwnershipType = enums.LocationOwnershipType || (enums.LocationOwnershipType = {}));
/**
* @name LocationStringFilterTypeEnum.LocationStringFilterType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/LocationStringFilterTypeEnum.LocationStringFilterType
*/
let LocationStringFilterType;
(function (LocationStringFilterType) {
LocationStringFilterType[LocationStringFilterType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
LocationStringFilterType[LocationStringFilterType["UNKNOWN"] = 1] = "UNKNOWN";
LocationStringFilterType[LocationStringFilterType["EXACT"] = 2] = "EXACT";
})(LocationStringFilterType = enums.LocationStringFilterType || (enums.LocationStringFilterType = {}));
/**
* @name AgeRangeTypeEnum.AgeRangeType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/AgeRangeTypeEnum.AgeRangeType
*/
let AgeRangeType;
(function (AgeRangeType) {
AgeRangeType[AgeRangeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
AgeRangeType[AgeRangeType["UNKNOWN"] = 1] = "UNKNOWN";
AgeRangeType[AgeRangeType["AGE_RANGE_18_24"] = 503001] = "AGE_RANGE_18_24";
AgeRangeType[AgeRangeType["AGE_RANGE_25_34"] = 503002] = "AGE_RANGE_25_34";
AgeRangeType[AgeRangeType["AGE_RANGE_35_44"] = 503003] = "AGE_RANGE_35_44";
AgeRangeType[AgeRangeType["AGE_RANGE_45_54"] = 503004] = "AGE_RANGE_45_54";
AgeRangeType[AgeRangeType["AGE_RANGE_55_64"] = 503005] = "AGE_RANGE_55_64";
AgeRangeType[AgeRangeType["AGE_RANGE_65_UP"] = 503006] = "AGE_RANGE_65_UP";
AgeRangeType[AgeRangeType["AGE_RANGE_UNDETERMINED"] = 503999] = "AGE_RANGE_UNDETERMINED";
})(AgeRangeType = enums.AgeRangeType || (enums.AgeRangeType = {}));
/**
* @name AppPaymentModelTypeEnum.AppPaymentModelType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/AppPaymentModelTypeEnum.AppPaymentModelType
*/
let AppPaymentModelType;
(function (AppPaymentModelType) {
AppPaymentModelType[AppPaymentModelType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
AppPaymentModelType[AppPaymentModelType["UNKNOWN"] = 1] = "UNKNOWN";
AppPaymentModelType[AppPaymentModelType["PAID"] = 30] = "PAID";
})(AppPaymentModelType = enums.AppPaymentModelType || (enums.AppPaymentModelType = {}));
/**
* @name BrandRequestRejectionReasonEnum.BrandRequestRejectionReason
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/BrandRequestRejectionReasonEnum.BrandRequestRejectionReason
*/
let BrandRequestRejectionReason;
(function (BrandRequestRejectionReason) {
BrandRequestRejectionReason[BrandRequestRejectionReason["UNSPECIFIED"] = 0] = "UNSPECIFIED";
BrandRequestRejectionReason[BrandRequestRejectionReason["UNKNOWN"] = 1] = "UNKNOWN";
BrandRequestRejectionReason[BrandRequestRejectionReason["EXISTING_BRAND"] = 2] = "EXISTING_BRAND";
BrandRequestRejectionReason[BrandRequestRejectionReason["EXISTING_BRAND_VARIANT"] = 3] = "EXISTING_BRAND_VARIANT";
BrandRequestRejectionReason[BrandRequestRejectionReason["INCORRECT_INFORMATION"] = 4] = "INCORRECT_INFORMATION";
BrandRequestRejectionReason[BrandRequestRejectionReason["NOT_A_BRAND"] = 5] = "NOT_A_BRAND";
})(BrandRequestRejectionReason = enums.BrandRequestRejectionReason || (enums.BrandRequestRejectionReason = {}));
/**
* @name BrandStateEnum.BrandState
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/BrandStateEnum.BrandState
*/
let BrandState;
(function (BrandState) {
BrandState[BrandState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
BrandState[BrandState["UNKNOWN"] = 1] = "UNKNOWN";
BrandState[BrandState["ENABLED"] = 2] = "ENABLED";
BrandState[BrandState["DEPRECATED"] = 3] = "DEPRECATED";
BrandState[BrandState["UNVERIFIED"] = 4] = "UNVERIFIED";
BrandState[BrandState["APPROVED"] = 5] = "APPROVED";
BrandState[BrandState["CANCELLED"] = 6] = "CANCELLED";
BrandState[BrandState["REJECTED"] = 7] = "REJECTED";
})(BrandState = enums.BrandState || (enums.BrandState = {}));
/**
* @name ContentLabelTypeEnum.ContentLabelType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/ContentLabelTypeEnum.ContentLabelType
*/
let ContentLabelType;
(function (ContentLabelType) {
ContentLabelType[ContentLabelType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
ContentLabelType[ContentLabelType["UNKNOWN"] = 1] = "UNKNOWN";
ContentLabelType[ContentLabelType["SEXUALLY_SUGGESTIVE"] = 2] = "SEXUALLY_SUGGESTIVE";
ContentLabelType[ContentLabelType["BELOW_THE_FOLD"] = 3] = "BELOW_THE_FOLD";
ContentLabelType[ContentLabelType["PARKED_DOMAIN"] = 4] = "PARKED_DOMAIN";
ContentLabelType[ContentLabelType["JUVENILE"] = 6] = "JUVENILE";
ContentLabelType[ContentLabelType["PROFANITY"] = 7] = "PROFANITY";
ContentLabelType[ContentLabelType["TRAGEDY"] = 8] = "TRAGEDY";
ContentLabelType[ContentLabelType["VIDEO"] = 9] = "VIDEO";
ContentLabelType[ContentLabelType["VIDEO_RATING_DV_G"] = 10] = "VIDEO_RATING_DV_G";
ContentLabelType[ContentLabelType["VIDEO_RATING_DV_PG"] = 11] = "VIDEO_RATING_DV_PG";
ContentLabelType[ContentLabelType["VIDEO_RATING_DV_T"] = 12] = "VIDEO_RATING_DV_T";
ContentLabelType[ContentLabelType["VIDEO_RATING_DV_MA"] = 13] = "VIDEO_RATING_DV_MA";
ContentLabelType[ContentLabelType["VIDEO_NOT_YET_RATED"] = 14] = "VIDEO_NOT_YET_RATED";
ContentLabelType[ContentLabelType["EMBEDDED_VIDEO"] = 15] = "EMBEDDED_VIDEO";
ContentLabelType[ContentLabelType["LIVE_STREAMING_VIDEO"] = 16] = "LIVE_STREAMING_VIDEO";
ContentLabelType[ContentLabelType["SOCIAL_ISSUES"] = 17] = "SOCIAL_ISSUES";
ContentLabelType[ContentLabelType["BRAND_SUITABILITY_CONTENT_FOR_FAMILIES"] = 18] = "BRAND_SUITABILITY_CONTENT_FOR_FAMILIES";
ContentLabelType[ContentLabelType["BRAND_SUITABILITY_GAMES_FIGHTING"] = 19] = "BRAND_SUITABILITY_GAMES_FIGHTING";
ContentLabelType[ContentLabelType["BRAND_SUITABILITY_GAMES_MATURE"] = 20] = "BRAND_SUITABILITY_GAMES_MATURE";
ContentLabelType[ContentLabelType["BRAND_SUITABILITY_HEALTH_SENSITIVE"] = 21] = "BRAND_SUITABILITY_HEALTH_SENSITIVE";
ContentLabelType[ContentLabelType["BRAND_SUITABILITY_HEALTH_SOURCE_UNDETERMINED"] = 22] = "BRAND_SUITABILITY_HEALTH_SOURCE_UNDETERMINED";
ContentLabelType[ContentLabelType["BRAND_SUITABILITY_NEWS_RECENT"] = 23] = "BRAND_SUITABILITY_NEWS_RECENT";
ContentLabelType[ContentLabelType["BRAND_SUITABILITY_NEWS_SENSITIVE"] = 24] = "BRAND_SUITABILITY_NEWS_SENSITIVE";
ContentLabelType[ContentLabelType["BRAND_SUITABILITY_NEWS_SOURCE_NOT_FEATURED"] = 25] = "BRAND_SUITABILITY_NEWS_SOURCE_NOT_FEATURED";
ContentLabelType[ContentLabelType["BRAND_SUITABILITY_POLITICS"] = 26] = "BRAND_SUITABILITY_POLITICS";
ContentLabelType[ContentLabelType["BRAND_SUITABILITY_RELIGION"] = 27] = "BRAND_SUITABILITY_RELIGION";
})(ContentLabelType = enums.ContentLabelType || (enums.ContentLabelType = {}));
/**
* @name DayOfWeekEnum.DayOfWeek
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/DayOfWeekEnum.DayOfWeek
*/
let DayOfWeek;
(function (DayOfWeek) {
DayOfWeek[DayOfWeek["UNSPECIFIED"] = 0] = "UNSPECIFIED";
DayOfWeek[DayOfWeek["UNKNOWN"] = 1] = "UNKNOWN";
DayOfWeek[DayOfWeek["MONDAY"] = 2] = "MONDAY";
DayOfWeek[DayOfWeek["TUESDAY"] = 3] = "TUESDAY";
DayOfWeek[DayOfWeek["WEDNESDAY"] = 4] = "WEDNESDAY";
DayOfWeek[DayOfWeek["THURSDAY"] = 5] = "THURSDAY";
DayOfWeek[DayOfWeek["FRIDAY"] = 6] = "FRIDAY";
DayOfWeek[DayOfWeek["SATURDAY"] = 7] = "SATURDAY";
DayOfWeek[DayOfWeek["SUNDAY"] = 8] = "SUNDAY";
})(DayOfWeek = enums.DayOfWeek || (enums.DayOfWeek = {}));
/**
* @name DeviceEnum.Device
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/DeviceEnum.Device
*/
let Device;
(function (Device) {
Device[Device["UNSPECIFIED"] = 0] = "UNSPECIFIED";
Device[Device["UNKNOWN"] = 1] = "UNKNOWN";
Device[Device["MOBILE"] = 2] = "MOBILE";
Device[Device["TABLET"] = 3] = "TABLET";
Device[Device["DESKTOP"] = 4] = "DESKTOP";
Device[Device["CONNECTED_TV"] = 6] = "CONNECTED_TV";
Device[Device["OTHER"] = 5] = "OTHER";
})(Device = enums.Device || (enums.Device = {}));
/**
* @name GenderTypeEnum.GenderType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/GenderTypeEnum.GenderType
*/
let GenderType;
(function (GenderType) {
GenderType[GenderType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
GenderType[GenderType["UNKNOWN"] = 1] = "UNKNOWN";
GenderType[GenderType["MALE"] = 10] = "MALE";
GenderType[GenderType["FEMALE"] = 11] = "FEMALE";
GenderType[GenderType["UNDETERMINED"] = 20] = "UNDETERMINED";
})(GenderType = enums.GenderType || (enums.GenderType = {}));
/**
* @name HotelDateSelectionTypeEnum.HotelDateSelectionType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/HotelDateSelectionTypeEnum.HotelDateSelectionType
*/
let HotelDateSelectionType;
(function (HotelDateSelectionType) {
HotelDateSelectionType[HotelDateSelectionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
HotelDateSelectionType[HotelDateSelectionType["UNKNOWN"] = 1] = "UNKNOWN";
HotelDateSelectionType[HotelDateSelectionType["DEFAULT_SELECTION"] = 50] = "DEFAULT_SELECTION";
HotelDateSelectionType[HotelDateSelectionType["USER_SELECTED"] = 51] = "USER_SELECTED";
})(HotelDateSelectionType = enums.HotelDateSelectionType || (enums.HotelDateSelectionType = {}));
/**
* @name IncomeRangeTypeEnum.IncomeRangeType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/IncomeRangeTypeEnum.IncomeRangeType
*/
let IncomeRangeType;
(function (IncomeRangeType) {
IncomeRangeType[IncomeRangeType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
IncomeRangeType[IncomeRangeType["UNKNOWN"] = 1] = "UNKNOWN";
IncomeRangeType[IncomeRangeType["INCOME_RANGE_0_50"] = 510001] = "INCOME_RANGE_0_50";
IncomeRangeType[IncomeRangeType["INCOME_RANGE_50_60"] = 510002] = "INCOME_RANGE_50_60";
IncomeRangeType[IncomeRangeType["INCOME_RANGE_60_70"] = 510003] = "INCOME_RANGE_60_70";
IncomeRangeType[IncomeRangeType["INCOME_RANGE_70_80"] = 510004] = "INCOME_RANGE_70_80";
IncomeRangeType[IncomeRangeType["INCOME_RANGE_80_90"] = 510005] = "INCOME_RANGE_80_90";
IncomeRangeType[IncomeRangeType["INCOME_RANGE_90_UP"] = 510006] = "INCOME_RANGE_90_UP";
IncomeRangeType[IncomeRangeType["INCOME_RANGE_UNDETERMINED"] = 510000] = "INCOME_RANGE_UNDETERMINED";
})(IncomeRangeType = enums.IncomeRangeType || (enums.IncomeRangeType = {}));
/**
* @name InteractionTypeEnum.InteractionType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/InteractionTypeEnum.InteractionType
*/
let InteractionType;
(function (InteractionType) {
InteractionType[InteractionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
InteractionType[InteractionType["UNKNOWN"] = 1] = "UNKNOWN";
InteractionType[InteractionType["CALLS"] = 8000] = "CALLS";
})(InteractionType = enums.InteractionType || (enums.InteractionType = {}));
/**
* @name KeywordMatchTypeEnum.KeywordMatchType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/KeywordMatchTypeEnum.KeywordMatchType
*/
let KeywordMatchType;
(function (KeywordMatchType) {
KeywordMatchType[KeywordMatchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
KeywordMatchType[KeywordMatchType["UNKNOWN"] = 1] = "UNKNOWN";
KeywordMatchType[KeywordMatchType["EXACT"] = 2] = "EXACT";
KeywordMatchType[KeywordMatchType["PHRASE"] = 3] = "PHRASE";
KeywordMatchType[KeywordMatchType["BROAD"] = 4] = "BROAD";
})(KeywordMatchType = enums.KeywordMatchType || (enums.KeywordMatchType = {}));
/**
* @name ListingGroupTypeEnum.ListingGroupType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/ListingGroupTypeEnum.ListingGroupType
*/
let ListingGroupType;
(function (ListingGroupType) {
ListingGroupType[ListingGroupType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
ListingGroupType[ListingGroupType["UNKNOWN"] = 1] = "UNKNOWN";
ListingGroupType[ListingGroupType["SUBDIVISION"] = 2] = "SUBDIVISION";
ListingGroupType[ListingGroupType["UNIT"] = 3] = "UNIT";
})(ListingGroupType = enums.ListingGroupType || (enums.ListingGroupType = {}));
/**
* @name LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits
*/
let LocationGroupRadiusUnits;
(function (LocationGroupRadiusUnits) {
LocationGroupRadiusUnits[LocationGroupRadiusUnits["UNSPECIFIED"] = 0] = "UNSPECIFIED";
LocationGroupRadiusUnits[LocationGroupRadiusUnits["UNKNOWN"] = 1] = "UNKNOWN";
LocationGroupRadiusUnits[LocationGroupRadiusUnits["METERS"] = 2] = "METERS";
LocationGroupRadiusUnits[LocationGroupRadiusUnits["MILES"] = 3] = "MILES";
LocationGroupRadiusUnits[LocationGroupRadiusUnits["MILLI_MILES"] = 4] = "MILLI_MILES";
})(LocationGroupRadiusUnits = enums.LocationGroupRadiusUnits || (enums.LocationGroupRadiusUnits = {}));
/**
* @name MinuteOfHourEnum.MinuteOfHour
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/MinuteOfHourEnum.MinuteOfHour
*/
let MinuteOfHour;
(function (MinuteOfHour) {
MinuteOfHour[MinuteOfHour["UNSPECIFIED"] = 0] = "UNSPECIFIED";
MinuteOfHour[MinuteOfHour["UNKNOWN"] = 1] = "UNKNOWN";
MinuteOfHour[MinuteOfHour["ZERO"] = 2] = "ZERO";
MinuteOfHour[MinuteOfHour["FIFTEEN"] = 3] = "FIFTEEN";
MinuteOfHour[MinuteOfHour["THIRTY"] = 4] = "THIRTY";
MinuteOfHour[MinuteOfHour["FORTY_FIVE"] = 5] = "FORTY_FIVE";
})(MinuteOfHour = enums.MinuteOfHour || (enums.MinuteOfHour = {}));
/**
* @name ParentalStatusTypeEnum.ParentalStatusType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/ParentalStatusTypeEnum.ParentalStatusType
*/
let ParentalStatusType;
(function (ParentalStatusType) {
ParentalStatusType[ParentalStatusType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
ParentalStatusType[ParentalStatusType["UNKNOWN"] = 1] = "UNKNOWN";
ParentalStatusType[ParentalStatusType["PARENT"] = 300] = "PARENT";
ParentalStatusType[ParentalStatusType["NOT_A_PARENT"] = 301] = "NOT_A_PARENT";
ParentalStatusType[ParentalStatusType["UNDETERMINED"] = 302] = "UNDETERMINED";
})(ParentalStatusType = enums.ParentalStatusType || (enums.ParentalStatusType = {}));
/**
* @name ProductCategoryLevelEnum.ProductCategoryLevel
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/ProductCategoryLevelEnum.ProductCategoryLevel
*/
let ProductCategoryLevel;
(function (ProductCategoryLevel) {
ProductCategoryLevel[ProductCategoryLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
ProductCategoryLevel[ProductCategoryLevel["UNKNOWN"] = 1] = "UNKNOWN";
ProductCategoryLevel[ProductCategoryLevel["LEVEL1"] = 2] = "LEVEL1";
ProductCategoryLevel[ProductCategoryLevel["LEVEL2"] = 3] = "LEVEL2";
ProductCategoryLevel[ProductCategoryLevel["LEVEL3"] = 4] = "LEVEL3";
ProductCategoryLevel[ProductCategoryLevel["LEVEL4"] = 5] = "LEVEL4";
ProductCategoryLevel[ProductCategoryLevel["LEVEL5"] = 6] = "LEVEL5";
})(ProductCategoryLevel = enums.ProductCategoryLevel || (enums.ProductCategoryLevel = {}));
/**
* @name ProductChannelEnum.ProductChannel
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/ProductChannelEnum.ProductChannel
*/
let ProductChannel;
(function (ProductChannel) {
ProductChannel[ProductChannel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
ProductChannel[ProductChannel["UNKNOWN"] = 1] = "UNKNOWN";
ProductChannel[ProductChannel["ONLINE"] = 2] = "ONLINE";
ProductChannel[ProductChannel["LOCAL"] = 3] = "LOCAL";
})(ProductChannel = enums.ProductChannel || (enums.ProductChannel = {}));
/**
* @name ProductChannelExclusivityEnum.ProductChannelExclusivity
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/ProductChannelExclusivityEnum.ProductChannelExclusivity
*/
let ProductChannelExclusivity;
(function (ProductChannelExclusivity) {
ProductChannelExclusivity[ProductChannelExclusivity["UNSPECIFIED"] = 0] = "UNSPECIFIED";
ProductChannelExclusivity[ProductChannelExclusivity["UNKNOWN"] = 1] = "UNKNOWN";
ProductChannelExclusivity[ProductChannelExclusivity["SINGLE_CHANNEL"] = 2] = "SINGLE_CHANNEL";
ProductChannelExclusivity[ProductChannelExclusivity["MULTI_CHANNEL"] = 3] = "MULTI_CHANNEL";
})(ProductChannelExclusivity = enums.ProductChannelExclusivity || (enums.ProductChannelExclusivity = {}));
/**
* @name ProductConditionEnum.ProductCondition
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/ProductConditionEnum.ProductCondition
*/
let ProductCondition;
(function (ProductCondition) {
ProductCondition[ProductCondition["UNSPECIFIED"] = 0] = "UNSPECIFIED";
ProductCondition[ProductCondition["UNKNOWN"] = 1] = "UNKNOWN";
ProductCondition[ProductCondition["NEW"] = 3] = "NEW";
ProductCondition[ProductCondition["REFURBISHED"] = 4] = "REFURBISHED";
ProductCondition[ProductCondition["USED"] = 5] = "USED";
})(ProductCondition = enums.ProductCondition || (enums.ProductCondition = {}));
/**
* @name ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex
*/
let ProductCustomAttributeIndex;
(function (ProductCustomAttributeIndex) {
ProductCustomAttributeIndex[ProductCustomAttributeIndex["UNSPECIFIED"] = 0] = "UNSPECIFIED";
ProductCustomAttributeIndex[ProductCustomAttributeIndex["UNKNOWN"] = 1] = "UNKNOWN";
ProductCustomAttributeIndex[ProductCustomAttributeIndex["INDEX0"] = 7] = "INDEX0";
ProductCustomAttributeIndex[ProductCustomAttributeIndex["INDEX1"] = 8] = "INDEX1";
ProductCustomAttributeIndex[ProductCustomAttributeIndex["INDEX2"] = 9] = "INDEX2";
ProductCustomAttributeIndex[ProductCustomAttributeIndex["INDEX3"] = 10] = "INDEX3";
ProductCustomAttributeIndex[ProductCustomAttributeIndex["INDEX4"] = 11] = "INDEX4";
})(ProductCustomAttributeIndex = enums.ProductCustomAttributeIndex || (enums.ProductCustomAttributeIndex = {}));
/**
* @name ProductTypeLevelEnum.ProductTypeLevel
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/ProductTypeLevelEnum.ProductTypeLevel
*/
let ProductTypeLevel;
(function (ProductTypeLevel) {
ProductTypeLevel[ProductTypeLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
ProductTypeLevel[ProductTypeLevel["UNKNOWN"] = 1] = "UNKNOWN";
ProductTypeLevel[ProductTypeLevel["LEVEL1"] = 7] = "LEVEL1";
ProductTypeLevel[ProductTypeLevel["LEVEL2"] = 8] = "LEVEL2";
ProductTypeLevel[ProductTypeLevel["LEVEL3"] = 9] = "LEVEL3";
ProductTypeLevel[ProductTypeLevel["LEVEL4"] = 10] = "LEVEL4";
ProductTypeLevel[ProductTypeLevel["LEVEL5"] = 11] = "LEVEL5";
})(ProductTypeLevel = enums.ProductTypeLevel || (enums.ProductTypeLevel = {}));
/**
* @name ProximityRadiusUnitsEnum.ProximityRadiusUnits
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/ProximityRadiusUnitsEnum.ProximityRadiusUnits
*/
let ProximityRadiusUnits;
(function (ProximityRadiusUnits) {
ProximityRadiusUnits[ProximityRadiusUnits["UNSPECIFIED"] = 0] = "UNSPECIFIED";
ProximityRadiusUnits[ProximityRadiusUnits["UNKNOWN"] = 1] = "UNKNOWN";
ProximityRadiusUnits[ProximityRadiusUnits["MILES"] = 2] = "MILES";
ProximityRadiusUnits[ProximityRadiusUnits["KILOMETERS"] = 3] = "KILOMETERS";
})(ProximityRadiusUnits = enums.ProximityRadiusUnits || (enums.ProximityRadiusUnits = {}));
/**
* @name WebpageConditionOperandEnum.WebpageConditionOperand
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/WebpageConditionOperandEnum.WebpageConditionOperand
*/
let WebpageConditionOperand;
(function (WebpageConditionOperand) {
WebpageConditionOperand[WebpageConditionOperand["UNSPECIFIED"] = 0] = "UNSPECIFIED";
WebpageConditionOperand[WebpageConditionOperand["UNKNOWN"] = 1] = "UNKNOWN";
WebpageConditionOperand[WebpageConditionOperand["URL"] = 2] = "URL";
WebpageConditionOperand[WebpageConditionOperand["CATEGORY"] = 3] = "CATEGORY";
WebpageConditionOperand[WebpageConditionOperand["PAGE_TITLE"] = 4] = "PAGE_TITLE";
WebpageConditionOperand[WebpageConditionOperand["PAGE_CONTENT"] = 5] = "PAGE_CONTENT";
WebpageConditionOperand[WebpageConditionOperand["CUSTOM_LABEL"] = 6] = "CUSTOM_LABEL";
})(WebpageConditionOperand = enums.WebpageConditionOperand || (enums.WebpageConditionOperand = {}));
/**
* @name WebpageConditionOperatorEnum.WebpageConditionOperator
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/WebpageConditionOperatorEnum.WebpageConditionOperator
*/
let WebpageConditionOperator;
(function (WebpageConditionOperator) {
WebpageConditionOperator[WebpageConditionOperator["UNSPECIFIED"] = 0] = "UNSPECIFIED";
WebpageConditionOperator[WebpageConditionOperator["UNKNOWN"] = 1] = "UNKNOWN";
WebpageConditionOperator[WebpageConditionOperator["EQUALS"] = 2] = "EQUALS";
WebpageConditionOperator[WebpageConditionOperator["CONTAINS"] = 3] = "CONTAINS";
})(WebpageConditionOperator = enums.WebpageConditionOperator || (enums.WebpageConditionOperator = {}));
/**
* @name BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType
*/
let BusinessMessageCallToActionType;
(function (BusinessMessageCallToActionType) {
BusinessMessageCallToActionType[BusinessMessageCallToActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
BusinessMessageCallToActionType[BusinessMessageCallToActionType["UNKNOWN"] = 1] = "UNKNOWN";
BusinessMessageCallToActionType[BusinessMessageCallToActionType["APPLY_NOW"] = 2] = "APPLY_NOW";
BusinessMessageCallToActionType[BusinessMessageCallToActionType["BOOK_NOW"] = 3] = "BOOK_NOW";
BusinessMessageCallToActionType[BusinessMessageCallToActionType["CONTACT_US"] = 4] = "CONTACT_US";
BusinessMessageCallToActionType[BusinessMessageCallToActionType["GET_INFO"] = 5] = "GET_INFO";
BusinessMessageCallToActionType[BusinessMessageCallToActionType["GET_OFFER"] = 6] = "GET_OFFER";
BusinessMessageCallToActionType[BusinessMessageCallToActionType["GET_QUOTE"] = 7] = "GET_QUOTE";
BusinessMessageCallToActionType[BusinessMessageCallToActionType["GET_STARTED"] = 8] = "GET_STARTED";
BusinessMessageCallToActionType[BusinessMessageCallToActionType["LEARN_MORE"] = 9] = "LEARN_MORE";
})(BusinessMessageCallToActionType = enums.BusinessMessageCallToActionType || (enums.BusinessMessageCallToActionType = {}));
/**
* @name BusinessMessageProviderEnum.BusinessMessageProvider
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/BusinessMessageProviderEnum.BusinessMessageProvider
*/
let BusinessMessageProvider;
(function (BusinessMessageProvider) {
BusinessMessageProvider[BusinessMessageProvider["UNSPECIFIED"] = 0] = "UNSPECIFIED";
BusinessMessageProvider[BusinessMessageProvider["UNKNOWN"] = 1] = "UNKNOWN";
BusinessMessageProvider[BusinessMessageProvider["WHATSAPP"] = 2] = "WHATSAPP";
})(BusinessMessageProvider = enums.BusinessMessageProvider || (enums.BusinessMessageProvider = {}));
/**
* @name CallToActionTypeEnum.CallToActionType
* @link https://developers.google.com/google-ads/api/reference/rpc/v19/CallToActionTypeEnum.CallToActionType
*/
let CallToActionType;
(function (CallToActionType) {
CallToActionType[CallToActionType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
CallToActionType[CallToActionType["UNKNOWN"] = 1] = "UNKNOWN";
CallToActionType[CallToActionType["LEARN_MORE"] = 2] = "LEARN_MORE";
CallToActionType[CallToActionType["GET_QUOTE"] = 3] = "GET_QUOTE";
CallToActionType[CallToActionType["APPLY_NOW"] = 4] = "APPLY_NOW";
CallToActionType[CallToActionType["SIGN_UP"] = 5] = "SIGN_UP";
CallToActionType[CallToActionType["CONTACT_US"] = 6] = "CONTACT_US";
CallToActionType[CallToActionType["SUBSCRIBE"] = 7] = "SUBSCRIBE";
CallToActionType[CallToActionType["DOWNLOAD"] = 8] = "DOWNLOAD";
CallToActionType[CallToActionType["BOOK_NOW"] = 9] = "BOOK_NOW";
CallToActionType[CallToActionType["SHOP_NOW"] = 10] = "SHOP_NOW";
CallToActionType[CallToActionType["BUY_NOW"] = 11] = "BUY_NOW";
CallToActionType[CallToActionType["DONATE_NOW"] = 12] = "DONATE_NOW";
CallToActionType[CallToActionType["ORDER_NOW"] = 13] = "ORDER_NOW";
CallToActionType[CallToActionType["PLAY_NOW"] = 14] = "PLAY_NOW";
CallToActionType[CallToActionType["SEE_MORE"] = 15] = "SEE_MORE";
CallToActionType[CallToActionType["START_NOW"] = 16] = "START_NOW";
CallToActionType[CallToActionType["VISIT_SITE"] = 17] = "VISIT_SITE";
CallToActionType[CallToActionType["WATCH_NOW"] = 18] = "WATCH_NOW";
})(CallToActionType = enums.CallToActionType || (enums.CallToActionType = {}));
/**
* @name LeadFormCallToActionTypeEnum.LeadFormCallToActionType
* @link https://developers.