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.
1 2 3 4 5 6 7  | 
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().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.