Get possible values for Item CTA

Sample response:

{
    "results": [
        {
            "name": "DOWNLOAD",
            "value": "Download"
        },
        {
            "name": "INSTALL_NOW",
            "value": "Install Now"
        },
        {
            "name": "LEARN_MORE",
            "value": "Learn More"
        },
        //...
    ],
    "metadata": {
        //...
    }
}

πŸ“˜

Traversing the Tree

The request URL in this example ends with 3 chained keys: campaigns_properties, items_properties and cta - returned by Get list of Dictionaries, Get list of Campaign Enums and Get list of Item Enums respectively. (See Traversing the Tree for an overview.)

Language