Class PackagePlacementTargeting
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.v1beta.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1beta.dll
Syntax
public class PackagePlacementTargeting : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IncludedMobileAppCategoryTargeting
Optional. The list of targeted mobile app categories.
Declaration
[JsonProperty("includedMobileAppCategoryTargeting")]
public virtual IList<long?> IncludedMobileAppCategoryTargeting { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |
MobileAppTargeting
Optional. The list of targeted or excluded mobile application IDs that publishers own. Currently, only Android and Apple apps are supported. Android App ID, for example, com.google.android.apps.maps, can be found in Google Play Store URL. iOS App ID (which is a number) can be found at the end of iTunes store URL. First party mobile applications is either included or excluded.
Declaration
[JsonProperty("mobileAppTargeting")]
public virtual StringTargetingDimension MobileAppTargeting { get; set; }
Property Value
| Type | Description |
|---|---|
| StringTargetingDimension |
UriTargeting
Optional. The list of targeted or excluded URLs. The domains should have the http/https stripped (for example, google.com), and can contain a max of 5 paths per url.
Declaration
[JsonProperty("uriTargeting")]
public virtual StringTargetingDimension UriTargeting { get; set; }
Property Value
| Type | Description |
|---|---|
| StringTargetingDimension |