Show / Hide Table of Contents

Class GoogleAdsSearchads360V0CommonTargetRestriction

The list of per-targeting-dimension targeting settings.

Inheritance
object
GoogleAdsSearchads360V0CommonTargetRestriction
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX