Show / Hide Table of Contents

Class FirstPartyMobileApplicationTargeting

Represents a list of targeted and excluded mobile application IDs that publishers own. Mobile application IDs are from App Store and Google Play Store. 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.

Inheritance
object
FirstPartyMobileApplicationTargeting
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.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class FirstPartyMobileApplicationTargeting : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExcludedAppIds

A list of application IDs to be excluded.

Declaration
[JsonProperty("excludedAppIds")]
public virtual IList<string> ExcludedAppIds { get; set; }
Property Value
Type Description
IList<string>

TargetedAppIds

A list of application IDs to be included.

Declaration
[JsonProperty("targetedAppIds")]
public virtual IList<string> TargetedAppIds { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX