Common Use Cases

You can use the Dictionary to fetch a variety of different enums.

πŸ“˜

The list below shows some common examples. You can explore the dictionary to find other enums of interest - see: Traversing the Tree.

  1. Enums
    a. Fetch a list of top level dictionaries.
    b. Fetch a list of Campaign enums.
    c. Fetch a list of Item enums.
  2. General-purpose lists
    a. Fetch a list of languages supported by Taboola.
    b. Fetch a list of days in the week.
  3. Possible values for a given property
    a. Fetch possible values for campaign category.
    b. Fetch possible values for Item status.
    c. Fetch possible values for Item CTA.
    d. Fetch a list of supported languages for fetching third-party images.
  4. Targeting
    a. Fetch a list of supported platforms.
    b. Fetch a list of supported operating systems.
    c. Fetch a list of supported iOS versions.
    d. Fetch a list of supported Android versions.
    e. Fetch a list of supported browsers.
  5. Geo targeting
    a. Fetch a list of supported countries (2-letter country codes).
    b. Fetch a list of country-specific regions.
    c. Fetch a list of country-specific postal codes.
  6. Audience Targeting (Account-specific)
    a. Fetch a list of available Marketplace Audiences for a given account.
    b. Fetch a list of available Marketplace Audiences for a given account and country.
    c. Fetch a list of available Lookalike Audiences for a given account.
    d. Fetch a list of available Get Lookalike Audiences for a given account and country.

πŸ“˜

The above categories are for illustrative purposes only. You can categorize the endpoints any way you like.