Blue Triangle Help Center
Auto Light Dark
Auto Light Dark

Using Blue Triangle's Portal Pages via iframe

Summary

Any dashboard or report page from the Blue Triangle Portal can be added to your centralized console via an iframe. In this article we'll walk through how to do it.

How to embed Blue Triangle pages via iframe

The only thing you'll need to start using Blue Triangle's pages via iframe is the following url parameter:

...&partnerView=true

Add that url parameter to the end of any page's url in Blue Triangle, then put it into an iframe and that'll do it.

One thing to note: the interface will still prompt for a Blue Triangle login if the browser is not already logged in.

Now let's go through a couple examples.

Example 1 - Real User Performance Detail

With the below url we would be looking at the "Real User Monitoring > Performance Detail" page for our Demo eCommerce Global site, optimized for iframe. Note the "partnerView" parameter is simply placed at the end of the url.

https://portal.bluetriangle.com/btportal/web/index.php?r=real-user-monitoring%2Fperformance-detail&sid=567&partnerView=true

Here's the full iframe code:

<iframe src="https://portal.bluetriangle.com/btportal/web/index.php?r=real-user-monitoring%2Fperformance-detail&sid=567&partnerView=true" title="Blue Triangle"></iframe>

Example 2 - Dashboard

Just like Example 1, with the below url we would be looking at the "Dashboard" page in Blue Triangle optimized for iframe. Again, note the "partnerView" parameter is placed at the end of the url.

https://portal.bluetriangle.com/btportal/web/index.php?r=site/dashboard&partnerView=true

Here's the full iframe code for this example:

<iframe src="https://portal.bluetriangle.com/btportal/web/index.php?r=site/dashboard&partnerView=true" title="Blue Triangle"></iframe>