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-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."],[[["This enum defines different types of call-to-action (CTA) options for use in various contexts."],["It includes a wide range of CTA types, from general actions like \"learn more\" and \"contact us\" to more specific ones like \"book now\" and \"donate now\"."],["The enum provides standardized values for CTAs, ensuring consistency and clarity in their implementation."],["It also includes `UNSPECIFIED` and `UNKNOWN` values for handling undefined or unrecognized CTA types."]]],[]]