Show / Hide Table of Contents

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.

Inheritance
object
PackagePlacementTargeting
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.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX