This documentation is for an older version of GoodData.
Go to the latest version.
Embed Analytical Designer
Learn how to embed the Analytical Designer into your own web application.
Embed Analytical Designer Using Iframe
Steps:
Click the Analyze tab.
Check the URL in the browser address bar. For example:
https://<your-domain>.com/analyze/#/<workspace-id>/reportId/edit
Add the string
/embedded/
into the URL after/analyze
:https://<your-domain>.com/analyze/embedded/#/<workspace-id>/reportId/edit
Embed the link into your application using an Iframe:
<iframe src="https://<your-domain>.com/analyze/embedded/#/<workspace-id>/reportId/edit" frameborder="0"></iframe>
Customize the URL To Open a Specific Visualization
If you want the embedded Analytical Designer to open a specific visualization, replace the reportId
section in the embed URL with the ID of the visualization that you want to open.
The URL for embedding would then look like:
https://<your-domain>.com/analyze/embedded/#/<workspace-id>/<insight-id>/edit
Limitations
The minimum dimension of 1100x575 pixels is required for Analytical Designer to be embedded correctly.