Class UriTargeting
Represents a list of targeted and excluded URLs (for example, google.com). For Private Auction Deals, URLs are either included or excluded. For Programmatic Guaranteed and Preferred Deals, this doesn't apply.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class UriTargeting : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExcludedUris
A list of URLs to be excluded.
Declaration
[JsonProperty("excludedUris")]
public virtual IList<string> ExcludedUris { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
TargetedUris
A list of URLs to be included.
Declaration
[JsonProperty("targetedUris")]
public virtual IList<string> TargetedUris { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |