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.
- idstringExample:
"BOOK_NOW"
- valuestringExample:
"Book now"
Response sample
[ { "id": "BOOK_NOW", "value": "Book now", "translations": [ { "locale": "en_US", "language": "ENGLISH", "value": "Book now" } ] }]