Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesCampaignNetworkSettings

The network settings for the campaign.

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

Properties

ETag

The ETag of the item.

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

TargetContentNetwork

Whether ads will be served on specified placements in the Google Display Network. Placements are specified using the Placement criterion.

Declaration
[JsonProperty("targetContentNetwork")]
public virtual bool? TargetContentNetwork { get; set; }
Property Value
Type Description
bool?

TargetGoogleSearch

Whether ads will be served with google.com search results.

Declaration
[JsonProperty("targetGoogleSearch")]
public virtual bool? TargetGoogleSearch { get; set; }
Property Value
Type Description
bool?

TargetPartnerSearchNetwork

Whether ads will be served on the Google Partner Network. This is available only to some select Google partner accounts.

Declaration
[JsonProperty("targetPartnerSearchNetwork")]
public virtual bool? TargetPartnerSearchNetwork { get; set; }
Property Value
Type Description
bool?

TargetSearchNetwork

Whether ads will be served on partner sites in the Google Search Network (requires target_google_search to also be true).

Declaration
[JsonProperty("targetSearchNetwork")]
public virtual bool? TargetSearchNetwork { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX