Embedding a Latitude data app using an iframe
https://url-to-your-app.latitude.so/
with the public URL where your Latitude data app is deployed. You can also adjust the width
and height
attributes to fit your website’s layout.
country
parameter with the value US
, you can use the following URL:
country
parameter with the value US
to the underlying queries in the data app.
Passing parameters is useful when you want to filter the data displayed in the app based on the context of the page where the app is embedded, for example you can scope the data to a specific user by passing a user_token
parameter (or any other parameter that makes sense for your use case).
__token
[SECRET_TOKEN]
please refer to the signed parameters documentation.