Class FirstPartyMobileApplicationTargeting
Represents a list of targeted and excluded mobile application IDs that publishers own. 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.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.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> |