AppPlaceholderField
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-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["App placeholder fields can be populated with enums such as `STORE`, `ID`, `LINK_TEXT`, `URL`, and others to specify details about the target application and its associated links."],["`STORE` enum indicates the application store (Apple iTunes Store or Google Play Store) with data type INT64, while `ID` provides the store-specific ID with data type STRING."],["Enums like `LINK_TEXT`, `URL`, `FINAL_URLS`, `FINAL_MOBILE_URLS`, `TRACKING_URL`, and `FINAL_URL_SUFFIX` define the display text, destination URL, and tracking information for in-app links, using data types STRING, URL, and URL_LIST as appropriate."],["`UNSPECIFIED` and `UNKNOWN` enums are reserved for system use and should not be used for setting placeholder field values."]]],[]]