Skip to content
Ads API •References / ads / Get Call To Action Options

Get Call To Action Options

Returns list of options for the call-to-action button text.

Request

GET
/cta_options

Response

List of call to action options.

  • id
    string
    Example: "BOOK_NOW"
  • value
    string
    Example: "Book now"
    • locale
      string
      Example: "en_US"
    • language
      string
      Example: "ENGLISH"
    • value
      string
      Example: "Book now"

Response sample

[  {    "id": "BOOK_NOW",    "value": "Book now",    "translations": [      {        "locale": "en_US",        "language": "ENGLISH",        "value": "Book now"      }    ]  }]