Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202311.MobileApplication Class Reference

A mobile application that has been added to or "claimed" by the network to be used for targeting purposes. These mobile apps can come from various app stores. More...

Properties

long id [get, set]
 Uniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed. More...
 
bool idSpecified [get, set]
 
long applicationId [get, set]
 Uniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed. The #id field is being deprecated in favor of this new ID space. More...
 
bool applicationIdSpecified [get, set]
 
string displayName [get, set]
 The display name of the mobile application. This attribute is required and has a maximum length of 255 characters. More...
 
string appStoreId [get, set]
 The app store ID of the app to claim. This attribute is required for creation and then is read-only. More...
 
MobileApplicationStore[] appStores [get, set]
 The app stores the mobile application belongs to. This attribute is required for creation and is mutable to allow for third party app store linking. More...
 
bool isArchived [get, set]
 The archival status of the mobile application. This attribute is read-only. More...
 
bool isArchivedSpecified [get, set]
 
string appStoreName [get, set]
 The name of the application on the app store. This attribute is read-only and populated by Google. More...
 
string applicationCode [get, set]
 The application code used to identify the app in the SDK. This attribute is read-only and populated by Google. More...
 
string developerName [get, set]
 The name of the developer of the mobile application. This attribute is read-only and populated by Google. More...
 
MobileApplicationPlatform platform [get, set]
 The platform the mobile application runs on. This attribute is read-only and populated by Google. More...
 
bool platformSpecified [get, set]
 
bool isFree [get, set]
 Whether the mobile application is free on the app store it belongs to. This attribute is read-only and populated by Google. More...
 
bool isFreeSpecified [get, set]
 
string downloadUrl [get, set]
 The download URL of the mobile application on the app store it belongs to. This attribute is read-only and populated by Google. More...
 
MobileApplicationApprovalStatus approvalStatus [get, set]
 The approval status for the mobile application. More...
 
bool approvalStatusSpecified [get, set]
 

Detailed Description

A mobile application that has been added to or "claimed" by the network to be used for targeting purposes. These mobile apps can come from various app stores.

Property Documentation

string Google.Api.Ads.AdManager.v202311.MobileApplication.applicationCode
getset

The application code used to identify the app in the SDK. This attribute is read-only and populated by Google.

Note that the UI refers to this as "App ID".

long Google.Api.Ads.AdManager.v202311.MobileApplication.applicationId
getset

Uniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed. The #id field is being deprecated in favor of this new ID space.

bool Google.Api.Ads.AdManager.v202311.MobileApplication.applicationIdSpecified
getset

true, if a value is specified for applicationId, false otherwise.

MobileApplicationApprovalStatus Google.Api.Ads.AdManager.v202311.MobileApplication.approvalStatus
getset

The approval status for the mobile application.

bool Google.Api.Ads.AdManager.v202311.MobileApplication.approvalStatusSpecified
getset

true, if a value is specified for approvalStatus, false otherwise.

string Google.Api.Ads.AdManager.v202311.MobileApplication.appStoreId
getset

The app store ID of the app to claim. This attribute is required for creation and then is read-only.

string Google.Api.Ads.AdManager.v202311.MobileApplication.appStoreName
getset

The name of the application on the app store. This attribute is read-only and populated by Google.

MobileApplicationStore [] Google.Api.Ads.AdManager.v202311.MobileApplication.appStores
getset

The app stores the mobile application belongs to. This attribute is required for creation and is mutable to allow for third party app store linking.

string Google.Api.Ads.AdManager.v202311.MobileApplication.developerName
getset

The name of the developer of the mobile application. This attribute is read-only and populated by Google.

string Google.Api.Ads.AdManager.v202311.MobileApplication.displayName
getset

The display name of the mobile application. This attribute is required and has a maximum length of 255 characters.

string Google.Api.Ads.AdManager.v202311.MobileApplication.downloadUrl
getset

The download URL of the mobile application on the app store it belongs to. This attribute is read-only and populated by Google.

long Google.Api.Ads.AdManager.v202311.MobileApplication.id
getset

Uniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed.

bool Google.Api.Ads.AdManager.v202311.MobileApplication.idSpecified
getset

true, if a value is specified for id, false otherwise.

bool Google.Api.Ads.AdManager.v202311.MobileApplication.isArchived
getset

The archival status of the mobile application. This attribute is read-only.

bool Google.Api.Ads.AdManager.v202311.MobileApplication.isArchivedSpecified
getset

true, if a value is specified for isArchived, false otherwise.

bool Google.Api.Ads.AdManager.v202311.MobileApplication.isFree
getset

Whether the mobile application is free on the app store it belongs to. This attribute is read-only and populated by Google.

bool Google.Api.Ads.AdManager.v202311.MobileApplication.isFreeSpecified
getset

true, if a value is specified for isFree, false otherwise.

MobileApplicationPlatform Google.Api.Ads.AdManager.v202311.MobileApplication.platform
getset

The platform the mobile application runs on. This attribute is read-only and populated by Google.

bool Google.Api.Ads.AdManager.v202311.MobileApplication.platformSpecified
getset

true, if a value is specified for platform, false otherwise.


The documentation for this class was generated from the following file: