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-05-29 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-05-29 UTC."],[[["App placeholder fields can include store type, app ID, link text, and destination URL."],["Enums such as `UNSPECIFIED` and `UNKNOWN` are reserved for system use and indicate unspecified or unknown values."],["The `STORE` enum denotes the application store (Apple iTunes or Google Play) with corresponding INT64 values."],["`ID`, `LINK_TEXT`, `URL`, `FINAL_URLS`, `FINAL_MOBILE_URLS`, `TRACKING_URL`, and `FINAL_URL_SUFFIX` fields are used to specify details like app ID, link display text, destination URLs, and tracking information, each with its defined data type."],["When using Upgraded URLs, `FINAL_URLS`, `FINAL_MOBILE_URLS`, and `TRACKING_URL` provide flexibility for defining final destinations and tracking."]]],[]]