diff --git a/package.json b/package.json index 787b2247..62796c9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-ads-node", - "version": "12.0.1", + "version": "12.0.2", "description": "Google Ads API client library", "main": "build/src/index.js", "files": [ diff --git a/package/googleads-nodejs/protos/protos.d.ts b/package/googleads-nodejs/protos/protos.d.ts index 564501f8..e2dcd792 100644 --- a/package/googleads-nodejs/protos/protos.d.ts +++ b/package/googleads-nodejs/protos/protos.d.ts @@ -1837,7 +1837,7 @@ export namespace google { dns_error_type?: (google.ads.googleads.v14.enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType|keyof typeof google.ads.googleads.v14.enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType|null); /** DestinationNotWorking http_error_code */ - http_error_code?: (number|Long|string|null); + http_error_code?: (number|null); } /** Represents a DestinationNotWorking. */ @@ -1862,7 +1862,7 @@ export namespace google { public dns_error_type?: (google.ads.googleads.v14.enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType|keyof typeof google.ads.googleads.v14.enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType|null); /** DestinationNotWorking http_error_code. */ - public http_error_code?: (number|Long|string|null); + public http_error_code?: (number|null); /** DestinationNotWorking _expanded_url. */ public _expanded_url?: "expanded_url"; @@ -3219,19 +3219,19 @@ export namespace google { interface IImageAdInfo { /** ImageAdInfo pixel_width */ - pixel_width?: (number|Long|string|null); + pixel_width?: (number|null); /** ImageAdInfo pixel_height */ - pixel_height?: (number|Long|string|null); + pixel_height?: (number|null); /** ImageAdInfo image_url */ image_url?: (string|null); /** ImageAdInfo preview_pixel_width */ - preview_pixel_width?: (number|Long|string|null); + preview_pixel_width?: (number|null); /** ImageAdInfo preview_pixel_height */ - preview_pixel_height?: (number|Long|string|null); + preview_pixel_height?: (number|null); /** ImageAdInfo preview_image_url */ preview_image_url?: (string|null); @@ -3249,7 +3249,7 @@ export namespace google { data?: (Uint8Array|string|null); /** ImageAdInfo ad_id_to_copy_image_from */ - ad_id_to_copy_image_from?: (number|Long|string|null); + ad_id_to_copy_image_from?: (number|null); } /** Represents an ImageAdInfo. */ @@ -3262,19 +3262,19 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IImageAdInfo); /** ImageAdInfo pixel_width. */ - public pixel_width?: (number|Long|string|null); + public pixel_width?: (number|null); /** ImageAdInfo pixel_height. */ - public pixel_height?: (number|Long|string|null); + public pixel_height?: (number|null); /** ImageAdInfo image_url. */ public image_url?: (string|null); /** ImageAdInfo preview_pixel_width. */ - public preview_pixel_width?: (number|Long|string|null); + public preview_pixel_width?: (number|null); /** ImageAdInfo preview_pixel_height. */ - public preview_pixel_height?: (number|Long|string|null); + public preview_pixel_height?: (number|null); /** ImageAdInfo preview_image_url. */ public preview_image_url?: (string|null); @@ -3292,7 +3292,7 @@ export namespace google { public data?: (Uint8Array|string|null); /** ImageAdInfo ad_id_to_copy_image_from. */ - public ad_id_to_copy_image_from?: (number|Long|string|null); + public ad_id_to_copy_image_from?: (number|null); /** ImageAdInfo _pixel_width. */ public _pixel_width?: "pixel_width"; @@ -6450,7 +6450,7 @@ export namespace google { label_filters?: (string[]|null); /** BusinessProfileLocationSet listing_id_filters */ - listing_id_filters?: ((number|Long|string)[]|null); + listing_id_filters?: (number[]|null); /** BusinessProfileLocationSet business_account_id */ business_account_id?: (string|null); @@ -6478,7 +6478,7 @@ export namespace google { public label_filters: string[]; /** BusinessProfileLocationSet listing_id_filters. */ - public listing_id_filters: (number|Long|string)[]; + public listing_id_filters: number[]; /** BusinessProfileLocationSet business_account_id. */ public business_account_id: string; @@ -6668,7 +6668,7 @@ export namespace google { interface IChainFilter { /** ChainFilter chain_id */ - chain_id?: (number|Long|string|null); + chain_id?: (number|null); /** ChainFilter location_attributes */ location_attributes?: (string[]|null); @@ -6684,7 +6684,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IChainFilter); /** ChainFilter chain_id. */ - public chain_id: (number|Long|string); + public chain_id: number; /** ChainFilter location_attributes. */ public location_attributes: string[]; @@ -7068,7 +7068,7 @@ export namespace google { business_name_filter?: (google.ads.googleads.v14.common.IBusinessProfileBusinessNameFilter|null); /** DynamicBusinessProfileLocationGroupFilter listing_id_filters */ - listing_id_filters?: ((number|Long|string)[]|null); + listing_id_filters?: (number[]|null); } /** Represents a DynamicBusinessProfileLocationGroupFilter. */ @@ -7087,7 +7087,7 @@ export namespace google { public business_name_filter?: (google.ads.googleads.v14.common.IBusinessProfileBusinessNameFilter|null); /** DynamicBusinessProfileLocationGroupFilter listing_id_filters. */ - public listing_id_filters: (number|Long|string)[]; + public listing_id_filters: number[]; /** DynamicBusinessProfileLocationGroupFilter _business_name_filter. */ public _business_name_filter?: "business_name_filter"; @@ -7583,7 +7583,7 @@ export namespace google { data?: (Uint8Array|string|null); /** ImageAsset file_size */ - file_size?: (number|Long|string|null); + file_size?: (number|null); /** ImageAsset mime_type */ mime_type?: (google.ads.googleads.v14.enums.MimeTypeEnum.MimeType|keyof typeof google.ads.googleads.v14.enums.MimeTypeEnum.MimeType|null); @@ -7605,7 +7605,7 @@ export namespace google { public data?: (Uint8Array|string|null); /** ImageAsset file_size. */ - public file_size?: (number|Long|string|null); + public file_size?: (number|null); /** ImageAsset mime_type. */ public mime_type: (google.ads.googleads.v14.enums.MimeTypeEnum.MimeType|keyof typeof google.ads.googleads.v14.enums.MimeTypeEnum.MimeType); @@ -7701,10 +7701,10 @@ export namespace google { interface IImageDimension { /** ImageDimension height_pixels */ - height_pixels?: (number|Long|string|null); + height_pixels?: (number|null); /** ImageDimension width_pixels */ - width_pixels?: (number|Long|string|null); + width_pixels?: (number|null); /** ImageDimension url */ url?: (string|null); @@ -7720,10 +7720,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IImageDimension); /** ImageDimension height_pixels. */ - public height_pixels?: (number|Long|string|null); + public height_pixels?: (number|null); /** ImageDimension width_pixels. */ - public width_pixels?: (number|Long|string|null); + public width_pixels?: (number|null); /** ImageDimension url. */ public url?: (string|null); @@ -8539,7 +8539,7 @@ export namespace google { google_secret?: (string|null); /** WebhookDelivery payload_schema_version */ - payload_schema_version?: (number|Long|string|null); + payload_schema_version?: (number|null); } /** Represents a WebhookDelivery. */ @@ -8558,7 +8558,7 @@ export namespace google { public google_secret?: (string|null); /** WebhookDelivery payload_schema_version. */ - public payload_schema_version?: (number|Long|string|null); + public payload_schema_version?: (number|null); /** WebhookDelivery _advertiser_webhook_url. */ public _advertiser_webhook_url?: "advertiser_webhook_url"; @@ -8769,7 +8769,7 @@ export namespace google { ad_schedule_targets?: (google.ads.googleads.v14.common.IAdScheduleInfo[]|null); /** PromotionAsset percent_off */ - percent_off?: (number|Long|string|null); + percent_off?: (number|null); /** PromotionAsset money_amount_off */ money_amount_off?: (google.ads.googleads.v14.common.IMoney|null); @@ -8818,7 +8818,7 @@ export namespace google { public ad_schedule_targets: google.ads.googleads.v14.common.IAdScheduleInfo[]; /** PromotionAsset percent_off. */ - public percent_off?: (number|Long|string|null); + public percent_off?: (number|null); /** PromotionAsset money_amount_off. */ public money_amount_off?: (google.ads.googleads.v14.common.IMoney|null); @@ -9398,7 +9398,7 @@ export namespace google { ios_app_link?: (string|null); /** DynamicEducationAsset ios_app_store_id */ - ios_app_store_id?: (number|Long|string|null); + ios_app_store_id?: (number|null); /** DynamicEducationAsset thumbnail_image_url */ thumbnail_image_url?: (string|null); @@ -9450,7 +9450,7 @@ export namespace google { public ios_app_link: string; /** DynamicEducationAsset ios_app_store_id. */ - public ios_app_store_id: (number|Long|string); + public ios_app_store_id: number; /** DynamicEducationAsset thumbnail_image_url. */ public thumbnail_image_url: string; @@ -10263,7 +10263,7 @@ export namespace google { ios_app_link?: (string|null); /** DynamicRealEstateAsset ios_app_store_id */ - ios_app_store_id?: (number|Long|string|null); + ios_app_store_id?: (number|null); /** DynamicRealEstateAsset similar_listing_ids */ similar_listing_ids?: (string[]|null); @@ -10318,7 +10318,7 @@ export namespace google { public ios_app_link: string; /** DynamicRealEstateAsset ios_app_store_id. */ - public ios_app_store_id: (number|Long|string); + public ios_app_store_id: number; /** DynamicRealEstateAsset similar_listing_ids. */ public similar_listing_ids: string[]; @@ -10450,7 +10450,7 @@ export namespace google { ios_app_link?: (string|null); /** DynamicCustomAsset ios_app_store_id */ - ios_app_store_id?: (number|Long|string|null); + ios_app_store_id?: (number|null); /** DynamicCustomAsset similar_ids */ similar_ids?: (string[]|null); @@ -10511,7 +10511,7 @@ export namespace google { public ios_app_link: string; /** DynamicCustomAsset ios_app_store_id. */ - public ios_app_store_id: (number|Long|string); + public ios_app_store_id: number; /** DynamicCustomAsset similar_ids. */ public similar_ids: string[]; @@ -10619,7 +10619,7 @@ export namespace google { sale_price?: (string|null); /** DynamicHotelsAndRentalsAsset star_rating */ - star_rating?: (number|Long|string|null); + star_rating?: (number|null); /** DynamicHotelsAndRentalsAsset category */ category?: (string|null); @@ -10637,7 +10637,7 @@ export namespace google { ios_app_link?: (string|null); /** DynamicHotelsAndRentalsAsset ios_app_store_id */ - ios_app_store_id?: (number|Long|string|null); + ios_app_store_id?: (number|null); /** DynamicHotelsAndRentalsAsset formatted_price */ formatted_price?: (string|null); @@ -10680,7 +10680,7 @@ export namespace google { public sale_price: string; /** DynamicHotelsAndRentalsAsset star_rating. */ - public star_rating: (number|Long|string); + public star_rating: number; /** DynamicHotelsAndRentalsAsset category. */ public category: string; @@ -10698,7 +10698,7 @@ export namespace google { public ios_app_link: string; /** DynamicHotelsAndRentalsAsset ios_app_store_id. */ - public ios_app_store_id: (number|Long|string); + public ios_app_store_id: number; /** DynamicHotelsAndRentalsAsset formatted_price. */ public formatted_price: string; @@ -10827,7 +10827,7 @@ export namespace google { ios_app_link?: (string|null); /** DynamicFlightsAsset ios_app_store_id */ - ios_app_store_id?: (number|Long|string|null); + ios_app_store_id?: (number|null); /** DynamicFlightsAsset similar_destination_ids */ similar_destination_ids?: (string[]|null); @@ -10882,7 +10882,7 @@ export namespace google { public ios_app_link: string; /** DynamicFlightsAsset ios_app_store_id. */ - public ios_app_store_id: (number|Long|string); + public ios_app_store_id: number; /** DynamicFlightsAsset similar_destination_ids. */ public similar_destination_ids: string[]; @@ -11141,7 +11141,7 @@ export namespace google { ios_app_link?: (string|null); /** DynamicTravelAsset ios_app_store_id */ - ios_app_store_id?: (number|Long|string|null); + ios_app_store_id?: (number|null); } /** Represents a DynamicTravelAsset. */ @@ -11202,7 +11202,7 @@ export namespace google { public ios_app_link: string; /** DynamicTravelAsset ios_app_store_id. */ - public ios_app_store_id: (number|Long|string); + public ios_app_store_id: number; /** * Creates a new DynamicTravelAsset instance using the specified properties. @@ -11331,7 +11331,7 @@ export namespace google { ios_app_link?: (string|null); /** DynamicLocalAsset ios_app_store_id */ - ios_app_store_id?: (number|Long|string|null); + ios_app_store_id?: (number|null); } /** Represents a DynamicLocalAsset. */ @@ -11389,7 +11389,7 @@ export namespace google { public ios_app_link: string; /** DynamicLocalAsset ios_app_store_id. */ - public ios_app_store_id: (number|Long|string); + public ios_app_store_id: number; /** * Creates a new DynamicLocalAsset instance using the specified properties. @@ -11512,7 +11512,7 @@ export namespace google { ios_app_link?: (string|null); /** DynamicJobsAsset ios_app_store_id */ - ios_app_store_id?: (number|Long|string|null); + ios_app_store_id?: (number|null); } /** Represents a DynamicJobsAsset. */ @@ -11564,7 +11564,7 @@ export namespace google { public ios_app_link: string; /** DynamicJobsAsset ios_app_store_id. */ - public ios_app_store_id: (number|Long|string); + public ios_app_store_id: number; /** * Creates a new DynamicJobsAsset instance using the specified properties. @@ -11763,7 +11763,7 @@ export namespace google { store_code?: (string|null); /** BusinessProfileLocation listing_id */ - listing_id?: (number|Long|string|null); + listing_id?: (number|null); } /** Represents a BusinessProfileLocation. */ @@ -11782,7 +11782,7 @@ export namespace google { public store_code: string; /** BusinessProfileLocation listing_id. */ - public listing_id: (number|Long|string); + public listing_id: number; /** * Creates a new BusinessProfileLocation instance using the specified properties. @@ -13322,7 +13322,7 @@ export namespace google { interface IHotelClassInfo { /** HotelClassInfo value */ - value?: (number|Long|string|null); + value?: (number|null); } /** Represents a HotelClassInfo. */ @@ -13335,7 +13335,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IHotelClassInfo); /** HotelClassInfo value. */ - public value?: (number|Long|string|null); + public value?: (number|null); /** HotelClassInfo _value. */ public _value?: "value"; @@ -13722,7 +13722,7 @@ export namespace google { interface IProductBiddingCategoryInfo { /** ProductBiddingCategoryInfo id */ - id?: (number|Long|string|null); + id?: (number|null); /** ProductBiddingCategoryInfo level */ level?: (google.ads.googleads.v14.enums.ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel|keyof typeof google.ads.googleads.v14.enums.ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel|null); @@ -13738,7 +13738,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IProductBiddingCategoryInfo); /** ProductBiddingCategoryInfo id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** ProductBiddingCategoryInfo level. */ public level: (google.ads.googleads.v14.enums.ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel|keyof typeof google.ads.googleads.v14.enums.ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel); @@ -15119,10 +15119,10 @@ export namespace google { interface IHotelAdvanceBookingWindowInfo { /** HotelAdvanceBookingWindowInfo min_days */ - min_days?: (number|Long|string|null); + min_days?: (number|null); /** HotelAdvanceBookingWindowInfo max_days */ - max_days?: (number|Long|string|null); + max_days?: (number|null); } /** Represents a HotelAdvanceBookingWindowInfo. */ @@ -15135,10 +15135,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IHotelAdvanceBookingWindowInfo); /** HotelAdvanceBookingWindowInfo min_days. */ - public min_days?: (number|Long|string|null); + public min_days?: (number|null); /** HotelAdvanceBookingWindowInfo max_days. */ - public max_days?: (number|Long|string|null); + public max_days?: (number|null); /** HotelAdvanceBookingWindowInfo _min_days. */ public _min_days?: "min_days"; @@ -15228,10 +15228,10 @@ export namespace google { interface IHotelLengthOfStayInfo { /** HotelLengthOfStayInfo min_nights */ - min_nights?: (number|Long|string|null); + min_nights?: (number|null); /** HotelLengthOfStayInfo max_nights */ - max_nights?: (number|Long|string|null); + max_nights?: (number|null); } /** Represents a HotelLengthOfStayInfo. */ @@ -15244,10 +15244,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IHotelLengthOfStayInfo); /** HotelLengthOfStayInfo min_nights. */ - public min_nights?: (number|Long|string|null); + public min_nights?: (number|null); /** HotelLengthOfStayInfo max_nights. */ - public max_nights?: (number|Long|string|null); + public max_nights?: (number|null); /** HotelLengthOfStayInfo _min_nights. */ public _min_nights?: "min_nights"; @@ -15637,7 +15637,7 @@ export namespace google { interface IActivityRatingInfo { /** ActivityRatingInfo value */ - value?: (number|Long|string|null); + value?: (number|null); } /** Represents an ActivityRatingInfo. */ @@ -15650,7 +15650,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IActivityRatingInfo); /** ActivityRatingInfo value. */ - public value?: (number|Long|string|null); + public value?: (number|null); /** ActivityRatingInfo _value. */ public _value?: "value"; @@ -18563,7 +18563,7 @@ export namespace google { geo_target_constants?: (string[]|null); /** LocationGroupInfo radius */ - radius?: (number|Long|string|null); + radius?: (number|null); /** LocationGroupInfo radius_units */ radius_units?: (google.ads.googleads.v14.enums.LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits|keyof typeof google.ads.googleads.v14.enums.LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits|null); @@ -18594,7 +18594,7 @@ export namespace google { public geo_target_constants: string[]; /** LocationGroupInfo radius. */ - public radius?: (number|Long|string|null); + public radius?: (number|null); /** LocationGroupInfo radius_units. */ public radius_units: (google.ads.googleads.v14.enums.LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits|keyof typeof google.ads.googleads.v14.enums.LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits); @@ -19196,7 +19196,7 @@ export namespace google { currency_code?: (string|null); /** Money amount_micros */ - amount_micros?: (number|Long|string|null); + amount_micros?: (number|null); } /** Represents a Money. */ @@ -19212,7 +19212,7 @@ export namespace google { public currency_code?: (string|null); /** Money amount_micros. */ - public amount_micros?: (number|Long|string|null); + public amount_micros?: (number|null); /** Money _currency_code. */ public _currency_code?: "currency_code"; @@ -20980,7 +20980,7 @@ export namespace google { interface ICommission { /** Commission commission_rate_micros */ - commission_rate_micros?: (number|Long|string|null); + commission_rate_micros?: (number|null); } /** Represents a Commission. */ @@ -20993,7 +20993,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.ICommission); /** Commission commission_rate_micros. */ - public commission_rate_micros?: (number|Long|string|null); + public commission_rate_micros?: (number|null); /** Commission _commission_rate_micros. */ public _commission_rate_micros?: "commission_rate_micros"; @@ -21544,13 +21544,13 @@ export namespace google { interface IMaximizeConversions { /** MaximizeConversions cpc_bid_ceiling_micros */ - cpc_bid_ceiling_micros?: (number|Long|string|null); + cpc_bid_ceiling_micros?: (number|null); /** MaximizeConversions cpc_bid_floor_micros */ - cpc_bid_floor_micros?: (number|Long|string|null); + cpc_bid_floor_micros?: (number|null); /** MaximizeConversions target_cpa_micros */ - target_cpa_micros?: (number|Long|string|null); + target_cpa_micros?: (number|null); } /** Represents a MaximizeConversions. */ @@ -21563,13 +21563,13 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IMaximizeConversions); /** MaximizeConversions cpc_bid_ceiling_micros. */ - public cpc_bid_ceiling_micros: (number|Long|string); + public cpc_bid_ceiling_micros: number; /** MaximizeConversions cpc_bid_floor_micros. */ - public cpc_bid_floor_micros: (number|Long|string); + public cpc_bid_floor_micros: number; /** MaximizeConversions target_cpa_micros. */ - public target_cpa_micros: (number|Long|string); + public target_cpa_micros: number; /** * Creates a new MaximizeConversions instance using the specified properties. @@ -21656,10 +21656,10 @@ export namespace google { target_roas?: (number|null); /** MaximizeConversionValue cpc_bid_ceiling_micros */ - cpc_bid_ceiling_micros?: (number|Long|string|null); + cpc_bid_ceiling_micros?: (number|null); /** MaximizeConversionValue cpc_bid_floor_micros */ - cpc_bid_floor_micros?: (number|Long|string|null); + cpc_bid_floor_micros?: (number|null); } /** Represents a MaximizeConversionValue. */ @@ -21675,10 +21675,10 @@ export namespace google { public target_roas: number; /** MaximizeConversionValue cpc_bid_ceiling_micros. */ - public cpc_bid_ceiling_micros: (number|Long|string); + public cpc_bid_ceiling_micros: number; /** MaximizeConversionValue cpc_bid_floor_micros. */ - public cpc_bid_floor_micros: (number|Long|string); + public cpc_bid_floor_micros: number; /** * Creates a new MaximizeConversionValue instance using the specified properties. @@ -21762,13 +21762,13 @@ export namespace google { interface ITargetCpa { /** TargetCpa target_cpa_micros */ - target_cpa_micros?: (number|Long|string|null); + target_cpa_micros?: (number|null); /** TargetCpa cpc_bid_ceiling_micros */ - cpc_bid_ceiling_micros?: (number|Long|string|null); + cpc_bid_ceiling_micros?: (number|null); /** TargetCpa cpc_bid_floor_micros */ - cpc_bid_floor_micros?: (number|Long|string|null); + cpc_bid_floor_micros?: (number|null); } /** Represents a TargetCpa. */ @@ -21781,13 +21781,13 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.ITargetCpa); /** TargetCpa target_cpa_micros. */ - public target_cpa_micros?: (number|Long|string|null); + public target_cpa_micros?: (number|null); /** TargetCpa cpc_bid_ceiling_micros. */ - public cpc_bid_ceiling_micros?: (number|Long|string|null); + public cpc_bid_ceiling_micros?: (number|null); /** TargetCpa cpc_bid_floor_micros. */ - public cpc_bid_floor_micros?: (number|Long|string|null); + public cpc_bid_floor_micros?: (number|null); /** TargetCpa _target_cpa_micros. */ public _target_cpa_micros?: "target_cpa_micros"; @@ -21980,7 +21980,7 @@ export namespace google { interface ITargetCpmTargetFrequencyGoal { /** TargetCpmTargetFrequencyGoal target_count */ - target_count?: (number|Long|string|null); + target_count?: (number|null); /** TargetCpmTargetFrequencyGoal time_unit */ time_unit?: (google.ads.googleads.v14.enums.TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit|keyof typeof google.ads.googleads.v14.enums.TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit|null); @@ -21996,7 +21996,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.ITargetCpmTargetFrequencyGoal); /** TargetCpmTargetFrequencyGoal target_count. */ - public target_count: (number|Long|string); + public target_count: number; /** TargetCpmTargetFrequencyGoal time_unit. */ public time_unit: (google.ads.googleads.v14.enums.TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit|keyof typeof google.ads.googleads.v14.enums.TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit); @@ -22086,10 +22086,10 @@ export namespace google { location?: (google.ads.googleads.v14.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation|keyof typeof google.ads.googleads.v14.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation|null); /** TargetImpressionShare location_fraction_micros */ - location_fraction_micros?: (number|Long|string|null); + location_fraction_micros?: (number|null); /** TargetImpressionShare cpc_bid_ceiling_micros */ - cpc_bid_ceiling_micros?: (number|Long|string|null); + cpc_bid_ceiling_micros?: (number|null); } /** Represents a TargetImpressionShare. */ @@ -22105,10 +22105,10 @@ export namespace google { public location: (google.ads.googleads.v14.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation|keyof typeof google.ads.googleads.v14.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation); /** TargetImpressionShare location_fraction_micros. */ - public location_fraction_micros?: (number|Long|string|null); + public location_fraction_micros?: (number|null); /** TargetImpressionShare cpc_bid_ceiling_micros. */ - public cpc_bid_ceiling_micros?: (number|Long|string|null); + public cpc_bid_ceiling_micros?: (number|null); /** TargetImpressionShare _location_fraction_micros. */ public _location_fraction_micros?: "location_fraction_micros"; @@ -22201,10 +22201,10 @@ export namespace google { target_roas?: (number|null); /** TargetRoas cpc_bid_ceiling_micros */ - cpc_bid_ceiling_micros?: (number|Long|string|null); + cpc_bid_ceiling_micros?: (number|null); /** TargetRoas cpc_bid_floor_micros */ - cpc_bid_floor_micros?: (number|Long|string|null); + cpc_bid_floor_micros?: (number|null); } /** Represents a TargetRoas. */ @@ -22220,10 +22220,10 @@ export namespace google { public target_roas?: (number|null); /** TargetRoas cpc_bid_ceiling_micros. */ - public cpc_bid_ceiling_micros?: (number|Long|string|null); + public cpc_bid_ceiling_micros?: (number|null); /** TargetRoas cpc_bid_floor_micros. */ - public cpc_bid_floor_micros?: (number|Long|string|null); + public cpc_bid_floor_micros?: (number|null); /** TargetRoas _target_roas. */ public _target_roas?: "target_roas"; @@ -22316,10 +22316,10 @@ export namespace google { interface ITargetSpend { /** TargetSpend target_spend_micros */ - target_spend_micros?: (number|Long|string|null); + target_spend_micros?: (number|null); /** TargetSpend cpc_bid_ceiling_micros */ - cpc_bid_ceiling_micros?: (number|Long|string|null); + cpc_bid_ceiling_micros?: (number|null); } /** Represents a TargetSpend. */ @@ -22332,10 +22332,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.ITargetSpend); /** TargetSpend target_spend_micros. */ - public target_spend_micros?: (number|Long|string|null); + public target_spend_micros?: (number|null); /** TargetSpend cpc_bid_ceiling_micros. */ - public cpc_bid_ceiling_micros?: (number|Long|string|null); + public cpc_bid_ceiling_micros?: (number|null); /** TargetSpend _target_spend_micros. */ public _target_spend_micros?: "target_spend_micros"; @@ -22425,7 +22425,7 @@ export namespace google { interface IPercentCpc { /** PercentCpc cpc_bid_ceiling_micros */ - cpc_bid_ceiling_micros?: (number|Long|string|null); + cpc_bid_ceiling_micros?: (number|null); /** PercentCpc enhanced_cpc_enabled */ enhanced_cpc_enabled?: (boolean|null); @@ -22441,7 +22441,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IPercentCpc); /** PercentCpc cpc_bid_ceiling_micros. */ - public cpc_bid_ceiling_micros?: (number|Long|string|null); + public cpc_bid_ceiling_micros?: (number|null); /** PercentCpc enhanced_cpc_enabled. */ public enhanced_cpc_enabled?: (boolean|null); @@ -23430,7 +23430,7 @@ export namespace google { interface IYearMonth { /** YearMonth year */ - year?: (number|Long|string|null); + year?: (number|null); /** YearMonth month */ month?: (google.ads.googleads.v14.enums.MonthOfYearEnum.MonthOfYear|keyof typeof google.ads.googleads.v14.enums.MonthOfYearEnum.MonthOfYear|null); @@ -23446,7 +23446,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IYearMonth); /** YearMonth year. */ - public year: (number|Long|string); + public year: number; /** YearMonth month. */ public month: (google.ads.googleads.v14.enums.MonthOfYearEnum.MonthOfYear|keyof typeof google.ads.googleads.v14.enums.MonthOfYearEnum.MonthOfYear); @@ -24113,7 +24113,7 @@ export namespace google { phone_number?: (string|null); /** AffiliateLocationFeedItem chain_id */ - chain_id?: (number|Long|string|null); + chain_id?: (number|null); /** AffiliateLocationFeedItem chain_name */ chain_name?: (string|null); @@ -24153,7 +24153,7 @@ export namespace google { public phone_number?: (string|null); /** AffiliateLocationFeedItem chain_id. */ - public chain_id?: (number|Long|string|null); + public chain_id?: (number|null); /** AffiliateLocationFeedItem chain_name. */ public chain_name?: (string|null); @@ -24708,7 +24708,7 @@ export namespace google { language_code?: (string|null); /** PromotionFeedItem percent_off */ - percent_off?: (number|Long|string|null); + percent_off?: (number|null); /** PromotionFeedItem money_amount_off */ money_amount_off?: (google.ads.googleads.v14.common.IMoney|null); @@ -24763,7 +24763,7 @@ export namespace google { public language_code?: (string|null); /** PromotionFeedItem percent_off. */ - public percent_off?: (number|Long|string|null); + public percent_off?: (number|null); /** PromotionFeedItem money_amount_off. */ public money_amount_off?: (google.ads.googleads.v14.common.IMoney|null); @@ -25552,7 +25552,7 @@ export namespace google { interface IDynamicAffiliateLocationSetFilter { /** DynamicAffiliateLocationSetFilter chain_ids */ - chain_ids?: ((number|Long|string)[]|null); + chain_ids?: (number[]|null); } /** Represents a DynamicAffiliateLocationSetFilter. */ @@ -25565,7 +25565,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IDynamicAffiliateLocationSetFilter); /** DynamicAffiliateLocationSetFilter chain_ids. */ - public chain_ids: (number|Long|string)[]; + public chain_ids: number[]; /** * Creates a new DynamicAffiliateLocationSetFilter instance using the specified properties. @@ -25979,7 +25979,7 @@ export namespace google { interface IKeywordPlanHistoricalMetrics { /** KeywordPlanHistoricalMetrics avg_monthly_searches */ - avg_monthly_searches?: (number|Long|string|null); + avg_monthly_searches?: (number|null); /** KeywordPlanHistoricalMetrics monthly_search_volumes */ monthly_search_volumes?: (google.ads.googleads.v14.common.IMonthlySearchVolume[]|null); @@ -25988,16 +25988,16 @@ export namespace google { competition?: (google.ads.googleads.v14.enums.KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel|keyof typeof google.ads.googleads.v14.enums.KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel|null); /** KeywordPlanHistoricalMetrics competition_index */ - competition_index?: (number|Long|string|null); + competition_index?: (number|null); /** KeywordPlanHistoricalMetrics low_top_of_page_bid_micros */ - low_top_of_page_bid_micros?: (number|Long|string|null); + low_top_of_page_bid_micros?: (number|null); /** KeywordPlanHistoricalMetrics high_top_of_page_bid_micros */ - high_top_of_page_bid_micros?: (number|Long|string|null); + high_top_of_page_bid_micros?: (number|null); /** KeywordPlanHistoricalMetrics average_cpc_micros */ - average_cpc_micros?: (number|Long|string|null); + average_cpc_micros?: (number|null); } /** Represents a KeywordPlanHistoricalMetrics. */ @@ -26010,7 +26010,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IKeywordPlanHistoricalMetrics); /** KeywordPlanHistoricalMetrics avg_monthly_searches. */ - public avg_monthly_searches?: (number|Long|string|null); + public avg_monthly_searches?: (number|null); /** KeywordPlanHistoricalMetrics monthly_search_volumes. */ public monthly_search_volumes: google.ads.googleads.v14.common.IMonthlySearchVolume[]; @@ -26019,16 +26019,16 @@ export namespace google { public competition: (google.ads.googleads.v14.enums.KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel|keyof typeof google.ads.googleads.v14.enums.KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel); /** KeywordPlanHistoricalMetrics competition_index. */ - public competition_index?: (number|Long|string|null); + public competition_index?: (number|null); /** KeywordPlanHistoricalMetrics low_top_of_page_bid_micros. */ - public low_top_of_page_bid_micros?: (number|Long|string|null); + public low_top_of_page_bid_micros?: (number|null); /** KeywordPlanHistoricalMetrics high_top_of_page_bid_micros. */ - public high_top_of_page_bid_micros?: (number|Long|string|null); + public high_top_of_page_bid_micros?: (number|null); /** KeywordPlanHistoricalMetrics average_cpc_micros. */ - public average_cpc_micros?: (number|Long|string|null); + public average_cpc_micros?: (number|null); /** KeywordPlanHistoricalMetrics _avg_monthly_searches. */ public _avg_monthly_searches?: "avg_monthly_searches"; @@ -26233,13 +26233,13 @@ export namespace google { interface IMonthlySearchVolume { /** MonthlySearchVolume year */ - year?: (number|Long|string|null); + year?: (number|null); /** MonthlySearchVolume month */ month?: (google.ads.googleads.v14.enums.MonthOfYearEnum.MonthOfYear|keyof typeof google.ads.googleads.v14.enums.MonthOfYearEnum.MonthOfYear|null); /** MonthlySearchVolume monthly_searches */ - monthly_searches?: (number|Long|string|null); + monthly_searches?: (number|null); } /** Represents a MonthlySearchVolume. */ @@ -26252,13 +26252,13 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IMonthlySearchVolume); /** MonthlySearchVolume year. */ - public year?: (number|Long|string|null); + public year?: (number|null); /** MonthlySearchVolume month. */ public month: (google.ads.googleads.v14.enums.MonthOfYearEnum.MonthOfYear|keyof typeof google.ads.googleads.v14.enums.MonthOfYearEnum.MonthOfYear); /** MonthlySearchVolume monthly_searches. */ - public monthly_searches?: (number|Long|string|null); + public monthly_searches?: (number|null); /** MonthlySearchVolume _year. */ public _year?: "year"; @@ -26545,7 +26545,7 @@ export namespace google { device?: (google.ads.googleads.v14.enums.DeviceEnum.Device|keyof typeof google.ads.googleads.v14.enums.DeviceEnum.Device|null); /** KeywordPlanDeviceSearches search_count */ - search_count?: (number|Long|string|null); + search_count?: (number|null); } /** Represents a KeywordPlanDeviceSearches. */ @@ -26561,7 +26561,7 @@ export namespace google { public device: (google.ads.googleads.v14.enums.DeviceEnum.Device|keyof typeof google.ads.googleads.v14.enums.DeviceEnum.Device); /** KeywordPlanDeviceSearches search_count. */ - public search_count?: (number|Long|string|null); + public search_count?: (number|null); /** KeywordPlanDeviceSearches _search_count. */ public _search_count?: "search_count"; @@ -27192,7 +27192,7 @@ export namespace google { string_value?: (string|null); /** ConstantOperand long_value */ - long_value?: (number|Long|string|null); + long_value?: (number|null); /** ConstantOperand boolean_value */ boolean_value?: (boolean|null); @@ -27214,7 +27214,7 @@ export namespace google { public string_value?: (string|null); /** ConstantOperand long_value. */ - public long_value?: (number|Long|string|null); + public long_value?: (number|null); /** ConstantOperand boolean_value. */ public boolean_value?: (boolean|null); @@ -27307,10 +27307,10 @@ export namespace google { interface IFeedAttributeOperand { /** FeedAttributeOperand feed_id */ - feed_id?: (number|Long|string|null); + feed_id?: (number|null); /** FeedAttributeOperand feed_attribute_id */ - feed_attribute_id?: (number|Long|string|null); + feed_attribute_id?: (number|null); } /** Represents a FeedAttributeOperand. */ @@ -27323,10 +27323,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.Operand.IFeedAttributeOperand); /** FeedAttributeOperand feed_id. */ - public feed_id?: (number|Long|string|null); + public feed_id?: (number|null); /** FeedAttributeOperand feed_attribute_id. */ - public feed_attribute_id?: (number|Long|string|null); + public feed_attribute_id?: (number|null); /** FeedAttributeOperand _feed_id. */ public _feed_id?: "feed_id"; @@ -27723,16 +27723,16 @@ export namespace google { active_view_ctr?: (number|null); /** Metrics active_view_impressions */ - active_view_impressions?: (number|Long|string|null); + active_view_impressions?: (number|null); /** Metrics active_view_measurability */ active_view_measurability?: (number|null); /** Metrics active_view_measurable_cost_micros */ - active_view_measurable_cost_micros?: (number|Long|string|null); + active_view_measurable_cost_micros?: (number|null); /** Metrics active_view_measurable_impressions */ - active_view_measurable_impressions?: (number|Long|string|null); + active_view_measurable_impressions?: (number|null); /** Metrics active_view_viewability */ active_view_viewability?: (number|null); @@ -27837,16 +27837,16 @@ export namespace google { bounce_rate?: (number|null); /** Metrics clicks */ - clicks?: (number|Long|string|null); + clicks?: (number|null); /** Metrics combined_clicks */ - combined_clicks?: (number|Long|string|null); + combined_clicks?: (number|null); /** Metrics combined_clicks_per_query */ combined_clicks_per_query?: (number|null); /** Metrics combined_queries */ - combined_queries?: (number|Long|string|null); + combined_queries?: (number|null); /** Metrics content_budget_lost_impression_share */ content_budget_lost_impression_share?: (number|null); @@ -27888,7 +27888,7 @@ export namespace google { conversions_by_conversion_date?: (number|null); /** Metrics cost_micros */ - cost_micros?: (number|Long|string|null); + cost_micros?: (number|null); /** Metrics cost_per_all_conversions */ cost_per_all_conversions?: (number|null); @@ -27924,13 +27924,13 @@ export namespace google { engagement_rate?: (number|null); /** Metrics engagements */ - engagements?: (number|Long|string|null); + engagements?: (number|null); /** Metrics hotel_average_lead_value_micros */ hotel_average_lead_value_micros?: (number|null); /** Metrics hotel_commission_rate_micros */ - hotel_commission_rate_micros?: (number|Long|string|null); + hotel_commission_rate_micros?: (number|null); /** Metrics hotel_expected_commission_cost */ hotel_expected_commission_cost?: (number|null); @@ -27939,7 +27939,7 @@ export namespace google { hotel_price_difference_percentage?: (number|null); /** Metrics hotel_eligible_impressions */ - hotel_eligible_impressions?: (number|Long|string|null); + hotel_eligible_impressions?: (number|null); /** Metrics historical_creative_quality_score */ historical_creative_quality_score?: (google.ads.googleads.v14.enums.QualityScoreBucketEnum.QualityScoreBucket|keyof typeof google.ads.googleads.v14.enums.QualityScoreBucketEnum.QualityScoreBucket|null); @@ -27948,31 +27948,31 @@ export namespace google { historical_landing_page_quality_score?: (google.ads.googleads.v14.enums.QualityScoreBucketEnum.QualityScoreBucket|keyof typeof google.ads.googleads.v14.enums.QualityScoreBucketEnum.QualityScoreBucket|null); /** Metrics historical_quality_score */ - historical_quality_score?: (number|Long|string|null); + historical_quality_score?: (number|null); /** Metrics historical_search_predicted_ctr */ historical_search_predicted_ctr?: (google.ads.googleads.v14.enums.QualityScoreBucketEnum.QualityScoreBucket|keyof typeof google.ads.googleads.v14.enums.QualityScoreBucketEnum.QualityScoreBucket|null); /** Metrics gmail_forwards */ - gmail_forwards?: (number|Long|string|null); + gmail_forwards?: (number|null); /** Metrics gmail_saves */ - gmail_saves?: (number|Long|string|null); + gmail_saves?: (number|null); /** Metrics gmail_secondary_clicks */ - gmail_secondary_clicks?: (number|Long|string|null); + gmail_secondary_clicks?: (number|null); /** Metrics impressions_from_store_reach */ - impressions_from_store_reach?: (number|Long|string|null); + impressions_from_store_reach?: (number|null); /** Metrics impressions */ - impressions?: (number|Long|string|null); + impressions?: (number|null); /** Metrics interaction_rate */ interaction_rate?: (number|null); /** Metrics interactions */ - interactions?: (number|Long|string|null); + interactions?: (number|null); /** Metrics interaction_event_types */ interaction_event_types?: (google.ads.googleads.v14.enums.InteractionEventTypeEnum.InteractionEventType[]|null); @@ -27981,13 +27981,13 @@ export namespace google { invalid_click_rate?: (number|null); /** Metrics invalid_clicks */ - invalid_clicks?: (number|Long|string|null); + invalid_clicks?: (number|null); /** Metrics message_chats */ - message_chats?: (number|Long|string|null); + message_chats?: (number|null); /** Metrics message_impressions */ - message_impressions?: (number|Long|string|null); + message_impressions?: (number|null); /** Metrics message_chat_rate */ message_chat_rate?: (number|null); @@ -28002,28 +28002,28 @@ export namespace google { optimization_score_url?: (string|null); /** Metrics organic_clicks */ - organic_clicks?: (number|Long|string|null); + organic_clicks?: (number|null); /** Metrics organic_clicks_per_query */ organic_clicks_per_query?: (number|null); /** Metrics organic_impressions */ - organic_impressions?: (number|Long|string|null); + organic_impressions?: (number|null); /** Metrics organic_impressions_per_query */ organic_impressions_per_query?: (number|null); /** Metrics organic_queries */ - organic_queries?: (number|Long|string|null); + organic_queries?: (number|null); /** Metrics percent_new_visitors */ percent_new_visitors?: (number|null); /** Metrics phone_calls */ - phone_calls?: (number|Long|string|null); + phone_calls?: (number|null); /** Metrics phone_impressions */ - phone_impressions?: (number|Long|string|null); + phone_impressions?: (number|null); /** Metrics phone_through_rate */ phone_through_rate?: (number|null); @@ -28068,10 +28068,10 @@ export namespace google { search_volume?: (google.ads.googleads.v14.common.ISearchVolumeRange|null); /** Metrics speed_score */ - speed_score?: (number|Long|string|null); + speed_score?: (number|null); /** Metrics average_target_cpa_micros */ - average_target_cpa_micros?: (number|Long|string|null); + average_target_cpa_micros?: (number|null); /** Metrics average_target_roas */ average_target_roas?: (number|null); @@ -28113,22 +28113,22 @@ export namespace google { video_view_rate?: (number|null); /** Metrics video_views */ - video_views?: (number|Long|string|null); + video_views?: (number|null); /** Metrics view_through_conversions */ - view_through_conversions?: (number|Long|string|null); + view_through_conversions?: (number|null); /** Metrics sk_ad_network_conversions */ - sk_ad_network_conversions?: (number|Long|string|null); + sk_ad_network_conversions?: (number|null); /** Metrics publisher_purchased_clicks */ - publisher_purchased_clicks?: (number|Long|string|null); + publisher_purchased_clicks?: (number|null); /** Metrics publisher_organic_clicks */ - publisher_organic_clicks?: (number|Long|string|null); + publisher_organic_clicks?: (number|null); /** Metrics publisher_unknown_clicks */ - publisher_unknown_clicks?: (number|Long|string|null); + publisher_unknown_clicks?: (number|null); /** Metrics all_conversions_from_location_asset_click_to_call */ all_conversions_from_location_asset_click_to_call?: (number|null); @@ -28152,7 +28152,7 @@ export namespace google { all_conversions_from_location_asset_website?: (number|null); /** Metrics eligible_impressions_from_location_asset_store_reach */ - eligible_impressions_from_location_asset_store_reach?: (number|Long|string|null); + eligible_impressions_from_location_asset_store_reach?: (number|null); /** Metrics view_through_conversions_from_location_asset_click_to_call */ view_through_conversions_from_location_asset_click_to_call?: (number|null); @@ -28195,16 +28195,16 @@ export namespace google { public active_view_ctr?: (number|null); /** Metrics active_view_impressions. */ - public active_view_impressions?: (number|Long|string|null); + public active_view_impressions?: (number|null); /** Metrics active_view_measurability. */ public active_view_measurability?: (number|null); /** Metrics active_view_measurable_cost_micros. */ - public active_view_measurable_cost_micros?: (number|Long|string|null); + public active_view_measurable_cost_micros?: (number|null); /** Metrics active_view_measurable_impressions. */ - public active_view_measurable_impressions?: (number|Long|string|null); + public active_view_measurable_impressions?: (number|null); /** Metrics active_view_viewability. */ public active_view_viewability?: (number|null); @@ -28309,16 +28309,16 @@ export namespace google { public bounce_rate?: (number|null); /** Metrics clicks. */ - public clicks?: (number|Long|string|null); + public clicks?: (number|null); /** Metrics combined_clicks. */ - public combined_clicks?: (number|Long|string|null); + public combined_clicks?: (number|null); /** Metrics combined_clicks_per_query. */ public combined_clicks_per_query?: (number|null); /** Metrics combined_queries. */ - public combined_queries?: (number|Long|string|null); + public combined_queries?: (number|null); /** Metrics content_budget_lost_impression_share. */ public content_budget_lost_impression_share?: (number|null); @@ -28360,7 +28360,7 @@ export namespace google { public conversions_by_conversion_date: number; /** Metrics cost_micros. */ - public cost_micros?: (number|Long|string|null); + public cost_micros?: (number|null); /** Metrics cost_per_all_conversions. */ public cost_per_all_conversions?: (number|null); @@ -28396,13 +28396,13 @@ export namespace google { public engagement_rate?: (number|null); /** Metrics engagements. */ - public engagements?: (number|Long|string|null); + public engagements?: (number|null); /** Metrics hotel_average_lead_value_micros. */ public hotel_average_lead_value_micros?: (number|null); /** Metrics hotel_commission_rate_micros. */ - public hotel_commission_rate_micros?: (number|Long|string|null); + public hotel_commission_rate_micros?: (number|null); /** Metrics hotel_expected_commission_cost. */ public hotel_expected_commission_cost?: (number|null); @@ -28411,7 +28411,7 @@ export namespace google { public hotel_price_difference_percentage?: (number|null); /** Metrics hotel_eligible_impressions. */ - public hotel_eligible_impressions?: (number|Long|string|null); + public hotel_eligible_impressions?: (number|null); /** Metrics historical_creative_quality_score. */ public historical_creative_quality_score: (google.ads.googleads.v14.enums.QualityScoreBucketEnum.QualityScoreBucket|keyof typeof google.ads.googleads.v14.enums.QualityScoreBucketEnum.QualityScoreBucket); @@ -28420,31 +28420,31 @@ export namespace google { public historical_landing_page_quality_score: (google.ads.googleads.v14.enums.QualityScoreBucketEnum.QualityScoreBucket|keyof typeof google.ads.googleads.v14.enums.QualityScoreBucketEnum.QualityScoreBucket); /** Metrics historical_quality_score. */ - public historical_quality_score?: (number|Long|string|null); + public historical_quality_score?: (number|null); /** Metrics historical_search_predicted_ctr. */ public historical_search_predicted_ctr: (google.ads.googleads.v14.enums.QualityScoreBucketEnum.QualityScoreBucket|keyof typeof google.ads.googleads.v14.enums.QualityScoreBucketEnum.QualityScoreBucket); /** Metrics gmail_forwards. */ - public gmail_forwards?: (number|Long|string|null); + public gmail_forwards?: (number|null); /** Metrics gmail_saves. */ - public gmail_saves?: (number|Long|string|null); + public gmail_saves?: (number|null); /** Metrics gmail_secondary_clicks. */ - public gmail_secondary_clicks?: (number|Long|string|null); + public gmail_secondary_clicks?: (number|null); /** Metrics impressions_from_store_reach. */ - public impressions_from_store_reach?: (number|Long|string|null); + public impressions_from_store_reach?: (number|null); /** Metrics impressions. */ - public impressions?: (number|Long|string|null); + public impressions?: (number|null); /** Metrics interaction_rate. */ public interaction_rate?: (number|null); /** Metrics interactions. */ - public interactions?: (number|Long|string|null); + public interactions?: (number|null); /** Metrics interaction_event_types. */ public interaction_event_types: google.ads.googleads.v14.enums.InteractionEventTypeEnum.InteractionEventType[]; @@ -28453,13 +28453,13 @@ export namespace google { public invalid_click_rate?: (number|null); /** Metrics invalid_clicks. */ - public invalid_clicks?: (number|Long|string|null); + public invalid_clicks?: (number|null); /** Metrics message_chats. */ - public message_chats?: (number|Long|string|null); + public message_chats?: (number|null); /** Metrics message_impressions. */ - public message_impressions?: (number|Long|string|null); + public message_impressions?: (number|null); /** Metrics message_chat_rate. */ public message_chat_rate?: (number|null); @@ -28474,28 +28474,28 @@ export namespace google { public optimization_score_url?: (string|null); /** Metrics organic_clicks. */ - public organic_clicks?: (number|Long|string|null); + public organic_clicks?: (number|null); /** Metrics organic_clicks_per_query. */ public organic_clicks_per_query?: (number|null); /** Metrics organic_impressions. */ - public organic_impressions?: (number|Long|string|null); + public organic_impressions?: (number|null); /** Metrics organic_impressions_per_query. */ public organic_impressions_per_query?: (number|null); /** Metrics organic_queries. */ - public organic_queries?: (number|Long|string|null); + public organic_queries?: (number|null); /** Metrics percent_new_visitors. */ public percent_new_visitors?: (number|null); /** Metrics phone_calls. */ - public phone_calls?: (number|Long|string|null); + public phone_calls?: (number|null); /** Metrics phone_impressions. */ - public phone_impressions?: (number|Long|string|null); + public phone_impressions?: (number|null); /** Metrics phone_through_rate. */ public phone_through_rate?: (number|null); @@ -28540,10 +28540,10 @@ export namespace google { public search_volume?: (google.ads.googleads.v14.common.ISearchVolumeRange|null); /** Metrics speed_score. */ - public speed_score?: (number|Long|string|null); + public speed_score?: (number|null); /** Metrics average_target_cpa_micros. */ - public average_target_cpa_micros?: (number|Long|string|null); + public average_target_cpa_micros?: (number|null); /** Metrics average_target_roas. */ public average_target_roas?: (number|null); @@ -28585,22 +28585,22 @@ export namespace google { public video_view_rate?: (number|null); /** Metrics video_views. */ - public video_views?: (number|Long|string|null); + public video_views?: (number|null); /** Metrics view_through_conversions. */ - public view_through_conversions?: (number|Long|string|null); + public view_through_conversions?: (number|null); /** Metrics sk_ad_network_conversions. */ - public sk_ad_network_conversions: (number|Long|string); + public sk_ad_network_conversions: number; /** Metrics publisher_purchased_clicks. */ - public publisher_purchased_clicks: (number|Long|string); + public publisher_purchased_clicks: number; /** Metrics publisher_organic_clicks. */ - public publisher_organic_clicks: (number|Long|string); + public publisher_organic_clicks: number; /** Metrics publisher_unknown_clicks. */ - public publisher_unknown_clicks: (number|Long|string); + public publisher_unknown_clicks: number; /** Metrics all_conversions_from_location_asset_click_to_call. */ public all_conversions_from_location_asset_click_to_call?: (number|null); @@ -28624,7 +28624,7 @@ export namespace google { public all_conversions_from_location_asset_website?: (number|null); /** Metrics eligible_impressions_from_location_asset_store_reach. */ - public eligible_impressions_from_location_asset_store_reach?: (number|Long|string|null); + public eligible_impressions_from_location_asset_store_reach?: (number|null); /** Metrics view_through_conversions_from_location_asset_click_to_call. */ public view_through_conversions_from_location_asset_click_to_call?: (number|null); @@ -29155,10 +29155,10 @@ export namespace google { interface ISearchVolumeRange { /** SearchVolumeRange min */ - min?: (number|Long|string|null); + min?: (number|null); /** SearchVolumeRange max */ - max?: (number|Long|string|null); + max?: (number|null); } /** Represents a SearchVolumeRange. */ @@ -29171,10 +29171,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.ISearchVolumeRange); /** SearchVolumeRange min. */ - public min?: (number|Long|string|null); + public min?: (number|null); /** SearchVolumeRange max. */ - public max?: (number|Long|string|null); + public max?: (number|null); /** SearchVolumeRange _min. */ public _min?: "min"; @@ -29808,7 +29808,7 @@ export namespace google { item_id?: (string|null); /** ItemAttribute merchant_id */ - merchant_id?: (number|Long|string|null); + merchant_id?: (number|null); /** ItemAttribute country_code */ country_code?: (string|null); @@ -29817,7 +29817,7 @@ export namespace google { language_code?: (string|null); /** ItemAttribute quantity */ - quantity?: (number|Long|string|null); + quantity?: (number|null); } /** Represents an ItemAttribute. */ @@ -29833,7 +29833,7 @@ export namespace google { public item_id: string; /** ItemAttribute merchant_id. */ - public merchant_id?: (number|Long|string|null); + public merchant_id?: (number|null); /** ItemAttribute country_code. */ public country_code: string; @@ -29842,7 +29842,7 @@ export namespace google { public language_code: string; /** ItemAttribute quantity. */ - public quantity: (number|Long|string); + public quantity: number; /** ItemAttribute _merchant_id. */ public _merchant_id?: "merchant_id"; @@ -30038,7 +30038,7 @@ export namespace google { interface IUserAttribute { /** UserAttribute lifetime_value_micros */ - lifetime_value_micros?: (number|Long|string|null); + lifetime_value_micros?: (number|null); /** UserAttribute lifetime_value_bucket */ lifetime_value_bucket?: (number|null); @@ -30050,7 +30050,7 @@ export namespace google { average_purchase_count?: (number|null); /** UserAttribute average_purchase_value_micros */ - average_purchase_value_micros?: (number|Long|string|null); + average_purchase_value_micros?: (number|null); /** UserAttribute acquisition_date_time */ acquisition_date_time?: (string|null); @@ -30078,7 +30078,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IUserAttribute); /** UserAttribute lifetime_value_micros. */ - public lifetime_value_micros?: (number|Long|string|null); + public lifetime_value_micros?: (number|null); /** UserAttribute lifetime_value_bucket. */ public lifetime_value_bucket?: (number|null); @@ -30090,7 +30090,7 @@ export namespace google { public average_purchase_count: number; /** UserAttribute average_purchase_value_micros. */ - public average_purchase_value_micros: (number|Long|string); + public average_purchase_value_micros: number; /** UserAttribute acquisition_date_time. */ public acquisition_date_time: string; @@ -30743,7 +30743,7 @@ export namespace google { bridge_map_version_id?: (string|null); /** StoreSalesThirdPartyMetadata partner_id */ - partner_id?: (number|Long|string|null); + partner_id?: (number|null); } /** Represents a StoreSalesThirdPartyMetadata. */ @@ -30771,7 +30771,7 @@ export namespace google { public bridge_map_version_id?: (string|null); /** StoreSalesThirdPartyMetadata partner_id. */ - public partner_id?: (number|Long|string|null); + public partner_id?: (number|null); /** StoreSalesThirdPartyMetadata _advertiser_upload_date_time. */ public _advertiser_upload_date_time?: "advertiser_upload_date_time"; @@ -31082,10 +31082,10 @@ export namespace google { interface ISegments { /** Segments activity_account_id */ - activity_account_id?: (number|Long|string|null); + activity_account_id?: (number|null); /** Segments activity_rating */ - activity_rating?: (number|Long|string|null); + activity_rating?: (number|null); /** Segments external_activity_id */ external_activity_id?: (string|null); @@ -31184,10 +31184,10 @@ export namespace google { geo_target_state?: (string|null); /** Segments hotel_booking_window_days */ - hotel_booking_window_days?: (number|Long|string|null); + hotel_booking_window_days?: (number|null); /** Segments hotel_center_id */ - hotel_center_id?: (number|Long|string|null); + hotel_center_id?: (number|null); /** Segments hotel_check_in_date */ hotel_check_in_date?: (string|null); @@ -31244,7 +31244,7 @@ export namespace google { placeholder_type?: (google.ads.googleads.v14.enums.PlaceholderTypeEnum.PlaceholderType|keyof typeof google.ads.googleads.v14.enums.PlaceholderTypeEnum.PlaceholderType|null); /** Segments product_aggregator_id */ - product_aggregator_id?: (number|Long|string|null); + product_aggregator_id?: (number|null); /** Segments product_bidding_category_level1 */ product_bidding_category_level1?: (string|null); @@ -31301,7 +31301,7 @@ export namespace google { product_language?: (string|null); /** Segments product_merchant_id */ - product_merchant_id?: (number|Long|string|null); + product_merchant_id?: (number|null); /** Segments product_store_id */ product_store_id?: (string|null); @@ -31358,7 +31358,7 @@ export namespace google { year?: (number|null); /** Segments sk_ad_network_conversion_value */ - sk_ad_network_conversion_value?: (number|Long|string|null); + sk_ad_network_conversion_value?: (number|null); /** Segments sk_ad_network_user_type */ sk_ad_network_user_type?: (google.ads.googleads.v14.enums.SkAdNetworkUserTypeEnum.SkAdNetworkUserType|keyof typeof google.ads.googleads.v14.enums.SkAdNetworkUserTypeEnum.SkAdNetworkUserType|null); @@ -31389,10 +31389,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.ISegments); /** Segments activity_account_id. */ - public activity_account_id?: (number|Long|string|null); + public activity_account_id?: (number|null); /** Segments activity_rating. */ - public activity_rating?: (number|Long|string|null); + public activity_rating?: (number|null); /** Segments external_activity_id. */ public external_activity_id?: (string|null); @@ -31491,10 +31491,10 @@ export namespace google { public geo_target_state?: (string|null); /** Segments hotel_booking_window_days. */ - public hotel_booking_window_days?: (number|Long|string|null); + public hotel_booking_window_days?: (number|null); /** Segments hotel_center_id. */ - public hotel_center_id?: (number|Long|string|null); + public hotel_center_id?: (number|null); /** Segments hotel_check_in_date. */ public hotel_check_in_date?: (string|null); @@ -31551,7 +31551,7 @@ export namespace google { public placeholder_type: (google.ads.googleads.v14.enums.PlaceholderTypeEnum.PlaceholderType|keyof typeof google.ads.googleads.v14.enums.PlaceholderTypeEnum.PlaceholderType); /** Segments product_aggregator_id. */ - public product_aggregator_id?: (number|Long|string|null); + public product_aggregator_id?: (number|null); /** Segments product_bidding_category_level1. */ public product_bidding_category_level1?: (string|null); @@ -31608,7 +31608,7 @@ export namespace google { public product_language?: (string|null); /** Segments product_merchant_id. */ - public product_merchant_id?: (number|Long|string|null); + public product_merchant_id?: (number|null); /** Segments product_store_id. */ public product_store_id?: (string|null); @@ -31665,7 +31665,7 @@ export namespace google { public year?: (number|null); /** Segments sk_ad_network_conversion_value. */ - public sk_ad_network_conversion_value?: (number|Long|string|null); + public sk_ad_network_conversion_value?: (number|null); /** Segments sk_ad_network_user_type. */ public sk_ad_network_user_type: (google.ads.googleads.v14.enums.SkAdNetworkUserTypeEnum.SkAdNetworkUserType|keyof typeof google.ads.googleads.v14.enums.SkAdNetworkUserTypeEnum.SkAdNetworkUserType); @@ -33068,7 +33068,7 @@ export namespace google { interface ICpcBidSimulationPoint { /** CpcBidSimulationPoint required_budget_amount_micros */ - required_budget_amount_micros?: (number|Long|string|null); + required_budget_amount_micros?: (number|null); /** CpcBidSimulationPoint biddable_conversions */ biddable_conversions?: (number|null); @@ -33077,19 +33077,19 @@ export namespace google { biddable_conversions_value?: (number|null); /** CpcBidSimulationPoint clicks */ - clicks?: (number|Long|string|null); + clicks?: (number|null); /** CpcBidSimulationPoint cost_micros */ - cost_micros?: (number|Long|string|null); + cost_micros?: (number|null); /** CpcBidSimulationPoint impressions */ - impressions?: (number|Long|string|null); + impressions?: (number|null); /** CpcBidSimulationPoint top_slot_impressions */ - top_slot_impressions?: (number|Long|string|null); + top_slot_impressions?: (number|null); /** CpcBidSimulationPoint cpc_bid_micros */ - cpc_bid_micros?: (number|Long|string|null); + cpc_bid_micros?: (number|null); /** CpcBidSimulationPoint cpc_bid_scaling_modifier */ cpc_bid_scaling_modifier?: (number|null); @@ -33105,7 +33105,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.ICpcBidSimulationPoint); /** CpcBidSimulationPoint required_budget_amount_micros. */ - public required_budget_amount_micros: (number|Long|string); + public required_budget_amount_micros: number; /** CpcBidSimulationPoint biddable_conversions. */ public biddable_conversions?: (number|null); @@ -33114,19 +33114,19 @@ export namespace google { public biddable_conversions_value?: (number|null); /** CpcBidSimulationPoint clicks. */ - public clicks?: (number|Long|string|null); + public clicks?: (number|null); /** CpcBidSimulationPoint cost_micros. */ - public cost_micros?: (number|Long|string|null); + public cost_micros?: (number|null); /** CpcBidSimulationPoint impressions. */ - public impressions?: (number|Long|string|null); + public impressions?: (number|null); /** CpcBidSimulationPoint top_slot_impressions. */ - public top_slot_impressions?: (number|Long|string|null); + public top_slot_impressions?: (number|null); /** CpcBidSimulationPoint cpc_bid_micros. */ - public cpc_bid_micros?: (number|Long|string|null); + public cpc_bid_micros?: (number|null); /** CpcBidSimulationPoint cpc_bid_scaling_modifier. */ public cpc_bid_scaling_modifier?: (number|null); @@ -33234,16 +33234,16 @@ export namespace google { interface ICpvBidSimulationPoint { /** CpvBidSimulationPoint cpv_bid_micros */ - cpv_bid_micros?: (number|Long|string|null); + cpv_bid_micros?: (number|null); /** CpvBidSimulationPoint cost_micros */ - cost_micros?: (number|Long|string|null); + cost_micros?: (number|null); /** CpvBidSimulationPoint impressions */ - impressions?: (number|Long|string|null); + impressions?: (number|null); /** CpvBidSimulationPoint views */ - views?: (number|Long|string|null); + views?: (number|null); } /** Represents a CpvBidSimulationPoint. */ @@ -33256,16 +33256,16 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.ICpvBidSimulationPoint); /** CpvBidSimulationPoint cpv_bid_micros. */ - public cpv_bid_micros?: (number|Long|string|null); + public cpv_bid_micros?: (number|null); /** CpvBidSimulationPoint cost_micros. */ - public cost_micros?: (number|Long|string|null); + public cost_micros?: (number|null); /** CpvBidSimulationPoint impressions. */ - public impressions?: (number|Long|string|null); + public impressions?: (number|null); /** CpvBidSimulationPoint views. */ - public views?: (number|Long|string|null); + public views?: (number|null); /** CpvBidSimulationPoint _cpv_bid_micros. */ public _cpv_bid_micros?: "cpv_bid_micros"; @@ -33361,7 +33361,7 @@ export namespace google { interface ITargetCpaSimulationPoint { /** TargetCpaSimulationPoint required_budget_amount_micros */ - required_budget_amount_micros?: (number|Long|string|null); + required_budget_amount_micros?: (number|null); /** TargetCpaSimulationPoint biddable_conversions */ biddable_conversions?: (number|null); @@ -33376,19 +33376,19 @@ export namespace google { in_app_actions?: (number|null); /** TargetCpaSimulationPoint clicks */ - clicks?: (number|Long|string|null); + clicks?: (number|null); /** TargetCpaSimulationPoint cost_micros */ - cost_micros?: (number|Long|string|null); + cost_micros?: (number|null); /** TargetCpaSimulationPoint impressions */ - impressions?: (number|Long|string|null); + impressions?: (number|null); /** TargetCpaSimulationPoint top_slot_impressions */ - top_slot_impressions?: (number|Long|string|null); + top_slot_impressions?: (number|null); /** TargetCpaSimulationPoint target_cpa_micros */ - target_cpa_micros?: (number|Long|string|null); + target_cpa_micros?: (number|null); /** TargetCpaSimulationPoint target_cpa_scaling_modifier */ target_cpa_scaling_modifier?: (number|null); @@ -33404,7 +33404,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.ITargetCpaSimulationPoint); /** TargetCpaSimulationPoint required_budget_amount_micros. */ - public required_budget_amount_micros: (number|Long|string); + public required_budget_amount_micros: number; /** TargetCpaSimulationPoint biddable_conversions. */ public biddable_conversions?: (number|null); @@ -33419,19 +33419,19 @@ export namespace google { public in_app_actions: number; /** TargetCpaSimulationPoint clicks. */ - public clicks?: (number|Long|string|null); + public clicks?: (number|null); /** TargetCpaSimulationPoint cost_micros. */ - public cost_micros?: (number|Long|string|null); + public cost_micros?: (number|null); /** TargetCpaSimulationPoint impressions. */ - public impressions?: (number|Long|string|null); + public impressions?: (number|null); /** TargetCpaSimulationPoint top_slot_impressions. */ - public top_slot_impressions?: (number|Long|string|null); + public top_slot_impressions?: (number|null); /** TargetCpaSimulationPoint target_cpa_micros. */ - public target_cpa_micros?: (number|Long|string|null); + public target_cpa_micros?: (number|null); /** TargetCpaSimulationPoint target_cpa_scaling_modifier. */ public target_cpa_scaling_modifier?: (number|null); @@ -33542,7 +33542,7 @@ export namespace google { target_roas?: (number|null); /** TargetRoasSimulationPoint required_budget_amount_micros */ - required_budget_amount_micros?: (number|Long|string|null); + required_budget_amount_micros?: (number|null); /** TargetRoasSimulationPoint biddable_conversions */ biddable_conversions?: (number|null); @@ -33551,16 +33551,16 @@ export namespace google { biddable_conversions_value?: (number|null); /** TargetRoasSimulationPoint clicks */ - clicks?: (number|Long|string|null); + clicks?: (number|null); /** TargetRoasSimulationPoint cost_micros */ - cost_micros?: (number|Long|string|null); + cost_micros?: (number|null); /** TargetRoasSimulationPoint impressions */ - impressions?: (number|Long|string|null); + impressions?: (number|null); /** TargetRoasSimulationPoint top_slot_impressions */ - top_slot_impressions?: (number|Long|string|null); + top_slot_impressions?: (number|null); } /** Represents a TargetRoasSimulationPoint. */ @@ -33576,7 +33576,7 @@ export namespace google { public target_roas?: (number|null); /** TargetRoasSimulationPoint required_budget_amount_micros. */ - public required_budget_amount_micros: (number|Long|string); + public required_budget_amount_micros: number; /** TargetRoasSimulationPoint biddable_conversions. */ public biddable_conversions?: (number|null); @@ -33585,16 +33585,16 @@ export namespace google { public biddable_conversions_value?: (number|null); /** TargetRoasSimulationPoint clicks. */ - public clicks?: (number|Long|string|null); + public clicks?: (number|null); /** TargetRoasSimulationPoint cost_micros. */ - public cost_micros?: (number|Long|string|null); + public cost_micros?: (number|null); /** TargetRoasSimulationPoint impressions. */ - public impressions?: (number|Long|string|null); + public impressions?: (number|null); /** TargetRoasSimulationPoint top_slot_impressions. */ - public top_slot_impressions?: (number|Long|string|null); + public top_slot_impressions?: (number|null); /** TargetRoasSimulationPoint _target_roas. */ public _target_roas?: "target_roas"; @@ -33699,7 +33699,7 @@ export namespace google { interface IPercentCpcBidSimulationPoint { /** PercentCpcBidSimulationPoint percent_cpc_bid_micros */ - percent_cpc_bid_micros?: (number|Long|string|null); + percent_cpc_bid_micros?: (number|null); /** PercentCpcBidSimulationPoint biddable_conversions */ biddable_conversions?: (number|null); @@ -33708,16 +33708,16 @@ export namespace google { biddable_conversions_value?: (number|null); /** PercentCpcBidSimulationPoint clicks */ - clicks?: (number|Long|string|null); + clicks?: (number|null); /** PercentCpcBidSimulationPoint cost_micros */ - cost_micros?: (number|Long|string|null); + cost_micros?: (number|null); /** PercentCpcBidSimulationPoint impressions */ - impressions?: (number|Long|string|null); + impressions?: (number|null); /** PercentCpcBidSimulationPoint top_slot_impressions */ - top_slot_impressions?: (number|Long|string|null); + top_slot_impressions?: (number|null); } /** Represents a PercentCpcBidSimulationPoint. */ @@ -33730,7 +33730,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IPercentCpcBidSimulationPoint); /** PercentCpcBidSimulationPoint percent_cpc_bid_micros. */ - public percent_cpc_bid_micros?: (number|Long|string|null); + public percent_cpc_bid_micros?: (number|null); /** PercentCpcBidSimulationPoint biddable_conversions. */ public biddable_conversions?: (number|null); @@ -33739,16 +33739,16 @@ export namespace google { public biddable_conversions_value?: (number|null); /** PercentCpcBidSimulationPoint clicks. */ - public clicks?: (number|Long|string|null); + public clicks?: (number|null); /** PercentCpcBidSimulationPoint cost_micros. */ - public cost_micros?: (number|Long|string|null); + public cost_micros?: (number|null); /** PercentCpcBidSimulationPoint impressions. */ - public impressions?: (number|Long|string|null); + public impressions?: (number|null); /** PercentCpcBidSimulationPoint top_slot_impressions. */ - public top_slot_impressions?: (number|Long|string|null); + public top_slot_impressions?: (number|null); /** PercentCpcBidSimulationPoint _percent_cpc_bid_micros. */ public _percent_cpc_bid_micros?: "percent_cpc_bid_micros"; @@ -33853,10 +33853,10 @@ export namespace google { interface IBudgetSimulationPoint { /** BudgetSimulationPoint budget_amount_micros */ - budget_amount_micros?: (number|Long|string|null); + budget_amount_micros?: (number|null); /** BudgetSimulationPoint required_cpc_bid_ceiling_micros */ - required_cpc_bid_ceiling_micros?: (number|Long|string|null); + required_cpc_bid_ceiling_micros?: (number|null); /** BudgetSimulationPoint biddable_conversions */ biddable_conversions?: (number|null); @@ -33865,16 +33865,16 @@ export namespace google { biddable_conversions_value?: (number|null); /** BudgetSimulationPoint clicks */ - clicks?: (number|Long|string|null); + clicks?: (number|null); /** BudgetSimulationPoint cost_micros */ - cost_micros?: (number|Long|string|null); + cost_micros?: (number|null); /** BudgetSimulationPoint impressions */ - impressions?: (number|Long|string|null); + impressions?: (number|null); /** BudgetSimulationPoint top_slot_impressions */ - top_slot_impressions?: (number|Long|string|null); + top_slot_impressions?: (number|null); } /** Represents a BudgetSimulationPoint. */ @@ -33887,10 +33887,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.IBudgetSimulationPoint); /** BudgetSimulationPoint budget_amount_micros. */ - public budget_amount_micros: (number|Long|string); + public budget_amount_micros: number; /** BudgetSimulationPoint required_cpc_bid_ceiling_micros. */ - public required_cpc_bid_ceiling_micros: (number|Long|string); + public required_cpc_bid_ceiling_micros: number; /** BudgetSimulationPoint biddable_conversions. */ public biddable_conversions: number; @@ -33899,16 +33899,16 @@ export namespace google { public biddable_conversions_value: number; /** BudgetSimulationPoint clicks. */ - public clicks: (number|Long|string); + public clicks: number; /** BudgetSimulationPoint cost_micros. */ - public cost_micros: (number|Long|string); + public cost_micros: number; /** BudgetSimulationPoint impressions. */ - public impressions: (number|Long|string); + public impressions: number; /** BudgetSimulationPoint top_slot_impressions. */ - public top_slot_impressions: (number|Long|string); + public top_slot_impressions: number; /** * Creates a new BudgetSimulationPoint instance using the specified properties. @@ -33992,13 +33992,13 @@ export namespace google { interface ITargetImpressionShareSimulationPoint { /** TargetImpressionShareSimulationPoint target_impression_share_micros */ - target_impression_share_micros?: (number|Long|string|null); + target_impression_share_micros?: (number|null); /** TargetImpressionShareSimulationPoint required_cpc_bid_ceiling_micros */ - required_cpc_bid_ceiling_micros?: (number|Long|string|null); + required_cpc_bid_ceiling_micros?: (number|null); /** TargetImpressionShareSimulationPoint required_budget_amount_micros */ - required_budget_amount_micros?: (number|Long|string|null); + required_budget_amount_micros?: (number|null); /** TargetImpressionShareSimulationPoint biddable_conversions */ biddable_conversions?: (number|null); @@ -34007,19 +34007,19 @@ export namespace google { biddable_conversions_value?: (number|null); /** TargetImpressionShareSimulationPoint clicks */ - clicks?: (number|Long|string|null); + clicks?: (number|null); /** TargetImpressionShareSimulationPoint cost_micros */ - cost_micros?: (number|Long|string|null); + cost_micros?: (number|null); /** TargetImpressionShareSimulationPoint impressions */ - impressions?: (number|Long|string|null); + impressions?: (number|null); /** TargetImpressionShareSimulationPoint top_slot_impressions */ - top_slot_impressions?: (number|Long|string|null); + top_slot_impressions?: (number|null); /** TargetImpressionShareSimulationPoint absolute_top_impressions */ - absolute_top_impressions?: (number|Long|string|null); + absolute_top_impressions?: (number|null); } /** Represents a TargetImpressionShareSimulationPoint. */ @@ -34032,13 +34032,13 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.common.ITargetImpressionShareSimulationPoint); /** TargetImpressionShareSimulationPoint target_impression_share_micros. */ - public target_impression_share_micros: (number|Long|string); + public target_impression_share_micros: number; /** TargetImpressionShareSimulationPoint required_cpc_bid_ceiling_micros. */ - public required_cpc_bid_ceiling_micros: (number|Long|string); + public required_cpc_bid_ceiling_micros: number; /** TargetImpressionShareSimulationPoint required_budget_amount_micros. */ - public required_budget_amount_micros: (number|Long|string); + public required_budget_amount_micros: number; /** TargetImpressionShareSimulationPoint biddable_conversions. */ public biddable_conversions: number; @@ -34047,19 +34047,19 @@ export namespace google { public biddable_conversions_value: number; /** TargetImpressionShareSimulationPoint clicks. */ - public clicks: (number|Long|string); + public clicks: number; /** TargetImpressionShareSimulationPoint cost_micros. */ - public cost_micros: (number|Long|string); + public cost_micros: number; /** TargetImpressionShareSimulationPoint impressions. */ - public impressions: (number|Long|string); + public impressions: number; /** TargetImpressionShareSimulationPoint top_slot_impressions. */ - public top_slot_impressions: (number|Long|string); + public top_slot_impressions: number; /** TargetImpressionShareSimulationPoint absolute_top_impressions. */ - public absolute_top_impressions: (number|Long|string); + public absolute_top_impressions: number; /** * Creates a new TargetImpressionShareSimulationPoint instance using the specified properties. @@ -35356,7 +35356,7 @@ export namespace google { value?: (string|null); /** UserListDateRuleItemInfo offset_in_days */ - offset_in_days?: (number|Long|string|null); + offset_in_days?: (number|null); } /** Represents a UserListDateRuleItemInfo. */ @@ -35375,7 +35375,7 @@ export namespace google { public value?: (string|null); /** UserListDateRuleItemInfo offset_in_days. */ - public offset_in_days?: (number|Long|string|null); + public offset_in_days?: (number|null); /** UserListDateRuleItemInfo _value. */ public _value?: "value"; @@ -35680,7 +35680,7 @@ export namespace google { rule?: (google.ads.googleads.v14.common.IUserListRuleInfo|null); /** FlexibleRuleOperandInfo lookback_window_days */ - lookback_window_days?: (number|Long|string|null); + lookback_window_days?: (number|null); } /** Represents a FlexibleRuleOperandInfo. */ @@ -35696,7 +35696,7 @@ export namespace google { public rule?: (google.ads.googleads.v14.common.IUserListRuleInfo|null); /** FlexibleRuleOperandInfo lookback_window_days. */ - public lookback_window_days?: (number|Long|string|null); + public lookback_window_days?: (number|null); /** FlexibleRuleOperandInfo _lookback_window_days. */ public _lookback_window_days?: "lookback_window_days"; @@ -36501,7 +36501,7 @@ export namespace google { boolean_value?: (boolean|null); /** Value int64_value */ - int64_value?: (number|Long|string|null); + int64_value?: (number|null); /** Value float_value */ float_value?: (number|null); @@ -36526,7 +36526,7 @@ export namespace google { public boolean_value?: (boolean|null); /** Value int64_value. */ - public int64_value?: (number|Long|string|null); + public int64_value?: (number|null); /** Value float_value. */ public float_value?: (number|null); @@ -88616,7 +88616,7 @@ export namespace google { resource_name?: (string|null); /** AccessibleBiddingStrategy id */ - id?: (number|Long|string|null); + id?: (number|null); /** AccessibleBiddingStrategy name */ name?: (string|null); @@ -88625,7 +88625,7 @@ export namespace google { type?: (google.ads.googleads.v14.enums.BiddingStrategyTypeEnum.BiddingStrategyType|keyof typeof google.ads.googleads.v14.enums.BiddingStrategyTypeEnum.BiddingStrategyType|null); /** AccessibleBiddingStrategy owner_customer_id */ - owner_customer_id?: (number|Long|string|null); + owner_customer_id?: (number|null); /** AccessibleBiddingStrategy owner_descriptive_name */ owner_descriptive_name?: (string|null); @@ -88662,7 +88662,7 @@ export namespace google { public resource_name: string; /** AccessibleBiddingStrategy id. */ - public id: (number|Long|string); + public id: number; /** AccessibleBiddingStrategy name. */ public name: string; @@ -88671,7 +88671,7 @@ export namespace google { public type: (google.ads.googleads.v14.enums.BiddingStrategyTypeEnum.BiddingStrategyType|keyof typeof google.ads.googleads.v14.enums.BiddingStrategyTypeEnum.BiddingStrategyType); /** AccessibleBiddingStrategy owner_customer_id. */ - public owner_customer_id: (number|Long|string); + public owner_customer_id: number; /** AccessibleBiddingStrategy owner_descriptive_name. */ public owner_descriptive_name: string; @@ -88878,7 +88878,7 @@ export namespace google { interface IMaximizeConversions { /** MaximizeConversions target_cpa_micros */ - target_cpa_micros?: (number|Long|string|null); + target_cpa_micros?: (number|null); } /** Represents a MaximizeConversions. */ @@ -88891,7 +88891,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.AccessibleBiddingStrategy.IMaximizeConversions); /** MaximizeConversions target_cpa_micros. */ - public target_cpa_micros: (number|Long|string); + public target_cpa_micros: number; /** * Creates a new MaximizeConversions instance using the specified properties. @@ -88975,7 +88975,7 @@ export namespace google { interface ITargetCpa { /** TargetCpa target_cpa_micros */ - target_cpa_micros?: (number|Long|string|null); + target_cpa_micros?: (number|null); } /** Represents a TargetCpa. */ @@ -88988,7 +88988,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.AccessibleBiddingStrategy.ITargetCpa); /** TargetCpa target_cpa_micros. */ - public target_cpa_micros?: (number|Long|string|null); + public target_cpa_micros?: (number|null); /** TargetCpa _target_cpa_micros. */ public _target_cpa_micros?: "target_cpa_micros"; @@ -89078,10 +89078,10 @@ export namespace google { location?: (google.ads.googleads.v14.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation|keyof typeof google.ads.googleads.v14.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation|null); /** TargetImpressionShare location_fraction_micros */ - location_fraction_micros?: (number|Long|string|null); + location_fraction_micros?: (number|null); /** TargetImpressionShare cpc_bid_ceiling_micros */ - cpc_bid_ceiling_micros?: (number|Long|string|null); + cpc_bid_ceiling_micros?: (number|null); } /** Represents a TargetImpressionShare. */ @@ -89097,10 +89097,10 @@ export namespace google { public location: (google.ads.googleads.v14.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation|keyof typeof google.ads.googleads.v14.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation); /** TargetImpressionShare location_fraction_micros. */ - public location_fraction_micros?: (number|Long|string|null); + public location_fraction_micros?: (number|null); /** TargetImpressionShare cpc_bid_ceiling_micros. */ - public cpc_bid_ceiling_micros?: (number|Long|string|null); + public cpc_bid_ceiling_micros?: (number|null); /** TargetImpressionShare _location_fraction_micros. */ public _location_fraction_micros?: "location_fraction_micros"; @@ -89290,10 +89290,10 @@ export namespace google { interface ITargetSpend { /** TargetSpend target_spend_micros */ - target_spend_micros?: (number|Long|string|null); + target_spend_micros?: (number|null); /** TargetSpend cpc_bid_ceiling_micros */ - cpc_bid_ceiling_micros?: (number|Long|string|null); + cpc_bid_ceiling_micros?: (number|null); } /** Represents a TargetSpend. */ @@ -89306,10 +89306,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.AccessibleBiddingStrategy.ITargetSpend); /** TargetSpend target_spend_micros. */ - public target_spend_micros?: (number|Long|string|null); + public target_spend_micros?: (number|null); /** TargetSpend cpc_bid_ceiling_micros. */ - public cpc_bid_ceiling_micros?: (number|Long|string|null); + public cpc_bid_ceiling_micros?: (number|null); /** TargetSpend _target_spend_micros. */ public _target_spend_micros?: "target_spend_micros"; @@ -89403,7 +89403,7 @@ export namespace google { resource_name?: (string|null); /** AccountBudget id */ - id?: (number|Long|string|null); + id?: (number|null); /** AccountBudget billing_setup */ billing_setup?: (string|null); @@ -89421,10 +89421,10 @@ export namespace google { approved_start_date_time?: (string|null); /** AccountBudget total_adjustments_micros */ - total_adjustments_micros?: (number|Long|string|null); + total_adjustments_micros?: (number|null); /** AccountBudget amount_served_micros */ - amount_served_micros?: (number|Long|string|null); + amount_served_micros?: (number|null); /** AccountBudget purchase_order_number */ purchase_order_number?: (string|null); @@ -89448,19 +89448,19 @@ export namespace google { approved_end_time_type?: (google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|keyof typeof google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|null); /** AccountBudget proposed_spending_limit_micros */ - proposed_spending_limit_micros?: (number|Long|string|null); + proposed_spending_limit_micros?: (number|null); /** AccountBudget proposed_spending_limit_type */ proposed_spending_limit_type?: (google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|keyof typeof google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null); /** AccountBudget approved_spending_limit_micros */ - approved_spending_limit_micros?: (number|Long|string|null); + approved_spending_limit_micros?: (number|null); /** AccountBudget approved_spending_limit_type */ approved_spending_limit_type?: (google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|keyof typeof google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null); /** AccountBudget adjusted_spending_limit_micros */ - adjusted_spending_limit_micros?: (number|Long|string|null); + adjusted_spending_limit_micros?: (number|null); /** AccountBudget adjusted_spending_limit_type */ adjusted_spending_limit_type?: (google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|keyof typeof google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null); @@ -89479,7 +89479,7 @@ export namespace google { public resource_name: string; /** AccountBudget id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** AccountBudget billing_setup. */ public billing_setup?: (string|null); @@ -89497,10 +89497,10 @@ export namespace google { public approved_start_date_time?: (string|null); /** AccountBudget total_adjustments_micros. */ - public total_adjustments_micros: (number|Long|string); + public total_adjustments_micros: number; /** AccountBudget amount_served_micros. */ - public amount_served_micros: (number|Long|string); + public amount_served_micros: number; /** AccountBudget purchase_order_number. */ public purchase_order_number?: (string|null); @@ -89524,19 +89524,19 @@ export namespace google { public approved_end_time_type?: (google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|keyof typeof google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|null); /** AccountBudget proposed_spending_limit_micros. */ - public proposed_spending_limit_micros?: (number|Long|string|null); + public proposed_spending_limit_micros?: (number|null); /** AccountBudget proposed_spending_limit_type. */ public proposed_spending_limit_type?: (google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|keyof typeof google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null); /** AccountBudget approved_spending_limit_micros. */ - public approved_spending_limit_micros?: (number|Long|string|null); + public approved_spending_limit_micros?: (number|null); /** AccountBudget approved_spending_limit_type. */ public approved_spending_limit_type?: (google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|keyof typeof google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null); /** AccountBudget adjusted_spending_limit_micros. */ - public adjusted_spending_limit_micros?: (number|Long|string|null); + public adjusted_spending_limit_micros?: (number|null); /** AccountBudget adjusted_spending_limit_type. */ public adjusted_spending_limit_type?: (google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|keyof typeof google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null); @@ -89688,7 +89688,7 @@ export namespace google { end_time_type?: (google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|keyof typeof google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|null); /** PendingAccountBudgetProposal spending_limit_micros */ - spending_limit_micros?: (number|Long|string|null); + spending_limit_micros?: (number|null); /** PendingAccountBudgetProposal spending_limit_type */ spending_limit_type?: (google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|keyof typeof google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null); @@ -89731,7 +89731,7 @@ export namespace google { public end_time_type?: (google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|keyof typeof google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|null); /** PendingAccountBudgetProposal spending_limit_micros. */ - public spending_limit_micros?: (number|Long|string|null); + public spending_limit_micros?: (number|null); /** PendingAccountBudgetProposal spending_limit_type. */ public spending_limit_type?: (google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|keyof typeof google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null); @@ -89846,7 +89846,7 @@ export namespace google { resource_name?: (string|null); /** AccountBudgetProposal id */ - id?: (number|Long|string|null); + id?: (number|null); /** AccountBudgetProposal billing_setup */ billing_setup?: (string|null); @@ -89897,13 +89897,13 @@ export namespace google { approved_end_time_type?: (google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|keyof typeof google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|null); /** AccountBudgetProposal proposed_spending_limit_micros */ - proposed_spending_limit_micros?: (number|Long|string|null); + proposed_spending_limit_micros?: (number|null); /** AccountBudgetProposal proposed_spending_limit_type */ proposed_spending_limit_type?: (google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|keyof typeof google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null); /** AccountBudgetProposal approved_spending_limit_micros */ - approved_spending_limit_micros?: (number|Long|string|null); + approved_spending_limit_micros?: (number|null); /** AccountBudgetProposal approved_spending_limit_type */ approved_spending_limit_type?: (google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|keyof typeof google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null); @@ -89922,7 +89922,7 @@ export namespace google { public resource_name: string; /** AccountBudgetProposal id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** AccountBudgetProposal billing_setup. */ public billing_setup?: (string|null); @@ -89973,13 +89973,13 @@ export namespace google { public approved_end_time_type?: (google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|keyof typeof google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|null); /** AccountBudgetProposal proposed_spending_limit_micros. */ - public proposed_spending_limit_micros?: (number|Long|string|null); + public proposed_spending_limit_micros?: (number|null); /** AccountBudgetProposal proposed_spending_limit_type. */ public proposed_spending_limit_type?: (google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|keyof typeof google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null); /** AccountBudgetProposal approved_spending_limit_micros. */ - public approved_spending_limit_micros?: (number|Long|string|null); + public approved_spending_limit_micros?: (number|null); /** AccountBudgetProposal approved_spending_limit_type. */ public approved_spending_limit_type?: (google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|keyof typeof google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null); @@ -90111,7 +90111,7 @@ export namespace google { resource_name?: (string|null); /** AccountLink account_link_id */ - account_link_id?: (number|Long|string|null); + account_link_id?: (number|null); /** AccountLink status */ status?: (google.ads.googleads.v14.enums.AccountLinkStatusEnum.AccountLinkStatus|keyof typeof google.ads.googleads.v14.enums.AccountLinkStatusEnum.AccountLinkStatus|null); @@ -90148,7 +90148,7 @@ export namespace google { public resource_name: string; /** AccountLink account_link_id. */ - public account_link_id?: (number|Long|string|null); + public account_link_id?: (number|null); /** AccountLink status. */ public status: (google.ads.googleads.v14.enums.AccountLinkStatusEnum.AccountLinkStatus|keyof typeof google.ads.googleads.v14.enums.AccountLinkStatusEnum.AccountLinkStatus); @@ -90259,7 +90259,7 @@ export namespace google { interface IThirdPartyAppAnalyticsLinkIdentifier { /** ThirdPartyAppAnalyticsLinkIdentifier app_analytics_provider_id */ - app_analytics_provider_id?: (number|Long|string|null); + app_analytics_provider_id?: (number|null); /** ThirdPartyAppAnalyticsLinkIdentifier app_id */ app_id?: (string|null); @@ -90278,7 +90278,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.IThirdPartyAppAnalyticsLinkIdentifier); /** ThirdPartyAppAnalyticsLinkIdentifier app_analytics_provider_id. */ - public app_analytics_provider_id?: (number|Long|string|null); + public app_analytics_provider_id?: (number|null); /** ThirdPartyAppAnalyticsLinkIdentifier app_id. */ public app_id?: (string|null); @@ -90374,7 +90374,7 @@ export namespace google { interface IDataPartnerLinkIdentifier { /** DataPartnerLinkIdentifier data_partner_id */ - data_partner_id?: (number|Long|string|null); + data_partner_id?: (number|null); } /** Represents a DataPartnerLinkIdentifier. */ @@ -90387,7 +90387,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.IDataPartnerLinkIdentifier); /** DataPartnerLinkIdentifier data_partner_id. */ - public data_partner_id?: (number|Long|string|null); + public data_partner_id?: (number|null); /** DataPartnerLinkIdentifier _data_partner_id. */ public _data_partner_id?: "data_partner_id"; @@ -90474,7 +90474,7 @@ export namespace google { interface IHotelCenterLinkIdentifier { /** HotelCenterLinkIdentifier hotel_center_id */ - hotel_center_id?: (number|Long|string|null); + hotel_center_id?: (number|null); } /** Represents a HotelCenterLinkIdentifier. */ @@ -90487,7 +90487,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.IHotelCenterLinkIdentifier); /** HotelCenterLinkIdentifier hotel_center_id. */ - public hotel_center_id: (number|Long|string); + public hotel_center_id: number; /** * Creates a new HotelCenterLinkIdentifier instance using the specified properties. @@ -90774,7 +90774,7 @@ export namespace google { resource_name?: (string|null); /** Ad id */ - id?: (number|Long|string|null); + id?: (number|null); /** Ad final_urls */ final_urls?: (string[]|null); @@ -90904,7 +90904,7 @@ export namespace google { public resource_name: string; /** Ad id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** Ad final_urls. */ public final_urls: string[]; @@ -91126,7 +91126,7 @@ export namespace google { resource_name?: (string|null); /** AdGroup id */ - id?: (number|Long|string|null); + id?: (number|null); /** AdGroup name */ name?: (string|null); @@ -91153,28 +91153,28 @@ export namespace google { campaign?: (string|null); /** AdGroup cpc_bid_micros */ - cpc_bid_micros?: (number|Long|string|null); + cpc_bid_micros?: (number|null); /** AdGroup effective_cpc_bid_micros */ - effective_cpc_bid_micros?: (number|Long|string|null); + effective_cpc_bid_micros?: (number|null); /** AdGroup cpm_bid_micros */ - cpm_bid_micros?: (number|Long|string|null); + cpm_bid_micros?: (number|null); /** AdGroup target_cpa_micros */ - target_cpa_micros?: (number|Long|string|null); + target_cpa_micros?: (number|null); /** AdGroup cpv_bid_micros */ - cpv_bid_micros?: (number|Long|string|null); + cpv_bid_micros?: (number|null); /** AdGroup target_cpm_micros */ - target_cpm_micros?: (number|Long|string|null); + target_cpm_micros?: (number|null); /** AdGroup target_roas */ target_roas?: (number|null); /** AdGroup percent_cpc_bid_micros */ - percent_cpc_bid_micros?: (number|Long|string|null); + percent_cpc_bid_micros?: (number|null); /** AdGroup optimized_targeting_enabled */ optimized_targeting_enabled?: (boolean|null); @@ -91192,7 +91192,7 @@ export namespace google { audience_setting?: (google.ads.googleads.v14.resources.AdGroup.IAudienceSetting|null); /** AdGroup effective_target_cpa_micros */ - effective_target_cpa_micros?: (number|Long|string|null); + effective_target_cpa_micros?: (number|null); /** AdGroup effective_target_cpa_source */ effective_target_cpa_source?: (google.ads.googleads.v14.enums.BiddingSourceEnum.BiddingSource|keyof typeof google.ads.googleads.v14.enums.BiddingSourceEnum.BiddingSource|null); @@ -91226,7 +91226,7 @@ export namespace google { public resource_name: string; /** AdGroup id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** AdGroup name. */ public name?: (string|null); @@ -91253,28 +91253,28 @@ export namespace google { public campaign?: (string|null); /** AdGroup cpc_bid_micros. */ - public cpc_bid_micros?: (number|Long|string|null); + public cpc_bid_micros?: (number|null); /** AdGroup effective_cpc_bid_micros. */ - public effective_cpc_bid_micros?: (number|Long|string|null); + public effective_cpc_bid_micros?: (number|null); /** AdGroup cpm_bid_micros. */ - public cpm_bid_micros?: (number|Long|string|null); + public cpm_bid_micros?: (number|null); /** AdGroup target_cpa_micros. */ - public target_cpa_micros?: (number|Long|string|null); + public target_cpa_micros?: (number|null); /** AdGroup cpv_bid_micros. */ - public cpv_bid_micros?: (number|Long|string|null); + public cpv_bid_micros?: (number|null); /** AdGroup target_cpm_micros. */ - public target_cpm_micros?: (number|Long|string|null); + public target_cpm_micros?: (number|null); /** AdGroup target_roas. */ public target_roas?: (number|null); /** AdGroup percent_cpc_bid_micros. */ - public percent_cpc_bid_micros?: (number|Long|string|null); + public percent_cpc_bid_micros?: (number|null); /** AdGroup optimized_targeting_enabled. */ public optimized_targeting_enabled: boolean; @@ -91292,7 +91292,7 @@ export namespace google { public audience_setting?: (google.ads.googleads.v14.resources.AdGroup.IAudienceSetting|null); /** AdGroup effective_target_cpa_micros. */ - public effective_target_cpa_micros?: (number|Long|string|null); + public effective_target_cpa_micros?: (number|null); /** AdGroup effective_target_cpa_source. */ public effective_target_cpa_source: (google.ads.googleads.v14.enums.BiddingSourceEnum.BiddingSource|keyof typeof google.ads.googleads.v14.enums.BiddingSourceEnum.BiddingSource); @@ -92640,7 +92640,7 @@ export namespace google { ad_group?: (string|null); /** AdGroupBidModifier criterion_id */ - criterion_id?: (number|Long|string|null); + criterion_id?: (number|null); /** AdGroupBidModifier bid_modifier */ bid_modifier?: (number|null); @@ -92686,7 +92686,7 @@ export namespace google { public ad_group?: (string|null); /** AdGroupBidModifier criterion_id. */ - public criterion_id?: (number|Long|string|null); + public criterion_id?: (number|null); /** AdGroupBidModifier bid_modifier. */ public bid_modifier?: (number|null); @@ -92815,7 +92815,7 @@ export namespace google { resource_name?: (string|null); /** AdGroupCriterion criterion_id */ - criterion_id?: (number|Long|string|null); + criterion_id?: (number|null); /** AdGroupCriterion display_name */ display_name?: (string|null); @@ -92851,28 +92851,28 @@ export namespace google { bid_modifier?: (number|null); /** AdGroupCriterion cpc_bid_micros */ - cpc_bid_micros?: (number|Long|string|null); + cpc_bid_micros?: (number|null); /** AdGroupCriterion cpm_bid_micros */ - cpm_bid_micros?: (number|Long|string|null); + cpm_bid_micros?: (number|null); /** AdGroupCriterion cpv_bid_micros */ - cpv_bid_micros?: (number|Long|string|null); + cpv_bid_micros?: (number|null); /** AdGroupCriterion percent_cpc_bid_micros */ - percent_cpc_bid_micros?: (number|Long|string|null); + percent_cpc_bid_micros?: (number|null); /** AdGroupCriterion effective_cpc_bid_micros */ - effective_cpc_bid_micros?: (number|Long|string|null); + effective_cpc_bid_micros?: (number|null); /** AdGroupCriterion effective_cpm_bid_micros */ - effective_cpm_bid_micros?: (number|Long|string|null); + effective_cpm_bid_micros?: (number|null); /** AdGroupCriterion effective_cpv_bid_micros */ - effective_cpv_bid_micros?: (number|Long|string|null); + effective_cpv_bid_micros?: (number|null); /** AdGroupCriterion effective_percent_cpc_bid_micros */ - effective_percent_cpc_bid_micros?: (number|Long|string|null); + effective_percent_cpc_bid_micros?: (number|null); /** AdGroupCriterion effective_cpc_bid_source */ effective_cpc_bid_source?: (google.ads.googleads.v14.enums.BiddingSourceEnum.BiddingSource|keyof typeof google.ads.googleads.v14.enums.BiddingSourceEnum.BiddingSource|null); @@ -92987,7 +92987,7 @@ export namespace google { public resource_name: string; /** AdGroupCriterion criterion_id. */ - public criterion_id?: (number|Long|string|null); + public criterion_id?: (number|null); /** AdGroupCriterion display_name. */ public display_name: string; @@ -93023,28 +93023,28 @@ export namespace google { public bid_modifier?: (number|null); /** AdGroupCriterion cpc_bid_micros. */ - public cpc_bid_micros?: (number|Long|string|null); + public cpc_bid_micros?: (number|null); /** AdGroupCriterion cpm_bid_micros. */ - public cpm_bid_micros?: (number|Long|string|null); + public cpm_bid_micros?: (number|null); /** AdGroupCriterion cpv_bid_micros. */ - public cpv_bid_micros?: (number|Long|string|null); + public cpv_bid_micros?: (number|null); /** AdGroupCriterion percent_cpc_bid_micros. */ - public percent_cpc_bid_micros?: (number|Long|string|null); + public percent_cpc_bid_micros?: (number|null); /** AdGroupCriterion effective_cpc_bid_micros. */ - public effective_cpc_bid_micros?: (number|Long|string|null); + public effective_cpc_bid_micros?: (number|null); /** AdGroupCriterion effective_cpm_bid_micros. */ - public effective_cpm_bid_micros?: (number|Long|string|null); + public effective_cpm_bid_micros?: (number|null); /** AdGroupCriterion effective_cpv_bid_micros. */ - public effective_cpv_bid_micros?: (number|Long|string|null); + public effective_cpv_bid_micros?: (number|null); /** AdGroupCriterion effective_percent_cpc_bid_micros. */ - public effective_percent_cpc_bid_micros?: (number|Long|string|null); + public effective_percent_cpc_bid_micros?: (number|null); /** AdGroupCriterion effective_cpc_bid_source. */ public effective_cpc_bid_source: (google.ads.googleads.v14.enums.BiddingSourceEnum.BiddingSource|keyof typeof google.ads.googleads.v14.enums.BiddingSourceEnum.BiddingSource); @@ -93392,19 +93392,19 @@ export namespace google { interface IPositionEstimates { /** PositionEstimates first_page_cpc_micros */ - first_page_cpc_micros?: (number|Long|string|null); + first_page_cpc_micros?: (number|null); /** PositionEstimates first_position_cpc_micros */ - first_position_cpc_micros?: (number|Long|string|null); + first_position_cpc_micros?: (number|null); /** PositionEstimates top_of_page_cpc_micros */ - top_of_page_cpc_micros?: (number|Long|string|null); + top_of_page_cpc_micros?: (number|null); /** PositionEstimates estimated_add_clicks_at_first_position_cpc */ - estimated_add_clicks_at_first_position_cpc?: (number|Long|string|null); + estimated_add_clicks_at_first_position_cpc?: (number|null); /** PositionEstimates estimated_add_cost_at_first_position_cpc */ - estimated_add_cost_at_first_position_cpc?: (number|Long|string|null); + estimated_add_cost_at_first_position_cpc?: (number|null); } /** Represents a PositionEstimates. */ @@ -93417,19 +93417,19 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.AdGroupCriterion.IPositionEstimates); /** PositionEstimates first_page_cpc_micros. */ - public first_page_cpc_micros?: (number|Long|string|null); + public first_page_cpc_micros?: (number|null); /** PositionEstimates first_position_cpc_micros. */ - public first_position_cpc_micros?: (number|Long|string|null); + public first_position_cpc_micros?: (number|null); /** PositionEstimates top_of_page_cpc_micros. */ - public top_of_page_cpc_micros?: (number|Long|string|null); + public top_of_page_cpc_micros?: (number|null); /** PositionEstimates estimated_add_clicks_at_first_position_cpc. */ - public estimated_add_clicks_at_first_position_cpc?: (number|Long|string|null); + public estimated_add_clicks_at_first_position_cpc?: (number|null); /** PositionEstimates estimated_add_cost_at_first_position_cpc. */ - public estimated_add_cost_at_first_position_cpc?: (number|Long|string|null); + public estimated_add_cost_at_first_position_cpc?: (number|null); /** PositionEstimates _first_page_cpc_micros. */ public _first_page_cpc_micros?: "first_page_cpc_micros"; @@ -93771,10 +93771,10 @@ export namespace google { resource_name?: (string|null); /** AdGroupCriterionSimulation ad_group_id */ - ad_group_id?: (number|Long|string|null); + ad_group_id?: (number|null); /** AdGroupCriterionSimulation criterion_id */ - criterion_id?: (number|Long|string|null); + criterion_id?: (number|null); /** AdGroupCriterionSimulation type */ type?: (google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|keyof typeof google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|null); @@ -93808,10 +93808,10 @@ export namespace google { public resource_name: string; /** AdGroupCriterionSimulation ad_group_id. */ - public ad_group_id?: (number|Long|string|null); + public ad_group_id?: (number|null); /** AdGroupCriterionSimulation criterion_id. */ - public criterion_id?: (number|Long|string|null); + public criterion_id?: (number|null); /** AdGroupCriterionSimulation type. */ public type: (google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|keyof typeof google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType); @@ -94424,7 +94424,7 @@ export namespace google { resource_name?: (string|null); /** AdGroupSimulation ad_group_id */ - ad_group_id?: (number|Long|string|null); + ad_group_id?: (number|null); /** AdGroupSimulation type */ type?: (google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|keyof typeof google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|null); @@ -94464,7 +94464,7 @@ export namespace google { public resource_name: string; /** AdGroupSimulation ad_group_id. */ - public ad_group_id?: (number|Long|string|null); + public ad_group_id?: (number|null); /** AdGroupSimulation type. */ public type: (google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|keyof typeof google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType); @@ -94590,7 +94590,7 @@ export namespace google { ad_group_criterion?: (string|null); /** AdParameter parameter_index */ - parameter_index?: (number|Long|string|null); + parameter_index?: (number|null); /** AdParameter insertion_text */ insertion_text?: (string|null); @@ -94612,7 +94612,7 @@ export namespace google { public ad_group_criterion?: (string|null); /** AdParameter parameter_index. */ - public parameter_index?: (number|Long|string|null); + public parameter_index?: (number|null); /** AdParameter insertion_text. */ public insertion_text?: (string|null); @@ -94905,7 +94905,7 @@ export namespace google { resource_name?: (string|null); /** Asset id */ - id?: (number|Long|string|null); + id?: (number|null); /** Asset name */ name?: (string|null); @@ -95032,7 +95032,7 @@ export namespace google { public resource_name: string; /** Asset id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** Asset name. */ public name?: (string|null); @@ -95575,7 +95575,7 @@ export namespace google { resource_name?: (string|null); /** AssetGroup id */ - id?: (number|Long|string|null); + id?: (number|null); /** AssetGroup campaign */ campaign?: (string|null); @@ -95621,7 +95621,7 @@ export namespace google { public resource_name: string; /** AssetGroup id. */ - public id: (number|Long|string); + public id: number; /** AssetGroup campaign. */ public campaign: string; @@ -95892,7 +95892,7 @@ export namespace google { asset_group?: (string|null); /** AssetGroupListingGroupFilter id */ - id?: (number|Long|string|null); + id?: (number|null); /** AssetGroupListingGroupFilter type */ type?: (google.ads.googleads.v14.enums.ListingGroupFilterTypeEnum.ListingGroupFilterType|keyof typeof google.ads.googleads.v14.enums.ListingGroupFilterTypeEnum.ListingGroupFilterType|null); @@ -95926,7 +95926,7 @@ export namespace google { public asset_group: string; /** AssetGroupListingGroupFilter id. */ - public id: (number|Long|string); + public id: number; /** AssetGroupListingGroupFilter type. */ public type: (google.ads.googleads.v14.enums.ListingGroupFilterTypeEnum.ListingGroupFilterType|keyof typeof google.ads.googleads.v14.enums.ListingGroupFilterTypeEnum.ListingGroupFilterType); @@ -96260,7 +96260,7 @@ export namespace google { interface IProductBiddingCategory { /** ProductBiddingCategory id */ - id?: (number|Long|string|null); + id?: (number|null); /** ProductBiddingCategory level */ level?: (google.ads.googleads.v14.enums.ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel|keyof typeof google.ads.googleads.v14.enums.ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel|null); @@ -96276,7 +96276,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.ListingGroupFilterDimension.IProductBiddingCategory); /** ProductBiddingCategory id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** ProductBiddingCategory level. */ public level: (google.ads.googleads.v14.enums.ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel|keyof typeof google.ads.googleads.v14.enums.ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel); @@ -97191,7 +97191,7 @@ export namespace google { interface IAssetSet { /** AssetSet id */ - id?: (number|Long|string|null); + id?: (number|null); /** AssetSet resource_name */ resource_name?: (string|null); @@ -97209,7 +97209,7 @@ export namespace google { merchant_center_feed?: (google.ads.googleads.v14.resources.AssetSet.IMerchantCenterFeed|null); /** AssetSet location_group_parent_asset_set_id */ - location_group_parent_asset_set_id?: (number|Long|string|null); + location_group_parent_asset_set_id?: (number|null); /** AssetSet hotel_property_data */ hotel_property_data?: (google.ads.googleads.v14.resources.AssetSet.IHotelPropertyData|null); @@ -97234,7 +97234,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.IAssetSet); /** AssetSet id. */ - public id: (number|Long|string); + public id: number; /** AssetSet resource_name. */ public resource_name: string; @@ -97252,7 +97252,7 @@ export namespace google { public merchant_center_feed?: (google.ads.googleads.v14.resources.AssetSet.IMerchantCenterFeed|null); /** AssetSet location_group_parent_asset_set_id. */ - public location_group_parent_asset_set_id: (number|Long|string); + public location_group_parent_asset_set_id: number; /** AssetSet hotel_property_data. */ public hotel_property_data?: (google.ads.googleads.v14.resources.AssetSet.IHotelPropertyData|null); @@ -97353,7 +97353,7 @@ export namespace google { interface IMerchantCenterFeed { /** MerchantCenterFeed merchant_id */ - merchant_id?: (number|Long|string|null); + merchant_id?: (number|null); /** MerchantCenterFeed feed_label */ feed_label?: (string|null); @@ -97369,7 +97369,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.AssetSet.IMerchantCenterFeed); /** MerchantCenterFeed merchant_id. */ - public merchant_id: (number|Long|string); + public merchant_id: number; /** MerchantCenterFeed feed_label. */ public feed_label?: (string|null); @@ -97459,7 +97459,7 @@ export namespace google { interface IHotelPropertyData { /** HotelPropertyData hotel_center_id */ - hotel_center_id?: (number|Long|string|null); + hotel_center_id?: (number|null); /** HotelPropertyData partner_name */ partner_name?: (string|null); @@ -97475,7 +97475,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.AssetSet.IHotelPropertyData); /** HotelPropertyData hotel_center_id. */ - public hotel_center_id?: (number|Long|string|null); + public hotel_center_id?: (number|null); /** HotelPropertyData partner_name. */ public partner_name?: (string|null); @@ -97790,7 +97790,7 @@ export namespace google { resource_name?: (string|null); /** Audience id */ - id?: (number|Long|string|null); + id?: (number|null); /** Audience status */ status?: (google.ads.googleads.v14.enums.AudienceStatusEnum.AudienceStatus|keyof typeof google.ads.googleads.v14.enums.AudienceStatusEnum.AudienceStatus|null); @@ -97821,7 +97821,7 @@ export namespace google { public resource_name: string; /** Audience id. */ - public id: (number|Long|string); + public id: number; /** Audience status. */ public status: (google.ads.googleads.v14.enums.AudienceStatusEnum.AudienceStatus|keyof typeof google.ads.googleads.v14.enums.AudienceStatusEnum.AudienceStatus); @@ -97923,7 +97923,7 @@ export namespace google { resource_name?: (string|null); /** BatchJob id */ - id?: (number|Long|string|null); + id?: (number|null); /** BatchJob next_add_sequence_token */ next_add_sequence_token?: (string|null); @@ -97951,7 +97951,7 @@ export namespace google { public resource_name: string; /** BatchJob id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** BatchJob next_add_sequence_token. */ public next_add_sequence_token?: (string|null); @@ -98070,10 +98070,10 @@ export namespace google { estimated_completion_ratio?: (number|null); /** BatchJobMetadata operation_count */ - operation_count?: (number|Long|string|null); + operation_count?: (number|null); /** BatchJobMetadata executed_operation_count */ - executed_operation_count?: (number|Long|string|null); + executed_operation_count?: (number|null); /** BatchJobMetadata execution_limit_seconds */ execution_limit_seconds?: (number|null); @@ -98101,10 +98101,10 @@ export namespace google { public estimated_completion_ratio?: (number|null); /** BatchJobMetadata operation_count. */ - public operation_count?: (number|Long|string|null); + public operation_count?: (number|null); /** BatchJobMetadata executed_operation_count. */ - public executed_operation_count?: (number|Long|string|null); + public executed_operation_count?: (number|null); /** BatchJobMetadata execution_limit_seconds. */ public execution_limit_seconds?: (number|null); @@ -98216,7 +98216,7 @@ export namespace google { resource_name?: (string|null); /** BiddingDataExclusion data_exclusion_id */ - data_exclusion_id?: (number|Long|string|null); + data_exclusion_id?: (number|null); /** BiddingDataExclusion scope */ scope?: (google.ads.googleads.v14.enums.SeasonalityEventScopeEnum.SeasonalityEventScope|keyof typeof google.ads.googleads.v14.enums.SeasonalityEventScopeEnum.SeasonalityEventScope|null); @@ -98259,7 +98259,7 @@ export namespace google { public resource_name: string; /** BiddingDataExclusion data_exclusion_id. */ - public data_exclusion_id: (number|Long|string); + public data_exclusion_id: number; /** BiddingDataExclusion scope. */ public scope: (google.ads.googleads.v14.enums.SeasonalityEventScopeEnum.SeasonalityEventScope|keyof typeof google.ads.googleads.v14.enums.SeasonalityEventScopeEnum.SeasonalityEventScope); @@ -98373,7 +98373,7 @@ export namespace google { resource_name?: (string|null); /** BiddingSeasonalityAdjustment seasonality_adjustment_id */ - seasonality_adjustment_id?: (number|Long|string|null); + seasonality_adjustment_id?: (number|null); /** BiddingSeasonalityAdjustment scope */ scope?: (google.ads.googleads.v14.enums.SeasonalityEventScopeEnum.SeasonalityEventScope|keyof typeof google.ads.googleads.v14.enums.SeasonalityEventScopeEnum.SeasonalityEventScope|null); @@ -98419,7 +98419,7 @@ export namespace google { public resource_name: string; /** BiddingSeasonalityAdjustment seasonality_adjustment_id. */ - public seasonality_adjustment_id: (number|Long|string); + public seasonality_adjustment_id: number; /** BiddingSeasonalityAdjustment scope. */ public scope: (google.ads.googleads.v14.enums.SeasonalityEventScopeEnum.SeasonalityEventScope|keyof typeof google.ads.googleads.v14.enums.SeasonalityEventScopeEnum.SeasonalityEventScope); @@ -98536,7 +98536,7 @@ export namespace google { resource_name?: (string|null); /** BiddingStrategy id */ - id?: (number|Long|string|null); + id?: (number|null); /** BiddingStrategy name */ name?: (string|null); @@ -98554,13 +98554,13 @@ export namespace google { effective_currency_code?: (string|null); /** BiddingStrategy aligned_campaign_budget_id */ - aligned_campaign_budget_id?: (number|Long|string|null); + aligned_campaign_budget_id?: (number|null); /** BiddingStrategy campaign_count */ - campaign_count?: (number|Long|string|null); + campaign_count?: (number|null); /** BiddingStrategy non_removed_campaign_count */ - non_removed_campaign_count?: (number|Long|string|null); + non_removed_campaign_count?: (number|null); /** BiddingStrategy enhanced_cpc */ enhanced_cpc?: (google.ads.googleads.v14.common.IEnhancedCpc|null); @@ -98597,7 +98597,7 @@ export namespace google { public resource_name: string; /** BiddingStrategy id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** BiddingStrategy name. */ public name?: (string|null); @@ -98615,13 +98615,13 @@ export namespace google { public effective_currency_code?: (string|null); /** BiddingStrategy aligned_campaign_budget_id. */ - public aligned_campaign_budget_id: (number|Long|string); + public aligned_campaign_budget_id: number; /** BiddingStrategy campaign_count. */ - public campaign_count?: (number|Long|string|null); + public campaign_count?: (number|null); /** BiddingStrategy non_removed_campaign_count. */ - public non_removed_campaign_count?: (number|Long|string|null); + public non_removed_campaign_count?: (number|null); /** BiddingStrategy enhanced_cpc. */ public enhanced_cpc?: (google.ads.googleads.v14.common.IEnhancedCpc|null); @@ -98747,7 +98747,7 @@ export namespace google { resource_name?: (string|null); /** BiddingStrategySimulation bidding_strategy_id */ - bidding_strategy_id?: (number|Long|string|null); + bidding_strategy_id?: (number|null); /** BiddingStrategySimulation type */ type?: (google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|keyof typeof google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|null); @@ -98781,7 +98781,7 @@ export namespace google { public resource_name: string; /** BiddingStrategySimulation bidding_strategy_id. */ - public bidding_strategy_id: (number|Long|string); + public bidding_strategy_id: number; /** BiddingStrategySimulation type. */ public type: (google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|keyof typeof google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType); @@ -98889,7 +98889,7 @@ export namespace google { resource_name?: (string|null); /** BillingSetup id */ - id?: (number|Long|string|null); + id?: (number|null); /** BillingSetup status */ status?: (google.ads.googleads.v14.enums.BillingSetupStatusEnum.BillingSetupStatus|keyof typeof google.ads.googleads.v14.enums.BillingSetupStatusEnum.BillingSetupStatus|null); @@ -98926,7 +98926,7 @@ export namespace google { public resource_name: string; /** BillingSetup id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** BillingSetup status. */ public status: (google.ads.googleads.v14.enums.BillingSetupStatusEnum.BillingSetupStatus|keyof typeof google.ads.googleads.v14.enums.BillingSetupStatusEnum.BillingSetupStatus); @@ -99191,7 +99191,7 @@ export namespace google { caller_area_code?: (string|null); /** CallView call_duration_seconds */ - call_duration_seconds?: (number|Long|string|null); + call_duration_seconds?: (number|null); /** CallView start_call_date_time */ start_call_date_time?: (string|null); @@ -99228,7 +99228,7 @@ export namespace google { public caller_area_code: string; /** CallView call_duration_seconds. */ - public call_duration_seconds: (number|Long|string); + public call_duration_seconds: number; /** CallView start_call_date_time. */ public start_call_date_time: string; @@ -99330,7 +99330,7 @@ export namespace google { resource_name?: (string|null); /** Campaign id */ - id?: (number|Long|string|null); + id?: (number|null); /** Campaign name */ name?: (string|null); @@ -99532,7 +99532,7 @@ export namespace google { public resource_name: string; /** Campaign id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** Campaign name. */ public name?: (string|null); @@ -100085,7 +100085,7 @@ export namespace google { interface IHotelSettingInfo { /** HotelSettingInfo hotel_center_id */ - hotel_center_id?: (number|Long|string|null); + hotel_center_id?: (number|null); } /** Represents a HotelSettingInfo. */ @@ -100098,7 +100098,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.Campaign.IHotelSettingInfo); /** HotelSettingInfo hotel_center_id. */ - public hotel_center_id?: (number|Long|string|null); + public hotel_center_id?: (number|null); /** HotelSettingInfo _hotel_center_id. */ public _hotel_center_id?: "hotel_center_id"; @@ -100303,7 +100303,7 @@ export namespace google { interface IShoppingSetting { /** ShoppingSetting merchant_id */ - merchant_id?: (number|Long|string|null); + merchant_id?: (number|null); /** ShoppingSetting sales_country */ sales_country?: (string|null); @@ -100321,7 +100321,7 @@ export namespace google { use_vehicle_inventory?: (boolean|null); /** ShoppingSetting advertising_partner_ids */ - advertising_partner_ids?: ((number|Long|string)[]|null); + advertising_partner_ids?: (number[]|null); } /** Represents a ShoppingSetting. */ @@ -100334,7 +100334,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.Campaign.IShoppingSetting); /** ShoppingSetting merchant_id. */ - public merchant_id?: (number|Long|string|null); + public merchant_id?: (number|null); /** ShoppingSetting sales_country. */ public sales_country?: (string|null); @@ -100352,7 +100352,7 @@ export namespace google { public use_vehicle_inventory: boolean; /** ShoppingSetting advertising_partner_ids. */ - public advertising_partner_ids: (number|Long|string)[]; + public advertising_partner_ids: number[]; /** ShoppingSetting _merchant_id. */ public _merchant_id?: "merchant_id"; @@ -101357,7 +101357,7 @@ export namespace google { category_id?: (string|null); /** CategoryBid manual_cpa_bid_micros */ - manual_cpa_bid_micros?: (number|Long|string|null); + manual_cpa_bid_micros?: (number|null); } /** Represents a CategoryBid. */ @@ -101373,7 +101373,7 @@ export namespace google { public category_id?: (string|null); /** CategoryBid manual_cpa_bid_micros. */ - public manual_cpa_bid_micros?: (number|Long|string|null); + public manual_cpa_bid_micros?: (number|null); /** CategoryBid _category_id. */ public _category_id?: "category_id"; @@ -101463,7 +101463,7 @@ export namespace google { interface ITravelCampaignSettings { /** TravelCampaignSettings travel_account_id */ - travel_account_id?: (number|Long|string|null); + travel_account_id?: (number|null); } /** Represents a TravelCampaignSettings. */ @@ -101476,7 +101476,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.Campaign.ITravelCampaignSettings); /** TravelCampaignSettings travel_account_id. */ - public travel_account_id?: (number|Long|string|null); + public travel_account_id?: (number|null); /** TravelCampaignSettings _travel_account_id. */ public _travel_account_id?: "travel_account_id"; @@ -102033,7 +102033,7 @@ export namespace google { campaign?: (string|null); /** CampaignBidModifier criterion_id */ - criterion_id?: (number|Long|string|null); + criterion_id?: (number|null); /** CampaignBidModifier bid_modifier */ bid_modifier?: (number|null); @@ -102058,7 +102058,7 @@ export namespace google { public campaign?: (string|null); /** CampaignBidModifier criterion_id. */ - public criterion_id?: (number|Long|string|null); + public criterion_id?: (number|null); /** CampaignBidModifier bid_modifier. */ public bid_modifier?: (number|null); @@ -102163,16 +102163,16 @@ export namespace google { resource_name?: (string|null); /** CampaignBudget id */ - id?: (number|Long|string|null); + id?: (number|null); /** CampaignBudget name */ name?: (string|null); /** CampaignBudget amount_micros */ - amount_micros?: (number|Long|string|null); + amount_micros?: (number|null); /** CampaignBudget total_amount_micros */ - total_amount_micros?: (number|Long|string|null); + total_amount_micros?: (number|null); /** CampaignBudget status */ status?: (google.ads.googleads.v14.enums.BudgetStatusEnum.BudgetStatus|keyof typeof google.ads.googleads.v14.enums.BudgetStatusEnum.BudgetStatus|null); @@ -102184,34 +102184,34 @@ export namespace google { explicitly_shared?: (boolean|null); /** CampaignBudget reference_count */ - reference_count?: (number|Long|string|null); + reference_count?: (number|null); /** CampaignBudget has_recommended_budget */ has_recommended_budget?: (boolean|null); /** CampaignBudget recommended_budget_amount_micros */ - recommended_budget_amount_micros?: (number|Long|string|null); + recommended_budget_amount_micros?: (number|null); /** CampaignBudget period */ period?: (google.ads.googleads.v14.enums.BudgetPeriodEnum.BudgetPeriod|keyof typeof google.ads.googleads.v14.enums.BudgetPeriodEnum.BudgetPeriod|null); /** CampaignBudget recommended_budget_estimated_change_weekly_clicks */ - recommended_budget_estimated_change_weekly_clicks?: (number|Long|string|null); + recommended_budget_estimated_change_weekly_clicks?: (number|null); /** CampaignBudget recommended_budget_estimated_change_weekly_cost_micros */ - recommended_budget_estimated_change_weekly_cost_micros?: (number|Long|string|null); + recommended_budget_estimated_change_weekly_cost_micros?: (number|null); /** CampaignBudget recommended_budget_estimated_change_weekly_interactions */ - recommended_budget_estimated_change_weekly_interactions?: (number|Long|string|null); + recommended_budget_estimated_change_weekly_interactions?: (number|null); /** CampaignBudget recommended_budget_estimated_change_weekly_views */ - recommended_budget_estimated_change_weekly_views?: (number|Long|string|null); + recommended_budget_estimated_change_weekly_views?: (number|null); /** CampaignBudget type */ type?: (google.ads.googleads.v14.enums.BudgetTypeEnum.BudgetType|keyof typeof google.ads.googleads.v14.enums.BudgetTypeEnum.BudgetType|null); /** CampaignBudget aligned_bidding_strategy_id */ - aligned_bidding_strategy_id?: (number|Long|string|null); + aligned_bidding_strategy_id?: (number|null); } /** Represents a CampaignBudget. */ @@ -102227,16 +102227,16 @@ export namespace google { public resource_name: string; /** CampaignBudget id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** CampaignBudget name. */ public name?: (string|null); /** CampaignBudget amount_micros. */ - public amount_micros?: (number|Long|string|null); + public amount_micros?: (number|null); /** CampaignBudget total_amount_micros. */ - public total_amount_micros?: (number|Long|string|null); + public total_amount_micros?: (number|null); /** CampaignBudget status. */ public status: (google.ads.googleads.v14.enums.BudgetStatusEnum.BudgetStatus|keyof typeof google.ads.googleads.v14.enums.BudgetStatusEnum.BudgetStatus); @@ -102248,34 +102248,34 @@ export namespace google { public explicitly_shared?: (boolean|null); /** CampaignBudget reference_count. */ - public reference_count?: (number|Long|string|null); + public reference_count?: (number|null); /** CampaignBudget has_recommended_budget. */ public has_recommended_budget?: (boolean|null); /** CampaignBudget recommended_budget_amount_micros. */ - public recommended_budget_amount_micros?: (number|Long|string|null); + public recommended_budget_amount_micros?: (number|null); /** CampaignBudget period. */ public period: (google.ads.googleads.v14.enums.BudgetPeriodEnum.BudgetPeriod|keyof typeof google.ads.googleads.v14.enums.BudgetPeriodEnum.BudgetPeriod); /** CampaignBudget recommended_budget_estimated_change_weekly_clicks. */ - public recommended_budget_estimated_change_weekly_clicks?: (number|Long|string|null); + public recommended_budget_estimated_change_weekly_clicks?: (number|null); /** CampaignBudget recommended_budget_estimated_change_weekly_cost_micros. */ - public recommended_budget_estimated_change_weekly_cost_micros?: (number|Long|string|null); + public recommended_budget_estimated_change_weekly_cost_micros?: (number|null); /** CampaignBudget recommended_budget_estimated_change_weekly_interactions. */ - public recommended_budget_estimated_change_weekly_interactions?: (number|Long|string|null); + public recommended_budget_estimated_change_weekly_interactions?: (number|null); /** CampaignBudget recommended_budget_estimated_change_weekly_views. */ - public recommended_budget_estimated_change_weekly_views?: (number|Long|string|null); + public recommended_budget_estimated_change_weekly_views?: (number|null); /** CampaignBudget type. */ public type: (google.ads.googleads.v14.enums.BudgetTypeEnum.BudgetType|keyof typeof google.ads.googleads.v14.enums.BudgetTypeEnum.BudgetType); /** CampaignBudget aligned_bidding_strategy_id. */ - public aligned_bidding_strategy_id: (number|Long|string); + public aligned_bidding_strategy_id: number; /** CampaignBudget _id. */ public _id?: "id"; @@ -102522,7 +102522,7 @@ export namespace google { campaign?: (string|null); /** CampaignCriterion criterion_id */ - criterion_id?: (number|Long|string|null); + criterion_id?: (number|null); /** CampaignCriterion display_name */ display_name?: (string|null); @@ -102649,7 +102649,7 @@ export namespace google { public campaign?: (string|null); /** CampaignCriterion criterion_id. */ - public criterion_id?: (number|Long|string|null); + public criterion_id?: (number|null); /** CampaignCriterion display_name. */ public display_name: string; @@ -102980,7 +102980,7 @@ export namespace google { resource_name?: (string|null); /** CampaignDraft draft_id */ - draft_id?: (number|Long|string|null); + draft_id?: (number|null); /** CampaignDraft base_campaign */ base_campaign?: (string|null); @@ -103014,7 +103014,7 @@ export namespace google { public resource_name: string; /** CampaignDraft draft_id. */ - public draft_id?: (number|Long|string|null); + public draft_id?: (number|null); /** CampaignDraft base_campaign. */ public base_campaign?: (string|null); @@ -103394,7 +103394,7 @@ export namespace google { resource_name?: (string|null); /** CampaignGroup id */ - id?: (number|Long|string|null); + id?: (number|null); /** CampaignGroup name */ name?: (string|null); @@ -103416,7 +103416,7 @@ export namespace google { public resource_name: string; /** CampaignGroup id. */ - public id: (number|Long|string); + public id: number; /** CampaignGroup name. */ public name: string; @@ -103627,10 +103627,10 @@ export namespace google { category_label?: (string|null); /** CampaignSearchTermInsight id */ - id?: (number|Long|string|null); + id?: (number|null); /** CampaignSearchTermInsight campaign_id */ - campaign_id?: (number|Long|string|null); + campaign_id?: (number|null); } /** Represents a CampaignSearchTermInsight. */ @@ -103649,10 +103649,10 @@ export namespace google { public category_label?: (string|null); /** CampaignSearchTermInsight id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** CampaignSearchTermInsight campaign_id. */ - public campaign_id?: (number|Long|string|null); + public campaign_id?: (number|null); /** CampaignSearchTermInsight _category_label. */ public _category_label?: "category_label"; @@ -103869,7 +103869,7 @@ export namespace google { resource_name?: (string|null); /** CampaignSimulation campaign_id */ - campaign_id?: (number|Long|string|null); + campaign_id?: (number|null); /** CampaignSimulation type */ type?: (google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|keyof typeof google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|null); @@ -103912,7 +103912,7 @@ export namespace google { public resource_name: string; /** CampaignSimulation campaign_id. */ - public campaign_id: (number|Long|string); + public campaign_id: number; /** CampaignSimulation type. */ public type: (google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|keyof typeof google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType); @@ -104029,7 +104029,7 @@ export namespace google { resource_name?: (string|null); /** CarrierConstant id */ - id?: (number|Long|string|null); + id?: (number|null); /** CarrierConstant name */ name?: (string|null); @@ -104051,7 +104051,7 @@ export namespace google { public resource_name: string; /** CarrierConstant id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** CarrierConstant name. */ public name?: (string|null); @@ -104681,7 +104681,7 @@ export namespace google { resource_name?: (string|null); /** Feed id */ - id?: (number|Long|string|null); + id?: (number|null); /** Feed name */ name?: (string|null); @@ -104718,7 +104718,7 @@ export namespace google { public resource_name: string; /** Feed id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** Feed name. */ public name?: (string|null); @@ -105088,7 +105088,7 @@ export namespace google { interface IAffiliateLocationFeedData { /** AffiliateLocationFeedData chain_ids */ - chain_ids?: ((number|Long|string)[]|null); + chain_ids?: (number[]|null); /** AffiliateLocationFeedData relationship_type */ relationship_type?: (google.ads.googleads.v14.enums.AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType|keyof typeof google.ads.googleads.v14.enums.AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType|null); @@ -105104,7 +105104,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.Feed.IAffiliateLocationFeedData); /** AffiliateLocationFeedData chain_ids. */ - public chain_ids: (number|Long|string)[]; + public chain_ids: number[]; /** AffiliateLocationFeedData relationship_type. */ public relationship_type: (google.ads.googleads.v14.enums.AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType|keyof typeof google.ads.googleads.v14.enums.AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType); @@ -105192,7 +105192,7 @@ export namespace google { interface IFeedAttribute { /** FeedAttribute id */ - id?: (number|Long|string|null); + id?: (number|null); /** FeedAttribute name */ name?: (string|null); @@ -105214,7 +105214,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.IFeedAttribute); /** FeedAttribute id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** FeedAttribute name. */ public name?: (string|null); @@ -105435,7 +105435,7 @@ export namespace google { feed?: (string|null); /** FeedItem id */ - id?: (number|Long|string|null); + id?: (number|null); /** FeedItem start_date_time */ start_date_time?: (string|null); @@ -105475,7 +105475,7 @@ export namespace google { public feed?: (string|null); /** FeedItem id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** FeedItem start_date_time. */ public start_date_time?: (string|null); @@ -105592,10 +105592,10 @@ export namespace google { interface IFeedItemAttributeValue { /** FeedItemAttributeValue feed_attribute_id */ - feed_attribute_id?: (number|Long|string|null); + feed_attribute_id?: (number|null); /** FeedItemAttributeValue integer_value */ - integer_value?: (number|Long|string|null); + integer_value?: (number|null); /** FeedItemAttributeValue boolean_value */ boolean_value?: (boolean|null); @@ -105610,7 +105610,7 @@ export namespace google { price_value?: (google.ads.googleads.v14.common.IMoney|null); /** FeedItemAttributeValue integer_values */ - integer_values?: ((number|Long|string)[]|null); + integer_values?: (number[]|null); /** FeedItemAttributeValue boolean_values */ boolean_values?: (boolean[]|null); @@ -105632,10 +105632,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.IFeedItemAttributeValue); /** FeedItemAttributeValue feed_attribute_id. */ - public feed_attribute_id?: (number|Long|string|null); + public feed_attribute_id?: (number|null); /** FeedItemAttributeValue integer_value. */ - public integer_value?: (number|Long|string|null); + public integer_value?: (number|null); /** FeedItemAttributeValue boolean_value. */ public boolean_value?: (boolean|null); @@ -105650,7 +105650,7 @@ export namespace google { public price_value?: (google.ads.googleads.v14.common.IMoney|null); /** FeedItemAttributeValue integer_values. */ - public integer_values: (number|Long|string)[]; + public integer_values: number[]; /** FeedItemAttributeValue boolean_values. */ public boolean_values: boolean[]; @@ -105912,7 +105912,7 @@ export namespace google { description?: (string|null); /** FeedItemValidationError feed_attribute_ids */ - feed_attribute_ids?: ((number|Long|string)[]|null); + feed_attribute_ids?: (number[]|null); /** FeedItemValidationError extra_info */ extra_info?: (string|null); @@ -105934,7 +105934,7 @@ export namespace google { public description?: (string|null); /** FeedItemValidationError feed_attribute_ids. */ - public feed_attribute_ids: (number|Long|string)[]; + public feed_attribute_ids: number[]; /** FeedItemValidationError extra_info. */ public extra_info?: (string|null); @@ -106289,7 +106289,7 @@ export namespace google { location_of_presence?: (google.ads.googleads.v14.common.IClickLocation|null); /** ClickView page_number */ - page_number?: (number|Long|string|null); + page_number?: (number|null); /** ClickView ad_group_ad */ ad_group_ad?: (string|null); @@ -106329,7 +106329,7 @@ export namespace google { public location_of_presence?: (google.ads.googleads.v14.common.IClickLocation|null); /** ClickView page_number. */ - public page_number?: (number|Long|string|null); + public page_number?: (number|null); /** ClickView ad_group_ad. */ public ad_group_ad?: (string|null); @@ -106446,7 +106446,7 @@ export namespace google { resource_name?: (string|null); /** CombinedAudience id */ - id?: (number|Long|string|null); + id?: (number|null); /** CombinedAudience status */ status?: (google.ads.googleads.v14.enums.CombinedAudienceStatusEnum.CombinedAudienceStatus|keyof typeof google.ads.googleads.v14.enums.CombinedAudienceStatusEnum.CombinedAudienceStatus|null); @@ -106471,7 +106471,7 @@ export namespace google { public resource_name: string; /** CombinedAudience id. */ - public id: (number|Long|string); + public id: number; /** CombinedAudience status. */ public status: (google.ads.googleads.v14.enums.CombinedAudienceStatusEnum.CombinedAudienceStatus|keyof typeof google.ads.googleads.v14.enums.CombinedAudienceStatusEnum.CombinedAudienceStatus); @@ -106567,7 +106567,7 @@ export namespace google { resource_name?: (string|null); /** ConversionAction id */ - id?: (number|Long|string|null); + id?: (number|null); /** ConversionAction name */ name?: (string|null); @@ -106594,10 +106594,10 @@ export namespace google { include_in_conversions_metric?: (boolean|null); /** ConversionAction click_through_lookback_window_days */ - click_through_lookback_window_days?: (number|Long|string|null); + click_through_lookback_window_days?: (number|null); /** ConversionAction view_through_lookback_window_days */ - view_through_lookback_window_days?: (number|Long|string|null); + view_through_lookback_window_days?: (number|null); /** ConversionAction value_settings */ value_settings?: (google.ads.googleads.v14.resources.ConversionAction.IValueSettings|null); @@ -106612,7 +106612,7 @@ export namespace google { tag_snippets?: (google.ads.googleads.v14.common.ITagSnippet[]|null); /** ConversionAction phone_call_duration_seconds */ - phone_call_duration_seconds?: (number|Long|string|null); + phone_call_duration_seconds?: (number|null); /** ConversionAction app_id */ app_id?: (string|null); @@ -106643,7 +106643,7 @@ export namespace google { public resource_name: string; /** ConversionAction id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** ConversionAction name. */ public name?: (string|null); @@ -106670,10 +106670,10 @@ export namespace google { public include_in_conversions_metric?: (boolean|null); /** ConversionAction click_through_lookback_window_days. */ - public click_through_lookback_window_days?: (number|Long|string|null); + public click_through_lookback_window_days?: (number|null); /** ConversionAction view_through_lookback_window_days. */ - public view_through_lookback_window_days?: (number|Long|string|null); + public view_through_lookback_window_days?: (number|null); /** ConversionAction value_settings. */ public value_settings?: (google.ads.googleads.v14.resources.ConversionAction.IValueSettings|null); @@ -106688,7 +106688,7 @@ export namespace google { public tag_snippets: google.ads.googleads.v14.common.ITagSnippet[]; /** ConversionAction phone_call_duration_seconds. */ - public phone_call_duration_seconds?: (number|Long|string|null); + public phone_call_duration_seconds?: (number|null); /** ConversionAction app_id. */ public app_id?: (string|null); @@ -107149,7 +107149,7 @@ export namespace google { project_id?: (string|null); /** FirebaseSettings property_id */ - property_id?: (number|Long|string|null); + property_id?: (number|null); /** FirebaseSettings property_name */ property_name?: (string|null); @@ -107171,7 +107171,7 @@ export namespace google { public project_id?: (string|null); /** FirebaseSettings property_id. */ - public property_id: (number|Long|string); + public property_id: number; /** FirebaseSettings property_name. */ public property_name: string; @@ -107270,7 +107270,7 @@ export namespace google { property_name?: (string|null); /** GoogleAnalytics4Settings property_id */ - property_id?: (number|Long|string|null); + property_id?: (number|null); } /** Represents a GoogleAnalytics4Settings. */ @@ -107289,7 +107289,7 @@ export namespace google { public property_name: string; /** GoogleAnalytics4Settings property_id. */ - public property_id: (number|Long|string); + public property_id: number; /** * Creates a new GoogleAnalytics4Settings instance using the specified properties. @@ -107377,7 +107377,7 @@ export namespace google { resource_name?: (string|null); /** ConversionCustomVariable id */ - id?: (number|Long|string|null); + id?: (number|null); /** ConversionCustomVariable name */ name?: (string|null); @@ -107405,7 +107405,7 @@ export namespace google { public resource_name: string; /** ConversionCustomVariable id. */ - public id: (number|Long|string); + public id: number; /** ConversionCustomVariable name. */ public name: string; @@ -107619,7 +107619,7 @@ export namespace google { resource_name?: (string|null); /** ConversionValueRule id */ - id?: (number|Long|string|null); + id?: (number|null); /** ConversionValueRule action */ action?: (google.ads.googleads.v14.resources.ConversionValueRule.IValueRuleAction|null); @@ -107653,7 +107653,7 @@ export namespace google { public resource_name: string; /** ConversionValueRule id. */ - public id: (number|Long|string); + public id: number; /** ConversionValueRule action. */ public action?: (google.ads.googleads.v14.resources.ConversionValueRule.IValueRuleAction|null); @@ -108179,7 +108179,7 @@ export namespace google { resource_name?: (string|null); /** ConversionValueRuleSet id */ - id?: (number|Long|string|null); + id?: (number|null); /** ConversionValueRuleSet conversion_value_rules */ conversion_value_rules?: (string[]|null); @@ -108216,7 +108216,7 @@ export namespace google { public resource_name: string; /** ConversionValueRuleSet id. */ - public id: (number|Long|string); + public id: number; /** ConversionValueRuleSet conversion_value_rules. */ public conversion_value_rules: string[]; @@ -108333,7 +108333,7 @@ export namespace google { symbol?: (string|null); /** CurrencyConstant billable_unit_micros */ - billable_unit_micros?: (number|Long|string|null); + billable_unit_micros?: (number|null); } /** Represents a CurrencyConstant. */ @@ -108358,7 +108358,7 @@ export namespace google { public symbol?: (string|null); /** CurrencyConstant billable_unit_micros. */ - public billable_unit_micros?: (number|Long|string|null); + public billable_unit_micros?: (number|null); /** CurrencyConstant _code. */ public _code?: "code"; @@ -108457,7 +108457,7 @@ export namespace google { resource_name?: (string|null); /** CustomAudience id */ - id?: (number|Long|string|null); + id?: (number|null); /** CustomAudience status */ status?: (google.ads.googleads.v14.enums.CustomAudienceStatusEnum.CustomAudienceStatus|keyof typeof google.ads.googleads.v14.enums.CustomAudienceStatusEnum.CustomAudienceStatus|null); @@ -108488,7 +108488,7 @@ export namespace google { public resource_name: string; /** CustomAudience id. */ - public id: (number|Long|string); + public id: number; /** CustomAudience status. */ public status: (google.ads.googleads.v14.enums.CustomAudienceStatusEnum.CustomAudienceStatus|keyof typeof google.ads.googleads.v14.enums.CustomAudienceStatusEnum.CustomAudienceStatus); @@ -108596,7 +108596,7 @@ export namespace google { url?: (string|null); /** CustomAudienceMember place_category */ - place_category?: (number|Long|string|null); + place_category?: (number|null); /** CustomAudienceMember app */ app?: (string|null); @@ -108621,7 +108621,7 @@ export namespace google { public url?: (string|null); /** CustomAudienceMember place_category. */ - public place_category?: (number|Long|string|null); + public place_category?: (number|null); /** CustomAudienceMember app. */ public app?: (string|null); @@ -108714,7 +108714,7 @@ export namespace google { resource_name?: (string|null); /** CustomConversionGoal id */ - id?: (number|Long|string|null); + id?: (number|null); /** CustomConversionGoal name */ name?: (string|null); @@ -108739,7 +108739,7 @@ export namespace google { public resource_name: string; /** CustomConversionGoal id. */ - public id: (number|Long|string); + public id: number; /** CustomConversionGoal name. */ public name: string; @@ -108835,7 +108835,7 @@ export namespace google { resource_name?: (string|null); /** CustomInterest id */ - id?: (number|Long|string|null); + id?: (number|null); /** CustomInterest status */ status?: (google.ads.googleads.v14.enums.CustomInterestStatusEnum.CustomInterestStatus|keyof typeof google.ads.googleads.v14.enums.CustomInterestStatusEnum.CustomInterestStatus|null); @@ -108866,7 +108866,7 @@ export namespace google { public resource_name: string; /** CustomInterest id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** CustomInterest status. */ public status: (google.ads.googleads.v14.enums.CustomInterestStatusEnum.CustomInterestStatus|keyof typeof google.ads.googleads.v14.enums.CustomInterestStatusEnum.CustomInterestStatus); @@ -109083,7 +109083,7 @@ export namespace google { resource_name?: (string|null); /** Customer id */ - id?: (number|Long|string|null); + id?: (number|null); /** Customer descriptive_name */ descriptive_name?: (string|null); @@ -109165,7 +109165,7 @@ export namespace google { public resource_name: string; /** Customer id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** Customer descriptive_name. */ public descriptive_name?: (string|null); @@ -109478,10 +109478,10 @@ export namespace google { interface IConversionTrackingSetting { /** ConversionTrackingSetting conversion_tracking_id */ - conversion_tracking_id?: (number|Long|string|null); + conversion_tracking_id?: (number|null); /** ConversionTrackingSetting cross_account_conversion_tracking_id */ - cross_account_conversion_tracking_id?: (number|Long|string|null); + cross_account_conversion_tracking_id?: (number|null); /** ConversionTrackingSetting accepted_customer_data_terms */ accepted_customer_data_terms?: (boolean|null); @@ -109506,10 +109506,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.IConversionTrackingSetting); /** ConversionTrackingSetting conversion_tracking_id. */ - public conversion_tracking_id?: (number|Long|string|null); + public conversion_tracking_id?: (number|null); /** ConversionTrackingSetting cross_account_conversion_tracking_id. */ - public cross_account_conversion_tracking_id?: (number|Long|string|null); + public cross_account_conversion_tracking_id?: (number|null); /** ConversionTrackingSetting accepted_customer_data_terms. */ public accepted_customer_data_terms: boolean; @@ -109717,10 +109717,10 @@ export namespace google { status?: (google.ads.googleads.v14.enums.OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus|keyof typeof google.ads.googleads.v14.enums.OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus|null); /** OfflineConversionClientSummary total_event_count */ - total_event_count?: (number|Long|string|null); + total_event_count?: (number|null); /** OfflineConversionClientSummary successful_event_count */ - successful_event_count?: (number|Long|string|null); + successful_event_count?: (number|null); /** OfflineConversionClientSummary success_rate */ success_rate?: (number|null); @@ -109754,10 +109754,10 @@ export namespace google { public status: (google.ads.googleads.v14.enums.OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus|keyof typeof google.ads.googleads.v14.enums.OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus); /** OfflineConversionClientSummary total_event_count. */ - public total_event_count: (number|Long|string); + public total_event_count: number; /** OfflineConversionClientSummary successful_event_count. */ - public successful_event_count: (number|Long|string); + public successful_event_count: number; /** OfflineConversionClientSummary success_rate. */ public success_rate: number; @@ -109856,13 +109856,13 @@ export namespace google { interface IOfflineConversionUploadSummary { /** OfflineConversionUploadSummary successful_count */ - successful_count?: (number|Long|string|null); + successful_count?: (number|null); /** OfflineConversionUploadSummary failed_count */ - failed_count?: (number|Long|string|null); + failed_count?: (number|null); /** OfflineConversionUploadSummary job_id */ - job_id?: (number|Long|string|null); + job_id?: (number|null); /** OfflineConversionUploadSummary upload_date */ upload_date?: (string|null); @@ -109878,13 +109878,13 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.IOfflineConversionUploadSummary); /** OfflineConversionUploadSummary successful_count. */ - public successful_count: (number|Long|string); + public successful_count: number; /** OfflineConversionUploadSummary failed_count. */ - public failed_count: (number|Long|string); + public failed_count: number; /** OfflineConversionUploadSummary job_id. */ - public job_id?: (number|Long|string|null); + public job_id?: (number|null); /** OfflineConversionUploadSummary upload_date. */ public upload_date?: (string|null); @@ -110452,7 +110452,7 @@ export namespace google { hidden?: (boolean|null); /** CustomerClient level */ - level?: (number|Long|string|null); + level?: (number|null); /** CustomerClient time_zone */ time_zone?: (string|null); @@ -110470,7 +110470,7 @@ export namespace google { currency_code?: (string|null); /** CustomerClient id */ - id?: (number|Long|string|null); + id?: (number|null); /** CustomerClient applied_labels */ applied_labels?: (string[]|null); @@ -110498,7 +110498,7 @@ export namespace google { public hidden?: (boolean|null); /** CustomerClient level. */ - public level?: (number|Long|string|null); + public level?: (number|null); /** CustomerClient time_zone. */ public time_zone?: (string|null); @@ -110516,7 +110516,7 @@ export namespace google { public currency_code?: (string|null); /** CustomerClient id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** CustomerClient applied_labels. */ public applied_labels: string[]; @@ -110639,7 +110639,7 @@ export namespace google { client_customer?: (string|null); /** CustomerClientLink manager_link_id */ - manager_link_id?: (number|Long|string|null); + manager_link_id?: (number|null); /** CustomerClientLink status */ status?: (google.ads.googleads.v14.enums.ManagerLinkStatusEnum.ManagerLinkStatus|keyof typeof google.ads.googleads.v14.enums.ManagerLinkStatusEnum.ManagerLinkStatus|null); @@ -110664,7 +110664,7 @@ export namespace google { public client_customer?: (string|null); /** CustomerClientLink manager_link_id. */ - public manager_link_id?: (number|Long|string|null); + public manager_link_id?: (number|null); /** CustomerClientLink status. */ public status: (google.ads.googleads.v14.enums.ManagerLinkStatusEnum.ManagerLinkStatus|keyof typeof google.ads.googleads.v14.enums.ManagerLinkStatusEnum.ManagerLinkStatus); @@ -111353,7 +111353,7 @@ export namespace google { manager_customer?: (string|null); /** CustomerManagerLink manager_link_id */ - manager_link_id?: (number|Long|string|null); + manager_link_id?: (number|null); /** CustomerManagerLink status */ status?: (google.ads.googleads.v14.enums.ManagerLinkStatusEnum.ManagerLinkStatus|keyof typeof google.ads.googleads.v14.enums.ManagerLinkStatusEnum.ManagerLinkStatus|null); @@ -111375,7 +111375,7 @@ export namespace google { public manager_customer?: (string|null); /** CustomerManagerLink manager_link_id. */ - public manager_link_id?: (number|Long|string|null); + public manager_link_id?: (number|null); /** CustomerManagerLink status. */ public status: (google.ads.googleads.v14.enums.ManagerLinkStatusEnum.ManagerLinkStatus|keyof typeof google.ads.googleads.v14.enums.ManagerLinkStatusEnum.ManagerLinkStatus); @@ -111471,7 +111471,7 @@ export namespace google { resource_name?: (string|null); /** CustomerNegativeCriterion id */ - id?: (number|Long|string|null); + id?: (number|null); /** CustomerNegativeCriterion type */ type?: (google.ads.googleads.v14.enums.CriterionTypeEnum.CriterionType|keyof typeof google.ads.googleads.v14.enums.CriterionTypeEnum.CriterionType|null); @@ -111511,7 +111511,7 @@ export namespace google { public resource_name: string; /** CustomerNegativeCriterion id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** CustomerNegativeCriterion type. */ public type: (google.ads.googleads.v14.enums.CriterionTypeEnum.CriterionType|keyof typeof google.ads.googleads.v14.enums.CriterionTypeEnum.CriterionType); @@ -111631,7 +111631,7 @@ export namespace google { category_label?: (string|null); /** CustomerSearchTermInsight id */ - id?: (number|Long|string|null); + id?: (number|null); } /** Represents a CustomerSearchTermInsight. */ @@ -111650,7 +111650,7 @@ export namespace google { public category_label?: (string|null); /** CustomerSearchTermInsight id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** CustomerSearchTermInsight _category_label. */ public _category_label?: "category_label"; @@ -112059,10 +112059,10 @@ export namespace google { interface IConversionValueMapping { /** ConversionValueMapping min_time_post_install_hours */ - min_time_post_install_hours?: (number|Long|string|null); + min_time_post_install_hours?: (number|null); /** ConversionValueMapping max_time_post_install_hours */ - max_time_post_install_hours?: (number|Long|string|null); + max_time_post_install_hours?: (number|null); /** ConversionValueMapping mapped_events */ mapped_events?: (google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.IEvent[]|null); @@ -112078,10 +112078,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.IConversionValueMapping); /** ConversionValueMapping min_time_post_install_hours. */ - public min_time_post_install_hours: (number|Long|string); + public min_time_post_install_hours: number; /** ConversionValueMapping max_time_post_install_hours. */ - public max_time_post_install_hours: (number|Long|string); + public max_time_post_install_hours: number; /** ConversionValueMapping mapped_events. */ public mapped_events: google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.IEvent[]; @@ -112183,7 +112183,7 @@ export namespace google { event_occurrence_range?: (google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.IEventOccurrenceRange|null); /** Event event_counter */ - event_counter?: (number|Long|string|null); + event_counter?: (number|null); } /** Represents an Event. */ @@ -112211,7 +112211,7 @@ export namespace google { public event_occurrence_range?: (google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.IEventOccurrenceRange|null); /** Event event_counter. */ - public event_counter?: (number|Long|string|null); + public event_counter?: (number|null); /** Event revenue_rate. */ public revenue_rate?: ("event_revenue_range"|"event_revenue_value"); @@ -112406,10 +112406,10 @@ export namespace google { interface IEventOccurrenceRange { /** EventOccurrenceRange min_event_count */ - min_event_count?: (number|Long|string|null); + min_event_count?: (number|null); /** EventOccurrenceRange max_event_count */ - max_event_count?: (number|Long|string|null); + max_event_count?: (number|null); } /** Represents an EventOccurrenceRange. */ @@ -112422,10 +112422,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.IEventOccurrenceRange); /** EventOccurrenceRange min_event_count. */ - public min_event_count: (number|Long|string); + public min_event_count: number; /** EventOccurrenceRange max_event_count. */ - public max_event_count: (number|Long|string); + public max_event_count: number; /** * Creates a new EventOccurrenceRange instance using the specified properties. @@ -112515,7 +112515,7 @@ export namespace google { resource_name?: (string|null); /** CustomerUserAccess user_id */ - user_id?: (number|Long|string|null); + user_id?: (number|null); /** CustomerUserAccess email_address */ email_address?: (string|null); @@ -112543,7 +112543,7 @@ export namespace google { public resource_name: string; /** CustomerUserAccess user_id. */ - public user_id: (number|Long|string); + public user_id: number; /** CustomerUserAccess email_address. */ public email_address?: (string|null); @@ -112651,7 +112651,7 @@ export namespace google { resource_name?: (string|null); /** CustomerUserAccessInvitation invitation_id */ - invitation_id?: (number|Long|string|null); + invitation_id?: (number|null); /** CustomerUserAccessInvitation access_role */ access_role?: (google.ads.googleads.v14.enums.AccessRoleEnum.AccessRole|keyof typeof google.ads.googleads.v14.enums.AccessRoleEnum.AccessRole|null); @@ -112679,7 +112679,7 @@ export namespace google { public resource_name: string; /** CustomerUserAccessInvitation invitation_id. */ - public invitation_id: (number|Long|string); + public invitation_id: number; /** CustomerUserAccessInvitation access_role. */ public access_role: (google.ads.googleads.v14.enums.AccessRoleEnum.AccessRole|keyof typeof google.ads.googleads.v14.enums.AccessRoleEnum.AccessRole); @@ -112778,7 +112778,7 @@ export namespace google { resource_name?: (string|null); /** CustomizerAttribute id */ - id?: (number|Long|string|null); + id?: (number|null); /** CustomizerAttribute name */ name?: (string|null); @@ -112803,7 +112803,7 @@ export namespace google { public resource_name: string; /** CustomizerAttribute id. */ - public id: (number|Long|string); + public id: number; /** CustomizerAttribute name. */ public name: string; @@ -113038,7 +113038,7 @@ export namespace google { resource_name?: (string|null); /** DetailedDemographic id */ - id?: (number|Long|string|null); + id?: (number|null); /** DetailedDemographic name */ name?: (string|null); @@ -113066,7 +113066,7 @@ export namespace google { public resource_name: string; /** DetailedDemographic id. */ - public id: (number|Long|string); + public id: number; /** DetailedDemographic name. */ public name: string; @@ -113389,13 +113389,13 @@ export namespace google { coverage_fraction?: (number|null); /** DomainCategory category_rank */ - category_rank?: (number|Long|string|null); + category_rank?: (number|null); /** DomainCategory has_children */ has_children?: (boolean|null); /** DomainCategory recommended_cpc_bid_micros */ - recommended_cpc_bid_micros?: (number|Long|string|null); + recommended_cpc_bid_micros?: (number|null); } /** Represents a DomainCategory. */ @@ -113426,13 +113426,13 @@ export namespace google { public coverage_fraction?: (number|null); /** DomainCategory category_rank. */ - public category_rank?: (number|Long|string|null); + public category_rank?: (number|null); /** DomainCategory has_children. */ public has_children?: (boolean|null); /** DomainCategory recommended_cpc_bid_micros. */ - public recommended_cpc_bid_micros?: (number|Long|string|null); + public recommended_cpc_bid_micros?: (number|null); /** DomainCategory _campaign. */ public _campaign?: "campaign"; @@ -113809,7 +113809,7 @@ export namespace google { resource_name?: (string|null); /** Experiment experiment_id */ - experiment_id?: (number|Long|string|null); + experiment_id?: (number|null); /** Experiment name */ name?: (string|null); @@ -113855,7 +113855,7 @@ export namespace google { public resource_name: string; /** Experiment experiment_id. */ - public experiment_id?: (number|Long|string|null); + public experiment_id?: (number|null); /** Experiment name. */ public name: string; @@ -113993,7 +113993,7 @@ export namespace google { control?: (boolean|null); /** ExperimentArm traffic_split */ - traffic_split?: (number|Long|string|null); + traffic_split?: (number|null); /** ExperimentArm campaigns */ campaigns?: (string[]|null); @@ -114024,7 +114024,7 @@ export namespace google { public control: boolean; /** ExperimentArm traffic_split. */ - public traffic_split: (number|Long|string); + public traffic_split: number; /** ExperimentArm campaigns. */ public campaigns: string[]; @@ -114117,7 +114117,7 @@ export namespace google { resource_name?: (string|null); /** ExtensionFeedItem id */ - id?: (number|Long|string|null); + id?: (number|null); /** ExtensionFeedItem extension_type */ extension_type?: (google.ads.googleads.v14.enums.ExtensionTypeEnum.ExtensionType|keyof typeof google.ads.googleads.v14.enums.ExtensionTypeEnum.ExtensionType|null); @@ -114199,7 +114199,7 @@ export namespace google { public resource_name: string; /** ExtensionFeedItem id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** ExtensionFeedItem extension_type. */ public extension_type: (google.ads.googleads.v14.enums.ExtensionTypeEnum.ExtensionType|keyof typeof google.ads.googleads.v14.enums.ExtensionTypeEnum.ExtensionType); @@ -114373,7 +114373,7 @@ export namespace google { feed?: (string|null); /** FeedItemSet feed_item_set_id */ - feed_item_set_id?: (number|Long|string|null); + feed_item_set_id?: (number|null); /** FeedItemSet display_name */ display_name?: (string|null); @@ -114404,7 +114404,7 @@ export namespace google { public feed: string; /** FeedItemSet feed_item_set_id. */ - public feed_item_set_id: (number|Long|string); + public feed_item_set_id: number; /** FeedItemSet display_name. */ public display_name: string; @@ -114621,7 +114621,7 @@ export namespace google { feed_item_target_type?: (google.ads.googleads.v14.enums.FeedItemTargetTypeEnum.FeedItemTargetType|keyof typeof google.ads.googleads.v14.enums.FeedItemTargetTypeEnum.FeedItemTargetType|null); /** FeedItemTarget feed_item_target_id */ - feed_item_target_id?: (number|Long|string|null); + feed_item_target_id?: (number|null); /** FeedItemTarget status */ status?: (google.ads.googleads.v14.enums.FeedItemTargetStatusEnum.FeedItemTargetStatus|keyof typeof google.ads.googleads.v14.enums.FeedItemTargetStatusEnum.FeedItemTargetStatus|null); @@ -114664,7 +114664,7 @@ export namespace google { public feed_item_target_type: (google.ads.googleads.v14.enums.FeedItemTargetTypeEnum.FeedItemTargetType|keyof typeof google.ads.googleads.v14.enums.FeedItemTargetTypeEnum.FeedItemTargetType); /** FeedItemTarget feed_item_target_id. */ - public feed_item_target_id?: (number|Long|string|null); + public feed_item_target_id?: (number|null); /** FeedItemTarget status. */ public status: (google.ads.googleads.v14.enums.FeedItemTargetStatusEnum.FeedItemTargetStatus|keyof typeof google.ads.googleads.v14.enums.FeedItemTargetStatusEnum.FeedItemTargetStatus); @@ -114911,10 +114911,10 @@ export namespace google { interface IAttributeFieldMapping { /** AttributeFieldMapping feed_attribute_id */ - feed_attribute_id?: (number|Long|string|null); + feed_attribute_id?: (number|null); /** AttributeFieldMapping field_id */ - field_id?: (number|Long|string|null); + field_id?: (number|null); /** AttributeFieldMapping sitelink_field */ sitelink_field?: (google.ads.googleads.v14.enums.SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField|keyof typeof google.ads.googleads.v14.enums.SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField|null); @@ -114993,10 +114993,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.IAttributeFieldMapping); /** AttributeFieldMapping feed_attribute_id. */ - public feed_attribute_id?: (number|Long|string|null); + public feed_attribute_id?: (number|null); /** AttributeFieldMapping field_id. */ - public field_id?: (number|Long|string|null); + public field_id?: (number|null); /** AttributeFieldMapping sitelink_field. */ public sitelink_field?: (google.ads.googleads.v14.enums.SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField|keyof typeof google.ads.googleads.v14.enums.SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField|null); @@ -115358,7 +115358,7 @@ export namespace google { resource_name?: (string|null); /** GeoTargetConstant id */ - id?: (number|Long|string|null); + id?: (number|null); /** GeoTargetConstant name */ name?: (string|null); @@ -115392,7 +115392,7 @@ export namespace google { public resource_name: string; /** GeoTargetConstant id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** GeoTargetConstant name. */ public name?: (string|null); @@ -115518,7 +115518,7 @@ export namespace google { location_type?: (google.ads.googleads.v14.enums.GeoTargetingTypeEnum.GeoTargetingType|keyof typeof google.ads.googleads.v14.enums.GeoTargetingTypeEnum.GeoTargetingType|null); /** GeographicView country_criterion_id */ - country_criterion_id?: (number|Long|string|null); + country_criterion_id?: (number|null); } /** Represents a GeographicView. */ @@ -115537,7 +115537,7 @@ export namespace google { public location_type: (google.ads.googleads.v14.enums.GeoTargetingTypeEnum.GeoTargetingType|keyof typeof google.ads.googleads.v14.enums.GeoTargetingTypeEnum.GeoTargetingType); /** GeographicView country_criterion_id. */ - public country_criterion_id?: (number|Long|string|null); + public country_criterion_id?: (number|null); /** GeographicView _country_criterion_id. */ public _country_criterion_id?: "country_criterion_id"; @@ -116153,7 +116153,7 @@ export namespace google { campaign?: (string|null); /** HotelReconciliation hotel_center_id */ - hotel_center_id?: (number|Long|string|null); + hotel_center_id?: (number|null); /** HotelReconciliation hotel_id */ hotel_id?: (string|null); @@ -116165,7 +116165,7 @@ export namespace google { check_out_date?: (string|null); /** HotelReconciliation reconciled_value_micros */ - reconciled_value_micros?: (number|Long|string|null); + reconciled_value_micros?: (number|null); /** HotelReconciliation billed */ billed?: (boolean|null); @@ -116196,7 +116196,7 @@ export namespace google { public campaign: string; /** HotelReconciliation hotel_center_id. */ - public hotel_center_id: (number|Long|string); + public hotel_center_id: number; /** HotelReconciliation hotel_id. */ public hotel_id: string; @@ -116208,7 +116208,7 @@ export namespace google { public check_out_date: string; /** HotelReconciliation reconciled_value_micros. */ - public reconciled_value_micros: (number|Long|string); + public reconciled_value_micros: number; /** HotelReconciliation billed. */ public billed: boolean; @@ -116425,40 +116425,40 @@ export namespace google { currency_code?: (string|null); /** Invoice adjustments_subtotal_amount_micros */ - adjustments_subtotal_amount_micros?: (number|Long|string|null); + adjustments_subtotal_amount_micros?: (number|null); /** Invoice adjustments_tax_amount_micros */ - adjustments_tax_amount_micros?: (number|Long|string|null); + adjustments_tax_amount_micros?: (number|null); /** Invoice adjustments_total_amount_micros */ - adjustments_total_amount_micros?: (number|Long|string|null); + adjustments_total_amount_micros?: (number|null); /** Invoice regulatory_costs_subtotal_amount_micros */ - regulatory_costs_subtotal_amount_micros?: (number|Long|string|null); + regulatory_costs_subtotal_amount_micros?: (number|null); /** Invoice regulatory_costs_tax_amount_micros */ - regulatory_costs_tax_amount_micros?: (number|Long|string|null); + regulatory_costs_tax_amount_micros?: (number|null); /** Invoice regulatory_costs_total_amount_micros */ - regulatory_costs_total_amount_micros?: (number|Long|string|null); + regulatory_costs_total_amount_micros?: (number|null); /** Invoice export_charge_subtotal_amount_micros */ - export_charge_subtotal_amount_micros?: (number|Long|string|null); + export_charge_subtotal_amount_micros?: (number|null); /** Invoice export_charge_tax_amount_micros */ - export_charge_tax_amount_micros?: (number|Long|string|null); + export_charge_tax_amount_micros?: (number|null); /** Invoice export_charge_total_amount_micros */ - export_charge_total_amount_micros?: (number|Long|string|null); + export_charge_total_amount_micros?: (number|null); /** Invoice subtotal_amount_micros */ - subtotal_amount_micros?: (number|Long|string|null); + subtotal_amount_micros?: (number|null); /** Invoice tax_amount_micros */ - tax_amount_micros?: (number|Long|string|null); + tax_amount_micros?: (number|null); /** Invoice total_amount_micros */ - total_amount_micros?: (number|Long|string|null); + total_amount_micros?: (number|null); /** Invoice corrected_invoice */ corrected_invoice?: (string|null); @@ -116516,40 +116516,40 @@ export namespace google { public currency_code?: (string|null); /** Invoice adjustments_subtotal_amount_micros. */ - public adjustments_subtotal_amount_micros: (number|Long|string); + public adjustments_subtotal_amount_micros: number; /** Invoice adjustments_tax_amount_micros. */ - public adjustments_tax_amount_micros: (number|Long|string); + public adjustments_tax_amount_micros: number; /** Invoice adjustments_total_amount_micros. */ - public adjustments_total_amount_micros: (number|Long|string); + public adjustments_total_amount_micros: number; /** Invoice regulatory_costs_subtotal_amount_micros. */ - public regulatory_costs_subtotal_amount_micros: (number|Long|string); + public regulatory_costs_subtotal_amount_micros: number; /** Invoice regulatory_costs_tax_amount_micros. */ - public regulatory_costs_tax_amount_micros: (number|Long|string); + public regulatory_costs_tax_amount_micros: number; /** Invoice regulatory_costs_total_amount_micros. */ - public regulatory_costs_total_amount_micros: (number|Long|string); + public regulatory_costs_total_amount_micros: number; /** Invoice export_charge_subtotal_amount_micros. */ - public export_charge_subtotal_amount_micros?: (number|Long|string|null); + public export_charge_subtotal_amount_micros?: (number|null); /** Invoice export_charge_tax_amount_micros. */ - public export_charge_tax_amount_micros?: (number|Long|string|null); + public export_charge_tax_amount_micros?: (number|null); /** Invoice export_charge_total_amount_micros. */ - public export_charge_total_amount_micros?: (number|Long|string|null); + public export_charge_total_amount_micros?: (number|null); /** Invoice subtotal_amount_micros. */ - public subtotal_amount_micros?: (number|Long|string|null); + public subtotal_amount_micros?: (number|null); /** Invoice tax_amount_micros. */ - public tax_amount_micros?: (number|Long|string|null); + public tax_amount_micros?: (number|null); /** Invoice total_amount_micros. */ - public total_amount_micros?: (number|Long|string|null); + public total_amount_micros?: (number|null); /** Invoice corrected_invoice. */ public corrected_invoice?: (string|null); @@ -116698,58 +116698,58 @@ export namespace google { customer?: (string|null); /** AccountSummary billing_correction_subtotal_amount_micros */ - billing_correction_subtotal_amount_micros?: (number|Long|string|null); + billing_correction_subtotal_amount_micros?: (number|null); /** AccountSummary billing_correction_tax_amount_micros */ - billing_correction_tax_amount_micros?: (number|Long|string|null); + billing_correction_tax_amount_micros?: (number|null); /** AccountSummary billing_correction_total_amount_micros */ - billing_correction_total_amount_micros?: (number|Long|string|null); + billing_correction_total_amount_micros?: (number|null); /** AccountSummary coupon_adjustment_subtotal_amount_micros */ - coupon_adjustment_subtotal_amount_micros?: (number|Long|string|null); + coupon_adjustment_subtotal_amount_micros?: (number|null); /** AccountSummary coupon_adjustment_tax_amount_micros */ - coupon_adjustment_tax_amount_micros?: (number|Long|string|null); + coupon_adjustment_tax_amount_micros?: (number|null); /** AccountSummary coupon_adjustment_total_amount_micros */ - coupon_adjustment_total_amount_micros?: (number|Long|string|null); + coupon_adjustment_total_amount_micros?: (number|null); /** AccountSummary excess_credit_adjustment_subtotal_amount_micros */ - excess_credit_adjustment_subtotal_amount_micros?: (number|Long|string|null); + excess_credit_adjustment_subtotal_amount_micros?: (number|null); /** AccountSummary excess_credit_adjustment_tax_amount_micros */ - excess_credit_adjustment_tax_amount_micros?: (number|Long|string|null); + excess_credit_adjustment_tax_amount_micros?: (number|null); /** AccountSummary excess_credit_adjustment_total_amount_micros */ - excess_credit_adjustment_total_amount_micros?: (number|Long|string|null); + excess_credit_adjustment_total_amount_micros?: (number|null); /** AccountSummary regulatory_costs_subtotal_amount_micros */ - regulatory_costs_subtotal_amount_micros?: (number|Long|string|null); + regulatory_costs_subtotal_amount_micros?: (number|null); /** AccountSummary regulatory_costs_tax_amount_micros */ - regulatory_costs_tax_amount_micros?: (number|Long|string|null); + regulatory_costs_tax_amount_micros?: (number|null); /** AccountSummary regulatory_costs_total_amount_micros */ - regulatory_costs_total_amount_micros?: (number|Long|string|null); + regulatory_costs_total_amount_micros?: (number|null); /** AccountSummary export_charge_subtotal_amount_micros */ - export_charge_subtotal_amount_micros?: (number|Long|string|null); + export_charge_subtotal_amount_micros?: (number|null); /** AccountSummary export_charge_tax_amount_micros */ - export_charge_tax_amount_micros?: (number|Long|string|null); + export_charge_tax_amount_micros?: (number|null); /** AccountSummary export_charge_total_amount_micros */ - export_charge_total_amount_micros?: (number|Long|string|null); + export_charge_total_amount_micros?: (number|null); /** AccountSummary subtotal_amount_micros */ - subtotal_amount_micros?: (number|Long|string|null); + subtotal_amount_micros?: (number|null); /** AccountSummary tax_amount_micros */ - tax_amount_micros?: (number|Long|string|null); + tax_amount_micros?: (number|null); /** AccountSummary total_amount_micros */ - total_amount_micros?: (number|Long|string|null); + total_amount_micros?: (number|null); } /** Represents an AccountSummary. */ @@ -116765,58 +116765,58 @@ export namespace google { public customer?: (string|null); /** AccountSummary billing_correction_subtotal_amount_micros. */ - public billing_correction_subtotal_amount_micros?: (number|Long|string|null); + public billing_correction_subtotal_amount_micros?: (number|null); /** AccountSummary billing_correction_tax_amount_micros. */ - public billing_correction_tax_amount_micros?: (number|Long|string|null); + public billing_correction_tax_amount_micros?: (number|null); /** AccountSummary billing_correction_total_amount_micros. */ - public billing_correction_total_amount_micros?: (number|Long|string|null); + public billing_correction_total_amount_micros?: (number|null); /** AccountSummary coupon_adjustment_subtotal_amount_micros. */ - public coupon_adjustment_subtotal_amount_micros?: (number|Long|string|null); + public coupon_adjustment_subtotal_amount_micros?: (number|null); /** AccountSummary coupon_adjustment_tax_amount_micros. */ - public coupon_adjustment_tax_amount_micros?: (number|Long|string|null); + public coupon_adjustment_tax_amount_micros?: (number|null); /** AccountSummary coupon_adjustment_total_amount_micros. */ - public coupon_adjustment_total_amount_micros?: (number|Long|string|null); + public coupon_adjustment_total_amount_micros?: (number|null); /** AccountSummary excess_credit_adjustment_subtotal_amount_micros. */ - public excess_credit_adjustment_subtotal_amount_micros?: (number|Long|string|null); + public excess_credit_adjustment_subtotal_amount_micros?: (number|null); /** AccountSummary excess_credit_adjustment_tax_amount_micros. */ - public excess_credit_adjustment_tax_amount_micros?: (number|Long|string|null); + public excess_credit_adjustment_tax_amount_micros?: (number|null); /** AccountSummary excess_credit_adjustment_total_amount_micros. */ - public excess_credit_adjustment_total_amount_micros?: (number|Long|string|null); + public excess_credit_adjustment_total_amount_micros?: (number|null); /** AccountSummary regulatory_costs_subtotal_amount_micros. */ - public regulatory_costs_subtotal_amount_micros?: (number|Long|string|null); + public regulatory_costs_subtotal_amount_micros?: (number|null); /** AccountSummary regulatory_costs_tax_amount_micros. */ - public regulatory_costs_tax_amount_micros?: (number|Long|string|null); + public regulatory_costs_tax_amount_micros?: (number|null); /** AccountSummary regulatory_costs_total_amount_micros. */ - public regulatory_costs_total_amount_micros?: (number|Long|string|null); + public regulatory_costs_total_amount_micros?: (number|null); /** AccountSummary export_charge_subtotal_amount_micros. */ - public export_charge_subtotal_amount_micros?: (number|Long|string|null); + public export_charge_subtotal_amount_micros?: (number|null); /** AccountSummary export_charge_tax_amount_micros. */ - public export_charge_tax_amount_micros?: (number|Long|string|null); + public export_charge_tax_amount_micros?: (number|null); /** AccountSummary export_charge_total_amount_micros. */ - public export_charge_total_amount_micros?: (number|Long|string|null); + public export_charge_total_amount_micros?: (number|null); /** AccountSummary subtotal_amount_micros. */ - public subtotal_amount_micros?: (number|Long|string|null); + public subtotal_amount_micros?: (number|null); /** AccountSummary tax_amount_micros. */ - public tax_amount_micros?: (number|Long|string|null); + public tax_amount_micros?: (number|null); /** AccountSummary total_amount_micros. */ - public total_amount_micros?: (number|Long|string|null); + public total_amount_micros?: (number|null); /** AccountSummary _customer. */ public _customer?: "customer"; @@ -116972,28 +116972,28 @@ export namespace google { purchase_order_number?: (string|null); /** AccountBudgetSummary subtotal_amount_micros */ - subtotal_amount_micros?: (number|Long|string|null); + subtotal_amount_micros?: (number|null); /** AccountBudgetSummary tax_amount_micros */ - tax_amount_micros?: (number|Long|string|null); + tax_amount_micros?: (number|null); /** AccountBudgetSummary total_amount_micros */ - total_amount_micros?: (number|Long|string|null); + total_amount_micros?: (number|null); /** AccountBudgetSummary billable_activity_date_range */ billable_activity_date_range?: (google.ads.googleads.v14.common.IDateRange|null); /** AccountBudgetSummary served_amount_micros */ - served_amount_micros?: (number|Long|string|null); + served_amount_micros?: (number|null); /** AccountBudgetSummary billed_amount_micros */ - billed_amount_micros?: (number|Long|string|null); + billed_amount_micros?: (number|null); /** AccountBudgetSummary overdelivery_amount_micros */ - overdelivery_amount_micros?: (number|Long|string|null); + overdelivery_amount_micros?: (number|null); /** AccountBudgetSummary invalid_activity_amount_micros */ - invalid_activity_amount_micros?: (number|Long|string|null); + invalid_activity_amount_micros?: (number|null); /** AccountBudgetSummary invalid_activity_summaries */ invalid_activity_summaries?: (google.ads.googleads.v14.resources.Invoice.IInvalidActivitySummary[]|null); @@ -117024,28 +117024,28 @@ export namespace google { public purchase_order_number?: (string|null); /** AccountBudgetSummary subtotal_amount_micros. */ - public subtotal_amount_micros?: (number|Long|string|null); + public subtotal_amount_micros?: (number|null); /** AccountBudgetSummary tax_amount_micros. */ - public tax_amount_micros?: (number|Long|string|null); + public tax_amount_micros?: (number|null); /** AccountBudgetSummary total_amount_micros. */ - public total_amount_micros?: (number|Long|string|null); + public total_amount_micros?: (number|null); /** AccountBudgetSummary billable_activity_date_range. */ public billable_activity_date_range?: (google.ads.googleads.v14.common.IDateRange|null); /** AccountBudgetSummary served_amount_micros. */ - public served_amount_micros?: (number|Long|string|null); + public served_amount_micros?: (number|null); /** AccountBudgetSummary billed_amount_micros. */ - public billed_amount_micros?: (number|Long|string|null); + public billed_amount_micros?: (number|null); /** AccountBudgetSummary overdelivery_amount_micros. */ - public overdelivery_amount_micros?: (number|Long|string|null); + public overdelivery_amount_micros?: (number|null); /** AccountBudgetSummary invalid_activity_amount_micros. */ - public invalid_activity_amount_micros?: (number|Long|string|null); + public invalid_activity_amount_micros?: (number|null); /** AccountBudgetSummary invalid_activity_summaries. */ public invalid_activity_summaries: google.ads.googleads.v14.resources.Invoice.IInvalidActivitySummary[]; @@ -117183,7 +117183,7 @@ export namespace google { original_purchase_order_number?: (string|null); /** InvalidActivitySummary amount_micros */ - amount_micros?: (number|Long|string|null); + amount_micros?: (number|null); } /** Represents an InvalidActivitySummary. */ @@ -117211,7 +117211,7 @@ export namespace google { public original_purchase_order_number?: (string|null); /** InvalidActivitySummary amount_micros. */ - public amount_micros?: (number|Long|string|null); + public amount_micros?: (number|null); /** InvalidActivitySummary _original_month_of_service. */ public _original_month_of_service?: "original_month_of_service"; @@ -117317,7 +117317,7 @@ export namespace google { resource_name?: (string|null); /** KeywordPlan id */ - id?: (number|Long|string|null); + id?: (number|null); /** KeywordPlan name */ name?: (string|null); @@ -117339,7 +117339,7 @@ export namespace google { public resource_name: string; /** KeywordPlan id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** KeywordPlan name. */ public name?: (string|null); @@ -117547,13 +117547,13 @@ export namespace google { keyword_plan_campaign?: (string|null); /** KeywordPlanAdGroup id */ - id?: (number|Long|string|null); + id?: (number|null); /** KeywordPlanAdGroup name */ name?: (string|null); /** KeywordPlanAdGroup cpc_bid_micros */ - cpc_bid_micros?: (number|Long|string|null); + cpc_bid_micros?: (number|null); } /** Represents a KeywordPlanAdGroup. */ @@ -117572,13 +117572,13 @@ export namespace google { public keyword_plan_campaign?: (string|null); /** KeywordPlanAdGroup id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** KeywordPlanAdGroup name. */ public name?: (string|null); /** KeywordPlanAdGroup cpc_bid_micros. */ - public cpc_bid_micros?: (number|Long|string|null); + public cpc_bid_micros?: (number|null); /** KeywordPlanAdGroup _keyword_plan_campaign. */ public _keyword_plan_campaign?: "keyword_plan_campaign"; @@ -117680,7 +117680,7 @@ export namespace google { keyword_plan_ad_group?: (string|null); /** KeywordPlanAdGroupKeyword id */ - id?: (number|Long|string|null); + id?: (number|null); /** KeywordPlanAdGroupKeyword text */ text?: (string|null); @@ -117689,7 +117689,7 @@ export namespace google { match_type?: (google.ads.googleads.v14.enums.KeywordMatchTypeEnum.KeywordMatchType|keyof typeof google.ads.googleads.v14.enums.KeywordMatchTypeEnum.KeywordMatchType|null); /** KeywordPlanAdGroupKeyword cpc_bid_micros */ - cpc_bid_micros?: (number|Long|string|null); + cpc_bid_micros?: (number|null); /** KeywordPlanAdGroupKeyword negative */ negative?: (boolean|null); @@ -117711,7 +117711,7 @@ export namespace google { public keyword_plan_ad_group?: (string|null); /** KeywordPlanAdGroupKeyword id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** KeywordPlanAdGroupKeyword text. */ public text?: (string|null); @@ -117720,7 +117720,7 @@ export namespace google { public match_type: (google.ads.googleads.v14.enums.KeywordMatchTypeEnum.KeywordMatchType|keyof typeof google.ads.googleads.v14.enums.KeywordMatchTypeEnum.KeywordMatchType); /** KeywordPlanAdGroupKeyword cpc_bid_micros. */ - public cpc_bid_micros?: (number|Long|string|null); + public cpc_bid_micros?: (number|null); /** KeywordPlanAdGroupKeyword negative. */ public negative?: (boolean|null); @@ -117828,7 +117828,7 @@ export namespace google { keyword_plan?: (string|null); /** KeywordPlanCampaign id */ - id?: (number|Long|string|null); + id?: (number|null); /** KeywordPlanCampaign name */ name?: (string|null); @@ -117840,7 +117840,7 @@ export namespace google { keyword_plan_network?: (google.ads.googleads.v14.enums.KeywordPlanNetworkEnum.KeywordPlanNetwork|keyof typeof google.ads.googleads.v14.enums.KeywordPlanNetworkEnum.KeywordPlanNetwork|null); /** KeywordPlanCampaign cpc_bid_micros */ - cpc_bid_micros?: (number|Long|string|null); + cpc_bid_micros?: (number|null); /** KeywordPlanCampaign geo_targets */ geo_targets?: (google.ads.googleads.v14.resources.IKeywordPlanGeoTarget[]|null); @@ -117862,7 +117862,7 @@ export namespace google { public keyword_plan?: (string|null); /** KeywordPlanCampaign id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** KeywordPlanCampaign name. */ public name?: (string|null); @@ -117874,7 +117874,7 @@ export namespace google { public keyword_plan_network: (google.ads.googleads.v14.enums.KeywordPlanNetworkEnum.KeywordPlanNetwork|keyof typeof google.ads.googleads.v14.enums.KeywordPlanNetworkEnum.KeywordPlanNetwork); /** KeywordPlanCampaign cpc_bid_micros. */ - public cpc_bid_micros?: (number|Long|string|null); + public cpc_bid_micros?: (number|null); /** KeywordPlanCampaign geo_targets. */ public geo_targets: google.ads.googleads.v14.resources.IKeywordPlanGeoTarget[]; @@ -118079,7 +118079,7 @@ export namespace google { keyword_plan_campaign?: (string|null); /** KeywordPlanCampaignKeyword id */ - id?: (number|Long|string|null); + id?: (number|null); /** KeywordPlanCampaignKeyword text */ text?: (string|null); @@ -118107,7 +118107,7 @@ export namespace google { public keyword_plan_campaign?: (string|null); /** KeywordPlanCampaignKeyword id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** KeywordPlanCampaignKeyword text. */ public text?: (string|null); @@ -118436,7 +118436,7 @@ export namespace google { resource_name?: (string|null); /** Label id */ - id?: (number|Long|string|null); + id?: (number|null); /** Label name */ name?: (string|null); @@ -118461,7 +118461,7 @@ export namespace google { public resource_name: string; /** Label id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** Label name. */ public name?: (string|null); @@ -118669,7 +118669,7 @@ export namespace google { resource_name?: (string|null); /** LanguageConstant id */ - id?: (number|Long|string|null); + id?: (number|null); /** LanguageConstant code */ code?: (string|null); @@ -118694,7 +118694,7 @@ export namespace google { public resource_name: string; /** LanguageConstant id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** LanguageConstant code. */ public code?: (string|null); @@ -119159,7 +119159,7 @@ export namespace google { resource_name?: (string|null); /** LifeEvent id */ - id?: (number|Long|string|null); + id?: (number|null); /** LifeEvent name */ name?: (string|null); @@ -119187,7 +119187,7 @@ export namespace google { public resource_name: string; /** LifeEvent id. */ - public id: (number|Long|string); + public id: number; /** LifeEvent name. */ public name: string; @@ -119480,7 +119480,7 @@ export namespace google { resource_name?: (string|null); /** MediaFile id */ - id?: (number|Long|string|null); + id?: (number|null); /** MediaFile type */ type?: (google.ads.googleads.v14.enums.MediaTypeEnum.MediaType|keyof typeof google.ads.googleads.v14.enums.MediaTypeEnum.MediaType|null); @@ -119495,7 +119495,7 @@ export namespace google { name?: (string|null); /** MediaFile file_size */ - file_size?: (number|Long|string|null); + file_size?: (number|null); /** MediaFile image */ image?: (google.ads.googleads.v14.resources.IMediaImage|null); @@ -119523,7 +119523,7 @@ export namespace google { public resource_name: string; /** MediaFile id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** MediaFile type. */ public type: (google.ads.googleads.v14.enums.MediaTypeEnum.MediaType|keyof typeof google.ads.googleads.v14.enums.MediaTypeEnum.MediaType); @@ -119538,7 +119538,7 @@ export namespace google { public name?: (string|null); /** MediaFile file_size. */ - public file_size?: (number|Long|string|null); + public file_size?: (number|null); /** MediaFile image. */ public image?: (google.ads.googleads.v14.resources.IMediaImage|null); @@ -119876,7 +119876,7 @@ export namespace google { interface IMediaAudio { /** MediaAudio ad_duration_millis */ - ad_duration_millis?: (number|Long|string|null); + ad_duration_millis?: (number|null); } /** Represents a MediaAudio. */ @@ -119889,7 +119889,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.IMediaAudio); /** MediaAudio ad_duration_millis. */ - public ad_duration_millis?: (number|Long|string|null); + public ad_duration_millis?: (number|null); /** MediaAudio _ad_duration_millis. */ public _ad_duration_millis?: "ad_duration_millis"; @@ -119976,7 +119976,7 @@ export namespace google { interface IMediaVideo { /** MediaVideo ad_duration_millis */ - ad_duration_millis?: (number|Long|string|null); + ad_duration_millis?: (number|null); /** MediaVideo youtube_video_id */ youtube_video_id?: (string|null); @@ -119998,7 +119998,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.IMediaVideo); /** MediaVideo ad_duration_millis. */ - public ad_duration_millis?: (number|Long|string|null); + public ad_duration_millis?: (number|null); /** MediaVideo youtube_video_id. */ public youtube_video_id?: (string|null); @@ -120106,7 +120106,7 @@ export namespace google { resource_name?: (string|null); /** MerchantCenterLink id */ - id?: (number|Long|string|null); + id?: (number|null); /** MerchantCenterLink merchant_center_account_name */ merchant_center_account_name?: (string|null); @@ -120128,7 +120128,7 @@ export namespace google { public resource_name: string; /** MerchantCenterLink id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** MerchantCenterLink merchant_center_account_name. */ public merchant_center_account_name?: (string|null); @@ -120342,7 +120342,7 @@ export namespace google { resource_name?: (string|null); /** MobileDeviceConstant id */ - id?: (number|Long|string|null); + id?: (number|null); /** MobileDeviceConstant name */ name?: (string|null); @@ -120370,7 +120370,7 @@ export namespace google { public resource_name: string; /** MobileDeviceConstant id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** MobileDeviceConstant name. */ public name?: (string|null); @@ -120481,10 +120481,10 @@ export namespace google { resource_name?: (string|null); /** OfflineUserDataJob id */ - id?: (number|Long|string|null); + id?: (number|null); /** OfflineUserDataJob external_id */ - external_id?: (number|Long|string|null); + external_id?: (number|null); /** OfflineUserDataJob type */ type?: (google.ads.googleads.v14.enums.OfflineUserDataJobTypeEnum.OfflineUserDataJobType|keyof typeof google.ads.googleads.v14.enums.OfflineUserDataJobTypeEnum.OfflineUserDataJobType|null); @@ -120518,10 +120518,10 @@ export namespace google { public resource_name: string; /** OfflineUserDataJob id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** OfflineUserDataJob external_id. */ - public external_id?: (number|Long|string|null); + public external_id?: (number|null); /** OfflineUserDataJob type. */ public type: (google.ads.googleads.v14.enums.OfflineUserDataJobTypeEnum.OfflineUserDataJobType|keyof typeof google.ads.googleads.v14.enums.OfflineUserDataJobTypeEnum.OfflineUserDataJobType); @@ -120732,7 +120732,7 @@ export namespace google { resource_name?: (string|null); /** OperatingSystemVersionConstant id */ - id?: (number|Long|string|null); + id?: (number|null); /** OperatingSystemVersionConstant name */ name?: (string|null); @@ -120760,7 +120760,7 @@ export namespace google { public resource_name: string; /** OperatingSystemVersionConstant id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** OperatingSystemVersionConstant name. */ public name?: (string|null); @@ -121328,7 +121328,7 @@ export namespace google { resource_name?: (string|null); /** ProductBiddingCategoryConstant id */ - id?: (number|Long|string|null); + id?: (number|null); /** ProductBiddingCategoryConstant country_code */ country_code?: (string|null); @@ -121362,7 +121362,7 @@ export namespace google { public resource_name: string; /** ProductBiddingCategoryConstant id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** ProductBiddingCategoryConstant country_code. */ public country_code?: (string|null); @@ -121579,7 +121579,7 @@ export namespace google { resource_name?: (string|null); /** ProductLink product_link_id */ - product_link_id?: (number|Long|string|null); + product_link_id?: (number|null); /** ProductLink type */ type?: (google.ads.googleads.v14.enums.LinkedProductTypeEnum.LinkedProductType|keyof typeof google.ads.googleads.v14.enums.LinkedProductTypeEnum.LinkedProductType|null); @@ -121604,7 +121604,7 @@ export namespace google { public resource_name: string; /** ProductLink product_link_id. */ - public product_link_id?: (number|Long|string|null); + public product_link_id?: (number|null); /** ProductLink type. */ public type: (google.ads.googleads.v14.enums.LinkedProductTypeEnum.LinkedProductType|keyof typeof google.ads.googleads.v14.enums.LinkedProductTypeEnum.LinkedProductType); @@ -121703,7 +121703,7 @@ export namespace google { interface IDataPartnerIdentifier { /** DataPartnerIdentifier data_partner_id */ - data_partner_id?: (number|Long|string|null); + data_partner_id?: (number|null); } /** Represents a DataPartnerIdentifier. */ @@ -121716,7 +121716,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.IDataPartnerIdentifier); /** DataPartnerIdentifier data_partner_id. */ - public data_partner_id?: (number|Long|string|null); + public data_partner_id?: (number|null); /** DataPartnerIdentifier _data_partner_id. */ public _data_partner_id?: "data_partner_id"; @@ -121906,7 +121906,7 @@ export namespace google { resource_name?: (string|null); /** QualifyingQuestion qualifying_question_id */ - qualifying_question_id?: (number|Long|string|null); + qualifying_question_id?: (number|null); /** QualifyingQuestion locale */ locale?: (string|null); @@ -121928,7 +121928,7 @@ export namespace google { public resource_name: string; /** QualifyingQuestion qualifying_question_id. */ - public qualifying_question_id: (number|Long|string); + public qualifying_question_id: number; /** QualifyingQuestion locale. */ public locale: string; @@ -122438,7 +122438,7 @@ export namespace google { interface IMerchantInfo { /** MerchantInfo id */ - id?: (number|Long|string|null); + id?: (number|null); /** MerchantInfo name */ name?: (string|null); @@ -122457,7 +122457,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.Recommendation.IMerchantInfo); /** MerchantInfo id. */ - public id: (number|Long|string); + public id: number; /** MerchantInfo name. */ public name: string; @@ -122656,7 +122656,7 @@ export namespace google { clicks?: (number|null); /** RecommendationMetrics cost_micros */ - cost_micros?: (number|Long|string|null); + cost_micros?: (number|null); /** RecommendationMetrics conversions */ conversions?: (number|null); @@ -122681,7 +122681,7 @@ export namespace google { public clicks?: (number|null); /** RecommendationMetrics cost_micros. */ - public cost_micros?: (number|Long|string|null); + public cost_micros?: (number|null); /** RecommendationMetrics conversions. */ public conversions?: (number|null); @@ -122786,10 +122786,10 @@ export namespace google { interface ICampaignBudgetRecommendation { /** CampaignBudgetRecommendation current_budget_amount_micros */ - current_budget_amount_micros?: (number|Long|string|null); + current_budget_amount_micros?: (number|null); /** CampaignBudgetRecommendation recommended_budget_amount_micros */ - recommended_budget_amount_micros?: (number|Long|string|null); + recommended_budget_amount_micros?: (number|null); /** CampaignBudgetRecommendation budget_options */ budget_options?: (google.ads.googleads.v14.resources.Recommendation.CampaignBudgetRecommendation.ICampaignBudgetRecommendationOption[]|null); @@ -122805,10 +122805,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.Recommendation.ICampaignBudgetRecommendation); /** CampaignBudgetRecommendation current_budget_amount_micros. */ - public current_budget_amount_micros?: (number|Long|string|null); + public current_budget_amount_micros?: (number|null); /** CampaignBudgetRecommendation recommended_budget_amount_micros. */ - public recommended_budget_amount_micros?: (number|Long|string|null); + public recommended_budget_amount_micros?: (number|null); /** CampaignBudgetRecommendation budget_options. */ public budget_options: google.ads.googleads.v14.resources.Recommendation.CampaignBudgetRecommendation.ICampaignBudgetRecommendationOption[]; @@ -122903,7 +122903,7 @@ export namespace google { interface ICampaignBudgetRecommendationOption { /** CampaignBudgetRecommendationOption budget_amount_micros */ - budget_amount_micros?: (number|Long|string|null); + budget_amount_micros?: (number|null); /** CampaignBudgetRecommendationOption impact */ impact?: (google.ads.googleads.v14.resources.Recommendation.IRecommendationImpact|null); @@ -122919,7 +122919,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.Recommendation.CampaignBudgetRecommendation.ICampaignBudgetRecommendationOption); /** CampaignBudgetRecommendationOption budget_amount_micros. */ - public budget_amount_micros?: (number|Long|string|null); + public budget_amount_micros?: (number|null); /** CampaignBudgetRecommendationOption impact. */ public impact?: (google.ads.googleads.v14.resources.Recommendation.IRecommendationImpact|null); @@ -123016,7 +123016,7 @@ export namespace google { search_terms?: (google.ads.googleads.v14.resources.Recommendation.KeywordRecommendation.ISearchTerm[]|null); /** KeywordRecommendation recommended_cpc_bid_micros */ - recommended_cpc_bid_micros?: (number|Long|string|null); + recommended_cpc_bid_micros?: (number|null); } /** Represents a KeywordRecommendation. */ @@ -123035,7 +123035,7 @@ export namespace google { public search_terms: google.ads.googleads.v14.resources.Recommendation.KeywordRecommendation.ISearchTerm[]; /** KeywordRecommendation recommended_cpc_bid_micros. */ - public recommended_cpc_bid_micros?: (number|Long|string|null); + public recommended_cpc_bid_micros?: (number|null); /** KeywordRecommendation _recommended_cpc_bid_micros. */ public _recommended_cpc_bid_micros?: "recommended_cpc_bid_micros"; @@ -123127,7 +123127,7 @@ export namespace google { text?: (string|null); /** SearchTerm estimated_weekly_search_count */ - estimated_weekly_search_count?: (number|Long|string|null); + estimated_weekly_search_count?: (number|null); } /** Represents a SearchTerm. */ @@ -123143,7 +123143,7 @@ export namespace google { public text: string; /** SearchTerm estimated_weekly_search_count. */ - public estimated_weekly_search_count: (number|Long|string); + public estimated_weekly_search_count: number; /** * Creates a new SearchTerm instance using the specified properties. @@ -123346,7 +123346,7 @@ export namespace google { options?: (google.ads.googleads.v14.resources.Recommendation.TargetCpaOptInRecommendation.ITargetCpaOptInRecommendationOption[]|null); /** TargetCpaOptInRecommendation recommended_target_cpa_micros */ - recommended_target_cpa_micros?: (number|Long|string|null); + recommended_target_cpa_micros?: (number|null); } /** Represents a TargetCpaOptInRecommendation. */ @@ -123362,7 +123362,7 @@ export namespace google { public options: google.ads.googleads.v14.resources.Recommendation.TargetCpaOptInRecommendation.ITargetCpaOptInRecommendationOption[]; /** TargetCpaOptInRecommendation recommended_target_cpa_micros. */ - public recommended_target_cpa_micros?: (number|Long|string|null); + public recommended_target_cpa_micros?: (number|null); /** TargetCpaOptInRecommendation _recommended_target_cpa_micros. */ public _recommended_target_cpa_micros?: "recommended_target_cpa_micros"; @@ -123454,10 +123454,10 @@ export namespace google { goal?: (google.ads.googleads.v14.enums.TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal|keyof typeof google.ads.googleads.v14.enums.TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal|null); /** TargetCpaOptInRecommendationOption target_cpa_micros */ - target_cpa_micros?: (number|Long|string|null); + target_cpa_micros?: (number|null); /** TargetCpaOptInRecommendationOption required_campaign_budget_amount_micros */ - required_campaign_budget_amount_micros?: (number|Long|string|null); + required_campaign_budget_amount_micros?: (number|null); /** TargetCpaOptInRecommendationOption impact */ impact?: (google.ads.googleads.v14.resources.Recommendation.IRecommendationImpact|null); @@ -123476,10 +123476,10 @@ export namespace google { public goal: (google.ads.googleads.v14.enums.TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal|keyof typeof google.ads.googleads.v14.enums.TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal); /** TargetCpaOptInRecommendationOption target_cpa_micros. */ - public target_cpa_micros?: (number|Long|string|null); + public target_cpa_micros?: (number|null); /** TargetCpaOptInRecommendationOption required_campaign_budget_amount_micros. */ - public required_campaign_budget_amount_micros?: (number|Long|string|null); + public required_campaign_budget_amount_micros?: (number|null); /** TargetCpaOptInRecommendationOption impact. */ public impact?: (google.ads.googleads.v14.resources.Recommendation.IRecommendationImpact|null); @@ -123573,7 +123573,7 @@ export namespace google { interface IMaximizeConversionsOptInRecommendation { /** MaximizeConversionsOptInRecommendation recommended_budget_amount_micros */ - recommended_budget_amount_micros?: (number|Long|string|null); + recommended_budget_amount_micros?: (number|null); } /** Represents a MaximizeConversionsOptInRecommendation. */ @@ -123586,7 +123586,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.Recommendation.IMaximizeConversionsOptInRecommendation); /** MaximizeConversionsOptInRecommendation recommended_budget_amount_micros. */ - public recommended_budget_amount_micros?: (number|Long|string|null); + public recommended_budget_amount_micros?: (number|null); /** MaximizeConversionsOptInRecommendation _recommended_budget_amount_micros. */ public _recommended_budget_amount_micros?: "recommended_budget_amount_micros"; @@ -123855,7 +123855,7 @@ export namespace google { interface IMaximizeClicksOptInRecommendation { /** MaximizeClicksOptInRecommendation recommended_budget_amount_micros */ - recommended_budget_amount_micros?: (number|Long|string|null); + recommended_budget_amount_micros?: (number|null); } /** Represents a MaximizeClicksOptInRecommendation. */ @@ -123868,7 +123868,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.Recommendation.IMaximizeClicksOptInRecommendation); /** MaximizeClicksOptInRecommendation recommended_budget_amount_micros. */ - public recommended_budget_amount_micros?: (number|Long|string|null); + public recommended_budget_amount_micros?: (number|null); /** MaximizeClicksOptInRecommendation _recommended_budget_amount_micros. */ public _recommended_budget_amount_micros?: "recommended_budget_amount_micros"; @@ -124555,7 +124555,7 @@ export namespace google { recommended_target_roas?: (number|null); /** TargetRoasOptInRecommendation required_campaign_budget_amount_micros */ - required_campaign_budget_amount_micros?: (number|Long|string|null); + required_campaign_budget_amount_micros?: (number|null); } /** Represents a TargetRoasOptInRecommendation. */ @@ -124571,7 +124571,7 @@ export namespace google { public recommended_target_roas?: (number|null); /** TargetRoasOptInRecommendation required_campaign_budget_amount_micros. */ - public required_campaign_budget_amount_micros?: (number|Long|string|null); + public required_campaign_budget_amount_micros?: (number|null); /** TargetRoasOptInRecommendation _recommended_target_roas. */ public _recommended_target_roas?: "recommended_target_roas"; @@ -124967,16 +124967,16 @@ export namespace google { keyword?: (google.ads.googleads.v14.common.IKeywordInfo[]|null); /** UseBroadMatchKeywordRecommendation suggested_keywords_count */ - suggested_keywords_count?: (number|Long|string|null); + suggested_keywords_count?: (number|null); /** UseBroadMatchKeywordRecommendation campaign_keywords_count */ - campaign_keywords_count?: (number|Long|string|null); + campaign_keywords_count?: (number|null); /** UseBroadMatchKeywordRecommendation campaign_uses_shared_budget */ campaign_uses_shared_budget?: (boolean|null); /** UseBroadMatchKeywordRecommendation required_campaign_budget_amount_micros */ - required_campaign_budget_amount_micros?: (number|Long|string|null); + required_campaign_budget_amount_micros?: (number|null); } /** Represents a UseBroadMatchKeywordRecommendation. */ @@ -124992,16 +124992,16 @@ export namespace google { public keyword: google.ads.googleads.v14.common.IKeywordInfo[]; /** UseBroadMatchKeywordRecommendation suggested_keywords_count. */ - public suggested_keywords_count: (number|Long|string); + public suggested_keywords_count: number; /** UseBroadMatchKeywordRecommendation campaign_keywords_count. */ - public campaign_keywords_count: (number|Long|string); + public campaign_keywords_count: number; /** UseBroadMatchKeywordRecommendation campaign_uses_shared_budget. */ public campaign_uses_shared_budget: boolean; /** UseBroadMatchKeywordRecommendation required_campaign_budget_amount_micros. */ - public required_campaign_budget_amount_micros: (number|Long|string); + public required_campaign_budget_amount_micros: number; /** * Creates a new UseBroadMatchKeywordRecommendation instance using the specified properties. @@ -125085,7 +125085,7 @@ export namespace google { interface IUpgradeSmartShoppingCampaignToPerformanceMaxRecommendation { /** UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation merchant_id */ - merchant_id?: (number|Long|string|null); + merchant_id?: (number|null); /** UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation sales_country_code */ sales_country_code?: (string|null); @@ -125101,7 +125101,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.Recommendation.IUpgradeSmartShoppingCampaignToPerformanceMaxRecommendation); /** UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation merchant_id. */ - public merchant_id: (number|Long|string); + public merchant_id: number; /** UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation sales_country_code. */ public sales_country_code: string; @@ -125191,7 +125191,7 @@ export namespace google { recommended_target_multiplier?: (number|null); /** RaiseTargetCpaBidTooLowRecommendation average_target_cpa_micros */ - average_target_cpa_micros?: (number|Long|string|null); + average_target_cpa_micros?: (number|null); } /** Represents a RaiseTargetCpaBidTooLowRecommendation. */ @@ -125207,7 +125207,7 @@ export namespace google { public recommended_target_multiplier?: (number|null); /** RaiseTargetCpaBidTooLowRecommendation average_target_cpa_micros. */ - public average_target_cpa_micros?: (number|Long|string|null); + public average_target_cpa_micros?: (number|null); /** RaiseTargetCpaBidTooLowRecommendation _recommended_target_multiplier. */ public _recommended_target_multiplier?: "recommended_target_multiplier"; @@ -125588,10 +125588,10 @@ export namespace google { feed_label?: (string|null); /** ShoppingOfferAttributeRecommendation offers_count */ - offers_count?: (number|Long|string|null); + offers_count?: (number|null); /** ShoppingOfferAttributeRecommendation demoted_offers_count */ - demoted_offers_count?: (number|Long|string|null); + demoted_offers_count?: (number|null); } /** Represents a ShoppingOfferAttributeRecommendation. */ @@ -125610,10 +125610,10 @@ export namespace google { public feed_label: string; /** ShoppingOfferAttributeRecommendation offers_count. */ - public offers_count: (number|Long|string); + public offers_count: number; /** ShoppingOfferAttributeRecommendation demoted_offers_count. */ - public demoted_offers_count: (number|Long|string); + public demoted_offers_count: number; /** * Creates a new ShoppingOfferAttributeRecommendation instance using the specified properties. @@ -125703,10 +125703,10 @@ export namespace google { feed_label?: (string|null); /** ShoppingFixDisapprovedProductsRecommendation products_count */ - products_count?: (number|Long|string|null); + products_count?: (number|null); /** ShoppingFixDisapprovedProductsRecommendation disapproved_products_count */ - disapproved_products_count?: (number|Long|string|null); + disapproved_products_count?: (number|null); } /** Represents a ShoppingFixDisapprovedProductsRecommendation. */ @@ -125725,10 +125725,10 @@ export namespace google { public feed_label: string; /** ShoppingFixDisapprovedProductsRecommendation products_count. */ - public products_count: (number|Long|string); + public products_count: number; /** ShoppingFixDisapprovedProductsRecommendation disapproved_products_count. */ - public disapproved_products_count: (number|Long|string); + public disapproved_products_count: number; /** * Creates a new ShoppingFixDisapprovedProductsRecommendation instance using the specified properties. @@ -125815,7 +125815,7 @@ export namespace google { merchant?: (google.ads.googleads.v14.resources.Recommendation.IMerchantInfo|null); /** ShoppingTargetAllOffersRecommendation untargeted_offers_count */ - untargeted_offers_count?: (number|Long|string|null); + untargeted_offers_count?: (number|null); /** ShoppingTargetAllOffersRecommendation feed_label */ feed_label?: (string|null); @@ -125834,7 +125834,7 @@ export namespace google { public merchant?: (google.ads.googleads.v14.resources.Recommendation.IMerchantInfo|null); /** ShoppingTargetAllOffersRecommendation untargeted_offers_count. */ - public untargeted_offers_count: (number|Long|string); + public untargeted_offers_count: number; /** ShoppingTargetAllOffersRecommendation feed_label. */ public feed_label: string; @@ -126242,7 +126242,7 @@ export namespace google { recommended_target_multiplier?: (number|null); /** TargetAdjustmentInfo current_average_target_micros */ - current_average_target_micros?: (number|Long|string|null); + current_average_target_micros?: (number|null); } /** Represents a TargetAdjustmentInfo. */ @@ -126261,7 +126261,7 @@ export namespace google { public recommended_target_multiplier: number; /** TargetAdjustmentInfo current_average_target_micros. */ - public current_average_target_micros: (number|Long|string); + public current_average_target_micros: number; /** TargetAdjustmentInfo _shared_set. */ public _shared_set?: "shared_set"; @@ -126642,10 +126642,10 @@ export namespace google { interface ICampaignBudget { /** CampaignBudget current_amount_micros */ - current_amount_micros?: (number|Long|string|null); + current_amount_micros?: (number|null); /** CampaignBudget recommended_new_amount_micros */ - recommended_new_amount_micros?: (number|Long|string|null); + recommended_new_amount_micros?: (number|null); /** CampaignBudget new_start_date */ new_start_date?: (string|null); @@ -126661,10 +126661,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.resources.Recommendation.ICampaignBudget); /** CampaignBudget current_amount_micros. */ - public current_amount_micros: (number|Long|string); + public current_amount_micros: number; /** CampaignBudget recommended_new_amount_micros. */ - public recommended_new_amount_micros: (number|Long|string); + public recommended_new_amount_micros: number; /** CampaignBudget new_start_date. */ public new_start_date: string; @@ -127040,7 +127040,7 @@ export namespace google { resource_name?: (string|null); /** RemarketingAction id */ - id?: (number|Long|string|null); + id?: (number|null); /** RemarketingAction name */ name?: (string|null); @@ -127062,7 +127062,7 @@ export namespace google { public resource_name: string; /** RemarketingAction id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** RemarketingAction name. */ public name?: (string|null); @@ -127285,7 +127285,7 @@ export namespace google { shared_set?: (string|null); /** SharedCriterion criterion_id */ - criterion_id?: (number|Long|string|null); + criterion_id?: (number|null); /** SharedCriterion type */ type?: (google.ads.googleads.v14.enums.CriterionTypeEnum.CriterionType|keyof typeof google.ads.googleads.v14.enums.CriterionTypeEnum.CriterionType|null); @@ -127325,7 +127325,7 @@ export namespace google { public shared_set?: (string|null); /** SharedCriterion criterion_id. */ - public criterion_id?: (number|Long|string|null); + public criterion_id?: (number|null); /** SharedCriterion type. */ public type: (google.ads.googleads.v14.enums.CriterionTypeEnum.CriterionType|keyof typeof google.ads.googleads.v14.enums.CriterionTypeEnum.CriterionType); @@ -127442,7 +127442,7 @@ export namespace google { resource_name?: (string|null); /** SharedSet id */ - id?: (number|Long|string|null); + id?: (number|null); /** SharedSet type */ type?: (google.ads.googleads.v14.enums.SharedSetTypeEnum.SharedSetType|keyof typeof google.ads.googleads.v14.enums.SharedSetTypeEnum.SharedSetType|null); @@ -127454,10 +127454,10 @@ export namespace google { status?: (google.ads.googleads.v14.enums.SharedSetStatusEnum.SharedSetStatus|keyof typeof google.ads.googleads.v14.enums.SharedSetStatusEnum.SharedSetStatus|null); /** SharedSet member_count */ - member_count?: (number|Long|string|null); + member_count?: (number|null); /** SharedSet reference_count */ - reference_count?: (number|Long|string|null); + reference_count?: (number|null); } /** Represents a SharedSet. */ @@ -127473,7 +127473,7 @@ export namespace google { public resource_name: string; /** SharedSet id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** SharedSet type. */ public type: (google.ads.googleads.v14.enums.SharedSetTypeEnum.SharedSetType|keyof typeof google.ads.googleads.v14.enums.SharedSetTypeEnum.SharedSetType); @@ -127485,10 +127485,10 @@ export namespace google { public status: (google.ads.googleads.v14.enums.SharedSetStatusEnum.SharedSetStatus|keyof typeof google.ads.googleads.v14.enums.SharedSetStatusEnum.SharedSetStatus); /** SharedSet member_count. */ - public member_count?: (number|Long|string|null); + public member_count?: (number|null); /** SharedSet reference_count. */ - public reference_count?: (number|Long|string|null); + public reference_count?: (number|null); /** SharedSet _id. */ public _id?: "id"; @@ -128256,7 +128256,7 @@ export namespace google { resource_name?: (string|null); /** TopicConstant id */ - id?: (number|Long|string|null); + id?: (number|null); /** TopicConstant topic_constant_parent */ topic_constant_parent?: (string|null); @@ -128278,7 +128278,7 @@ export namespace google { public resource_name: string; /** TopicConstant id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** TopicConstant topic_constant_parent. */ public topic_constant_parent?: (string|null); @@ -128671,7 +128671,7 @@ export namespace google { taxonomy_type?: (google.ads.googleads.v14.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType|keyof typeof google.ads.googleads.v14.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType|null); /** UserInterest user_interest_id */ - user_interest_id?: (number|Long|string|null); + user_interest_id?: (number|null); /** UserInterest name */ name?: (string|null); @@ -128702,7 +128702,7 @@ export namespace google { public taxonomy_type: (google.ads.googleads.v14.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType|keyof typeof google.ads.googleads.v14.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType); /** UserInterest user_interest_id. */ - public user_interest_id?: (number|Long|string|null); + public user_interest_id?: (number|null); /** UserInterest name. */ public name?: (string|null); @@ -128813,7 +128813,7 @@ export namespace google { resource_name?: (string|null); /** UserList id */ - id?: (number|Long|string|null); + id?: (number|null); /** UserList read_only */ read_only?: (boolean|null); @@ -128831,16 +128831,16 @@ export namespace google { integration_code?: (string|null); /** UserList membership_life_span */ - membership_life_span?: (number|Long|string|null); + membership_life_span?: (number|null); /** UserList size_for_display */ - size_for_display?: (number|Long|string|null); + size_for_display?: (number|null); /** UserList size_range_for_display */ size_range_for_display?: (google.ads.googleads.v14.enums.UserListSizeRangeEnum.UserListSizeRange|keyof typeof google.ads.googleads.v14.enums.UserListSizeRangeEnum.UserListSizeRange|null); /** UserList size_for_search */ - size_for_search?: (number|Long|string|null); + size_for_search?: (number|null); /** UserList size_range_for_search */ size_range_for_search?: (google.ads.googleads.v14.enums.UserListSizeRangeEnum.UserListSizeRange|keyof typeof google.ads.googleads.v14.enums.UserListSizeRangeEnum.UserListSizeRange|null); @@ -128895,7 +128895,7 @@ export namespace google { public resource_name: string; /** UserList id. */ - public id?: (number|Long|string|null); + public id?: (number|null); /** UserList read_only. */ public read_only?: (boolean|null); @@ -128913,16 +128913,16 @@ export namespace google { public integration_code?: (string|null); /** UserList membership_life_span. */ - public membership_life_span?: (number|Long|string|null); + public membership_life_span?: (number|null); /** UserList size_for_display. */ - public size_for_display?: (number|Long|string|null); + public size_for_display?: (number|null); /** UserList size_range_for_display. */ public size_range_for_display: (google.ads.googleads.v14.enums.UserListSizeRangeEnum.UserListSizeRange|keyof typeof google.ads.googleads.v14.enums.UserListSizeRangeEnum.UserListSizeRange); /** UserList size_for_search. */ - public size_for_search?: (number|Long|string|null); + public size_for_search?: (number|null); /** UserList size_range_for_search. */ public size_range_for_search: (google.ads.googleads.v14.enums.UserListSizeRangeEnum.UserListSizeRange|keyof typeof google.ads.googleads.v14.enums.UserListSizeRangeEnum.UserListSizeRange); @@ -129084,7 +129084,7 @@ export namespace google { resource_name?: (string|null); /** UserLocationView country_criterion_id */ - country_criterion_id?: (number|Long|string|null); + country_criterion_id?: (number|null); /** UserLocationView targeting_location */ targeting_location?: (boolean|null); @@ -129103,7 +129103,7 @@ export namespace google { public resource_name: string; /** UserLocationView country_criterion_id. */ - public country_criterion_id?: (number|Long|string|null); + public country_criterion_id?: (number|null); /** UserLocationView targeting_location. */ public targeting_location?: (boolean|null); @@ -129205,7 +129205,7 @@ export namespace google { channel_id?: (string|null); /** Video duration_millis */ - duration_millis?: (number|Long|string|null); + duration_millis?: (number|null); /** Video title */ title?: (string|null); @@ -129230,7 +129230,7 @@ export namespace google { public channel_id?: (string|null); /** Video duration_millis. */ - public duration_millis?: (number|Long|string|null); + public duration_millis?: (number|null); /** Video title. */ public title?: (string|null); @@ -143083,7 +143083,7 @@ export namespace google { interface IYouTubeChannelAttributeMetadata { /** YouTubeChannelAttributeMetadata subscriber_count */ - subscriber_count?: (number|Long|string|null); + subscriber_count?: (number|null); } /** Represents a YouTubeChannelAttributeMetadata. */ @@ -143096,7 +143096,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.IYouTubeChannelAttributeMetadata); /** YouTubeChannelAttributeMetadata subscriber_count. */ - public subscriber_count: (number|Long|string); + public subscriber_count: number; /** * Creates a new YouTubeChannelAttributeMetadata instance using the specified properties. @@ -143183,13 +143183,13 @@ export namespace google { inventory_country?: (google.ads.googleads.v14.common.ILocationInfo|null); /** DynamicLineupAttributeMetadata median_monthly_inventory */ - median_monthly_inventory?: (number|Long|string|null); + median_monthly_inventory?: (number|null); /** DynamicLineupAttributeMetadata channel_count_lower_bound */ - channel_count_lower_bound?: (number|Long|string|null); + channel_count_lower_bound?: (number|null); /** DynamicLineupAttributeMetadata channel_count_upper_bound */ - channel_count_upper_bound?: (number|Long|string|null); + channel_count_upper_bound?: (number|null); /** DynamicLineupAttributeMetadata sample_channels */ sample_channels?: (google.ads.googleads.v14.services.DynamicLineupAttributeMetadata.ISampleChannel[]|null); @@ -143208,13 +143208,13 @@ export namespace google { public inventory_country?: (google.ads.googleads.v14.common.ILocationInfo|null); /** DynamicLineupAttributeMetadata median_monthly_inventory. */ - public median_monthly_inventory?: (number|Long|string|null); + public median_monthly_inventory?: (number|null); /** DynamicLineupAttributeMetadata channel_count_lower_bound. */ - public channel_count_lower_bound?: (number|Long|string|null); + public channel_count_lower_bound?: (number|null); /** DynamicLineupAttributeMetadata channel_count_upper_bound. */ - public channel_count_upper_bound?: (number|Long|string|null); + public channel_count_upper_bound?: (number|null); /** DynamicLineupAttributeMetadata sample_channels. */ public sample_channels: google.ads.googleads.v14.services.DynamicLineupAttributeMetadata.ISampleChannel[]; @@ -145392,7 +145392,7 @@ export namespace google { interface IAddBatchJobOperationsResponse { /** AddBatchJobOperationsResponse total_operations */ - total_operations?: (number|Long|string|null); + total_operations?: (number|null); /** AddBatchJobOperationsResponse next_sequence_token */ next_sequence_token?: (string|null); @@ -145408,7 +145408,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.IAddBatchJobOperationsResponse); /** AddBatchJobOperationsResponse total_operations. */ - public total_operations: (number|Long|string); + public total_operations: number; /** AddBatchJobOperationsResponse next_sequence_token. */ public next_sequence_token: string; @@ -145713,7 +145713,7 @@ export namespace google { interface IBatchJobResult { /** BatchJobResult operation_index */ - operation_index?: (number|Long|string|null); + operation_index?: (number|null); /** BatchJobResult mutate_operation_response */ mutate_operation_response?: (google.ads.googleads.v14.services.IMutateOperationResponse|null); @@ -145732,7 +145732,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.IBatchJobResult); /** BatchJobResult operation_index. */ - public operation_index: (number|Long|string); + public operation_index: number; /** BatchJobResult mutate_operation_response. */ public mutate_operation_response?: (google.ads.googleads.v14.services.IMutateOperationResponse|null); @@ -146048,7 +146048,7 @@ export namespace google { next_page_token?: (string|null); /** SearchGoogleAdsResponse total_results_count */ - total_results_count?: (number|Long|string|null); + total_results_count?: (number|null); /** SearchGoogleAdsResponse field_mask */ field_mask?: (google.protobuf.IFieldMask|null); @@ -146073,7 +146073,7 @@ export namespace google { public next_page_token: string; /** SearchGoogleAdsResponse total_results_count. */ - public total_results_count: (number|Long|string); + public total_results_count: number; /** SearchGoogleAdsResponse field_mask. */ public field_mask?: (google.protobuf.IFieldMask|null); @@ -177481,7 +177481,7 @@ export namespace google { results?: (google.ads.googleads.v14.services.IConversionAdjustmentResult[]|null); /** UploadConversionAdjustmentsResponse job_id */ - job_id?: (number|Long|string|null); + job_id?: (number|null); } /** Represents an UploadConversionAdjustmentsResponse. */ @@ -177500,7 +177500,7 @@ export namespace google { public results: google.ads.googleads.v14.services.IConversionAdjustmentResult[]; /** UploadConversionAdjustmentsResponse job_id. */ - public job_id: (number|Long|string); + public job_id: number; /** * Creates a new UploadConversionAdjustmentsResponse instance using the specified properties. @@ -178273,7 +178273,7 @@ export namespace google { results?: (google.ads.googleads.v14.services.IClickConversionResult[]|null); /** UploadClickConversionsResponse job_id */ - job_id?: (number|Long|string|null); + job_id?: (number|null); } /** Represents an UploadClickConversionsResponse. */ @@ -178292,7 +178292,7 @@ export namespace google { public results: google.ads.googleads.v14.services.IClickConversionResult[]; /** UploadClickConversionsResponse job_id. */ - public job_id: (number|Long|string); + public job_id: number; /** * Creates a new UploadClickConversionsResponse instance using the specified properties. @@ -179407,7 +179407,7 @@ export namespace google { interface ICartData { /** CartData merchant_id */ - merchant_id?: (number|Long|string|null); + merchant_id?: (number|null); /** CartData feed_country_code */ feed_country_code?: (string|null); @@ -179432,7 +179432,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.ICartData); /** CartData merchant_id. */ - public merchant_id: (number|Long|string); + public merchant_id: number; /** CartData feed_country_code. */ public feed_country_code: string; @@ -184010,7 +184010,7 @@ export namespace google { locale?: (string|null); /** GeoTargetConstantSuggestion reach */ - reach?: (number|Long|string|null); + reach?: (number|null); /** GeoTargetConstantSuggestion search_term */ search_term?: (string|null); @@ -184035,7 +184035,7 @@ export namespace google { public locale?: (string|null); /** GeoTargetConstantSuggestion reach. */ - public reach?: (number|Long|string|null); + public reach?: (number|null); /** GeoTargetConstantSuggestion search_term. */ public search_term?: (string|null); @@ -184415,7 +184415,7 @@ export namespace google { next_page_token?: (string|null); /** SearchGoogleAdsFieldsResponse total_results_count */ - total_results_count?: (number|Long|string|null); + total_results_count?: (number|null); } /** Represents a SearchGoogleAdsFieldsResponse. */ @@ -184434,7 +184434,7 @@ export namespace google { public next_page_token: string; /** SearchGoogleAdsFieldsResponse total_results_count. */ - public total_results_count: (number|Long|string); + public total_results_count: number; /** * Creates a new SearchGoogleAdsFieldsResponse instance using the specified properties. @@ -185476,7 +185476,7 @@ export namespace google { next_page_token?: (string|null); /** GenerateKeywordIdeaResponse total_size */ - total_size?: (number|Long|string|null); + total_size?: (number|null); } /** Represents a GenerateKeywordIdeaResponse. */ @@ -185498,7 +185498,7 @@ export namespace google { public next_page_token: string; /** GenerateKeywordIdeaResponse total_size. */ - public total_size: (number|Long|string); + public total_size: number; /** * Creates a new GenerateKeywordIdeaResponse instance using the specified properties. @@ -186862,7 +186862,7 @@ export namespace google { interface IForecastAdGroup { /** ForecastAdGroup max_cpc_bid_micros */ - max_cpc_bid_micros?: (number|Long|string|null); + max_cpc_bid_micros?: (number|null); /** ForecastAdGroup biddable_keywords */ biddable_keywords?: (google.ads.googleads.v14.services.IBiddableKeyword[]|null); @@ -186881,7 +186881,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.IForecastAdGroup); /** ForecastAdGroup max_cpc_bid_micros. */ - public max_cpc_bid_micros?: (number|Long|string|null); + public max_cpc_bid_micros?: (number|null); /** ForecastAdGroup biddable_keywords. */ public biddable_keywords: google.ads.googleads.v14.services.IBiddableKeyword[]; @@ -186977,7 +186977,7 @@ export namespace google { keyword?: (google.ads.googleads.v14.common.IKeywordInfo|null); /** BiddableKeyword max_cpc_bid_micros */ - max_cpc_bid_micros?: (number|Long|string|null); + max_cpc_bid_micros?: (number|null); } /** Represents a BiddableKeyword. */ @@ -186993,7 +186993,7 @@ export namespace google { public keyword?: (google.ads.googleads.v14.common.IKeywordInfo|null); /** BiddableKeyword max_cpc_bid_micros. */ - public max_cpc_bid_micros?: (number|Long|string|null); + public max_cpc_bid_micros?: (number|null); /** BiddableKeyword _max_cpc_bid_micros. */ public _max_cpc_bid_micros?: "max_cpc_bid_micros"; @@ -187186,10 +187186,10 @@ export namespace google { interface IManualCpcBiddingStrategy { /** ManualCpcBiddingStrategy daily_budget_micros */ - daily_budget_micros?: (number|Long|string|null); + daily_budget_micros?: (number|null); /** ManualCpcBiddingStrategy max_cpc_bid_micros */ - max_cpc_bid_micros?: (number|Long|string|null); + max_cpc_bid_micros?: (number|null); } /** Represents a ManualCpcBiddingStrategy. */ @@ -187202,10 +187202,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.IManualCpcBiddingStrategy); /** ManualCpcBiddingStrategy daily_budget_micros. */ - public daily_budget_micros?: (number|Long|string|null); + public daily_budget_micros?: (number|null); /** ManualCpcBiddingStrategy max_cpc_bid_micros. */ - public max_cpc_bid_micros: (number|Long|string); + public max_cpc_bid_micros: number; /** ManualCpcBiddingStrategy _daily_budget_micros. */ public _daily_budget_micros?: "daily_budget_micros"; @@ -187292,10 +187292,10 @@ export namespace google { interface IMaximizeClicksBiddingStrategy { /** MaximizeClicksBiddingStrategy daily_target_spend_micros */ - daily_target_spend_micros?: (number|Long|string|null); + daily_target_spend_micros?: (number|null); /** MaximizeClicksBiddingStrategy max_cpc_bid_ceiling_micros */ - max_cpc_bid_ceiling_micros?: (number|Long|string|null); + max_cpc_bid_ceiling_micros?: (number|null); } /** Represents a MaximizeClicksBiddingStrategy. */ @@ -187308,10 +187308,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.IMaximizeClicksBiddingStrategy); /** MaximizeClicksBiddingStrategy daily_target_spend_micros. */ - public daily_target_spend_micros: (number|Long|string); + public daily_target_spend_micros: number; /** MaximizeClicksBiddingStrategy max_cpc_bid_ceiling_micros. */ - public max_cpc_bid_ceiling_micros?: (number|Long|string|null); + public max_cpc_bid_ceiling_micros?: (number|null); /** MaximizeClicksBiddingStrategy _max_cpc_bid_ceiling_micros. */ public _max_cpc_bid_ceiling_micros?: "max_cpc_bid_ceiling_micros"; @@ -187398,7 +187398,7 @@ export namespace google { interface IMaximizeConversionsBiddingStrategy { /** MaximizeConversionsBiddingStrategy daily_target_spend_micros */ - daily_target_spend_micros?: (number|Long|string|null); + daily_target_spend_micros?: (number|null); } /** Represents a MaximizeConversionsBiddingStrategy. */ @@ -187411,7 +187411,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.IMaximizeConversionsBiddingStrategy); /** MaximizeConversionsBiddingStrategy daily_target_spend_micros. */ - public daily_target_spend_micros: (number|Long|string); + public daily_target_spend_micros: number; /** * Creates a new MaximizeConversionsBiddingStrategy instance using the specified properties. @@ -187601,13 +187601,13 @@ export namespace google { click_through_rate?: (number|null); /** KeywordForecastMetrics average_cpc_micros */ - average_cpc_micros?: (number|Long|string|null); + average_cpc_micros?: (number|null); /** KeywordForecastMetrics clicks */ clicks?: (number|null); /** KeywordForecastMetrics cost_micros */ - cost_micros?: (number|Long|string|null); + cost_micros?: (number|null); /** KeywordForecastMetrics conversions */ conversions?: (number|null); @@ -187616,7 +187616,7 @@ export namespace google { conversion_rate?: (number|null); /** KeywordForecastMetrics average_cpa_micros */ - average_cpa_micros?: (number|Long|string|null); + average_cpa_micros?: (number|null); } /** Represents a KeywordForecastMetrics. */ @@ -187635,13 +187635,13 @@ export namespace google { public click_through_rate?: (number|null); /** KeywordForecastMetrics average_cpc_micros. */ - public average_cpc_micros?: (number|Long|string|null); + public average_cpc_micros?: (number|null); /** KeywordForecastMetrics clicks. */ public clicks?: (number|null); /** KeywordForecastMetrics cost_micros. */ - public cost_micros?: (number|Long|string|null); + public cost_micros?: (number|null); /** KeywordForecastMetrics conversions. */ public conversions?: (number|null); @@ -187650,7 +187650,7 @@ export namespace google { public conversion_rate?: (number|null); /** KeywordForecastMetrics average_cpa_micros. */ - public average_cpa_micros?: (number|Long|string|null); + public average_cpa_micros?: (number|null); /** KeywordForecastMetrics _impressions. */ public _impressions?: "impressions"; @@ -190538,7 +190538,7 @@ export namespace google { name?: (string|null); /** PlannableLocation parent_country_id */ - parent_country_id?: (number|Long|string|null); + parent_country_id?: (number|null); /** PlannableLocation country_code */ country_code?: (string|null); @@ -190563,7 +190563,7 @@ export namespace google { public name?: (string|null); /** PlannableLocation parent_country_id. */ - public parent_country_id?: (number|Long|string|null); + public parent_country_id?: (number|null); /** PlannableLocation country_code. */ public country_code?: (string|null); @@ -191712,7 +191712,7 @@ export namespace google { plannable_product_code?: (string|null); /** PlannedProduct budget_micros */ - budget_micros?: (number|Long|string|null); + budget_micros?: (number|null); /** PlannedProduct advanced_product_targeting */ advanced_product_targeting?: (google.ads.googleads.v14.services.IAdvancedProductTargeting|null); @@ -191731,7 +191731,7 @@ export namespace google { public plannable_product_code?: (string|null); /** PlannedProduct budget_micros. */ - public budget_micros?: (number|Long|string|null); + public budget_micros?: (number|null); /** PlannedProduct advanced_product_targeting. */ public advanced_product_targeting?: (google.ads.googleads.v14.services.IAdvancedProductTargeting|null); @@ -192024,7 +192024,7 @@ export namespace google { interface IReachForecast { /** ReachForecast cost_micros */ - cost_micros?: (number|Long|string|null); + cost_micros?: (number|null); /** ReachForecast forecast */ forecast?: (google.ads.googleads.v14.services.IForecast|null); @@ -192043,7 +192043,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.IReachForecast); /** ReachForecast cost_micros. */ - public cost_micros: (number|Long|string); + public cost_micros: number; /** ReachForecast forecast. */ public forecast?: (google.ads.googleads.v14.services.IForecast|null); @@ -192133,34 +192133,34 @@ export namespace google { interface IForecast { /** Forecast on_target_reach */ - on_target_reach?: (number|Long|string|null); + on_target_reach?: (number|null); /** Forecast total_reach */ - total_reach?: (number|Long|string|null); + total_reach?: (number|null); /** Forecast on_target_impressions */ - on_target_impressions?: (number|Long|string|null); + on_target_impressions?: (number|null); /** Forecast total_impressions */ - total_impressions?: (number|Long|string|null); + total_impressions?: (number|null); /** Forecast viewable_impressions */ - viewable_impressions?: (number|Long|string|null); + viewable_impressions?: (number|null); /** Forecast effective_frequency_breakdowns */ effective_frequency_breakdowns?: (google.ads.googleads.v14.services.IEffectiveFrequencyBreakdown[]|null); /** Forecast on_target_coview_reach */ - on_target_coview_reach?: (number|Long|string|null); + on_target_coview_reach?: (number|null); /** Forecast total_coview_reach */ - total_coview_reach?: (number|Long|string|null); + total_coview_reach?: (number|null); /** Forecast on_target_coview_impressions */ - on_target_coview_impressions?: (number|Long|string|null); + on_target_coview_impressions?: (number|null); /** Forecast total_coview_impressions */ - total_coview_impressions?: (number|Long|string|null); + total_coview_impressions?: (number|null); } /** Represents a Forecast. */ @@ -192173,34 +192173,34 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.IForecast); /** Forecast on_target_reach. */ - public on_target_reach?: (number|Long|string|null); + public on_target_reach?: (number|null); /** Forecast total_reach. */ - public total_reach?: (number|Long|string|null); + public total_reach?: (number|null); /** Forecast on_target_impressions. */ - public on_target_impressions?: (number|Long|string|null); + public on_target_impressions?: (number|null); /** Forecast total_impressions. */ - public total_impressions?: (number|Long|string|null); + public total_impressions?: (number|null); /** Forecast viewable_impressions. */ - public viewable_impressions?: (number|Long|string|null); + public viewable_impressions?: (number|null); /** Forecast effective_frequency_breakdowns. */ public effective_frequency_breakdowns: google.ads.googleads.v14.services.IEffectiveFrequencyBreakdown[]; /** Forecast on_target_coview_reach. */ - public on_target_coview_reach?: (number|Long|string|null); + public on_target_coview_reach?: (number|null); /** Forecast total_coview_reach. */ - public total_coview_reach?: (number|Long|string|null); + public total_coview_reach?: (number|null); /** Forecast on_target_coview_impressions. */ - public on_target_coview_impressions?: (number|Long|string|null); + public on_target_coview_impressions?: (number|null); /** Forecast total_coview_impressions. */ - public total_coview_impressions?: (number|Long|string|null); + public total_coview_impressions?: (number|null); /** Forecast _on_target_reach. */ public _on_target_reach?: "on_target_reach"; @@ -192314,7 +192314,7 @@ export namespace google { plannable_product_code?: (string|null); /** PlannedProductReachForecast cost_micros */ - cost_micros?: (number|Long|string|null); + cost_micros?: (number|null); /** PlannedProductReachForecast planned_product_forecast */ planned_product_forecast?: (google.ads.googleads.v14.services.IPlannedProductForecast|null); @@ -192333,7 +192333,7 @@ export namespace google { public plannable_product_code: string; /** PlannedProductReachForecast cost_micros. */ - public cost_micros: (number|Long|string); + public cost_micros: number; /** PlannedProductReachForecast planned_product_forecast. */ public planned_product_forecast?: (google.ads.googleads.v14.services.IPlannedProductForecast|null); @@ -192420,31 +192420,31 @@ export namespace google { interface IPlannedProductForecast { /** PlannedProductForecast on_target_reach */ - on_target_reach?: (number|Long|string|null); + on_target_reach?: (number|null); /** PlannedProductForecast total_reach */ - total_reach?: (number|Long|string|null); + total_reach?: (number|null); /** PlannedProductForecast on_target_impressions */ - on_target_impressions?: (number|Long|string|null); + on_target_impressions?: (number|null); /** PlannedProductForecast total_impressions */ - total_impressions?: (number|Long|string|null); + total_impressions?: (number|null); /** PlannedProductForecast viewable_impressions */ - viewable_impressions?: (number|Long|string|null); + viewable_impressions?: (number|null); /** PlannedProductForecast on_target_coview_reach */ - on_target_coview_reach?: (number|Long|string|null); + on_target_coview_reach?: (number|null); /** PlannedProductForecast total_coview_reach */ - total_coview_reach?: (number|Long|string|null); + total_coview_reach?: (number|null); /** PlannedProductForecast on_target_coview_impressions */ - on_target_coview_impressions?: (number|Long|string|null); + on_target_coview_impressions?: (number|null); /** PlannedProductForecast total_coview_impressions */ - total_coview_impressions?: (number|Long|string|null); + total_coview_impressions?: (number|null); } /** Represents a PlannedProductForecast. */ @@ -192457,31 +192457,31 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.IPlannedProductForecast); /** PlannedProductForecast on_target_reach. */ - public on_target_reach: (number|Long|string); + public on_target_reach: number; /** PlannedProductForecast total_reach. */ - public total_reach: (number|Long|string); + public total_reach: number; /** PlannedProductForecast on_target_impressions. */ - public on_target_impressions: (number|Long|string); + public on_target_impressions: number; /** PlannedProductForecast total_impressions. */ - public total_impressions: (number|Long|string); + public total_impressions: number; /** PlannedProductForecast viewable_impressions. */ - public viewable_impressions?: (number|Long|string|null); + public viewable_impressions?: (number|null); /** PlannedProductForecast on_target_coview_reach. */ - public on_target_coview_reach?: (number|Long|string|null); + public on_target_coview_reach?: (number|null); /** PlannedProductForecast total_coview_reach. */ - public total_coview_reach?: (number|Long|string|null); + public total_coview_reach?: (number|null); /** PlannedProductForecast on_target_coview_impressions. */ - public on_target_coview_impressions?: (number|Long|string|null); + public on_target_coview_impressions?: (number|null); /** PlannedProductForecast total_coview_impressions. */ - public total_coview_impressions?: (number|Long|string|null); + public total_coview_impressions?: (number|null); /** PlannedProductForecast _viewable_impressions. */ public _viewable_impressions?: "viewable_impressions"; @@ -192580,10 +192580,10 @@ export namespace google { interface IOnTargetAudienceMetrics { /** OnTargetAudienceMetrics youtube_audience_size */ - youtube_audience_size?: (number|Long|string|null); + youtube_audience_size?: (number|null); /** OnTargetAudienceMetrics census_audience_size */ - census_audience_size?: (number|Long|string|null); + census_audience_size?: (number|null); } /** Represents an OnTargetAudienceMetrics. */ @@ -192596,10 +192596,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.IOnTargetAudienceMetrics); /** OnTargetAudienceMetrics youtube_audience_size. */ - public youtube_audience_size?: (number|Long|string|null); + public youtube_audience_size?: (number|null); /** OnTargetAudienceMetrics census_audience_size. */ - public census_audience_size?: (number|Long|string|null); + public census_audience_size?: (number|null); /** OnTargetAudienceMetrics _youtube_audience_size. */ public _youtube_audience_size?: "youtube_audience_size"; @@ -192692,16 +192692,16 @@ export namespace google { effective_frequency?: (number|null); /** EffectiveFrequencyBreakdown on_target_reach */ - on_target_reach?: (number|Long|string|null); + on_target_reach?: (number|null); /** EffectiveFrequencyBreakdown total_reach */ - total_reach?: (number|Long|string|null); + total_reach?: (number|null); /** EffectiveFrequencyBreakdown effective_coview_reach */ - effective_coview_reach?: (number|Long|string|null); + effective_coview_reach?: (number|null); /** EffectiveFrequencyBreakdown on_target_effective_coview_reach */ - on_target_effective_coview_reach?: (number|Long|string|null); + on_target_effective_coview_reach?: (number|null); } /** Represents an EffectiveFrequencyBreakdown. */ @@ -192717,16 +192717,16 @@ export namespace google { public effective_frequency: number; /** EffectiveFrequencyBreakdown on_target_reach. */ - public on_target_reach: (number|Long|string); + public on_target_reach: number; /** EffectiveFrequencyBreakdown total_reach. */ - public total_reach: (number|Long|string); + public total_reach: number; /** EffectiveFrequencyBreakdown effective_coview_reach. */ - public effective_coview_reach?: (number|Long|string|null); + public effective_coview_reach?: (number|null); /** EffectiveFrequencyBreakdown on_target_effective_coview_reach. */ - public on_target_effective_coview_reach?: (number|Long|string|null); + public on_target_effective_coview_reach?: (number|null); /** EffectiveFrequencyBreakdown _effective_coview_reach. */ public _effective_coview_reach?: "effective_coview_reach"; @@ -193110,7 +193110,7 @@ export namespace google { interface IYouTubeSelectSettings { /** YouTubeSelectSettings lineup_id */ - lineup_id?: (number|Long|string|null); + lineup_id?: (number|null); } /** Represents a YouTubeSelectSettings. */ @@ -193123,7 +193123,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.IYouTubeSelectSettings); /** YouTubeSelectSettings lineup_id. */ - public lineup_id: (number|Long|string); + public lineup_id: number; /** * Creates a new YouTubeSelectSettings instance using the specified properties. @@ -193207,7 +193207,7 @@ export namespace google { interface IYouTubeSelectLineUp { /** YouTubeSelectLineUp lineup_id */ - lineup_id?: (number|Long|string|null); + lineup_id?: (number|null); /** YouTubeSelectLineUp lineup_name */ lineup_name?: (string|null); @@ -193223,7 +193223,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.IYouTubeSelectLineUp); /** YouTubeSelectLineUp lineup_id. */ - public lineup_id: (number|Long|string); + public lineup_id: number; /** YouTubeSelectLineUp lineup_name. */ public lineup_name: string; @@ -193707,7 +193707,7 @@ export namespace google { interface ICampaignBudgetParameters { /** CampaignBudgetParameters new_budget_amount_micros */ - new_budget_amount_micros?: (number|Long|string|null); + new_budget_amount_micros?: (number|null); } /** Represents a CampaignBudgetParameters. */ @@ -193720,7 +193720,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.ApplyRecommendationOperation.ICampaignBudgetParameters); /** CampaignBudgetParameters new_budget_amount_micros. */ - public new_budget_amount_micros?: (number|Long|string|null); + public new_budget_amount_micros?: (number|null); /** CampaignBudgetParameters _new_budget_amount_micros. */ public _new_budget_amount_micros?: "new_budget_amount_micros"; @@ -193810,7 +193810,7 @@ export namespace google { target_roas?: (number|null); /** ForecastingSetTargetRoasParameters campaign_budget_amount_micros */ - campaign_budget_amount_micros?: (number|Long|string|null); + campaign_budget_amount_micros?: (number|null); } /** Represents a ForecastingSetTargetRoasParameters. */ @@ -193826,7 +193826,7 @@ export namespace google { public target_roas?: (number|null); /** ForecastingSetTargetRoasParameters campaign_budget_amount_micros. */ - public campaign_budget_amount_micros?: (number|Long|string|null); + public campaign_budget_amount_micros?: (number|null); /** ForecastingSetTargetRoasParameters _target_roas. */ public _target_roas?: "target_roas"; @@ -194019,7 +194019,7 @@ export namespace google { match_type?: (google.ads.googleads.v14.enums.KeywordMatchTypeEnum.KeywordMatchType|keyof typeof google.ads.googleads.v14.enums.KeywordMatchTypeEnum.KeywordMatchType|null); /** KeywordParameters cpc_bid_micros */ - cpc_bid_micros?: (number|Long|string|null); + cpc_bid_micros?: (number|null); } /** Represents a KeywordParameters. */ @@ -194038,7 +194038,7 @@ export namespace google { public match_type: (google.ads.googleads.v14.enums.KeywordMatchTypeEnum.KeywordMatchType|keyof typeof google.ads.googleads.v14.enums.KeywordMatchTypeEnum.KeywordMatchType); /** KeywordParameters cpc_bid_micros. */ - public cpc_bid_micros?: (number|Long|string|null); + public cpc_bid_micros?: (number|null); /** KeywordParameters _ad_group. */ public _ad_group?: "ad_group"; @@ -194128,10 +194128,10 @@ export namespace google { interface ITargetCpaOptInParameters { /** TargetCpaOptInParameters target_cpa_micros */ - target_cpa_micros?: (number|Long|string|null); + target_cpa_micros?: (number|null); /** TargetCpaOptInParameters new_campaign_budget_amount_micros */ - new_campaign_budget_amount_micros?: (number|Long|string|null); + new_campaign_budget_amount_micros?: (number|null); } /** Represents a TargetCpaOptInParameters. */ @@ -194144,10 +194144,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.ApplyRecommendationOperation.ITargetCpaOptInParameters); /** TargetCpaOptInParameters target_cpa_micros. */ - public target_cpa_micros?: (number|Long|string|null); + public target_cpa_micros?: (number|null); /** TargetCpaOptInParameters new_campaign_budget_amount_micros. */ - public new_campaign_budget_amount_micros?: (number|Long|string|null); + public new_campaign_budget_amount_micros?: (number|null); /** TargetCpaOptInParameters _target_cpa_micros. */ public _target_cpa_micros?: "target_cpa_micros"; @@ -194240,7 +194240,7 @@ export namespace google { target_roas?: (number|null); /** TargetRoasOptInParameters new_campaign_budget_amount_micros */ - new_campaign_budget_amount_micros?: (number|Long|string|null); + new_campaign_budget_amount_micros?: (number|null); } /** Represents a TargetRoasOptInParameters. */ @@ -194256,7 +194256,7 @@ export namespace google { public target_roas?: (number|null); /** TargetRoasOptInParameters new_campaign_budget_amount_micros. */ - public new_campaign_budget_amount_micros?: (number|Long|string|null); + public new_campaign_budget_amount_micros?: (number|null); /** TargetRoasOptInParameters _target_roas. */ public _target_roas?: "target_roas"; @@ -195242,7 +195242,7 @@ export namespace google { interface IMoveUnusedBudgetParameters { /** MoveUnusedBudgetParameters budget_micros_to_move */ - budget_micros_to_move?: (number|Long|string|null); + budget_micros_to_move?: (number|null); } /** Represents a MoveUnusedBudgetParameters. */ @@ -195255,7 +195255,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.ApplyRecommendationOperation.IMoveUnusedBudgetParameters); /** MoveUnusedBudgetParameters budget_micros_to_move. */ - public budget_micros_to_move?: (number|Long|string|null); + public budget_micros_to_move?: (number|null); /** MoveUnusedBudgetParameters _budget_micros_to_move. */ public _budget_micros_to_move?: "budget_micros_to_move"; @@ -195730,7 +195730,7 @@ export namespace google { interface IUseBroadMatchKeywordParameters { /** UseBroadMatchKeywordParameters new_budget_amount_micros */ - new_budget_amount_micros?: (number|Long|string|null); + new_budget_amount_micros?: (number|null); } /** Represents a UseBroadMatchKeywordParameters. */ @@ -195743,7 +195743,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.ApplyRecommendationOperation.IUseBroadMatchKeywordParameters); /** UseBroadMatchKeywordParameters new_budget_amount_micros. */ - public new_budget_amount_micros?: (number|Long|string|null); + public new_budget_amount_micros?: (number|null); /** UseBroadMatchKeywordParameters _new_budget_amount_micros. */ public _new_budget_amount_micros?: "new_budget_amount_micros"; @@ -197104,10 +197104,10 @@ export namespace google { interface IMetrics { /** Metrics min_daily_clicks */ - min_daily_clicks?: (number|Long|string|null); + min_daily_clicks?: (number|null); /** Metrics max_daily_clicks */ - max_daily_clicks?: (number|Long|string|null); + max_daily_clicks?: (number|null); } /** Represents a Metrics. */ @@ -197120,10 +197120,10 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.SuggestSmartCampaignBudgetOptionsResponse.IMetrics); /** Metrics min_daily_clicks. */ - public min_daily_clicks: (number|Long|string); + public min_daily_clicks: number; /** Metrics max_daily_clicks. */ - public max_daily_clicks: (number|Long|string); + public max_daily_clicks: number; /** * Creates a new Metrics instance using the specified properties. @@ -197207,7 +197207,7 @@ export namespace google { interface IBudgetOption { /** BudgetOption daily_amount_micros */ - daily_amount_micros?: (number|Long|string|null); + daily_amount_micros?: (number|null); /** BudgetOption metrics */ metrics?: (google.ads.googleads.v14.services.SuggestSmartCampaignBudgetOptionsResponse.IMetrics|null); @@ -197223,7 +197223,7 @@ export namespace google { constructor(properties?: google.ads.googleads.v14.services.SuggestSmartCampaignBudgetOptionsResponse.IBudgetOption); /** BudgetOption daily_amount_micros. */ - public daily_amount_micros: (number|Long|string); + public daily_amount_micros: number; /** BudgetOption metrics. */ public metrics?: (google.ads.googleads.v14.services.SuggestSmartCampaignBudgetOptionsResponse.IMetrics|null); @@ -204154,10 +204154,10 @@ export namespace google { identifier_value?: (string|null); /** UninterpretedOption positive_int_value */ - positive_int_value?: (number|Long|string|null); + positive_int_value?: (number|null); /** UninterpretedOption negative_int_value */ - negative_int_value?: (number|Long|string|null); + negative_int_value?: (number|null); /** UninterpretedOption double_value */ double_value?: (number|null); @@ -204185,10 +204185,10 @@ export namespace google { public identifier_value: string; /** UninterpretedOption positive_int_value. */ - public positive_int_value: (number|Long|string); + public positive_int_value: number; /** UninterpretedOption negative_int_value. */ - public negative_int_value: (number|Long|string); + public negative_int_value: number; /** UninterpretedOption double_value. */ public double_value: number; @@ -205019,7 +205019,7 @@ export namespace google { interface IDuration { /** Duration seconds */ - seconds?: (number|Long|string|null); + seconds?: (number|null); /** Duration nanos */ nanos?: (number|null); @@ -205035,7 +205035,7 @@ export namespace google { constructor(properties?: google.protobuf.IDuration); /** Duration seconds. */ - public seconds: (number|Long|string); + public seconds: number; /** Duration nanos. */ public nanos: number; diff --git a/package/googleads-nodejs/protos/protos.js b/package/googleads-nodejs/protos/protos.js index 474f8340..74c54a19 100644 --- a/package/googleads-nodejs/protos/protos.js +++ b/package/googleads-nodejs/protos/protos.js @@ -4880,7 +4880,7 @@ * @property {google.ads.googleads.v14.enums.PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice|null} [device] DestinationNotWorking device * @property {string|null} [last_checked_date_time] DestinationNotWorking last_checked_date_time * @property {google.ads.googleads.v14.enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType|null} [dns_error_type] DestinationNotWorking dns_error_type - * @property {number|Long|null} [http_error_code] DestinationNotWorking http_error_code + * @property {number|null} [http_error_code] DestinationNotWorking http_error_code */ /** @@ -4932,7 +4932,7 @@ /** * DestinationNotWorking http_error_code. - * @member {number|Long|null|undefined} http_error_code + * @member {number|null|undefined} http_error_code * @memberof google.ads.googleads.v14.common.PolicyTopicEvidence.DestinationNotWorking * @instance */ @@ -8222,17 +8222,17 @@ * Properties of an ImageAdInfo. * @memberof google.ads.googleads.v14.common * @interface IImageAdInfo - * @property {number|Long|null} [pixel_width] ImageAdInfo pixel_width - * @property {number|Long|null} [pixel_height] ImageAdInfo pixel_height + * @property {number|null} [pixel_width] ImageAdInfo pixel_width + * @property {number|null} [pixel_height] ImageAdInfo pixel_height * @property {string|null} [image_url] ImageAdInfo image_url - * @property {number|Long|null} [preview_pixel_width] ImageAdInfo preview_pixel_width - * @property {number|Long|null} [preview_pixel_height] ImageAdInfo preview_pixel_height + * @property {number|null} [preview_pixel_width] ImageAdInfo preview_pixel_width + * @property {number|null} [preview_pixel_height] ImageAdInfo preview_pixel_height * @property {string|null} [preview_image_url] ImageAdInfo preview_image_url * @property {google.ads.googleads.v14.enums.MimeTypeEnum.MimeType|null} [mime_type] ImageAdInfo mime_type * @property {string|null} [name] ImageAdInfo name * @property {string|null} [media_file] ImageAdInfo media_file * @property {Uint8Array|null} [data] ImageAdInfo data - * @property {number|Long|null} [ad_id_to_copy_image_from] ImageAdInfo ad_id_to_copy_image_from + * @property {number|null} [ad_id_to_copy_image_from] ImageAdInfo ad_id_to_copy_image_from */ /** @@ -8252,7 +8252,7 @@ /** * ImageAdInfo pixel_width. - * @member {number|Long|null|undefined} pixel_width + * @member {number|null|undefined} pixel_width * @memberof google.ads.googleads.v14.common.ImageAdInfo * @instance */ @@ -8260,7 +8260,7 @@ /** * ImageAdInfo pixel_height. - * @member {number|Long|null|undefined} pixel_height + * @member {number|null|undefined} pixel_height * @memberof google.ads.googleads.v14.common.ImageAdInfo * @instance */ @@ -8276,7 +8276,7 @@ /** * ImageAdInfo preview_pixel_width. - * @member {number|Long|null|undefined} preview_pixel_width + * @member {number|null|undefined} preview_pixel_width * @memberof google.ads.googleads.v14.common.ImageAdInfo * @instance */ @@ -8284,7 +8284,7 @@ /** * ImageAdInfo preview_pixel_height. - * @member {number|Long|null|undefined} preview_pixel_height + * @member {number|null|undefined} preview_pixel_height * @memberof google.ads.googleads.v14.common.ImageAdInfo * @instance */ @@ -8332,7 +8332,7 @@ /** * ImageAdInfo ad_id_to_copy_image_from. - * @member {number|Long|null|undefined} ad_id_to_copy_image_from + * @member {number|null|undefined} ad_id_to_copy_image_from * @memberof google.ads.googleads.v14.common.ImageAdInfo * @instance */ @@ -18331,7 +18331,7 @@ * @property {string|null} [email_address] BusinessProfileLocationSet email_address * @property {string|null} [business_name_filter] BusinessProfileLocationSet business_name_filter * @property {Array.|null} [label_filters] BusinessProfileLocationSet label_filters - * @property {Array.|null} [listing_id_filters] BusinessProfileLocationSet listing_id_filters + * @property {Array.|null} [listing_id_filters] BusinessProfileLocationSet listing_id_filters * @property {string|null} [business_account_id] BusinessProfileLocationSet business_account_id */ @@ -18386,7 +18386,7 @@ /** * BusinessProfileLocationSet listing_id_filters. - * @member {Array.} listing_id_filters + * @member {Array.} listing_id_filters * @memberof google.ads.googleads.v14.common.BusinessProfileLocationSet * @instance */ @@ -18975,7 +18975,7 @@ * Properties of a ChainFilter. * @memberof google.ads.googleads.v14.common * @interface IChainFilter - * @property {number|Long|null} [chain_id] ChainFilter chain_id + * @property {number|null} [chain_id] ChainFilter chain_id * @property {Array.|null} [location_attributes] ChainFilter location_attributes */ @@ -18997,7 +18997,7 @@ /** * ChainFilter chain_id. - * @member {number|Long} chain_id + * @member {number} chain_id * @memberof google.ads.googleads.v14.common.ChainFilter * @instance */ @@ -19869,7 +19869,7 @@ * @interface IDynamicBusinessProfileLocationGroupFilter * @property {Array.|null} [label_filters] DynamicBusinessProfileLocationGroupFilter label_filters * @property {google.ads.googleads.v14.common.IBusinessProfileBusinessNameFilter|null} [business_name_filter] DynamicBusinessProfileLocationGroupFilter business_name_filter - * @property {Array.|null} [listing_id_filters] DynamicBusinessProfileLocationGroupFilter listing_id_filters + * @property {Array.|null} [listing_id_filters] DynamicBusinessProfileLocationGroupFilter listing_id_filters */ /** @@ -19907,7 +19907,7 @@ /** * DynamicBusinessProfileLocationGroupFilter listing_id_filters. - * @member {Array.} listing_id_filters + * @member {Array.} listing_id_filters * @memberof google.ads.googleads.v14.common.DynamicBusinessProfileLocationGroupFilter * @instance */ @@ -21137,7 +21137,7 @@ * @memberof google.ads.googleads.v14.common * @interface IImageAsset * @property {Uint8Array|null} [data] ImageAsset data - * @property {number|Long|null} [file_size] ImageAsset file_size + * @property {number|null} [file_size] ImageAsset file_size * @property {google.ads.googleads.v14.enums.MimeTypeEnum.MimeType|null} [mime_type] ImageAsset mime_type * @property {google.ads.googleads.v14.common.IImageDimension|null} [full_size] ImageAsset full_size */ @@ -21167,7 +21167,7 @@ /** * ImageAsset file_size. - * @member {number|Long|null|undefined} file_size + * @member {number|null|undefined} file_size * @memberof google.ads.googleads.v14.common.ImageAsset * @instance */ @@ -21540,8 +21540,8 @@ * Properties of an ImageDimension. * @memberof google.ads.googleads.v14.common * @interface IImageDimension - * @property {number|Long|null} [height_pixels] ImageDimension height_pixels - * @property {number|Long|null} [width_pixels] ImageDimension width_pixels + * @property {number|null} [height_pixels] ImageDimension height_pixels + * @property {number|null} [width_pixels] ImageDimension width_pixels * @property {string|null} [url] ImageDimension url */ @@ -21562,7 +21562,7 @@ /** * ImageDimension height_pixels. - * @member {number|Long|null|undefined} height_pixels + * @member {number|null|undefined} height_pixels * @memberof google.ads.googleads.v14.common.ImageDimension * @instance */ @@ -21570,7 +21570,7 @@ /** * ImageDimension width_pixels. - * @member {number|Long|null|undefined} width_pixels + * @member {number|null|undefined} width_pixels * @memberof google.ads.googleads.v14.common.ImageDimension * @instance */ @@ -24497,7 +24497,7 @@ * @interface IWebhookDelivery * @property {string|null} [advertiser_webhook_url] WebhookDelivery advertiser_webhook_url * @property {string|null} [google_secret] WebhookDelivery google_secret - * @property {number|Long|null} [payload_schema_version] WebhookDelivery payload_schema_version + * @property {number|null} [payload_schema_version] WebhookDelivery payload_schema_version */ /** @@ -24533,7 +24533,7 @@ /** * WebhookDelivery payload_schema_version. - * @member {number|Long|null|undefined} payload_schema_version + * @member {number|null|undefined} payload_schema_version * @memberof google.ads.googleads.v14.common.WebhookDelivery * @instance */ @@ -24986,7 +24986,7 @@ * @property {string|null} [start_date] PromotionAsset start_date * @property {string|null} [end_date] PromotionAsset end_date * @property {Array.|null} [ad_schedule_targets] PromotionAsset ad_schedule_targets - * @property {number|Long|null} [percent_off] PromotionAsset percent_off + * @property {number|null} [percent_off] PromotionAsset percent_off * @property {google.ads.googleads.v14.common.IMoney|null} [money_amount_off] PromotionAsset money_amount_off * @property {string|null} [promotion_code] PromotionAsset promotion_code * @property {google.ads.googleads.v14.common.IMoney|null} [orders_over_amount] PromotionAsset orders_over_amount @@ -25082,7 +25082,7 @@ /** * PromotionAsset percent_off. - * @member {number|Long|null|undefined} percent_off + * @member {number|null|undefined} percent_off * @memberof google.ads.googleads.v14.common.PromotionAsset * @instance */ @@ -26908,7 +26908,7 @@ * @property {string|null} [android_app_link] DynamicEducationAsset android_app_link * @property {Array.|null} [similar_program_ids] DynamicEducationAsset similar_program_ids * @property {string|null} [ios_app_link] DynamicEducationAsset ios_app_link - * @property {number|Long|null} [ios_app_store_id] DynamicEducationAsset ios_app_store_id + * @property {number|null} [ios_app_store_id] DynamicEducationAsset ios_app_store_id * @property {string|null} [thumbnail_image_url] DynamicEducationAsset thumbnail_image_url * @property {string|null} [image_url] DynamicEducationAsset image_url */ @@ -27020,7 +27020,7 @@ /** * DynamicEducationAsset ios_app_store_id. - * @member {number|Long} ios_app_store_id + * @member {number} ios_app_store_id * @memberof google.ads.googleads.v14.common.DynamicEducationAsset * @instance */ @@ -29438,7 +29438,7 @@ * @property {string|null} [formatted_price] DynamicRealEstateAsset formatted_price * @property {string|null} [android_app_link] DynamicRealEstateAsset android_app_link * @property {string|null} [ios_app_link] DynamicRealEstateAsset ios_app_link - * @property {number|Long|null} [ios_app_store_id] DynamicRealEstateAsset ios_app_store_id + * @property {number|null} [ios_app_store_id] DynamicRealEstateAsset ios_app_store_id * @property {Array.|null} [similar_listing_ids] DynamicRealEstateAsset similar_listing_ids */ @@ -29565,7 +29565,7 @@ /** * DynamicRealEstateAsset ios_app_store_id. - * @member {number|Long} ios_app_store_id + * @member {number} ios_app_store_id * @memberof google.ads.googleads.v14.common.DynamicRealEstateAsset * @instance */ @@ -30014,7 +30014,7 @@ * @property {Array.|null} [contextual_keywords] DynamicCustomAsset contextual_keywords * @property {string|null} [android_app_link] DynamicCustomAsset android_app_link * @property {string|null} [ios_app_link] DynamicCustomAsset ios_app_link - * @property {number|Long|null} [ios_app_store_id] DynamicCustomAsset ios_app_store_id + * @property {number|null} [ios_app_store_id] DynamicCustomAsset ios_app_store_id * @property {Array.|null} [similar_ids] DynamicCustomAsset similar_ids */ @@ -30157,7 +30157,7 @@ /** * DynamicCustomAsset ios_app_store_id. - * @member {number|Long} ios_app_store_id + * @member {number} ios_app_store_id * @memberof google.ads.googleads.v14.common.DynamicCustomAsset * @instance */ @@ -30626,13 +30626,13 @@ * @property {string|null} [description] DynamicHotelsAndRentalsAsset description * @property {string|null} [price] DynamicHotelsAndRentalsAsset price * @property {string|null} [sale_price] DynamicHotelsAndRentalsAsset sale_price - * @property {number|Long|null} [star_rating] DynamicHotelsAndRentalsAsset star_rating + * @property {number|null} [star_rating] DynamicHotelsAndRentalsAsset star_rating * @property {string|null} [category] DynamicHotelsAndRentalsAsset category * @property {Array.|null} [contextual_keywords] DynamicHotelsAndRentalsAsset contextual_keywords * @property {string|null} [address] DynamicHotelsAndRentalsAsset address * @property {string|null} [android_app_link] DynamicHotelsAndRentalsAsset android_app_link * @property {string|null} [ios_app_link] DynamicHotelsAndRentalsAsset ios_app_link - * @property {number|Long|null} [ios_app_store_id] DynamicHotelsAndRentalsAsset ios_app_store_id + * @property {number|null} [ios_app_store_id] DynamicHotelsAndRentalsAsset ios_app_store_id * @property {string|null} [formatted_price] DynamicHotelsAndRentalsAsset formatted_price * @property {string|null} [formatted_sale_price] DynamicHotelsAndRentalsAsset formatted_sale_price * @property {Array.|null} [similar_property_ids] DynamicHotelsAndRentalsAsset similar_property_ids @@ -30713,7 +30713,7 @@ /** * DynamicHotelsAndRentalsAsset star_rating. - * @member {number|Long} star_rating + * @member {number} star_rating * @memberof google.ads.googleads.v14.common.DynamicHotelsAndRentalsAsset * @instance */ @@ -30761,7 +30761,7 @@ /** * DynamicHotelsAndRentalsAsset ios_app_store_id. - * @member {number|Long} ios_app_store_id + * @member {number} ios_app_store_id * @memberof google.ads.googleads.v14.common.DynamicHotelsAndRentalsAsset * @instance */ @@ -31265,7 +31265,7 @@ * @property {string|null} [formatted_sale_price] DynamicFlightsAsset formatted_sale_price * @property {string|null} [android_app_link] DynamicFlightsAsset android_app_link * @property {string|null} [ios_app_link] DynamicFlightsAsset ios_app_link - * @property {number|Long|null} [ios_app_store_id] DynamicFlightsAsset ios_app_store_id + * @property {number|null} [ios_app_store_id] DynamicFlightsAsset ios_app_store_id * @property {Array.|null} [similar_destination_ids] DynamicFlightsAsset similar_destination_ids * @property {string|null} [custom_mapping] DynamicFlightsAsset custom_mapping */ @@ -31384,7 +31384,7 @@ /** * DynamicFlightsAsset ios_app_store_id. - * @member {number|Long} ios_app_store_id + * @member {number} ios_app_store_id * @memberof google.ads.googleads.v14.common.DynamicFlightsAsset * @instance */ @@ -32122,7 +32122,7 @@ * @property {string|null} [image_url] DynamicTravelAsset image_url * @property {string|null} [android_app_link] DynamicTravelAsset android_app_link * @property {string|null} [ios_app_link] DynamicTravelAsset ios_app_link - * @property {number|Long|null} [ios_app_store_id] DynamicTravelAsset ios_app_store_id + * @property {number|null} [ios_app_store_id] DynamicTravelAsset ios_app_store_id */ /** @@ -32272,7 +32272,7 @@ /** * DynamicTravelAsset ios_app_store_id. - * @member {number|Long} ios_app_store_id + * @member {number} ios_app_store_id * @memberof google.ads.googleads.v14.common.DynamicTravelAsset * @instance */ @@ -32741,7 +32741,7 @@ * @property {string|null} [android_app_link] DynamicLocalAsset android_app_link * @property {Array.|null} [similar_deal_ids] DynamicLocalAsset similar_deal_ids * @property {string|null} [ios_app_link] DynamicLocalAsset ios_app_link - * @property {number|Long|null} [ios_app_store_id] DynamicLocalAsset ios_app_store_id + * @property {number|null} [ios_app_store_id] DynamicLocalAsset ios_app_store_id */ /** @@ -32883,7 +32883,7 @@ /** * DynamicLocalAsset ios_app_store_id. - * @member {number|Long} ios_app_store_id + * @member {number} ios_app_store_id * @memberof google.ads.googleads.v14.common.DynamicLocalAsset * @instance */ @@ -33336,7 +33336,7 @@ * @property {string|null} [android_app_link] DynamicJobsAsset android_app_link * @property {Array.|null} [similar_job_ids] DynamicJobsAsset similar_job_ids * @property {string|null} [ios_app_link] DynamicJobsAsset ios_app_link - * @property {number|Long|null} [ios_app_store_id] DynamicJobsAsset ios_app_store_id + * @property {number|null} [ios_app_store_id] DynamicJobsAsset ios_app_store_id */ /** @@ -33462,7 +33462,7 @@ /** * DynamicJobsAsset ios_app_store_id. - * @member {number|Long} ios_app_store_id + * @member {number} ios_app_store_id * @memberof google.ads.googleads.v14.common.DynamicJobsAsset * @instance */ @@ -34177,7 +34177,7 @@ * @interface IBusinessProfileLocation * @property {Array.|null} [labels] BusinessProfileLocation labels * @property {string|null} [store_code] BusinessProfileLocation store_code - * @property {number|Long|null} [listing_id] BusinessProfileLocation listing_id + * @property {number|null} [listing_id] BusinessProfileLocation listing_id */ /** @@ -34214,7 +34214,7 @@ /** * BusinessProfileLocation listing_id. - * @member {number|Long} listing_id + * @member {number} listing_id * @memberof google.ads.googleads.v14.common.BusinessProfileLocation * @instance */ @@ -38318,7 +38318,7 @@ * Properties of a HotelClassInfo. * @memberof google.ads.googleads.v14.common * @interface IHotelClassInfo - * @property {number|Long|null} [value] HotelClassInfo value + * @property {number|null} [value] HotelClassInfo value */ /** @@ -38338,7 +38338,7 @@ /** * HotelClassInfo value. - * @member {number|Long|null|undefined} value + * @member {number|null|undefined} value * @memberof google.ads.googleads.v14.common.HotelClassInfo * @instance */ @@ -39212,7 +39212,7 @@ * Properties of a ProductBiddingCategoryInfo. * @memberof google.ads.googleads.v14.common * @interface IProductBiddingCategoryInfo - * @property {number|Long|null} [id] ProductBiddingCategoryInfo id + * @property {number|null} [id] ProductBiddingCategoryInfo id * @property {google.ads.googleads.v14.enums.ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel|null} [level] ProductBiddingCategoryInfo level */ @@ -39233,7 +39233,7 @@ /** * ProductBiddingCategoryInfo id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.common.ProductBiddingCategoryInfo * @instance */ @@ -42523,8 +42523,8 @@ * Properties of a HotelAdvanceBookingWindowInfo. * @memberof google.ads.googleads.v14.common * @interface IHotelAdvanceBookingWindowInfo - * @property {number|Long|null} [min_days] HotelAdvanceBookingWindowInfo min_days - * @property {number|Long|null} [max_days] HotelAdvanceBookingWindowInfo max_days + * @property {number|null} [min_days] HotelAdvanceBookingWindowInfo min_days + * @property {number|null} [max_days] HotelAdvanceBookingWindowInfo max_days */ /** @@ -42544,7 +42544,7 @@ /** * HotelAdvanceBookingWindowInfo min_days. - * @member {number|Long|null|undefined} min_days + * @member {number|null|undefined} min_days * @memberof google.ads.googleads.v14.common.HotelAdvanceBookingWindowInfo * @instance */ @@ -42552,7 +42552,7 @@ /** * HotelAdvanceBookingWindowInfo max_days. - * @member {number|Long|null|undefined} max_days + * @member {number|null|undefined} max_days * @memberof google.ads.googleads.v14.common.HotelAdvanceBookingWindowInfo * @instance */ @@ -42802,8 +42802,8 @@ * Properties of a HotelLengthOfStayInfo. * @memberof google.ads.googleads.v14.common * @interface IHotelLengthOfStayInfo - * @property {number|Long|null} [min_nights] HotelLengthOfStayInfo min_nights - * @property {number|Long|null} [max_nights] HotelLengthOfStayInfo max_nights + * @property {number|null} [min_nights] HotelLengthOfStayInfo min_nights + * @property {number|null} [max_nights] HotelLengthOfStayInfo max_nights */ /** @@ -42823,7 +42823,7 @@ /** * HotelLengthOfStayInfo min_nights. - * @member {number|Long|null|undefined} min_nights + * @member {number|null|undefined} min_nights * @memberof google.ads.googleads.v14.common.HotelLengthOfStayInfo * @instance */ @@ -42831,7 +42831,7 @@ /** * HotelLengthOfStayInfo max_nights. - * @member {number|Long|null|undefined} max_nights + * @member {number|null|undefined} max_nights * @memberof google.ads.googleads.v14.common.HotelLengthOfStayInfo * @instance */ @@ -43786,7 +43786,7 @@ * Properties of an ActivityRatingInfo. * @memberof google.ads.googleads.v14.common * @interface IActivityRatingInfo - * @property {number|Long|null} [value] ActivityRatingInfo value + * @property {number|null} [value] ActivityRatingInfo value */ /** @@ -43806,7 +43806,7 @@ /** * ActivityRatingInfo value. - * @member {number|Long|null|undefined} value + * @member {number|null|undefined} value * @memberof google.ads.googleads.v14.common.ActivityRatingInfo * @instance */ @@ -51052,7 +51052,7 @@ * @interface ILocationGroupInfo * @property {string|null} [feed] LocationGroupInfo feed * @property {Array.|null} [geo_target_constants] LocationGroupInfo geo_target_constants - * @property {number|Long|null} [radius] LocationGroupInfo radius + * @property {number|null} [radius] LocationGroupInfo radius * @property {google.ads.googleads.v14.enums.LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits|null} [radius_units] LocationGroupInfo radius_units * @property {Array.|null} [feed_item_sets] LocationGroupInfo feed_item_sets * @property {boolean|null} [enable_customer_level_location_asset_set] LocationGroupInfo enable_customer_level_location_asset_set @@ -51095,7 +51095,7 @@ /** * LocationGroupInfo radius. - * @member {number|Long|null|undefined} radius + * @member {number|null|undefined} radius * @memberof google.ads.googleads.v14.common.LocationGroupInfo * @instance */ @@ -52597,7 +52597,7 @@ * @memberof google.ads.googleads.v14.common * @interface IMoney * @property {string|null} [currency_code] Money currency_code - * @property {number|Long|null} [amount_micros] Money amount_micros + * @property {number|null} [amount_micros] Money amount_micros */ /** @@ -52625,7 +52625,7 @@ /** * Money amount_micros. - * @member {number|Long|null|undefined} amount_micros + * @member {number|null|undefined} amount_micros * @memberof google.ads.googleads.v14.common.Money * @instance */ @@ -57154,7 +57154,7 @@ * Properties of a Commission. * @memberof google.ads.googleads.v14.common * @interface ICommission - * @property {number|Long|null} [commission_rate_micros] Commission commission_rate_micros + * @property {number|null} [commission_rate_micros] Commission commission_rate_micros */ /** @@ -57174,7 +57174,7 @@ /** * Commission commission_rate_micros. - * @member {number|Long|null|undefined} commission_rate_micros + * @member {number|null|undefined} commission_rate_micros * @memberof google.ads.googleads.v14.common.Commission * @instance */ @@ -58306,9 +58306,9 @@ * Properties of a MaximizeConversions. * @memberof google.ads.googleads.v14.common * @interface IMaximizeConversions - * @property {number|Long|null} [cpc_bid_ceiling_micros] MaximizeConversions cpc_bid_ceiling_micros - * @property {number|Long|null} [cpc_bid_floor_micros] MaximizeConversions cpc_bid_floor_micros - * @property {number|Long|null} [target_cpa_micros] MaximizeConversions target_cpa_micros + * @property {number|null} [cpc_bid_ceiling_micros] MaximizeConversions cpc_bid_ceiling_micros + * @property {number|null} [cpc_bid_floor_micros] MaximizeConversions cpc_bid_floor_micros + * @property {number|null} [target_cpa_micros] MaximizeConversions target_cpa_micros */ /** @@ -58328,7 +58328,7 @@ /** * MaximizeConversions cpc_bid_ceiling_micros. - * @member {number|Long} cpc_bid_ceiling_micros + * @member {number} cpc_bid_ceiling_micros * @memberof google.ads.googleads.v14.common.MaximizeConversions * @instance */ @@ -58336,7 +58336,7 @@ /** * MaximizeConversions cpc_bid_floor_micros. - * @member {number|Long} cpc_bid_floor_micros + * @member {number} cpc_bid_floor_micros * @memberof google.ads.googleads.v14.common.MaximizeConversions * @instance */ @@ -58344,7 +58344,7 @@ /** * MaximizeConversions target_cpa_micros. - * @member {number|Long} target_cpa_micros + * @member {number} target_cpa_micros * @memberof google.ads.googleads.v14.common.MaximizeConversions * @instance */ @@ -58599,8 +58599,8 @@ * @memberof google.ads.googleads.v14.common * @interface IMaximizeConversionValue * @property {number|null} [target_roas] MaximizeConversionValue target_roas - * @property {number|Long|null} [cpc_bid_ceiling_micros] MaximizeConversionValue cpc_bid_ceiling_micros - * @property {number|Long|null} [cpc_bid_floor_micros] MaximizeConversionValue cpc_bid_floor_micros + * @property {number|null} [cpc_bid_ceiling_micros] MaximizeConversionValue cpc_bid_ceiling_micros + * @property {number|null} [cpc_bid_floor_micros] MaximizeConversionValue cpc_bid_floor_micros */ /** @@ -58628,7 +58628,7 @@ /** * MaximizeConversionValue cpc_bid_ceiling_micros. - * @member {number|Long} cpc_bid_ceiling_micros + * @member {number} cpc_bid_ceiling_micros * @memberof google.ads.googleads.v14.common.MaximizeConversionValue * @instance */ @@ -58636,7 +58636,7 @@ /** * MaximizeConversionValue cpc_bid_floor_micros. - * @member {number|Long} cpc_bid_floor_micros + * @member {number} cpc_bid_floor_micros * @memberof google.ads.googleads.v14.common.MaximizeConversionValue * @instance */ @@ -58876,9 +58876,9 @@ * Properties of a TargetCpa. * @memberof google.ads.googleads.v14.common * @interface ITargetCpa - * @property {number|Long|null} [target_cpa_micros] TargetCpa target_cpa_micros - * @property {number|Long|null} [cpc_bid_ceiling_micros] TargetCpa cpc_bid_ceiling_micros - * @property {number|Long|null} [cpc_bid_floor_micros] TargetCpa cpc_bid_floor_micros + * @property {number|null} [target_cpa_micros] TargetCpa target_cpa_micros + * @property {number|null} [cpc_bid_ceiling_micros] TargetCpa cpc_bid_ceiling_micros + * @property {number|null} [cpc_bid_floor_micros] TargetCpa cpc_bid_floor_micros */ /** @@ -58898,7 +58898,7 @@ /** * TargetCpa target_cpa_micros. - * @member {number|Long|null|undefined} target_cpa_micros + * @member {number|null|undefined} target_cpa_micros * @memberof google.ads.googleads.v14.common.TargetCpa * @instance */ @@ -58906,7 +58906,7 @@ /** * TargetCpa cpc_bid_ceiling_micros. - * @member {number|Long|null|undefined} cpc_bid_ceiling_micros + * @member {number|null|undefined} cpc_bid_ceiling_micros * @memberof google.ads.googleads.v14.common.TargetCpa * @instance */ @@ -58914,7 +58914,7 @@ /** * TargetCpa cpc_bid_floor_micros. - * @member {number|Long|null|undefined} cpc_bid_floor_micros + * @member {number|null|undefined} cpc_bid_floor_micros * @memberof google.ads.googleads.v14.common.TargetCpa * @instance */ @@ -59430,7 +59430,7 @@ * Properties of a TargetCpmTargetFrequencyGoal. * @memberof google.ads.googleads.v14.common * @interface ITargetCpmTargetFrequencyGoal - * @property {number|Long|null} [target_count] TargetCpmTargetFrequencyGoal target_count + * @property {number|null} [target_count] TargetCpmTargetFrequencyGoal target_count * @property {google.ads.googleads.v14.enums.TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit|null} [time_unit] TargetCpmTargetFrequencyGoal time_unit */ @@ -59451,7 +59451,7 @@ /** * TargetCpmTargetFrequencyGoal target_count. - * @member {number|Long} target_count + * @member {number} target_count * @memberof google.ads.googleads.v14.common.TargetCpmTargetFrequencyGoal * @instance */ @@ -59696,8 +59696,8 @@ * @memberof google.ads.googleads.v14.common * @interface ITargetImpressionShare * @property {google.ads.googleads.v14.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation|null} [location] TargetImpressionShare location - * @property {number|Long|null} [location_fraction_micros] TargetImpressionShare location_fraction_micros - * @property {number|Long|null} [cpc_bid_ceiling_micros] TargetImpressionShare cpc_bid_ceiling_micros + * @property {number|null} [location_fraction_micros] TargetImpressionShare location_fraction_micros + * @property {number|null} [cpc_bid_ceiling_micros] TargetImpressionShare cpc_bid_ceiling_micros */ /** @@ -59725,7 +59725,7 @@ /** * TargetImpressionShare location_fraction_micros. - * @member {number|Long|null|undefined} location_fraction_micros + * @member {number|null|undefined} location_fraction_micros * @memberof google.ads.googleads.v14.common.TargetImpressionShare * @instance */ @@ -59733,7 +59733,7 @@ /** * TargetImpressionShare cpc_bid_ceiling_micros. - * @member {number|Long|null|undefined} cpc_bid_ceiling_micros + * @member {number|null|undefined} cpc_bid_ceiling_micros * @memberof google.ads.googleads.v14.common.TargetImpressionShare * @instance */ @@ -60033,8 +60033,8 @@ * @memberof google.ads.googleads.v14.common * @interface ITargetRoas * @property {number|null} [target_roas] TargetRoas target_roas - * @property {number|Long|null} [cpc_bid_ceiling_micros] TargetRoas cpc_bid_ceiling_micros - * @property {number|Long|null} [cpc_bid_floor_micros] TargetRoas cpc_bid_floor_micros + * @property {number|null} [cpc_bid_ceiling_micros] TargetRoas cpc_bid_ceiling_micros + * @property {number|null} [cpc_bid_floor_micros] TargetRoas cpc_bid_floor_micros */ /** @@ -60062,7 +60062,7 @@ /** * TargetRoas cpc_bid_ceiling_micros. - * @member {number|Long|null|undefined} cpc_bid_ceiling_micros + * @member {number|null|undefined} cpc_bid_ceiling_micros * @memberof google.ads.googleads.v14.common.TargetRoas * @instance */ @@ -60070,7 +60070,7 @@ /** * TargetRoas cpc_bid_floor_micros. - * @member {number|Long|null|undefined} cpc_bid_floor_micros + * @member {number|null|undefined} cpc_bid_floor_micros * @memberof google.ads.googleads.v14.common.TargetRoas * @instance */ @@ -60349,8 +60349,8 @@ * Properties of a TargetSpend. * @memberof google.ads.googleads.v14.common * @interface ITargetSpend - * @property {number|Long|null} [target_spend_micros] TargetSpend target_spend_micros - * @property {number|Long|null} [cpc_bid_ceiling_micros] TargetSpend cpc_bid_ceiling_micros + * @property {number|null} [target_spend_micros] TargetSpend target_spend_micros + * @property {number|null} [cpc_bid_ceiling_micros] TargetSpend cpc_bid_ceiling_micros */ /** @@ -60370,7 +60370,7 @@ /** * TargetSpend target_spend_micros. - * @member {number|Long|null|undefined} target_spend_micros + * @member {number|null|undefined} target_spend_micros * @memberof google.ads.googleads.v14.common.TargetSpend * @instance */ @@ -60378,7 +60378,7 @@ /** * TargetSpend cpc_bid_ceiling_micros. - * @member {number|Long|null|undefined} cpc_bid_ceiling_micros + * @member {number|null|undefined} cpc_bid_ceiling_micros * @memberof google.ads.googleads.v14.common.TargetSpend * @instance */ @@ -60628,7 +60628,7 @@ * Properties of a PercentCpc. * @memberof google.ads.googleads.v14.common * @interface IPercentCpc - * @property {number|Long|null} [cpc_bid_ceiling_micros] PercentCpc cpc_bid_ceiling_micros + * @property {number|null} [cpc_bid_ceiling_micros] PercentCpc cpc_bid_ceiling_micros * @property {boolean|null} [enhanced_cpc_enabled] PercentCpc enhanced_cpc_enabled */ @@ -60649,7 +60649,7 @@ /** * PercentCpc cpc_bid_ceiling_micros. - * @member {number|Long|null|undefined} cpc_bid_ceiling_micros + * @member {number|null|undefined} cpc_bid_ceiling_micros * @memberof google.ads.googleads.v14.common.PercentCpc * @instance */ @@ -63410,7 +63410,7 @@ * Properties of a YearMonth. * @memberof google.ads.googleads.v14.common * @interface IYearMonth - * @property {number|Long|null} [year] YearMonth year + * @property {number|null} [year] YearMonth year * @property {google.ads.googleads.v14.enums.MonthOfYearEnum.MonthOfYear|null} [month] YearMonth month */ @@ -63431,7 +63431,7 @@ /** * YearMonth year. - * @member {number|Long} year + * @member {number} year * @memberof google.ads.googleads.v14.common.YearMonth * @instance */ @@ -65389,7 +65389,7 @@ * @property {string|null} [postal_code] AffiliateLocationFeedItem postal_code * @property {string|null} [country_code] AffiliateLocationFeedItem country_code * @property {string|null} [phone_number] AffiliateLocationFeedItem phone_number - * @property {number|Long|null} [chain_id] AffiliateLocationFeedItem chain_id + * @property {number|null} [chain_id] AffiliateLocationFeedItem chain_id * @property {string|null} [chain_name] AffiliateLocationFeedItem chain_name */ @@ -65474,7 +65474,7 @@ /** * AffiliateLocationFeedItem chain_id. - * @member {number|Long|null|undefined} chain_id + * @member {number|null|undefined} chain_id * @memberof google.ads.googleads.v14.common.AffiliateLocationFeedItem * @instance */ @@ -67267,7 +67267,7 @@ * @property {Array.|null} [url_custom_parameters] PromotionFeedItem url_custom_parameters * @property {string|null} [final_url_suffix] PromotionFeedItem final_url_suffix * @property {string|null} [language_code] PromotionFeedItem language_code - * @property {number|Long|null} [percent_off] PromotionFeedItem percent_off + * @property {number|null} [percent_off] PromotionFeedItem percent_off * @property {google.ads.googleads.v14.common.IMoney|null} [money_amount_off] PromotionFeedItem money_amount_off * @property {string|null} [promotion_code] PromotionFeedItem promotion_code * @property {google.ads.googleads.v14.common.IMoney|null} [orders_over_amount] PromotionFeedItem orders_over_amount @@ -67381,7 +67381,7 @@ /** * PromotionFeedItem percent_off. - * @member {number|Long|null|undefined} percent_off + * @member {number|null|undefined} percent_off * @memberof google.ads.googleads.v14.common.PromotionFeedItem * @instance */ @@ -69942,7 +69942,7 @@ * Properties of a DynamicAffiliateLocationSetFilter. * @memberof google.ads.googleads.v14.common * @interface IDynamicAffiliateLocationSetFilter - * @property {Array.|null} [chain_ids] DynamicAffiliateLocationSetFilter chain_ids + * @property {Array.|null} [chain_ids] DynamicAffiliateLocationSetFilter chain_ids */ /** @@ -69963,7 +69963,7 @@ /** * DynamicAffiliateLocationSetFilter chain_ids. - * @member {Array.} chain_ids + * @member {Array.} chain_ids * @memberof google.ads.googleads.v14.common.DynamicAffiliateLocationSetFilter * @instance */ @@ -71092,13 +71092,13 @@ * Properties of a KeywordPlanHistoricalMetrics. * @memberof google.ads.googleads.v14.common * @interface IKeywordPlanHistoricalMetrics - * @property {number|Long|null} [avg_monthly_searches] KeywordPlanHistoricalMetrics avg_monthly_searches + * @property {number|null} [avg_monthly_searches] KeywordPlanHistoricalMetrics avg_monthly_searches * @property {Array.|null} [monthly_search_volumes] KeywordPlanHistoricalMetrics monthly_search_volumes * @property {google.ads.googleads.v14.enums.KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel|null} [competition] KeywordPlanHistoricalMetrics competition - * @property {number|Long|null} [competition_index] KeywordPlanHistoricalMetrics competition_index - * @property {number|Long|null} [low_top_of_page_bid_micros] KeywordPlanHistoricalMetrics low_top_of_page_bid_micros - * @property {number|Long|null} [high_top_of_page_bid_micros] KeywordPlanHistoricalMetrics high_top_of_page_bid_micros - * @property {number|Long|null} [average_cpc_micros] KeywordPlanHistoricalMetrics average_cpc_micros + * @property {number|null} [competition_index] KeywordPlanHistoricalMetrics competition_index + * @property {number|null} [low_top_of_page_bid_micros] KeywordPlanHistoricalMetrics low_top_of_page_bid_micros + * @property {number|null} [high_top_of_page_bid_micros] KeywordPlanHistoricalMetrics high_top_of_page_bid_micros + * @property {number|null} [average_cpc_micros] KeywordPlanHistoricalMetrics average_cpc_micros */ /** @@ -71119,7 +71119,7 @@ /** * KeywordPlanHistoricalMetrics avg_monthly_searches. - * @member {number|Long|null|undefined} avg_monthly_searches + * @member {number|null|undefined} avg_monthly_searches * @memberof google.ads.googleads.v14.common.KeywordPlanHistoricalMetrics * @instance */ @@ -71143,7 +71143,7 @@ /** * KeywordPlanHistoricalMetrics competition_index. - * @member {number|Long|null|undefined} competition_index + * @member {number|null|undefined} competition_index * @memberof google.ads.googleads.v14.common.KeywordPlanHistoricalMetrics * @instance */ @@ -71151,7 +71151,7 @@ /** * KeywordPlanHistoricalMetrics low_top_of_page_bid_micros. - * @member {number|Long|null|undefined} low_top_of_page_bid_micros + * @member {number|null|undefined} low_top_of_page_bid_micros * @memberof google.ads.googleads.v14.common.KeywordPlanHistoricalMetrics * @instance */ @@ -71159,7 +71159,7 @@ /** * KeywordPlanHistoricalMetrics high_top_of_page_bid_micros. - * @member {number|Long|null|undefined} high_top_of_page_bid_micros + * @member {number|null|undefined} high_top_of_page_bid_micros * @memberof google.ads.googleads.v14.common.KeywordPlanHistoricalMetrics * @instance */ @@ -71167,7 +71167,7 @@ /** * KeywordPlanHistoricalMetrics average_cpc_micros. - * @member {number|Long|null|undefined} average_cpc_micros + * @member {number|null|undefined} average_cpc_micros * @memberof google.ads.googleads.v14.common.KeywordPlanHistoricalMetrics * @instance */ @@ -71869,9 +71869,9 @@ * Properties of a MonthlySearchVolume. * @memberof google.ads.googleads.v14.common * @interface IMonthlySearchVolume - * @property {number|Long|null} [year] MonthlySearchVolume year + * @property {number|null} [year] MonthlySearchVolume year * @property {google.ads.googleads.v14.enums.MonthOfYearEnum.MonthOfYear|null} [month] MonthlySearchVolume month - * @property {number|Long|null} [monthly_searches] MonthlySearchVolume monthly_searches + * @property {number|null} [monthly_searches] MonthlySearchVolume monthly_searches */ /** @@ -71891,7 +71891,7 @@ /** * MonthlySearchVolume year. - * @member {number|Long|null|undefined} year + * @member {number|null|undefined} year * @memberof google.ads.googleads.v14.common.MonthlySearchVolume * @instance */ @@ -71907,7 +71907,7 @@ /** * MonthlySearchVolume monthly_searches. - * @member {number|Long|null|undefined} monthly_searches + * @member {number|null|undefined} monthly_searches * @memberof google.ads.googleads.v14.common.MonthlySearchVolume * @instance */ @@ -72727,7 +72727,7 @@ * @memberof google.ads.googleads.v14.common * @interface IKeywordPlanDeviceSearches * @property {google.ads.googleads.v14.enums.DeviceEnum.Device|null} [device] KeywordPlanDeviceSearches device - * @property {number|Long|null} [search_count] KeywordPlanDeviceSearches search_count + * @property {number|null} [search_count] KeywordPlanDeviceSearches search_count */ /** @@ -72755,7 +72755,7 @@ /** * KeywordPlanDeviceSearches search_count. - * @member {number|Long|null|undefined} search_count + * @member {number|null|undefined} search_count * @memberof google.ads.googleads.v14.common.KeywordPlanDeviceSearches * @instance */ @@ -74451,7 +74451,7 @@ * @memberof google.ads.googleads.v14.common.Operand * @interface IConstantOperand * @property {string|null} [string_value] ConstantOperand string_value - * @property {number|Long|null} [long_value] ConstantOperand long_value + * @property {number|null} [long_value] ConstantOperand long_value * @property {boolean|null} [boolean_value] ConstantOperand boolean_value * @property {number|null} [double_value] ConstantOperand double_value */ @@ -74481,7 +74481,7 @@ /** * ConstantOperand long_value. - * @member {number|Long|null|undefined} long_value + * @member {number|null|undefined} long_value * @memberof google.ads.googleads.v14.common.Operand.ConstantOperand * @instance */ @@ -74768,8 +74768,8 @@ * Properties of a FeedAttributeOperand. * @memberof google.ads.googleads.v14.common.Operand * @interface IFeedAttributeOperand - * @property {number|Long|null} [feed_id] FeedAttributeOperand feed_id - * @property {number|Long|null} [feed_attribute_id] FeedAttributeOperand feed_attribute_id + * @property {number|null} [feed_id] FeedAttributeOperand feed_id + * @property {number|null} [feed_attribute_id] FeedAttributeOperand feed_attribute_id */ /** @@ -74789,7 +74789,7 @@ /** * FeedAttributeOperand feed_id. - * @member {number|Long|null|undefined} feed_id + * @member {number|null|undefined} feed_id * @memberof google.ads.googleads.v14.common.Operand.FeedAttributeOperand * @instance */ @@ -74797,7 +74797,7 @@ /** * FeedAttributeOperand feed_attribute_id. - * @member {number|Long|null|undefined} feed_attribute_id + * @member {number|null|undefined} feed_attribute_id * @memberof google.ads.googleads.v14.common.Operand.FeedAttributeOperand * @instance */ @@ -75853,10 +75853,10 @@ * @property {number|null} [absolute_top_impression_percentage] Metrics absolute_top_impression_percentage * @property {number|null} [active_view_cpm] Metrics active_view_cpm * @property {number|null} [active_view_ctr] Metrics active_view_ctr - * @property {number|Long|null} [active_view_impressions] Metrics active_view_impressions + * @property {number|null} [active_view_impressions] Metrics active_view_impressions * @property {number|null} [active_view_measurability] Metrics active_view_measurability - * @property {number|Long|null} [active_view_measurable_cost_micros] Metrics active_view_measurable_cost_micros - * @property {number|Long|null} [active_view_measurable_impressions] Metrics active_view_measurable_impressions + * @property {number|null} [active_view_measurable_cost_micros] Metrics active_view_measurable_cost_micros + * @property {number|null} [active_view_measurable_impressions] Metrics active_view_measurable_impressions * @property {number|null} [active_view_viewability] Metrics active_view_viewability * @property {number|null} [all_conversions_from_interactions_rate] Metrics all_conversions_from_interactions_rate * @property {number|null} [all_conversions_value] Metrics all_conversions_value @@ -75891,10 +75891,10 @@ * @property {number|null} [biddable_app_post_install_conversions] Metrics biddable_app_post_install_conversions * @property {number|null} [benchmark_ctr] Metrics benchmark_ctr * @property {number|null} [bounce_rate] Metrics bounce_rate - * @property {number|Long|null} [clicks] Metrics clicks - * @property {number|Long|null} [combined_clicks] Metrics combined_clicks + * @property {number|null} [clicks] Metrics clicks + * @property {number|null} [combined_clicks] Metrics combined_clicks * @property {number|null} [combined_clicks_per_query] Metrics combined_clicks_per_query - * @property {number|Long|null} [combined_queries] Metrics combined_queries + * @property {number|null} [combined_queries] Metrics combined_queries * @property {number|null} [content_budget_lost_impression_share] Metrics content_budget_lost_impression_share * @property {number|null} [content_impression_share] Metrics content_impression_share * @property {string|null} [conversion_last_received_request_date_time] Metrics conversion_last_received_request_date_time @@ -75908,7 +75908,7 @@ * @property {number|null} [conversions_from_interactions_value_per_interaction] Metrics conversions_from_interactions_value_per_interaction * @property {number|null} [conversions] Metrics conversions * @property {number|null} [conversions_by_conversion_date] Metrics conversions_by_conversion_date - * @property {number|Long|null} [cost_micros] Metrics cost_micros + * @property {number|null} [cost_micros] Metrics cost_micros * @property {number|null} [cost_per_all_conversions] Metrics cost_per_all_conversions * @property {number|null} [cost_per_conversion] Metrics cost_per_conversion * @property {number|null} [cost_per_current_model_attributed_conversion] Metrics cost_per_current_model_attributed_conversion @@ -75920,40 +75920,40 @@ * @property {number|null} [current_model_attributed_conversions_value] Metrics current_model_attributed_conversions_value * @property {number|null} [current_model_attributed_conversions_value_per_cost] Metrics current_model_attributed_conversions_value_per_cost * @property {number|null} [engagement_rate] Metrics engagement_rate - * @property {number|Long|null} [engagements] Metrics engagements + * @property {number|null} [engagements] Metrics engagements * @property {number|null} [hotel_average_lead_value_micros] Metrics hotel_average_lead_value_micros - * @property {number|Long|null} [hotel_commission_rate_micros] Metrics hotel_commission_rate_micros + * @property {number|null} [hotel_commission_rate_micros] Metrics hotel_commission_rate_micros * @property {number|null} [hotel_expected_commission_cost] Metrics hotel_expected_commission_cost * @property {number|null} [hotel_price_difference_percentage] Metrics hotel_price_difference_percentage - * @property {number|Long|null} [hotel_eligible_impressions] Metrics hotel_eligible_impressions + * @property {number|null} [hotel_eligible_impressions] Metrics hotel_eligible_impressions * @property {google.ads.googleads.v14.enums.QualityScoreBucketEnum.QualityScoreBucket|null} [historical_creative_quality_score] Metrics historical_creative_quality_score * @property {google.ads.googleads.v14.enums.QualityScoreBucketEnum.QualityScoreBucket|null} [historical_landing_page_quality_score] Metrics historical_landing_page_quality_score - * @property {number|Long|null} [historical_quality_score] Metrics historical_quality_score + * @property {number|null} [historical_quality_score] Metrics historical_quality_score * @property {google.ads.googleads.v14.enums.QualityScoreBucketEnum.QualityScoreBucket|null} [historical_search_predicted_ctr] Metrics historical_search_predicted_ctr - * @property {number|Long|null} [gmail_forwards] Metrics gmail_forwards - * @property {number|Long|null} [gmail_saves] Metrics gmail_saves - * @property {number|Long|null} [gmail_secondary_clicks] Metrics gmail_secondary_clicks - * @property {number|Long|null} [impressions_from_store_reach] Metrics impressions_from_store_reach - * @property {number|Long|null} [impressions] Metrics impressions + * @property {number|null} [gmail_forwards] Metrics gmail_forwards + * @property {number|null} [gmail_saves] Metrics gmail_saves + * @property {number|null} [gmail_secondary_clicks] Metrics gmail_secondary_clicks + * @property {number|null} [impressions_from_store_reach] Metrics impressions_from_store_reach + * @property {number|null} [impressions] Metrics impressions * @property {number|null} [interaction_rate] Metrics interaction_rate - * @property {number|Long|null} [interactions] Metrics interactions + * @property {number|null} [interactions] Metrics interactions * @property {Array.|null} [interaction_event_types] Metrics interaction_event_types * @property {number|null} [invalid_click_rate] Metrics invalid_click_rate - * @property {number|Long|null} [invalid_clicks] Metrics invalid_clicks - * @property {number|Long|null} [message_chats] Metrics message_chats - * @property {number|Long|null} [message_impressions] Metrics message_impressions + * @property {number|null} [invalid_clicks] Metrics invalid_clicks + * @property {number|null} [message_chats] Metrics message_chats + * @property {number|null} [message_impressions] Metrics message_impressions * @property {number|null} [message_chat_rate] Metrics message_chat_rate * @property {number|null} [mobile_friendly_clicks_percentage] Metrics mobile_friendly_clicks_percentage * @property {number|null} [optimization_score_uplift] Metrics optimization_score_uplift * @property {string|null} [optimization_score_url] Metrics optimization_score_url - * @property {number|Long|null} [organic_clicks] Metrics organic_clicks + * @property {number|null} [organic_clicks] Metrics organic_clicks * @property {number|null} [organic_clicks_per_query] Metrics organic_clicks_per_query - * @property {number|Long|null} [organic_impressions] Metrics organic_impressions + * @property {number|null} [organic_impressions] Metrics organic_impressions * @property {number|null} [organic_impressions_per_query] Metrics organic_impressions_per_query - * @property {number|Long|null} [organic_queries] Metrics organic_queries + * @property {number|null} [organic_queries] Metrics organic_queries * @property {number|null} [percent_new_visitors] Metrics percent_new_visitors - * @property {number|Long|null} [phone_calls] Metrics phone_calls - * @property {number|Long|null} [phone_impressions] Metrics phone_impressions + * @property {number|null} [phone_calls] Metrics phone_calls + * @property {number|null} [phone_impressions] Metrics phone_impressions * @property {number|null} [phone_through_rate] Metrics phone_through_rate * @property {number|null} [relative_ctr] Metrics relative_ctr * @property {number|null} [search_absolute_top_impression_share] Metrics search_absolute_top_impression_share @@ -75968,8 +75968,8 @@ * @property {number|null} [search_rank_lost_top_impression_share] Metrics search_rank_lost_top_impression_share * @property {number|null} [search_top_impression_share] Metrics search_top_impression_share * @property {google.ads.googleads.v14.common.ISearchVolumeRange|null} [search_volume] Metrics search_volume - * @property {number|Long|null} [speed_score] Metrics speed_score - * @property {number|Long|null} [average_target_cpa_micros] Metrics average_target_cpa_micros + * @property {number|null} [speed_score] Metrics speed_score + * @property {number|null} [average_target_cpa_micros] Metrics average_target_cpa_micros * @property {number|null} [average_target_roas] Metrics average_target_roas * @property {number|null} [top_impression_percentage] Metrics top_impression_percentage * @property {number|null} [valid_accelerated_mobile_pages_clicks_percentage] Metrics valid_accelerated_mobile_pages_clicks_percentage @@ -75983,12 +75983,12 @@ * @property {number|null} [video_quartile_p50_rate] Metrics video_quartile_p50_rate * @property {number|null} [video_quartile_p75_rate] Metrics video_quartile_p75_rate * @property {number|null} [video_view_rate] Metrics video_view_rate - * @property {number|Long|null} [video_views] Metrics video_views - * @property {number|Long|null} [view_through_conversions] Metrics view_through_conversions - * @property {number|Long|null} [sk_ad_network_conversions] Metrics sk_ad_network_conversions - * @property {number|Long|null} [publisher_purchased_clicks] Metrics publisher_purchased_clicks - * @property {number|Long|null} [publisher_organic_clicks] Metrics publisher_organic_clicks - * @property {number|Long|null} [publisher_unknown_clicks] Metrics publisher_unknown_clicks + * @property {number|null} [video_views] Metrics video_views + * @property {number|null} [view_through_conversions] Metrics view_through_conversions + * @property {number|null} [sk_ad_network_conversions] Metrics sk_ad_network_conversions + * @property {number|null} [publisher_purchased_clicks] Metrics publisher_purchased_clicks + * @property {number|null} [publisher_organic_clicks] Metrics publisher_organic_clicks + * @property {number|null} [publisher_unknown_clicks] Metrics publisher_unknown_clicks * @property {number|null} [all_conversions_from_location_asset_click_to_call] Metrics all_conversions_from_location_asset_click_to_call * @property {number|null} [all_conversions_from_location_asset_directions] Metrics all_conversions_from_location_asset_directions * @property {number|null} [all_conversions_from_location_asset_menu] Metrics all_conversions_from_location_asset_menu @@ -75996,7 +75996,7 @@ * @property {number|null} [all_conversions_from_location_asset_other_engagement] Metrics all_conversions_from_location_asset_other_engagement * @property {number|null} [all_conversions_from_location_asset_store_visits] Metrics all_conversions_from_location_asset_store_visits * @property {number|null} [all_conversions_from_location_asset_website] Metrics all_conversions_from_location_asset_website - * @property {number|Long|null} [eligible_impressions_from_location_asset_store_reach] Metrics eligible_impressions_from_location_asset_store_reach + * @property {number|null} [eligible_impressions_from_location_asset_store_reach] Metrics eligible_impressions_from_location_asset_store_reach * @property {number|null} [view_through_conversions_from_location_asset_click_to_call] Metrics view_through_conversions_from_location_asset_click_to_call * @property {number|null} [view_through_conversions_from_location_asset_directions] Metrics view_through_conversions_from_location_asset_directions * @property {number|null} [view_through_conversions_from_location_asset_menu] Metrics view_through_conversions_from_location_asset_menu @@ -76048,7 +76048,7 @@ /** * Metrics active_view_impressions. - * @member {number|Long|null|undefined} active_view_impressions + * @member {number|null|undefined} active_view_impressions * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76064,7 +76064,7 @@ /** * Metrics active_view_measurable_cost_micros. - * @member {number|Long|null|undefined} active_view_measurable_cost_micros + * @member {number|null|undefined} active_view_measurable_cost_micros * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76072,7 +76072,7 @@ /** * Metrics active_view_measurable_impressions. - * @member {number|Long|null|undefined} active_view_measurable_impressions + * @member {number|null|undefined} active_view_measurable_impressions * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76352,7 +76352,7 @@ /** * Metrics clicks. - * @member {number|Long|null|undefined} clicks + * @member {number|null|undefined} clicks * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76360,7 +76360,7 @@ /** * Metrics combined_clicks. - * @member {number|Long|null|undefined} combined_clicks + * @member {number|null|undefined} combined_clicks * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76376,7 +76376,7 @@ /** * Metrics combined_queries. - * @member {number|Long|null|undefined} combined_queries + * @member {number|null|undefined} combined_queries * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76488,7 +76488,7 @@ /** * Metrics cost_micros. - * @member {number|Long|null|undefined} cost_micros + * @member {number|null|undefined} cost_micros * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76584,7 +76584,7 @@ /** * Metrics engagements. - * @member {number|Long|null|undefined} engagements + * @member {number|null|undefined} engagements * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76600,7 +76600,7 @@ /** * Metrics hotel_commission_rate_micros. - * @member {number|Long|null|undefined} hotel_commission_rate_micros + * @member {number|null|undefined} hotel_commission_rate_micros * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76624,7 +76624,7 @@ /** * Metrics hotel_eligible_impressions. - * @member {number|Long|null|undefined} hotel_eligible_impressions + * @member {number|null|undefined} hotel_eligible_impressions * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76648,7 +76648,7 @@ /** * Metrics historical_quality_score. - * @member {number|Long|null|undefined} historical_quality_score + * @member {number|null|undefined} historical_quality_score * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76664,7 +76664,7 @@ /** * Metrics gmail_forwards. - * @member {number|Long|null|undefined} gmail_forwards + * @member {number|null|undefined} gmail_forwards * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76672,7 +76672,7 @@ /** * Metrics gmail_saves. - * @member {number|Long|null|undefined} gmail_saves + * @member {number|null|undefined} gmail_saves * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76680,7 +76680,7 @@ /** * Metrics gmail_secondary_clicks. - * @member {number|Long|null|undefined} gmail_secondary_clicks + * @member {number|null|undefined} gmail_secondary_clicks * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76688,7 +76688,7 @@ /** * Metrics impressions_from_store_reach. - * @member {number|Long|null|undefined} impressions_from_store_reach + * @member {number|null|undefined} impressions_from_store_reach * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76696,7 +76696,7 @@ /** * Metrics impressions. - * @member {number|Long|null|undefined} impressions + * @member {number|null|undefined} impressions * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76712,7 +76712,7 @@ /** * Metrics interactions. - * @member {number|Long|null|undefined} interactions + * @member {number|null|undefined} interactions * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76736,7 +76736,7 @@ /** * Metrics invalid_clicks. - * @member {number|Long|null|undefined} invalid_clicks + * @member {number|null|undefined} invalid_clicks * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76744,7 +76744,7 @@ /** * Metrics message_chats. - * @member {number|Long|null|undefined} message_chats + * @member {number|null|undefined} message_chats * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76752,7 +76752,7 @@ /** * Metrics message_impressions. - * @member {number|Long|null|undefined} message_impressions + * @member {number|null|undefined} message_impressions * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76792,7 +76792,7 @@ /** * Metrics organic_clicks. - * @member {number|Long|null|undefined} organic_clicks + * @member {number|null|undefined} organic_clicks * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76808,7 +76808,7 @@ /** * Metrics organic_impressions. - * @member {number|Long|null|undefined} organic_impressions + * @member {number|null|undefined} organic_impressions * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76824,7 +76824,7 @@ /** * Metrics organic_queries. - * @member {number|Long|null|undefined} organic_queries + * @member {number|null|undefined} organic_queries * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76840,7 +76840,7 @@ /** * Metrics phone_calls. - * @member {number|Long|null|undefined} phone_calls + * @member {number|null|undefined} phone_calls * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76848,7 +76848,7 @@ /** * Metrics phone_impressions. - * @member {number|Long|null|undefined} phone_impressions + * @member {number|null|undefined} phone_impressions * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76968,7 +76968,7 @@ /** * Metrics speed_score. - * @member {number|Long|null|undefined} speed_score + * @member {number|null|undefined} speed_score * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -76976,7 +76976,7 @@ /** * Metrics average_target_cpa_micros. - * @member {number|Long|null|undefined} average_target_cpa_micros + * @member {number|null|undefined} average_target_cpa_micros * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -77088,7 +77088,7 @@ /** * Metrics video_views. - * @member {number|Long|null|undefined} video_views + * @member {number|null|undefined} video_views * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -77096,7 +77096,7 @@ /** * Metrics view_through_conversions. - * @member {number|Long|null|undefined} view_through_conversions + * @member {number|null|undefined} view_through_conversions * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -77104,7 +77104,7 @@ /** * Metrics sk_ad_network_conversions. - * @member {number|Long} sk_ad_network_conversions + * @member {number} sk_ad_network_conversions * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -77112,7 +77112,7 @@ /** * Metrics publisher_purchased_clicks. - * @member {number|Long} publisher_purchased_clicks + * @member {number} publisher_purchased_clicks * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -77120,7 +77120,7 @@ /** * Metrics publisher_organic_clicks. - * @member {number|Long} publisher_organic_clicks + * @member {number} publisher_organic_clicks * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -77128,7 +77128,7 @@ /** * Metrics publisher_unknown_clicks. - * @member {number|Long} publisher_unknown_clicks + * @member {number} publisher_unknown_clicks * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -77192,7 +77192,7 @@ /** * Metrics eligible_impressions_from_location_asset_store_reach. - * @member {number|Long|null|undefined} eligible_impressions_from_location_asset_store_reach + * @member {number|null|undefined} eligible_impressions_from_location_asset_store_reach * @memberof google.ads.googleads.v14.common.Metrics * @instance */ @@ -82235,8 +82235,8 @@ * Properties of a SearchVolumeRange. * @memberof google.ads.googleads.v14.common * @interface ISearchVolumeRange - * @property {number|Long|null} [min] SearchVolumeRange min - * @property {number|Long|null} [max] SearchVolumeRange max + * @property {number|null} [min] SearchVolumeRange min + * @property {number|null} [max] SearchVolumeRange max */ /** @@ -82256,7 +82256,7 @@ /** * SearchVolumeRange min. - * @member {number|Long|null|undefined} min + * @member {number|null|undefined} min * @memberof google.ads.googleads.v14.common.SearchVolumeRange * @instance */ @@ -82264,7 +82264,7 @@ /** * SearchVolumeRange max. - * @member {number|Long|null|undefined} max + * @member {number|null|undefined} max * @memberof google.ads.googleads.v14.common.SearchVolumeRange * @instance */ @@ -84050,10 +84050,10 @@ * @memberof google.ads.googleads.v14.common * @interface IItemAttribute * @property {string|null} [item_id] ItemAttribute item_id - * @property {number|Long|null} [merchant_id] ItemAttribute merchant_id + * @property {number|null} [merchant_id] ItemAttribute merchant_id * @property {string|null} [country_code] ItemAttribute country_code * @property {string|null} [language_code] ItemAttribute language_code - * @property {number|Long|null} [quantity] ItemAttribute quantity + * @property {number|null} [quantity] ItemAttribute quantity */ /** @@ -84081,7 +84081,7 @@ /** * ItemAttribute merchant_id. - * @member {number|Long|null|undefined} merchant_id + * @member {number|null|undefined} merchant_id * @memberof google.ads.googleads.v14.common.ItemAttribute * @instance */ @@ -84105,7 +84105,7 @@ /** * ItemAttribute quantity. - * @member {number|Long} quantity + * @member {number} quantity * @memberof google.ads.googleads.v14.common.ItemAttribute * @instance */ @@ -84670,11 +84670,11 @@ * Properties of a UserAttribute. * @memberof google.ads.googleads.v14.common * @interface IUserAttribute - * @property {number|Long|null} [lifetime_value_micros] UserAttribute lifetime_value_micros + * @property {number|null} [lifetime_value_micros] UserAttribute lifetime_value_micros * @property {number|null} [lifetime_value_bucket] UserAttribute lifetime_value_bucket * @property {string|null} [last_purchase_date_time] UserAttribute last_purchase_date_time * @property {number|null} [average_purchase_count] UserAttribute average_purchase_count - * @property {number|Long|null} [average_purchase_value_micros] UserAttribute average_purchase_value_micros + * @property {number|null} [average_purchase_value_micros] UserAttribute average_purchase_value_micros * @property {string|null} [acquisition_date_time] UserAttribute acquisition_date_time * @property {google.ads.googleads.v14.common.IShoppingLoyalty|null} [shopping_loyalty] UserAttribute shopping_loyalty * @property {string|null} [lifecycle_stage] UserAttribute lifecycle_stage @@ -84700,7 +84700,7 @@ /** * UserAttribute lifetime_value_micros. - * @member {number|Long|null|undefined} lifetime_value_micros + * @member {number|null|undefined} lifetime_value_micros * @memberof google.ads.googleads.v14.common.UserAttribute * @instance */ @@ -84732,7 +84732,7 @@ /** * UserAttribute average_purchase_value_micros. - * @member {number|Long} average_purchase_value_micros + * @member {number} average_purchase_value_micros * @memberof google.ads.googleads.v14.common.UserAttribute * @instance */ @@ -86430,7 +86430,7 @@ * @property {number|null} [partner_match_fraction] StoreSalesThirdPartyMetadata partner_match_fraction * @property {number|null} [partner_upload_fraction] StoreSalesThirdPartyMetadata partner_upload_fraction * @property {string|null} [bridge_map_version_id] StoreSalesThirdPartyMetadata bridge_map_version_id - * @property {number|Long|null} [partner_id] StoreSalesThirdPartyMetadata partner_id + * @property {number|null} [partner_id] StoreSalesThirdPartyMetadata partner_id */ /** @@ -86490,7 +86490,7 @@ /** * StoreSalesThirdPartyMetadata partner_id. - * @member {number|Long|null|undefined} partner_id + * @member {number|null|undefined} partner_id * @memberof google.ads.googleads.v14.common.StoreSalesThirdPartyMetadata * @instance */ @@ -87417,8 +87417,8 @@ * Properties of a Segments. * @memberof google.ads.googleads.v14.common * @interface ISegments - * @property {number|Long|null} [activity_account_id] Segments activity_account_id - * @property {number|Long|null} [activity_rating] Segments activity_rating + * @property {number|null} [activity_account_id] Segments activity_account_id + * @property {number|null} [activity_rating] Segments activity_rating * @property {string|null} [external_activity_id] Segments external_activity_id * @property {google.ads.googleads.v14.enums.AdDestinationTypeEnum.AdDestinationType|null} [ad_destination_type] Segments ad_destination_type * @property {google.ads.googleads.v14.enums.AdNetworkTypeEnum.AdNetworkType|null} [ad_network_type] Segments ad_network_type @@ -87451,8 +87451,8 @@ * @property {string|null} [geo_target_province] Segments geo_target_province * @property {string|null} [geo_target_region] Segments geo_target_region * @property {string|null} [geo_target_state] Segments geo_target_state - * @property {number|Long|null} [hotel_booking_window_days] Segments hotel_booking_window_days - * @property {number|Long|null} [hotel_center_id] Segments hotel_center_id + * @property {number|null} [hotel_booking_window_days] Segments hotel_booking_window_days + * @property {number|null} [hotel_center_id] Segments hotel_center_id * @property {string|null} [hotel_check_in_date] Segments hotel_check_in_date * @property {google.ads.googleads.v14.enums.DayOfWeekEnum.DayOfWeek|null} [hotel_check_in_day_of_week] Segments hotel_check_in_day_of_week * @property {string|null} [hotel_city] Segments hotel_city @@ -87471,7 +87471,7 @@ * @property {google.ads.googleads.v14.enums.MonthOfYearEnum.MonthOfYear|null} [month_of_year] Segments month_of_year * @property {string|null} [partner_hotel_id] Segments partner_hotel_id * @property {google.ads.googleads.v14.enums.PlaceholderTypeEnum.PlaceholderType|null} [placeholder_type] Segments placeholder_type - * @property {number|Long|null} [product_aggregator_id] Segments product_aggregator_id + * @property {number|null} [product_aggregator_id] Segments product_aggregator_id * @property {string|null} [product_bidding_category_level1] Segments product_bidding_category_level1 * @property {string|null} [product_bidding_category_level2] Segments product_bidding_category_level2 * @property {string|null} [product_bidding_category_level3] Segments product_bidding_category_level3 @@ -87490,7 +87490,7 @@ * @property {string|null} [product_feed_label] Segments product_feed_label * @property {string|null} [product_item_id] Segments product_item_id * @property {string|null} [product_language] Segments product_language - * @property {number|Long|null} [product_merchant_id] Segments product_merchant_id + * @property {number|null} [product_merchant_id] Segments product_merchant_id * @property {string|null} [product_store_id] Segments product_store_id * @property {string|null} [product_title] Segments product_title * @property {string|null} [product_type_l1] Segments product_type_l1 @@ -87509,7 +87509,7 @@ * @property {string|null} [webpage] Segments webpage * @property {string|null} [week] Segments week * @property {number|null} [year] Segments year - * @property {number|Long|null} [sk_ad_network_conversion_value] Segments sk_ad_network_conversion_value + * @property {number|null} [sk_ad_network_conversion_value] Segments sk_ad_network_conversion_value * @property {google.ads.googleads.v14.enums.SkAdNetworkUserTypeEnum.SkAdNetworkUserType|null} [sk_ad_network_user_type] Segments sk_ad_network_user_type * @property {google.ads.googleads.v14.enums.SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType|null} [sk_ad_network_ad_event_type] Segments sk_ad_network_ad_event_type * @property {google.ads.googleads.v14.common.ISkAdNetworkSourceApp|null} [sk_ad_network_source_app] Segments sk_ad_network_source_app @@ -87535,7 +87535,7 @@ /** * Segments activity_account_id. - * @member {number|Long|null|undefined} activity_account_id + * @member {number|null|undefined} activity_account_id * @memberof google.ads.googleads.v14.common.Segments * @instance */ @@ -87543,7 +87543,7 @@ /** * Segments activity_rating. - * @member {number|Long|null|undefined} activity_rating + * @member {number|null|undefined} activity_rating * @memberof google.ads.googleads.v14.common.Segments * @instance */ @@ -87807,7 +87807,7 @@ /** * Segments hotel_booking_window_days. - * @member {number|Long|null|undefined} hotel_booking_window_days + * @member {number|null|undefined} hotel_booking_window_days * @memberof google.ads.googleads.v14.common.Segments * @instance */ @@ -87815,7 +87815,7 @@ /** * Segments hotel_center_id. - * @member {number|Long|null|undefined} hotel_center_id + * @member {number|null|undefined} hotel_center_id * @memberof google.ads.googleads.v14.common.Segments * @instance */ @@ -87967,7 +87967,7 @@ /** * Segments product_aggregator_id. - * @member {number|Long|null|undefined} product_aggregator_id + * @member {number|null|undefined} product_aggregator_id * @memberof google.ads.googleads.v14.common.Segments * @instance */ @@ -88119,7 +88119,7 @@ /** * Segments product_merchant_id. - * @member {number|Long|null|undefined} product_merchant_id + * @member {number|null|undefined} product_merchant_id * @memberof google.ads.googleads.v14.common.Segments * @instance */ @@ -88271,7 +88271,7 @@ /** * Segments sk_ad_network_conversion_value. - * @member {number|Long|null|undefined} sk_ad_network_conversion_value + * @member {number|null|undefined} sk_ad_network_conversion_value * @memberof google.ads.googleads.v14.common.Segments * @instance */ @@ -95718,14 +95718,14 @@ * Properties of a CpcBidSimulationPoint. * @memberof google.ads.googleads.v14.common * @interface ICpcBidSimulationPoint - * @property {number|Long|null} [required_budget_amount_micros] CpcBidSimulationPoint required_budget_amount_micros + * @property {number|null} [required_budget_amount_micros] CpcBidSimulationPoint required_budget_amount_micros * @property {number|null} [biddable_conversions] CpcBidSimulationPoint biddable_conversions * @property {number|null} [biddable_conversions_value] CpcBidSimulationPoint biddable_conversions_value - * @property {number|Long|null} [clicks] CpcBidSimulationPoint clicks - * @property {number|Long|null} [cost_micros] CpcBidSimulationPoint cost_micros - * @property {number|Long|null} [impressions] CpcBidSimulationPoint impressions - * @property {number|Long|null} [top_slot_impressions] CpcBidSimulationPoint top_slot_impressions - * @property {number|Long|null} [cpc_bid_micros] CpcBidSimulationPoint cpc_bid_micros + * @property {number|null} [clicks] CpcBidSimulationPoint clicks + * @property {number|null} [cost_micros] CpcBidSimulationPoint cost_micros + * @property {number|null} [impressions] CpcBidSimulationPoint impressions + * @property {number|null} [top_slot_impressions] CpcBidSimulationPoint top_slot_impressions + * @property {number|null} [cpc_bid_micros] CpcBidSimulationPoint cpc_bid_micros * @property {number|null} [cpc_bid_scaling_modifier] CpcBidSimulationPoint cpc_bid_scaling_modifier */ @@ -95746,7 +95746,7 @@ /** * CpcBidSimulationPoint required_budget_amount_micros. - * @member {number|Long} required_budget_amount_micros + * @member {number} required_budget_amount_micros * @memberof google.ads.googleads.v14.common.CpcBidSimulationPoint * @instance */ @@ -95770,7 +95770,7 @@ /** * CpcBidSimulationPoint clicks. - * @member {number|Long|null|undefined} clicks + * @member {number|null|undefined} clicks * @memberof google.ads.googleads.v14.common.CpcBidSimulationPoint * @instance */ @@ -95778,7 +95778,7 @@ /** * CpcBidSimulationPoint cost_micros. - * @member {number|Long|null|undefined} cost_micros + * @member {number|null|undefined} cost_micros * @memberof google.ads.googleads.v14.common.CpcBidSimulationPoint * @instance */ @@ -95786,7 +95786,7 @@ /** * CpcBidSimulationPoint impressions. - * @member {number|Long|null|undefined} impressions + * @member {number|null|undefined} impressions * @memberof google.ads.googleads.v14.common.CpcBidSimulationPoint * @instance */ @@ -95794,7 +95794,7 @@ /** * CpcBidSimulationPoint top_slot_impressions. - * @member {number|Long|null|undefined} top_slot_impressions + * @member {number|null|undefined} top_slot_impressions * @memberof google.ads.googleads.v14.common.CpcBidSimulationPoint * @instance */ @@ -95802,7 +95802,7 @@ /** * CpcBidSimulationPoint cpc_bid_micros. - * @member {number|Long|null|undefined} cpc_bid_micros + * @member {number|null|undefined} cpc_bid_micros * @memberof google.ads.googleads.v14.common.CpcBidSimulationPoint * @instance */ @@ -96284,10 +96284,10 @@ * Properties of a CpvBidSimulationPoint. * @memberof google.ads.googleads.v14.common * @interface ICpvBidSimulationPoint - * @property {number|Long|null} [cpv_bid_micros] CpvBidSimulationPoint cpv_bid_micros - * @property {number|Long|null} [cost_micros] CpvBidSimulationPoint cost_micros - * @property {number|Long|null} [impressions] CpvBidSimulationPoint impressions - * @property {number|Long|null} [views] CpvBidSimulationPoint views + * @property {number|null} [cpv_bid_micros] CpvBidSimulationPoint cpv_bid_micros + * @property {number|null} [cost_micros] CpvBidSimulationPoint cost_micros + * @property {number|null} [impressions] CpvBidSimulationPoint impressions + * @property {number|null} [views] CpvBidSimulationPoint views */ /** @@ -96307,7 +96307,7 @@ /** * CpvBidSimulationPoint cpv_bid_micros. - * @member {number|Long|null|undefined} cpv_bid_micros + * @member {number|null|undefined} cpv_bid_micros * @memberof google.ads.googleads.v14.common.CpvBidSimulationPoint * @instance */ @@ -96315,7 +96315,7 @@ /** * CpvBidSimulationPoint cost_micros. - * @member {number|Long|null|undefined} cost_micros + * @member {number|null|undefined} cost_micros * @memberof google.ads.googleads.v14.common.CpvBidSimulationPoint * @instance */ @@ -96323,7 +96323,7 @@ /** * CpvBidSimulationPoint impressions. - * @member {number|Long|null|undefined} impressions + * @member {number|null|undefined} impressions * @memberof google.ads.googleads.v14.common.CpvBidSimulationPoint * @instance */ @@ -96331,7 +96331,7 @@ /** * CpvBidSimulationPoint views. - * @member {number|Long|null|undefined} views + * @member {number|null|undefined} views * @memberof google.ads.googleads.v14.common.CpvBidSimulationPoint * @instance */ @@ -96659,16 +96659,16 @@ * Properties of a TargetCpaSimulationPoint. * @memberof google.ads.googleads.v14.common * @interface ITargetCpaSimulationPoint - * @property {number|Long|null} [required_budget_amount_micros] TargetCpaSimulationPoint required_budget_amount_micros + * @property {number|null} [required_budget_amount_micros] TargetCpaSimulationPoint required_budget_amount_micros * @property {number|null} [biddable_conversions] TargetCpaSimulationPoint biddable_conversions * @property {number|null} [biddable_conversions_value] TargetCpaSimulationPoint biddable_conversions_value * @property {number|null} [app_installs] TargetCpaSimulationPoint app_installs * @property {number|null} [in_app_actions] TargetCpaSimulationPoint in_app_actions - * @property {number|Long|null} [clicks] TargetCpaSimulationPoint clicks - * @property {number|Long|null} [cost_micros] TargetCpaSimulationPoint cost_micros - * @property {number|Long|null} [impressions] TargetCpaSimulationPoint impressions - * @property {number|Long|null} [top_slot_impressions] TargetCpaSimulationPoint top_slot_impressions - * @property {number|Long|null} [target_cpa_micros] TargetCpaSimulationPoint target_cpa_micros + * @property {number|null} [clicks] TargetCpaSimulationPoint clicks + * @property {number|null} [cost_micros] TargetCpaSimulationPoint cost_micros + * @property {number|null} [impressions] TargetCpaSimulationPoint impressions + * @property {number|null} [top_slot_impressions] TargetCpaSimulationPoint top_slot_impressions + * @property {number|null} [target_cpa_micros] TargetCpaSimulationPoint target_cpa_micros * @property {number|null} [target_cpa_scaling_modifier] TargetCpaSimulationPoint target_cpa_scaling_modifier */ @@ -96689,7 +96689,7 @@ /** * TargetCpaSimulationPoint required_budget_amount_micros. - * @member {number|Long} required_budget_amount_micros + * @member {number} required_budget_amount_micros * @memberof google.ads.googleads.v14.common.TargetCpaSimulationPoint * @instance */ @@ -96729,7 +96729,7 @@ /** * TargetCpaSimulationPoint clicks. - * @member {number|Long|null|undefined} clicks + * @member {number|null|undefined} clicks * @memberof google.ads.googleads.v14.common.TargetCpaSimulationPoint * @instance */ @@ -96737,7 +96737,7 @@ /** * TargetCpaSimulationPoint cost_micros. - * @member {number|Long|null|undefined} cost_micros + * @member {number|null|undefined} cost_micros * @memberof google.ads.googleads.v14.common.TargetCpaSimulationPoint * @instance */ @@ -96745,7 +96745,7 @@ /** * TargetCpaSimulationPoint impressions. - * @member {number|Long|null|undefined} impressions + * @member {number|null|undefined} impressions * @memberof google.ads.googleads.v14.common.TargetCpaSimulationPoint * @instance */ @@ -96753,7 +96753,7 @@ /** * TargetCpaSimulationPoint top_slot_impressions. - * @member {number|Long|null|undefined} top_slot_impressions + * @member {number|null|undefined} top_slot_impressions * @memberof google.ads.googleads.v14.common.TargetCpaSimulationPoint * @instance */ @@ -96761,7 +96761,7 @@ /** * TargetCpaSimulationPoint target_cpa_micros. - * @member {number|Long|null|undefined} target_cpa_micros + * @member {number|null|undefined} target_cpa_micros * @memberof google.ads.googleads.v14.common.TargetCpaSimulationPoint * @instance */ @@ -97273,13 +97273,13 @@ * @memberof google.ads.googleads.v14.common * @interface ITargetRoasSimulationPoint * @property {number|null} [target_roas] TargetRoasSimulationPoint target_roas - * @property {number|Long|null} [required_budget_amount_micros] TargetRoasSimulationPoint required_budget_amount_micros + * @property {number|null} [required_budget_amount_micros] TargetRoasSimulationPoint required_budget_amount_micros * @property {number|null} [biddable_conversions] TargetRoasSimulationPoint biddable_conversions * @property {number|null} [biddable_conversions_value] TargetRoasSimulationPoint biddable_conversions_value - * @property {number|Long|null} [clicks] TargetRoasSimulationPoint clicks - * @property {number|Long|null} [cost_micros] TargetRoasSimulationPoint cost_micros - * @property {number|Long|null} [impressions] TargetRoasSimulationPoint impressions - * @property {number|Long|null} [top_slot_impressions] TargetRoasSimulationPoint top_slot_impressions + * @property {number|null} [clicks] TargetRoasSimulationPoint clicks + * @property {number|null} [cost_micros] TargetRoasSimulationPoint cost_micros + * @property {number|null} [impressions] TargetRoasSimulationPoint impressions + * @property {number|null} [top_slot_impressions] TargetRoasSimulationPoint top_slot_impressions */ /** @@ -97307,7 +97307,7 @@ /** * TargetRoasSimulationPoint required_budget_amount_micros. - * @member {number|Long} required_budget_amount_micros + * @member {number} required_budget_amount_micros * @memberof google.ads.googleads.v14.common.TargetRoasSimulationPoint * @instance */ @@ -97331,7 +97331,7 @@ /** * TargetRoasSimulationPoint clicks. - * @member {number|Long|null|undefined} clicks + * @member {number|null|undefined} clicks * @memberof google.ads.googleads.v14.common.TargetRoasSimulationPoint * @instance */ @@ -97339,7 +97339,7 @@ /** * TargetRoasSimulationPoint cost_micros. - * @member {number|Long|null|undefined} cost_micros + * @member {number|null|undefined} cost_micros * @memberof google.ads.googleads.v14.common.TargetRoasSimulationPoint * @instance */ @@ -97347,7 +97347,7 @@ /** * TargetRoasSimulationPoint impressions. - * @member {number|Long|null|undefined} impressions + * @member {number|null|undefined} impressions * @memberof google.ads.googleads.v14.common.TargetRoasSimulationPoint * @instance */ @@ -97355,7 +97355,7 @@ /** * TargetRoasSimulationPoint top_slot_impressions. - * @member {number|Long|null|undefined} top_slot_impressions + * @member {number|null|undefined} top_slot_impressions * @memberof google.ads.googleads.v14.common.TargetRoasSimulationPoint * @instance */ @@ -97799,13 +97799,13 @@ * Properties of a PercentCpcBidSimulationPoint. * @memberof google.ads.googleads.v14.common * @interface IPercentCpcBidSimulationPoint - * @property {number|Long|null} [percent_cpc_bid_micros] PercentCpcBidSimulationPoint percent_cpc_bid_micros + * @property {number|null} [percent_cpc_bid_micros] PercentCpcBidSimulationPoint percent_cpc_bid_micros * @property {number|null} [biddable_conversions] PercentCpcBidSimulationPoint biddable_conversions * @property {number|null} [biddable_conversions_value] PercentCpcBidSimulationPoint biddable_conversions_value - * @property {number|Long|null} [clicks] PercentCpcBidSimulationPoint clicks - * @property {number|Long|null} [cost_micros] PercentCpcBidSimulationPoint cost_micros - * @property {number|Long|null} [impressions] PercentCpcBidSimulationPoint impressions - * @property {number|Long|null} [top_slot_impressions] PercentCpcBidSimulationPoint top_slot_impressions + * @property {number|null} [clicks] PercentCpcBidSimulationPoint clicks + * @property {number|null} [cost_micros] PercentCpcBidSimulationPoint cost_micros + * @property {number|null} [impressions] PercentCpcBidSimulationPoint impressions + * @property {number|null} [top_slot_impressions] PercentCpcBidSimulationPoint top_slot_impressions */ /** @@ -97825,7 +97825,7 @@ /** * PercentCpcBidSimulationPoint percent_cpc_bid_micros. - * @member {number|Long|null|undefined} percent_cpc_bid_micros + * @member {number|null|undefined} percent_cpc_bid_micros * @memberof google.ads.googleads.v14.common.PercentCpcBidSimulationPoint * @instance */ @@ -97849,7 +97849,7 @@ /** * PercentCpcBidSimulationPoint clicks. - * @member {number|Long|null|undefined} clicks + * @member {number|null|undefined} clicks * @memberof google.ads.googleads.v14.common.PercentCpcBidSimulationPoint * @instance */ @@ -97857,7 +97857,7 @@ /** * PercentCpcBidSimulationPoint cost_micros. - * @member {number|Long|null|undefined} cost_micros + * @member {number|null|undefined} cost_micros * @memberof google.ads.googleads.v14.common.PercentCpcBidSimulationPoint * @instance */ @@ -97865,7 +97865,7 @@ /** * PercentCpcBidSimulationPoint impressions. - * @member {number|Long|null|undefined} impressions + * @member {number|null|undefined} impressions * @memberof google.ads.googleads.v14.common.PercentCpcBidSimulationPoint * @instance */ @@ -97873,7 +97873,7 @@ /** * PercentCpcBidSimulationPoint top_slot_impressions. - * @member {number|Long|null|undefined} top_slot_impressions + * @member {number|null|undefined} top_slot_impressions * @memberof google.ads.googleads.v14.common.PercentCpcBidSimulationPoint * @instance */ @@ -98298,14 +98298,14 @@ * Properties of a BudgetSimulationPoint. * @memberof google.ads.googleads.v14.common * @interface IBudgetSimulationPoint - * @property {number|Long|null} [budget_amount_micros] BudgetSimulationPoint budget_amount_micros - * @property {number|Long|null} [required_cpc_bid_ceiling_micros] BudgetSimulationPoint required_cpc_bid_ceiling_micros + * @property {number|null} [budget_amount_micros] BudgetSimulationPoint budget_amount_micros + * @property {number|null} [required_cpc_bid_ceiling_micros] BudgetSimulationPoint required_cpc_bid_ceiling_micros * @property {number|null} [biddable_conversions] BudgetSimulationPoint biddable_conversions * @property {number|null} [biddable_conversions_value] BudgetSimulationPoint biddable_conversions_value - * @property {number|Long|null} [clicks] BudgetSimulationPoint clicks - * @property {number|Long|null} [cost_micros] BudgetSimulationPoint cost_micros - * @property {number|Long|null} [impressions] BudgetSimulationPoint impressions - * @property {number|Long|null} [top_slot_impressions] BudgetSimulationPoint top_slot_impressions + * @property {number|null} [clicks] BudgetSimulationPoint clicks + * @property {number|null} [cost_micros] BudgetSimulationPoint cost_micros + * @property {number|null} [impressions] BudgetSimulationPoint impressions + * @property {number|null} [top_slot_impressions] BudgetSimulationPoint top_slot_impressions */ /** @@ -98325,7 +98325,7 @@ /** * BudgetSimulationPoint budget_amount_micros. - * @member {number|Long} budget_amount_micros + * @member {number} budget_amount_micros * @memberof google.ads.googleads.v14.common.BudgetSimulationPoint * @instance */ @@ -98333,7 +98333,7 @@ /** * BudgetSimulationPoint required_cpc_bid_ceiling_micros. - * @member {number|Long} required_cpc_bid_ceiling_micros + * @member {number} required_cpc_bid_ceiling_micros * @memberof google.ads.googleads.v14.common.BudgetSimulationPoint * @instance */ @@ -98357,7 +98357,7 @@ /** * BudgetSimulationPoint clicks. - * @member {number|Long} clicks + * @member {number} clicks * @memberof google.ads.googleads.v14.common.BudgetSimulationPoint * @instance */ @@ -98365,7 +98365,7 @@ /** * BudgetSimulationPoint cost_micros. - * @member {number|Long} cost_micros + * @member {number} cost_micros * @memberof google.ads.googleads.v14.common.BudgetSimulationPoint * @instance */ @@ -98373,7 +98373,7 @@ /** * BudgetSimulationPoint impressions. - * @member {number|Long} impressions + * @member {number} impressions * @memberof google.ads.googleads.v14.common.BudgetSimulationPoint * @instance */ @@ -98381,7 +98381,7 @@ /** * BudgetSimulationPoint top_slot_impressions. - * @member {number|Long} top_slot_impressions + * @member {number} top_slot_impressions * @memberof google.ads.googleads.v14.common.BudgetSimulationPoint * @instance */ @@ -98747,16 +98747,16 @@ * Properties of a TargetImpressionShareSimulationPoint. * @memberof google.ads.googleads.v14.common * @interface ITargetImpressionShareSimulationPoint - * @property {number|Long|null} [target_impression_share_micros] TargetImpressionShareSimulationPoint target_impression_share_micros - * @property {number|Long|null} [required_cpc_bid_ceiling_micros] TargetImpressionShareSimulationPoint required_cpc_bid_ceiling_micros - * @property {number|Long|null} [required_budget_amount_micros] TargetImpressionShareSimulationPoint required_budget_amount_micros + * @property {number|null} [target_impression_share_micros] TargetImpressionShareSimulationPoint target_impression_share_micros + * @property {number|null} [required_cpc_bid_ceiling_micros] TargetImpressionShareSimulationPoint required_cpc_bid_ceiling_micros + * @property {number|null} [required_budget_amount_micros] TargetImpressionShareSimulationPoint required_budget_amount_micros * @property {number|null} [biddable_conversions] TargetImpressionShareSimulationPoint biddable_conversions * @property {number|null} [biddable_conversions_value] TargetImpressionShareSimulationPoint biddable_conversions_value - * @property {number|Long|null} [clicks] TargetImpressionShareSimulationPoint clicks - * @property {number|Long|null} [cost_micros] TargetImpressionShareSimulationPoint cost_micros - * @property {number|Long|null} [impressions] TargetImpressionShareSimulationPoint impressions - * @property {number|Long|null} [top_slot_impressions] TargetImpressionShareSimulationPoint top_slot_impressions - * @property {number|Long|null} [absolute_top_impressions] TargetImpressionShareSimulationPoint absolute_top_impressions + * @property {number|null} [clicks] TargetImpressionShareSimulationPoint clicks + * @property {number|null} [cost_micros] TargetImpressionShareSimulationPoint cost_micros + * @property {number|null} [impressions] TargetImpressionShareSimulationPoint impressions + * @property {number|null} [top_slot_impressions] TargetImpressionShareSimulationPoint top_slot_impressions + * @property {number|null} [absolute_top_impressions] TargetImpressionShareSimulationPoint absolute_top_impressions */ /** @@ -98776,7 +98776,7 @@ /** * TargetImpressionShareSimulationPoint target_impression_share_micros. - * @member {number|Long} target_impression_share_micros + * @member {number} target_impression_share_micros * @memberof google.ads.googleads.v14.common.TargetImpressionShareSimulationPoint * @instance */ @@ -98784,7 +98784,7 @@ /** * TargetImpressionShareSimulationPoint required_cpc_bid_ceiling_micros. - * @member {number|Long} required_cpc_bid_ceiling_micros + * @member {number} required_cpc_bid_ceiling_micros * @memberof google.ads.googleads.v14.common.TargetImpressionShareSimulationPoint * @instance */ @@ -98792,7 +98792,7 @@ /** * TargetImpressionShareSimulationPoint required_budget_amount_micros. - * @member {number|Long} required_budget_amount_micros + * @member {number} required_budget_amount_micros * @memberof google.ads.googleads.v14.common.TargetImpressionShareSimulationPoint * @instance */ @@ -98816,7 +98816,7 @@ /** * TargetImpressionShareSimulationPoint clicks. - * @member {number|Long} clicks + * @member {number} clicks * @memberof google.ads.googleads.v14.common.TargetImpressionShareSimulationPoint * @instance */ @@ -98824,7 +98824,7 @@ /** * TargetImpressionShareSimulationPoint cost_micros. - * @member {number|Long} cost_micros + * @member {number} cost_micros * @memberof google.ads.googleads.v14.common.TargetImpressionShareSimulationPoint * @instance */ @@ -98832,7 +98832,7 @@ /** * TargetImpressionShareSimulationPoint impressions. - * @member {number|Long} impressions + * @member {number} impressions * @memberof google.ads.googleads.v14.common.TargetImpressionShareSimulationPoint * @instance */ @@ -98840,7 +98840,7 @@ /** * TargetImpressionShareSimulationPoint top_slot_impressions. - * @member {number|Long} top_slot_impressions + * @member {number} top_slot_impressions * @memberof google.ads.googleads.v14.common.TargetImpressionShareSimulationPoint * @instance */ @@ -98848,7 +98848,7 @@ /** * TargetImpressionShareSimulationPoint absolute_top_impressions. - * @member {number|Long} absolute_top_impressions + * @member {number} absolute_top_impressions * @memberof google.ads.googleads.v14.common.TargetImpressionShareSimulationPoint * @instance */ @@ -102491,7 +102491,7 @@ * @interface IUserListDateRuleItemInfo * @property {google.ads.googleads.v14.enums.UserListDateRuleItemOperatorEnum.UserListDateRuleItemOperator|null} [operator] UserListDateRuleItemInfo operator * @property {string|null} [value] UserListDateRuleItemInfo value - * @property {number|Long|null} [offset_in_days] UserListDateRuleItemInfo offset_in_days + * @property {number|null} [offset_in_days] UserListDateRuleItemInfo offset_in_days */ /** @@ -102527,7 +102527,7 @@ /** * UserListDateRuleItemInfo offset_in_days. - * @member {number|Long|null|undefined} offset_in_days + * @member {number|null|undefined} offset_in_days * @memberof google.ads.googleads.v14.common.UserListDateRuleItemInfo * @instance */ @@ -103420,7 +103420,7 @@ * @memberof google.ads.googleads.v14.common * @interface IFlexibleRuleOperandInfo * @property {google.ads.googleads.v14.common.IUserListRuleInfo|null} [rule] FlexibleRuleOperandInfo rule - * @property {number|Long|null} [lookback_window_days] FlexibleRuleOperandInfo lookback_window_days + * @property {number|null} [lookback_window_days] FlexibleRuleOperandInfo lookback_window_days */ /** @@ -103448,7 +103448,7 @@ /** * FlexibleRuleOperandInfo lookback_window_days. - * @member {number|Long|null|undefined} lookback_window_days + * @member {number|null|undefined} lookback_window_days * @memberof google.ads.googleads.v14.common.FlexibleRuleOperandInfo * @instance */ @@ -105469,7 +105469,7 @@ * @memberof google.ads.googleads.v14.common * @interface IValue * @property {boolean|null} [boolean_value] Value boolean_value - * @property {number|Long|null} [int64_value] Value int64_value + * @property {number|null} [int64_value] Value int64_value * @property {number|null} [float_value] Value float_value * @property {number|null} [double_value] Value double_value * @property {string|null} [string_value] Value string_value @@ -105500,7 +105500,7 @@ /** * Value int64_value. - * @member {number|Long|null|undefined} int64_value + * @member {number|null|undefined} int64_value * @memberof google.ads.googleads.v14.common.Value * @instance */ @@ -220399,10 +220399,10 @@ * @memberof google.ads.googleads.v14.resources * @interface IAccessibleBiddingStrategy * @property {string|null} [resource_name] AccessibleBiddingStrategy resource_name - * @property {number|Long|null} [id] AccessibleBiddingStrategy id + * @property {number|null} [id] AccessibleBiddingStrategy id * @property {string|null} [name] AccessibleBiddingStrategy name * @property {google.ads.googleads.v14.enums.BiddingStrategyTypeEnum.BiddingStrategyType|null} [type] AccessibleBiddingStrategy type - * @property {number|Long|null} [owner_customer_id] AccessibleBiddingStrategy owner_customer_id + * @property {number|null} [owner_customer_id] AccessibleBiddingStrategy owner_customer_id * @property {string|null} [owner_descriptive_name] AccessibleBiddingStrategy owner_descriptive_name * @property {google.ads.googleads.v14.resources.AccessibleBiddingStrategy.IMaximizeConversionValue|null} [maximize_conversion_value] AccessibleBiddingStrategy maximize_conversion_value * @property {google.ads.googleads.v14.resources.AccessibleBiddingStrategy.IMaximizeConversions|null} [maximize_conversions] AccessibleBiddingStrategy maximize_conversions @@ -220437,7 +220437,7 @@ /** * AccessibleBiddingStrategy id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.AccessibleBiddingStrategy * @instance */ @@ -220461,7 +220461,7 @@ /** * AccessibleBiddingStrategy owner_customer_id. - * @member {number|Long} owner_customer_id + * @member {number} owner_customer_id * @memberof google.ads.googleads.v14.resources.AccessibleBiddingStrategy * @instance */ @@ -221272,7 +221272,7 @@ * Properties of a MaximizeConversions. * @memberof google.ads.googleads.v14.resources.AccessibleBiddingStrategy * @interface IMaximizeConversions - * @property {number|Long|null} [target_cpa_micros] MaximizeConversions target_cpa_micros + * @property {number|null} [target_cpa_micros] MaximizeConversions target_cpa_micros */ /** @@ -221292,7 +221292,7 @@ /** * MaximizeConversions target_cpa_micros. - * @member {number|Long} target_cpa_micros + * @member {number} target_cpa_micros * @memberof google.ads.googleads.v14.resources.AccessibleBiddingStrategy.MaximizeConversions * @instance */ @@ -221489,7 +221489,7 @@ * Properties of a TargetCpa. * @memberof google.ads.googleads.v14.resources.AccessibleBiddingStrategy * @interface ITargetCpa - * @property {number|Long|null} [target_cpa_micros] TargetCpa target_cpa_micros + * @property {number|null} [target_cpa_micros] TargetCpa target_cpa_micros */ /** @@ -221509,7 +221509,7 @@ /** * TargetCpa target_cpa_micros. - * @member {number|Long|null|undefined} target_cpa_micros + * @member {number|null|undefined} target_cpa_micros * @memberof google.ads.googleads.v14.resources.AccessibleBiddingStrategy.TargetCpa * @instance */ @@ -221721,8 +221721,8 @@ * @memberof google.ads.googleads.v14.resources.AccessibleBiddingStrategy * @interface ITargetImpressionShare * @property {google.ads.googleads.v14.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation|null} [location] TargetImpressionShare location - * @property {number|Long|null} [location_fraction_micros] TargetImpressionShare location_fraction_micros - * @property {number|Long|null} [cpc_bid_ceiling_micros] TargetImpressionShare cpc_bid_ceiling_micros + * @property {number|null} [location_fraction_micros] TargetImpressionShare location_fraction_micros + * @property {number|null} [cpc_bid_ceiling_micros] TargetImpressionShare cpc_bid_ceiling_micros */ /** @@ -221750,7 +221750,7 @@ /** * TargetImpressionShare location_fraction_micros. - * @member {number|Long|null|undefined} location_fraction_micros + * @member {number|null|undefined} location_fraction_micros * @memberof google.ads.googleads.v14.resources.AccessibleBiddingStrategy.TargetImpressionShare * @instance */ @@ -221758,7 +221758,7 @@ /** * TargetImpressionShare cpc_bid_ceiling_micros. - * @member {number|Long|null|undefined} cpc_bid_ceiling_micros + * @member {number|null|undefined} cpc_bid_ceiling_micros * @memberof google.ads.googleads.v14.resources.AccessibleBiddingStrategy.TargetImpressionShare * @instance */ @@ -222278,8 +222278,8 @@ * Properties of a TargetSpend. * @memberof google.ads.googleads.v14.resources.AccessibleBiddingStrategy * @interface ITargetSpend - * @property {number|Long|null} [target_spend_micros] TargetSpend target_spend_micros - * @property {number|Long|null} [cpc_bid_ceiling_micros] TargetSpend cpc_bid_ceiling_micros + * @property {number|null} [target_spend_micros] TargetSpend target_spend_micros + * @property {number|null} [cpc_bid_ceiling_micros] TargetSpend cpc_bid_ceiling_micros */ /** @@ -222299,7 +222299,7 @@ /** * TargetSpend target_spend_micros. - * @member {number|Long|null|undefined} target_spend_micros + * @member {number|null|undefined} target_spend_micros * @memberof google.ads.googleads.v14.resources.AccessibleBiddingStrategy.TargetSpend * @instance */ @@ -222307,7 +222307,7 @@ /** * TargetSpend cpc_bid_ceiling_micros. - * @member {number|Long|null|undefined} cpc_bid_ceiling_micros + * @member {number|null|undefined} cpc_bid_ceiling_micros * @memberof google.ads.googleads.v14.resources.AccessibleBiddingStrategy.TargetSpend * @instance */ @@ -222561,14 +222561,14 @@ * @memberof google.ads.googleads.v14.resources * @interface IAccountBudget * @property {string|null} [resource_name] AccountBudget resource_name - * @property {number|Long|null} [id] AccountBudget id + * @property {number|null} [id] AccountBudget id * @property {string|null} [billing_setup] AccountBudget billing_setup * @property {google.ads.googleads.v14.enums.AccountBudgetStatusEnum.AccountBudgetStatus|null} [status] AccountBudget status * @property {string|null} [name] AccountBudget name * @property {string|null} [proposed_start_date_time] AccountBudget proposed_start_date_time * @property {string|null} [approved_start_date_time] AccountBudget approved_start_date_time - * @property {number|Long|null} [total_adjustments_micros] AccountBudget total_adjustments_micros - * @property {number|Long|null} [amount_served_micros] AccountBudget amount_served_micros + * @property {number|null} [total_adjustments_micros] AccountBudget total_adjustments_micros + * @property {number|null} [amount_served_micros] AccountBudget amount_served_micros * @property {string|null} [purchase_order_number] AccountBudget purchase_order_number * @property {string|null} [notes] AccountBudget notes * @property {google.ads.googleads.v14.resources.AccountBudget.IPendingAccountBudgetProposal|null} [pending_proposal] AccountBudget pending_proposal @@ -222576,11 +222576,11 @@ * @property {google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|null} [proposed_end_time_type] AccountBudget proposed_end_time_type * @property {string|null} [approved_end_date_time] AccountBudget approved_end_date_time * @property {google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|null} [approved_end_time_type] AccountBudget approved_end_time_type - * @property {number|Long|null} [proposed_spending_limit_micros] AccountBudget proposed_spending_limit_micros + * @property {number|null} [proposed_spending_limit_micros] AccountBudget proposed_spending_limit_micros * @property {google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null} [proposed_spending_limit_type] AccountBudget proposed_spending_limit_type - * @property {number|Long|null} [approved_spending_limit_micros] AccountBudget approved_spending_limit_micros + * @property {number|null} [approved_spending_limit_micros] AccountBudget approved_spending_limit_micros * @property {google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null} [approved_spending_limit_type] AccountBudget approved_spending_limit_type - * @property {number|Long|null} [adjusted_spending_limit_micros] AccountBudget adjusted_spending_limit_micros + * @property {number|null} [adjusted_spending_limit_micros] AccountBudget adjusted_spending_limit_micros * @property {google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null} [adjusted_spending_limit_type] AccountBudget adjusted_spending_limit_type */ @@ -222609,7 +222609,7 @@ /** * AccountBudget id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.AccountBudget * @instance */ @@ -222657,7 +222657,7 @@ /** * AccountBudget total_adjustments_micros. - * @member {number|Long} total_adjustments_micros + * @member {number} total_adjustments_micros * @memberof google.ads.googleads.v14.resources.AccountBudget * @instance */ @@ -222665,7 +222665,7 @@ /** * AccountBudget amount_served_micros. - * @member {number|Long} amount_served_micros + * @member {number} amount_served_micros * @memberof google.ads.googleads.v14.resources.AccountBudget * @instance */ @@ -222729,7 +222729,7 @@ /** * AccountBudget proposed_spending_limit_micros. - * @member {number|Long|null|undefined} proposed_spending_limit_micros + * @member {number|null|undefined} proposed_spending_limit_micros * @memberof google.ads.googleads.v14.resources.AccountBudget * @instance */ @@ -222745,7 +222745,7 @@ /** * AccountBudget approved_spending_limit_micros. - * @member {number|Long|null|undefined} approved_spending_limit_micros + * @member {number|null|undefined} approved_spending_limit_micros * @memberof google.ads.googleads.v14.resources.AccountBudget * @instance */ @@ -222761,7 +222761,7 @@ /** * AccountBudget adjusted_spending_limit_micros. - * @member {number|Long|null|undefined} adjusted_spending_limit_micros + * @member {number|null|undefined} adjusted_spending_limit_micros * @memberof google.ads.googleads.v14.resources.AccountBudget * @instance */ @@ -223704,7 +223704,7 @@ * @property {string|null} [creation_date_time] PendingAccountBudgetProposal creation_date_time * @property {string|null} [end_date_time] PendingAccountBudgetProposal end_date_time * @property {google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|null} [end_time_type] PendingAccountBudgetProposal end_time_type - * @property {number|Long|null} [spending_limit_micros] PendingAccountBudgetProposal spending_limit_micros + * @property {number|null} [spending_limit_micros] PendingAccountBudgetProposal spending_limit_micros * @property {google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null} [spending_limit_type] PendingAccountBudgetProposal spending_limit_type */ @@ -223797,7 +223797,7 @@ /** * PendingAccountBudgetProposal spending_limit_micros. - * @member {number|Long|null|undefined} spending_limit_micros + * @member {number|null|undefined} spending_limit_micros * @memberof google.ads.googleads.v14.resources.AccountBudget.PendingAccountBudgetProposal * @instance */ @@ -224370,7 +224370,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IAccountBudgetProposal * @property {string|null} [resource_name] AccountBudgetProposal resource_name - * @property {number|Long|null} [id] AccountBudgetProposal id + * @property {number|null} [id] AccountBudgetProposal id * @property {string|null} [billing_setup] AccountBudgetProposal billing_setup * @property {string|null} [account_budget] AccountBudgetProposal account_budget * @property {google.ads.googleads.v14.enums.AccountBudgetProposalTypeEnum.AccountBudgetProposalType|null} [proposal_type] AccountBudgetProposal proposal_type @@ -224387,9 +224387,9 @@ * @property {google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|null} [proposed_end_time_type] AccountBudgetProposal proposed_end_time_type * @property {string|null} [approved_end_date_time] AccountBudgetProposal approved_end_date_time * @property {google.ads.googleads.v14.enums.TimeTypeEnum.TimeType|null} [approved_end_time_type] AccountBudgetProposal approved_end_time_type - * @property {number|Long|null} [proposed_spending_limit_micros] AccountBudgetProposal proposed_spending_limit_micros + * @property {number|null} [proposed_spending_limit_micros] AccountBudgetProposal proposed_spending_limit_micros * @property {google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null} [proposed_spending_limit_type] AccountBudgetProposal proposed_spending_limit_type - * @property {number|Long|null} [approved_spending_limit_micros] AccountBudgetProposal approved_spending_limit_micros + * @property {number|null} [approved_spending_limit_micros] AccountBudgetProposal approved_spending_limit_micros * @property {google.ads.googleads.v14.enums.SpendingLimitTypeEnum.SpendingLimitType|null} [approved_spending_limit_type] AccountBudgetProposal approved_spending_limit_type */ @@ -224418,7 +224418,7 @@ /** * AccountBudgetProposal id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.AccountBudgetProposal * @instance */ @@ -224554,7 +224554,7 @@ /** * AccountBudgetProposal proposed_spending_limit_micros. - * @member {number|Long|null|undefined} proposed_spending_limit_micros + * @member {number|null|undefined} proposed_spending_limit_micros * @memberof google.ads.googleads.v14.resources.AccountBudgetProposal * @instance */ @@ -224570,7 +224570,7 @@ /** * AccountBudgetProposal approved_spending_limit_micros. - * @member {number|Long|null|undefined} approved_spending_limit_micros + * @member {number|null|undefined} approved_spending_limit_micros * @memberof google.ads.googleads.v14.resources.AccountBudgetProposal * @instance */ @@ -225549,7 +225549,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IAccountLink * @property {string|null} [resource_name] AccountLink resource_name - * @property {number|Long|null} [account_link_id] AccountLink account_link_id + * @property {number|null} [account_link_id] AccountLink account_link_id * @property {google.ads.googleads.v14.enums.AccountLinkStatusEnum.AccountLinkStatus|null} [status] AccountLink status * @property {google.ads.googleads.v14.enums.LinkedAccountTypeEnum.LinkedAccountType|null} [type] AccountLink type * @property {google.ads.googleads.v14.resources.IThirdPartyAppAnalyticsLinkIdentifier|null} [third_party_app_analytics] AccountLink third_party_app_analytics @@ -225584,7 +225584,7 @@ /** * AccountLink account_link_id. - * @member {number|Long|null|undefined} account_link_id + * @member {number|null|undefined} account_link_id * @memberof google.ads.googleads.v14.resources.AccountLink * @instance */ @@ -226127,7 +226127,7 @@ * Properties of a ThirdPartyAppAnalyticsLinkIdentifier. * @memberof google.ads.googleads.v14.resources * @interface IThirdPartyAppAnalyticsLinkIdentifier - * @property {number|Long|null} [app_analytics_provider_id] ThirdPartyAppAnalyticsLinkIdentifier app_analytics_provider_id + * @property {number|null} [app_analytics_provider_id] ThirdPartyAppAnalyticsLinkIdentifier app_analytics_provider_id * @property {string|null} [app_id] ThirdPartyAppAnalyticsLinkIdentifier app_id * @property {google.ads.googleads.v14.enums.MobileAppVendorEnum.MobileAppVendor|null} [app_vendor] ThirdPartyAppAnalyticsLinkIdentifier app_vendor */ @@ -226149,7 +226149,7 @@ /** * ThirdPartyAppAnalyticsLinkIdentifier app_analytics_provider_id. - * @member {number|Long|null|undefined} app_analytics_provider_id + * @member {number|null|undefined} app_analytics_provider_id * @memberof google.ads.googleads.v14.resources.ThirdPartyAppAnalyticsLinkIdentifier * @instance */ @@ -226449,7 +226449,7 @@ * Properties of a DataPartnerLinkIdentifier. * @memberof google.ads.googleads.v14.resources * @interface IDataPartnerLinkIdentifier - * @property {number|Long|null} [data_partner_id] DataPartnerLinkIdentifier data_partner_id + * @property {number|null} [data_partner_id] DataPartnerLinkIdentifier data_partner_id */ /** @@ -226469,7 +226469,7 @@ /** * DataPartnerLinkIdentifier data_partner_id. - * @member {number|Long|null|undefined} data_partner_id + * @member {number|null|undefined} data_partner_id * @memberof google.ads.googleads.v14.resources.DataPartnerLinkIdentifier * @instance */ @@ -226680,7 +226680,7 @@ * Properties of a HotelCenterLinkIdentifier. * @memberof google.ads.googleads.v14.resources * @interface IHotelCenterLinkIdentifier - * @property {number|Long|null} [hotel_center_id] HotelCenterLinkIdentifier hotel_center_id + * @property {number|null} [hotel_center_id] HotelCenterLinkIdentifier hotel_center_id */ /** @@ -226700,7 +226700,7 @@ /** * HotelCenterLinkIdentifier hotel_center_id. - * @member {number|Long} hotel_center_id + * @member {number} hotel_center_id * @memberof google.ads.googleads.v14.resources.HotelCenterLinkIdentifier * @instance */ @@ -227340,7 +227340,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IAd * @property {string|null} [resource_name] Ad resource_name - * @property {number|Long|null} [id] Ad id + * @property {number|null} [id] Ad id * @property {Array.|null} [final_urls] Ad final_urls * @property {Array.|null} [final_app_urls] Ad final_app_urls * @property {Array.|null} [final_mobile_urls] Ad final_mobile_urls @@ -227411,7 +227411,7 @@ /** * Ad id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.Ad * @instance */ @@ -229193,7 +229193,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IAdGroup * @property {string|null} [resource_name] AdGroup resource_name - * @property {number|Long|null} [id] AdGroup id + * @property {number|null} [id] AdGroup id * @property {string|null} [name] AdGroup name * @property {google.ads.googleads.v14.enums.AdGroupStatusEnum.AdGroupStatus|null} [status] AdGroup status * @property {google.ads.googleads.v14.enums.AdGroupTypeEnum.AdGroupType|null} [type] AdGroup type @@ -229202,20 +229202,20 @@ * @property {string|null} [tracking_url_template] AdGroup tracking_url_template * @property {Array.|null} [url_custom_parameters] AdGroup url_custom_parameters * @property {string|null} [campaign] AdGroup campaign - * @property {number|Long|null} [cpc_bid_micros] AdGroup cpc_bid_micros - * @property {number|Long|null} [effective_cpc_bid_micros] AdGroup effective_cpc_bid_micros - * @property {number|Long|null} [cpm_bid_micros] AdGroup cpm_bid_micros - * @property {number|Long|null} [target_cpa_micros] AdGroup target_cpa_micros - * @property {number|Long|null} [cpv_bid_micros] AdGroup cpv_bid_micros - * @property {number|Long|null} [target_cpm_micros] AdGroup target_cpm_micros + * @property {number|null} [cpc_bid_micros] AdGroup cpc_bid_micros + * @property {number|null} [effective_cpc_bid_micros] AdGroup effective_cpc_bid_micros + * @property {number|null} [cpm_bid_micros] AdGroup cpm_bid_micros + * @property {number|null} [target_cpa_micros] AdGroup target_cpa_micros + * @property {number|null} [cpv_bid_micros] AdGroup cpv_bid_micros + * @property {number|null} [target_cpm_micros] AdGroup target_cpm_micros * @property {number|null} [target_roas] AdGroup target_roas - * @property {number|Long|null} [percent_cpc_bid_micros] AdGroup percent_cpc_bid_micros + * @property {number|null} [percent_cpc_bid_micros] AdGroup percent_cpc_bid_micros * @property {boolean|null} [optimized_targeting_enabled] AdGroup optimized_targeting_enabled * @property {google.ads.googleads.v14.enums.TargetingDimensionEnum.TargetingDimension|null} [display_custom_bid_dimension] AdGroup display_custom_bid_dimension * @property {string|null} [final_url_suffix] AdGroup final_url_suffix * @property {google.ads.googleads.v14.common.ITargetingSetting|null} [targeting_setting] AdGroup targeting_setting * @property {google.ads.googleads.v14.resources.AdGroup.IAudienceSetting|null} [audience_setting] AdGroup audience_setting - * @property {number|Long|null} [effective_target_cpa_micros] AdGroup effective_target_cpa_micros + * @property {number|null} [effective_target_cpa_micros] AdGroup effective_target_cpa_micros * @property {google.ads.googleads.v14.enums.BiddingSourceEnum.BiddingSource|null} [effective_target_cpa_source] AdGroup effective_target_cpa_source * @property {number|null} [effective_target_roas] AdGroup effective_target_roas * @property {google.ads.googleads.v14.enums.BiddingSourceEnum.BiddingSource|null} [effective_target_roas_source] AdGroup effective_target_roas_source @@ -229253,7 +229253,7 @@ /** * AdGroup id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.AdGroup * @instance */ @@ -229325,7 +229325,7 @@ /** * AdGroup cpc_bid_micros. - * @member {number|Long|null|undefined} cpc_bid_micros + * @member {number|null|undefined} cpc_bid_micros * @memberof google.ads.googleads.v14.resources.AdGroup * @instance */ @@ -229333,7 +229333,7 @@ /** * AdGroup effective_cpc_bid_micros. - * @member {number|Long|null|undefined} effective_cpc_bid_micros + * @member {number|null|undefined} effective_cpc_bid_micros * @memberof google.ads.googleads.v14.resources.AdGroup * @instance */ @@ -229341,7 +229341,7 @@ /** * AdGroup cpm_bid_micros. - * @member {number|Long|null|undefined} cpm_bid_micros + * @member {number|null|undefined} cpm_bid_micros * @memberof google.ads.googleads.v14.resources.AdGroup * @instance */ @@ -229349,7 +229349,7 @@ /** * AdGroup target_cpa_micros. - * @member {number|Long|null|undefined} target_cpa_micros + * @member {number|null|undefined} target_cpa_micros * @memberof google.ads.googleads.v14.resources.AdGroup * @instance */ @@ -229357,7 +229357,7 @@ /** * AdGroup cpv_bid_micros. - * @member {number|Long|null|undefined} cpv_bid_micros + * @member {number|null|undefined} cpv_bid_micros * @memberof google.ads.googleads.v14.resources.AdGroup * @instance */ @@ -229365,7 +229365,7 @@ /** * AdGroup target_cpm_micros. - * @member {number|Long|null|undefined} target_cpm_micros + * @member {number|null|undefined} target_cpm_micros * @memberof google.ads.googleads.v14.resources.AdGroup * @instance */ @@ -229381,7 +229381,7 @@ /** * AdGroup percent_cpc_bid_micros. - * @member {number|Long|null|undefined} percent_cpc_bid_micros + * @member {number|null|undefined} percent_cpc_bid_micros * @memberof google.ads.googleads.v14.resources.AdGroup * @instance */ @@ -229429,7 +229429,7 @@ /** * AdGroup effective_target_cpa_micros. - * @member {number|Long|null|undefined} effective_target_cpa_micros + * @member {number|null|undefined} effective_target_cpa_micros * @memberof google.ads.googleads.v14.resources.AdGroup * @instance */ @@ -234986,7 +234986,7 @@ * @interface IAdGroupBidModifier * @property {string|null} [resource_name] AdGroupBidModifier resource_name * @property {string|null} [ad_group] AdGroupBidModifier ad_group - * @property {number|Long|null} [criterion_id] AdGroupBidModifier criterion_id + * @property {number|null} [criterion_id] AdGroupBidModifier criterion_id * @property {number|null} [bid_modifier] AdGroupBidModifier bid_modifier * @property {string|null} [base_ad_group] AdGroupBidModifier base_ad_group * @property {google.ads.googleads.v14.enums.BidModifierSourceEnum.BidModifierSource|null} [bid_modifier_source] AdGroupBidModifier bid_modifier_source @@ -235031,7 +235031,7 @@ /** * AdGroupBidModifier criterion_id. - * @member {number|Long|null|undefined} criterion_id + * @member {number|null|undefined} criterion_id * @memberof google.ads.googleads.v14.resources.AdGroupBidModifier * @instance */ @@ -235626,7 +235626,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IAdGroupCriterion * @property {string|null} [resource_name] AdGroupCriterion resource_name - * @property {number|Long|null} [criterion_id] AdGroupCriterion criterion_id + * @property {number|null} [criterion_id] AdGroupCriterion criterion_id * @property {string|null} [display_name] AdGroupCriterion display_name * @property {google.ads.googleads.v14.enums.AdGroupCriterionStatusEnum.AdGroupCriterionStatus|null} [status] AdGroupCriterion status * @property {google.ads.googleads.v14.resources.AdGroupCriterion.IQualityInfo|null} [quality_info] AdGroupCriterion quality_info @@ -235638,14 +235638,14 @@ * @property {Array.|null} [disapproval_reasons] AdGroupCriterion disapproval_reasons * @property {Array.|null} [labels] AdGroupCriterion labels * @property {number|null} [bid_modifier] AdGroupCriterion bid_modifier - * @property {number|Long|null} [cpc_bid_micros] AdGroupCriterion cpc_bid_micros - * @property {number|Long|null} [cpm_bid_micros] AdGroupCriterion cpm_bid_micros - * @property {number|Long|null} [cpv_bid_micros] AdGroupCriterion cpv_bid_micros - * @property {number|Long|null} [percent_cpc_bid_micros] AdGroupCriterion percent_cpc_bid_micros - * @property {number|Long|null} [effective_cpc_bid_micros] AdGroupCriterion effective_cpc_bid_micros - * @property {number|Long|null} [effective_cpm_bid_micros] AdGroupCriterion effective_cpm_bid_micros - * @property {number|Long|null} [effective_cpv_bid_micros] AdGroupCriterion effective_cpv_bid_micros - * @property {number|Long|null} [effective_percent_cpc_bid_micros] AdGroupCriterion effective_percent_cpc_bid_micros + * @property {number|null} [cpc_bid_micros] AdGroupCriterion cpc_bid_micros + * @property {number|null} [cpm_bid_micros] AdGroupCriterion cpm_bid_micros + * @property {number|null} [cpv_bid_micros] AdGroupCriterion cpv_bid_micros + * @property {number|null} [percent_cpc_bid_micros] AdGroupCriterion percent_cpc_bid_micros + * @property {number|null} [effective_cpc_bid_micros] AdGroupCriterion effective_cpc_bid_micros + * @property {number|null} [effective_cpm_bid_micros] AdGroupCriterion effective_cpm_bid_micros + * @property {number|null} [effective_cpv_bid_micros] AdGroupCriterion effective_cpv_bid_micros + * @property {number|null} [effective_percent_cpc_bid_micros] AdGroupCriterion effective_percent_cpc_bid_micros * @property {google.ads.googleads.v14.enums.BiddingSourceEnum.BiddingSource|null} [effective_cpc_bid_source] AdGroupCriterion effective_cpc_bid_source * @property {google.ads.googleads.v14.enums.BiddingSourceEnum.BiddingSource|null} [effective_cpm_bid_source] AdGroupCriterion effective_cpm_bid_source * @property {google.ads.googleads.v14.enums.BiddingSourceEnum.BiddingSource|null} [effective_cpv_bid_source] AdGroupCriterion effective_cpv_bid_source @@ -235711,7 +235711,7 @@ /** * AdGroupCriterion criterion_id. - * @member {number|Long|null|undefined} criterion_id + * @member {number|null|undefined} criterion_id * @memberof google.ads.googleads.v14.resources.AdGroupCriterion * @instance */ @@ -235807,7 +235807,7 @@ /** * AdGroupCriterion cpc_bid_micros. - * @member {number|Long|null|undefined} cpc_bid_micros + * @member {number|null|undefined} cpc_bid_micros * @memberof google.ads.googleads.v14.resources.AdGroupCriterion * @instance */ @@ -235815,7 +235815,7 @@ /** * AdGroupCriterion cpm_bid_micros. - * @member {number|Long|null|undefined} cpm_bid_micros + * @member {number|null|undefined} cpm_bid_micros * @memberof google.ads.googleads.v14.resources.AdGroupCriterion * @instance */ @@ -235823,7 +235823,7 @@ /** * AdGroupCriterion cpv_bid_micros. - * @member {number|Long|null|undefined} cpv_bid_micros + * @member {number|null|undefined} cpv_bid_micros * @memberof google.ads.googleads.v14.resources.AdGroupCriterion * @instance */ @@ -235831,7 +235831,7 @@ /** * AdGroupCriterion percent_cpc_bid_micros. - * @member {number|Long|null|undefined} percent_cpc_bid_micros + * @member {number|null|undefined} percent_cpc_bid_micros * @memberof google.ads.googleads.v14.resources.AdGroupCriterion * @instance */ @@ -235839,7 +235839,7 @@ /** * AdGroupCriterion effective_cpc_bid_micros. - * @member {number|Long|null|undefined} effective_cpc_bid_micros + * @member {number|null|undefined} effective_cpc_bid_micros * @memberof google.ads.googleads.v14.resources.AdGroupCriterion * @instance */ @@ -235847,7 +235847,7 @@ /** * AdGroupCriterion effective_cpm_bid_micros. - * @member {number|Long|null|undefined} effective_cpm_bid_micros + * @member {number|null|undefined} effective_cpm_bid_micros * @memberof google.ads.googleads.v14.resources.AdGroupCriterion * @instance */ @@ -235855,7 +235855,7 @@ /** * AdGroupCriterion effective_cpv_bid_micros. - * @member {number|Long|null|undefined} effective_cpv_bid_micros + * @member {number|null|undefined} effective_cpv_bid_micros * @memberof google.ads.googleads.v14.resources.AdGroupCriterion * @instance */ @@ -235863,7 +235863,7 @@ /** * AdGroupCriterion effective_percent_cpc_bid_micros. - * @member {number|Long|null|undefined} effective_percent_cpc_bid_micros + * @member {number|null|undefined} effective_percent_cpc_bid_micros * @memberof google.ads.googleads.v14.resources.AdGroupCriterion * @instance */ @@ -238562,11 +238562,11 @@ * Properties of a PositionEstimates. * @memberof google.ads.googleads.v14.resources.AdGroupCriterion * @interface IPositionEstimates - * @property {number|Long|null} [first_page_cpc_micros] PositionEstimates first_page_cpc_micros - * @property {number|Long|null} [first_position_cpc_micros] PositionEstimates first_position_cpc_micros - * @property {number|Long|null} [top_of_page_cpc_micros] PositionEstimates top_of_page_cpc_micros - * @property {number|Long|null} [estimated_add_clicks_at_first_position_cpc] PositionEstimates estimated_add_clicks_at_first_position_cpc - * @property {number|Long|null} [estimated_add_cost_at_first_position_cpc] PositionEstimates estimated_add_cost_at_first_position_cpc + * @property {number|null} [first_page_cpc_micros] PositionEstimates first_page_cpc_micros + * @property {number|null} [first_position_cpc_micros] PositionEstimates first_position_cpc_micros + * @property {number|null} [top_of_page_cpc_micros] PositionEstimates top_of_page_cpc_micros + * @property {number|null} [estimated_add_clicks_at_first_position_cpc] PositionEstimates estimated_add_clicks_at_first_position_cpc + * @property {number|null} [estimated_add_cost_at_first_position_cpc] PositionEstimates estimated_add_cost_at_first_position_cpc */ /** @@ -238586,7 +238586,7 @@ /** * PositionEstimates first_page_cpc_micros. - * @member {number|Long|null|undefined} first_page_cpc_micros + * @member {number|null|undefined} first_page_cpc_micros * @memberof google.ads.googleads.v14.resources.AdGroupCriterion.PositionEstimates * @instance */ @@ -238594,7 +238594,7 @@ /** * PositionEstimates first_position_cpc_micros. - * @member {number|Long|null|undefined} first_position_cpc_micros + * @member {number|null|undefined} first_position_cpc_micros * @memberof google.ads.googleads.v14.resources.AdGroupCriterion.PositionEstimates * @instance */ @@ -238602,7 +238602,7 @@ /** * PositionEstimates top_of_page_cpc_micros. - * @member {number|Long|null|undefined} top_of_page_cpc_micros + * @member {number|null|undefined} top_of_page_cpc_micros * @memberof google.ads.googleads.v14.resources.AdGroupCriterion.PositionEstimates * @instance */ @@ -238610,7 +238610,7 @@ /** * PositionEstimates estimated_add_clicks_at_first_position_cpc. - * @member {number|Long|null|undefined} estimated_add_clicks_at_first_position_cpc + * @member {number|null|undefined} estimated_add_clicks_at_first_position_cpc * @memberof google.ads.googleads.v14.resources.AdGroupCriterion.PositionEstimates * @instance */ @@ -238618,7 +238618,7 @@ /** * PositionEstimates estimated_add_cost_at_first_position_cpc. - * @member {number|Long|null|undefined} estimated_add_cost_at_first_position_cpc + * @member {number|null|undefined} estimated_add_cost_at_first_position_cpc * @memberof google.ads.googleads.v14.resources.AdGroupCriterion.PositionEstimates * @instance */ @@ -239621,8 +239621,8 @@ * @memberof google.ads.googleads.v14.resources * @interface IAdGroupCriterionSimulation * @property {string|null} [resource_name] AdGroupCriterionSimulation resource_name - * @property {number|Long|null} [ad_group_id] AdGroupCriterionSimulation ad_group_id - * @property {number|Long|null} [criterion_id] AdGroupCriterionSimulation criterion_id + * @property {number|null} [ad_group_id] AdGroupCriterionSimulation ad_group_id + * @property {number|null} [criterion_id] AdGroupCriterionSimulation criterion_id * @property {google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|null} [type] AdGroupCriterionSimulation type * @property {google.ads.googleads.v14.enums.SimulationModificationMethodEnum.SimulationModificationMethod|null} [modification_method] AdGroupCriterionSimulation modification_method * @property {string|null} [start_date] AdGroupCriterionSimulation start_date @@ -239656,7 +239656,7 @@ /** * AdGroupCriterionSimulation ad_group_id. - * @member {number|Long|null|undefined} ad_group_id + * @member {number|null|undefined} ad_group_id * @memberof google.ads.googleads.v14.resources.AdGroupCriterionSimulation * @instance */ @@ -239664,7 +239664,7 @@ /** * AdGroupCriterionSimulation criterion_id. - * @member {number|Long|null|undefined} criterion_id + * @member {number|null|undefined} criterion_id * @memberof google.ads.googleads.v14.resources.AdGroupCriterionSimulation * @instance */ @@ -241808,7 +241808,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IAdGroupSimulation * @property {string|null} [resource_name] AdGroupSimulation resource_name - * @property {number|Long|null} [ad_group_id] AdGroupSimulation ad_group_id + * @property {number|null} [ad_group_id] AdGroupSimulation ad_group_id * @property {google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|null} [type] AdGroupSimulation type * @property {google.ads.googleads.v14.enums.SimulationModificationMethodEnum.SimulationModificationMethod|null} [modification_method] AdGroupSimulation modification_method * @property {string|null} [start_date] AdGroupSimulation start_date @@ -241844,7 +241844,7 @@ /** * AdGroupSimulation ad_group_id. - * @member {number|Long|null|undefined} ad_group_id + * @member {number|null|undefined} ad_group_id * @memberof google.ads.googleads.v14.resources.AdGroupSimulation * @instance */ @@ -242429,7 +242429,7 @@ * @interface IAdParameter * @property {string|null} [resource_name] AdParameter resource_name * @property {string|null} [ad_group_criterion] AdParameter ad_group_criterion - * @property {number|Long|null} [parameter_index] AdParameter parameter_index + * @property {number|null} [parameter_index] AdParameter parameter_index * @property {string|null} [insertion_text] AdParameter insertion_text */ @@ -242466,7 +242466,7 @@ /** * AdParameter parameter_index. - * @member {number|Long|null|undefined} parameter_index + * @member {number|null|undefined} parameter_index * @memberof google.ads.googleads.v14.resources.AdParameter * @instance */ @@ -243165,7 +243165,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IAsset * @property {string|null} [resource_name] Asset resource_name - * @property {number|Long|null} [id] Asset id + * @property {number|null} [id] Asset id * @property {string|null} [name] Asset name * @property {google.ads.googleads.v14.enums.AssetTypeEnum.AssetType|null} [type] Asset type * @property {Array.|null} [final_urls] Asset final_urls @@ -243234,7 +243234,7 @@ /** * Asset id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.Asset * @instance */ @@ -246131,7 +246131,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IAssetGroup * @property {string|null} [resource_name] AssetGroup resource_name - * @property {number|Long|null} [id] AssetGroup id + * @property {number|null} [id] AssetGroup id * @property {string|null} [campaign] AssetGroup campaign * @property {string|null} [name] AssetGroup name * @property {Array.|null} [final_urls] AssetGroup final_urls @@ -246172,7 +246172,7 @@ /** * AssetGroup id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.AssetGroup * @instance */ @@ -247645,7 +247645,7 @@ * @interface IAssetGroupListingGroupFilter * @property {string|null} [resource_name] AssetGroupListingGroupFilter resource_name * @property {string|null} [asset_group] AssetGroupListingGroupFilter asset_group - * @property {number|Long|null} [id] AssetGroupListingGroupFilter id + * @property {number|null} [id] AssetGroupListingGroupFilter id * @property {google.ads.googleads.v14.enums.ListingGroupFilterTypeEnum.ListingGroupFilterType|null} [type] AssetGroupListingGroupFilter type * @property {google.ads.googleads.v14.enums.ListingGroupFilterVerticalEnum.ListingGroupFilterVertical|null} [vertical] AssetGroupListingGroupFilter vertical * @property {google.ads.googleads.v14.resources.IListingGroupFilterDimension|null} [case_value] AssetGroupListingGroupFilter case_value @@ -247686,7 +247686,7 @@ /** * AssetGroupListingGroupFilter id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.AssetGroupListingGroupFilter * @instance */ @@ -248748,7 +248748,7 @@ * Properties of a ProductBiddingCategory. * @memberof google.ads.googleads.v14.resources.ListingGroupFilterDimension * @interface IProductBiddingCategory - * @property {number|Long|null} [id] ProductBiddingCategory id + * @property {number|null} [id] ProductBiddingCategory id * @property {google.ads.googleads.v14.enums.ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel|null} [level] ProductBiddingCategory level */ @@ -248769,7 +248769,7 @@ /** * ProductBiddingCategory id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.ListingGroupFilterDimension.ProductBiddingCategory * @instance */ @@ -251044,13 +251044,13 @@ * Properties of an AssetSet. * @memberof google.ads.googleads.v14.resources * @interface IAssetSet - * @property {number|Long|null} [id] AssetSet id + * @property {number|null} [id] AssetSet id * @property {string|null} [resource_name] AssetSet resource_name * @property {string|null} [name] AssetSet name * @property {google.ads.googleads.v14.enums.AssetSetTypeEnum.AssetSetType|null} [type] AssetSet type * @property {google.ads.googleads.v14.enums.AssetSetStatusEnum.AssetSetStatus|null} [status] AssetSet status * @property {google.ads.googleads.v14.resources.AssetSet.IMerchantCenterFeed|null} [merchant_center_feed] AssetSet merchant_center_feed - * @property {number|Long|null} [location_group_parent_asset_set_id] AssetSet location_group_parent_asset_set_id + * @property {number|null} [location_group_parent_asset_set_id] AssetSet location_group_parent_asset_set_id * @property {google.ads.googleads.v14.resources.AssetSet.IHotelPropertyData|null} [hotel_property_data] AssetSet hotel_property_data * @property {google.ads.googleads.v14.common.ILocationSet|null} [location_set] AssetSet location_set * @property {google.ads.googleads.v14.common.IBusinessProfileLocationGroup|null} [business_profile_location_group] AssetSet business_profile_location_group @@ -251074,7 +251074,7 @@ /** * AssetSet id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.AssetSet * @instance */ @@ -251122,7 +251122,7 @@ /** * AssetSet location_group_parent_asset_set_id. - * @member {number|Long} location_group_parent_asset_set_id + * @member {number} location_group_parent_asset_set_id * @memberof google.ads.googleads.v14.resources.AssetSet * @instance */ @@ -251685,7 +251685,7 @@ * Properties of a MerchantCenterFeed. * @memberof google.ads.googleads.v14.resources.AssetSet * @interface IMerchantCenterFeed - * @property {number|Long|null} [merchant_id] MerchantCenterFeed merchant_id + * @property {number|null} [merchant_id] MerchantCenterFeed merchant_id * @property {string|null} [feed_label] MerchantCenterFeed feed_label */ @@ -251706,7 +251706,7 @@ /** * MerchantCenterFeed merchant_id. - * @member {number|Long} merchant_id + * @member {number} merchant_id * @memberof google.ads.googleads.v14.resources.AssetSet.MerchantCenterFeed * @instance */ @@ -251944,7 +251944,7 @@ * Properties of a HotelPropertyData. * @memberof google.ads.googleads.v14.resources.AssetSet * @interface IHotelPropertyData - * @property {number|Long|null} [hotel_center_id] HotelPropertyData hotel_center_id + * @property {number|null} [hotel_center_id] HotelPropertyData hotel_center_id * @property {string|null} [partner_name] HotelPropertyData partner_name */ @@ -251965,7 +251965,7 @@ /** * HotelPropertyData hotel_center_id. - * @member {number|Long|null|undefined} hotel_center_id + * @member {number|null|undefined} hotel_center_id * @memberof google.ads.googleads.v14.resources.AssetSet.HotelPropertyData * @instance */ @@ -252840,7 +252840,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IAudience * @property {string|null} [resource_name] Audience resource_name - * @property {number|Long|null} [id] Audience id + * @property {number|null} [id] Audience id * @property {google.ads.googleads.v14.enums.AudienceStatusEnum.AudienceStatus|null} [status] Audience status * @property {string|null} [name] Audience name * @property {string|null} [description] Audience description @@ -252874,7 +252874,7 @@ /** * Audience id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.Audience * @instance */ @@ -253252,7 +253252,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IBatchJob * @property {string|null} [resource_name] BatchJob resource_name - * @property {number|Long|null} [id] BatchJob id + * @property {number|null} [id] BatchJob id * @property {string|null} [next_add_sequence_token] BatchJob next_add_sequence_token * @property {google.ads.googleads.v14.resources.BatchJob.IBatchJobMetadata|null} [metadata] BatchJob metadata * @property {google.ads.googleads.v14.enums.BatchJobStatusEnum.BatchJobStatus|null} [status] BatchJob status @@ -253284,7 +253284,7 @@ /** * BatchJob id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.BatchJob * @instance */ @@ -253669,8 +253669,8 @@ * @property {string|null} [start_date_time] BatchJobMetadata start_date_time * @property {string|null} [completion_date_time] BatchJobMetadata completion_date_time * @property {number|null} [estimated_completion_ratio] BatchJobMetadata estimated_completion_ratio - * @property {number|Long|null} [operation_count] BatchJobMetadata operation_count - * @property {number|Long|null} [executed_operation_count] BatchJobMetadata executed_operation_count + * @property {number|null} [operation_count] BatchJobMetadata operation_count + * @property {number|null} [executed_operation_count] BatchJobMetadata executed_operation_count * @property {number|null} [execution_limit_seconds] BatchJobMetadata execution_limit_seconds */ @@ -253723,7 +253723,7 @@ /** * BatchJobMetadata operation_count. - * @member {number|Long|null|undefined} operation_count + * @member {number|null|undefined} operation_count * @memberof google.ads.googleads.v14.resources.BatchJob.BatchJobMetadata * @instance */ @@ -253731,7 +253731,7 @@ /** * BatchJobMetadata executed_operation_count. - * @member {number|Long|null|undefined} executed_operation_count + * @member {number|null|undefined} executed_operation_count * @memberof google.ads.googleads.v14.resources.BatchJob.BatchJobMetadata * @instance */ @@ -254138,7 +254138,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IBiddingDataExclusion * @property {string|null} [resource_name] BiddingDataExclusion resource_name - * @property {number|Long|null} [data_exclusion_id] BiddingDataExclusion data_exclusion_id + * @property {number|null} [data_exclusion_id] BiddingDataExclusion data_exclusion_id * @property {google.ads.googleads.v14.enums.SeasonalityEventScopeEnum.SeasonalityEventScope|null} [scope] BiddingDataExclusion scope * @property {google.ads.googleads.v14.enums.SeasonalityEventStatusEnum.SeasonalityEventStatus|null} [status] BiddingDataExclusion status * @property {string|null} [start_date_time] BiddingDataExclusion start_date_time @@ -254178,7 +254178,7 @@ /** * BiddingDataExclusion data_exclusion_id. - * @member {number|Long} data_exclusion_id + * @member {number} data_exclusion_id * @memberof google.ads.googleads.v14.resources.BiddingDataExclusion * @instance */ @@ -254838,7 +254838,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IBiddingSeasonalityAdjustment * @property {string|null} [resource_name] BiddingSeasonalityAdjustment resource_name - * @property {number|Long|null} [seasonality_adjustment_id] BiddingSeasonalityAdjustment seasonality_adjustment_id + * @property {number|null} [seasonality_adjustment_id] BiddingSeasonalityAdjustment seasonality_adjustment_id * @property {google.ads.googleads.v14.enums.SeasonalityEventScopeEnum.SeasonalityEventScope|null} [scope] BiddingSeasonalityAdjustment scope * @property {google.ads.googleads.v14.enums.SeasonalityEventStatusEnum.SeasonalityEventStatus|null} [status] BiddingSeasonalityAdjustment status * @property {string|null} [start_date_time] BiddingSeasonalityAdjustment start_date_time @@ -254879,7 +254879,7 @@ /** * BiddingSeasonalityAdjustment seasonality_adjustment_id. - * @member {number|Long} seasonality_adjustment_id + * @member {number} seasonality_adjustment_id * @memberof google.ads.googleads.v14.resources.BiddingSeasonalityAdjustment * @instance */ @@ -255561,15 +255561,15 @@ * @memberof google.ads.googleads.v14.resources * @interface IBiddingStrategy * @property {string|null} [resource_name] BiddingStrategy resource_name - * @property {number|Long|null} [id] BiddingStrategy id + * @property {number|null} [id] BiddingStrategy id * @property {string|null} [name] BiddingStrategy name * @property {google.ads.googleads.v14.enums.BiddingStrategyStatusEnum.BiddingStrategyStatus|null} [status] BiddingStrategy status * @property {google.ads.googleads.v14.enums.BiddingStrategyTypeEnum.BiddingStrategyType|null} [type] BiddingStrategy type * @property {string|null} [currency_code] BiddingStrategy currency_code * @property {string|null} [effective_currency_code] BiddingStrategy effective_currency_code - * @property {number|Long|null} [aligned_campaign_budget_id] BiddingStrategy aligned_campaign_budget_id - * @property {number|Long|null} [campaign_count] BiddingStrategy campaign_count - * @property {number|Long|null} [non_removed_campaign_count] BiddingStrategy non_removed_campaign_count + * @property {number|null} [aligned_campaign_budget_id] BiddingStrategy aligned_campaign_budget_id + * @property {number|null} [campaign_count] BiddingStrategy campaign_count + * @property {number|null} [non_removed_campaign_count] BiddingStrategy non_removed_campaign_count * @property {google.ads.googleads.v14.common.IEnhancedCpc|null} [enhanced_cpc] BiddingStrategy enhanced_cpc * @property {google.ads.googleads.v14.common.IMaximizeConversionValue|null} [maximize_conversion_value] BiddingStrategy maximize_conversion_value * @property {google.ads.googleads.v14.common.IMaximizeConversions|null} [maximize_conversions] BiddingStrategy maximize_conversions @@ -255604,7 +255604,7 @@ /** * BiddingStrategy id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.BiddingStrategy * @instance */ @@ -255652,7 +255652,7 @@ /** * BiddingStrategy aligned_campaign_budget_id. - * @member {number|Long} aligned_campaign_budget_id + * @member {number} aligned_campaign_budget_id * @memberof google.ads.googleads.v14.resources.BiddingStrategy * @instance */ @@ -255660,7 +255660,7 @@ /** * BiddingStrategy campaign_count. - * @member {number|Long|null|undefined} campaign_count + * @member {number|null|undefined} campaign_count * @memberof google.ads.googleads.v14.resources.BiddingStrategy * @instance */ @@ -255668,7 +255668,7 @@ /** * BiddingStrategy non_removed_campaign_count. - * @member {number|Long|null|undefined} non_removed_campaign_count + * @member {number|null|undefined} non_removed_campaign_count * @memberof google.ads.googleads.v14.resources.BiddingStrategy * @instance */ @@ -256482,7 +256482,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IBiddingStrategySimulation * @property {string|null} [resource_name] BiddingStrategySimulation resource_name - * @property {number|Long|null} [bidding_strategy_id] BiddingStrategySimulation bidding_strategy_id + * @property {number|null} [bidding_strategy_id] BiddingStrategySimulation bidding_strategy_id * @property {google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|null} [type] BiddingStrategySimulation type * @property {google.ads.googleads.v14.enums.SimulationModificationMethodEnum.SimulationModificationMethod|null} [modification_method] BiddingStrategySimulation modification_method * @property {string|null} [start_date] BiddingStrategySimulation start_date @@ -256516,7 +256516,7 @@ /** * BiddingStrategySimulation bidding_strategy_id. - * @member {number|Long} bidding_strategy_id + * @member {number} bidding_strategy_id * @memberof google.ads.googleads.v14.resources.BiddingStrategySimulation * @instance */ @@ -256991,7 +256991,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IBillingSetup * @property {string|null} [resource_name] BillingSetup resource_name - * @property {number|Long|null} [id] BillingSetup id + * @property {number|null} [id] BillingSetup id * @property {google.ads.googleads.v14.enums.BillingSetupStatusEnum.BillingSetupStatus|null} [status] BillingSetup status * @property {string|null} [payments_account] BillingSetup payments_account * @property {google.ads.googleads.v14.resources.BillingSetup.IPaymentsAccountInfo|null} [payments_account_info] BillingSetup payments_account_info @@ -257026,7 +257026,7 @@ /** * BillingSetup id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.BillingSetup * @instance */ @@ -257942,7 +257942,7 @@ * @property {string|null} [resource_name] CallView resource_name * @property {string|null} [caller_country_code] CallView caller_country_code * @property {string|null} [caller_area_code] CallView caller_area_code - * @property {number|Long|null} [call_duration_seconds] CallView call_duration_seconds + * @property {number|null} [call_duration_seconds] CallView call_duration_seconds * @property {string|null} [start_call_date_time] CallView start_call_date_time * @property {string|null} [end_call_date_time] CallView end_call_date_time * @property {google.ads.googleads.v14.enums.CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation|null} [call_tracking_display_location] CallView call_tracking_display_location @@ -257991,7 +257991,7 @@ /** * CallView call_duration_seconds. - * @member {number|Long} call_duration_seconds + * @member {number} call_duration_seconds * @memberof google.ads.googleads.v14.resources.CallView * @instance */ @@ -258429,7 +258429,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ICampaign * @property {string|null} [resource_name] Campaign resource_name - * @property {number|Long|null} [id] Campaign id + * @property {number|null} [id] Campaign id * @property {string|null} [name] Campaign name * @property {google.ads.googleads.v14.enums.CampaignPrimaryStatusEnum.CampaignPrimaryStatus|null} [primary_status] Campaign primary_status * @property {Array.|null} [primary_status_reasons] Campaign primary_status_reasons @@ -258525,7 +258525,7 @@ /** * Campaign id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.Campaign * @instance */ @@ -262520,7 +262520,7 @@ * Properties of a HotelSettingInfo. * @memberof google.ads.googleads.v14.resources.Campaign * @interface IHotelSettingInfo - * @property {number|Long|null} [hotel_center_id] HotelSettingInfo hotel_center_id + * @property {number|null} [hotel_center_id] HotelSettingInfo hotel_center_id */ /** @@ -262540,7 +262540,7 @@ /** * HotelSettingInfo hotel_center_id. - * @member {number|Long|null|undefined} hotel_center_id + * @member {number|null|undefined} hotel_center_id * @memberof google.ads.googleads.v14.resources.Campaign.HotelSettingInfo * @instance */ @@ -263060,13 +263060,13 @@ * Properties of a ShoppingSetting. * @memberof google.ads.googleads.v14.resources.Campaign * @interface IShoppingSetting - * @property {number|Long|null} [merchant_id] ShoppingSetting merchant_id + * @property {number|null} [merchant_id] ShoppingSetting merchant_id * @property {string|null} [sales_country] ShoppingSetting sales_country * @property {string|null} [feed_label] ShoppingSetting feed_label * @property {number|null} [campaign_priority] ShoppingSetting campaign_priority * @property {boolean|null} [enable_local] ShoppingSetting enable_local * @property {boolean|null} [use_vehicle_inventory] ShoppingSetting use_vehicle_inventory - * @property {Array.|null} [advertising_partner_ids] ShoppingSetting advertising_partner_ids + * @property {Array.|null} [advertising_partner_ids] ShoppingSetting advertising_partner_ids */ /** @@ -263087,7 +263087,7 @@ /** * ShoppingSetting merchant_id. - * @member {number|Long|null|undefined} merchant_id + * @member {number|null|undefined} merchant_id * @memberof google.ads.googleads.v14.resources.Campaign.ShoppingSetting * @instance */ @@ -263135,7 +263135,7 @@ /** * ShoppingSetting advertising_partner_ids. - * @member {Array.} advertising_partner_ids + * @member {Array.} advertising_partner_ids * @memberof google.ads.googleads.v14.resources.Campaign.ShoppingSetting * @instance */ @@ -265862,7 +265862,7 @@ * @memberof google.ads.googleads.v14.resources.Campaign * @interface ICategoryBid * @property {string|null} [category_id] CategoryBid category_id - * @property {number|Long|null} [manual_cpa_bid_micros] CategoryBid manual_cpa_bid_micros + * @property {number|null} [manual_cpa_bid_micros] CategoryBid manual_cpa_bid_micros */ /** @@ -265890,7 +265890,7 @@ /** * CategoryBid manual_cpa_bid_micros. - * @member {number|Long|null|undefined} manual_cpa_bid_micros + * @member {number|null|undefined} manual_cpa_bid_micros * @memberof google.ads.googleads.v14.resources.Campaign.CategoryBid * @instance */ @@ -266130,7 +266130,7 @@ * Properties of a TravelCampaignSettings. * @memberof google.ads.googleads.v14.resources.Campaign * @interface ITravelCampaignSettings - * @property {number|Long|null} [travel_account_id] TravelCampaignSettings travel_account_id + * @property {number|null} [travel_account_id] TravelCampaignSettings travel_account_id */ /** @@ -266150,7 +266150,7 @@ /** * TravelCampaignSettings travel_account_id. - * @member {number|Long|null|undefined} travel_account_id + * @member {number|null|undefined} travel_account_id * @memberof google.ads.googleads.v14.resources.Campaign.TravelCampaignSettings * @instance */ @@ -267871,7 +267871,7 @@ * @interface ICampaignBidModifier * @property {string|null} [resource_name] CampaignBidModifier resource_name * @property {string|null} [campaign] CampaignBidModifier campaign - * @property {number|Long|null} [criterion_id] CampaignBidModifier criterion_id + * @property {number|null} [criterion_id] CampaignBidModifier criterion_id * @property {number|null} [bid_modifier] CampaignBidModifier bid_modifier * @property {google.ads.googleads.v14.common.IInteractionTypeInfo|null} [interaction_type] CampaignBidModifier interaction_type */ @@ -267909,7 +267909,7 @@ /** * CampaignBidModifier criterion_id. - * @member {number|Long|null|undefined} criterion_id + * @member {number|null|undefined} criterion_id * @memberof google.ads.googleads.v14.resources.CampaignBidModifier * @instance */ @@ -268245,23 +268245,23 @@ * @memberof google.ads.googleads.v14.resources * @interface ICampaignBudget * @property {string|null} [resource_name] CampaignBudget resource_name - * @property {number|Long|null} [id] CampaignBudget id + * @property {number|null} [id] CampaignBudget id * @property {string|null} [name] CampaignBudget name - * @property {number|Long|null} [amount_micros] CampaignBudget amount_micros - * @property {number|Long|null} [total_amount_micros] CampaignBudget total_amount_micros + * @property {number|null} [amount_micros] CampaignBudget amount_micros + * @property {number|null} [total_amount_micros] CampaignBudget total_amount_micros * @property {google.ads.googleads.v14.enums.BudgetStatusEnum.BudgetStatus|null} [status] CampaignBudget status * @property {google.ads.googleads.v14.enums.BudgetDeliveryMethodEnum.BudgetDeliveryMethod|null} [delivery_method] CampaignBudget delivery_method * @property {boolean|null} [explicitly_shared] CampaignBudget explicitly_shared - * @property {number|Long|null} [reference_count] CampaignBudget reference_count + * @property {number|null} [reference_count] CampaignBudget reference_count * @property {boolean|null} [has_recommended_budget] CampaignBudget has_recommended_budget - * @property {number|Long|null} [recommended_budget_amount_micros] CampaignBudget recommended_budget_amount_micros + * @property {number|null} [recommended_budget_amount_micros] CampaignBudget recommended_budget_amount_micros * @property {google.ads.googleads.v14.enums.BudgetPeriodEnum.BudgetPeriod|null} [period] CampaignBudget period - * @property {number|Long|null} [recommended_budget_estimated_change_weekly_clicks] CampaignBudget recommended_budget_estimated_change_weekly_clicks - * @property {number|Long|null} [recommended_budget_estimated_change_weekly_cost_micros] CampaignBudget recommended_budget_estimated_change_weekly_cost_micros - * @property {number|Long|null} [recommended_budget_estimated_change_weekly_interactions] CampaignBudget recommended_budget_estimated_change_weekly_interactions - * @property {number|Long|null} [recommended_budget_estimated_change_weekly_views] CampaignBudget recommended_budget_estimated_change_weekly_views + * @property {number|null} [recommended_budget_estimated_change_weekly_clicks] CampaignBudget recommended_budget_estimated_change_weekly_clicks + * @property {number|null} [recommended_budget_estimated_change_weekly_cost_micros] CampaignBudget recommended_budget_estimated_change_weekly_cost_micros + * @property {number|null} [recommended_budget_estimated_change_weekly_interactions] CampaignBudget recommended_budget_estimated_change_weekly_interactions + * @property {number|null} [recommended_budget_estimated_change_weekly_views] CampaignBudget recommended_budget_estimated_change_weekly_views * @property {google.ads.googleads.v14.enums.BudgetTypeEnum.BudgetType|null} [type] CampaignBudget type - * @property {number|Long|null} [aligned_bidding_strategy_id] CampaignBudget aligned_bidding_strategy_id + * @property {number|null} [aligned_bidding_strategy_id] CampaignBudget aligned_bidding_strategy_id */ /** @@ -268289,7 +268289,7 @@ /** * CampaignBudget id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.CampaignBudget * @instance */ @@ -268305,7 +268305,7 @@ /** * CampaignBudget amount_micros. - * @member {number|Long|null|undefined} amount_micros + * @member {number|null|undefined} amount_micros * @memberof google.ads.googleads.v14.resources.CampaignBudget * @instance */ @@ -268313,7 +268313,7 @@ /** * CampaignBudget total_amount_micros. - * @member {number|Long|null|undefined} total_amount_micros + * @member {number|null|undefined} total_amount_micros * @memberof google.ads.googleads.v14.resources.CampaignBudget * @instance */ @@ -268345,7 +268345,7 @@ /** * CampaignBudget reference_count. - * @member {number|Long|null|undefined} reference_count + * @member {number|null|undefined} reference_count * @memberof google.ads.googleads.v14.resources.CampaignBudget * @instance */ @@ -268361,7 +268361,7 @@ /** * CampaignBudget recommended_budget_amount_micros. - * @member {number|Long|null|undefined} recommended_budget_amount_micros + * @member {number|null|undefined} recommended_budget_amount_micros * @memberof google.ads.googleads.v14.resources.CampaignBudget * @instance */ @@ -268377,7 +268377,7 @@ /** * CampaignBudget recommended_budget_estimated_change_weekly_clicks. - * @member {number|Long|null|undefined} recommended_budget_estimated_change_weekly_clicks + * @member {number|null|undefined} recommended_budget_estimated_change_weekly_clicks * @memberof google.ads.googleads.v14.resources.CampaignBudget * @instance */ @@ -268385,7 +268385,7 @@ /** * CampaignBudget recommended_budget_estimated_change_weekly_cost_micros. - * @member {number|Long|null|undefined} recommended_budget_estimated_change_weekly_cost_micros + * @member {number|null|undefined} recommended_budget_estimated_change_weekly_cost_micros * @memberof google.ads.googleads.v14.resources.CampaignBudget * @instance */ @@ -268393,7 +268393,7 @@ /** * CampaignBudget recommended_budget_estimated_change_weekly_interactions. - * @member {number|Long|null|undefined} recommended_budget_estimated_change_weekly_interactions + * @member {number|null|undefined} recommended_budget_estimated_change_weekly_interactions * @memberof google.ads.googleads.v14.resources.CampaignBudget * @instance */ @@ -268401,7 +268401,7 @@ /** * CampaignBudget recommended_budget_estimated_change_weekly_views. - * @member {number|Long|null|undefined} recommended_budget_estimated_change_weekly_views + * @member {number|null|undefined} recommended_budget_estimated_change_weekly_views * @memberof google.ads.googleads.v14.resources.CampaignBudget * @instance */ @@ -268417,7 +268417,7 @@ /** * CampaignBudget aligned_bidding_strategy_id. - * @member {number|Long} aligned_bidding_strategy_id + * @member {number} aligned_bidding_strategy_id * @memberof google.ads.googleads.v14.resources.CampaignBudget * @instance */ @@ -269724,7 +269724,7 @@ * @interface ICampaignCriterion * @property {string|null} [resource_name] CampaignCriterion resource_name * @property {string|null} [campaign] CampaignCriterion campaign - * @property {number|Long|null} [criterion_id] CampaignCriterion criterion_id + * @property {number|null} [criterion_id] CampaignCriterion criterion_id * @property {string|null} [display_name] CampaignCriterion display_name * @property {number|null} [bid_modifier] CampaignCriterion bid_modifier * @property {boolean|null} [negative] CampaignCriterion negative @@ -269796,7 +269796,7 @@ /** * CampaignCriterion criterion_id. - * @member {number|Long|null|undefined} criterion_id + * @member {number|null|undefined} criterion_id * @memberof google.ads.googleads.v14.resources.CampaignCriterion * @instance */ @@ -271819,7 +271819,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ICampaignDraft * @property {string|null} [resource_name] CampaignDraft resource_name - * @property {number|Long|null} [draft_id] CampaignDraft draft_id + * @property {number|null} [draft_id] CampaignDraft draft_id * @property {string|null} [base_campaign] CampaignDraft base_campaign * @property {string|null} [name] CampaignDraft name * @property {string|null} [draft_campaign] CampaignDraft draft_campaign @@ -271853,7 +271853,7 @@ /** * CampaignDraft draft_id. - * @member {number|Long|null|undefined} draft_id + * @member {number|null|undefined} draft_id * @memberof google.ads.googleads.v14.resources.CampaignDraft * @instance */ @@ -273308,7 +273308,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ICampaignGroup * @property {string|null} [resource_name] CampaignGroup resource_name - * @property {number|Long|null} [id] CampaignGroup id + * @property {number|null} [id] CampaignGroup id * @property {string|null} [name] CampaignGroup name * @property {google.ads.googleads.v14.enums.CampaignGroupStatusEnum.CampaignGroupStatus|null} [status] CampaignGroup status */ @@ -273338,7 +273338,7 @@ /** * CampaignGroup id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.CampaignGroup * @instance */ @@ -273908,8 +273908,8 @@ * @interface ICampaignSearchTermInsight * @property {string|null} [resource_name] CampaignSearchTermInsight resource_name * @property {string|null} [category_label] CampaignSearchTermInsight category_label - * @property {number|Long|null} [id] CampaignSearchTermInsight id - * @property {number|Long|null} [campaign_id] CampaignSearchTermInsight campaign_id + * @property {number|null} [id] CampaignSearchTermInsight id + * @property {number|null} [campaign_id] CampaignSearchTermInsight campaign_id */ /** @@ -273945,7 +273945,7 @@ /** * CampaignSearchTermInsight id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.CampaignSearchTermInsight * @instance */ @@ -273953,7 +273953,7 @@ /** * CampaignSearchTermInsight campaign_id. - * @member {number|Long|null|undefined} campaign_id + * @member {number|null|undefined} campaign_id * @memberof google.ads.googleads.v14.resources.CampaignSearchTermInsight * @instance */ @@ -274584,7 +274584,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ICampaignSimulation * @property {string|null} [resource_name] CampaignSimulation resource_name - * @property {number|Long|null} [campaign_id] CampaignSimulation campaign_id + * @property {number|null} [campaign_id] CampaignSimulation campaign_id * @property {google.ads.googleads.v14.enums.SimulationTypeEnum.SimulationType|null} [type] CampaignSimulation type * @property {google.ads.googleads.v14.enums.SimulationModificationMethodEnum.SimulationModificationMethod|null} [modification_method] CampaignSimulation modification_method * @property {string|null} [start_date] CampaignSimulation start_date @@ -274621,7 +274621,7 @@ /** * CampaignSimulation campaign_id. - * @member {number|Long} campaign_id + * @member {number} campaign_id * @memberof google.ads.googleads.v14.resources.CampaignSimulation * @instance */ @@ -275198,7 +275198,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ICarrierConstant * @property {string|null} [resource_name] CarrierConstant resource_name - * @property {number|Long|null} [id] CarrierConstant id + * @property {number|null} [id] CarrierConstant id * @property {string|null} [name] CarrierConstant name * @property {string|null} [country_code] CarrierConstant country_code */ @@ -275228,7 +275228,7 @@ /** * CarrierConstant id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.CarrierConstant * @instance */ @@ -277732,7 +277732,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IFeed * @property {string|null} [resource_name] Feed resource_name - * @property {number|Long|null} [id] Feed id + * @property {number|null} [id] Feed id * @property {string|null} [name] Feed name * @property {Array.|null} [attributes] Feed attributes * @property {Array.|null} [attribute_operations] Feed attribute_operations @@ -277769,7 +277769,7 @@ /** * Feed id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.Feed * @instance */ @@ -278984,7 +278984,7 @@ * Properties of an AffiliateLocationFeedData. * @memberof google.ads.googleads.v14.resources.Feed * @interface IAffiliateLocationFeedData - * @property {Array.|null} [chain_ids] AffiliateLocationFeedData chain_ids + * @property {Array.|null} [chain_ids] AffiliateLocationFeedData chain_ids * @property {google.ads.googleads.v14.enums.AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType|null} [relationship_type] AffiliateLocationFeedData relationship_type */ @@ -279006,7 +279006,7 @@ /** * AffiliateLocationFeedData chain_ids. - * @member {Array.} chain_ids + * @member {Array.} chain_ids * @memberof google.ads.googleads.v14.resources.Feed.AffiliateLocationFeedData * @instance */ @@ -279272,7 +279272,7 @@ * Properties of a FeedAttribute. * @memberof google.ads.googleads.v14.resources * @interface IFeedAttribute - * @property {number|Long|null} [id] FeedAttribute id + * @property {number|null} [id] FeedAttribute id * @property {string|null} [name] FeedAttribute name * @property {google.ads.googleads.v14.enums.FeedAttributeTypeEnum.FeedAttributeType|null} [type] FeedAttribute type * @property {boolean|null} [is_part_of_key] FeedAttribute is_part_of_key @@ -279295,7 +279295,7 @@ /** * FeedAttribute id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.FeedAttribute * @instance */ @@ -279961,7 +279961,7 @@ * @interface IFeedItem * @property {string|null} [resource_name] FeedItem resource_name * @property {string|null} [feed] FeedItem feed - * @property {number|Long|null} [id] FeedItem id + * @property {number|null} [id] FeedItem id * @property {string|null} [start_date_time] FeedItem start_date_time * @property {string|null} [end_date_time] FeedItem end_date_time * @property {Array.|null} [attribute_values] FeedItem attribute_values @@ -280007,7 +280007,7 @@ /** * FeedItem id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.FeedItem * @instance */ @@ -280562,13 +280562,13 @@ * Properties of a FeedItemAttributeValue. * @memberof google.ads.googleads.v14.resources * @interface IFeedItemAttributeValue - * @property {number|Long|null} [feed_attribute_id] FeedItemAttributeValue feed_attribute_id - * @property {number|Long|null} [integer_value] FeedItemAttributeValue integer_value + * @property {number|null} [feed_attribute_id] FeedItemAttributeValue feed_attribute_id + * @property {number|null} [integer_value] FeedItemAttributeValue integer_value * @property {boolean|null} [boolean_value] FeedItemAttributeValue boolean_value * @property {string|null} [string_value] FeedItemAttributeValue string_value * @property {number|null} [double_value] FeedItemAttributeValue double_value * @property {google.ads.googleads.v14.common.IMoney|null} [price_value] FeedItemAttributeValue price_value - * @property {Array.|null} [integer_values] FeedItemAttributeValue integer_values + * @property {Array.|null} [integer_values] FeedItemAttributeValue integer_values * @property {Array.|null} [boolean_values] FeedItemAttributeValue boolean_values * @property {Array.|null} [string_values] FeedItemAttributeValue string_values * @property {Array.|null} [double_values] FeedItemAttributeValue double_values @@ -280595,7 +280595,7 @@ /** * FeedItemAttributeValue feed_attribute_id. - * @member {number|Long|null|undefined} feed_attribute_id + * @member {number|null|undefined} feed_attribute_id * @memberof google.ads.googleads.v14.resources.FeedItemAttributeValue * @instance */ @@ -280603,7 +280603,7 @@ /** * FeedItemAttributeValue integer_value. - * @member {number|Long|null|undefined} integer_value + * @member {number|null|undefined} integer_value * @memberof google.ads.googleads.v14.resources.FeedItemAttributeValue * @instance */ @@ -280643,7 +280643,7 @@ /** * FeedItemAttributeValue integer_values. - * @member {Array.} integer_values + * @member {Array.} integer_values * @memberof google.ads.googleads.v14.resources.FeedItemAttributeValue * @instance */ @@ -282022,7 +282022,7 @@ * @interface IFeedItemValidationError * @property {google.ads.googleads.v14.errors.FeedItemValidationErrorEnum.FeedItemValidationError|null} [validation_error] FeedItemValidationError validation_error * @property {string|null} [description] FeedItemValidationError description - * @property {Array.|null} [feed_attribute_ids] FeedItemValidationError feed_attribute_ids + * @property {Array.|null} [feed_attribute_ids] FeedItemValidationError feed_attribute_ids * @property {string|null} [extra_info] FeedItemValidationError extra_info */ @@ -282060,7 +282060,7 @@ /** * FeedItemValidationError feed_attribute_ids. - * @member {Array.} feed_attribute_ids + * @member {Array.} feed_attribute_ids * @memberof google.ads.googleads.v14.resources.FeedItemValidationError * @instance */ @@ -283880,7 +283880,7 @@ * @property {string|null} [gclid] ClickView gclid * @property {google.ads.googleads.v14.common.IClickLocation|null} [area_of_interest] ClickView area_of_interest * @property {google.ads.googleads.v14.common.IClickLocation|null} [location_of_presence] ClickView location_of_presence - * @property {number|Long|null} [page_number] ClickView page_number + * @property {number|null} [page_number] ClickView page_number * @property {string|null} [ad_group_ad] ClickView ad_group_ad * @property {string|null} [campaign_location_target] ClickView campaign_location_target * @property {string|null} [user_list] ClickView user_list @@ -283937,7 +283937,7 @@ /** * ClickView page_number. - * @member {number|Long|null|undefined} page_number + * @member {number|null|undefined} page_number * @memberof google.ads.googleads.v14.resources.ClickView * @instance */ @@ -284392,7 +284392,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ICombinedAudience * @property {string|null} [resource_name] CombinedAudience resource_name - * @property {number|Long|null} [id] CombinedAudience id + * @property {number|null} [id] CombinedAudience id * @property {google.ads.googleads.v14.enums.CombinedAudienceStatusEnum.CombinedAudienceStatus|null} [status] CombinedAudience status * @property {string|null} [name] CombinedAudience name * @property {string|null} [description] CombinedAudience description @@ -284423,7 +284423,7 @@ /** * CombinedAudience id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.CombinedAudience * @instance */ @@ -284731,7 +284731,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IConversionAction * @property {string|null} [resource_name] ConversionAction resource_name - * @property {number|Long|null} [id] ConversionAction id + * @property {number|null} [id] ConversionAction id * @property {string|null} [name] ConversionAction name * @property {google.ads.googleads.v14.enums.ConversionActionStatusEnum.ConversionActionStatus|null} [status] ConversionAction status * @property {google.ads.googleads.v14.enums.ConversionActionTypeEnum.ConversionActionType|null} [type] ConversionAction type @@ -284740,13 +284740,13 @@ * @property {google.ads.googleads.v14.enums.ConversionActionCategoryEnum.ConversionActionCategory|null} [category] ConversionAction category * @property {string|null} [owner_customer] ConversionAction owner_customer * @property {boolean|null} [include_in_conversions_metric] ConversionAction include_in_conversions_metric - * @property {number|Long|null} [click_through_lookback_window_days] ConversionAction click_through_lookback_window_days - * @property {number|Long|null} [view_through_lookback_window_days] ConversionAction view_through_lookback_window_days + * @property {number|null} [click_through_lookback_window_days] ConversionAction click_through_lookback_window_days + * @property {number|null} [view_through_lookback_window_days] ConversionAction view_through_lookback_window_days * @property {google.ads.googleads.v14.resources.ConversionAction.IValueSettings|null} [value_settings] ConversionAction value_settings * @property {google.ads.googleads.v14.enums.ConversionActionCountingTypeEnum.ConversionActionCountingType|null} [counting_type] ConversionAction counting_type * @property {google.ads.googleads.v14.resources.ConversionAction.IAttributionModelSettings|null} [attribution_model_settings] ConversionAction attribution_model_settings * @property {Array.|null} [tag_snippets] ConversionAction tag_snippets - * @property {number|Long|null} [phone_call_duration_seconds] ConversionAction phone_call_duration_seconds + * @property {number|null} [phone_call_duration_seconds] ConversionAction phone_call_duration_seconds * @property {string|null} [app_id] ConversionAction app_id * @property {google.ads.googleads.v14.enums.MobileAppVendorEnum.MobileAppVendor|null} [mobile_app_vendor] ConversionAction mobile_app_vendor * @property {google.ads.googleads.v14.resources.ConversionAction.IFirebaseSettings|null} [firebase_settings] ConversionAction firebase_settings @@ -284780,7 +284780,7 @@ /** * ConversionAction id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.ConversionAction * @instance */ @@ -284852,7 +284852,7 @@ /** * ConversionAction click_through_lookback_window_days. - * @member {number|Long|null|undefined} click_through_lookback_window_days + * @member {number|null|undefined} click_through_lookback_window_days * @memberof google.ads.googleads.v14.resources.ConversionAction * @instance */ @@ -284860,7 +284860,7 @@ /** * ConversionAction view_through_lookback_window_days. - * @member {number|Long|null|undefined} view_through_lookback_window_days + * @member {number|null|undefined} view_through_lookback_window_days * @memberof google.ads.googleads.v14.resources.ConversionAction * @instance */ @@ -284900,7 +284900,7 @@ /** * ConversionAction phone_call_duration_seconds. - * @member {number|Long|null|undefined} phone_call_duration_seconds + * @member {number|null|undefined} phone_call_duration_seconds * @memberof google.ads.googleads.v14.resources.ConversionAction * @instance */ @@ -286988,7 +286988,7 @@ * @interface IFirebaseSettings * @property {string|null} [event_name] FirebaseSettings event_name * @property {string|null} [project_id] FirebaseSettings project_id - * @property {number|Long|null} [property_id] FirebaseSettings property_id + * @property {number|null} [property_id] FirebaseSettings property_id * @property {string|null} [property_name] FirebaseSettings property_name */ @@ -287025,7 +287025,7 @@ /** * FirebaseSettings property_id. - * @member {number|Long} property_id + * @member {number} property_id * @memberof google.ads.googleads.v14.resources.ConversionAction.FirebaseSettings * @instance */ @@ -287309,7 +287309,7 @@ * @interface IGoogleAnalytics4Settings * @property {string|null} [event_name] GoogleAnalytics4Settings event_name * @property {string|null} [property_name] GoogleAnalytics4Settings property_name - * @property {number|Long|null} [property_id] GoogleAnalytics4Settings property_id + * @property {number|null} [property_id] GoogleAnalytics4Settings property_id */ /** @@ -287345,7 +287345,7 @@ /** * GoogleAnalytics4Settings property_id. - * @member {number|Long} property_id + * @member {number} property_id * @memberof google.ads.googleads.v14.resources.ConversionAction.GoogleAnalytics4Settings * @instance */ @@ -287575,7 +287575,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IConversionCustomVariable * @property {string|null} [resource_name] ConversionCustomVariable resource_name - * @property {number|Long|null} [id] ConversionCustomVariable id + * @property {number|null} [id] ConversionCustomVariable id * @property {string|null} [name] ConversionCustomVariable name * @property {string|null} [tag] ConversionCustomVariable tag * @property {google.ads.googleads.v14.enums.ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus|null} [status] ConversionCustomVariable status @@ -287607,7 +287607,7 @@ /** * ConversionCustomVariable id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.ConversionCustomVariable * @instance */ @@ -288244,7 +288244,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IConversionValueRule * @property {string|null} [resource_name] ConversionValueRule resource_name - * @property {number|Long|null} [id] ConversionValueRule id + * @property {number|null} [id] ConversionValueRule id * @property {google.ads.googleads.v14.resources.ConversionValueRule.IValueRuleAction|null} [action] ConversionValueRule action * @property {google.ads.googleads.v14.resources.ConversionValueRule.IValueRuleGeoLocationCondition|null} [geo_location_condition] ConversionValueRule geo_location_condition * @property {google.ads.googleads.v14.resources.ConversionValueRule.IValueRuleDeviceCondition|null} [device_condition] ConversionValueRule device_condition @@ -288278,7 +288278,7 @@ /** * ConversionValueRule id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.ConversionValueRule * @instance */ @@ -289823,7 +289823,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IConversionValueRuleSet * @property {string|null} [resource_name] ConversionValueRuleSet resource_name - * @property {number|Long|null} [id] ConversionValueRuleSet id + * @property {number|null} [id] ConversionValueRuleSet id * @property {Array.|null} [conversion_value_rules] ConversionValueRuleSet conversion_value_rules * @property {Array.|null} [dimensions] ConversionValueRuleSet dimensions * @property {string|null} [owner_customer] ConversionValueRuleSet owner_customer @@ -289861,7 +289861,7 @@ /** * ConversionValueRuleSet id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.ConversionValueRuleSet * @instance */ @@ -290520,7 +290520,7 @@ * @property {string|null} [code] CurrencyConstant code * @property {string|null} [name] CurrencyConstant name * @property {string|null} [symbol] CurrencyConstant symbol - * @property {number|Long|null} [billable_unit_micros] CurrencyConstant billable_unit_micros + * @property {number|null} [billable_unit_micros] CurrencyConstant billable_unit_micros */ /** @@ -290572,7 +290572,7 @@ /** * CurrencyConstant billable_unit_micros. - * @member {number|Long|null|undefined} billable_unit_micros + * @member {number|null|undefined} billable_unit_micros * @memberof google.ads.googleads.v14.resources.CurrencyConstant * @instance */ @@ -290886,7 +290886,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ICustomAudience * @property {string|null} [resource_name] CustomAudience resource_name - * @property {number|Long|null} [id] CustomAudience id + * @property {number|null} [id] CustomAudience id * @property {google.ads.googleads.v14.enums.CustomAudienceStatusEnum.CustomAudienceStatus|null} [status] CustomAudience status * @property {string|null} [name] CustomAudience name * @property {google.ads.googleads.v14.enums.CustomAudienceTypeEnum.CustomAudienceType|null} [type] CustomAudience type @@ -290920,7 +290920,7 @@ /** * CustomAudience id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.CustomAudience * @instance */ @@ -291334,7 +291334,7 @@ * @property {google.ads.googleads.v14.enums.CustomAudienceMemberTypeEnum.CustomAudienceMemberType|null} [member_type] CustomAudienceMember member_type * @property {string|null} [keyword] CustomAudienceMember keyword * @property {string|null} [url] CustomAudienceMember url - * @property {number|Long|null} [place_category] CustomAudienceMember place_category + * @property {number|null} [place_category] CustomAudienceMember place_category * @property {string|null} [app] CustomAudienceMember app */ @@ -291379,7 +291379,7 @@ /** * CustomAudienceMember place_category. - * @member {number|Long|null|undefined} place_category + * @member {number|null|undefined} place_category * @memberof google.ads.googleads.v14.resources.CustomAudienceMember * @instance */ @@ -291713,7 +291713,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ICustomConversionGoal * @property {string|null} [resource_name] CustomConversionGoal resource_name - * @property {number|Long|null} [id] CustomConversionGoal id + * @property {number|null} [id] CustomConversionGoal id * @property {string|null} [name] CustomConversionGoal name * @property {Array.|null} [conversion_actions] CustomConversionGoal conversion_actions * @property {google.ads.googleads.v14.enums.CustomConversionGoalStatusEnum.CustomConversionGoalStatus|null} [status] CustomConversionGoal status @@ -291745,7 +291745,7 @@ /** * CustomConversionGoal id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.CustomConversionGoal * @instance */ @@ -292069,7 +292069,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ICustomInterest * @property {string|null} [resource_name] CustomInterest resource_name - * @property {number|Long|null} [id] CustomInterest id + * @property {number|null} [id] CustomInterest id * @property {google.ads.googleads.v14.enums.CustomInterestStatusEnum.CustomInterestStatus|null} [status] CustomInterest status * @property {string|null} [name] CustomInterest name * @property {google.ads.googleads.v14.enums.CustomInterestTypeEnum.CustomInterestType|null} [type] CustomInterest type @@ -292103,7 +292103,7 @@ /** * CustomInterest id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.CustomInterest * @instance */ @@ -292824,7 +292824,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ICustomer * @property {string|null} [resource_name] Customer resource_name - * @property {number|Long|null} [id] Customer id + * @property {number|null} [id] Customer id * @property {string|null} [descriptive_name] Customer descriptive_name * @property {string|null} [currency_code] Customer currency_code * @property {string|null} [time_zone] Customer time_zone @@ -292876,7 +292876,7 @@ /** * Customer id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.Customer * @instance */ @@ -294252,8 +294252,8 @@ * Properties of a ConversionTrackingSetting. * @memberof google.ads.googleads.v14.resources * @interface IConversionTrackingSetting - * @property {number|Long|null} [conversion_tracking_id] ConversionTrackingSetting conversion_tracking_id - * @property {number|Long|null} [cross_account_conversion_tracking_id] ConversionTrackingSetting cross_account_conversion_tracking_id + * @property {number|null} [conversion_tracking_id] ConversionTrackingSetting conversion_tracking_id + * @property {number|null} [cross_account_conversion_tracking_id] ConversionTrackingSetting cross_account_conversion_tracking_id * @property {boolean|null} [accepted_customer_data_terms] ConversionTrackingSetting accepted_customer_data_terms * @property {google.ads.googleads.v14.enums.ConversionTrackingStatusEnum.ConversionTrackingStatus|null} [conversion_tracking_status] ConversionTrackingSetting conversion_tracking_status * @property {boolean|null} [enhanced_conversions_for_leads_enabled] ConversionTrackingSetting enhanced_conversions_for_leads_enabled @@ -294277,7 +294277,7 @@ /** * ConversionTrackingSetting conversion_tracking_id. - * @member {number|Long|null|undefined} conversion_tracking_id + * @member {number|null|undefined} conversion_tracking_id * @memberof google.ads.googleads.v14.resources.ConversionTrackingSetting * @instance */ @@ -294285,7 +294285,7 @@ /** * ConversionTrackingSetting cross_account_conversion_tracking_id. - * @member {number|Long|null|undefined} cross_account_conversion_tracking_id + * @member {number|null|undefined} cross_account_conversion_tracking_id * @memberof google.ads.googleads.v14.resources.ConversionTrackingSetting * @instance */ @@ -294887,8 +294887,8 @@ * @interface IOfflineConversionClientSummary * @property {google.ads.googleads.v14.enums.OfflineEventUploadClientEnum.OfflineEventUploadClient|null} [client] OfflineConversionClientSummary client * @property {google.ads.googleads.v14.enums.OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus|null} [status] OfflineConversionClientSummary status - * @property {number|Long|null} [total_event_count] OfflineConversionClientSummary total_event_count - * @property {number|Long|null} [successful_event_count] OfflineConversionClientSummary successful_event_count + * @property {number|null} [total_event_count] OfflineConversionClientSummary total_event_count + * @property {number|null} [successful_event_count] OfflineConversionClientSummary successful_event_count * @property {number|null} [success_rate] OfflineConversionClientSummary success_rate * @property {string|null} [last_upload_date_time] OfflineConversionClientSummary last_upload_date_time * @property {Array.|null} [daily_summaries] OfflineConversionClientSummary daily_summaries @@ -294932,7 +294932,7 @@ /** * OfflineConversionClientSummary total_event_count. - * @member {number|Long} total_event_count + * @member {number} total_event_count * @memberof google.ads.googleads.v14.resources.OfflineConversionClientSummary * @instance */ @@ -294940,7 +294940,7 @@ /** * OfflineConversionClientSummary successful_event_count. - * @member {number|Long} successful_event_count + * @member {number} successful_event_count * @memberof google.ads.googleads.v14.resources.OfflineConversionClientSummary * @instance */ @@ -295439,9 +295439,9 @@ * Properties of an OfflineConversionUploadSummary. * @memberof google.ads.googleads.v14.resources * @interface IOfflineConversionUploadSummary - * @property {number|Long|null} [successful_count] OfflineConversionUploadSummary successful_count - * @property {number|Long|null} [failed_count] OfflineConversionUploadSummary failed_count - * @property {number|Long|null} [job_id] OfflineConversionUploadSummary job_id + * @property {number|null} [successful_count] OfflineConversionUploadSummary successful_count + * @property {number|null} [failed_count] OfflineConversionUploadSummary failed_count + * @property {number|null} [job_id] OfflineConversionUploadSummary job_id * @property {string|null} [upload_date] OfflineConversionUploadSummary upload_date */ @@ -295462,7 +295462,7 @@ /** * OfflineConversionUploadSummary successful_count. - * @member {number|Long} successful_count + * @member {number} successful_count * @memberof google.ads.googleads.v14.resources.OfflineConversionUploadSummary * @instance */ @@ -295470,7 +295470,7 @@ /** * OfflineConversionUploadSummary failed_count. - * @member {number|Long} failed_count + * @member {number} failed_count * @memberof google.ads.googleads.v14.resources.OfflineConversionUploadSummary * @instance */ @@ -295478,7 +295478,7 @@ /** * OfflineConversionUploadSummary job_id. - * @member {number|Long|null|undefined} job_id + * @member {number|null|undefined} job_id * @memberof google.ads.googleads.v14.resources.OfflineConversionUploadSummary * @instance */ @@ -297697,13 +297697,13 @@ * @property {string|null} [resource_name] CustomerClient resource_name * @property {string|null} [client_customer] CustomerClient client_customer * @property {boolean|null} [hidden] CustomerClient hidden - * @property {number|Long|null} [level] CustomerClient level + * @property {number|null} [level] CustomerClient level * @property {string|null} [time_zone] CustomerClient time_zone * @property {boolean|null} [test_account] CustomerClient test_account * @property {boolean|null} [manager] CustomerClient manager * @property {string|null} [descriptive_name] CustomerClient descriptive_name * @property {string|null} [currency_code] CustomerClient currency_code - * @property {number|Long|null} [id] CustomerClient id + * @property {number|null} [id] CustomerClient id * @property {Array.|null} [applied_labels] CustomerClient applied_labels * @property {google.ads.googleads.v14.enums.CustomerStatusEnum.CustomerStatus|null} [status] CustomerClient status */ @@ -297750,7 +297750,7 @@ /** * CustomerClient level. - * @member {number|Long|null|undefined} level + * @member {number|null|undefined} level * @memberof google.ads.googleads.v14.resources.CustomerClient * @instance */ @@ -297798,7 +297798,7 @@ /** * CustomerClient id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.CustomerClient * @instance */ @@ -298368,7 +298368,7 @@ * @interface ICustomerClientLink * @property {string|null} [resource_name] CustomerClientLink resource_name * @property {string|null} [client_customer] CustomerClientLink client_customer - * @property {number|Long|null} [manager_link_id] CustomerClientLink manager_link_id + * @property {number|null} [manager_link_id] CustomerClientLink manager_link_id * @property {google.ads.googleads.v14.enums.ManagerLinkStatusEnum.ManagerLinkStatus|null} [status] CustomerClientLink status * @property {boolean|null} [hidden] CustomerClientLink hidden */ @@ -298406,7 +298406,7 @@ /** * CustomerClientLink manager_link_id. - * @member {number|Long|null|undefined} manager_link_id + * @member {number|null|undefined} manager_link_id * @memberof google.ads.googleads.v14.resources.CustomerClientLink * @instance */ @@ -300699,7 +300699,7 @@ * @interface ICustomerManagerLink * @property {string|null} [resource_name] CustomerManagerLink resource_name * @property {string|null} [manager_customer] CustomerManagerLink manager_customer - * @property {number|Long|null} [manager_link_id] CustomerManagerLink manager_link_id + * @property {number|null} [manager_link_id] CustomerManagerLink manager_link_id * @property {google.ads.googleads.v14.enums.ManagerLinkStatusEnum.ManagerLinkStatus|null} [status] CustomerManagerLink status */ @@ -300736,7 +300736,7 @@ /** * CustomerManagerLink manager_link_id. - * @member {number|Long|null|undefined} manager_link_id + * @member {number|null|undefined} manager_link_id * @memberof google.ads.googleads.v14.resources.CustomerManagerLink * @instance */ @@ -301059,7 +301059,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ICustomerNegativeCriterion * @property {string|null} [resource_name] CustomerNegativeCriterion resource_name - * @property {number|Long|null} [id] CustomerNegativeCriterion id + * @property {number|null} [id] CustomerNegativeCriterion id * @property {google.ads.googleads.v14.enums.CriterionTypeEnum.CriterionType|null} [type] CustomerNegativeCriterion type * @property {google.ads.googleads.v14.common.IContentLabelInfo|null} [content_label] CustomerNegativeCriterion content_label * @property {google.ads.googleads.v14.common.IMobileApplicationInfo|null} [mobile_application] CustomerNegativeCriterion mobile_application @@ -301095,7 +301095,7 @@ /** * CustomerNegativeCriterion id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.CustomerNegativeCriterion * @instance */ @@ -301792,7 +301792,7 @@ * @interface ICustomerSearchTermInsight * @property {string|null} [resource_name] CustomerSearchTermInsight resource_name * @property {string|null} [category_label] CustomerSearchTermInsight category_label - * @property {number|Long|null} [id] CustomerSearchTermInsight id + * @property {number|null} [id] CustomerSearchTermInsight id */ /** @@ -301828,7 +301828,7 @@ /** * CustomerSearchTermInsight id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.CustomerSearchTermInsight * @instance */ @@ -302813,8 +302813,8 @@ * Properties of a ConversionValueMapping. * @memberof google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema * @interface IConversionValueMapping - * @property {number|Long|null} [min_time_post_install_hours] ConversionValueMapping min_time_post_install_hours - * @property {number|Long|null} [max_time_post_install_hours] ConversionValueMapping max_time_post_install_hours + * @property {number|null} [min_time_post_install_hours] ConversionValueMapping min_time_post_install_hours + * @property {number|null} [max_time_post_install_hours] ConversionValueMapping max_time_post_install_hours * @property {Array.|null} [mapped_events] ConversionValueMapping mapped_events */ @@ -302836,7 +302836,7 @@ /** * ConversionValueMapping min_time_post_install_hours. - * @member {number|Long} min_time_post_install_hours + * @member {number} min_time_post_install_hours * @memberof google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.ConversionValueMapping * @instance */ @@ -302844,7 +302844,7 @@ /** * ConversionValueMapping max_time_post_install_hours. - * @member {number|Long} max_time_post_install_hours + * @member {number} max_time_post_install_hours * @memberof google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.ConversionValueMapping * @instance */ @@ -303118,7 +303118,7 @@ * @property {google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.IRevenueRange|null} [event_revenue_range] Event event_revenue_range * @property {number|null} [event_revenue_value] Event event_revenue_value * @property {google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.IEventOccurrenceRange|null} [event_occurrence_range] Event event_occurrence_range - * @property {number|Long|null} [event_counter] Event event_counter + * @property {number|null} [event_counter] Event event_counter */ /** @@ -303178,7 +303178,7 @@ /** * Event event_counter. - * @member {number|Long|null|undefined} event_counter + * @member {number|null|undefined} event_counter * @memberof google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event * @instance */ @@ -303724,8 +303724,8 @@ * Properties of an EventOccurrenceRange. * @memberof google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event * @interface IEventOccurrenceRange - * @property {number|Long|null} [min_event_count] EventOccurrenceRange min_event_count - * @property {number|Long|null} [max_event_count] EventOccurrenceRange max_event_count + * @property {number|null} [min_event_count] EventOccurrenceRange min_event_count + * @property {number|null} [max_event_count] EventOccurrenceRange max_event_count */ /** @@ -303745,7 +303745,7 @@ /** * EventOccurrenceRange min_event_count. - * @member {number|Long} min_event_count + * @member {number} min_event_count * @memberof google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventOccurrenceRange * @instance */ @@ -303753,7 +303753,7 @@ /** * EventOccurrenceRange max_event_count. - * @member {number|Long} max_event_count + * @member {number} max_event_count * @memberof google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventOccurrenceRange * @instance */ @@ -303989,7 +303989,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ICustomerUserAccess * @property {string|null} [resource_name] CustomerUserAccess resource_name - * @property {number|Long|null} [user_id] CustomerUserAccess user_id + * @property {number|null} [user_id] CustomerUserAccess user_id * @property {string|null} [email_address] CustomerUserAccess email_address * @property {google.ads.googleads.v14.enums.AccessRoleEnum.AccessRole|null} [access_role] CustomerUserAccess access_role * @property {string|null} [access_creation_date_time] CustomerUserAccess access_creation_date_time @@ -304021,7 +304021,7 @@ /** * CustomerUserAccess user_id. - * @member {number|Long} user_id + * @member {number} user_id * @memberof google.ads.googleads.v14.resources.CustomerUserAccess * @instance */ @@ -304410,7 +304410,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ICustomerUserAccessInvitation * @property {string|null} [resource_name] CustomerUserAccessInvitation resource_name - * @property {number|Long|null} [invitation_id] CustomerUserAccessInvitation invitation_id + * @property {number|null} [invitation_id] CustomerUserAccessInvitation invitation_id * @property {google.ads.googleads.v14.enums.AccessRoleEnum.AccessRole|null} [access_role] CustomerUserAccessInvitation access_role * @property {string|null} [email_address] CustomerUserAccessInvitation email_address * @property {string|null} [creation_date_time] CustomerUserAccessInvitation creation_date_time @@ -304442,7 +304442,7 @@ /** * CustomerUserAccessInvitation invitation_id. - * @member {number|Long} invitation_id + * @member {number} invitation_id * @memberof google.ads.googleads.v14.resources.CustomerUserAccessInvitation * @instance */ @@ -304816,7 +304816,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ICustomizerAttribute * @property {string|null} [resource_name] CustomizerAttribute resource_name - * @property {number|Long|null} [id] CustomizerAttribute id + * @property {number|null} [id] CustomizerAttribute id * @property {string|null} [name] CustomizerAttribute name * @property {google.ads.googleads.v14.enums.CustomizerAttributeTypeEnum.CustomizerAttributeType|null} [type] CustomizerAttribute type * @property {google.ads.googleads.v14.enums.CustomizerAttributeStatusEnum.CustomizerAttributeStatus|null} [status] CustomizerAttribute status @@ -304847,7 +304847,7 @@ /** * CustomizerAttribute id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.CustomizerAttribute * @instance */ @@ -305626,7 +305626,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IDetailedDemographic * @property {string|null} [resource_name] DetailedDemographic resource_name - * @property {number|Long|null} [id] DetailedDemographic id + * @property {number|null} [id] DetailedDemographic id * @property {string|null} [name] DetailedDemographic name * @property {string|null} [parent] DetailedDemographic parent * @property {boolean|null} [launched_to_all] DetailedDemographic launched_to_all @@ -305659,7 +305659,7 @@ /** * DetailedDemographic id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.DetailedDemographic * @instance */ @@ -306612,9 +306612,9 @@ * @property {string|null} [language_code] DomainCategory language_code * @property {string|null} [domain] DomainCategory domain * @property {number|null} [coverage_fraction] DomainCategory coverage_fraction - * @property {number|Long|null} [category_rank] DomainCategory category_rank + * @property {number|null} [category_rank] DomainCategory category_rank * @property {boolean|null} [has_children] DomainCategory has_children - * @property {number|Long|null} [recommended_cpc_bid_micros] DomainCategory recommended_cpc_bid_micros + * @property {number|null} [recommended_cpc_bid_micros] DomainCategory recommended_cpc_bid_micros */ /** @@ -306682,7 +306682,7 @@ /** * DomainCategory category_rank. - * @member {number|Long|null|undefined} category_rank + * @member {number|null|undefined} category_rank * @memberof google.ads.googleads.v14.resources.DomainCategory * @instance */ @@ -306698,7 +306698,7 @@ /** * DomainCategory recommended_cpc_bid_micros. - * @member {number|Long|null|undefined} recommended_cpc_bid_micros + * @member {number|null|undefined} recommended_cpc_bid_micros * @memberof google.ads.googleads.v14.resources.DomainCategory * @instance */ @@ -307856,7 +307856,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IExperiment * @property {string|null} [resource_name] Experiment resource_name - * @property {number|Long|null} [experiment_id] Experiment experiment_id + * @property {number|null} [experiment_id] Experiment experiment_id * @property {string|null} [name] Experiment name * @property {string|null} [description] Experiment description * @property {string|null} [suffix] Experiment suffix @@ -307895,7 +307895,7 @@ /** * Experiment experiment_id. - * @member {number|Long|null|undefined} experiment_id + * @member {number|null|undefined} experiment_id * @memberof google.ads.googleads.v14.resources.Experiment * @instance */ @@ -308579,7 +308579,7 @@ * @property {string|null} [experiment] ExperimentArm experiment * @property {string|null} [name] ExperimentArm name * @property {boolean|null} [control] ExperimentArm control - * @property {number|Long|null} [traffic_split] ExperimentArm traffic_split + * @property {number|null} [traffic_split] ExperimentArm traffic_split * @property {Array.|null} [campaigns] ExperimentArm campaigns * @property {Array.|null} [in_design_campaigns] ExperimentArm in_design_campaigns */ @@ -308635,7 +308635,7 @@ /** * ExperimentArm traffic_split. - * @member {number|Long} traffic_split + * @member {number} traffic_split * @memberof google.ads.googleads.v14.resources.ExperimentArm * @instance */ @@ -308966,7 +308966,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IExtensionFeedItem * @property {string|null} [resource_name] ExtensionFeedItem resource_name - * @property {number|Long|null} [id] ExtensionFeedItem id + * @property {number|null} [id] ExtensionFeedItem id * @property {google.ads.googleads.v14.enums.ExtensionTypeEnum.ExtensionType|null} [extension_type] ExtensionFeedItem extension_type * @property {string|null} [start_date_time] ExtensionFeedItem start_date_time * @property {string|null} [end_date_time] ExtensionFeedItem end_date_time @@ -309017,7 +309017,7 @@ /** * ExtensionFeedItem id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.ExtensionFeedItem * @instance */ @@ -310112,7 +310112,7 @@ * @interface IFeedItemSet * @property {string|null} [resource_name] FeedItemSet resource_name * @property {string|null} [feed] FeedItemSet feed - * @property {number|Long|null} [feed_item_set_id] FeedItemSet feed_item_set_id + * @property {number|null} [feed_item_set_id] FeedItemSet feed_item_set_id * @property {string|null} [display_name] FeedItemSet display_name * @property {google.ads.googleads.v14.enums.FeedItemSetStatusEnum.FeedItemSetStatus|null} [status] FeedItemSet status * @property {google.ads.googleads.v14.common.IDynamicLocationSetFilter|null} [dynamic_location_set_filter] FeedItemSet dynamic_location_set_filter @@ -310152,7 +310152,7 @@ /** * FeedItemSet feed_item_set_id. - * @member {number|Long} feed_item_set_id + * @member {number} feed_item_set_id * @memberof google.ads.googleads.v14.resources.FeedItemSet * @instance */ @@ -310785,7 +310785,7 @@ * @property {string|null} [resource_name] FeedItemTarget resource_name * @property {string|null} [feed_item] FeedItemTarget feed_item * @property {google.ads.googleads.v14.enums.FeedItemTargetTypeEnum.FeedItemTargetType|null} [feed_item_target_type] FeedItemTarget feed_item_target_type - * @property {number|Long|null} [feed_item_target_id] FeedItemTarget feed_item_target_id + * @property {number|null} [feed_item_target_id] FeedItemTarget feed_item_target_id * @property {google.ads.googleads.v14.enums.FeedItemTargetStatusEnum.FeedItemTargetStatus|null} [status] FeedItemTarget status * @property {string|null} [campaign] FeedItemTarget campaign * @property {string|null} [ad_group] FeedItemTarget ad_group @@ -310836,7 +310836,7 @@ /** * FeedItemTarget feed_item_target_id. - * @member {number|Long|null|undefined} feed_item_target_id + * @member {number|null|undefined} feed_item_target_id * @memberof google.ads.googleads.v14.resources.FeedItemTarget * @instance */ @@ -311962,8 +311962,8 @@ * Properties of an AttributeFieldMapping. * @memberof google.ads.googleads.v14.resources * @interface IAttributeFieldMapping - * @property {number|Long|null} [feed_attribute_id] AttributeFieldMapping feed_attribute_id - * @property {number|Long|null} [field_id] AttributeFieldMapping field_id + * @property {number|null} [feed_attribute_id] AttributeFieldMapping feed_attribute_id + * @property {number|null} [field_id] AttributeFieldMapping field_id * @property {google.ads.googleads.v14.enums.SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField|null} [sitelink_field] AttributeFieldMapping sitelink_field * @property {google.ads.googleads.v14.enums.CallPlaceholderFieldEnum.CallPlaceholderField|null} [call_field] AttributeFieldMapping call_field * @property {google.ads.googleads.v14.enums.AppPlaceholderFieldEnum.AppPlaceholderField|null} [app_field] AttributeFieldMapping app_field @@ -312005,7 +312005,7 @@ /** * AttributeFieldMapping feed_attribute_id. - * @member {number|Long|null|undefined} feed_attribute_id + * @member {number|null|undefined} feed_attribute_id * @memberof google.ads.googleads.v14.resources.AttributeFieldMapping * @instance */ @@ -312013,7 +312013,7 @@ /** * AttributeFieldMapping field_id. - * @member {number|Long|null|undefined} field_id + * @member {number|null|undefined} field_id * @memberof google.ads.googleads.v14.resources.AttributeFieldMapping * @instance */ @@ -315231,7 +315231,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IGeoTargetConstant * @property {string|null} [resource_name] GeoTargetConstant resource_name - * @property {number|Long|null} [id] GeoTargetConstant id + * @property {number|null} [id] GeoTargetConstant id * @property {string|null} [name] GeoTargetConstant name * @property {string|null} [country_code] GeoTargetConstant country_code * @property {string|null} [target_type] GeoTargetConstant target_type @@ -315265,7 +315265,7 @@ /** * GeoTargetConstant id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.GeoTargetConstant * @instance */ @@ -315730,7 +315730,7 @@ * @interface IGeographicView * @property {string|null} [resource_name] GeographicView resource_name * @property {google.ads.googleads.v14.enums.GeoTargetingTypeEnum.GeoTargetingType|null} [location_type] GeographicView location_type - * @property {number|Long|null} [country_criterion_id] GeographicView country_criterion_id + * @property {number|null} [country_criterion_id] GeographicView country_criterion_id */ /** @@ -315766,7 +315766,7 @@ /** * GeographicView country_criterion_id. - * @member {number|Long|null|undefined} country_criterion_id + * @member {number|null|undefined} country_criterion_id * @memberof google.ads.googleads.v14.resources.GeographicView * @instance */ @@ -317632,11 +317632,11 @@ * @property {string|null} [commission_id] HotelReconciliation commission_id * @property {string|null} [order_id] HotelReconciliation order_id * @property {string|null} [campaign] HotelReconciliation campaign - * @property {number|Long|null} [hotel_center_id] HotelReconciliation hotel_center_id + * @property {number|null} [hotel_center_id] HotelReconciliation hotel_center_id * @property {string|null} [hotel_id] HotelReconciliation hotel_id * @property {string|null} [check_in_date] HotelReconciliation check_in_date * @property {string|null} [check_out_date] HotelReconciliation check_out_date - * @property {number|Long|null} [reconciled_value_micros] HotelReconciliation reconciled_value_micros + * @property {number|null} [reconciled_value_micros] HotelReconciliation reconciled_value_micros * @property {boolean|null} [billed] HotelReconciliation billed * @property {google.ads.googleads.v14.enums.HotelReconciliationStatusEnum.HotelReconciliationStatus|null} [status] HotelReconciliation status */ @@ -317690,7 +317690,7 @@ /** * HotelReconciliation hotel_center_id. - * @member {number|Long} hotel_center_id + * @member {number} hotel_center_id * @memberof google.ads.googleads.v14.resources.HotelReconciliation * @instance */ @@ -317722,7 +317722,7 @@ /** * HotelReconciliation reconciled_value_micros. - * @member {number|Long} reconciled_value_micros + * @member {number} reconciled_value_micros * @memberof google.ads.googleads.v14.resources.HotelReconciliation * @instance */ @@ -318342,18 +318342,18 @@ * @property {string|null} [due_date] Invoice due_date * @property {google.ads.googleads.v14.common.IDateRange|null} [service_date_range] Invoice service_date_range * @property {string|null} [currency_code] Invoice currency_code - * @property {number|Long|null} [adjustments_subtotal_amount_micros] Invoice adjustments_subtotal_amount_micros - * @property {number|Long|null} [adjustments_tax_amount_micros] Invoice adjustments_tax_amount_micros - * @property {number|Long|null} [adjustments_total_amount_micros] Invoice adjustments_total_amount_micros - * @property {number|Long|null} [regulatory_costs_subtotal_amount_micros] Invoice regulatory_costs_subtotal_amount_micros - * @property {number|Long|null} [regulatory_costs_tax_amount_micros] Invoice regulatory_costs_tax_amount_micros - * @property {number|Long|null} [regulatory_costs_total_amount_micros] Invoice regulatory_costs_total_amount_micros - * @property {number|Long|null} [export_charge_subtotal_amount_micros] Invoice export_charge_subtotal_amount_micros - * @property {number|Long|null} [export_charge_tax_amount_micros] Invoice export_charge_tax_amount_micros - * @property {number|Long|null} [export_charge_total_amount_micros] Invoice export_charge_total_amount_micros - * @property {number|Long|null} [subtotal_amount_micros] Invoice subtotal_amount_micros - * @property {number|Long|null} [tax_amount_micros] Invoice tax_amount_micros - * @property {number|Long|null} [total_amount_micros] Invoice total_amount_micros + * @property {number|null} [adjustments_subtotal_amount_micros] Invoice adjustments_subtotal_amount_micros + * @property {number|null} [adjustments_tax_amount_micros] Invoice adjustments_tax_amount_micros + * @property {number|null} [adjustments_total_amount_micros] Invoice adjustments_total_amount_micros + * @property {number|null} [regulatory_costs_subtotal_amount_micros] Invoice regulatory_costs_subtotal_amount_micros + * @property {number|null} [regulatory_costs_tax_amount_micros] Invoice regulatory_costs_tax_amount_micros + * @property {number|null} [regulatory_costs_total_amount_micros] Invoice regulatory_costs_total_amount_micros + * @property {number|null} [export_charge_subtotal_amount_micros] Invoice export_charge_subtotal_amount_micros + * @property {number|null} [export_charge_tax_amount_micros] Invoice export_charge_tax_amount_micros + * @property {number|null} [export_charge_total_amount_micros] Invoice export_charge_total_amount_micros + * @property {number|null} [subtotal_amount_micros] Invoice subtotal_amount_micros + * @property {number|null} [tax_amount_micros] Invoice tax_amount_micros + * @property {number|null} [total_amount_micros] Invoice total_amount_micros * @property {string|null} [corrected_invoice] Invoice corrected_invoice * @property {Array.|null} [replaced_invoices] Invoice replaced_invoices * @property {string|null} [pdf_url] Invoice pdf_url @@ -318461,7 +318461,7 @@ /** * Invoice adjustments_subtotal_amount_micros. - * @member {number|Long} adjustments_subtotal_amount_micros + * @member {number} adjustments_subtotal_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice * @instance */ @@ -318469,7 +318469,7 @@ /** * Invoice adjustments_tax_amount_micros. - * @member {number|Long} adjustments_tax_amount_micros + * @member {number} adjustments_tax_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice * @instance */ @@ -318477,7 +318477,7 @@ /** * Invoice adjustments_total_amount_micros. - * @member {number|Long} adjustments_total_amount_micros + * @member {number} adjustments_total_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice * @instance */ @@ -318485,7 +318485,7 @@ /** * Invoice regulatory_costs_subtotal_amount_micros. - * @member {number|Long} regulatory_costs_subtotal_amount_micros + * @member {number} regulatory_costs_subtotal_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice * @instance */ @@ -318493,7 +318493,7 @@ /** * Invoice regulatory_costs_tax_amount_micros. - * @member {number|Long} regulatory_costs_tax_amount_micros + * @member {number} regulatory_costs_tax_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice * @instance */ @@ -318501,7 +318501,7 @@ /** * Invoice regulatory_costs_total_amount_micros. - * @member {number|Long} regulatory_costs_total_amount_micros + * @member {number} regulatory_costs_total_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice * @instance */ @@ -318509,7 +318509,7 @@ /** * Invoice export_charge_subtotal_amount_micros. - * @member {number|Long|null|undefined} export_charge_subtotal_amount_micros + * @member {number|null|undefined} export_charge_subtotal_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice * @instance */ @@ -318517,7 +318517,7 @@ /** * Invoice export_charge_tax_amount_micros. - * @member {number|Long|null|undefined} export_charge_tax_amount_micros + * @member {number|null|undefined} export_charge_tax_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice * @instance */ @@ -318525,7 +318525,7 @@ /** * Invoice export_charge_total_amount_micros. - * @member {number|Long|null|undefined} export_charge_total_amount_micros + * @member {number|null|undefined} export_charge_total_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice * @instance */ @@ -318533,7 +318533,7 @@ /** * Invoice subtotal_amount_micros. - * @member {number|Long|null|undefined} subtotal_amount_micros + * @member {number|null|undefined} subtotal_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice * @instance */ @@ -318541,7 +318541,7 @@ /** * Invoice tax_amount_micros. - * @member {number|Long|null|undefined} tax_amount_micros + * @member {number|null|undefined} tax_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice * @instance */ @@ -318549,7 +318549,7 @@ /** * Invoice total_amount_micros. - * @member {number|Long|null|undefined} total_amount_micros + * @member {number|null|undefined} total_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice * @instance */ @@ -319599,24 +319599,24 @@ * @memberof google.ads.googleads.v14.resources.Invoice * @interface IAccountSummary * @property {string|null} [customer] AccountSummary customer - * @property {number|Long|null} [billing_correction_subtotal_amount_micros] AccountSummary billing_correction_subtotal_amount_micros - * @property {number|Long|null} [billing_correction_tax_amount_micros] AccountSummary billing_correction_tax_amount_micros - * @property {number|Long|null} [billing_correction_total_amount_micros] AccountSummary billing_correction_total_amount_micros - * @property {number|Long|null} [coupon_adjustment_subtotal_amount_micros] AccountSummary coupon_adjustment_subtotal_amount_micros - * @property {number|Long|null} [coupon_adjustment_tax_amount_micros] AccountSummary coupon_adjustment_tax_amount_micros - * @property {number|Long|null} [coupon_adjustment_total_amount_micros] AccountSummary coupon_adjustment_total_amount_micros - * @property {number|Long|null} [excess_credit_adjustment_subtotal_amount_micros] AccountSummary excess_credit_adjustment_subtotal_amount_micros - * @property {number|Long|null} [excess_credit_adjustment_tax_amount_micros] AccountSummary excess_credit_adjustment_tax_amount_micros - * @property {number|Long|null} [excess_credit_adjustment_total_amount_micros] AccountSummary excess_credit_adjustment_total_amount_micros - * @property {number|Long|null} [regulatory_costs_subtotal_amount_micros] AccountSummary regulatory_costs_subtotal_amount_micros - * @property {number|Long|null} [regulatory_costs_tax_amount_micros] AccountSummary regulatory_costs_tax_amount_micros - * @property {number|Long|null} [regulatory_costs_total_amount_micros] AccountSummary regulatory_costs_total_amount_micros - * @property {number|Long|null} [export_charge_subtotal_amount_micros] AccountSummary export_charge_subtotal_amount_micros - * @property {number|Long|null} [export_charge_tax_amount_micros] AccountSummary export_charge_tax_amount_micros - * @property {number|Long|null} [export_charge_total_amount_micros] AccountSummary export_charge_total_amount_micros - * @property {number|Long|null} [subtotal_amount_micros] AccountSummary subtotal_amount_micros - * @property {number|Long|null} [tax_amount_micros] AccountSummary tax_amount_micros - * @property {number|Long|null} [total_amount_micros] AccountSummary total_amount_micros + * @property {number|null} [billing_correction_subtotal_amount_micros] AccountSummary billing_correction_subtotal_amount_micros + * @property {number|null} [billing_correction_tax_amount_micros] AccountSummary billing_correction_tax_amount_micros + * @property {number|null} [billing_correction_total_amount_micros] AccountSummary billing_correction_total_amount_micros + * @property {number|null} [coupon_adjustment_subtotal_amount_micros] AccountSummary coupon_adjustment_subtotal_amount_micros + * @property {number|null} [coupon_adjustment_tax_amount_micros] AccountSummary coupon_adjustment_tax_amount_micros + * @property {number|null} [coupon_adjustment_total_amount_micros] AccountSummary coupon_adjustment_total_amount_micros + * @property {number|null} [excess_credit_adjustment_subtotal_amount_micros] AccountSummary excess_credit_adjustment_subtotal_amount_micros + * @property {number|null} [excess_credit_adjustment_tax_amount_micros] AccountSummary excess_credit_adjustment_tax_amount_micros + * @property {number|null} [excess_credit_adjustment_total_amount_micros] AccountSummary excess_credit_adjustment_total_amount_micros + * @property {number|null} [regulatory_costs_subtotal_amount_micros] AccountSummary regulatory_costs_subtotal_amount_micros + * @property {number|null} [regulatory_costs_tax_amount_micros] AccountSummary regulatory_costs_tax_amount_micros + * @property {number|null} [regulatory_costs_total_amount_micros] AccountSummary regulatory_costs_total_amount_micros + * @property {number|null} [export_charge_subtotal_amount_micros] AccountSummary export_charge_subtotal_amount_micros + * @property {number|null} [export_charge_tax_amount_micros] AccountSummary export_charge_tax_amount_micros + * @property {number|null} [export_charge_total_amount_micros] AccountSummary export_charge_total_amount_micros + * @property {number|null} [subtotal_amount_micros] AccountSummary subtotal_amount_micros + * @property {number|null} [tax_amount_micros] AccountSummary tax_amount_micros + * @property {number|null} [total_amount_micros] AccountSummary total_amount_micros */ /** @@ -319644,7 +319644,7 @@ /** * AccountSummary billing_correction_subtotal_amount_micros. - * @member {number|Long|null|undefined} billing_correction_subtotal_amount_micros + * @member {number|null|undefined} billing_correction_subtotal_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319652,7 +319652,7 @@ /** * AccountSummary billing_correction_tax_amount_micros. - * @member {number|Long|null|undefined} billing_correction_tax_amount_micros + * @member {number|null|undefined} billing_correction_tax_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319660,7 +319660,7 @@ /** * AccountSummary billing_correction_total_amount_micros. - * @member {number|Long|null|undefined} billing_correction_total_amount_micros + * @member {number|null|undefined} billing_correction_total_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319668,7 +319668,7 @@ /** * AccountSummary coupon_adjustment_subtotal_amount_micros. - * @member {number|Long|null|undefined} coupon_adjustment_subtotal_amount_micros + * @member {number|null|undefined} coupon_adjustment_subtotal_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319676,7 +319676,7 @@ /** * AccountSummary coupon_adjustment_tax_amount_micros. - * @member {number|Long|null|undefined} coupon_adjustment_tax_amount_micros + * @member {number|null|undefined} coupon_adjustment_tax_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319684,7 +319684,7 @@ /** * AccountSummary coupon_adjustment_total_amount_micros. - * @member {number|Long|null|undefined} coupon_adjustment_total_amount_micros + * @member {number|null|undefined} coupon_adjustment_total_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319692,7 +319692,7 @@ /** * AccountSummary excess_credit_adjustment_subtotal_amount_micros. - * @member {number|Long|null|undefined} excess_credit_adjustment_subtotal_amount_micros + * @member {number|null|undefined} excess_credit_adjustment_subtotal_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319700,7 +319700,7 @@ /** * AccountSummary excess_credit_adjustment_tax_amount_micros. - * @member {number|Long|null|undefined} excess_credit_adjustment_tax_amount_micros + * @member {number|null|undefined} excess_credit_adjustment_tax_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319708,7 +319708,7 @@ /** * AccountSummary excess_credit_adjustment_total_amount_micros. - * @member {number|Long|null|undefined} excess_credit_adjustment_total_amount_micros + * @member {number|null|undefined} excess_credit_adjustment_total_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319716,7 +319716,7 @@ /** * AccountSummary regulatory_costs_subtotal_amount_micros. - * @member {number|Long|null|undefined} regulatory_costs_subtotal_amount_micros + * @member {number|null|undefined} regulatory_costs_subtotal_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319724,7 +319724,7 @@ /** * AccountSummary regulatory_costs_tax_amount_micros. - * @member {number|Long|null|undefined} regulatory_costs_tax_amount_micros + * @member {number|null|undefined} regulatory_costs_tax_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319732,7 +319732,7 @@ /** * AccountSummary regulatory_costs_total_amount_micros. - * @member {number|Long|null|undefined} regulatory_costs_total_amount_micros + * @member {number|null|undefined} regulatory_costs_total_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319740,7 +319740,7 @@ /** * AccountSummary export_charge_subtotal_amount_micros. - * @member {number|Long|null|undefined} export_charge_subtotal_amount_micros + * @member {number|null|undefined} export_charge_subtotal_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319748,7 +319748,7 @@ /** * AccountSummary export_charge_tax_amount_micros. - * @member {number|Long|null|undefined} export_charge_tax_amount_micros + * @member {number|null|undefined} export_charge_tax_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319756,7 +319756,7 @@ /** * AccountSummary export_charge_total_amount_micros. - * @member {number|Long|null|undefined} export_charge_total_amount_micros + * @member {number|null|undefined} export_charge_total_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319764,7 +319764,7 @@ /** * AccountSummary subtotal_amount_micros. - * @member {number|Long|null|undefined} subtotal_amount_micros + * @member {number|null|undefined} subtotal_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319772,7 +319772,7 @@ /** * AccountSummary tax_amount_micros. - * @member {number|Long|null|undefined} tax_amount_micros + * @member {number|null|undefined} tax_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -319780,7 +319780,7 @@ /** * AccountSummary total_amount_micros. - * @member {number|Long|null|undefined} total_amount_micros + * @member {number|null|undefined} total_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountSummary * @instance */ @@ -320688,14 +320688,14 @@ * @property {string|null} [account_budget] AccountBudgetSummary account_budget * @property {string|null} [account_budget_name] AccountBudgetSummary account_budget_name * @property {string|null} [purchase_order_number] AccountBudgetSummary purchase_order_number - * @property {number|Long|null} [subtotal_amount_micros] AccountBudgetSummary subtotal_amount_micros - * @property {number|Long|null} [tax_amount_micros] AccountBudgetSummary tax_amount_micros - * @property {number|Long|null} [total_amount_micros] AccountBudgetSummary total_amount_micros + * @property {number|null} [subtotal_amount_micros] AccountBudgetSummary subtotal_amount_micros + * @property {number|null} [tax_amount_micros] AccountBudgetSummary tax_amount_micros + * @property {number|null} [total_amount_micros] AccountBudgetSummary total_amount_micros * @property {google.ads.googleads.v14.common.IDateRange|null} [billable_activity_date_range] AccountBudgetSummary billable_activity_date_range - * @property {number|Long|null} [served_amount_micros] AccountBudgetSummary served_amount_micros - * @property {number|Long|null} [billed_amount_micros] AccountBudgetSummary billed_amount_micros - * @property {number|Long|null} [overdelivery_amount_micros] AccountBudgetSummary overdelivery_amount_micros - * @property {number|Long|null} [invalid_activity_amount_micros] AccountBudgetSummary invalid_activity_amount_micros + * @property {number|null} [served_amount_micros] AccountBudgetSummary served_amount_micros + * @property {number|null} [billed_amount_micros] AccountBudgetSummary billed_amount_micros + * @property {number|null} [overdelivery_amount_micros] AccountBudgetSummary overdelivery_amount_micros + * @property {number|null} [invalid_activity_amount_micros] AccountBudgetSummary invalid_activity_amount_micros * @property {Array.|null} [invalid_activity_summaries] AccountBudgetSummary invalid_activity_summaries */ @@ -320757,7 +320757,7 @@ /** * AccountBudgetSummary subtotal_amount_micros. - * @member {number|Long|null|undefined} subtotal_amount_micros + * @member {number|null|undefined} subtotal_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountBudgetSummary * @instance */ @@ -320765,7 +320765,7 @@ /** * AccountBudgetSummary tax_amount_micros. - * @member {number|Long|null|undefined} tax_amount_micros + * @member {number|null|undefined} tax_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountBudgetSummary * @instance */ @@ -320773,7 +320773,7 @@ /** * AccountBudgetSummary total_amount_micros. - * @member {number|Long|null|undefined} total_amount_micros + * @member {number|null|undefined} total_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountBudgetSummary * @instance */ @@ -320789,7 +320789,7 @@ /** * AccountBudgetSummary served_amount_micros. - * @member {number|Long|null|undefined} served_amount_micros + * @member {number|null|undefined} served_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountBudgetSummary * @instance */ @@ -320797,7 +320797,7 @@ /** * AccountBudgetSummary billed_amount_micros. - * @member {number|Long|null|undefined} billed_amount_micros + * @member {number|null|undefined} billed_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountBudgetSummary * @instance */ @@ -320805,7 +320805,7 @@ /** * AccountBudgetSummary overdelivery_amount_micros. - * @member {number|Long|null|undefined} overdelivery_amount_micros + * @member {number|null|undefined} overdelivery_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountBudgetSummary * @instance */ @@ -320813,7 +320813,7 @@ /** * AccountBudgetSummary invalid_activity_amount_micros. - * @member {number|Long|null|undefined} invalid_activity_amount_micros + * @member {number|null|undefined} invalid_activity_amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.AccountBudgetSummary * @instance */ @@ -321471,7 +321471,7 @@ * @property {string|null} [original_invoice_id] InvalidActivitySummary original_invoice_id * @property {string|null} [original_account_budget_name] InvalidActivitySummary original_account_budget_name * @property {string|null} [original_purchase_order_number] InvalidActivitySummary original_purchase_order_number - * @property {number|Long|null} [amount_micros] InvalidActivitySummary amount_micros + * @property {number|null} [amount_micros] InvalidActivitySummary amount_micros */ /** @@ -321531,7 +321531,7 @@ /** * InvalidActivitySummary amount_micros. - * @member {number|Long|null|undefined} amount_micros + * @member {number|null|undefined} amount_micros * @memberof google.ads.googleads.v14.resources.Invoice.InvalidActivitySummary * @instance */ @@ -321970,7 +321970,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IKeywordPlan * @property {string|null} [resource_name] KeywordPlan resource_name - * @property {number|Long|null} [id] KeywordPlan id + * @property {number|null} [id] KeywordPlan id * @property {string|null} [name] KeywordPlan name * @property {google.ads.googleads.v14.resources.IKeywordPlanForecastPeriod|null} [forecast_period] KeywordPlan forecast_period */ @@ -322000,7 +322000,7 @@ /** * KeywordPlan id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.KeywordPlan * @instance */ @@ -322583,9 +322583,9 @@ * @interface IKeywordPlanAdGroup * @property {string|null} [resource_name] KeywordPlanAdGroup resource_name * @property {string|null} [keyword_plan_campaign] KeywordPlanAdGroup keyword_plan_campaign - * @property {number|Long|null} [id] KeywordPlanAdGroup id + * @property {number|null} [id] KeywordPlanAdGroup id * @property {string|null} [name] KeywordPlanAdGroup name - * @property {number|Long|null} [cpc_bid_micros] KeywordPlanAdGroup cpc_bid_micros + * @property {number|null} [cpc_bid_micros] KeywordPlanAdGroup cpc_bid_micros */ /** @@ -322621,7 +322621,7 @@ /** * KeywordPlanAdGroup id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.KeywordPlanAdGroup * @instance */ @@ -322637,7 +322637,7 @@ /** * KeywordPlanAdGroup cpc_bid_micros. - * @member {number|Long|null|undefined} cpc_bid_micros + * @member {number|null|undefined} cpc_bid_micros * @memberof google.ads.googleads.v14.resources.KeywordPlanAdGroup * @instance */ @@ -322962,10 +322962,10 @@ * @interface IKeywordPlanAdGroupKeyword * @property {string|null} [resource_name] KeywordPlanAdGroupKeyword resource_name * @property {string|null} [keyword_plan_ad_group] KeywordPlanAdGroupKeyword keyword_plan_ad_group - * @property {number|Long|null} [id] KeywordPlanAdGroupKeyword id + * @property {number|null} [id] KeywordPlanAdGroupKeyword id * @property {string|null} [text] KeywordPlanAdGroupKeyword text * @property {google.ads.googleads.v14.enums.KeywordMatchTypeEnum.KeywordMatchType|null} [match_type] KeywordPlanAdGroupKeyword match_type - * @property {number|Long|null} [cpc_bid_micros] KeywordPlanAdGroupKeyword cpc_bid_micros + * @property {number|null} [cpc_bid_micros] KeywordPlanAdGroupKeyword cpc_bid_micros * @property {boolean|null} [negative] KeywordPlanAdGroupKeyword negative */ @@ -323002,7 +323002,7 @@ /** * KeywordPlanAdGroupKeyword id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.KeywordPlanAdGroupKeyword * @instance */ @@ -323026,7 +323026,7 @@ /** * KeywordPlanAdGroupKeyword cpc_bid_micros. - * @member {number|Long|null|undefined} cpc_bid_micros + * @member {number|null|undefined} cpc_bid_micros * @memberof google.ads.googleads.v14.resources.KeywordPlanAdGroupKeyword * @instance */ @@ -323437,11 +323437,11 @@ * @interface IKeywordPlanCampaign * @property {string|null} [resource_name] KeywordPlanCampaign resource_name * @property {string|null} [keyword_plan] KeywordPlanCampaign keyword_plan - * @property {number|Long|null} [id] KeywordPlanCampaign id + * @property {number|null} [id] KeywordPlanCampaign id * @property {string|null} [name] KeywordPlanCampaign name * @property {Array.|null} [language_constants] KeywordPlanCampaign language_constants * @property {google.ads.googleads.v14.enums.KeywordPlanNetworkEnum.KeywordPlanNetwork|null} [keyword_plan_network] KeywordPlanCampaign keyword_plan_network - * @property {number|Long|null} [cpc_bid_micros] KeywordPlanCampaign cpc_bid_micros + * @property {number|null} [cpc_bid_micros] KeywordPlanCampaign cpc_bid_micros * @property {Array.|null} [geo_targets] KeywordPlanCampaign geo_targets */ @@ -323480,7 +323480,7 @@ /** * KeywordPlanCampaign id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.KeywordPlanCampaign * @instance */ @@ -323512,7 +323512,7 @@ /** * KeywordPlanCampaign cpc_bid_micros. - * @member {number|Long|null|undefined} cpc_bid_micros + * @member {number|null|undefined} cpc_bid_micros * @memberof google.ads.googleads.v14.resources.KeywordPlanCampaign * @instance */ @@ -324175,7 +324175,7 @@ * @interface IKeywordPlanCampaignKeyword * @property {string|null} [resource_name] KeywordPlanCampaignKeyword resource_name * @property {string|null} [keyword_plan_campaign] KeywordPlanCampaignKeyword keyword_plan_campaign - * @property {number|Long|null} [id] KeywordPlanCampaignKeyword id + * @property {number|null} [id] KeywordPlanCampaignKeyword id * @property {string|null} [text] KeywordPlanCampaignKeyword text * @property {google.ads.googleads.v14.enums.KeywordMatchTypeEnum.KeywordMatchType|null} [match_type] KeywordPlanCampaignKeyword match_type * @property {boolean|null} [negative] KeywordPlanCampaignKeyword negative @@ -324214,7 +324214,7 @@ /** * KeywordPlanCampaignKeyword id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.KeywordPlanCampaignKeyword * @instance */ @@ -325125,7 +325125,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ILabel * @property {string|null} [resource_name] Label resource_name - * @property {number|Long|null} [id] Label id + * @property {number|null} [id] Label id * @property {string|null} [name] Label name * @property {google.ads.googleads.v14.enums.LabelStatusEnum.LabelStatus|null} [status] Label status * @property {google.ads.googleads.v14.common.ITextLabel|null} [text_label] Label text_label @@ -325156,7 +325156,7 @@ /** * Label id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.Label * @instance */ @@ -325744,7 +325744,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ILanguageConstant * @property {string|null} [resource_name] LanguageConstant resource_name - * @property {number|Long|null} [id] LanguageConstant id + * @property {number|null} [id] LanguageConstant id * @property {string|null} [code] LanguageConstant code * @property {string|null} [name] LanguageConstant name * @property {boolean|null} [targetable] LanguageConstant targetable @@ -325775,7 +325775,7 @@ /** * LanguageConstant id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.LanguageConstant * @instance */ @@ -327621,7 +327621,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ILifeEvent * @property {string|null} [resource_name] LifeEvent resource_name - * @property {number|Long|null} [id] LifeEvent id + * @property {number|null} [id] LifeEvent id * @property {string|null} [name] LifeEvent name * @property {string|null} [parent] LifeEvent parent * @property {boolean|null} [launched_to_all] LifeEvent launched_to_all @@ -327654,7 +327654,7 @@ /** * LifeEvent id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.LifeEvent * @instance */ @@ -328382,12 +328382,12 @@ * @memberof google.ads.googleads.v14.resources * @interface IMediaFile * @property {string|null} [resource_name] MediaFile resource_name - * @property {number|Long|null} [id] MediaFile id + * @property {number|null} [id] MediaFile id * @property {google.ads.googleads.v14.enums.MediaTypeEnum.MediaType|null} [type] MediaFile type * @property {google.ads.googleads.v14.enums.MimeTypeEnum.MimeType|null} [mime_type] MediaFile mime_type * @property {string|null} [source_url] MediaFile source_url * @property {string|null} [name] MediaFile name - * @property {number|Long|null} [file_size] MediaFile file_size + * @property {number|null} [file_size] MediaFile file_size * @property {google.ads.googleads.v14.resources.IMediaImage|null} [image] MediaFile image * @property {google.ads.googleads.v14.resources.IMediaBundle|null} [media_bundle] MediaFile media_bundle * @property {google.ads.googleads.v14.resources.IMediaAudio|null} [audio] MediaFile audio @@ -328419,7 +328419,7 @@ /** * MediaFile id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.MediaFile * @instance */ @@ -328459,7 +328459,7 @@ /** * MediaFile file_size. - * @member {number|Long|null|undefined} file_size + * @member {number|null|undefined} file_size * @memberof google.ads.googleads.v14.resources.MediaFile * @instance */ @@ -329646,7 +329646,7 @@ * Properties of a MediaAudio. * @memberof google.ads.googleads.v14.resources * @interface IMediaAudio - * @property {number|Long|null} [ad_duration_millis] MediaAudio ad_duration_millis + * @property {number|null} [ad_duration_millis] MediaAudio ad_duration_millis */ /** @@ -329666,7 +329666,7 @@ /** * MediaAudio ad_duration_millis. - * @member {number|Long|null|undefined} ad_duration_millis + * @member {number|null|undefined} ad_duration_millis * @memberof google.ads.googleads.v14.resources.MediaAudio * @instance */ @@ -329877,7 +329877,7 @@ * Properties of a MediaVideo. * @memberof google.ads.googleads.v14.resources * @interface IMediaVideo - * @property {number|Long|null} [ad_duration_millis] MediaVideo ad_duration_millis + * @property {number|null} [ad_duration_millis] MediaVideo ad_duration_millis * @property {string|null} [youtube_video_id] MediaVideo youtube_video_id * @property {string|null} [advertising_id_code] MediaVideo advertising_id_code * @property {string|null} [isci_code] MediaVideo isci_code @@ -329900,7 +329900,7 @@ /** * MediaVideo ad_duration_millis. - * @member {number|Long|null|undefined} ad_duration_millis + * @member {number|null|undefined} ad_duration_millis * @memberof google.ads.googleads.v14.resources.MediaVideo * @instance */ @@ -330223,7 +330223,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IMerchantCenterLink * @property {string|null} [resource_name] MerchantCenterLink resource_name - * @property {number|Long|null} [id] MerchantCenterLink id + * @property {number|null} [id] MerchantCenterLink id * @property {string|null} [merchant_center_account_name] MerchantCenterLink merchant_center_account_name * @property {google.ads.googleads.v14.enums.MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus|null} [status] MerchantCenterLink status */ @@ -330253,7 +330253,7 @@ /** * MerchantCenterLink id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.MerchantCenterLink * @instance */ @@ -330852,7 +330852,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IMobileDeviceConstant * @property {string|null} [resource_name] MobileDeviceConstant resource_name - * @property {number|Long|null} [id] MobileDeviceConstant id + * @property {number|null} [id] MobileDeviceConstant id * @property {string|null} [name] MobileDeviceConstant name * @property {string|null} [manufacturer_name] MobileDeviceConstant manufacturer_name * @property {string|null} [operating_system_name] MobileDeviceConstant operating_system_name @@ -330884,7 +330884,7 @@ /** * MobileDeviceConstant id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.MobileDeviceConstant * @instance */ @@ -331274,8 +331274,8 @@ * @memberof google.ads.googleads.v14.resources * @interface IOfflineUserDataJob * @property {string|null} [resource_name] OfflineUserDataJob resource_name - * @property {number|Long|null} [id] OfflineUserDataJob id - * @property {number|Long|null} [external_id] OfflineUserDataJob external_id + * @property {number|null} [id] OfflineUserDataJob id + * @property {number|null} [external_id] OfflineUserDataJob external_id * @property {google.ads.googleads.v14.enums.OfflineUserDataJobTypeEnum.OfflineUserDataJobType|null} [type] OfflineUserDataJob type * @property {google.ads.googleads.v14.enums.OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus|null} [status] OfflineUserDataJob status * @property {google.ads.googleads.v14.enums.OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason|null} [failure_reason] OfflineUserDataJob failure_reason @@ -331309,7 +331309,7 @@ /** * OfflineUserDataJob id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.OfflineUserDataJob * @instance */ @@ -331317,7 +331317,7 @@ /** * OfflineUserDataJob external_id. - * @member {number|Long|null|undefined} external_id + * @member {number|null|undefined} external_id * @memberof google.ads.googleads.v14.resources.OfflineUserDataJob * @instance */ @@ -332143,7 +332143,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IOperatingSystemVersionConstant * @property {string|null} [resource_name] OperatingSystemVersionConstant resource_name - * @property {number|Long|null} [id] OperatingSystemVersionConstant id + * @property {number|null} [id] OperatingSystemVersionConstant id * @property {string|null} [name] OperatingSystemVersionConstant name * @property {number|null} [os_major_version] OperatingSystemVersionConstant os_major_version * @property {number|null} [os_minor_version] OperatingSystemVersionConstant os_minor_version @@ -332175,7 +332175,7 @@ /** * OperatingSystemVersionConstant id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.OperatingSystemVersionConstant * @instance */ @@ -333675,7 +333675,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IProductBiddingCategoryConstant * @property {string|null} [resource_name] ProductBiddingCategoryConstant resource_name - * @property {number|Long|null} [id] ProductBiddingCategoryConstant id + * @property {number|null} [id] ProductBiddingCategoryConstant id * @property {string|null} [country_code] ProductBiddingCategoryConstant country_code * @property {string|null} [product_bidding_category_constant_parent] ProductBiddingCategoryConstant product_bidding_category_constant_parent * @property {google.ads.googleads.v14.enums.ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel|null} [level] ProductBiddingCategoryConstant level @@ -333709,7 +333709,7 @@ /** * ProductBiddingCategoryConstant id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.ProductBiddingCategoryConstant * @instance */ @@ -334405,7 +334405,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IProductLink * @property {string|null} [resource_name] ProductLink resource_name - * @property {number|Long|null} [product_link_id] ProductLink product_link_id + * @property {number|null} [product_link_id] ProductLink product_link_id * @property {google.ads.googleads.v14.enums.LinkedProductTypeEnum.LinkedProductType|null} [type] ProductLink type * @property {google.ads.googleads.v14.resources.IDataPartnerIdentifier|null} [data_partner] ProductLink data_partner * @property {google.ads.googleads.v14.resources.IGoogleAdsIdentifier|null} [google_ads] ProductLink google_ads @@ -334436,7 +334436,7 @@ /** * ProductLink product_link_id. - * @member {number|Long|null|undefined} product_link_id + * @member {number|null|undefined} product_link_id * @memberof google.ads.googleads.v14.resources.ProductLink * @instance */ @@ -334791,7 +334791,7 @@ * Properties of a DataPartnerIdentifier. * @memberof google.ads.googleads.v14.resources * @interface IDataPartnerIdentifier - * @property {number|Long|null} [data_partner_id] DataPartnerIdentifier data_partner_id + * @property {number|null} [data_partner_id] DataPartnerIdentifier data_partner_id */ /** @@ -334811,7 +334811,7 @@ /** * DataPartnerIdentifier data_partner_id. - * @member {number|Long|null|undefined} data_partner_id + * @member {number|null|undefined} data_partner_id * @memberof google.ads.googleads.v14.resources.DataPartnerIdentifier * @instance */ @@ -335244,7 +335244,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IQualifyingQuestion * @property {string|null} [resource_name] QualifyingQuestion resource_name - * @property {number|Long|null} [qualifying_question_id] QualifyingQuestion qualifying_question_id + * @property {number|null} [qualifying_question_id] QualifyingQuestion qualifying_question_id * @property {string|null} [locale] QualifyingQuestion locale * @property {string|null} [text] QualifyingQuestion text */ @@ -335274,7 +335274,7 @@ /** * QualifyingQuestion qualifying_question_id. - * @member {number|Long} qualifying_question_id + * @member {number} qualifying_question_id * @memberof google.ads.googleads.v14.resources.QualifyingQuestion * @instance */ @@ -337766,7 +337766,7 @@ * Properties of a MerchantInfo. * @memberof google.ads.googleads.v14.resources.Recommendation * @interface IMerchantInfo - * @property {number|Long|null} [id] MerchantInfo id + * @property {number|null} [id] MerchantInfo id * @property {string|null} [name] MerchantInfo name * @property {boolean|null} [multi_client] MerchantInfo multi_client */ @@ -337788,7 +337788,7 @@ /** * MerchantInfo id. - * @member {number|Long} id + * @member {number} id * @memberof google.ads.googleads.v14.resources.Recommendation.MerchantInfo * @instance */ @@ -338269,7 +338269,7 @@ * @interface IRecommendationMetrics * @property {number|null} [impressions] RecommendationMetrics impressions * @property {number|null} [clicks] RecommendationMetrics clicks - * @property {number|Long|null} [cost_micros] RecommendationMetrics cost_micros + * @property {number|null} [cost_micros] RecommendationMetrics cost_micros * @property {number|null} [conversions] RecommendationMetrics conversions * @property {number|null} [video_views] RecommendationMetrics video_views */ @@ -338307,7 +338307,7 @@ /** * RecommendationMetrics cost_micros. - * @member {number|Long|null|undefined} cost_micros + * @member {number|null|undefined} cost_micros * @memberof google.ads.googleads.v14.resources.Recommendation.RecommendationMetrics * @instance */ @@ -338650,8 +338650,8 @@ * Properties of a CampaignBudgetRecommendation. * @memberof google.ads.googleads.v14.resources.Recommendation * @interface ICampaignBudgetRecommendation - * @property {number|Long|null} [current_budget_amount_micros] CampaignBudgetRecommendation current_budget_amount_micros - * @property {number|Long|null} [recommended_budget_amount_micros] CampaignBudgetRecommendation recommended_budget_amount_micros + * @property {number|null} [current_budget_amount_micros] CampaignBudgetRecommendation current_budget_amount_micros + * @property {number|null} [recommended_budget_amount_micros] CampaignBudgetRecommendation recommended_budget_amount_micros * @property {Array.|null} [budget_options] CampaignBudgetRecommendation budget_options */ @@ -338673,7 +338673,7 @@ /** * CampaignBudgetRecommendation current_budget_amount_micros. - * @member {number|Long|null|undefined} current_budget_amount_micros + * @member {number|null|undefined} current_budget_amount_micros * @memberof google.ads.googleads.v14.resources.Recommendation.CampaignBudgetRecommendation * @instance */ @@ -338681,7 +338681,7 @@ /** * CampaignBudgetRecommendation recommended_budget_amount_micros. - * @member {number|Long|null|undefined} recommended_budget_amount_micros + * @member {number|null|undefined} recommended_budget_amount_micros * @memberof google.ads.googleads.v14.resources.Recommendation.CampaignBudgetRecommendation * @instance */ @@ -338971,7 +338971,7 @@ * Properties of a CampaignBudgetRecommendationOption. * @memberof google.ads.googleads.v14.resources.Recommendation.CampaignBudgetRecommendation * @interface ICampaignBudgetRecommendationOption - * @property {number|Long|null} [budget_amount_micros] CampaignBudgetRecommendationOption budget_amount_micros + * @property {number|null} [budget_amount_micros] CampaignBudgetRecommendationOption budget_amount_micros * @property {google.ads.googleads.v14.resources.Recommendation.IRecommendationImpact|null} [impact] CampaignBudgetRecommendationOption impact */ @@ -338992,7 +338992,7 @@ /** * CampaignBudgetRecommendationOption budget_amount_micros. - * @member {number|Long|null|undefined} budget_amount_micros + * @member {number|null|undefined} budget_amount_micros * @memberof google.ads.googleads.v14.resources.Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOption * @instance */ @@ -339236,7 +339236,7 @@ * @interface IKeywordRecommendation * @property {google.ads.googleads.v14.common.IKeywordInfo|null} [keyword] KeywordRecommendation keyword * @property {Array.|null} [search_terms] KeywordRecommendation search_terms - * @property {number|Long|null} [recommended_cpc_bid_micros] KeywordRecommendation recommended_cpc_bid_micros + * @property {number|null} [recommended_cpc_bid_micros] KeywordRecommendation recommended_cpc_bid_micros */ /** @@ -339273,7 +339273,7 @@ /** * KeywordRecommendation recommended_cpc_bid_micros. - * @member {number|Long|null|undefined} recommended_cpc_bid_micros + * @member {number|null|undefined} recommended_cpc_bid_micros * @memberof google.ads.googleads.v14.resources.Recommendation.KeywordRecommendation * @instance */ @@ -339537,7 +339537,7 @@ * @memberof google.ads.googleads.v14.resources.Recommendation.KeywordRecommendation * @interface ISearchTerm * @property {string|null} [text] SearchTerm text - * @property {number|Long|null} [estimated_weekly_search_count] SearchTerm estimated_weekly_search_count + * @property {number|null} [estimated_weekly_search_count] SearchTerm estimated_weekly_search_count */ /** @@ -339565,7 +339565,7 @@ /** * SearchTerm estimated_weekly_search_count. - * @member {number|Long} estimated_weekly_search_count + * @member {number} estimated_weekly_search_count * @memberof google.ads.googleads.v14.resources.Recommendation.KeywordRecommendation.SearchTerm * @instance */ @@ -340069,7 +340069,7 @@ * @memberof google.ads.googleads.v14.resources.Recommendation * @interface ITargetCpaOptInRecommendation * @property {Array.|null} [options] TargetCpaOptInRecommendation options - * @property {number|Long|null} [recommended_target_cpa_micros] TargetCpaOptInRecommendation recommended_target_cpa_micros + * @property {number|null} [recommended_target_cpa_micros] TargetCpaOptInRecommendation recommended_target_cpa_micros */ /** @@ -340098,7 +340098,7 @@ /** * TargetCpaOptInRecommendation recommended_target_cpa_micros. - * @member {number|Long|null|undefined} recommended_target_cpa_micros + * @member {number|null|undefined} recommended_target_cpa_micros * @memberof google.ads.googleads.v14.resources.Recommendation.TargetCpaOptInRecommendation * @instance */ @@ -340342,8 +340342,8 @@ * @memberof google.ads.googleads.v14.resources.Recommendation.TargetCpaOptInRecommendation * @interface ITargetCpaOptInRecommendationOption * @property {google.ads.googleads.v14.enums.TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal|null} [goal] TargetCpaOptInRecommendationOption goal - * @property {number|Long|null} [target_cpa_micros] TargetCpaOptInRecommendationOption target_cpa_micros - * @property {number|Long|null} [required_campaign_budget_amount_micros] TargetCpaOptInRecommendationOption required_campaign_budget_amount_micros + * @property {number|null} [target_cpa_micros] TargetCpaOptInRecommendationOption target_cpa_micros + * @property {number|null} [required_campaign_budget_amount_micros] TargetCpaOptInRecommendationOption required_campaign_budget_amount_micros * @property {google.ads.googleads.v14.resources.Recommendation.IRecommendationImpact|null} [impact] TargetCpaOptInRecommendationOption impact */ @@ -340372,7 +340372,7 @@ /** * TargetCpaOptInRecommendationOption target_cpa_micros. - * @member {number|Long|null|undefined} target_cpa_micros + * @member {number|null|undefined} target_cpa_micros * @memberof google.ads.googleads.v14.resources.Recommendation.TargetCpaOptInRecommendation.TargetCpaOptInRecommendationOption * @instance */ @@ -340380,7 +340380,7 @@ /** * TargetCpaOptInRecommendationOption required_campaign_budget_amount_micros. - * @member {number|Long|null|undefined} required_campaign_budget_amount_micros + * @member {number|null|undefined} required_campaign_budget_amount_micros * @memberof google.ads.googleads.v14.resources.Recommendation.TargetCpaOptInRecommendation.TargetCpaOptInRecommendationOption * @instance */ @@ -340715,7 +340715,7 @@ * Properties of a MaximizeConversionsOptInRecommendation. * @memberof google.ads.googleads.v14.resources.Recommendation * @interface IMaximizeConversionsOptInRecommendation - * @property {number|Long|null} [recommended_budget_amount_micros] MaximizeConversionsOptInRecommendation recommended_budget_amount_micros + * @property {number|null} [recommended_budget_amount_micros] MaximizeConversionsOptInRecommendation recommended_budget_amount_micros */ /** @@ -340735,7 +340735,7 @@ /** * MaximizeConversionsOptInRecommendation recommended_budget_amount_micros. - * @member {number|Long|null|undefined} recommended_budget_amount_micros + * @member {number|null|undefined} recommended_budget_amount_micros * @memberof google.ads.googleads.v14.resources.Recommendation.MaximizeConversionsOptInRecommendation * @instance */ @@ -341296,7 +341296,7 @@ * Properties of a MaximizeClicksOptInRecommendation. * @memberof google.ads.googleads.v14.resources.Recommendation * @interface IMaximizeClicksOptInRecommendation - * @property {number|Long|null} [recommended_budget_amount_micros] MaximizeClicksOptInRecommendation recommended_budget_amount_micros + * @property {number|null} [recommended_budget_amount_micros] MaximizeClicksOptInRecommendation recommended_budget_amount_micros */ /** @@ -341316,7 +341316,7 @@ /** * MaximizeClicksOptInRecommendation recommended_budget_amount_micros. - * @member {number|Long|null|undefined} recommended_budget_amount_micros + * @member {number|null|undefined} recommended_budget_amount_micros * @memberof google.ads.googleads.v14.resources.Recommendation.MaximizeClicksOptInRecommendation * @instance */ @@ -342932,7 +342932,7 @@ * @memberof google.ads.googleads.v14.resources.Recommendation * @interface ITargetRoasOptInRecommendation * @property {number|null} [recommended_target_roas] TargetRoasOptInRecommendation recommended_target_roas - * @property {number|Long|null} [required_campaign_budget_amount_micros] TargetRoasOptInRecommendation required_campaign_budget_amount_micros + * @property {number|null} [required_campaign_budget_amount_micros] TargetRoasOptInRecommendation required_campaign_budget_amount_micros */ /** @@ -342960,7 +342960,7 @@ /** * TargetRoasOptInRecommendation required_campaign_budget_amount_micros. - * @member {number|Long|null|undefined} required_campaign_budget_amount_micros + * @member {number|null|undefined} required_campaign_budget_amount_micros * @memberof google.ads.googleads.v14.resources.Recommendation.TargetRoasOptInRecommendation * @instance */ @@ -343883,10 +343883,10 @@ * @memberof google.ads.googleads.v14.resources.Recommendation * @interface IUseBroadMatchKeywordRecommendation * @property {Array.|null} [keyword] UseBroadMatchKeywordRecommendation keyword - * @property {number|Long|null} [suggested_keywords_count] UseBroadMatchKeywordRecommendation suggested_keywords_count - * @property {number|Long|null} [campaign_keywords_count] UseBroadMatchKeywordRecommendation campaign_keywords_count + * @property {number|null} [suggested_keywords_count] UseBroadMatchKeywordRecommendation suggested_keywords_count + * @property {number|null} [campaign_keywords_count] UseBroadMatchKeywordRecommendation campaign_keywords_count * @property {boolean|null} [campaign_uses_shared_budget] UseBroadMatchKeywordRecommendation campaign_uses_shared_budget - * @property {number|Long|null} [required_campaign_budget_amount_micros] UseBroadMatchKeywordRecommendation required_campaign_budget_amount_micros + * @property {number|null} [required_campaign_budget_amount_micros] UseBroadMatchKeywordRecommendation required_campaign_budget_amount_micros */ /** @@ -343915,7 +343915,7 @@ /** * UseBroadMatchKeywordRecommendation suggested_keywords_count. - * @member {number|Long} suggested_keywords_count + * @member {number} suggested_keywords_count * @memberof google.ads.googleads.v14.resources.Recommendation.UseBroadMatchKeywordRecommendation * @instance */ @@ -343923,7 +343923,7 @@ /** * UseBroadMatchKeywordRecommendation campaign_keywords_count. - * @member {number|Long} campaign_keywords_count + * @member {number} campaign_keywords_count * @memberof google.ads.googleads.v14.resources.Recommendation.UseBroadMatchKeywordRecommendation * @instance */ @@ -343939,7 +343939,7 @@ /** * UseBroadMatchKeywordRecommendation required_campaign_budget_amount_micros. - * @member {number|Long} required_campaign_budget_amount_micros + * @member {number} required_campaign_budget_amount_micros * @memberof google.ads.googleads.v14.resources.Recommendation.UseBroadMatchKeywordRecommendation * @instance */ @@ -344242,7 +344242,7 @@ * Properties of an UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation. * @memberof google.ads.googleads.v14.resources.Recommendation * @interface IUpgradeSmartShoppingCampaignToPerformanceMaxRecommendation - * @property {number|Long|null} [merchant_id] UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation merchant_id + * @property {number|null} [merchant_id] UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation merchant_id * @property {string|null} [sales_country_code] UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation sales_country_code */ @@ -344263,7 +344263,7 @@ /** * UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation merchant_id. - * @member {number|Long} merchant_id + * @member {number} merchant_id * @memberof google.ads.googleads.v14.resources.Recommendation.UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation * @instance */ @@ -344484,7 +344484,7 @@ * @memberof google.ads.googleads.v14.resources.Recommendation * @interface IRaiseTargetCpaBidTooLowRecommendation * @property {number|null} [recommended_target_multiplier] RaiseTargetCpaBidTooLowRecommendation recommended_target_multiplier - * @property {number|Long|null} [average_target_cpa_micros] RaiseTargetCpaBidTooLowRecommendation average_target_cpa_micros + * @property {number|null} [average_target_cpa_micros] RaiseTargetCpaBidTooLowRecommendation average_target_cpa_micros */ /** @@ -344512,7 +344512,7 @@ /** * RaiseTargetCpaBidTooLowRecommendation average_target_cpa_micros. - * @member {number|Long|null|undefined} average_target_cpa_micros + * @member {number|null|undefined} average_target_cpa_micros * @memberof google.ads.googleads.v14.resources.Recommendation.RaiseTargetCpaBidTooLowRecommendation * @instance */ @@ -345336,8 +345336,8 @@ * @interface IShoppingOfferAttributeRecommendation * @property {google.ads.googleads.v14.resources.Recommendation.IMerchantInfo|null} [merchant] ShoppingOfferAttributeRecommendation merchant * @property {string|null} [feed_label] ShoppingOfferAttributeRecommendation feed_label - * @property {number|Long|null} [offers_count] ShoppingOfferAttributeRecommendation offers_count - * @property {number|Long|null} [demoted_offers_count] ShoppingOfferAttributeRecommendation demoted_offers_count + * @property {number|null} [offers_count] ShoppingOfferAttributeRecommendation offers_count + * @property {number|null} [demoted_offers_count] ShoppingOfferAttributeRecommendation demoted_offers_count */ /** @@ -345373,7 +345373,7 @@ /** * ShoppingOfferAttributeRecommendation offers_count. - * @member {number|Long} offers_count + * @member {number} offers_count * @memberof google.ads.googleads.v14.resources.Recommendation.ShoppingOfferAttributeRecommendation * @instance */ @@ -345381,7 +345381,7 @@ /** * ShoppingOfferAttributeRecommendation demoted_offers_count. - * @member {number|Long} demoted_offers_count + * @member {number} demoted_offers_count * @memberof google.ads.googleads.v14.resources.Recommendation.ShoppingOfferAttributeRecommendation * @instance */ @@ -345642,8 +345642,8 @@ * @interface IShoppingFixDisapprovedProductsRecommendation * @property {google.ads.googleads.v14.resources.Recommendation.IMerchantInfo|null} [merchant] ShoppingFixDisapprovedProductsRecommendation merchant * @property {string|null} [feed_label] ShoppingFixDisapprovedProductsRecommendation feed_label - * @property {number|Long|null} [products_count] ShoppingFixDisapprovedProductsRecommendation products_count - * @property {number|Long|null} [disapproved_products_count] ShoppingFixDisapprovedProductsRecommendation disapproved_products_count + * @property {number|null} [products_count] ShoppingFixDisapprovedProductsRecommendation products_count + * @property {number|null} [disapproved_products_count] ShoppingFixDisapprovedProductsRecommendation disapproved_products_count */ /** @@ -345679,7 +345679,7 @@ /** * ShoppingFixDisapprovedProductsRecommendation products_count. - * @member {number|Long} products_count + * @member {number} products_count * @memberof google.ads.googleads.v14.resources.Recommendation.ShoppingFixDisapprovedProductsRecommendation * @instance */ @@ -345687,7 +345687,7 @@ /** * ShoppingFixDisapprovedProductsRecommendation disapproved_products_count. - * @member {number|Long} disapproved_products_count + * @member {number} disapproved_products_count * @memberof google.ads.googleads.v14.resources.Recommendation.ShoppingFixDisapprovedProductsRecommendation * @instance */ @@ -345947,7 +345947,7 @@ * @memberof google.ads.googleads.v14.resources.Recommendation * @interface IShoppingTargetAllOffersRecommendation * @property {google.ads.googleads.v14.resources.Recommendation.IMerchantInfo|null} [merchant] ShoppingTargetAllOffersRecommendation merchant - * @property {number|Long|null} [untargeted_offers_count] ShoppingTargetAllOffersRecommendation untargeted_offers_count + * @property {number|null} [untargeted_offers_count] ShoppingTargetAllOffersRecommendation untargeted_offers_count * @property {string|null} [feed_label] ShoppingTargetAllOffersRecommendation feed_label */ @@ -345976,7 +345976,7 @@ /** * ShoppingTargetAllOffersRecommendation untargeted_offers_count. - * @member {number|Long} untargeted_offers_count + * @member {number} untargeted_offers_count * @memberof google.ads.googleads.v14.resources.Recommendation.ShoppingTargetAllOffersRecommendation * @instance */ @@ -346975,7 +346975,7 @@ * @interface ITargetAdjustmentInfo * @property {string|null} [shared_set] TargetAdjustmentInfo shared_set * @property {number|null} [recommended_target_multiplier] TargetAdjustmentInfo recommended_target_multiplier - * @property {number|Long|null} [current_average_target_micros] TargetAdjustmentInfo current_average_target_micros + * @property {number|null} [current_average_target_micros] TargetAdjustmentInfo current_average_target_micros */ /** @@ -347011,7 +347011,7 @@ /** * TargetAdjustmentInfo current_average_target_micros. - * @member {number|Long} current_average_target_micros + * @member {number} current_average_target_micros * @memberof google.ads.googleads.v14.resources.Recommendation.TargetAdjustmentInfo * @instance */ @@ -347943,8 +347943,8 @@ * Properties of a CampaignBudget. * @memberof google.ads.googleads.v14.resources.Recommendation * @interface ICampaignBudget - * @property {number|Long|null} [current_amount_micros] CampaignBudget current_amount_micros - * @property {number|Long|null} [recommended_new_amount_micros] CampaignBudget recommended_new_amount_micros + * @property {number|null} [current_amount_micros] CampaignBudget current_amount_micros + * @property {number|null} [recommended_new_amount_micros] CampaignBudget recommended_new_amount_micros * @property {string|null} [new_start_date] CampaignBudget new_start_date */ @@ -347965,7 +347965,7 @@ /** * CampaignBudget current_amount_micros. - * @member {number|Long} current_amount_micros + * @member {number} current_amount_micros * @memberof google.ads.googleads.v14.resources.Recommendation.CampaignBudget * @instance */ @@ -347973,7 +347973,7 @@ /** * CampaignBudget recommended_new_amount_micros. - * @member {number|Long} recommended_new_amount_micros + * @member {number} recommended_new_amount_micros * @memberof google.ads.googleads.v14.resources.Recommendation.CampaignBudget * @instance */ @@ -348806,7 +348806,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IRemarketingAction * @property {string|null} [resource_name] RemarketingAction resource_name - * @property {number|Long|null} [id] RemarketingAction id + * @property {number|null} [id] RemarketingAction id * @property {string|null} [name] RemarketingAction name * @property {Array.|null} [tag_snippets] RemarketingAction tag_snippets */ @@ -348837,7 +348837,7 @@ /** * RemarketingAction id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.RemarketingAction * @instance */ @@ -349491,7 +349491,7 @@ * @interface ISharedCriterion * @property {string|null} [resource_name] SharedCriterion resource_name * @property {string|null} [shared_set] SharedCriterion shared_set - * @property {number|Long|null} [criterion_id] SharedCriterion criterion_id + * @property {number|null} [criterion_id] SharedCriterion criterion_id * @property {google.ads.googleads.v14.enums.CriterionTypeEnum.CriterionType|null} [type] SharedCriterion type * @property {google.ads.googleads.v14.common.IKeywordInfo|null} [keyword] SharedCriterion keyword * @property {google.ads.googleads.v14.common.IYouTubeVideoInfo|null} [youtube_video] SharedCriterion youtube_video @@ -349534,7 +349534,7 @@ /** * SharedCriterion criterion_id. - * @member {number|Long|null|undefined} criterion_id + * @member {number|null|undefined} criterion_id * @memberof google.ads.googleads.v14.resources.SharedCriterion * @instance */ @@ -350225,12 +350225,12 @@ * @memberof google.ads.googleads.v14.resources * @interface ISharedSet * @property {string|null} [resource_name] SharedSet resource_name - * @property {number|Long|null} [id] SharedSet id + * @property {number|null} [id] SharedSet id * @property {google.ads.googleads.v14.enums.SharedSetTypeEnum.SharedSetType|null} [type] SharedSet type * @property {string|null} [name] SharedSet name * @property {google.ads.googleads.v14.enums.SharedSetStatusEnum.SharedSetStatus|null} [status] SharedSet status - * @property {number|Long|null} [member_count] SharedSet member_count - * @property {number|Long|null} [reference_count] SharedSet reference_count + * @property {number|null} [member_count] SharedSet member_count + * @property {number|null} [reference_count] SharedSet reference_count */ /** @@ -350258,7 +350258,7 @@ /** * SharedSet id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.SharedSet * @instance */ @@ -350290,7 +350290,7 @@ /** * SharedSet member_count. - * @member {number|Long|null|undefined} member_count + * @member {number|null|undefined} member_count * @memberof google.ads.googleads.v14.resources.SharedSet * @instance */ @@ -350298,7 +350298,7 @@ /** * SharedSet reference_count. - * @member {number|Long|null|undefined} reference_count + * @member {number|null|undefined} reference_count * @memberof google.ads.googleads.v14.resources.SharedSet * @instance */ @@ -352324,7 +352324,7 @@ * @memberof google.ads.googleads.v14.resources * @interface ITopicConstant * @property {string|null} [resource_name] TopicConstant resource_name - * @property {number|Long|null} [id] TopicConstant id + * @property {number|null} [id] TopicConstant id * @property {string|null} [topic_constant_parent] TopicConstant topic_constant_parent * @property {Array.|null} [path] TopicConstant path */ @@ -352355,7 +352355,7 @@ /** * TopicConstant id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.TopicConstant * @instance */ @@ -353267,7 +353267,7 @@ * @interface IUserInterest * @property {string|null} [resource_name] UserInterest resource_name * @property {google.ads.googleads.v14.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType|null} [taxonomy_type] UserInterest taxonomy_type - * @property {number|Long|null} [user_interest_id] UserInterest user_interest_id + * @property {number|null} [user_interest_id] UserInterest user_interest_id * @property {string|null} [name] UserInterest name * @property {string|null} [user_interest_parent] UserInterest user_interest_parent * @property {boolean|null} [launched_to_all] UserInterest launched_to_all @@ -353308,7 +353308,7 @@ /** * UserInterest user_interest_id. - * @member {number|Long|null|undefined} user_interest_id + * @member {number|null|undefined} user_interest_id * @memberof google.ads.googleads.v14.resources.UserInterest * @instance */ @@ -353748,16 +353748,16 @@ * @memberof google.ads.googleads.v14.resources * @interface IUserList * @property {string|null} [resource_name] UserList resource_name - * @property {number|Long|null} [id] UserList id + * @property {number|null} [id] UserList id * @property {boolean|null} [read_only] UserList read_only * @property {string|null} [name] UserList name * @property {string|null} [description] UserList description * @property {google.ads.googleads.v14.enums.UserListMembershipStatusEnum.UserListMembershipStatus|null} [membership_status] UserList membership_status * @property {string|null} [integration_code] UserList integration_code - * @property {number|Long|null} [membership_life_span] UserList membership_life_span - * @property {number|Long|null} [size_for_display] UserList size_for_display + * @property {number|null} [membership_life_span] UserList membership_life_span + * @property {number|null} [size_for_display] UserList size_for_display * @property {google.ads.googleads.v14.enums.UserListSizeRangeEnum.UserListSizeRange|null} [size_range_for_display] UserList size_range_for_display - * @property {number|Long|null} [size_for_search] UserList size_for_search + * @property {number|null} [size_for_search] UserList size_for_search * @property {google.ads.googleads.v14.enums.UserListSizeRangeEnum.UserListSizeRange|null} [size_range_for_search] UserList size_range_for_search * @property {google.ads.googleads.v14.enums.UserListTypeEnum.UserListType|null} [type] UserList type * @property {google.ads.googleads.v14.enums.UserListClosingReasonEnum.UserListClosingReason|null} [closing_reason] UserList closing_reason @@ -353798,7 +353798,7 @@ /** * UserList id. - * @member {number|Long|null|undefined} id + * @member {number|null|undefined} id * @memberof google.ads.googleads.v14.resources.UserList * @instance */ @@ -353846,7 +353846,7 @@ /** * UserList membership_life_span. - * @member {number|Long|null|undefined} membership_life_span + * @member {number|null|undefined} membership_life_span * @memberof google.ads.googleads.v14.resources.UserList * @instance */ @@ -353854,7 +353854,7 @@ /** * UserList size_for_display. - * @member {number|Long|null|undefined} size_for_display + * @member {number|null|undefined} size_for_display * @memberof google.ads.googleads.v14.resources.UserList * @instance */ @@ -353870,7 +353870,7 @@ /** * UserList size_for_search. - * @member {number|Long|null|undefined} size_for_search + * @member {number|null|undefined} size_for_search * @memberof google.ads.googleads.v14.resources.UserList * @instance */ @@ -355132,7 +355132,7 @@ * @memberof google.ads.googleads.v14.resources * @interface IUserLocationView * @property {string|null} [resource_name] UserLocationView resource_name - * @property {number|Long|null} [country_criterion_id] UserLocationView country_criterion_id + * @property {number|null} [country_criterion_id] UserLocationView country_criterion_id * @property {boolean|null} [targeting_location] UserLocationView targeting_location */ @@ -355161,7 +355161,7 @@ /** * UserLocationView country_criterion_id. - * @member {number|Long|null|undefined} country_criterion_id + * @member {number|null|undefined} country_criterion_id * @memberof google.ads.googleads.v14.resources.UserLocationView * @instance */ @@ -355427,7 +355427,7 @@ * @property {string|null} [resource_name] Video resource_name * @property {string|null} [id] Video id * @property {string|null} [channel_id] Video channel_id - * @property {number|Long|null} [duration_millis] Video duration_millis + * @property {number|null} [duration_millis] Video duration_millis * @property {string|null} [title] Video title */ @@ -355472,7 +355472,7 @@ /** * Video duration_millis. - * @member {number|Long|null|undefined} duration_millis + * @member {number|null|undefined} duration_millis * @memberof google.ads.googleads.v14.resources.Video * @instance */ @@ -389296,7 +389296,7 @@ * Properties of a YouTubeChannelAttributeMetadata. * @memberof google.ads.googleads.v14.services * @interface IYouTubeChannelAttributeMetadata - * @property {number|Long|null} [subscriber_count] YouTubeChannelAttributeMetadata subscriber_count + * @property {number|null} [subscriber_count] YouTubeChannelAttributeMetadata subscriber_count */ /** @@ -389316,7 +389316,7 @@ /** * YouTubeChannelAttributeMetadata subscriber_count. - * @member {number|Long} subscriber_count + * @member {number} subscriber_count * @memberof google.ads.googleads.v14.services.YouTubeChannelAttributeMetadata * @instance */ @@ -389514,9 +389514,9 @@ * @memberof google.ads.googleads.v14.services * @interface IDynamicLineupAttributeMetadata * @property {google.ads.googleads.v14.common.ILocationInfo|null} [inventory_country] DynamicLineupAttributeMetadata inventory_country - * @property {number|Long|null} [median_monthly_inventory] DynamicLineupAttributeMetadata median_monthly_inventory - * @property {number|Long|null} [channel_count_lower_bound] DynamicLineupAttributeMetadata channel_count_lower_bound - * @property {number|Long|null} [channel_count_upper_bound] DynamicLineupAttributeMetadata channel_count_upper_bound + * @property {number|null} [median_monthly_inventory] DynamicLineupAttributeMetadata median_monthly_inventory + * @property {number|null} [channel_count_lower_bound] DynamicLineupAttributeMetadata channel_count_lower_bound + * @property {number|null} [channel_count_upper_bound] DynamicLineupAttributeMetadata channel_count_upper_bound * @property {Array.|null} [sample_channels] DynamicLineupAttributeMetadata sample_channels */ @@ -389546,7 +389546,7 @@ /** * DynamicLineupAttributeMetadata median_monthly_inventory. - * @member {number|Long|null|undefined} median_monthly_inventory + * @member {number|null|undefined} median_monthly_inventory * @memberof google.ads.googleads.v14.services.DynamicLineupAttributeMetadata * @instance */ @@ -389554,7 +389554,7 @@ /** * DynamicLineupAttributeMetadata channel_count_lower_bound. - * @member {number|Long|null|undefined} channel_count_lower_bound + * @member {number|null|undefined} channel_count_lower_bound * @memberof google.ads.googleads.v14.services.DynamicLineupAttributeMetadata * @instance */ @@ -389562,7 +389562,7 @@ /** * DynamicLineupAttributeMetadata channel_count_upper_bound. - * @member {number|Long|null|undefined} channel_count_upper_bound + * @member {number|null|undefined} channel_count_upper_bound * @memberof google.ads.googleads.v14.services.DynamicLineupAttributeMetadata * @instance */ @@ -394995,7 +394995,7 @@ * Properties of an AddBatchJobOperationsResponse. * @memberof google.ads.googleads.v14.services * @interface IAddBatchJobOperationsResponse - * @property {number|Long|null} [total_operations] AddBatchJobOperationsResponse total_operations + * @property {number|null} [total_operations] AddBatchJobOperationsResponse total_operations * @property {string|null} [next_sequence_token] AddBatchJobOperationsResponse next_sequence_token */ @@ -395016,7 +395016,7 @@ /** * AddBatchJobOperationsResponse total_operations. - * @member {number|Long} total_operations + * @member {number} total_operations * @memberof google.ads.googleads.v14.services.AddBatchJobOperationsResponse * @instance */ @@ -395781,7 +395781,7 @@ * Properties of a BatchJobResult. * @memberof google.ads.googleads.v14.services * @interface IBatchJobResult - * @property {number|Long|null} [operation_index] BatchJobResult operation_index + * @property {number|null} [operation_index] BatchJobResult operation_index * @property {google.ads.googleads.v14.services.IMutateOperationResponse|null} [mutate_operation_response] BatchJobResult mutate_operation_response * @property {google.rpc.IStatus|null} [status] BatchJobResult status */ @@ -395803,7 +395803,7 @@ /** * BatchJobResult operation_index. - * @member {number|Long} operation_index + * @member {number} operation_index * @memberof google.ads.googleads.v14.services.BatchJobResult * @instance */ @@ -396567,7 +396567,7 @@ * @interface ISearchGoogleAdsResponse * @property {Array.|null} [results] SearchGoogleAdsResponse results * @property {string|null} [next_page_token] SearchGoogleAdsResponse next_page_token - * @property {number|Long|null} [total_results_count] SearchGoogleAdsResponse total_results_count + * @property {number|null} [total_results_count] SearchGoogleAdsResponse total_results_count * @property {google.protobuf.IFieldMask|null} [field_mask] SearchGoogleAdsResponse field_mask * @property {google.ads.googleads.v14.services.IGoogleAdsRow|null} [summary_row] SearchGoogleAdsResponse summary_row */ @@ -396606,7 +396606,7 @@ /** * SearchGoogleAdsResponse total_results_count. - * @member {number|Long} total_results_count + * @member {number} total_results_count * @memberof google.ads.googleads.v14.services.SearchGoogleAdsResponse * @instance */ @@ -477480,7 +477480,7 @@ * @interface IUploadConversionAdjustmentsResponse * @property {google.rpc.IStatus|null} [partial_failure_error] UploadConversionAdjustmentsResponse partial_failure_error * @property {Array.|null} [results] UploadConversionAdjustmentsResponse results - * @property {number|Long|null} [job_id] UploadConversionAdjustmentsResponse job_id + * @property {number|null} [job_id] UploadConversionAdjustmentsResponse job_id */ /** @@ -477517,7 +477517,7 @@ /** * UploadConversionAdjustmentsResponse job_id. - * @member {number|Long} job_id + * @member {number} job_id * @memberof google.ads.googleads.v14.services.UploadConversionAdjustmentsResponse * @instance */ @@ -479572,7 +479572,7 @@ * @interface IUploadClickConversionsResponse * @property {google.rpc.IStatus|null} [partial_failure_error] UploadClickConversionsResponse partial_failure_error * @property {Array.|null} [results] UploadClickConversionsResponse results - * @property {number|Long|null} [job_id] UploadClickConversionsResponse job_id + * @property {number|null} [job_id] UploadClickConversionsResponse job_id */ /** @@ -479609,7 +479609,7 @@ /** * UploadClickConversionsResponse job_id. - * @member {number|Long} job_id + * @member {number} job_id * @memberof google.ads.googleads.v14.services.UploadClickConversionsResponse * @instance */ @@ -482733,7 +482733,7 @@ * Properties of a CartData. * @memberof google.ads.googleads.v14.services * @interface ICartData - * @property {number|Long|null} [merchant_id] CartData merchant_id + * @property {number|null} [merchant_id] CartData merchant_id * @property {string|null} [feed_country_code] CartData feed_country_code * @property {string|null} [feed_language_code] CartData feed_language_code * @property {number|null} [local_transaction_cost] CartData local_transaction_cost @@ -482758,7 +482758,7 @@ /** * CartData merchant_id. - * @member {number|Long} merchant_id + * @member {number} merchant_id * @memberof google.ads.googleads.v14.services.CartData * @instance */ @@ -493166,7 +493166,7 @@ * @memberof google.ads.googleads.v14.services * @interface IGeoTargetConstantSuggestion * @property {string|null} [locale] GeoTargetConstantSuggestion locale - * @property {number|Long|null} [reach] GeoTargetConstantSuggestion reach + * @property {number|null} [reach] GeoTargetConstantSuggestion reach * @property {string|null} [search_term] GeoTargetConstantSuggestion search_term * @property {google.ads.googleads.v14.resources.IGeoTargetConstant|null} [geo_target_constant] GeoTargetConstantSuggestion geo_target_constant * @property {Array.|null} [geo_target_constant_parents] GeoTargetConstantSuggestion geo_target_constant_parents @@ -493198,7 +493198,7 @@ /** * GeoTargetConstantSuggestion reach. - * @member {number|Long|null|undefined} reach + * @member {number|null|undefined} reach * @memberof google.ads.googleads.v14.services.GeoTargetConstantSuggestion * @instance */ @@ -494102,7 +494102,7 @@ * @interface ISearchGoogleAdsFieldsResponse * @property {Array.|null} [results] SearchGoogleAdsFieldsResponse results * @property {string|null} [next_page_token] SearchGoogleAdsFieldsResponse next_page_token - * @property {number|Long|null} [total_results_count] SearchGoogleAdsFieldsResponse total_results_count + * @property {number|null} [total_results_count] SearchGoogleAdsFieldsResponse total_results_count */ /** @@ -494139,7 +494139,7 @@ /** * SearchGoogleAdsFieldsResponse total_results_count. - * @member {number|Long} total_results_count + * @member {number} total_results_count * @memberof google.ads.googleads.v14.services.SearchGoogleAdsFieldsResponse * @instance */ @@ -496806,7 +496806,7 @@ * @property {Array.|null} [results] GenerateKeywordIdeaResponse results * @property {google.ads.googleads.v14.common.IKeywordPlanAggregateMetricResults|null} [aggregate_metric_results] GenerateKeywordIdeaResponse aggregate_metric_results * @property {string|null} [next_page_token] GenerateKeywordIdeaResponse next_page_token - * @property {number|Long|null} [total_size] GenerateKeywordIdeaResponse total_size + * @property {number|null} [total_size] GenerateKeywordIdeaResponse total_size */ /** @@ -496851,7 +496851,7 @@ /** * GenerateKeywordIdeaResponse total_size. - * @member {number|Long} total_size + * @member {number} total_size * @memberof google.ads.googleads.v14.services.GenerateKeywordIdeaResponse * @instance */ @@ -500620,7 +500620,7 @@ * Properties of a ForecastAdGroup. * @memberof google.ads.googleads.v14.services * @interface IForecastAdGroup - * @property {number|Long|null} [max_cpc_bid_micros] ForecastAdGroup max_cpc_bid_micros + * @property {number|null} [max_cpc_bid_micros] ForecastAdGroup max_cpc_bid_micros * @property {Array.|null} [biddable_keywords] ForecastAdGroup biddable_keywords * @property {Array.|null} [negative_keywords] ForecastAdGroup negative_keywords */ @@ -500644,7 +500644,7 @@ /** * ForecastAdGroup max_cpc_bid_micros. - * @member {number|Long|null|undefined} max_cpc_bid_micros + * @member {number|null|undefined} max_cpc_bid_micros * @memberof google.ads.googleads.v14.services.ForecastAdGroup * @instance */ @@ -500942,7 +500942,7 @@ * @memberof google.ads.googleads.v14.services * @interface IBiddableKeyword * @property {google.ads.googleads.v14.common.IKeywordInfo|null} [keyword] BiddableKeyword keyword - * @property {number|Long|null} [max_cpc_bid_micros] BiddableKeyword max_cpc_bid_micros + * @property {number|null} [max_cpc_bid_micros] BiddableKeyword max_cpc_bid_micros */ /** @@ -500970,7 +500970,7 @@ /** * BiddableKeyword max_cpc_bid_micros. - * @member {number|Long|null|undefined} max_cpc_bid_micros + * @member {number|null|undefined} max_cpc_bid_micros * @memberof google.ads.googleads.v14.services.BiddableKeyword * @instance */ @@ -501446,8 +501446,8 @@ * Properties of a ManualCpcBiddingStrategy. * @memberof google.ads.googleads.v14.services * @interface IManualCpcBiddingStrategy - * @property {number|Long|null} [daily_budget_micros] ManualCpcBiddingStrategy daily_budget_micros - * @property {number|Long|null} [max_cpc_bid_micros] ManualCpcBiddingStrategy max_cpc_bid_micros + * @property {number|null} [daily_budget_micros] ManualCpcBiddingStrategy daily_budget_micros + * @property {number|null} [max_cpc_bid_micros] ManualCpcBiddingStrategy max_cpc_bid_micros */ /** @@ -501467,7 +501467,7 @@ /** * ManualCpcBiddingStrategy daily_budget_micros. - * @member {number|Long|null|undefined} daily_budget_micros + * @member {number|null|undefined} daily_budget_micros * @memberof google.ads.googleads.v14.services.ManualCpcBiddingStrategy * @instance */ @@ -501475,7 +501475,7 @@ /** * ManualCpcBiddingStrategy max_cpc_bid_micros. - * @member {number|Long} max_cpc_bid_micros + * @member {number} max_cpc_bid_micros * @memberof google.ads.googleads.v14.services.ManualCpcBiddingStrategy * @instance */ @@ -501715,8 +501715,8 @@ * Properties of a MaximizeClicksBiddingStrategy. * @memberof google.ads.googleads.v14.services * @interface IMaximizeClicksBiddingStrategy - * @property {number|Long|null} [daily_target_spend_micros] MaximizeClicksBiddingStrategy daily_target_spend_micros - * @property {number|Long|null} [max_cpc_bid_ceiling_micros] MaximizeClicksBiddingStrategy max_cpc_bid_ceiling_micros + * @property {number|null} [daily_target_spend_micros] MaximizeClicksBiddingStrategy daily_target_spend_micros + * @property {number|null} [max_cpc_bid_ceiling_micros] MaximizeClicksBiddingStrategy max_cpc_bid_ceiling_micros */ /** @@ -501736,7 +501736,7 @@ /** * MaximizeClicksBiddingStrategy daily_target_spend_micros. - * @member {number|Long} daily_target_spend_micros + * @member {number} daily_target_spend_micros * @memberof google.ads.googleads.v14.services.MaximizeClicksBiddingStrategy * @instance */ @@ -501744,7 +501744,7 @@ /** * MaximizeClicksBiddingStrategy max_cpc_bid_ceiling_micros. - * @member {number|Long|null|undefined} max_cpc_bid_ceiling_micros + * @member {number|null|undefined} max_cpc_bid_ceiling_micros * @memberof google.ads.googleads.v14.services.MaximizeClicksBiddingStrategy * @instance */ @@ -501984,7 +501984,7 @@ * Properties of a MaximizeConversionsBiddingStrategy. * @memberof google.ads.googleads.v14.services * @interface IMaximizeConversionsBiddingStrategy - * @property {number|Long|null} [daily_target_spend_micros] MaximizeConversionsBiddingStrategy daily_target_spend_micros + * @property {number|null} [daily_target_spend_micros] MaximizeConversionsBiddingStrategy daily_target_spend_micros */ /** @@ -502004,7 +502004,7 @@ /** * MaximizeConversionsBiddingStrategy daily_target_spend_micros. - * @member {number|Long} daily_target_spend_micros + * @member {number} daily_target_spend_micros * @memberof google.ads.googleads.v14.services.MaximizeConversionsBiddingStrategy * @instance */ @@ -502430,12 +502430,12 @@ * @interface IKeywordForecastMetrics * @property {number|null} [impressions] KeywordForecastMetrics impressions * @property {number|null} [click_through_rate] KeywordForecastMetrics click_through_rate - * @property {number|Long|null} [average_cpc_micros] KeywordForecastMetrics average_cpc_micros + * @property {number|null} [average_cpc_micros] KeywordForecastMetrics average_cpc_micros * @property {number|null} [clicks] KeywordForecastMetrics clicks - * @property {number|Long|null} [cost_micros] KeywordForecastMetrics cost_micros + * @property {number|null} [cost_micros] KeywordForecastMetrics cost_micros * @property {number|null} [conversions] KeywordForecastMetrics conversions * @property {number|null} [conversion_rate] KeywordForecastMetrics conversion_rate - * @property {number|Long|null} [average_cpa_micros] KeywordForecastMetrics average_cpa_micros + * @property {number|null} [average_cpa_micros] KeywordForecastMetrics average_cpa_micros */ /** @@ -502471,7 +502471,7 @@ /** * KeywordForecastMetrics average_cpc_micros. - * @member {number|Long|null|undefined} average_cpc_micros + * @member {number|null|undefined} average_cpc_micros * @memberof google.ads.googleads.v14.services.KeywordForecastMetrics * @instance */ @@ -502487,7 +502487,7 @@ /** * KeywordForecastMetrics cost_micros. - * @member {number|Long|null|undefined} cost_micros + * @member {number|null|undefined} cost_micros * @memberof google.ads.googleads.v14.services.KeywordForecastMetrics * @instance */ @@ -502511,7 +502511,7 @@ /** * KeywordForecastMetrics average_cpa_micros. - * @member {number|Long|null|undefined} average_cpa_micros + * @member {number|null|undefined} average_cpa_micros * @memberof google.ads.googleads.v14.services.KeywordForecastMetrics * @instance */ @@ -508943,7 +508943,7 @@ * @interface IPlannableLocation * @property {string|null} [id] PlannableLocation id * @property {string|null} [name] PlannableLocation name - * @property {number|Long|null} [parent_country_id] PlannableLocation parent_country_id + * @property {number|null} [parent_country_id] PlannableLocation parent_country_id * @property {string|null} [country_code] PlannableLocation country_code * @property {string|null} [location_type] PlannableLocation location_type */ @@ -508981,7 +508981,7 @@ /** * PlannableLocation parent_country_id. - * @member {number|Long|null|undefined} parent_country_id + * @member {number|null|undefined} parent_country_id * @memberof google.ads.googleads.v14.services.PlannableLocation * @instance */ @@ -512500,7 +512500,7 @@ * @memberof google.ads.googleads.v14.services * @interface IPlannedProduct * @property {string|null} [plannable_product_code] PlannedProduct plannable_product_code - * @property {number|Long|null} [budget_micros] PlannedProduct budget_micros + * @property {number|null} [budget_micros] PlannedProduct budget_micros * @property {google.ads.googleads.v14.services.IAdvancedProductTargeting|null} [advanced_product_targeting] PlannedProduct advanced_product_targeting */ @@ -512529,7 +512529,7 @@ /** * PlannedProduct budget_micros. - * @member {number|Long|null|undefined} budget_micros + * @member {number|null|undefined} budget_micros * @memberof google.ads.googleads.v14.services.PlannedProduct * @instance */ @@ -513258,7 +513258,7 @@ * Properties of a ReachForecast. * @memberof google.ads.googleads.v14.services * @interface IReachForecast - * @property {number|Long|null} [cost_micros] ReachForecast cost_micros + * @property {number|null} [cost_micros] ReachForecast cost_micros * @property {google.ads.googleads.v14.services.IForecast|null} [forecast] ReachForecast forecast * @property {Array.|null} [planned_product_reach_forecasts] ReachForecast planned_product_reach_forecasts */ @@ -513281,7 +513281,7 @@ /** * ReachForecast cost_micros. - * @member {number|Long} cost_micros + * @member {number} cost_micros * @memberof google.ads.googleads.v14.services.ReachForecast * @instance */ @@ -513549,16 +513549,16 @@ * Properties of a Forecast. * @memberof google.ads.googleads.v14.services * @interface IForecast - * @property {number|Long|null} [on_target_reach] Forecast on_target_reach - * @property {number|Long|null} [total_reach] Forecast total_reach - * @property {number|Long|null} [on_target_impressions] Forecast on_target_impressions - * @property {number|Long|null} [total_impressions] Forecast total_impressions - * @property {number|Long|null} [viewable_impressions] Forecast viewable_impressions + * @property {number|null} [on_target_reach] Forecast on_target_reach + * @property {number|null} [total_reach] Forecast total_reach + * @property {number|null} [on_target_impressions] Forecast on_target_impressions + * @property {number|null} [total_impressions] Forecast total_impressions + * @property {number|null} [viewable_impressions] Forecast viewable_impressions * @property {Array.|null} [effective_frequency_breakdowns] Forecast effective_frequency_breakdowns - * @property {number|Long|null} [on_target_coview_reach] Forecast on_target_coview_reach - * @property {number|Long|null} [total_coview_reach] Forecast total_coview_reach - * @property {number|Long|null} [on_target_coview_impressions] Forecast on_target_coview_impressions - * @property {number|Long|null} [total_coview_impressions] Forecast total_coview_impressions + * @property {number|null} [on_target_coview_reach] Forecast on_target_coview_reach + * @property {number|null} [total_coview_reach] Forecast total_coview_reach + * @property {number|null} [on_target_coview_impressions] Forecast on_target_coview_impressions + * @property {number|null} [total_coview_impressions] Forecast total_coview_impressions */ /** @@ -513579,7 +513579,7 @@ /** * Forecast on_target_reach. - * @member {number|Long|null|undefined} on_target_reach + * @member {number|null|undefined} on_target_reach * @memberof google.ads.googleads.v14.services.Forecast * @instance */ @@ -513587,7 +513587,7 @@ /** * Forecast total_reach. - * @member {number|Long|null|undefined} total_reach + * @member {number|null|undefined} total_reach * @memberof google.ads.googleads.v14.services.Forecast * @instance */ @@ -513595,7 +513595,7 @@ /** * Forecast on_target_impressions. - * @member {number|Long|null|undefined} on_target_impressions + * @member {number|null|undefined} on_target_impressions * @memberof google.ads.googleads.v14.services.Forecast * @instance */ @@ -513603,7 +513603,7 @@ /** * Forecast total_impressions. - * @member {number|Long|null|undefined} total_impressions + * @member {number|null|undefined} total_impressions * @memberof google.ads.googleads.v14.services.Forecast * @instance */ @@ -513611,7 +513611,7 @@ /** * Forecast viewable_impressions. - * @member {number|Long|null|undefined} viewable_impressions + * @member {number|null|undefined} viewable_impressions * @memberof google.ads.googleads.v14.services.Forecast * @instance */ @@ -513627,7 +513627,7 @@ /** * Forecast on_target_coview_reach. - * @member {number|Long|null|undefined} on_target_coview_reach + * @member {number|null|undefined} on_target_coview_reach * @memberof google.ads.googleads.v14.services.Forecast * @instance */ @@ -513635,7 +513635,7 @@ /** * Forecast total_coview_reach. - * @member {number|Long|null|undefined} total_coview_reach + * @member {number|null|undefined} total_coview_reach * @memberof google.ads.googleads.v14.services.Forecast * @instance */ @@ -513643,7 +513643,7 @@ /** * Forecast on_target_coview_impressions. - * @member {number|Long|null|undefined} on_target_coview_impressions + * @member {number|null|undefined} on_target_coview_impressions * @memberof google.ads.googleads.v14.services.Forecast * @instance */ @@ -513651,7 +513651,7 @@ /** * Forecast total_coview_impressions. - * @member {number|Long|null|undefined} total_coview_impressions + * @member {number|null|undefined} total_coview_impressions * @memberof google.ads.googleads.v14.services.Forecast * @instance */ @@ -514210,7 +514210,7 @@ * @memberof google.ads.googleads.v14.services * @interface IPlannedProductReachForecast * @property {string|null} [plannable_product_code] PlannedProductReachForecast plannable_product_code - * @property {number|Long|null} [cost_micros] PlannedProductReachForecast cost_micros + * @property {number|null} [cost_micros] PlannedProductReachForecast cost_micros * @property {google.ads.googleads.v14.services.IPlannedProductForecast|null} [planned_product_forecast] PlannedProductReachForecast planned_product_forecast */ @@ -514239,7 +514239,7 @@ /** * PlannedProductReachForecast cost_micros. - * @member {number|Long} cost_micros + * @member {number} cost_micros * @memberof google.ads.googleads.v14.services.PlannedProductReachForecast * @instance */ @@ -514478,15 +514478,15 @@ * Properties of a PlannedProductForecast. * @memberof google.ads.googleads.v14.services * @interface IPlannedProductForecast - * @property {number|Long|null} [on_target_reach] PlannedProductForecast on_target_reach - * @property {number|Long|null} [total_reach] PlannedProductForecast total_reach - * @property {number|Long|null} [on_target_impressions] PlannedProductForecast on_target_impressions - * @property {number|Long|null} [total_impressions] PlannedProductForecast total_impressions - * @property {number|Long|null} [viewable_impressions] PlannedProductForecast viewable_impressions - * @property {number|Long|null} [on_target_coview_reach] PlannedProductForecast on_target_coview_reach - * @property {number|Long|null} [total_coview_reach] PlannedProductForecast total_coview_reach - * @property {number|Long|null} [on_target_coview_impressions] PlannedProductForecast on_target_coview_impressions - * @property {number|Long|null} [total_coview_impressions] PlannedProductForecast total_coview_impressions + * @property {number|null} [on_target_reach] PlannedProductForecast on_target_reach + * @property {number|null} [total_reach] PlannedProductForecast total_reach + * @property {number|null} [on_target_impressions] PlannedProductForecast on_target_impressions + * @property {number|null} [total_impressions] PlannedProductForecast total_impressions + * @property {number|null} [viewable_impressions] PlannedProductForecast viewable_impressions + * @property {number|null} [on_target_coview_reach] PlannedProductForecast on_target_coview_reach + * @property {number|null} [total_coview_reach] PlannedProductForecast total_coview_reach + * @property {number|null} [on_target_coview_impressions] PlannedProductForecast on_target_coview_impressions + * @property {number|null} [total_coview_impressions] PlannedProductForecast total_coview_impressions */ /** @@ -514506,7 +514506,7 @@ /** * PlannedProductForecast on_target_reach. - * @member {number|Long} on_target_reach + * @member {number} on_target_reach * @memberof google.ads.googleads.v14.services.PlannedProductForecast * @instance */ @@ -514514,7 +514514,7 @@ /** * PlannedProductForecast total_reach. - * @member {number|Long} total_reach + * @member {number} total_reach * @memberof google.ads.googleads.v14.services.PlannedProductForecast * @instance */ @@ -514522,7 +514522,7 @@ /** * PlannedProductForecast on_target_impressions. - * @member {number|Long} on_target_impressions + * @member {number} on_target_impressions * @memberof google.ads.googleads.v14.services.PlannedProductForecast * @instance */ @@ -514530,7 +514530,7 @@ /** * PlannedProductForecast total_impressions. - * @member {number|Long} total_impressions + * @member {number} total_impressions * @memberof google.ads.googleads.v14.services.PlannedProductForecast * @instance */ @@ -514538,7 +514538,7 @@ /** * PlannedProductForecast viewable_impressions. - * @member {number|Long|null|undefined} viewable_impressions + * @member {number|null|undefined} viewable_impressions * @memberof google.ads.googleads.v14.services.PlannedProductForecast * @instance */ @@ -514546,7 +514546,7 @@ /** * PlannedProductForecast on_target_coview_reach. - * @member {number|Long|null|undefined} on_target_coview_reach + * @member {number|null|undefined} on_target_coview_reach * @memberof google.ads.googleads.v14.services.PlannedProductForecast * @instance */ @@ -514554,7 +514554,7 @@ /** * PlannedProductForecast total_coview_reach. - * @member {number|Long|null|undefined} total_coview_reach + * @member {number|null|undefined} total_coview_reach * @memberof google.ads.googleads.v14.services.PlannedProductForecast * @instance */ @@ -514562,7 +514562,7 @@ /** * PlannedProductForecast on_target_coview_impressions. - * @member {number|Long|null|undefined} on_target_coview_impressions + * @member {number|null|undefined} on_target_coview_impressions * @memberof google.ads.googleads.v14.services.PlannedProductForecast * @instance */ @@ -514570,7 +514570,7 @@ /** * PlannedProductForecast total_coview_impressions. - * @member {number|Long|null|undefined} total_coview_impressions + * @member {number|null|undefined} total_coview_impressions * @memberof google.ads.googleads.v14.services.PlannedProductForecast * @instance */ @@ -515051,8 +515051,8 @@ * Properties of an OnTargetAudienceMetrics. * @memberof google.ads.googleads.v14.services * @interface IOnTargetAudienceMetrics - * @property {number|Long|null} [youtube_audience_size] OnTargetAudienceMetrics youtube_audience_size - * @property {number|Long|null} [census_audience_size] OnTargetAudienceMetrics census_audience_size + * @property {number|null} [youtube_audience_size] OnTargetAudienceMetrics youtube_audience_size + * @property {number|null} [census_audience_size] OnTargetAudienceMetrics census_audience_size */ /** @@ -515072,7 +515072,7 @@ /** * OnTargetAudienceMetrics youtube_audience_size. - * @member {number|Long|null|undefined} youtube_audience_size + * @member {number|null|undefined} youtube_audience_size * @memberof google.ads.googleads.v14.services.OnTargetAudienceMetrics * @instance */ @@ -515080,7 +515080,7 @@ /** * OnTargetAudienceMetrics census_audience_size. - * @member {number|Long|null|undefined} census_audience_size + * @member {number|null|undefined} census_audience_size * @memberof google.ads.googleads.v14.services.OnTargetAudienceMetrics * @instance */ @@ -515331,10 +515331,10 @@ * @memberof google.ads.googleads.v14.services * @interface IEffectiveFrequencyBreakdown * @property {number|null} [effective_frequency] EffectiveFrequencyBreakdown effective_frequency - * @property {number|Long|null} [on_target_reach] EffectiveFrequencyBreakdown on_target_reach - * @property {number|Long|null} [total_reach] EffectiveFrequencyBreakdown total_reach - * @property {number|Long|null} [effective_coview_reach] EffectiveFrequencyBreakdown effective_coview_reach - * @property {number|Long|null} [on_target_effective_coview_reach] EffectiveFrequencyBreakdown on_target_effective_coview_reach + * @property {number|null} [on_target_reach] EffectiveFrequencyBreakdown on_target_reach + * @property {number|null} [total_reach] EffectiveFrequencyBreakdown total_reach + * @property {number|null} [effective_coview_reach] EffectiveFrequencyBreakdown effective_coview_reach + * @property {number|null} [on_target_effective_coview_reach] EffectiveFrequencyBreakdown on_target_effective_coview_reach */ /** @@ -515362,7 +515362,7 @@ /** * EffectiveFrequencyBreakdown on_target_reach. - * @member {number|Long} on_target_reach + * @member {number} on_target_reach * @memberof google.ads.googleads.v14.services.EffectiveFrequencyBreakdown * @instance */ @@ -515370,7 +515370,7 @@ /** * EffectiveFrequencyBreakdown total_reach. - * @member {number|Long} total_reach + * @member {number} total_reach * @memberof google.ads.googleads.v14.services.EffectiveFrequencyBreakdown * @instance */ @@ -515378,7 +515378,7 @@ /** * EffectiveFrequencyBreakdown effective_coview_reach. - * @member {number|Long|null|undefined} effective_coview_reach + * @member {number|null|undefined} effective_coview_reach * @memberof google.ads.googleads.v14.services.EffectiveFrequencyBreakdown * @instance */ @@ -515386,7 +515386,7 @@ /** * EffectiveFrequencyBreakdown on_target_effective_coview_reach. - * @member {number|Long|null|undefined} on_target_effective_coview_reach + * @member {number|null|undefined} on_target_effective_coview_reach * @memberof google.ads.googleads.v14.services.EffectiveFrequencyBreakdown * @instance */ @@ -516362,7 +516362,7 @@ * Properties of a YouTubeSelectSettings. * @memberof google.ads.googleads.v14.services * @interface IYouTubeSelectSettings - * @property {number|Long|null} [lineup_id] YouTubeSelectSettings lineup_id + * @property {number|null} [lineup_id] YouTubeSelectSettings lineup_id */ /** @@ -516382,7 +516382,7 @@ /** * YouTubeSelectSettings lineup_id. - * @member {number|Long} lineup_id + * @member {number} lineup_id * @memberof google.ads.googleads.v14.services.YouTubeSelectSettings * @instance */ @@ -516579,7 +516579,7 @@ * Properties of a YouTubeSelectLineUp. * @memberof google.ads.googleads.v14.services * @interface IYouTubeSelectLineUp - * @property {number|Long|null} [lineup_id] YouTubeSelectLineUp lineup_id + * @property {number|null} [lineup_id] YouTubeSelectLineUp lineup_id * @property {string|null} [lineup_name] YouTubeSelectLineUp lineup_name */ @@ -516600,7 +516600,7 @@ /** * YouTubeSelectLineUp lineup_id. - * @member {number|Long} lineup_id + * @member {number} lineup_id * @memberof google.ads.googleads.v14.services.YouTubeSelectLineUp * @instance */ @@ -518106,7 +518106,7 @@ * Properties of a CampaignBudgetParameters. * @memberof google.ads.googleads.v14.services.ApplyRecommendationOperation * @interface ICampaignBudgetParameters - * @property {number|Long|null} [new_budget_amount_micros] CampaignBudgetParameters new_budget_amount_micros + * @property {number|null} [new_budget_amount_micros] CampaignBudgetParameters new_budget_amount_micros */ /** @@ -518126,7 +518126,7 @@ /** * CampaignBudgetParameters new_budget_amount_micros. - * @member {number|Long|null|undefined} new_budget_amount_micros + * @member {number|null|undefined} new_budget_amount_micros * @memberof google.ads.googleads.v14.services.ApplyRecommendationOperation.CampaignBudgetParameters * @instance */ @@ -518338,7 +518338,7 @@ * @memberof google.ads.googleads.v14.services.ApplyRecommendationOperation * @interface IForecastingSetTargetRoasParameters * @property {number|null} [target_roas] ForecastingSetTargetRoasParameters target_roas - * @property {number|Long|null} [campaign_budget_amount_micros] ForecastingSetTargetRoasParameters campaign_budget_amount_micros + * @property {number|null} [campaign_budget_amount_micros] ForecastingSetTargetRoasParameters campaign_budget_amount_micros */ /** @@ -518366,7 +518366,7 @@ /** * ForecastingSetTargetRoasParameters campaign_budget_amount_micros. - * @member {number|Long|null|undefined} campaign_budget_amount_micros + * @member {number|null|undefined} campaign_budget_amount_micros * @memberof google.ads.googleads.v14.services.ApplyRecommendationOperation.ForecastingSetTargetRoasParameters * @instance */ @@ -518816,7 +518816,7 @@ * @interface IKeywordParameters * @property {string|null} [ad_group] KeywordParameters ad_group * @property {google.ads.googleads.v14.enums.KeywordMatchTypeEnum.KeywordMatchType|null} [match_type] KeywordParameters match_type - * @property {number|Long|null} [cpc_bid_micros] KeywordParameters cpc_bid_micros + * @property {number|null} [cpc_bid_micros] KeywordParameters cpc_bid_micros */ /** @@ -518852,7 +518852,7 @@ /** * KeywordParameters cpc_bid_micros. - * @member {number|Long|null|undefined} cpc_bid_micros + * @member {number|null|undefined} cpc_bid_micros * @memberof google.ads.googleads.v14.services.ApplyRecommendationOperation.KeywordParameters * @instance */ @@ -519141,8 +519141,8 @@ * Properties of a TargetCpaOptInParameters. * @memberof google.ads.googleads.v14.services.ApplyRecommendationOperation * @interface ITargetCpaOptInParameters - * @property {number|Long|null} [target_cpa_micros] TargetCpaOptInParameters target_cpa_micros - * @property {number|Long|null} [new_campaign_budget_amount_micros] TargetCpaOptInParameters new_campaign_budget_amount_micros + * @property {number|null} [target_cpa_micros] TargetCpaOptInParameters target_cpa_micros + * @property {number|null} [new_campaign_budget_amount_micros] TargetCpaOptInParameters new_campaign_budget_amount_micros */ /** @@ -519162,7 +519162,7 @@ /** * TargetCpaOptInParameters target_cpa_micros. - * @member {number|Long|null|undefined} target_cpa_micros + * @member {number|null|undefined} target_cpa_micros * @memberof google.ads.googleads.v14.services.ApplyRecommendationOperation.TargetCpaOptInParameters * @instance */ @@ -519170,7 +519170,7 @@ /** * TargetCpaOptInParameters new_campaign_budget_amount_micros. - * @member {number|Long|null|undefined} new_campaign_budget_amount_micros + * @member {number|null|undefined} new_campaign_budget_amount_micros * @memberof google.ads.googleads.v14.services.ApplyRecommendationOperation.TargetCpaOptInParameters * @instance */ @@ -519421,7 +519421,7 @@ * @memberof google.ads.googleads.v14.services.ApplyRecommendationOperation * @interface ITargetRoasOptInParameters * @property {number|null} [target_roas] TargetRoasOptInParameters target_roas - * @property {number|Long|null} [new_campaign_budget_amount_micros] TargetRoasOptInParameters new_campaign_budget_amount_micros + * @property {number|null} [new_campaign_budget_amount_micros] TargetRoasOptInParameters new_campaign_budget_amount_micros */ /** @@ -519449,7 +519449,7 @@ /** * TargetRoasOptInParameters new_campaign_budget_amount_micros. - * @member {number|Long|null|undefined} new_campaign_budget_amount_micros + * @member {number|null|undefined} new_campaign_budget_amount_micros * @memberof google.ads.googleads.v14.services.ApplyRecommendationOperation.TargetRoasOptInParameters * @instance */ @@ -521726,7 +521726,7 @@ * Properties of a MoveUnusedBudgetParameters. * @memberof google.ads.googleads.v14.services.ApplyRecommendationOperation * @interface IMoveUnusedBudgetParameters - * @property {number|Long|null} [budget_micros_to_move] MoveUnusedBudgetParameters budget_micros_to_move + * @property {number|null} [budget_micros_to_move] MoveUnusedBudgetParameters budget_micros_to_move */ /** @@ -521746,7 +521746,7 @@ /** * MoveUnusedBudgetParameters budget_micros_to_move. - * @member {number|Long|null|undefined} budget_micros_to_move + * @member {number|null|undefined} budget_micros_to_move * @memberof google.ads.googleads.v14.services.ApplyRecommendationOperation.MoveUnusedBudgetParameters * @instance */ @@ -522784,7 +522784,7 @@ * Properties of a UseBroadMatchKeywordParameters. * @memberof google.ads.googleads.v14.services.ApplyRecommendationOperation * @interface IUseBroadMatchKeywordParameters - * @property {number|Long|null} [new_budget_amount_micros] UseBroadMatchKeywordParameters new_budget_amount_micros + * @property {number|null} [new_budget_amount_micros] UseBroadMatchKeywordParameters new_budget_amount_micros */ /** @@ -522804,7 +522804,7 @@ /** * UseBroadMatchKeywordParameters new_budget_amount_micros. - * @member {number|Long|null|undefined} new_budget_amount_micros + * @member {number|null|undefined} new_budget_amount_micros * @memberof google.ads.googleads.v14.services.ApplyRecommendationOperation.UseBroadMatchKeywordParameters * @instance */ @@ -526031,8 +526031,8 @@ * Properties of a Metrics. * @memberof google.ads.googleads.v14.services.SuggestSmartCampaignBudgetOptionsResponse * @interface IMetrics - * @property {number|Long|null} [min_daily_clicks] Metrics min_daily_clicks - * @property {number|Long|null} [max_daily_clicks] Metrics max_daily_clicks + * @property {number|null} [min_daily_clicks] Metrics min_daily_clicks + * @property {number|null} [max_daily_clicks] Metrics max_daily_clicks */ /** @@ -526052,7 +526052,7 @@ /** * Metrics min_daily_clicks. - * @member {number|Long} min_daily_clicks + * @member {number} min_daily_clicks * @memberof google.ads.googleads.v14.services.SuggestSmartCampaignBudgetOptionsResponse.Metrics * @instance */ @@ -526060,7 +526060,7 @@ /** * Metrics max_daily_clicks. - * @member {number|Long} max_daily_clicks + * @member {number} max_daily_clicks * @memberof google.ads.googleads.v14.services.SuggestSmartCampaignBudgetOptionsResponse.Metrics * @instance */ @@ -526286,7 +526286,7 @@ * Properties of a BudgetOption. * @memberof google.ads.googleads.v14.services.SuggestSmartCampaignBudgetOptionsResponse * @interface IBudgetOption - * @property {number|Long|null} [daily_amount_micros] BudgetOption daily_amount_micros + * @property {number|null} [daily_amount_micros] BudgetOption daily_amount_micros * @property {google.ads.googleads.v14.services.SuggestSmartCampaignBudgetOptionsResponse.IMetrics|null} [metrics] BudgetOption metrics */ @@ -526307,7 +526307,7 @@ /** * BudgetOption daily_amount_micros. - * @member {number|Long} daily_amount_micros + * @member {number} daily_amount_micros * @memberof google.ads.googleads.v14.services.SuggestSmartCampaignBudgetOptionsResponse.BudgetOption * @instance */ @@ -545273,8 +545273,8 @@ * @interface IUninterpretedOption * @property {Array.|null} [name] UninterpretedOption name * @property {string|null} [identifier_value] UninterpretedOption identifier_value - * @property {number|Long|null} [positive_int_value] UninterpretedOption positive_int_value - * @property {number|Long|null} [negative_int_value] UninterpretedOption negative_int_value + * @property {number|null} [positive_int_value] UninterpretedOption positive_int_value + * @property {number|null} [negative_int_value] UninterpretedOption negative_int_value * @property {number|null} [double_value] UninterpretedOption double_value * @property {Uint8Array|null} [string_value] UninterpretedOption string_value * @property {string|null} [aggregate_value] UninterpretedOption aggregate_value @@ -545314,7 +545314,7 @@ /** * UninterpretedOption positive_int_value. - * @member {number|Long} positive_int_value + * @member {number} positive_int_value * @memberof google.protobuf.UninterpretedOption * @instance */ @@ -545322,7 +545322,7 @@ /** * UninterpretedOption negative_int_value. - * @member {number|Long} negative_int_value + * @member {number} negative_int_value * @memberof google.protobuf.UninterpretedOption * @instance */ @@ -547671,7 +547671,7 @@ * Properties of a Duration. * @memberof google.protobuf * @interface IDuration - * @property {number|Long|null} [seconds] Duration seconds + * @property {number|null} [seconds] Duration seconds * @property {number|null} [nanos] Duration nanos */ @@ -547692,7 +547692,7 @@ /** * Duration seconds. - * @member {number|Long} seconds + * @member {number} seconds * @memberof google.protobuf.Duration * @instance */