callToAction property

String? callToAction
getter/setter pair

The call-to-action button shown on the ad.

The supported values are: * AUTOMATED * LEARN_MORE * GET_QUOTE * APPLY_NOW * SIGN_UP * CONTACT_US * SUBSCRIBE * DOWNLOAD * BOOK_NOW * SHOP_NOW * BUY_NOW * DONATE_NOW * ORDER_NOW * PLAY_NOW * SEE_MORE * START_NOW * VISIT_SITE * WATCH_NOW

Required. Possible string values are:

  • "CALL_TO_ACTION_UNSPECIFIED" : Not specified or unknown.
  • "AUTOMATED" : Automated.
  • "LEARN_MORE" : Learn more.
  • "GET_QUOTE" : Get quote.
  • "APPLY_NOW" : Apply now.
  • "SIGN_UP" : Sign up.
  • "CONTACT_US" : Contact us.
  • "SUBSCRIBE" : Subscribe.
  • "DOWNLOAD" : Download.
  • "BOOK_NOW" : Book now.
  • "SHOP_NOW" : Shop now.
  • "BUY_NOW" : Buy now.
  • "DONATE_NOW" : Donate now.
  • "ORDER_NOW" : Order now.
  • "PLAY_NOW" : Play now.
  • "SEE_MORE" : See more.
  • "START_NOW" : Start now.
  • "VISIT_SITE" : Visit site.
  • "WATCH_NOW" : Watch now.

Implementation

core.String? callToAction;