Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
AppFeedItem
Stay organized with collections
Save and categorize content based on your preferences.
Represents an App extension.
Fields |
app_store
|
AppStore
The application store that the target application belongs to. This field is required.
|
final_urls[]
|
string
A list of possible final URLs after all cross domain redirects. This list must not be empty.
|
final_mobile_urls[]
|
string
A list of possible final mobile URLs after all cross domain redirects.
|
url_custom_parameters[]
|
CustomParameter
A list of mappings to be used for substituting URL custom parameter tags in the tracking_url_template, final_urls, and/or final_mobile_urls.
|
link_text
|
string
The visible text displayed when the link is rendered in an ad. This string must not be empty, and the length of this string should be between 1 and 25, inclusive.
|
app_id
|
string
The store-specific ID for the target application. This string must not be empty.
|
tracking_url_template
|
string
URL template for constructing a tracking URL. Default value is "{lpurl}".
|
final_url_suffix
|
string
URL template for appending params to landing page URLs served with parallel tracking.
|
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."],[[["Represents an app extension that links to an app in an app store and is displayed together with the text ad on which it is attached."],["Contains information about the app store, final URLs, mobile URLs, custom parameters for URLs, link text, app ID, tracking URL template, and a suffix for final URLs."],["Requires specifying an application store, final URLs, link text displayed with the extension, and the application's store-specific ID."],["Allows customizing URLs using parameters, creating a tracking URL, and adding a suffix to the landing page URL for parallel tracking."]]],[]]