Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionWebpage

Filters for URLs in a page feed and URLs from the advertiser web domain. Several root nodes with this dimension are allowed in an asset group and their conditions are considered in OR.

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

Properties

Conditions

The webpage conditions are case sensitive and these are and-ed together when evaluated for filtering. All the conditions should be of same type. Example1: for URL1 = www.ads.google.com?ocid=1&euid=2 and URL2 = www.ads.google.com?ocid=1 and with "ocid" and "euid" as url_contains conditions, URL1 will be matched, but URL2 not. Example2 : If URL1 has Label1, Label2 and URL2 has Label2, Label3, then with Label1 and Label2 as custom_label conditions, URL1 will be matched but not URL2. With Label2 as the only custom_label condition then both URL1 and URL2 will be matched.

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

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