Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategy

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.

Inheritance
object
GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Output only. The ID of the bidding strategy.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

MaximizeConversionValue

Output only. An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget.

Declaration
[JsonProperty("maximizeConversionValue")]
public virtual GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversionValue MaximizeConversionValue { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversionValue

MaximizeConversions

Output only. An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.

Declaration
[JsonProperty("maximizeConversions")]
public virtual GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions MaximizeConversions { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions

Name

Output only. The name of the bidding strategy.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OwnerCustomerId

Output only. The ID of the Customer which owns the bidding strategy.

Declaration
[JsonProperty("ownerCustomerId")]
public virtual long? OwnerCustomerId { get; set; }
Property Value
Type Description
long?

OwnerDescriptiveName

Output only. descriptive_name of the Customer which owns the bidding strategy.

Declaration
[JsonProperty("ownerDescriptiveName")]
public virtual string OwnerDescriptiveName { get; set; }
Property Value
Type Description
string

ResourceName

Output only. The resource name of the accessible bidding strategy. AccessibleBiddingStrategy resource names have the form: customers/{customer_id}/accessibleBiddingStrategies/{bidding_strategy_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

TargetCpa

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.

Declaration
[JsonProperty("targetCpa")]
public virtual GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetCpa TargetCpa { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetCpa

TargetImpressionShare

Output only. A bidding strategy that automatically optimizes towards a chosen percentage of impressions.

Declaration
[JsonProperty("targetImpressionShare")]
public virtual GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetImpressionShare TargetImpressionShare { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetImpressionShare

TargetRoas

Output only. A bidding strategy that helps you maximize revenue while averaging a specific target Return On Ad Spend (ROAS).

Declaration
[JsonProperty("targetRoas")]
public virtual GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetRoas TargetRoas { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetRoas

TargetSpend

Output only. A bid strategy that sets your bids to help get as many clicks as possible within your budget.

Declaration
[JsonProperty("targetSpend")]
public virtual GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetSpend TargetSpend { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetSpend

Type

Output only. The type of the bidding strategy.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX