---
title: "POST /v23/customers/{+customerId}/campaigns:mutate"
method: POST
path: "/v23/customers/{+customerId}/campaigns:mutate"
tags: ["customers"]
---

# POST /v23/customers/{+customerId}/campaigns:mutate

`POST /v23/customers/{+customerId}/campaigns:mutate`

Creates, updates, or removes campaigns. Operation statuses are returned. List of thrown errors: [AdxError]() [AuthenticationError]() [AuthorizationError]() [BiddingError]() [BiddingStrategyError]() [CampaignBudgetError]() [CampaignError]() [ContextError]() [DatabaseError]() [DateError]() [DateRangeError]() [DistinctError]() [FieldError]() [FieldMaskError]() [HeaderError]() [IdError]() [InternalError]() [ListOperationError]() [MutateError]() [NewResourceCreationError]() [NotAllowlistedError]() [NotEmptyError]() [NullError]() [OperationAccessDeniedError]() [OperatorError]() [QuotaError]() [RangeError]() [RegionCodeError]() [RequestError]() [ResourceCountLimitExceededError]() [SettingError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]() [UrlFieldError]()

## Path parameters

- `customerId` string, required

## Request body

- GoogleAdsSearchads360V23ServicesMutateCampaignsRequest — Request message for CampaignService.MutateCampaigns.
  - `validateOnly` boolean — If true, the request is validated but not executed. Only errors are returned, not results.
  - `operations` GoogleAdsSearchads360V23ServicesCampaignOperation[] — Required. The list of operations to perform on individual campaigns.
    - `create` GoogleAdsSearchads360V23ResourcesCampaign — A campaign.
      - `campaignBudget` string — The resource name of the campaign budget of the campaign.
      - `status` 'UNSPECIFIED' | 'UNKNOWN' | 'ENABLED' | 'PAUSED' | 'REMOVED' — The status of the campaign. When a new campaign is added, the status defaults to ENABLED.
      - `trackingUrlTemplate` string — The URL template for constructing a tracking URL.
      - `manualCpc` GoogleAdsSearchads360V23CommonManualCpc — Manual click-based bidding where user pays per click.
        - `enhancedCpcEnabled` boolean — Whether bids are to be enhanced based on conversion optimizer data.
      - `targetSpend` GoogleAdsSearchads360V23CommonTargetSpend — An automated bid strategy that sets your bids to help get as many clicks as possible within your budget.
        - `cpcBidCeilingMicros` string, int64 — Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy.
        - `targetSpendMicros` string, int64 — Deprecated: The spend target under which to maximize clicks. A TargetSpend bidder will attempt to spend the smaller of this value or the natural throttling spend amount. If not specified, the budget is used as the spend target. This field is deprecated and should no longer be used. See https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html for details.
      - `experimentType` 'UNSPECIFIED' | 'UNKNOWN' | 'BASE' | 'DRAFT' | 'EXPERIMENT' — Output only. The type of campaign: normal, draft, or experiment.
      - `primaryStatus` 'UNSPECIFIED' | 'UNKNOWN' | 'ELIGIBLE' | 'PAUSED' | 'REMOVED' | 'ENDED' | 'PENDING' | 'MISCONFIGURED' | 'LIMITED' | 'LEARNING' | 'NOT_ELIGIBLE' — Output only. The primary status of the campaign. Provides insight into why a campaign is not serving or not serving optimally. Modification to the campaign and its related entities might take a while to be reflected in this status.
      - `servingStatus` 'UNSPECIFIED' | 'UNKNOWN' | 'SERVING' | 'NONE' | 'ENDED' | 'PENDING' | 'SUSPENDED' — Output only. The ad serving status of the campaign.
      - `baseCampaign` string — Output only. The resource name of the base campaign of a draft or experiment campaign. For base campaigns, this is equal to `resource_name`. This field is read-only.
      - `vanityPharma` GoogleAdsSearchads360V23ResourcesCampaignVanityPharma — Describes how unbranded pharma ads will be displayed.
        - `vanityPharmaDisplayUrlMode` 'UNSPECIFIED' | 'UNKNOWN' | 'MANUFACTURER_WEBSITE_URL' | 'WEBSITE_DESCRIPTION' — The display mode for vanity pharma URLs.
        - `vanityPharmaText` 'UNSPECIFIED' | 'UNKNOWN' | 'PRESCRIPTION_TREATMENT_WEBSITE_EN' | 'PRESCRIPTION_TREATMENT_WEBSITE_ES' | 'PRESCRIPTION_DEVICE_WEBSITE_EN' | 'PRESCRIPTION_DEVICE_WEBSITE_ES' | 'MEDICAL_DEVICE_WEBSITE_EN' | 'MEDICAL_DEVICE_WEBSITE_ES' | 'PREVENTATIVE_TREATMENT_WEBSITE_EN' | 'PREVENTATIVE_TREATMENT_WEBSITE_ES' | 'PRESCRIPTION_CONTRACEPTION_WEBSITE_EN' | 'PRESCRIPTION_CONTRACEPTION_WEBSITE_ES' | 'PRESCRIPTION_VACCINE_WEBSITE_EN' | 'PRESCRIPTION_VACCINE_WEBSITE_ES' — The text that will be displayed in display URL of the text ad when website description is the selected display mode for vanity pharma URLs.
      - `trackingSetting` GoogleAdsSearchads360V23ResourcesCampaignTrackingSetting — Campaign-level settings for tracking information.
        - `trackingUrl` string — Output only. The url used for dynamic tracking.
      - `listingType` 'UNSPECIFIED' | 'UNKNOWN' | 'VEHICLES' — Immutable. Listing type of ads served for this campaign. Field is restricted for usage with Performance Max campaigns.
      - `travelCampaignSettings` GoogleAdsSearchads360V23ResourcesCampaignTravelCampaignSettings — Settings for Travel campaign.
        - `travelAccountId` string, int64 — Immutable. The Travel account ID associated with the Travel campaign.
      - `biddingStrategySystemStatus` 'UNSPECIFIED' | 'UNKNOWN' | 'ENABLED' | 'LEARNING_NEW' | 'LEARNING_SETTING_CHANGE' | 'LEARNING_BUDGET_CHANGE' | 'LEARNING_COMPOSITION_CHANGE' | 'LEARNING_CONVERSION_TYPE_CHANGE' | 'LEARNING_CONVERSION_SETTING_CHANGE' | 'LIMITED_BY_CPC_BID_CEILING' | 'LIMITED_BY_CPC_BID_FLOOR' | 'LIMITED_BY_DATA' | 'LIMITED_BY_BUDGET' | 'LIMITED_BY_LOW_PRIORITY_SPEND' | 'LIMITED_BY_LOW_QUALITY' | 'LIMITED_BY_INVENTORY' | 'MISCONFIGURED_ZERO_ELIGIBILITY' | 'MISCONFIGURED_CONVERSION_TYPES' | 'MISCONFIGURED_CONVERSION_SETTINGS' | 'MISCONFIGURED_SHARED_BUDGET' | 'MISCONFIGURED_STRATEGY_TYPE' | 'PAUSED' | 'UNAVAILABLE' | 'MULTIPLE_LEARNING' | 'MULTIPLE_LIMITED' | 'MULTIPLE_MISCONFIGURED' | 'MULTIPLE' — Output only. The system status of the campaign's bidding strategy.
      - `effectiveLabels` string[] — Output only. The resource names of effective labels attached to this campaign. An effective label is a label inherited or directly assigned to this campaign.
      - `thirdPartyIntegrationPartners` GoogleAdsSearchads360V23CommonCampaignThirdPartyIntegrationPartners — Container for Campaign level third party integration partners.
        - `reachIntegrationPartners` GoogleAdsSearchads360V23CommonCampaignThirdPartyReachIntegrationPartner[] — Third party integration partners for reach verification for this Campaign.
          - `shareCost` boolean — If true, then cost data will be shared with this vendor.
          - `reachIntegrationPartner` 'UNSPECIFIED' | 'UNKNOWN' | 'NIELSEN' | 'COMSCORE' | 'KANTAR_MILLWARD_BROWN' | 'VIDEO_RESEARCH' | 'GEMIUS' | 'MEDIA_SCOPE' | 'AUDIENCE_PROJECT' | 'VIDEO_AMP' | 'ISPOT_TV' — Allowed third party integration partners for reach verification.
          - `reachIntegrationPartnerData` GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData — Contains third party measurement partner related data for video campaigns.
            - `clientId` string — The client ID that allows the measurement partner to join multiple campaigns for a particular advertiser.
            - `thirdPartyPlacementId` string — The third party placement ID that maps the measurement partner data with a campaign (or a group of related campaigns) specific data.
        - `viewabilityIntegrationPartners` GoogleAdsSearchads360V23CommonCampaignThirdPartyViewabilityIntegrationPartner[] — Third party integration partners for YouTube viewability verification for this Campaign.
          - `viewabilityIntegrationPartner` 'UNSPECIFIED' | 'UNKNOWN' | 'DOUBLE_VERIFY' | 'INTEGRAL_AD_SCIENCE' — Allowed third party integration partners for YouTube viewability verification.
          - `shareCost` boolean — If true, then cost data will be shared with this vendor.
          - `viewabilityIntegrationPartnerData` GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData — Contains third party measurement partner related data for video campaigns.
            - `clientId` string — The client ID that allows the measurement partner to join multiple campaigns for a particular advertiser.
            - `thirdPartyPlacementId` string — The third party placement ID that maps the measurement partner data with a campaign (or a group of related campaigns) specific data.
        - `brandLiftIntegrationPartners` GoogleAdsSearchads360V23CommonCampaignThirdPartyBrandLiftIntegrationPartner[] — Third party integration partners for Brand Lift verification for this Campaign.
          - `brandLiftIntegrationPartnerData` GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData — Contains third party measurement partner related data for video campaigns.
            - `clientId` string — The client ID that allows the measurement partner to join multiple campaigns for a particular advertiser.
            - `thirdPartyPlacementId` string — The third party placement ID that maps the measurement partner data with a campaign (or a group of related campaigns) specific data.
          - `shareCost` boolean — If true, then cost data will be shared with this vendor.
          - `brandLiftIntegrationPartner` 'UNSPECIFIED' | 'UNKNOWN' | 'KANTAR_MILLWARD_BROWN' | 'DYNATA' | 'INTAGE' | 'MACROMILL' — Allowed third party integration partners for Brand Lift verification.
        - `brandSafetyIntegrationPartners` GoogleAdsSearchads360V23CommonCampaignThirdPartyBrandSafetyIntegrationPartner[] — Third party integration partners for brand safety verification for this Campaign.
          - `brandSafetyIntegrationPartnerData` GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData — Contains third party measurement partner related data for video campaigns.
            - `clientId` string — The client ID that allows the measurement partner to join multiple campaigns for a particular advertiser.
            - `thirdPartyPlacementId` string — The third party placement ID that maps the measurement partner data with a campaign (or a group of related campaigns) specific data.
          - `brandSafetyIntegrationPartner` 'UNSPECIFIED' | 'UNKNOWN' | 'DOUBLE_VERIFY' | 'INTEGRAL_AD_SCIENCE' | 'ZEFR' — Allowed third party integration partners for brand safety verification.
      - `manualCpa` GoogleAdsSearchads360V23CommonManualCpa — Manual bidding strategy that allows advertiser to set the bid per advertiser-specified action.
      - `excludedParentAssetFieldTypes` string[] — The asset field types that should be excluded from this campaign. Asset links with these field types will not be inherited by this campaign from the upper level.
      - `aiMaxSetting` GoogleAdsSearchads360V23ResourcesCampaignAiMaxSetting — Settings for AI Max in search campaigns.
        - `enableAiMax` boolean — Controls whether or not AI Max features are served for this campaign. Individual AI Max features are enabled or disabled by their respective settings. But if enable_ai_max is set to false or cleared, then no AI Max features will serve for this campaign, regardless of the other settings. Search Term Matching is enabled by default when AI Max is enabled, and can be disabled at the ad group level.
        - `bundlingRequired` 'UNSPECIFIED' | 'UNKNOWN' | 'NOT_REQUIRED' | 'REQUIRED' — Output only. Indicates whether a search campaign has adopted AI Max before, and is required to have AI Max enabled to adopt campaign-level text asset automation and brand list targeting in all API versions.
      - `feedTypes` string[] — Output only. Types of feeds that are attached directly to this campaign.
      - `networkSettings` GoogleAdsSearchads360V23ResourcesCampaignNetworkSettings — The network settings for the campaign.
        - `targetGoogleSearch` boolean — Whether ads will be served with google.com search results.
        - `targetSearchNetwork` boolean — Whether ads will be served on sites in the Google Search Partners Network (requires `target_google_search` to also be `true`).
        - `targetPartnerSearchNetwork` boolean — Whether ads will be served on the partner network. This is available only to some select partner accounts. Unless you have been instructed to use this field, it likely does not apply to your account. This does not control whether ads will be served on Google Search Partners Network; use `target_search_network` for that instead.
        - `targetContentNetwork` boolean — Whether ads will be served on specified placements in the Google Display Network. Placements are specified using the Placement criterion.
        - `targetYoutube` boolean — Whether ads will be served on YouTube.
        - `targetGoogleTvNetwork` boolean — Whether ads will be served on the Google TV network.
      - `audienceSetting` GoogleAdsSearchads360V23ResourcesCampaignAudienceSetting — Settings for the audience targeting.
        - `useAudienceGrouped` boolean — Immutable. If true, this campaign uses an Audience resource for audience targeting. If false, this campaign may use audience segment criteria instead.
      - `manualCpm` GoogleAdsSearchads360V23CommonManualCpm — Manual impression-based bidding where user pays per thousand impressions.
      - `endDateTime` string — The last day and time of the campaign in serving customer's timezone in "yyyy-MM-dd HH:mm:ss" format. Set the time component to 23:59:59 for daily granularity, time granularity is only supported for some campaign types. On create, defaults to running indefinitely. To set an existing campaign to run indefinitely, clear this field.
      - `optimizationGoalSetting` GoogleAdsSearchads360V23ResourcesCampaignOptimizationGoalSetting — Optimization goal setting for this campaign, which includes a set of optimization goal types.
        - `optimizationGoalTypes` string[] — The list of optimization goal types.
      - `biddingStrategyType` 'UNSPECIFIED' | 'UNKNOWN' | 'COMMISSION' | 'ENHANCED_CPC' | 'INVALID' | 'MANUAL_CPA' | 'MANUAL_CPC' | 'MANUAL_CPM' | 'MANUAL_CPV' | 'MAXIMIZE_CONVERSIONS' | 'MAXIMIZE_CONVERSION_VALUE' | 'PAGE_ONE_PROMOTED' | 'PERCENT_CPC' | 'TARGET_CPA' | 'TARGET_CPC' | 'TARGET_CPM' | 'TARGET_IMPRESSION_SHARE' | 'TARGET_OUTRANK_SHARE' | 'TARGET_ROAS' | 'TARGET_SPEND' — Output only. The type of bidding strategy. A bidding strategy can be created by setting either the bidding scheme to create a standard bidding strategy or the `bidding_strategy` field to create a portfolio bidding strategy. This field is read-only.
      - `engineId` string — Output only. ID of the campaign in the external engine account. This field is for non-Google Ads account only, for example, Yahoo Japan, Microsoft, Baidu etc. For Google Ads entity, use "campaign.id" instead.
      - `frequencyCaps` GoogleAdsSearchads360V23CommonFrequencyCapEntry[] — A list that limits how often each user will see this campaign's ads.
        - `cap` integer — Maximum number of events allowed during the time range by this cap.
        - `key` GoogleAdsSearchads360V23CommonFrequencyCapKey — A group of fields used as keys for a frequency cap. There can be no more than one frequency cap with the same key.
          - `eventType` 'UNSPECIFIED' | 'UNKNOWN' | 'IMPRESSION' | 'VIDEO_VIEW' — The type of event that the cap applies to (for example, impression).
          - `level` 'UNSPECIFIED' | 'UNKNOWN' | 'AD_GROUP_AD' | 'AD_GROUP' | 'CAMPAIGN' — The level on which the cap is to be applied (for example, ad group ad, ad group). The cap is applied to all the entities of this level.
          - `timeLength` integer — Number of time units the cap lasts.
          - `timeUnit` 'UNSPECIFIED' | 'UNKNOWN' | 'DAY' | 'WEEK' | 'MONTH' — Unit of time the cap is defined at (for example, day, week).
      - `optimizationScore` number, double — Output only. Optimization score of the campaign. Optimization score is an estimate of how well a campaign is set to perform. It ranges from 0% (0.0) to 100% (1.0), with 100% indicating that the campaign is performing at full potential. This field is null for unscored campaigns. See "About optimization score" at https://support.google.com/google-ads/answer/9061546. This field is read-only.
      - `name` string — The name of the campaign. This field is required and should not be empty when creating new campaigns. It must not contain any null (code point 0x0), NL line feed (code point 0xA) or carriage return (code point 0xD) characters.
      - `demandGenCampaignSettings` GoogleAdsSearchads360V23ResourcesCampaignDemandGenCampaignSettings — Settings for Demand Gen campaign.
        - `upgradedTargeting` boolean — Immutable. Specifies whether this campaign uses upgraded targeting options. When this field is set to `true`, you can use location and language targeting at the ad group level as opposed to the standard campaign-level targeting.
      - `startDateTime` string — The date and time when campaign started in serving. The timestamp is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format. Set the time component to 00:00:00 for daily granularity, time granularity is only supported for some campaign types.
      - `paymentMode` 'UNSPECIFIED' | 'UNKNOWN' | 'CLICKS' | 'CONVERSION_VALUE' | 'CONVERSIONS' | 'GUEST_STAY' — Payment mode for the campaign.
      - `maximizeConversionValue` GoogleAdsSearchads360V23CommonMaximizeConversionValue — An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget.
        - `targetRoasTolerancePercentMillis` string, int64 — The percent of ROAS(return on advertising spend) degradation tolerance allowed to increase traffic diversity and conversion volume, specified in millis (for example, 10,000 = 10%). A value of 10,000 means that the advertiser can expect ROAS degradation of up to 10% of the specified target ROAS.
        - `cpcBidCeilingMicros` string, int64 — Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. Mutable for portfolio bidding strategies only.
        - `targetRoas` number, double — The target return on ad spend (ROAS) option. If set, the bid strategy will maximize revenue while averaging the target return on ad spend. If the target ROAS is high, the bid strategy may not be able to spend the full budget. If the target ROAS is not set, the bid strategy will aim to achieve the highest possible ROAS for the budget.
        - `cpcBidFloorMicros` string, int64 — Minimum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. Mutable for portfolio bidding strategies only.
      - `maximizeConversions` GoogleAdsSearchads360V23CommonMaximizeConversions — An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.
        - `targetCpaMicros` string, int64 — The target cost-per-action (CPA) option. This is the average amount that you would like to spend per conversion action specified in micro units of the bidding strategy's currency. If set, the bid strategy will get as many conversions as possible at or below the target cost-per-action. If the target CPA is not set, the bid strategy will aim to achieve the lowest possible CPA given the budget.
        - `cpcBidCeilingMicros` string, int64 — Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. Mutable for portfolio bidding strategies only.
        - `cpcBidFloorMicros` string, int64 — Minimum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. Mutable for portfolio bidding strategies only.
      - `performanceMaxUpgrade` GoogleAdsSearchads360V23ResourcesCampaignPerformanceMaxUpgrade — Information about a campaign being upgraded to Performance Max.
        - `preUpgradeCampaign` string — Output only. The resource name of the legacy campaign upgraded to Performance Max.
        - `status` 'UNSPECIFIED' | 'UNKNOWN' | 'UPGRADE_IN_PROGRESS' | 'UPGRADE_COMPLETE' | 'UPGRADE_FAILED' | 'UPGRADE_ELIGIBLE' — Output only. The upgrade status of a campaign requested to be upgraded to Performance Max.
        - `performanceMaxCampaign` string — Output only. The resource name of the Performance Max campaign the campaign is upgraded to.
      - `pmaxCampaignSettings` GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettings — Settings for Performance Max campaigns.
        - `brandTargetingOverrides` GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettingsBrandTargetingOverrides — Overrides of brand targeting for various ad types.
          - `ignoreExclusionsForShoppingAds` boolean — If true, brand exclusions are ignored for Shopping ads.
      - `biddingStrategy` string — The resource name of the portfolio bidding strategy used by the campaign.
      - `targetCpc` GoogleAdsSearchads360V23CommonTargetCpc — An automated bidding strategy that sets bids to help get as many clicks as possible at the target cost-per-click (CPC) you set.
        - `targetCpcMicros` string, int64 — Average CPC target. This target should be greater than or equal to minimum billable unit based on the currency for the account.
      - `selectiveOptimization` GoogleAdsSearchads360V23ResourcesCampaignSelectiveOptimization — Selective optimization setting for this campaign, which includes a set of conversion actions to optimize this campaign towards. This feature only applies to app campaigns that use MULTI_CHANNEL as AdvertisingChannelType and APP_CAMPAIGN or APP_CAMPAIGN_FOR_ENGAGEMENT as AdvertisingChannelSubType.
        - `conversionActions` string[] — The selected set of resource names for conversion actions for optimizing this campaign.
      - `targetingSetting` GoogleAdsSearchads360V23CommonTargetingSetting — Settings for the targeting-related features, at the campaign and ad group levels. For more details about the targeting setting, visit https://support.google.com/google-ads/answer/7365594
        - `targetRestrictions` GoogleAdsSearchads360V23CommonTargetRestriction[] — The per-targeting-dimension setting to restrict the reach of your campaign or ad group.
          - `bidOnly` boolean — Indicates whether to restrict your ads to show only for the criteria you have selected for this targeting_dimension, or to target all values for this targeting_dimension and show ads based on your targeting in other TargetingDimensions. A value of `true` means that these criteria will only apply bid modifiers, and not affect targeting. A value of `false` means that these criteria will restrict targeting as well as applying bid modifiers.
          - `targetingDimension` 'UNSPECIFIED' | 'UNKNOWN' | 'KEYWORD' | 'AUDIENCE' | 'TOPIC' | 'GENDER' | 'AGE_RANGE' | 'PLACEMENT' | 'PARENTAL_STATUS' | 'INCOME_RANGE' — The targeting dimension that these settings apply to.
        - `targetRestrictionOperations` GoogleAdsSearchads360V23CommonTargetRestrictionOperation[] — The list of operations changing the target restrictions. Adding a target restriction with a targeting dimension that already exists causes the existing target restriction to be replaced with the new value.
          - `operator` 'UNSPECIFIED' | 'UNKNOWN' | 'ADD' | 'REMOVE' — Type of list operation to perform.
          - `value` GoogleAdsSearchads360V23CommonTargetRestriction — The list of per-targeting-dimension targeting settings.
            - `bidOnly` boolean — Indicates whether to restrict your ads to show only for the criteria you have selected for this targeting_dimension, or to target all values for this targeting_dimension and show ads based on your targeting in other TargetingDimensions. A value of `true` means that these criteria will only apply bid modifiers, and not affect targeting. A value of `false` means that these criteria will restrict targeting as well as applying bid modifiers.
            - `targetingDimension` 'UNSPECIFIED' | 'UNKNOWN' | 'KEYWORD' | 'AUDIENCE' | 'TOPIC' | 'GENDER' | 'AGE_RANGE' | 'PLACEMENT' | 'PARENTAL_STATUS' | 'INCOME_RANGE' — The targeting dimension that these settings apply to.
      - `videoBrandSafetySuitability` 'UNSPECIFIED' | 'UNKNOWN' | 'EXPANDED_INVENTORY' | 'STANDARD_INVENTORY' | 'LIMITED_INVENTORY' — Brand Safety setting at the individual campaign level. Allows for selecting an inventory type to show your ads on content that is the right fit for your brand. See https://support.google.com/google-ads/answer/7515513.
      - `targetCpm` GoogleAdsSearchads360V23CommonTargetCpm — Target CPM (cost per thousand impressions) is an automated bidding strategy that sets bids to optimize performance given the target CPM you set.
      - `missingEuPoliticalAdvertisingDeclaration` boolean — Output only. Indicates whether this campaign is missing a declaration about whether it contains political advertising targeted towards the EU and is ineligible for any exemptions. If this field is true, use the contains_eu_political_advertising field to add the required declaration. This field is read-only.
      - `brandGuidelinesEnabled` boolean — Immutable. Whether Brand Guidelines are enabled for this Campaign. Only applicable to Performance Max campaigns. If enabled, business name and logo assets must be linked as CampaignAssets instead of AssetGroupAssets.
      - `primaryStatusReasons` string[] — Output only. The primary status reasons of the campaign. Provides insight into why a campaign is not serving or not serving optimally. These reasons are aggregated to determine an overall CampaignPrimaryStatus.
      - `lastModifiedTime` string — Output only. The datetime when this campaign was last modified. The datetime is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss.ssssss" format.
      - `containsEuPoliticalAdvertising` 'UNSPECIFIED' | 'UNKNOWN' | 'CONTAINS_EU_POLITICAL_ADVERTISING' | 'DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING' — The advertiser should self-declare whether this campaign contains political advertising content targeted towards the European Union.
      - `localCampaignSetting` GoogleAdsSearchads360V23ResourcesCampaignLocalCampaignSetting — Campaign setting for local campaigns.
        - `locationSourceType` 'UNSPECIFIED' | 'UNKNOWN' | 'GOOGLE_MY_BUSINESS' | 'AFFILIATE' — The location source type for this local campaign.
      - `selectiveOptimizationMode` 'UNSPECIFIED' | 'UNKNOWN' | 'UNCONSTRAINED' | 'MATCHES_SEARCH_ADS360_EFFECTIVE_CAMPAIGN_LEVEL_CONFIG' — Selective optimization mode for this campaign.
      - `campaignGroup` string — The resource name of the campaign group that this campaign belongs to.
      - `id` string, int64 — Output only. The ID of the campaign.
      - `manualCpv` GoogleAdsSearchads360V23CommonManualCpv — View based bidding where user pays per video view.
      - `labels` string[] — Output only. The resource names of labels attached to this campaign.
      - `keywordMatchType` 'UNSPECIFIED' | 'UNKNOWN' | 'BROAD' — Keyword match type of Campaign. Set to BROAD to set broad matching for all keywords in a campaign.
      - `hotelSetting` GoogleAdsSearchads360V23ResourcesCampaignHotelSettingInfo — Campaign-level settings for hotel ads.
        - `hotelCenterId` string, int64 — Output only. The linked Hotel Center account.
      - `advertisingChannelSubType` 'UNSPECIFIED' | 'UNKNOWN' | 'SEARCH_MOBILE_APP' | 'DISPLAY_MOBILE_APP' | 'SEARCH_EXPRESS' | 'DISPLAY_EXPRESS' | 'SHOPPING_SMART_ADS' | 'DISPLAY_GMAIL_AD' | 'DISPLAY_SMART_CAMPAIGN' | 'VIDEO_ACTION' | 'VIDEO_NON_SKIPPABLE' | 'APP_CAMPAIGN' | 'APP_CAMPAIGN_FOR_ENGAGEMENT' | 'LOCAL_CAMPAIGN' | 'SHOPPING_COMPARISON_LISTING_ADS' | 'SMART_CAMPAIGN' | 'VIDEO_SEQUENCE' | 'APP_CAMPAIGN_FOR_PRE_REGISTRATION' | 'VIDEO_REACH_TARGET_FREQUENCY' | 'TRAVEL_ACTIVITIES' | 'SOCIAL_FACEBOOK_TRACKING_ONLY' — Immutable. Optional refinement to `advertising_channel_type`. Must be a valid sub-type of the parent channel type. Can be set only when creating campaigns. After campaign is created, the field can not be changed.
      - `brandGuidelines` GoogleAdsSearchads360V23ResourcesCampaignBrandGuidelines — Settings that control the visual appearance of your brand in a campaign's automatically generated assets and formats. Only applicable to Performance Max campaigns.
        - `accentColor` string — The accent brand color, entered as a hex code (e.g., #00ff00). You must provide the accent_color if you provide a main_color.
        - `predefinedFontFamily` string — The brand's font family. Must be one of the following Google Fonts (case sensitive): Open Sans, Roboto, Montserrat, Poppins, Lato, Oswald, Playfair Display, Roboto Slab.
        - `mainColor` string — The main brand color, entered as a hex code (e.g., #00ff00). You must provide the main_color if you provide an accent_color.
      - `resourceName` string — Immutable. The resource name of the campaign. Campaign resource names have the form: `customers/{customer_id}/campaigns/{campaign_id}`
      - `adServingOptimizationStatus` 'UNSPECIFIED' | 'UNKNOWN' | 'OPTIMIZE' | 'CONVERSION_OPTIMIZE' | 'ROTATE' | 'ROTATE_INDEFINITELY' | 'UNAVAILABLE' — The ad serving optimization status of the campaign.
      - `hotelPropertyAssetSet` string — Immutable. The resource name for a set of hotel properties for Performance Max for travel goals campaigns.
      - `dynamicSearchAdsSetting` GoogleAdsSearchads360V23ResourcesCampaignDynamicSearchAdsSetting — The setting for controlling Dynamic Search Ads (DSA).
        - `languageCode` string — Required. The language code specifying the language of the domain, for example, "en".
        - `domainName` string — Required. The Internet domain name that this setting represents, for example, "google.com" or "www.google.com".
        - `useSuppliedUrlsOnly` boolean — Whether the campaign uses advertiser supplied URLs exclusively.
      - `finalUrlSuffix` string — Suffix used to append query parameters to landing pages that are served with parallel tracking.
      - `targetCpa` GoogleAdsSearchads360V23CommonTargetCpa — An automated bid strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.
        - `targetCpaMicros` string, int64 — Average CPA target. This target should be greater than or equal to minimum billable unit based on the currency for the account.
        - `cpcBidCeilingMicros` string, int64 — Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.
        - `cpcBidFloorMicros` string, int64 — Minimum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.
      - `targetRoas` GoogleAdsSearchads360V23CommonTargetRoas — An automated bidding strategy that helps you maximize revenue while averaging a specific target return on ad spend (ROAS).
        - `cpcBidCeilingMicros` string, int64 — Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.
        - `targetRoas` number, double — Required. The chosen revenue (based on conversion data) per unit of spend. Value must be between 0.01 and 1000.0, inclusive.
        - `cpcBidFloorMicros` string, int64 — Minimum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.
        - `targetRoasTolerancePercentMillis` string, int64 — The percent of ROAS(return on advertising spend) degradation tolerance allowed to increase traffic diversity and conversion volume, specified in millis (for example, 10,000 = 10%). A value of 10,000 means that the advertiser can expect ROAS degradation of up to 10% of the specified target ROAS. This field is only mutable for portfolio bidding strategies.
      - `excludedParentAssetSetTypes` string[] — The asset set types that should be excluded from this campaign. Asset set links with these types will not be inherited by this campaign from the upper level. Location group types (GMB_DYNAMIC_LOCATION_GROUP, CHAIN_DYNAMIC_LOCATION_GROUP, and STATIC_LOCATION_GROUP) are child types of LOCATION_SYNC. Therefore, if LOCATION_SYNC is set for this field, all location group asset sets are not allowed to be linked to this campaign, and all Location Extension (LE) and Affiliate Location Extensions (ALE) will not be served under this campaign. Only LOCATION_SYNC is currently supported.
      - `urlCustomParameters` GoogleAdsSearchads360V23CommonCustomParameter[] — The list of mappings used to substitute custom parameter tags in a `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
        - `key` string — The key matching the parameter tag name.
        - `value` string — The value to be substituted.
      - `targetImpressionShare` GoogleAdsSearchads360V23CommonTargetImpressionShare — An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location).
        - `locationFractionMicros` string, int64 — The chosen fraction of ads to be shown in the targeted location in micros. For example, 1% equals 10,000.
        - `location` 'UNSPECIFIED' | 'UNKNOWN' | 'ANYWHERE_ON_PAGE' | 'TOP_OF_PAGE' | 'ABSOLUTE_TOP_OF_PAGE' — The targeted location on the search results page.
        - `cpcBidCeilingMicros` string, int64 — The highest CPC bid the automated bidding system is permitted to specify. This is a required field entered by the advertiser that sets the ceiling and specified in local micros.
      - `commission` GoogleAdsSearchads360V23CommonCommission — Commission is an automatic bidding strategy in which the advertiser pays a certain portion of the conversion value.
        - `commissionRateMicros` string, int64 — Commission rate defines the portion of the conversion value that the advertiser will be billed. A commission rate of x should be passed into this field as (x * 1,000,000). For example, 106,000 represents a commission rate of 0.106 (10.6%).
      - `localServicesCampaignSettings` GoogleAdsSearchads360V23ResourcesCampaignLocalServicesCampaignSettings — Settings for LocalServicesCampaign subresource.
        - `categoryBids` GoogleAdsSearchads360V23ResourcesCampaignCategoryBid[] — Categorical level bids associated with MANUAL_CPA bidding strategy.
          - `categoryId` string — Category for which the bid will be associated with. For example, xcat:service_area_business_plumber.
          - `manualCpaBidMicros` string, int64 — Manual CPA bid for the category. Bid must be greater than the reserve price associated for that category. Value is in micros and in the advertiser's currency.
          - `targetCpaBidMicros` string, int64 — Target CPA bid for the category. Value is in micros and in the advertiser's currency.
      - `percentCpc` GoogleAdsSearchads360V23CommonPercentCpc — A bidding strategy where bids are a fraction of the advertised price for some good or service.
        - `cpcBidCeilingMicros` string, int64 — Maximum bid limit that can be set by the bid strategy. This is an optional field entered by the advertiser and specified in local micros. Note: A zero value is interpreted in the same way as having bid_ceiling undefined.
        - `enhancedCpcEnabled` boolean — Adjusts the bid for each auction upward or downward, depending on the likelihood of a conversion. Individual bids may exceed cpc_bid_ceiling_micros, but the average bid amount for a campaign should not.
      - `shoppingSetting` GoogleAdsSearchads360V23ResourcesCampaignShoppingSetting — The setting for Shopping campaigns. Defines the universe of products that can be advertised by the campaign, and how this campaign interacts with other Shopping campaigns.
        - `campaignPriority` integer — Priority of the campaign. Campaigns with numerically higher priorities take precedence over those with lower priorities. This field is required for Shopping campaigns, with values between 0 and 2, inclusive. This field is optional for Smart Shopping campaigns, but must be equal to 3 if set.
        - `advertisingPartnerIds` string[] — The list of Google Ads accounts IDs of advertising partners cooperating within the campaign. This feature is currently available only for accounts having an advertising partner link. This feature is currently supported only for Performance Max, Shopping, Search and Demand Gen campaign types.
        - `disableProductFeed` boolean — Disable the optional product feed. This field is currently supported only for Demand Gen campaigns. See https://support.google.com/google-ads/answer/13721750 to learn more about this feature.
        - `enableLocal` boolean — Whether to include local products.
        - `useVehicleInventory` boolean — Immutable. Whether to target Vehicle Listing inventory.
        - `merchantId` string, int64 — ID of the Merchant Center account. This field is required for create operations. This field is immutable for Shopping campaigns.
        - `feedLabel` string — Feed label of products to include in the campaign. Valid feed labels may contain a maximum of 20 characters including uppercase letters, numbers, hyphens, and underscores. If you previously used the deprecated `sales_country` in the two-letter country code (`XX`) format, the `feed_label` field should be used instead. For more information see the [feed label](//support.google.com/merchants/answer/12453549) support article.
      - `realTimeBiddingSetting` GoogleAdsSearchads360V23CommonRealTimeBiddingSetting — Settings for Real-Time Bidding, a feature only available for campaigns targeting the Ad Exchange network.
        - `optIn` boolean — Whether the campaign is opted in to real-time bidding.
      - `advertisingChannelType` 'UNSPECIFIED' | 'UNKNOWN' | 'SEARCH' | 'DISPLAY' | 'SHOPPING' | 'HOTEL' | 'VIDEO' | 'MULTI_CHANNEL' | 'LOCAL' | 'SMART' | 'PERFORMANCE_MAX' | 'LOCAL_SERVICES' | 'TRAVEL' | 'DEMAND_GEN' | 'SOCIAL' — Immutable. The primary serving target for ads within the campaign. The targeting options can be refined in `network_settings`. This field is required and should not be empty when creating new campaigns. Can be set only when creating campaigns. After the campaign is created, the field can not be changed.
      - `geoTargetTypeSetting` GoogleAdsSearchads360V23ResourcesCampaignGeoTargetTypeSetting — Represents a collection of settings related to ads geotargeting.
        - `positiveGeoTargetType` 'UNSPECIFIED' | 'UNKNOWN' | 'PRESENCE_OR_INTEREST' | 'SEARCH_INTEREST' | 'PRESENCE' — The setting used for positive geotargeting in this particular campaign.
        - `negativeGeoTargetType` 'UNSPECIFIED' | 'UNKNOWN' | 'PRESENCE_OR_INTEREST' | 'PRESENCE' — The setting used for negative geotargeting in this particular campaign.
      - `accessibleBiddingStrategy` string — Output only. Resource name of AccessibleBiddingStrategy, a read-only view of the unrestricted attributes of the attached portfolio bidding strategy identified by 'bidding_strategy'. Empty, if the campaign does not use a portfolio strategy. Unrestricted strategy attributes are available to all customers with whom the strategy is shared and are read from the AccessibleBiddingStrategy resource. In contrast, restricted attributes are only available to the owner customer of the strategy and their managers. Restricted attributes can only be read from the BiddingStrategy resource.
      - `assetAutomationSettings` GoogleAdsSearchads360V23ResourcesCampaignAssetAutomationSetting[] — Contains the opt-in/out status of each AssetAutomationType. See documentation of each asset automation type enum for default opt in/out behavior.
        - `assetAutomationType` 'UNSPECIFIED' | 'UNKNOWN' | 'TEXT_ASSET_AUTOMATION' | 'GENERATE_VERTICAL_YOUTUBE_VIDEOS' | 'GENERATE_SHORTER_YOUTUBE_VIDEOS' | 'GENERATE_LANDING_PAGE_PREVIEW' | 'GENERATE_ENHANCED_YOUTUBE_VIDEOS' | 'GENERATE_IMAGE_ENHANCEMENT' | 'GENERATE_IMAGE_EXTRACTION' | 'GENERATE_DESIGN_VERSIONS_FOR_IMAGES' | 'FINAL_URL_EXPANSION_TEXT_ASSET_AUTOMATION' | 'GENERATE_VIDEOS_FROM_OTHER_ASSETS' — The asset automation type advertiser would like to opt-in/out.
        - `assetAutomationStatus` 'UNSPECIFIED' | 'UNKNOWN' | 'OPTED_IN' | 'OPTED_OUT' — The opt-in/out status of asset automation type.
      - `appCampaignSetting` GoogleAdsSearchads360V23ResourcesCampaignAppCampaignSetting — Campaign-level settings for App Campaigns.
        - `biddingStrategyGoalType` 'UNSPECIFIED' | 'UNKNOWN' | 'OPTIMIZE_INSTALLS_TARGET_INSTALL_COST' | 'OPTIMIZE_IN_APP_CONVERSIONS_TARGET_INSTALL_COST' | 'OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST' | 'OPTIMIZE_RETURN_ON_ADVERTISING_SPEND' | 'OPTIMIZE_PRE_REGISTRATION_CONVERSION_VOLUME' | 'OPTIMIZE_INSTALLS_WITHOUT_TARGET_INSTALL_COST' | 'OPTIMIZE_IN_APP_CONVERSIONS_WITHOUT_TARGET_CPA' | 'OPTIMIZE_TOTAL_VALUE_WITHOUT_TARGET_ROAS' — Represents the goal which the bidding strategy of this app campaign should optimize towards.
        - `appId` string — Immutable. A string that uniquely identifies a mobile application.
        - `appStore` 'UNSPECIFIED' | 'UNKNOWN' | 'APPLE_APP_STORE' | 'GOOGLE_APP_STORE' — Immutable. The application store that distributes this specific app.
    - `update` GoogleAdsSearchads360V23ResourcesCampaign — A campaign.
      - `campaignBudget` string — The resource name of the campaign budget of the campaign.
      - `status` 'UNSPECIFIED' | 'UNKNOWN' | 'ENABLED' | 'PAUSED' | 'REMOVED' — The status of the campaign. When a new campaign is added, the status defaults to ENABLED.
      - `trackingUrlTemplate` string — The URL template for constructing a tracking URL.
      - `manualCpc` GoogleAdsSearchads360V23CommonManualCpc — Manual click-based bidding where user pays per click.
        - `enhancedCpcEnabled` boolean — Whether bids are to be enhanced based on conversion optimizer data.
      - `targetSpend` GoogleAdsSearchads360V23CommonTargetSpend — An automated bid strategy that sets your bids to help get as many clicks as possible within your budget.
        - `cpcBidCeilingMicros` string, int64 — Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy.
        - `targetSpendMicros` string, int64 — Deprecated: The spend target under which to maximize clicks. A TargetSpend bidder will attempt to spend the smaller of this value or the natural throttling spend amount. If not specified, the budget is used as the spend target. This field is deprecated and should no longer be used. See https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html for details.
      - `experimentType` 'UNSPECIFIED' | 'UNKNOWN' | 'BASE' | 'DRAFT' | 'EXPERIMENT' — Output only. The type of campaign: normal, draft, or experiment.
      - `primaryStatus` 'UNSPECIFIED' | 'UNKNOWN' | 'ELIGIBLE' | 'PAUSED' | 'REMOVED' | 'ENDED' | 'PENDING' | 'MISCONFIGURED' | 'LIMITED' | 'LEARNING' | 'NOT_ELIGIBLE' — Output only. The primary status of the campaign. Provides insight into why a campaign is not serving or not serving optimally. Modification to the campaign and its related entities might take a while to be reflected in this status.
      - `servingStatus` 'UNSPECIFIED' | 'UNKNOWN' | 'SERVING' | 'NONE' | 'ENDED' | 'PENDING' | 'SUSPENDED' — Output only. The ad serving status of the campaign.
      - `baseCampaign` string — Output only. The resource name of the base campaign of a draft or experiment campaign. For base campaigns, this is equal to `resource_name`. This field is read-only.
      - `vanityPharma` GoogleAdsSearchads360V23ResourcesCampaignVanityPharma — Describes how unbranded pharma ads will be displayed.
        - `vanityPharmaDisplayUrlMode` 'UNSPECIFIED' | 'UNKNOWN' | 'MANUFACTURER_WEBSITE_URL' | 'WEBSITE_DESCRIPTION' — The display mode for vanity pharma URLs.
        - `vanityPharmaText` 'UNSPECIFIED' | 'UNKNOWN' | 'PRESCRIPTION_TREATMENT_WEBSITE_EN' | 'PRESCRIPTION_TREATMENT_WEBSITE_ES' | 'PRESCRIPTION_DEVICE_WEBSITE_EN' | 'PRESCRIPTION_DEVICE_WEBSITE_ES' | 'MEDICAL_DEVICE_WEBSITE_EN' | 'MEDICAL_DEVICE_WEBSITE_ES' | 'PREVENTATIVE_TREATMENT_WEBSITE_EN' | 'PREVENTATIVE_TREATMENT_WEBSITE_ES' | 'PRESCRIPTION_CONTRACEPTION_WEBSITE_EN' | 'PRESCRIPTION_CONTRACEPTION_WEBSITE_ES' | 'PRESCRIPTION_VACCINE_WEBSITE_EN' | 'PRESCRIPTION_VACCINE_WEBSITE_ES' — The text that will be displayed in display URL of the text ad when website description is the selected display mode for vanity pharma URLs.
      - `trackingSetting` GoogleAdsSearchads360V23ResourcesCampaignTrackingSetting — Campaign-level settings for tracking information.
        - `trackingUrl` string — Output only. The url used for dynamic tracking.
      - `listingType` 'UNSPECIFIED' | 'UNKNOWN' | 'VEHICLES' — Immutable. Listing type of ads served for this campaign. Field is restricted for usage with Performance Max campaigns.
      - `travelCampaignSettings` GoogleAdsSearchads360V23ResourcesCampaignTravelCampaignSettings — Settings for Travel campaign.
        - `travelAccountId` string, int64 — Immutable. The Travel account ID associated with the Travel campaign.
      - `biddingStrategySystemStatus` 'UNSPECIFIED' | 'UNKNOWN' | 'ENABLED' | 'LEARNING_NEW' | 'LEARNING_SETTING_CHANGE' | 'LEARNING_BUDGET_CHANGE' | 'LEARNING_COMPOSITION_CHANGE' | 'LEARNING_CONVERSION_TYPE_CHANGE' | 'LEARNING_CONVERSION_SETTING_CHANGE' | 'LIMITED_BY_CPC_BID_CEILING' | 'LIMITED_BY_CPC_BID_FLOOR' | 'LIMITED_BY_DATA' | 'LIMITED_BY_BUDGET' | 'LIMITED_BY_LOW_PRIORITY_SPEND' | 'LIMITED_BY_LOW_QUALITY' | 'LIMITED_BY_INVENTORY' | 'MISCONFIGURED_ZERO_ELIGIBILITY' | 'MISCONFIGURED_CONVERSION_TYPES' | 'MISCONFIGURED_CONVERSION_SETTINGS' | 'MISCONFIGURED_SHARED_BUDGET' | 'MISCONFIGURED_STRATEGY_TYPE' | 'PAUSED' | 'UNAVAILABLE' | 'MULTIPLE_LEARNING' | 'MULTIPLE_LIMITED' | 'MULTIPLE_MISCONFIGURED' | 'MULTIPLE' — Output only. The system status of the campaign's bidding strategy.
      - `effectiveLabels` string[] — Output only. The resource names of effective labels attached to this campaign. An effective label is a label inherited or directly assigned to this campaign.
      - `thirdPartyIntegrationPartners` GoogleAdsSearchads360V23CommonCampaignThirdPartyIntegrationPartners — Container for Campaign level third party integration partners.
        - `reachIntegrationPartners` GoogleAdsSearchads360V23CommonCampaignThirdPartyReachIntegrationPartner[] — Third party integration partners for reach verification for this Campaign.
          - `shareCost` boolean — If true, then cost data will be shared with this vendor.
          - `reachIntegrationPartner` 'UNSPECIFIED' | 'UNKNOWN' | 'NIELSEN' | 'COMSCORE' | 'KANTAR_MILLWARD_BROWN' | 'VIDEO_RESEARCH' | 'GEMIUS' | 'MEDIA_SCOPE' | 'AUDIENCE_PROJECT' | 'VIDEO_AMP' | 'ISPOT_TV' — Allowed third party integration partners for reach verification.
          - `reachIntegrationPartnerData` GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData — Contains third party measurement partner related data for video campaigns.
            - `clientId` string — The client ID that allows the measurement partner to join multiple campaigns for a particular advertiser.
            - `thirdPartyPlacementId` string — The third party placement ID that maps the measurement partner data with a campaign (or a group of related campaigns) specific data.
        - `viewabilityIntegrationPartners` GoogleAdsSearchads360V23CommonCampaignThirdPartyViewabilityIntegrationPartner[] — Third party integration partners for YouTube viewability verification for this Campaign.
          - `viewabilityIntegrationPartner` 'UNSPECIFIED' | 'UNKNOWN' | 'DOUBLE_VERIFY' | 'INTEGRAL_AD_SCIENCE' — Allowed third party integration partners for YouTube viewability verification.
          - `shareCost` boolean — If true, then cost data will be shared with this vendor.
          - `viewabilityIntegrationPartnerData` GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData — Contains third party measurement partner related data for video campaigns.
            - `clientId` string — The client ID that allows the measurement partner to join multiple campaigns for a particular advertiser.
            - `thirdPartyPlacementId` string — The third party placement ID that maps the measurement partner data with a campaign (or a group of related campaigns) specific data.
        - `brandLiftIntegrationPartners` GoogleAdsSearchads360V23CommonCampaignThirdPartyBrandLiftIntegrationPartner[] — Third party integration partners for Brand Lift verification for this Campaign.
          - `brandLiftIntegrationPartnerData` GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData — Contains third party measurement partner related data for video campaigns.
            - `clientId` string — The client ID that allows the measurement partner to join multiple campaigns for a particular advertiser.
            - `thirdPartyPlacementId` string — The third party placement ID that maps the measurement partner data with a campaign (or a group of related campaigns) specific data.
          - `shareCost` boolean — If true, then cost data will be shared with this vendor.
          - `brandLiftIntegrationPartner` 'UNSPECIFIED' | 'UNKNOWN' | 'KANTAR_MILLWARD_BROWN' | 'DYNATA' | 'INTAGE' | 'MACROMILL' — Allowed third party integration partners for Brand Lift verification.
        - `brandSafetyIntegrationPartners` GoogleAdsSearchads360V23CommonCampaignThirdPartyBrandSafetyIntegrationPartner[] — Third party integration partners for brand safety verification for this Campaign.
          - `brandSafetyIntegrationPartnerData` GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData — Contains third party measurement partner related data for video campaigns.
            - `clientId` string — The client ID that allows the measurement partner to join multiple campaigns for a particular advertiser.
            - `thirdPartyPlacementId` string — The third party placement ID that maps the measurement partner data with a campaign (or a group of related campaigns) specific data.
          - `brandSafetyIntegrationPartner` 'UNSPECIFIED' | 'UNKNOWN' | 'DOUBLE_VERIFY' | 'INTEGRAL_AD_SCIENCE' | 'ZEFR' — Allowed third party integration partners for brand safety verification.
      - `manualCpa` GoogleAdsSearchads360V23CommonManualCpa — Manual bidding strategy that allows advertiser to set the bid per advertiser-specified action.
      - `excludedParentAssetFieldTypes` string[] — The asset field types that should be excluded from this campaign. Asset links with these field types will not be inherited by this campaign from the upper level.
      - `aiMaxSetting` GoogleAdsSearchads360V23ResourcesCampaignAiMaxSetting — Settings for AI Max in search campaigns.
        - `enableAiMax` boolean — Controls whether or not AI Max features are served for this campaign. Individual AI Max features are enabled or disabled by their respective settings. But if enable_ai_max is set to false or cleared, then no AI Max features will serve for this campaign, regardless of the other settings. Search Term Matching is enabled by default when AI Max is enabled, and can be disabled at the ad group level.
        - `bundlingRequired` 'UNSPECIFIED' | 'UNKNOWN' | 'NOT_REQUIRED' | 'REQUIRED' — Output only. Indicates whether a search campaign has adopted AI Max before, and is required to have AI Max enabled to adopt campaign-level text asset automation and brand list targeting in all API versions.
      - `feedTypes` string[] — Output only. Types of feeds that are attached directly to this campaign.
      - `networkSettings` GoogleAdsSearchads360V23ResourcesCampaignNetworkSettings — The network settings for the campaign.
        - `targetGoogleSearch` boolean — Whether ads will be served with google.com search results.
        - `targetSearchNetwork` boolean — Whether ads will be served on sites in the Google Search Partners Network (requires `target_google_search` to also be `true`).
        - `targetPartnerSearchNetwork` boolean — Whether ads will be served on the partner network. This is available only to some select partner accounts. Unless you have been instructed to use this field, it likely does not apply to your account. This does not control whether ads will be served on Google Search Partners Network; use `target_search_network` for that instead.
        - `targetContentNetwork` boolean — Whether ads will be served on specified placements in the Google Display Network. Placements are specified using the Placement criterion.
        - `targetYoutube` boolean — Whether ads will be served on YouTube.
        - `targetGoogleTvNetwork` boolean — Whether ads will be served on the Google TV network.
      - `audienceSetting` GoogleAdsSearchads360V23ResourcesCampaignAudienceSetting — Settings for the audience targeting.
        - `useAudienceGrouped` boolean — Immutable. If true, this campaign uses an Audience resource for audience targeting. If false, this campaign may use audience segment criteria instead.
      - `manualCpm` GoogleAdsSearchads360V23CommonManualCpm — Manual impression-based bidding where user pays per thousand impressions.
      - `endDateTime` string — The last day and time of the campaign in serving customer's timezone in "yyyy-MM-dd HH:mm:ss" format. Set the time component to 23:59:59 for daily granularity, time granularity is only supported for some campaign types. On create, defaults to running indefinitely. To set an existing campaign to run indefinitely, clear this field.
      - `optimizationGoalSetting` GoogleAdsSearchads360V23ResourcesCampaignOptimizationGoalSetting — Optimization goal setting for this campaign, which includes a set of optimization goal types.
        - `optimizationGoalTypes` string[] — The list of optimization goal types.
      - `biddingStrategyType` 'UNSPECIFIED' | 'UNKNOWN' | 'COMMISSION' | 'ENHANCED_CPC' | 'INVALID' | 'MANUAL_CPA' | 'MANUAL_CPC' | 'MANUAL_CPM' | 'MANUAL_CPV' | 'MAXIMIZE_CONVERSIONS' | 'MAXIMIZE_CONVERSION_VALUE' | 'PAGE_ONE_PROMOTED' | 'PERCENT_CPC' | 'TARGET_CPA' | 'TARGET_CPC' | 'TARGET_CPM' | 'TARGET_IMPRESSION_SHARE' | 'TARGET_OUTRANK_SHARE' | 'TARGET_ROAS' | 'TARGET_SPEND' — Output only. The type of bidding strategy. A bidding strategy can be created by setting either the bidding scheme to create a standard bidding strategy or the `bidding_strategy` field to create a portfolio bidding strategy. This field is read-only.
      - `engineId` string — Output only. ID of the campaign in the external engine account. This field is for non-Google Ads account only, for example, Yahoo Japan, Microsoft, Baidu etc. For Google Ads entity, use "campaign.id" instead.
      - `frequencyCaps` GoogleAdsSearchads360V23CommonFrequencyCapEntry[] — A list that limits how often each user will see this campaign's ads.
        - `cap` integer — Maximum number of events allowed during the time range by this cap.
        - `key` GoogleAdsSearchads360V23CommonFrequencyCapKey — A group of fields used as keys for a frequency cap. There can be no more than one frequency cap with the same key.
          - `eventType` 'UNSPECIFIED' | 'UNKNOWN' | 'IMPRESSION' | 'VIDEO_VIEW' — The type of event that the cap applies to (for example, impression).
          - `level` 'UNSPECIFIED' | 'UNKNOWN' | 'AD_GROUP_AD' | 'AD_GROUP' | 'CAMPAIGN' — The level on which the cap is to be applied (for example, ad group ad, ad group). The cap is applied to all the entities of this level.
          - `timeLength` integer — Number of time units the cap lasts.
          - `timeUnit` 'UNSPECIFIED' | 'UNKNOWN' | 'DAY' | 'WEEK' | 'MONTH' — Unit of time the cap is defined at (for example, day, week).
      - `optimizationScore` number, double — Output only. Optimization score of the campaign. Optimization score is an estimate of how well a campaign is set to perform. It ranges from 0% (0.0) to 100% (1.0), with 100% indicating that the campaign is performing at full potential. This field is null for unscored campaigns. See "About optimization score" at https://support.google.com/google-ads/answer/9061546. This field is read-only.
      - `name` string — The name of the campaign. This field is required and should not be empty when creating new campaigns. It must not contain any null (code point 0x0), NL line feed (code point 0xA) or carriage return (code point 0xD) characters.
      - `demandGenCampaignSettings` GoogleAdsSearchads360V23ResourcesCampaignDemandGenCampaignSettings — Settings for Demand Gen campaign.
        - `upgradedTargeting` boolean — Immutable. Specifies whether this campaign uses upgraded targeting options. When this field is set to `true`, you can use location and language targeting at the ad group level as opposed to the standard campaign-level targeting.
      - `startDateTime` string — The date and time when campaign started in serving. The timestamp is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format. Set the time component to 00:00:00 for daily granularity, time granularity is only supported for some campaign types.
      - `paymentMode` 'UNSPECIFIED' | 'UNKNOWN' | 'CLICKS' | 'CONVERSION_VALUE' | 'CONVERSIONS' | 'GUEST_STAY' — Payment mode for the campaign.
      - `maximizeConversionValue` GoogleAdsSearchads360V23CommonMaximizeConversionValue — An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget.
        - `targetRoasTolerancePercentMillis` string, int64 — The percent of ROAS(return on advertising spend) degradation tolerance allowed to increase traffic diversity and conversion volume, specified in millis (for example, 10,000 = 10%). A value of 10,000 means that the advertiser can expect ROAS degradation of up to 10% of the specified target ROAS.
        - `cpcBidCeilingMicros` string, int64 — Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. Mutable for portfolio bidding strategies only.
        - `targetRoas` number, double — The target return on ad spend (ROAS) option. If set, the bid strategy will maximize revenue while averaging the target return on ad spend. If the target ROAS is high, the bid strategy may not be able to spend the full budget. If the target ROAS is not set, the bid strategy will aim to achieve the highest possible ROAS for the budget.
        - `cpcBidFloorMicros` string, int64 — Minimum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. Mutable for portfolio bidding strategies only.
      - `maximizeConversions` GoogleAdsSearchads360V23CommonMaximizeConversions — An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.
        - `targetCpaMicros` string, int64 — The target cost-per-action (CPA) option. This is the average amount that you would like to spend per conversion action specified in micro units of the bidding strategy's currency. If set, the bid strategy will get as many conversions as possible at or below the target cost-per-action. If the target CPA is not set, the bid strategy will aim to achieve the lowest possible CPA given the budget.
        - `cpcBidCeilingMicros` string, int64 — Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. Mutable for portfolio bidding strategies only.
        - `cpcBidFloorMicros` string, int64 — Minimum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. Mutable for portfolio bidding strategies only.
      - `performanceMaxUpgrade` GoogleAdsSearchads360V23ResourcesCampaignPerformanceMaxUpgrade — Information about a campaign being upgraded to Performance Max.
        - `preUpgradeCampaign` string — Output only. The resource name of the legacy campaign upgraded to Performance Max.
        - `status` 'UNSPECIFIED' | 'UNKNOWN' | 'UPGRADE_IN_PROGRESS' | 'UPGRADE_COMPLETE' | 'UPGRADE_FAILED' | 'UPGRADE_ELIGIBLE' — Output only. The upgrade status of a campaign requested to be upgraded to Performance Max.
        - `performanceMaxCampaign` string — Output only. The resource name of the Performance Max campaign the campaign is upgraded to.
      - `pmaxCampaignSettings` GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettings — Settings for Performance Max campaigns.
        - `brandTargetingOverrides` GoogleAdsSearchads360V23ResourcesCampaignPmaxCampaignSettingsBrandTargetingOverrides — Overrides of brand targeting for various ad types.
          - `ignoreExclusionsForShoppingAds` boolean — If true, brand exclusions are ignored for Shopping ads.
      - `biddingStrategy` string — The resource name of the portfolio bidding strategy used by the campaign.
      - `targetCpc` GoogleAdsSearchads360V23CommonTargetCpc — An automated bidding strategy that sets bids to help get as many clicks as possible at the target cost-per-click (CPC) you set.
        - `targetCpcMicros` string, int64 — Average CPC target. This target should be greater than or equal to minimum billable unit based on the currency for the account.
      - `selectiveOptimization` GoogleAdsSearchads360V23ResourcesCampaignSelectiveOptimization — Selective optimization setting for this campaign, which includes a set of conversion actions to optimize this campaign towards. This feature only applies to app campaigns that use MULTI_CHANNEL as AdvertisingChannelType and APP_CAMPAIGN or APP_CAMPAIGN_FOR_ENGAGEMENT as AdvertisingChannelSubType.
        - `conversionActions` string[] — The selected set of resource names for conversion actions for optimizing this campaign.
      - `targetingSetting` GoogleAdsSearchads360V23CommonTargetingSetting — Settings for the targeting-related features, at the campaign and ad group levels. For more details about the targeting setting, visit https://support.google.com/google-ads/answer/7365594
        - `targetRestrictions` GoogleAdsSearchads360V23CommonTargetRestriction[] — The per-targeting-dimension setting to restrict the reach of your campaign or ad group.
          - `bidOnly` boolean — Indicates whether to restrict your ads to show only for the criteria you have selected for this targeting_dimension, or to target all values for this targeting_dimension and show ads based on your targeting in other TargetingDimensions. A value of `true` means that these criteria will only apply bid modifiers, and not affect targeting. A value of `false` means that these criteria will restrict targeting as well as applying bid modifiers.
          - `targetingDimension` 'UNSPECIFIED' | 'UNKNOWN' | 'KEYWORD' | 'AUDIENCE' | 'TOPIC' | 'GENDER' | 'AGE_RANGE' | 'PLACEMENT' | 'PARENTAL_STATUS' | 'INCOME_RANGE' — The targeting dimension that these settings apply to.
        - `targetRestrictionOperations` GoogleAdsSearchads360V23CommonTargetRestrictionOperation[] — The list of operations changing the target restrictions. Adding a target restriction with a targeting dimension that already exists causes the existing target restriction to be replaced with the new value.
          - `operator` 'UNSPECIFIED' | 'UNKNOWN' | 'ADD' | 'REMOVE' — Type of list operation to perform.
          - `value` GoogleAdsSearchads360V23CommonTargetRestriction — The list of per-targeting-dimension targeting settings.
            - `bidOnly` boolean — Indicates whether to restrict your ads to show only for the criteria you have selected for this targeting_dimension, or to target all values for this targeting_dimension and show ads based on your targeting in other TargetingDimensions. A value of `true` means that these criteria will only apply bid modifiers, and not affect targeting. A value of `false` means that these criteria will restrict targeting as well as applying bid modifiers.
            - `targetingDimension` 'UNSPECIFIED' | 'UNKNOWN' | 'KEYWORD' | 'AUDIENCE' | 'TOPIC' | 'GENDER' | 'AGE_RANGE' | 'PLACEMENT' | 'PARENTAL_STATUS' | 'INCOME_RANGE' — The targeting dimension that these settings apply to.
      - `videoBrandSafetySuitability` 'UNSPECIFIED' | 'UNKNOWN' | 'EXPANDED_INVENTORY' | 'STANDARD_INVENTORY' | 'LIMITED_INVENTORY' — Brand Safety setting at the individual campaign level. Allows for selecting an inventory type to show your ads on content that is the right fit for your brand. See https://support.google.com/google-ads/answer/7515513.
      - `targetCpm` GoogleAdsSearchads360V23CommonTargetCpm — Target CPM (cost per thousand impressions) is an automated bidding strategy that sets bids to optimize performance given the target CPM you set.
      - `missingEuPoliticalAdvertisingDeclaration` boolean — Output only. Indicates whether this campaign is missing a declaration about whether it contains political advertising targeted towards the EU and is ineligible for any exemptions. If this field is true, use the contains_eu_political_advertising field to add the required declaration. This field is read-only.
      - `brandGuidelinesEnabled` boolean — Immutable. Whether Brand Guidelines are enabled for this Campaign. Only applicable to Performance Max campaigns. If enabled, business name and logo assets must be linked as CampaignAssets instead of AssetGroupAssets.
      - `primaryStatusReasons` string[] — Output only. The primary status reasons of the campaign. Provides insight into why a campaign is not serving or not serving optimally. These reasons are aggregated to determine an overall CampaignPrimaryStatus.
      - `lastModifiedTime` string — Output only. The datetime when this campaign was last modified. The datetime is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss.ssssss" format.
      - `containsEuPoliticalAdvertising` 'UNSPECIFIED' | 'UNKNOWN' | 'CONTAINS_EU_POLITICAL_ADVERTISING' | 'DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING' — The advertiser should self-declare whether this campaign contains political advertising content targeted towards the European Union.
      - `localCampaignSetting` GoogleAdsSearchads360V23ResourcesCampaignLocalCampaignSetting — Campaign setting for local campaigns.
        - `locationSourceType` 'UNSPECIFIED' | 'UNKNOWN' | 'GOOGLE_MY_BUSINESS' | 'AFFILIATE' — The location source type for this local campaign.
      - `selectiveOptimizationMode` 'UNSPECIFIED' | 'UNKNOWN' | 'UNCONSTRAINED' | 'MATCHES_SEARCH_ADS360_EFFECTIVE_CAMPAIGN_LEVEL_CONFIG' — Selective optimization mode for this campaign.
      - `campaignGroup` string — The resource name of the campaign group that this campaign belongs to.
      - `id` string, int64 — Output only. The ID of the campaign.
      - `manualCpv` GoogleAdsSearchads360V23CommonManualCpv — View based bidding where user pays per video view.
      - `labels` string[] — Output only. The resource names of labels attached to this campaign.
      - `keywordMatchType` 'UNSPECIFIED' | 'UNKNOWN' | 'BROAD' — Keyword match type of Campaign. Set to BROAD to set broad matching for all keywords in a campaign.
      - `hotelSetting` GoogleAdsSearchads360V23ResourcesCampaignHotelSettingInfo — Campaign-level settings for hotel ads.
        - `hotelCenterId` string, int64 — Output only. The linked Hotel Center account.
      - `advertisingChannelSubType` 'UNSPECIFIED' | 'UNKNOWN' | 'SEARCH_MOBILE_APP' | 'DISPLAY_MOBILE_APP' | 'SEARCH_EXPRESS' | 'DISPLAY_EXPRESS' | 'SHOPPING_SMART_ADS' | 'DISPLAY_GMAIL_AD' | 'DISPLAY_SMART_CAMPAIGN' | 'VIDEO_ACTION' | 'VIDEO_NON_SKIPPABLE' | 'APP_CAMPAIGN' | 'APP_CAMPAIGN_FOR_ENGAGEMENT' | 'LOCAL_CAMPAIGN' | 'SHOPPING_COMPARISON_LISTING_ADS' | 'SMART_CAMPAIGN' | 'VIDEO_SEQUENCE' | 'APP_CAMPAIGN_FOR_PRE_REGISTRATION' | 'VIDEO_REACH_TARGET_FREQUENCY' | 'TRAVEL_ACTIVITIES' | 'SOCIAL_FACEBOOK_TRACKING_ONLY' — Immutable. Optional refinement to `advertising_channel_type`. Must be a valid sub-type of the parent channel type. Can be set only when creating campaigns. After campaign is created, the field can not be changed.
      - `brandGuidelines` GoogleAdsSearchads360V23ResourcesCampaignBrandGuidelines — Settings that control the visual appearance of your brand in a campaign's automatically generated assets and formats. Only applicable to Performance Max campaigns.
        - `accentColor` string — The accent brand color, entered as a hex code (e.g., #00ff00). You must provide the accent_color if you provide a main_color.
        - `predefinedFontFamily` string — The brand's font family. Must be one of the following Google Fonts (case sensitive): Open Sans, Roboto, Montserrat, Poppins, Lato, Oswald, Playfair Display, Roboto Slab.
        - `mainColor` string — The main brand color, entered as a hex code (e.g., #00ff00). You must provide the main_color if you provide an accent_color.
      - `resourceName` string — Immutable. The resource name of the campaign. Campaign resource names have the form: `customers/{customer_id}/campaigns/{campaign_id}`
      - `adServingOptimizationStatus` 'UNSPECIFIED' | 'UNKNOWN' | 'OPTIMIZE' | 'CONVERSION_OPTIMIZE' | 'ROTATE' | 'ROTATE_INDEFINITELY' | 'UNAVAILABLE' — The ad serving optimization status of the campaign.
      - `hotelPropertyAssetSet` string — Immutable. The resource name for a set of hotel properties for Performance Max for travel goals campaigns.
      - `dynamicSearchAdsSetting` GoogleAdsSearchads360V23ResourcesCampaignDynamicSearchAdsSetting — The setting for controlling Dynamic Search Ads (DSA).
        - `languageCode` string — Required. The language code specifying the language of the domain, for example, "en".
        - `domainName` string — Required. The Internet domain name that this setting represents, for example, "google.com" or "www.google.com".
        - `useSuppliedUrlsOnly` boolean — Whether the campaign uses advertiser supplied URLs exclusively.
      - `finalUrlSuffix` string — Suffix used to append query parameters to landing pages that are served with parallel tracking.
      - `targetCpa` GoogleAdsSearchads360V23CommonTargetCpa — An automated bid strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.
        - `targetCpaMicros` string, int64 — Average CPA target. This target should be greater than or equal to minimum billable unit based on the currency for the account.
        - `cpcBidCeilingMicros` string, int64 — Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.
        - `cpcBidFloorMicros` string, int64 — Minimum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.
      - `targetRoas` GoogleAdsSearchads360V23CommonTargetRoas — An automated bidding strategy that helps you maximize revenue while averaging a specific target return on ad spend (ROAS).
        - `cpcBidCeilingMicros` string, int64 — Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.
        - `targetRoas` number, double — Required. The chosen revenue (based on conversion data) per unit of spend. Value must be between 0.01 and 1000.0, inclusive.
        - `cpcBidFloorMicros` string, int64 — Minimum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.
        - `targetRoasTolerancePercentMillis` string, int64 — The percent of ROAS(return on advertising spend) degradation tolerance allowed to increase traffic diversity and conversion volume, specified in millis (for example, 10,000 = 10%). A value of 10,000 means that the advertiser can expect ROAS degradation of up to 10% of the specified target ROAS. This field is only mutable for portfolio bidding strategies.
      - `excludedParentAssetSetTypes` string[] — The asset set types that should be excluded from this campaign. Asset set links with these types will not be inherited by this campaign from the upper level. Location group types (GMB_DYNAMIC_LOCATION_GROUP, CHAIN_DYNAMIC_LOCATION_GROUP, and STATIC_LOCATION_GROUP) are child types of LOCATION_SYNC. Therefore, if LOCATION_SYNC is set for this field, all location group asset sets are not allowed to be linked to this campaign, and all Location Extension (LE) and Affiliate Location Extensions (ALE) will not be served under this campaign. Only LOCATION_SYNC is currently supported.
      - `urlCustomParameters` GoogleAdsSearchads360V23CommonCustomParameter[] — The list of mappings used to substitute custom parameter tags in a `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
        - `key` string — The key matching the parameter tag name.
        - `value` string — The value to be substituted.
      - `targetImpressionShare` GoogleAdsSearchads360V23CommonTargetImpressionShare — An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location).
        - `locationFractionMicros` string, int64 — The chosen fraction of ads to be shown in the targeted location in micros. For example, 1% equals 10,000.
        - `location` 'UNSPECIFIED' | 'UNKNOWN' | 'ANYWHERE_ON_PAGE' | 'TOP_OF_PAGE' | 'ABSOLUTE_TOP_OF_PAGE' — The targeted location on the search results page.
        - `cpcBidCeilingMicros` string, int64 — The highest CPC bid the automated bidding system is permitted to specify. This is a required field entered by the advertiser that sets the ceiling and specified in local micros.
      - `commission` GoogleAdsSearchads360V23CommonCommission — Commission is an automatic bidding strategy in which the advertiser pays a certain portion of the conversion value.
        - `commissionRateMicros` string, int64 — Commission rate defines the portion of the conversion value that the advertiser will be billed. A commission rate of x should be passed into this field as (x * 1,000,000). For example, 106,000 represents a commission rate of 0.106 (10.6%).
      - `localServicesCampaignSettings` GoogleAdsSearchads360V23ResourcesCampaignLocalServicesCampaignSettings — Settings for LocalServicesCampaign subresource.
        - `categoryBids` GoogleAdsSearchads360V23ResourcesCampaignCategoryBid[] — Categorical level bids associated with MANUAL_CPA bidding strategy.
          - `categoryId` string — Category for which the bid will be associated with. For example, xcat:service_area_business_plumber.
          - `manualCpaBidMicros` string, int64 — Manual CPA bid for the category. Bid must be greater than the reserve price associated for that category. Value is in micros and in the advertiser's currency.
          - `targetCpaBidMicros` string, int64 — Target CPA bid for the category. Value is in micros and in the advertiser's currency.
      - `percentCpc` GoogleAdsSearchads360V23CommonPercentCpc — A bidding strategy where bids are a fraction of the advertised price for some good or service.
        - `cpcBidCeilingMicros` string, int64 — Maximum bid limit that can be set by the bid strategy. This is an optional field entered by the advertiser and specified in local micros. Note: A zero value is interpreted in the same way as having bid_ceiling undefined.
        - `enhancedCpcEnabled` boolean — Adjusts the bid for each auction upward or downward, depending on the likelihood of a conversion. Individual bids may exceed cpc_bid_ceiling_micros, but the average bid amount for a campaign should not.
      - `shoppingSetting` GoogleAdsSearchads360V23ResourcesCampaignShoppingSetting — The setting for Shopping campaigns. Defines the universe of products that can be advertised by the campaign, and how this campaign interacts with other Shopping campaigns.
        - `campaignPriority` integer — Priority of the campaign. Campaigns with numerically higher priorities take precedence over those with lower priorities. This field is required for Shopping campaigns, with values between 0 and 2, inclusive. This field is optional for Smart Shopping campaigns, but must be equal to 3 if set.
        - `advertisingPartnerIds` string[] — The list of Google Ads accounts IDs of advertising partners cooperating within the campaign. This feature is currently available only for accounts having an advertising partner link. This feature is currently supported only for Performance Max, Shopping, Search and Demand Gen campaign types.
        - `disableProductFeed` boolean — Disable the optional product feed. This field is currently supported only for Demand Gen campaigns. See https://support.google.com/google-ads/answer/13721750 to learn more about this feature.
        - `enableLocal` boolean — Whether to include local products.
        - `useVehicleInventory` boolean — Immutable. Whether to target Vehicle Listing inventory.
        - `merchantId` string, int64 — ID of the Merchant Center account. This field is required for create operations. This field is immutable for Shopping campaigns.
        - `feedLabel` string — Feed label of products to include in the campaign. Valid feed labels may contain a maximum of 20 characters including uppercase letters, numbers, hyphens, and underscores. If you previously used the deprecated `sales_country` in the two-letter country code (`XX`) format, the `feed_label` field should be used instead. For more information see the [feed label](//support.google.com/merchants/answer/12453549) support article.
      - `realTimeBiddingSetting` GoogleAdsSearchads360V23CommonRealTimeBiddingSetting — Settings for Real-Time Bidding, a feature only available for campaigns targeting the Ad Exchange network.
        - `optIn` boolean — Whether the campaign is opted in to real-time bidding.
      - `advertisingChannelType` 'UNSPECIFIED' | 'UNKNOWN' | 'SEARCH' | 'DISPLAY' | 'SHOPPING' | 'HOTEL' | 'VIDEO' | 'MULTI_CHANNEL' | 'LOCAL' | 'SMART' | 'PERFORMANCE_MAX' | 'LOCAL_SERVICES' | 'TRAVEL' | 'DEMAND_GEN' | 'SOCIAL' — Immutable. The primary serving target for ads within the campaign. The targeting options can be refined in `network_settings`. This field is required and should not be empty when creating new campaigns. Can be set only when creating campaigns. After the campaign is created, the field can not be changed.
      - `geoTargetTypeSetting` GoogleAdsSearchads360V23ResourcesCampaignGeoTargetTypeSetting — Represents a collection of settings related to ads geotargeting.
        - `positiveGeoTargetType` 'UNSPECIFIED' | 'UNKNOWN' | 'PRESENCE_OR_INTEREST' | 'SEARCH_INTEREST' | 'PRESENCE' — The setting used for positive geotargeting in this particular campaign.
        - `negativeGeoTargetType` 'UNSPECIFIED' | 'UNKNOWN' | 'PRESENCE_OR_INTEREST' | 'PRESENCE' — The setting used for negative geotargeting in this particular campaign.
      - `accessibleBiddingStrategy` string — Output only. Resource name of AccessibleBiddingStrategy, a read-only view of the unrestricted attributes of the attached portfolio bidding strategy identified by 'bidding_strategy'. Empty, if the campaign does not use a portfolio strategy. Unrestricted strategy attributes are available to all customers with whom the strategy is shared and are read from the AccessibleBiddingStrategy resource. In contrast, restricted attributes are only available to the owner customer of the strategy and their managers. Restricted attributes can only be read from the BiddingStrategy resource.
      - `assetAutomationSettings` GoogleAdsSearchads360V23ResourcesCampaignAssetAutomationSetting[] — Contains the opt-in/out status of each AssetAutomationType. See documentation of each asset automation type enum for default opt in/out behavior.
        - `assetAutomationType` 'UNSPECIFIED' | 'UNKNOWN' | 'TEXT_ASSET_AUTOMATION' | 'GENERATE_VERTICAL_YOUTUBE_VIDEOS' | 'GENERATE_SHORTER_YOUTUBE_VIDEOS' | 'GENERATE_LANDING_PAGE_PREVIEW' | 'GENERATE_ENHANCED_YOUTUBE_VIDEOS' | 'GENERATE_IMAGE_ENHANCEMENT' | 'GENERATE_IMAGE_EXTRACTION' | 'GENERATE_DESIGN_VERSIONS_FOR_IMAGES' | 'FINAL_URL_EXPANSION_TEXT_ASSET_AUTOMATION' | 'GENERATE_VIDEOS_FROM_OTHER_ASSETS' — The asset automation type advertiser would like to opt-in/out.
        - `assetAutomationStatus` 'UNSPECIFIED' | 'UNKNOWN' | 'OPTED_IN' | 'OPTED_OUT' — The opt-in/out status of asset automation type.
      - `appCampaignSetting` GoogleAdsSearchads360V23ResourcesCampaignAppCampaignSetting — Campaign-level settings for App Campaigns.
        - `biddingStrategyGoalType` 'UNSPECIFIED' | 'UNKNOWN' | 'OPTIMIZE_INSTALLS_TARGET_INSTALL_COST' | 'OPTIMIZE_IN_APP_CONVERSIONS_TARGET_INSTALL_COST' | 'OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST' | 'OPTIMIZE_RETURN_ON_ADVERTISING_SPEND' | 'OPTIMIZE_PRE_REGISTRATION_CONVERSION_VOLUME' | 'OPTIMIZE_INSTALLS_WITHOUT_TARGET_INSTALL_COST' | 'OPTIMIZE_IN_APP_CONVERSIONS_WITHOUT_TARGET_CPA' | 'OPTIMIZE_TOTAL_VALUE_WITHOUT_TARGET_ROAS' — Represents the goal which the bidding strategy of this app campaign should optimize towards.
        - `appId` string — Immutable. A string that uniquely identifies a mobile application.
        - `appStore` 'UNSPECIFIED' | 'UNKNOWN' | 'APPLE_APP_STORE' | 'GOOGLE_APP_STORE' — Immutable. The application store that distributes this specific app.
    - `updateMask` string, google-fieldmask — FieldMask that determines which resource fields are modified in an update.
    - `remove` string — Remove operation: A resource name for the removed campaign is expected, in this format: `customers/{customer_id}/campaigns/{campaign_id}`
  - `responseContentType` 'UNSPECIFIED' | 'RESOURCE_NAME_ONLY' | 'MUTABLE_RESOURCE' — The response content type setting. Determines whether the mutable resource or just the resource name should be returned post mutation.
  - `partialFailure` boolean — If true, successful operations will be carried out and invalid operations will return errors. If false, all operations will be carried out in one transaction if and only if they are all valid. Default is false.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/searchads360.md) · [All operations](https://skmtc.net/google/apis/searchads360/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/searchads360/revisions/40d087435afd/schema)
