MobileAppAsset
Stay organized with collections
Save and categorize content based on your preferences.
An asset representing a mobile app.
Fields |
app_id
|
string
Required. A string that uniquely identifies a mobile application. It should just contain the platform native id, like "com.android.ebay" for Android or "12345689" for iOS.
|
app_store
|
MobileAppVendor
Required. The application store that distributes this specific app.
|
link_text
|
string
Required. The visible text displayed when the link is rendered in an ad. The length of this string should be between 1 and 25, inclusive.
|
start_date
|
string
Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.
|
end_date
|
string
Last date of when this asset is effective and still serving, in yyyy-MM-dd format.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["The Mobile App asset represents a mobile application using a unique ID and its distribution store."],["It requires link text for display with a length of 1 to 25 characters and can include optional start and end dates for serving."],["The app ID should be the platform's native ID, such as the package name for Android or the numeric ID for iOS apps."]]],[]]