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."],[[["Mobile app assets are represented by a unique ID, the app store distributing it, and display text for rendered links."],["The `app_id` should use the platform's native ID (e.g., package name for Android, numeric ID for iOS)."],["Link text for the app should be between 1 and 25 characters long and is what users see in ads."],["Assets can have optional start and end dates to control when they are eligible to serve, using the format yyyy-MM-dd."]]],[]]