Class GoogleAdsSearchads360V0ResourcesCampaignNetworkSettings
The network settings for the campaign.
Implements
Inherited Members
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 partner network. This is available only to some select partner accounts.
Unless you have been instructed to use this field, it likely does not apply to your account. This does not
control whether ads will be served on Google Search Partners Network; use target_search_network for that
instead.
Declaration
[JsonProperty("targetPartnerSearchNetwork")]
public virtual bool? TargetPartnerSearchNetwork { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
TargetSearchNetwork
Whether ads will be served on sites in the Google Search Partners Network (requires target_google_search
to also be true).
Declaration
[JsonProperty("targetSearchNetwork")]
public virtual bool? TargetSearchNetwork { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |