How can I add embed code in my website with IFrame? | Community
Skip to main content
New Participant
March 8, 2022
Solved

How can I add embed code in my website with IFrame?

  • March 8, 2022
  • 3 replies
  • 1852 views

Hello Experts,

 

Is there support to embed adobe analytics dashboard panels into other websites apps? This feature is offered by other data visualizers. I have a dashboard: https://www5.an.adobe.com/x/ample and am using an iframe:  <iframe src="https://www5.an.adobe.com/x/ample" title="Adobe Analytics"></iframe>. Is that possible to add in webpage with adobe analytics report link?

 

Please advice. 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Alexis_Cazes_

I believe Publishing Widget (https://experienceleague.adobe.com/docs/analytics/admin/admin-tools/publishing-widgets-admin.html?lang=en) were usable in legacy Reports view and Legacy Dashboards.

 

I would advise you to create a custom solution Adobe API 2.0. You can literally enable the debug mod in Analysis Workspace and grab the full API definition for the tables you define in your workspace.

 

https://github.com/AdobeDocs/analytics-2.0-apis/tree/master

 

Also you couldcheck the Adobe Github repos might be a solution already created for you like https://github.com/AdobeDocs/adobeio-samples-customers-dashboard 

3 replies

Alexis_Cazes_
New Participant
March 21, 2022

I believe I have seen this feature during the last Adobe Summit, so it would be coming.

Alexis_Cazes_
Alexis_Cazes_Accepted solution
New Participant
March 9, 2022

I believe Publishing Widget (https://experienceleague.adobe.com/docs/analytics/admin/admin-tools/publishing-widgets-admin.html?lang=en) were usable in legacy Reports view and Legacy Dashboards.

 

I would advise you to create a custom solution Adobe API 2.0. You can literally enable the debug mod in Analysis Workspace and grab the full API definition for the tables you define in your workspace.

 

https://github.com/AdobeDocs/analytics-2.0-apis/tree/master

 

Also you couldcheck the Adobe Github repos might be a solution already created for you like https://github.com/AdobeDocs/adobeio-samples-customers-dashboard 

Pablo_Childe
New Participant
March 9, 2022

Hi look under Admin there is a section publishing widgets.

 

See if that is useful it may not be a complete seamless solution but may get you much of what you need.

 

GLTU