Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesCampaignBidModifier

Represents a bid-modifiable only criterion at the campaign level.

Inheritance
object
GoogleAdsSearchads360V23ResourcesCampaignBidModifier
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.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCampaignBidModifier : IDirectResponseSchema

Properties

BidModifier

The modifier for the bid when the criterion matches.

Declaration
[JsonProperty("bidModifier")]
public virtual double? BidModifier { get; set; }
Property Value
Type Description
double?

Campaign

Output only. The campaign to which this criterion belongs.

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

CriterionId

Output only. The ID of the criterion to bid modify. This field is ignored for mutates.

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

ETag

The ETag of the item.

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

InteractionType

Immutable. Criterion for interaction type. Only supported for search campaigns.

Declaration
[JsonProperty("interactionType")]
public virtual GoogleAdsSearchads360V23CommonInteractionTypeInfo InteractionType { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonInteractionTypeInfo

ResourceName

Immutable. The resource name of the campaign bid modifier. Campaign bid modifier resource names have the form: customers/{customer_id}/campaignBidModifiers/{campaign_id}~{criterion_id}

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX