Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesAdvancedProductTargeting

Advanced targeting settings for products.

Inheritance
object
GoogleAdsSearchads360V23ServicesAdvancedProductTargeting
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 GoogleAdsSearchads360V23ServicesAdvancedProductTargeting : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

SurfaceTargetingSettings

Surface targeting settings for this product.

Declaration
[JsonProperty("surfaceTargetingSettings")]
public virtual GoogleAdsSearchads360V23ServicesSurfaceTargeting SurfaceTargetingSettings { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesSurfaceTargeting

TargetFrequencySettings

Settings for a Target frequency campaign. Must be set when selecting the TARGET_FREQUENCY product. See https://support.google.com/google-ads/answer/12400225 for more information about Target Frequency campaigns.

Declaration
[JsonProperty("targetFrequencySettings")]
public virtual GoogleAdsSearchads360V23ServicesTargetFrequencySettings TargetFrequencySettings { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesTargetFrequencySettings

YoutubeSelectSettings

Settings for YouTube Select targeting.

Declaration
[JsonProperty("youtubeSelectSettings")]
public virtual GoogleAdsSearchads360V23ServicesYouTubeSelectSettings YoutubeSelectSettings { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesYouTubeSelectSettings

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX