AI-generated Key Takeaways
-
Mobile applications can be added to a network for targeting purposes and can originate from various app stores.
-
Mobile applications are uniquely identified by an
id
and anapplicationId
, withapplicationId
being the preferred identifier moving forward. -
Essential attributes for a mobile application include
displayName
,appStoreId
, and a list ofappStores
it belongs to. -
Additional information about a mobile application, such as
isArchived
status,appStoreName
,applicationCode
,developerName
,platform
,isFree
status,downloadUrl
, andapprovalStatus
, is read-only and populated by Google.
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.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
Field |
|
---|---|
|
Uniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed. |
|
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. |
|
The display name of the mobile application. This attribute is required and has a maximum length of 255 characters. |
|
The app store ID of the app to claim. This attribute is required for creation and then is read-only. |
|
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. Enumerations
|
|
The archival status of the mobile application. This attribute is read-only. |
|
The name of the application on the app store. This attribute is read-only and populated by Google. |
|
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". |
|
The name of the developer of the mobile application. This attribute is read-only and populated by Google. |
|
The platform the mobile application runs on. This attribute is read-only and populated by Google. Enumerations
|
|
Whether the mobile application is free on the app store it belongs to. This attribute is read-only and populated by Google. |
|
The download URL of the mobile application on the app store it belongs to. This attribute is read-only and populated by Google. |
|
The approval status for the mobile application. Enumerations
|