CallToActionType
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible types of call to action.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
LEARN_MORE
|
The call to action type is learn more. |
GET_QUOTE
|
The call to action type is get quote. |
APPLY_NOW
|
The call to action type is apply now. |
SIGN_UP
|
The call to action type is sign up. |
|
The call to action type is contact us. |
SUBSCRIBE
|
The call to action type is subscribe. |
DOWNLOAD
|
The call to action type is download. |
BOOK_NOW
|
The call to action type is book now. |
SHOP_NOW
|
The call to action type is shop now. |
BUY_NOW
|
The call to action type is buy now. |
DONATE_NOW
|
The call to action type is donate now. |
ORDER_NOW
|
The call to action type is order now. |
PLAY_NOW
|
The call to action type is play now. |
SEE_MORE
|
The call to action type is see more. |
START_NOW
|
The call to action type is start now. |
VISIT_SITE
|
The call to action type is visit site. |
WATCH_NOW
|
The call to action type is watch now. |
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.
[[["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-10-12 UTC."],[[["This enum defines different types of call to action that can be used in marketing and advertising."],["It includes common call to action types like \"Learn More\", \"Get Quote\", \"Apply Now\", \"Sign Up\", and many more, providing a comprehensive set of options."],["The enum also includes values for unspecified and unknown call to action types for handling edge cases."],["Each enum value is represented by a descriptive name, making it easy to understand the intended purpose of each call to action type."]]],[]]