Provides a table of values and the IDs that represent them in the filter language. For instance, country names and the codes used to represent them.
data_model_countries() data_model_categories() data_model_languages() data_model_networks()
data_model_countries()
supplies a tibble
of country names and their ISO 3166-1 Alpha 2 country
codes, as used in the filter language.
Our media types are listed in data_model_categories()
.
ENTERPRISE
represents mentions coming from the brand itself
(i.e., the brand that the mention is matched against), while
CONSUMER
are most other people. PRESS
represents media sources.
We use 2-letter ISO 639-1 codes to represent
our languages, which are listed using data_model_languages()
.
The socialNetwork
field in the
filter language takes IDs provided by data_model_networks()
.