Class PlacementTargeting
Represents targeting about where the ads can appear, for example, certain sites or mobile applications. Different placement targeting types will be logically OR'ed.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class PlacementTargeting : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MobileApplicationTargeting
Mobile application targeting information in a deal. This doesn't apply to Auction Packages.
Declaration
[JsonProperty("mobileApplicationTargeting")]
public virtual MobileApplicationTargeting MobileApplicationTargeting { get; set; }
Property Value
Type | Description |
---|---|
MobileApplicationTargeting |
UriTargeting
URLs to be included/excluded.
Declaration
[JsonProperty("uriTargeting")]
public virtual UriTargeting UriTargeting { get; set; }
Property Value
Type | Description |
---|---|
UriTargeting |