How do I filter data via some info in my URL?

Coming soon

To load different data based on some info in your url, e.g. country name, you can either:

pass in the info (e.g. country) via the security context when retrieving the security token (see Tokens API)

pass it in via the web component e.g:

<em-beddable embeddableId='...' token='...' componentConfig={{ country: 'Ghana' }} />