You can use the Dictionary to fetch a variety of different enums.
The list below shows some common use cases and examples. You can explore the dictionary to find other enums of interest - see: Traversing the Tree.
- Enums
a. Fetch a list of top level dictionaries.
b. Fetch a list of Campaign enums.
c. Fetch a list of Item enums. - General-purpose lists
a. Fetch a list of days in the week. - 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. - 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. - 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. - 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.