Class GoogleAdsSearchads360V0CommonTargetRestriction
The list of per-targeting-dimension targeting settings.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0CommonTargetRestriction : IDirectResponseSchema
Properties
BidOnly
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.
Declaration
[JsonProperty("bidOnly")]
public virtual bool? BidOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetingDimension
The targeting dimension that these settings apply to.
Declaration
[JsonProperty("targetingDimension")]
public virtual string TargetingDimension { get; set; }
Property Value
Type | Description |
---|---|
string |