Show / Hide Table of Contents

Class GoogleAdsSearchads360V0CommonWebpageInfo

Represents a criterion for targeting webpages of an advertiser's website.

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

Properties

Conditions

Conditions, or logical expressions, for webpage targeting. The list of webpage targeting conditions are and-ed together when evaluated for targeting. An empty list of conditions indicates all pages of the campaign's website are targeted. This field is required for CREATE operations and is prohibited on UPDATE operations.

Declaration
[JsonProperty("conditions")]
public virtual IList<GoogleAdsSearchads360V0CommonWebpageConditionInfo> Conditions { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V0CommonWebpageConditionInfo>

CoveragePercentage

Website criteria coverage percentage. This is the computed percentage of website coverage based on the website target, negative website target and negative keywords in the ad group and campaign. For instance, when coverage returns as 1, it indicates it has 100% coverage. This field is read-only.

Declaration
[JsonProperty("coveragePercentage")]
public virtual double? CoveragePercentage { get; set; }
Property Value
Type Description
double?

CriterionName

The name of the criterion that is defined by this parameter. The name value will be used for identifying, sorting and filtering criteria with this type of parameters. This field is required for CREATE operations and is prohibited on UPDATE operations.

Declaration
[JsonProperty("criterionName")]
public virtual string CriterionName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX