View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy (google_api_search_ads360 v0.7.0)
Represents a view of BiddingStrategies owned by and shared with the customer. In contrast to BiddingStrategy, this resource includes strategies owned by managers of the customer and shared with this customer - in addition to strategies owned by this customer. This resource does not provide metrics and only exposes a limited subset of the BiddingStrategy attributes.
Attributes
-
id
(type:String.t
, default:nil
) - Output only. The ID of the bidding strategy. -
maximizeConversionValue
(type:GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue.t
, default:nil
) - Output only. An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget. -
maximizeConversions
(type:GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions.t
, default:nil
) - Output only. An automated bidding strategy to help get the most conversions for your campaigns while spending your budget. -
name
(type:String.t
, default:nil
) - Output only. The name of the bidding strategy. -
ownerCustomerId
(type:String.t
, default:nil
) - Output only. The ID of the Customer which owns the bidding strategy. -
ownerDescriptiveName
(type:String.t
, default:nil
) - Output only. descriptive_name of the Customer which owns the bidding strategy. -
resourceName
(type:String.t
, default:nil
) - Output only. The resource name of the accessible bidding strategy. AccessibleBiddingStrategy resource names have the form:customers/{customer_id}/accessibleBiddingStrategies/{bidding_strategy_id}
-
targetCpa
(type:GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa.t
, default:nil
) - Output only. A bidding strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set. -
targetImpressionShare
(type:GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.t
, default:nil
) - Output only. A bidding strategy that automatically optimizes towards a chosen percentage of impressions. -
targetRoas
(type:GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas.t
, default:nil
) - Output only. A bidding strategy that helps you maximize revenue while averaging a specific target Return On Ad Spend (ROAS). -
targetSpend
(type:GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend.t
, default:nil
) - Output only. A bid strategy that sets your bids to help get as many clicks as possible within your budget. -
type
(type:String.t
, default:nil
) - Output only. The type of the bidding strategy.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy{ id: String.t() | nil, maximizeConversionValue: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue.t() | nil, maximizeConversions: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions.t() | nil, name: String.t() | nil, ownerCustomerId: String.t() | nil, ownerDescriptiveName: String.t() | nil, resourceName: String.t() | nil, targetCpa: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa.t() | nil, targetImpressionShare: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.t() | nil, targetRoas: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas.t() | nil, targetSpend: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend.t() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.