AppPlaceholderField
Stay organized with collections
Save and categorize content based on your preferences.
Possible values for App placeholder fields.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
STORE
|
Data Type: INT64. The application store that the target application belongs to. Valid values are: 1 = Apple iTunes Store; 2 = Google Play Store. |
ID
|
Data Type: STRING. The store-specific ID for the target application. |
LINK_TEXT
|
Data Type: STRING. The visible text displayed when the link is rendered in an ad. |
URL
|
Data Type: STRING. The destination URL of the in-app link. |
FINAL_URLS
|
Data Type: URL_LIST. Final URLs for the in-app link when using Upgraded URLs. |
FINAL_MOBILE_URLS
|
Data Type: URL_LIST. Final Mobile URLs for the in-app link when using Upgraded URLs. |
TRACKING_URL
|
Data Type: URL. Tracking template for the in-app link when using Upgraded URLs. |
FINAL_URL_SUFFIX
|
Data Type: STRING. Final URL suffix for the in-app link when using 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-02-20 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-02-20 UTC."],[[["App placeholder fields can include store type, app ID, link text, and destination URL."],["Enums are used to define possible values, with `STORE` specifying the app store (iTunes or Google Play) and `ID` representing the app's unique store ID."],["Link text, destination URL, and URLs for upgraded links can also be set using `LINK_TEXT`, `URL`, `FINAL_URLS`, `FINAL_MOBILE_URLS`, and associated fields."],["`UNSPECIFIED` and `UNKNOWN` are reserved values, while other enums provide specific data types like `INT64`, `STRING`, and `URL_LIST` for respective fields."],["Upgraded URLs utilize `FINAL_URLS`, `FINAL_MOBILE_URLS`, and `TRACKING_URL`, while parallel tracking employs `FINAL_URL_SUFFIX`."]]],[]]