Reports Documentation
Iframe integration
You can easily integrate a DbInsights report into another page using an iframe. All you need to do is point your iframe to the URL of your report with a no_layout query parameter set to the value true.
<iframe src="https://www.dbinsights.io/reports/a4ba3cfca42ce20427c781c973ae152c?no_layout=true" />
You can also localize the DbInsights UI on these reports by providing a locale query parameter.
The currently available locales are English (en), French (fr) and German (de).
<iframe src="https://www.dbinsights.io/reports/a4ba3cfca42ce20427c781c973ae152c?no_layout=true&locale=de" />