Show / Hide Table of Contents

Class AppTargeting

A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent.

Inheritance
object
AppTargeting
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.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class AppTargeting : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MobileAppCategoryTargeting

Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.

Declaration
[JsonProperty("mobileAppCategoryTargeting")]
public virtual NumericTargetingDimension MobileAppCategoryTargeting { get; set; }
Property Value
Type Description
NumericTargetingDimension

MobileAppTargeting

Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.

Declaration
[JsonProperty("mobileAppTargeting")]
public virtual StringTargetingDimension MobileAppTargeting { get; set; }
Property Value
Type Description
StringTargetingDimension

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX